-
-
Notifications
You must be signed in to change notification settings - Fork 989
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
[deviantart][warning] API responded with 429 Too Many Requests #2143
Comments
You already asked it #1930. UPD: |
Nice title bar text. |
This is a different problem. You need to use your own API credentials to not get 429 errors. |
Based on his response #1930 (comment) it looks that he has resolved both problems (throttling and private works access) then. |
yeah i do that method but still have the same problem, like i said i have put it like this gallery-dl -v -o "extractor.oauth.browser=false" oauth:deviantart and still the same and not a acount i submit thinks so dont worry for the cath xD |
edited: I have the client id and cliente secret but i dont now how to put it in the configuration (i work in window) |
https://github.com/mikf/gallery-dl/blob/master/docs/configuration.rst#configuration
{
"extractor":
{
"base-directory": "./",
"deviantart":
{
"quality": 100,
"directory": ["[gallery-dl]", "[{category}] {author[username]}"],
"filename": "[{category}] {author[username]}—{index}—{date:%Y.%m.%d}—{title}.{extension}",
"client-id": "12345",
"client-secret": "0123456789abcdef0123456789abcdef",
"refresh-token": "0123456789abcdef0123456789abcdef01234567"
}
}
}
with yours. |
I highly recommend to use With it your files will look so:
instead of
Also, to save the text descriptions, you can add this: gallery-dl/docs/gallery-dl-example.conf Lines 111 to 121 in dd67e24
|
thanks for all the examples and the effort i very apreciated but still dont now how to put it, i copy and do like you said to me but the cmd dont recognize the comand like this and when i have the refresh token and the put this G: ( i try to copy the comand like you told me and repplace de id, secret and token but dont recognize any of the comand, or very much i put it wrong) { |
A command? It's the file's content.
|
i dont have a text file, i only have the gallery.exe , i downloated for window i have to download a text file? where? |
Say the third time: in home directory aka In
Manually, or with CMD command: Then edit it with a text editor. |
You have missed The command " |
Technically it should work. Do the new downloaded files have the new filename format from the config? By the way, it looks that Try this config (don't forget to replace {
"extractor":
{
"base-directory": "./",
"deviantart":
{
"quality": 100,
"directory": ["[gallery-dl]", "[{category}] {author[username]}"],
"filename": "[{category}] {author[username]}—{index}—{date:%Y.%m.%d}—{title}.{extension}",
"client-id": "123",
"client-secret": "123123123"
},
"twitter":
{
"retweets": "original",
"videos": true,
"directory": ["[gallery-dl]", "[{category}] {author[name]}"],
"filename": "[{category}] {author[name]}—{date:%Y.%m.%d}—{retweet_id|tweet_id}—{filename}.{extension}"
}
}
} with The result filename should be:
So, the config is used well (if the filename is so). |
It only means that gallery-dl does not see the It's strange. For example, this command
should list the content of the |
i think the same, like they dont detect the gallery-dl (i have the gallery-dl.exe in the %HOMEPATH% too) and dont recognize the comand C:%HOMEPATH%\gallery-dl.conf |
Okay, what is the result of these commands:
Move |
Possibly (for unknown for me reason) you already have the config file in Remove them if they are. |
|
Remove "gallery-dl.conf" which is "gallery-dl.conf.txt" actually. Then create it with the correct name:
|
@mikf To resolve such problems in future. Or add a command to open (and create an empty file if it does not exist) the config file. |
I have clearly said that to delete. Or enable showing of the file extensions in File Explorer settings and rename |
okey, i changed the in gallery-dl.conf.txt (sorry i have a very bad english so sometimes i dont understand cleary ) add --version in what comand? |
It was a message not for you.
If you just have changed the name of the config file from |
Just enable the showing of the file extensions in File Explorer settings. |
my menu is in spanish and i dont now how to search very well, but the issue still the same and the delay in deviantart still the same too edited: I have the option for showing the hiden files, folder and drivers activated |
Because of (gallery-dl sees it now finally) |
so i need to copy the text of the gallery-dl.conf.txt in the gallery-dl? right? |
Just do it.
I asked for the other thing. In fact your |
they work!! aleluya!! thank you very much!! realy! i dont now how you have so many patient but thankyou!!! ;_;! |
I'm having the same issue, and nothing works. I followed all the instructions here, and it's still stuck giving me errors. I didn't have to deal with this when I started using gallery-dl a few weeks ago, so I don't understand why it's happening now. |
But there are only two things to do: 1. Create custom
|
The first method got it working. Thanks. |
so i tried to download in deviantart but this happen, i tried to clear the cache and puts some comand (for window) i now like
gallery-dl.exe url
gallery-dl -u "username" -p "pasword" url
gallery-dl -v -o "extractor.oauth.browser=false" oauth:deviantart
in other sites download perfectly but i dont now why this happens now in deviantart
The text was updated successfully, but these errors were encountered: