-
Notifications
You must be signed in to change notification settings - Fork 36
cannot mount file system #26
Comments
Same error on Kubunntu 14.04 & OSX 10.9.2 & OpenSUSE |
Fails on fedora (output with -vv) |
Same problem on Debian Wheezy. |
Same error on Ubuntu 14. |
This is the commit that broke things: simon-weber/gmusicapi@64922aa |
I tried the last version from right before the commit that broke this here: https://github.com/rjbell4/Unofficial-Google-Music-API/tarball/gmusicfs But that hit this error: The requested URL |
To fix this, GMusicFS should switch to the MobileClient, I believe. There appear to be two pull requests for that alreay at https://github.com/EnigmaCurry/GMusicFS/pulls. |
I received authorization errors with both of the pull requests. :( |
I did get it to work with karlak's port! I just needed to drop the "0x" in front of the device ID (at least, I think that's what did it). |
how exactly did you fix the problem? |
Thanks, rjbell4! Your method works fine for me. su -c "python setyp.py install" Then discovered my deviceId: gmusicfs --deviceid Removed 0x at beginning and put it to the config file:
|
This should be fixed in the latest code now |
I was getting file listings but couldn't download any files, the verbose log would show a 403 error. Thanks everyone here for the pointer to remove the 0x from the device id - now it is working again! |
gmusicfs ~/music
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()
AttributeError: 'Webclient' object has no attribute 'get_all_songs'
The text was updated successfully, but these errors were encountered: