HTTP error fetching URL. Status=400
I exported all for the Bandcamp domain from Cookie Quick Manager and I am running into an error.
Command:
$ java -jar build/libs/bandcamp-collection-downloader.jar -d ~/Downloads/BandCamp -f flac -c ~/Downloads/cookies.json xybre
Output:
Loading provided cookies file: /Users/xybre/Downloads/cookies.json
Exception in thread "main" org.jsoup.HttpStatusException: HTTP error fetching URL. Status=400, URL=https://bandcamp.com/xybre
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:776)
at org.jsoup.helper.HttpConnection$Response.execute(HttpConnection.java:722)
at org.jsoup.helper.HttpConnection.execute(HttpConnection.java:306)
at org.jsoup.helper.HttpConnection.get(HttpConnection.java:295)
at bandcampcollectiondownloader.BandcampCollectionDownloaderKt.downloadAll(BandcampCollectionDownloader.kt:57)
at bandcampcollectiondownloader.MainKt.main(Main.kt:67)
Any ideas what I can do to debug/workaround this?