-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Getting 'gfycat.error.GfycatClientError: (404) Error fetching the URL' #13
Comments
it's a 301 likely. I've just run into this. Easy fix, let me see if any forks handle it first |
nope, looks like it's my job, alright. |
so there should be a cascade that checks redgifs as well apparently, since this is where the split exists. Whether one would want to add some "disallow_nsfw" flag is probably a separate ticket ... I'll just patch something that assumes the user wants the content they're requesting. |
Some content has been split-off to redgif which observes the same API So a simple recursive fallback is added that checks the secondary site before failing.
there's the pr, do with it what you will. |
I also version bumped it to 0.2.3 in the PR btw. |
Fixing #13 '...rror: (404) Error fetching the URL'
So 0.2.3 is still not available on pypi with this fix. Any idea when that's going to happen? |
Hi there,
I'm trying to fetch a upload from URL but I'm getting this error:
"gfycat.error.GfycatClientError: (404) Error fetching the URL"
Did the Gfycat API change recently? I know it's a valid URL because it works on the official Gfycat.com website and it creates the GIF.
I also get the same error when I do client.check_link() function.
Any ideas?
The text was updated successfully, but these errors were encountered: