mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #903] Can't upload to imgur #700
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#700
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kohheepeace on GitHub (May 23, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/903
Originally assigned to: @NickeManarin on GitHub.
Hi, I can't upload gif images to imgur. version: 2.30, download from installer.
This is a error log.

The gif file is less than 10MB, so I think this issue is not related with imgur api limit.
I can upload gif files to imgur by manually drug and drop.
Thanks for this awesome software.
*I have confirmed that I can upload in the old version 2.27.3.
@pawlos commented on GitHub (May 24, 2021):
@NickeManarin I did a brief look and I can see that 2.27.3 had correct Imgur Client-ID and secret in the app, that's no longer the case. But not sure how it supposed to work in the current app. I see no way to set those via UI for anonymous mode. How it supposed to work now?
@NickeManarin commented on GitHub (May 25, 2021):
@pawlos Version 2.30 has the Client-ID and secrets normally as version 2.27.3 has.
What changed is that the user needs to create a profile for uploading gifs to Imgur.
This issue may be related to the fact that the app reached the Imgur limit (or simply because Imgur can't handle the current flow of request from everyone):
@pawlos commented on GitHub (May 25, 2021):
@NickeManarin oh, ok. I was checking in VS and there was no info about those keys. I guess they are added to the released version. I was getting a 400 - invalid request, as there was no
CliendIDset.@the-m4a commented on GitHub (May 27, 2021):
I was seeing the same issue, even after authenticating. The issue went away once I pointed it at an existing album, for whatever that's worth.
I am using whatever the latest version available is (2.30... I updated ScreenToGif immediately before capturing and uploading). I could not find any log files - the Logs folder under my Program Files (x86)\ScreenToGif contained only something from 5/12. Are the logs in a different place or is there something to do in order to enable them?
@pawlos commented on GitHub (May 28, 2021):
@NickeManarin Checked with 2.30.1 (Imgur anonymous) and I'm getting a invalid Client-ID anyway, but yeah the Client-ID and secret are the same as in 2.27.3. Also tried that version (2.27.3) but upload didn't work for me too (also giving me 403).
@NickeManarin commented on GitHub (May 29, 2021):
Ok thanks, I'm going to check that.
@NickeManarin commented on GitHub (May 30, 2021):
Issue fixed.
When sending images as anonymous, a unnecessary content-type was being added to the multipart data:
@NickeManarin commented on GitHub (May 30, 2021):
Same issue as above.
I also improved the logging, so it should create logs with the response when something goes wrong.