EnigmaCurry / GMusicFS

A FUSE filesystem for Google Music
153 stars 36 forks source link

Webclient1:failed to authenticate ... gmusicfs:Login successful. #22

Open nocrack opened 10 years ago

nocrack commented 10 years ago

Hello,

I'm having a little problem with mounting the filesystem. It says that I'm logged in but then the logs show otherwise. No need to say but my password is correct, I do know it :-)

Here is the detail of the error I got (Platform Ubuntu 13.10 x86_64) The only thing I can think of is that my password has some special characters... can this be the problem ?

xxx@yyy:~$ gmusicfs -vv Music/Google/

INFO:gmusicapi.Webclient1:!-- begin debug log --! INFO:gmusicapi.Webclient1:version: 3.1.1-dev INFO:gmusicapi.Webclient1:logging to: /home/acharlier/.cache/gmusicapi/log/gmusicapi.log INFO:gmusicapi.Webclient1:initialized INFO:gmusicapi.Webclient1:logged out INFO:gmusicfs:Logging in... DEBUG:gmusicapi.Webclient1:ClientLogin() INFO:urllib3.connectionpool:Starting new HTTPS connection (1): www.google.com DEBUG:urllib3.connectionpool:"POST /accounts/ClientLogin HTTP/1.1" 403 49 INFO:gmusicapi.Webclient1:failed to authenticate INFO:gmusicfs:Login successful. INFO:gmusicfs:Gathering track information... DEBUG:gmusicapi.Webclient1:GetLibrarySongs(args=[None], kwargs={}) Traceback (most recent call last): File "/usr/local/bin/gmusicfs", line 9, in load_entry_point('GMusicFS==0.1', 'console_scripts', 'gmusicfs')() File "/usr/local/lib/python2.7/dist-packages/gmusicfs/gmusicfs.py", line 452, in main fs = GMusicFS(mountpoint, true_file_size=args.true_file_size, verbose=verbosity) File "/usr/local/lib/python2.7/dist-packages/gmusicfs/gmusicfs.py", line 229, in init true_file_size=true_file_size, verbose=verbose) File "/usr/local/lib/python2.7/dist-packages/gmusicfs/gmusicfs.py", line 132, in init self.rescan() File "/usr/local/lib/python2.7/dist-packages/gmusicfs/gmusicfs.py", line 138, in rescan self.__aggregate_albums() File "/usr/local/lib/python2.7/dist-packages/gmusicfs/gmusicfs.py", line 172, in __aggregate_albums tracks = self.api.get_all_songs() File "/usr/local/lib/python2.7/dist-packages/gmusicapi/clients/webclient.py", line 312, in get_all_songs to_return = [song for chunk in to_return for song in chunk] File "/usr/local/lib/python2.7/dist-packages/gmusicapi/clients/webclient.py", line 324, in _get_all_songs lib_chunk['continuationToken']) File "/usr/local/lib/python2.7/dist-packages/gmusicapi/clients/shared.py", line 80, in _make_call return protocol.perform(self.session, self.validate, _args, *_kwargs) File "/usr/local/lib/python2.7/dist-packages/gmusicapi/protocol/shared.py", line 208, in perform response = session.send(req_kwargs, cls.required_auth) File "/usr/local/lib/python2.7/dist-packages/gmusicapi/session.py", line 80, in send raise NotLoggedIn gmusicapi.exceptions.NotLoggedIn

Thanks !!!