twitter-click-and-save icon indicating copy to clipboard operation
twitter-click-and-save copied to clipboard

Error When Downloading Gif/Videos

Open DReaper opened this issue 1 year ago • 7 comments

When I attempt to save a gif/video, a Gray error box appears. I was able to download a while ago.

I can download images with no issues.

DReaper avatar Sep 17 '23 00:09 DReaper

Do you use FF + VM?

Seems, it's an issue with Violentmonkey / Firefox: https://github.com/violentmonkey/violentmonkey/issues/1895

AlttiRi avatar Sep 17 '23 13:09 AlttiRi

BTW, I see, that the current API calls do not work for anonymous users. I need to use some other API to add the support to non-logged-in users will be able to download videos.

AlttiRi avatar Sep 17 '23 13:09 AlttiRi

I fixed the bug with VM + FF https://github.com/AlttiRi/twitter-click-and-save/commit/1195481330e996b942ae025407d7a7b538566d78.

It was appeared from this commit: https://github.com/AlttiRi/twitter-click-and-save/commit/d74e7c2d3138fe4b8da46a97c5c24fa2b7be71a0. It was unexpected that the simplesearchParams.keys method may not work in FF's content script context.

AlttiRi avatar Sep 17 '23 14:09 AlttiRi

Well, Elon Musk have returned the ability to use Twitter without requirement to be logged-in. I will check how to download the videos in this case later.

AlttiRi avatar Sep 17 '23 14:09 AlttiRi

Looks like the update fixed it! Much appreciated for the fast response.

DReaper avatar Sep 17 '23 17:09 DReaper

my script has also started to do this, when i click the button it instantly turns into error

Erfaniom avatar Aug 17 '24 01:08 Erfaniom

my script has also started to do this, when i click the button it instantly turns into error

Are you logged in? Currently, the video download does not work only if you do not log in to your Twitter account.

Also, if you use Firefox + ViolentMonkey you may need to enable "Strict Tracking Protection Fix" in the settings popup. https://github.com/AlttiRi/twitter-click-and-save?tab=readme-ov-file#if-the-script-does-not-work

AlttiRi avatar Aug 17 '24 17:08 AlttiRi