Error received for non-pending request_type 48 and request ID 441 #1649
Replies: 3 comments 2 replies
-
Which WAMP router? This seems buggy. Did you try running your WAMP client against Crossbar.io? |
Beta Was this translation helpful? Give feedback.
-
yes we we are using Crossbar.io 20.7.1 |
Beta Was this translation helpful? Give feedback.
-
from the traceback, it seems your autobahn-python based WAMP client bails out from here autobahn-python/autobahn/wamp/protocol.py Line 1299 in 7bc85b3 because it received a WAMP ERROR from the router (your Crossbar.io) with a I can't remember an error in Crossbar.io which would fix such behavior, nor do I believe Crossbar.io ever was doing such thing .. so please submit a complete self-contained test including your client and your Crossbar.io version as Docker images which demonstrates the problem. well, if you want anyone to have the necessary prerequisites so that donating free time to have a look makes sense anyways that is;) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am trying to use Autobahn python client (autobahn==20.7.1) based application, the application works fine for most of the times, but sometimes some error occurs which causes the application to terminate itself. I am trying to find the root cause of this issue, also I am trying to see how I can avoid restarting of the application. Many thanks.
full traceback
Beta Was this translation helpful? Give feedback.
All reactions