-
Notifications
You must be signed in to change notification settings - Fork 40
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
Some errors occured. Try restart or start Spotify. #40
Comments
Do you have spotify running in the background? |
Try to print the exception at line 18 in this file: pytify/dbus/interface.py |
The only reason you get this error message is if Spotify is not running on your computer. It checks if spotify exists at MediaPlayer2 in the dbus object, if not it throws an exception, and we quite the application with that message. |
I saw it, so this message means I don't have Spotify running in the background. But how do I set up it? |
That's correct. Then you just need to start Spotify. Pytify is just a cli application which controls Spotify. |
@baif666 Did you manage to get it work? |
@bjarneo Yeah, Pytify works well after I installed and started Spotify. Thanks. But I think you can improve your error message. For example, "Some errors occured. Try restart or start Spotify. Pytify is just a cli application which controls Spotify. So you can't use Pytify without Spotify." If I find a new issue, I'll report it. |
When I run pytify in CLI:
I install following the tutorial and I did it in Mint, python3.4.3
I don't know what happened, and I will try to fix it myself if there are more information.
The text was updated successfully, but these errors were encountered: