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
requests.exceptions.HTTPError: HTTP status 404: {"error":"rest_no_route","error_description":"No route was found matching the URL and request method."}
This should be intercepted and reported as NotImplementedByNodeException.
The text was updated successfully, but these errors were encountered:
E.g WordPress Enable Mastodon Apps plugin does not implement:
self.http_get(f'/api/v1/statuses/{ obj_id }/favourited_by')
self.http_get(f'/api/v1/accounts/{ this_account_id }/following')
In this case, we currently raise in the
This should be intercepted and reported as
NotImplementedByNodeException
.The text was updated successfully, but these errors were encountered: