Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7539975
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T07:31:24+00:00 2026-05-30T07:31:24+00:00

I have a python program that is supposed to connect to a server and

  • 0

I have a python program that is supposed to connect to a server and receive specially formatted packets, that I can test and filter out. I can connect to the server, but I can’t see that I am receiving any packets – though I am sure that I am. I don’t know how to debug this.

class client:
    def __init__(self, host ='127.0.0.1', port=12345):    
        self.host = host    
        self.port = port    
        self.sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)    
        self.sock.connect((self.host, self.port))    

    def get_next_event(self):    
        pkt_size_data = self.sock.recv(4)    
        # on the above line I am not getting any response, the client just waits for something....    
        pkt_size = self.size_struct.unpack((pkt_size_data))[0]   #I never get here    
        pkt_data= self.sock.recv(pkt_size)    
#(  get_next_event is called from an infinite loop )    

I am using VS2010 – setting breakpoints – looking at my objects using VS2010 tools – are there some tools I can use to debug and see why I am not getting any response from the recv?

Any idea why I am not getting any response ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T07:31:26+00:00Added an answer on May 30, 2026 at 7:31 am

    Try sniffer to see what’s going on. Try http://www.wireshark.org/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Python program that uses the threading module. Once every second, my
I have a python program that reads floating point values using the following regular
I have a python program that opens several urls in seperate tabs in a
I have a python program that is going to eat a lot of memory,
I have a simple python program that I'd like to daemonize. Since the point
I have a python program/file that I want to run repeatedly and calculate the
I have a Python program (with Django - does this matter?) that I want
I have an old C# program that is being ported to Python 3 for
I have a Python script that calls an executable program with various arguments (in
I have a Python script that needs to execute an external program, but for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.