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
I'm calling get_artist_by_id("f93dbc64-6f08-4033-bcc7-8a0bb4689849") and I'm getting a ResponseError with the body of caused by: syntax error: line 1, column 0. Is this a parsing error coming back from the MB API?
The text was updated successfully, but these errors were encountered:
Hi,
I see a few errors from the MB API which are being returned in JSON, but we expect xml (I only saw it twice in about 50 requests). I'll see if I can reproduce the error, and if so, I'll report it to the MB developers. This is something that we should handle if it occurs more often.
I'm calling
get_artist_by_id("f93dbc64-6f08-4033-bcc7-8a0bb4689849")
and I'm getting aResponseError
with the body ofcaused by: syntax error: line 1, column 0
. Is this a parsing error coming back from the MB API?The text was updated successfully, but these errors were encountered: