-
Notifications
You must be signed in to change notification settings - Fork 76
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
A post from AAAAA was not parsable #157
Comments
Hello, |
The issue has been fixed and closed. You can still comment. Feel free to ask for reopening the issue if needed. |
It's not working. Accessed JArray values with invalid key value: "0". Int32 array index expected.
I got this 76 times. |
Yes, unfortunately they use different (at least two) formats depending on the condition/blog. We have to look again. |
- As Tumblr changed the format of the image response json, the parsing wasn't working any more. Additionally it returns two different json formats depending on the image resp. blog. - Adapted the parsing of the returned jsons.
Please check the new version. |
General note: |
Thank you very much, it is working again. |
When I start a scanning I get this message:
"A post from AAAAA was not parsable. Setting 'posts per page' to 1 in the Details might increase the downlaodable content.
If i hover previous message with mouse then I get
"Internal error description
Expecting element 'root' from namepsace ''.. Encountered 'None' with name '', namepsace ''.
Log details:
20210610 11:08:04.924 Inf IsLongPathSupported: True
20210610 11:08:19.103 Vrb TumblrLikedByCrawler.Crawl:Start
20210610 11:08:20.438 Err AbstractCrawler:ConvertJsonToClass: Could not parse data
20210610 11:08:20.454 Vrb TumblrLikedByCrawler:CrawlPageAsync: System.ArgumentNullException: Value cannot be null.
Parameter name: source
at System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable
1 source, Func
2 predicate)at TumblThree.Applications.Crawler.AbstractTumblrCrawler.RetrieveOriginalImageUrl(String url, Int32 width, Int32 height) in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\AbstractTumblrCrawler.cs:line 360
at TumblThree.Applications.Crawler.AbstractTumblrCrawler.AddTumblrPhotoUrl(String text, Post post) in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\AbstractTumblrCrawler.cs:line 237
at TumblThree.Applications.Crawler.TumblrLikedByCrawler.AddPhotoUrlToDownloadList(String document) in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\TumblrLikedByCrawler.cs:line 285
at TumblThree.Applications.Crawler.TumblrLikedByCrawler.d__12.MoveNext() in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\TumblrLikedByCrawler.cs:line 226
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at TumblThree.Applications.Crawler.TumblrLikedByCrawler.d__7.MoveNext() in C:\projects\Tumblthree\src\TumblThree\TumblThree.Applications\Crawler\TumblrLikedByCrawler.cs:line 109
Desktop (please complete the following information):
What can I do?
By the way, there is not such 'post per page' in Details.
The text was updated successfully, but these errors were encountered: