Motyldrogi / fansly-downloader

Chrome Extension - Adds a download button to fansly.com feed and image gallery.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New 2.0.6 Errors

blessedbro opened this issue · comments

This new version was supposed to fix an issue with downloading videos, but it seems to be broken. It does not do anything when clicking the download buttons. I also see some errors in the chrome extensions area. Images do download without any issues for me.

Screenshot 2023-05-04 215634

@blessedbro Before you made the update, did the video download work?

Also can you pls check your version of fansly (Click on profile icon top right -> Settings -> About)

I have 3.0.2 Version of Fansly where the video download was broken with the 2.0.5 Downloader, so the 2.0.6 Downloader fixes this.
I guess that maybe everything under 3.0.2 Fansly only works with the 2.0.5 Downloader?

@Motyldrogi Yes, I am on 3.0.2 Fansly. 2.0.5 does not download the videos at all. 2.0.6 does work with some videos. Just as @NMPopsicle pointed out. the auto hd videos appear to be the issue, and from what I can tell, they are all newer uploads. with in the past day or two. All of the older videos that do not have the auto hd seem to work fine with the 2.0.6 version.

@Motyldrogi and @NMPopsicle I can confirm I am having the same issue with videos that have the "auto" under quality settings.

Same issue here...

Uncaught (in promise) TypeError: Failed to fetch

points to line 75 " fetch(downloadLink)"

I'm having the same issue.

Same issue here.

Same with me, videos with "auto" resolution can't be downloaded.

I can't download any videos either, even when selecting resolution

download button doesn't work!
f

failed to fetch. same issue

I've got the same issue. Still not fixed? Dang, was hoping for a workaround.

Uncaught TypeError: Cannot read properties of undefined (reading 'split') at line 182
182 - dconst name = feedUsername + "-" + downloadLink.split("/")[4].split("?")[0];

I also get the Failed to Fetch at line 75.

74 - if (downloadLink != null && !downloadLink.includes("mp4")) {
75 - fetch(downloadLink)