AlexCSDev / PatreonDownloader

Powerful tool for downloading content posted by creators on patreon.com. Supports content hosted on patreon itself as well as external sites (additional plugins might be required).
MIT License
928 stars 95 forks source link

Does not work , tried last 2 versions #151

Closed joinstuff closed 1 year ago

joinstuff commented 1 year ago

Does not work , I got the following errors :

2022-11-14 23:13:10.7494 FATAL Fatal error, application will be closed: UniversalDownloaderPlatform.Common.Exceptions.UniversalDownloaderException: Unable to retrieve crawl target info: Campaign id cannot be less than 1 (Parameter 'campaignId') ---> System.ArgumentOutOfRangeException: Campaign id cannot be less than 1 (Parameter 'campaignId') at PatreonDownloader.Implementation.PatreonCrawlTargetInfoRetriever.GetCrawlTargetInfo(Int64 campaignId) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.Implementation\PatreonCrawlTargetInfoRetriever.cs:line 58 --- End of inner exception stack trace --- at PatreonDownloader.Implementation.PatreonCrawlTargetInfoRetriever.GetCrawlTargetInfo(Int64 campaignId) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.Implementation\PatreonCrawlTargetInfoRetriever.cs:line 75 at PatreonDownloader.Implementation.PatreonCrawlTargetInfoRetriever.RetrieveCrawlTargetInfo(String url) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.Implementation\PatreonCrawlTargetInfoRetriever.cs:line 26 at UniversalDownloaderPlatform.Engine.UniversalDownloader.Download(String url, String downloadDirectory, IUniversalDownloaderPlatformSettings settings) in F:\Sources\BigProjects\PatreonDownloader\submodules\UniversalDownloaderPlatform\UniversalDownloaderPlatform.Engine\UniversalDownloader.cs:line 176 at PatreonDownloader.App.Program.RunPatreonDownloader(CommandLineOptions commandLineOptions) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 143 at PatreonDownloader.App.Program.Main(String[] args) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 69

Saurfon commented 1 year ago

Make sure the Patreon link that you are using is correct. I was having the same issue, but then after I tried actually going to the URL I was giving this program I realized the creator's channel name in the URL is different from the one that shows up on my memberships page.

joinstuff commented 1 year ago

It managed to crawl now but cannot download Vimeo videos.... 2022-11-16 00:05:38.3525 ERROR Failed to download https://vimeo.com/683208587/46172ce01a: Error while downloading https://vimeo.com/683208587/46172ce01a: [63212095] Unable to retrieve name for external entry of type ExternalUrl: https://vimeo.com/683208587/46172ce01a

All videos on Patreon are available.

AlexCSDev commented 1 year ago

Vimeo is not supported unless someone makes plugin for it.

Issue replaced with #152, #153