Describe the bug
Unhandled exception parsing the json object returned from tumblr.
instead of:
"content": [
{
"attribution": {
"type": "link",
"url": "https://64.media.tumblr.com/....."
},
},
it returns:
content": [
{
"attribution": [
],
To Reproduce
seems to be on occasional posts, no particular pattern to trigger it
Expected behavior
post is successfully downloaded
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
- TumblThree version: 2.15.1.0 (running current master under VS)
- OS: Windows 11
Additional context
This, and many other fields, are not used by the application so could just be removed / disabled in TumblrTaggedSearchJson : Content to prevent this issue. The json parser just skips fields that aren't mapped.
I can produce a PR if that would be helpful.
Describe the bug
Unhandled exception parsing the json object returned from tumblr.
instead of:
it returns:
To Reproduce
seems to be on occasional posts, no particular pattern to trigger it
Expected behavior
post is successfully downloaded
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
This, and many other fields, are not used by the application so could just be removed / disabled in TumblrTaggedSearchJson : Content to prevent this issue. The json parser just skips fields that aren't mapped.
I can produce a PR if that would be helpful.