catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Successfully mounts but not logged in #49

Closed ghost closed 8 years ago

ghost commented 8 years ago

This may relate to the new June update depricating libspotify. It may not.

cat connection yields "logged out"

Idea: Include an error directory or file to log problems.

catharsis commented 8 years ago

@x0x7 Mounting does not require logging in. Perhaps a silly question, but, did you supply valid (premium) account details either in your spotifile.conf or when mounting?

Log messages are logged to syslog if the program is run in the background, and to stdout if it is run in the foreground.

Maybe running with the -f flag (for foreground) would be helpful. Or -d (for debug), if that doesn't help.

denysvitali commented 8 years ago

[M @ 2016-06-23 23:50:15 CEST] spotifile: spotify: login failed (Needs a premium account)

In the readme the Premium account requirement wasn't specified.