Closed uahic closed 5 years ago
I was about to open an issue about this too.
I've been looking for what was causing the same problem on my system with the exact same specifications stated before.
I had to update some docker containers and in the process has to update rosbridge library from APT.
After that, my systems connect (roscore + rosbridge and roslibjs on client side) but I keep receiving the WRN: WebSocketClosedError: Tried to write to a closed websocket on the server side.
I have the same problem, client is not complaining at all
Facing the same problem as well
Experiencing the same issue.
Experiencing the same issue. When would this merge be incorporated into a release package?
apt
is installing 0.11.3 for me today.
Ubuntu 16.04?
On Fri, 16 Aug 2019 at 16:16, Matt Vollrath notifications@github.com wrote:
apt is installing 0.11.3 for me today.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/RobotWebTools/rosbridge_suite/issues/418?email_source=notifications&email_token=AAOVGVXE6NUC5BZ6U5TNDIDQE2ZFBA5CNFSM4ID7EIDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4OXPCQ#issuecomment-522024842, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOVGVQLYIH66QR7ZUJVAWDQE2ZFBANCNFSM4ID7EIDA .
-- MA Zhao
"SAVE PAPER - PLEASE THINK BEFORE YOU PRINT!"
I guess you're using Melodic? I'm on the Kinetic branch.
On Fri, 16 Aug 2019 at 16:30, X xliotx@gmail.com wrote:
Ubuntu 16.04?
On Fri, 16 Aug 2019 at 16:16, Matt Vollrath notifications@github.com wrote:
apt is installing 0.11.3 for me today.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/RobotWebTools/rosbridge_suite/issues/418?email_source=notifications&email_token=AAOVGVXE6NUC5BZ6U5TNDIDQE2ZFBA5CNFSM4ID7EIDKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4OXPCQ#issuecomment-522024842, or mute the thread https://github.com/notifications/unsubscribe-auth/AAOVGVQLYIH66QR7ZUJVAWDQE2ZFBANCNFSM4ID7EIDA .
-- MA Zhao
"SAVE PAPER - PLEASE THINK BEFORE YOU PRINT!"
-- MA Zhao
"SAVE PAPER - PLEASE THINK BEFORE YOU PRINT!"
Hi, I'm also still getting the 0.11.2 version on ros Kinetic by using apt-get. It would be great to have the fix on the kinetic version as well. Thank you
The kinetic sync just came out a few minutes ago and rosbridge_server should now be at 0.11.3.
We upgraded yesterday to rosbridge_suite 0.11.2 and on the webserver side we get now an infinite-repeating of the following warning:
WebSocketClosedError: Tried to write to a closed websocket
However, our webapp is still running and roslib.js is not complaining on the client side. I just wonder if that error refers to unsubscribed topics or users that disconnected.
Specifications
echo $ROS_DISTRO
): kineticgrep DISTRIB_CODENAME /etc/lsb-release
): xenialroscat rosbridge_server package.xml | grep '<version>'
): 0.11.2python -c 'import tornado; print tornado.version'
): 4.2.1