PatreonDownloader: Campaign id cannot be less than 1 Error
Getting the following error:
2023-09-18 19:07:56.1702 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, IUniversalDownloaderPlatformSettings settings) in F:\Sources\BigProjects\PatreonDownloader\submodules\UniversalDownloaderPlatform\UniversalDownloaderPlatform.Engine\UniversalDownloader.cs:line 183 at PatreonDownloader.App.Program.RunPatreonDownloader(CommandLineOptions commandLineOptions) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 128 at PatreonDownloader.App.Program.Main(String[] args) in F:\Sources\BigProjects\PatreonDownloader\PatreonDownloader.App\Program.cs:line 68
About this issue
- Original URL
- State: closed
- Created 9 months ago
- Reactions: 2
- Comments: 23 (5 by maintainers)
Sure thing.
debug-net6.0.zip
Created a PR that I believe fixes this issue
https://github.com/AlexCSDev/PatreonDownloader/pull/197
Thank you!
for everyone who wants to compile it from source while #Skyl3lazer fix isnt merged, just clone his fork like this
git clone https://github.com/Skyl3lazer/PatreonDownloader -b patch-1 --recursive
Thank you, lifesaver!
https://github.com/AlexCSDev/PatreonDownloader/files/12675516/debug-net6.0.zip