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

Download Error and Support Request #3523

Open
Coca836 opened this issue Jan 12, 2023 · 10 comments
Open

Download Error and Support Request #3523

Coca836 opened this issue Jan 12, 2023 · 10 comments

Comments

@Coca836
Copy link

Coca836 commented Jan 12, 2023

Download Error and Support Request

Hello, thank you for your help
I tried to download from search results or tag search on Tumblr and got the following error.
[tumblr][error] NotFoundError: Requested user or post could not be found
How can I download it?

It says "not supported" and I can't download anymore.
Sankaku Channel
https://sankaku.app/

Site Request
https://anime-pictures.net/

@mikf
Copy link
Owner

mikf commented Jan 14, 2023

I tried to download from search results or tag search on Tumblr and got the following error.

Search results are not supported and probably never will be: #964.
Tags work as long as they "exist":

$ gallery-dl http://demo.tumblr.com/tagged/Times%20Square
/tmp/tumblr/demo/tumblr_demo_459265350_01.jpg

$ gallery-dl http://demo.tumblr.com/tagged/Times
[tumblr][info] No results for http://demo.tumblr.com/tagged/Times

It says "not supported" and I can't download anymore.
Sankaku Channel

Sankaku is supposed to be supported. What URL did you try to download?

Site Request
https://anime-pictures.net/

#339

@Coca836
Copy link
Author

Coca836 commented Jan 15, 2023

I ran it for the first time today and get this error.

gallery-dl https://www.tumblr.com/tagged/sea?sort=top

[tumblr][info] Hourly API rate limit exceeded

[tumblr][info] Waiting until 19:09:23 for rate limit reset.

Sankaku Channel was flown from Sankaku Channel in Supported Sites

https://sankaku.app/

https://sankaku.app/ja?tags=order%3Apopularity%20%E5%A5%B3%E6%80%A7%E4%B8%80%E4%BA%BA

gallery-dl https://sankaku.app/ja?tags=order%3Apopularity%20%E5%A5%B3%E6%80%A7%E4%B8%80%E4%BA%BA

[gallery-dl][error] Unsupported URL 'https://sankaku.app/ja?tags=order%3Apopularity%20%E5%A5%B3%E6%80%A7%E4%B8%80%E4%BA%BA'

Ref #339.

Making changes to the extractor dir is very difficult for me.

I will give it a try.

@rautamiekka
Copy link
Contributor

[tumblr][info] Hourly API rate limit exceeded

[tumblr][info] Waiting until 19:09:23 for rate limit reset.

https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#extractortumblrapi-key--api-secret

@Coca836
Copy link
Author

Coca836 commented Jan 20, 2023

Thank you very much.
I have been looking at that page and editing Tumblr.
I'm stumbling over errors but will attempt a few more myself.

mikf added a commit that referenced this issue Jan 20, 2023
match tag searches with language codes without a trailing slash
@mikf
Copy link
Owner

mikf commented Jan 20, 2023

As for sankaku: Will be fixed in the next release: 107c60c. For now you can add a forward slash after /ja:
https://sankaku.app/ja/?tags=order%3Apopularity%20%E5%A5%B3%E6%80%A7%E4%B8%80%E4%BA%BA

@Coca836
Copy link
Author

Coca836 commented Jan 25, 2023

I am having a lot of trouble editing the config.json of my tumbler right now.

[config][warning] Could not parse 'C:\Users\username\gallery-dl\config.json': Expecting value: line 1 column 1 (char 0)

I think there was a reply about this problem but I lost it.

Thanks to sankaku for the fix.

@mikf
Copy link
Owner

mikf commented Jan 26, 2023

I am having a lot of trouble editing the config.json of my tumbler right now.

You might want to copy the config from docs/gallery-dl.conf into your current config and edit the tumblr section there:

        "tumblr":
        {
            "api-key": "APIKEY",
            "api-secret": "SECRET",
            
            "avatar": false,
            "external": false,
            "inline": true,
            "posts": "all",
            "offset": 0,
            "original": true,
            "reblogs": true
        },

@Coca836
Copy link
Author

Coca836 commented Jan 28, 2023

Thank you. The [config][warning] error is gone!

https://www.tumblr.com/tagged/sea

Retrieve.

I get an error like this.

gallery-dl gallery-dl https://www.tumblr.com/tagged/sea

I get [tumblr][error] NotFoundError: Requested user or post could not be found.

When I search for #sea on tumblr, the tag exists but I get [tumblr][error] NotFoundError.

@Coca836
Copy link
Author

Coca836 commented Feb 2, 2023

https://anime-pictures.net/
#339
I ran it by referencing it.
I get an error with me.
I think my description is wrong.
How should I describe it?
Is there a place where I can find detailed instructions?

@mikf
Copy link
Owner

mikf commented Feb 2, 2023

There is currently no support for downloading from https://anime-pictures.net/.
That's why issue #339 is still open.

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

No branches or pull requests

3 participants