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
The experimental message endpoint /message is currently broken, it throws an HTTP 500 error, due to missing user_id in stray_cat call. Thanks to @michealsaccone to have point that out. Issue just for tracking, PR coming asap.
To Reproduce
Steps to reproduce the behavior:
Go to 'http://{your_cat_installation}/docs'
Click on '/message'
Click on execute
See error
Expected behavior
This endpoint should return a CatMessage object like websocket endpoints
The text was updated successfully, but these errors were encountered:
Describe the bug
The experimental message endpoint
/message
is currently broken, it throws an HTTP 500 error, due to missing user_id in stray_cat call. Thanks to @michealsaccone to have point that out. Issue just for tracking, PR coming asap.To Reproduce
Steps to reproduce the behavior:
Expected behavior
This endpoint should return a CatMessage object like websocket endpoints
The text was updated successfully, but these errors were encountered: