Jared Van Bortel

Results 359 comments of Jared Van Bortel

@bbolli If that `None` return was causing the backup loop to "try the next batch", it would be good to know what the response status was for debugging reasons (even...

@sldx12 If the older commit worked for you then try the latest version of tumblr-utils, which has a potential fix for this issue. If neither gets all your likes then...

Does the latest version (download it fresh from GitHub or update your clone if you made one) still try to download more likes than expected? If that's fixed, we can...

I can't reproduce the issue on a test blog with ~30 likes - I thought I could at one point but I realized I didn't have enough likes to prove...

Yeah, that's what I wanted to see. I see two problems: 1. You are not retrieving all of your likes, either because Tumblr's API won't give them to you, or...

@sldx12 Try the [script](https://raw.githubusercontent.com/Cebtenzzre/tumblr-utils/fix-endless-likes/tumblr_backup.py) from PR #219 and see if it stops on its own. Also, sorry if I wasn't clear: The first potential fix exists because you said "it...

Leave this issue open so it will be closed when (if?) the PR is merged. The issue of not all likes downloading even with the PR is probably Issue #118,...

Can you verify with curl or wget that simply retrying these downloads actually helps? It may be that you need cookies to access certain resources. Also, what specific error codes...

I have a feeling this has to do with headers (including user agent). It seems unlikely that Tumblr's servers would be resetting the connection because of e.g. too many requests....

[This comment](https://github.com/johanneszab/TumblThree/issues/222#issuecomment-382501234) sheds some light on how it is done in TumblThree.