GMusicFS
GMusicFS copied to clipboard
Input/Ouput error
gmusicfs -vv mountdir
lists the following number of tracks
DEBUG:gmusicfs:6615 tracks loaded.
DEBUG:gmusicfs:786 artists loaded.
DEBUG:gmusicfs:963 albums loaded.
going into the mounted directory and trying to ls
I get 111 artists:
ls: reading directory .: Input/output error
Any ideas?
Check ~/.cache/gmusicapi/log/gmusicapi.log for further errors. Or, you can tack on a -f so that gmusicfs doesn't go into the background.
DEBUG:fuse.log-mixin:-> init / ()
DEBUG:fuse.log-mixin:<- init None
DEBUG:fuse.log-mixin:-> getattr / (None,)
DEBUG:fuse.log-mixin:<- getattr {'st_ctime': 0, 'st_mtime': 0, 'st_nlink': 2, 'st_mode': 16877, 'st_atime': 0}
DEBUG:fuse.log-mixin:-> access / (0,)
DEBUG:fuse.log-mixin:<- access 0
DEBUG:fuse.log-mixin:-> access / (1,)
DEBUG:fuse.log-mixin:<- access 0
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /objects (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /objects (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> opendir / ()
DEBUG:fuse.log-mixin:<- opendir 0
DEBUG:fuse.log-mixin:-> readdir / (0L,)
DEBUG:fuse.log-mixin:<- readdir ['.', '..', 'artists']
DEBUG:fuse.log-mixin:-> getattr /artists (None,)
DEBUG:fuse.log-mixin:<- getattr {'st_ctime': 0, 'st_mtime': 0, 'st_nlink': 2, 'st_mode': 16877, 'st_atime': 0}
DEBUG:fuse.log-mixin:-> releasedir / (0L,)
DEBUG:fuse.log-mixin:<- releasedir 0
DEBUG:fuse.log-mixin:-> getattr / (None,)
DEBUG:fuse.log-mixin:<- getattr {'st_ctime': 0, 'st_mtime': 0, 'st_nlink': 2, 'st_mode': 16877, 'st_atime': 0}
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /objects (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /.git (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
DEBUG:fuse.log-mixin:-> getattr /objects (None,)
DEBUG:fuse.log-mixin:<- getattr '[Errno 2] No such file or directory'
Hmm, don't see anything there that I don't see on mine (working here.)
I'm having the same error.
I tried applying pull request you have in a queue and now it works, but I can't read from files with it anymore. :(
I should probably add more logging to debug that, any hits on that?
related issue: https://github.com/EnigmaCurry/GMusicFS/issues/18
I think this is related to this issue, this doesnt seem to support certain characters in artist names, if i get some time this week ill dig a little deeper into the code, but im sure someone who is more familiar with it would fix it much faster
still having these issues, and I haven't been able to figure it out. :( very disappointing.