-
Notifications
You must be signed in to change notification settings - Fork 124
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
Error 404 Not Found Using Api #130
Comments
Verify the spelling of |
What can I do if I want to backup others' people blog that are set to private? |
@kafuku1 Use TumblThree for now. Maybe it'll be supported here someday, see #128. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upon entering this into my cmd line I receive an error that I can't seem to be able to solve.
C:\Users\Username\Documents\bbolli-tumblr-utils-c63cbd8>python2 tumblr_backup.py MyTumblrUsername
I receive the error:
HTTP Error 404: Not Found getting https://api.tumblr.com/v2/blog/MyTumblrUsername.tumblr.com/posts?reblog_info=true&api_key=8YUsKJvcJxo2MDwmWMDiXZGuMuIbeCwuQGP5ZHSEA4jBJPMnJT&limit=1
This Error Over and Over
**
Note: I have python 2.7.15 & 3.7.1 on my computer and they can be run selectively by using python2 or python3 so this should not be the cause of the error. I also so a similar issue that has already been answered here: #119 but I attempted to add --no-ssl-verify to the end with no change unless I'm doing this wrong.
Example:
C:\Users\Username\Documents\bbolli-tumblr-utils-c63cbd8>python2 tumblr_backup.py MyTumblrUsername --no-ssl-verify
**
Any help would be greatly appreciated thanks.
The text was updated successfully, but these errors were encountered: