Results 738 comments of meeb

I'm fine with adding an additional `--ignore-release-ids-file` flag which contains a file with the following format: ``` 123144232 # comment after hash 348924892 # another comment after hash ``` Which...

Thanks! I'll have time to review these later in the week.

I've not seen this myself so this might be tricky to debug. If you know a bit of Python if you could pop a `print(response.text)` just below this line: https://github.com/meeb/bandcampsync/blob/main/bandcampsync/bandcamp.py#L91...

I can't replicate this but obviously something on Bandcamp's end is denying the requests for you. I've just pushed a v0.4.1 release which bumps the user agent used, give that...

Oh and thanks for the help @navicore - unfortunately that generic 403 from Varnish doesn't reveal any extra useful information.

I'd try refreshing your cookies and trying it on a different IP if you have one available somewhere as a next step.

A quick search for error "Varnish" with "Error 54113" shows this might actually just be a CDN endpoint error to do with lack of cache? Do you have the ability...

How weird. I run it in the container myself. I would agree the only logical assumption is it's something to do with your specific local install or Python library versions....

Well, if any of you native macOS users want to debug and dump the headers being sent to find the exact differences in the request I'm happy to review it....

I do set the user agent to something not `requests`-y: https://github.com/meeb/bandcampsync/blob/main/bandcampsync/config.py#L2 However I don't do much more than that. If Bandcamp (or more likely Fastly, their CDN) are starting to...