Comment 3 for bug 406231

Revision history for this message
Mathias Brodala (mathbr) wrote : Re: [Bug 406231] Re: audioscrobbler won't login/submit problems

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi.

Yakov Mindelis, 29.07.2009 11:27:
> On Wed, 29 Jul 2009, Mathias Brodala wrote:
>> Anyways, I could not reproduce the issue if I restore my plain text
>> password and the password is hashed as soon as you re-enter the password
>> in the preferences dialog.
>
> Oh, this is the action that triggered the md5 in the ini file,
> With this I still don't get the login confirmation in the log,

So your password is written as hash in the settings.ini after this?

> message
> beginning with "[AS]" and stating the logn success shoul apear between
> these two lines:
>
> 07-29 12:23 INFO : AS: attempting to connect to audioscrobbler (audioscrobbler)
> 07-29 12:23 INFO : AS: Connected to audioscrobbler (audioscrobbler)
>
>
> Any idea?

Can you please try the following:

1. Fire up a terminal and go to the directory of the audioscrobbler
plugin (where __init__.py and all the others are located)

2. Launch the python interactive console

3. Import _scrobbler

4. Try _scrobbler.login($username, $password_hash, hashpw=False,
post_url='http://post.audioscrobbler.com/')

5. Try _scrobbler.login($username, $password, hashpw=True,
post_url='http://post.audioscrobbler.com/')

Both 4. and 5. should yield no exceptions.

Regards, Mathias

- --
debian/rules
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkpwGXEACgkQYfUFJ3ewsJhY8QCeN2a7hLueLZvcmQXPVDiNzufL
6xQAn3RGBpQMcL/GDTGSEyBCeH0EkaQK
=LxBQ
-----END PGP SIGNATURE-----