Skip to content
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

Unknown error, please try it again later. #6

Open
ycarbon opened this issue Dec 12, 2018 · 14 comments
Open

Unknown error, please try it again later. #6

ycarbon opened this issue Dec 12, 2018 · 14 comments

Comments

@ycarbon
Copy link

ycarbon commented Dec 12, 2018

Mac OS High Sierra

I find this error with any blog. Help would be appreciated
Do I have to create a tumblr application before execution? How?
Thanks in advance!

tumblr-dl 1youth.tumblr.com /Volumes/Datos/TumblrBackup
Downloading photos from 1youth.tumblr.com, concurrency=8 ...
Crawling posts from 0 to 50...
✔ Crawled posts from 0 to 50
Unknown error, please try it again later.

@Leeiio
Copy link
Owner

Leeiio commented Dec 12, 2018

You don't need to create a tumblr application before execution.
Which version if Nodejs do you install? You can type node -v and tell me, i will test on that version.

@ycarbon
Copy link
Author

ycarbon commented Dec 12, 2018

node -v
v10.14.2

Thank you Leeiio

@Leeiio
Copy link
Owner

Leeiio commented Dec 13, 2018

I have tested my code on v10.14.2, but everything is ok.
Can you open the link http://1youth.tumblr.com/api/read?type=photo&num=1&start=0 in you browser and tell me the result.

@ycarbon
Copy link
Author

ycarbon commented Dec 13, 2018

And here you have a screenshot of the xml file...
Thank you

xml

@Leeiio
Copy link
Owner

Leeiio commented Dec 13, 2018

It's weird :(
Because the error message 'Unknown error, please try it again later.' only shows when xml2js can not parse the xml document.
You can try this in you Terminal curl http://1youth.tumblr.com/api/read\?type\=photo\&num\=1\&start\=0 and tell me the result.

@Leeiio
Copy link
Owner

Leeiio commented Dec 13, 2018

Have you tried to reinstall the tumblr-dl?
I've no idea right now, i will do more test later.

@ycarbon
Copy link
Author

ycarbon commented Dec 13, 2018

I'm going to try to reinstall tumblr-dl (I will not be able to do it until a several hours) and I'll give you feedback
Thank you again!

@rrytter
Copy link

rrytter commented Dec 13, 2018

Same here with node 8.14.0 on Ubuntu WSL and Debian 9

@ycarbon
Copy link
Author

ycarbon commented Dec 13, 2018

Hello Leeiio
I had reinstalled tumbr-dl and the problem continues...
:-o

@Leeiio
Copy link
Owner

Leeiio commented Dec 15, 2018

@rrytter @ycarbon
I have fix the problem(maybe), so could you please reinstall the tumblr-dl?
The latest version is 0.1.2 :)

@ycarbon
Copy link
Author

ycarbon commented Dec 16, 2018

Hello @Leeiio
I'm afraid that the problem is not fixed, I have installed the latest version and the problem is the same...
:-(
Thank you for your support

tumblr-dl 1youth.tumblr.com /Volumes/Datos/TumblrBackup
Downloading photos from 1youth.tumblr.com, concurrency=8 ...
Crawling posts from 0 to 50...
✔ Crawled posts from 0 to 50
Unknown error, please try it again later.

@Leeiio
Copy link
Owner

Leeiio commented Dec 16, 2018

@ycarbon Maybe you can git clone my code, and open the tumblr.js file, add code console.log(body) after line 98 and add code console.log(err) after line 99, and npm install in the root folder of project, then run tumblr-downloader with node ./tumblr.js 1youth.tumblr.com /Volumes/Datos/TumblrBackup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants