Code Monkey home page Code Monkey logo

Comments (6)

Pithikos avatar Pithikos commented on August 15, 2024

Thanks for reporting this.

What is the message you are trying to send and in what format? Clear text? ASCII? Unicode? Also is the server and the client the same machine?

from python-websocket-server.

F1ashhimself avatar F1ashhimself commented on August 15, 2024

@Pithikos , simple clear text message. The server and the client are on the same machine. Tried without any handlers, just start server, connect client to it and send message.

Actually read_next_message method called twice, first time on server warmup, and we have two bytes ready but second time, after sending message, self.read_bytes(2) returns empty string.

from python-websocket-server.

Pithikos avatar Pithikos commented on August 15, 2024

Some further questions:

  1. Is this python2 or python3?
  2. Did you pip install the websocket module or clone it from github?
  3. Which browser do you use as client?
  4. Could you provide some code snippet if possible? Or are you using the example from the project?

from python-websocket-server.

F1ashhimself avatar F1ashhimself commented on August 15, 2024
  1. As I mention in title this about python 3.5.0
  2. Installed from pypi
  3. Python as client
  4. example from project

from python-websocket-server.

Pithikos avatar Pithikos commented on August 15, 2024

Probably this is an issue with the Python client. Not sure what exactly the client is but it seems that it sends something that doesn't follow the websocket protocol since I tried using Firefox as client and it works fine. Below I have how to reproduce everything assuming you have Python3.5 already.

Replay on Ubuntu:

pip3 install websocket-server
wget https://raw.githubusercontent.com/Pithikos/python-websocket-server/master/server.py
wget https://raw.githubusercontent.com/Pithikos/python-websocket-server/master/client.html
python3.5 -B server.py

Then open the client.html with the browser and it should work fine.

from python-websocket-server.

F1ashhimself avatar F1ashhimself commented on August 15, 2024

Thank you, verified that problem is on client side.

from python-websocket-server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.