Recent API errors #496
Unanswered
MaxHasADHD
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is purely a guess until I can look into it more specifically, and ideally with some raw headers and responses from your app. The "<" makes me think HTML is being returned and that could be caused by an error condition such as 502. Do you handle error response codes or have a way of verifying this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Over the past week I've received a number of reports for my app about search not working. I don't have the exact response from the server at the moment, but I am making API calls to
/users/{username}/lists
and/search/show?query={query}&page=1&limit=25
, and/shows/trending
.and
Unfortunately I currently don't log the actual raw response so all I have is the Swift errors when decoding the responses, but I haven't changes this code in many months, and cannot replicate the error myself. But from the Swift errors it definitely appears that sometimes I am not receiving a JSON response back from the API for these endpoints. In the multiple users who have reached out to me it is only these endpoints that appear to be failing.
Beta Was this translation helpful? Give feedback.
All reactions