You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sending commands from client to server results in a bad method error.
Steps to reproduce the error:
The server is up and running.
Sending commands via netcat from the client: echo -e "PING0\x0\x0\x0\x0" | nc 10.42.0.200 4001
Server and client are directly connected via lan. The error also occurs when sending the command directly from the raspberry pi to the localhost.
Behaviour of the server:
server returns a bad method error: Error: bad method
It seems like the method ws.accept() in main fails.
Comment
I followed all the steps in the tutorial. The simple_opencv_app and the usb_test_rpiasgige are running without problems.
Am I missing something related to the network connection?
Could this be related to this Issue?
The text was updated successfully, but these errors were encountered:
Sending commands from client to server results in a bad method error.
Steps to reproduce the error:
The server is up and running.
Sending commands via netcat from the client:
echo -e "PING0\x0\x0\x0\x0" | nc 10.42.0.200 4001
Server and client are directly connected via lan. The error also occurs when sending the command directly from the raspberry pi to the localhost.
Behaviour of the server:
server returns a bad method error:
Error: bad method
It seems like the method
ws.accept()
in main fails.Comment
I followed all the steps in the tutorial. The simple_opencv_app and the usb_test_rpiasgige are running without problems.
Am I missing something related to the network connection?
Could this be related to this Issue?
The text was updated successfully, but these errors were encountered: