-
Bug
-
Resolution: Fixed
-
Normal
-
None
-
1.4.2
-
None
-
Arch Linux
After clicking on "Connect" then copying the OAuth token and validating, nothings happens and Picard is still not connected.
Launching Picard from a terminal emulator and reproducing the bug gives me this output:
Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/picard/webservice.py", line 315, in _process_reply self._handle_reply(reply, request, handler, xml, refresh) File "/usr/lib/python2.7/site-packages/picard/webservice.py", line 306, in _handle_reply handler(str(reply.readAll()), reply, error) File "/usr/lib/python2.7/site-packages/picard/oauth.py", line 167, in on_fetch_username_finished response = json.loads(data) File "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) File "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode obj, end = self.scan_once(s, idx) UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 6: unexpected end of data