-
-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GetMoviesAsunc issue #270
Comments
Sounds like a HTML response to me. Maybe TMDb had a failure on their end. |
Maybe they have some problems because it is doing all over the application that I am writing now? Even where that part of the app is finished and has worked great before. |
Yea. It does look like it would be html - so their gateway or front end is spewing out errors instead of api responses.
I would make a ticket with tmdb asking about it and asking if they could deliver a Json error instead of html.
Mike.
…________________________________
From: Afy65 <[email protected]>
Sent: Monday, May 28, 2018 8:52:10 PM
To: LordMike/TMDbLib
Cc: Michael Bisbjerg; Comment
Subject: Re: [LordMike/TMDbLib] GetMoviesAsunc issue (#270)
Maybe they have some problems because it is doing all over the application that I am writing now? Even where that part of the app is finished and has worked great before.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#270 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AA-sJ34HJVeHxPNK0CPEi3khd_7vcjPeks5t3EdagaJpZM4UQfmW>.
|
Could possibly be fixed with #194 |
Merged
Fixed in #275 - we should longer try to process HTML responses. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I get the error below a fair bit form using the following:
Newtonsoft.Json.JsonReaderException: 'Unexpected character encountered while parsing value: <. Path '', line 0, position 0.'
Perhaps you could shed some light in this for me
Many Thanks
Daniel
The text was updated successfully, but these errors were encountered: