mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #615] unable to upload gifs most of the time #506
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#506
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 @kingjasko on GitHub (Mar 16, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/615
unable to upload gifs most of the time
The remote server returned an error: (400) Bad Request.
at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
at System.Threading.Tasks.TaskFactory
1.FromAsyncCoreLogic(IAsyncResult iar, Func2 endFunction, Action1 endAction, Task1 promise, Boolean requiresSynchronization)--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ScreenToGif.Util.WebHelper.d__6.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ScreenToGif.Cloud.Imgur.Imgur.d__5.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at ScreenToGif.Windows.Other.Encoder.d__24.MoveNext()
@NickeManarin commented on GitHub (Mar 16, 2020):
Which version are you using? Also, where did you download it from?
(From the releases, using from the source, third part, etc).
@kingjasko commented on GitHub (Mar 16, 2020):
2.20.1
from here : https://www.screentogif.com/downloads.html
i will try updating it to latest version i'll let u know if it works
@kingjasko commented on GitHub (Mar 16, 2020):
latest 2.22.1 version seems to be working correctly, i'll post here if the problem arises again, thanks for the quick support.
@NickeManarin commented on GitHub (Mar 16, 2020):
Great. Closing this issue.
@kingjasko commented on GitHub (Mar 30, 2020):
I got it again on the latest version. Saving the gif to my pc and uploading manually to imgur worked, but uploading through ScreenToGif gave an error. I tested it a few more times and it worked once in about 5-6 tries.
@NickeManarin commented on GitHub (Mar 31, 2020):
Can you share with me the project that you are trying to upload?
Perhaps you are hitting a limit (size, length, quantity)...
@kingjasko commented on GitHub (Jun 22, 2020):
after some more testing, I'm pretty certain the problem might be in size of the gifs im trying to upload, imgur makes the bigger gifs into .mp4 ending, i dont know what connection that would have with anything, but it always fails to upload when that happens, but with smaller gifs (under 10MB it seems) it does the job nicely
The remote server returned an error: (400) Bad Request.