-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when running "ls /tmp/spotifile/playlists/music" #53
Comments
Without looking too closely, I'm guessing this is related to the somewhat naive callback timeout defined here: Line 16 in 03cff65
The error handling in case of callback timeouts is not very good at all, so as a first attempt, I'd suggest increasing that and recompiling. |
I had a chance to try changing the timeout to 60000. This time, when I run
|
I can reproduce this using |
When I mount spotifile (with
spotifile -d /tmp/spotifile
) and then try to get the list of playlists (withls /tmp/spotifile/playlists/music
), spotifile aborts with an error message (included at the end of this post).Some notes about my setup:
ls /tmp/spotifile/playlists/music/Summer
, whereSummer
is the name of a playlist) will result in a similar error.Thanks for looking at this, if you have the time, and please tell me if I can provide any further information.
The full
spotifile -d
output is:Moreover, the following stack trace gets printed to the system journal:
The text was updated successfully, but these errors were encountered: