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
Describe the bug
CBapi uses the old version of API to create action for watchlist
POST /api/v1/watchlist//action
{
"action_type":3,
"watchlist_id":
}
this API is deprecated and throws internal server error
**I am seeing this behaviour on: **
Describe the bug
CBapi uses the old version of API to create action for watchlist
POST /api/v1/watchlist//action
{
"action_type":3,
"watchlist_id":
}
this API is deprecated and throws internal server error
Steps to Reproduce
run this code, it raises exception
cbapi.errors.ServerError: Received error code 500 from API: Unhandled exception. Check logs for details.
Expected behavior
Should create alert action without error
Additional context
The part in the code need to changed
src/cbapi/response/models.py 471:473, here is used the deprecated REST api calls
The text was updated successfully, but these errors were encountered: