Results 92 comments of Johannes Dewender

Hm, non-ascii passwords, that can be a problem in my script, in musicbrainzngs, in the musicbrainz server (web service part) or even at another place (python?) I am working on...

The test script is available at https://gist.github.com/JonnyJD/5429281. This just skips all the other steps and tries to submit isrcs (an empty dict actually), but adds a bit of debug output....

In case this isn't related (as in you also don't get the 400 error using my password_test.py) I need the output of isrcsubmit.py when this 400 error occurs. Inluding the...

If possible, running isrcsubmit (current master) with `--debug` would help. I added some debug output for submit_isrcs.

I opened a new ticket for the "401: Digest Auth failed" exception: #58 . There is a ticket to expose the exact 400 error in alastair/python-musicbrainz-ngs#80. Without that it is...

Thanks a lot for your tests. I made a couple semi-related changes to the code based on your test data. However, I could reproduce your problem. The problem you seem...

Reported the proxy problem to MusicBrainz-server with http://tickets.musicbrainz.org/browse/MBS-6185. EDIT: FYI: If this needs fixes in a library MB-server uses, it can take quite some time until this is fixed.

FYI: This has gone up all the way to catalyst (library/framework MusicBrainz uses): https://rt.cpan.org/Public/Bug/Display.html?id=84789

Yes, I was also considering this, since I am behind a firewall (forced using proxy) at my current workplace. Following the environment var `http_proxy` would also make sense. However, I...