Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
B
bandcamp-collection-downloader
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 5
    • Issues 5
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Ezwen
  • bandcamp-collection-downloader
  • Issues
  • #16

Closed
Open
Opened Aug 13, 2019 by xybre@xybre

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?

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: Ezwen/bandcamp-collection-downloader#16