bjarneo / Pytify

A CLI application for controlling Spotify
MIT License
743 stars 40 forks source link

Looks like an unicode error #57

Closed Y0Username closed 7 years ago

Y0Username commented 7 years ago

I get the following string while I search, I have configured environment variables:

➜  ~ pytify
pytify 3.3.2 [https://github.com/bjarneo/Pytify]
youser - Search:
> i like me better
u'tracks'
youser - Search:
>
 exit: ctrl+d | clear: ctrl+c
Y0Username commented 7 years ago

Used pip3 to install this time and still the same error:

➜  ~ echo $SPOTIPY_CLIENT_ID
9d8207b5b26xxxxxxxxxx735235dfbaf
➜  ~ echo $SPOTIPY_CLIENT_SECRET
66501803838xxxxxxxxxxf3fbae77096
➜  ~ pytify
pytify 3.3.2 [https://github.com/bjarneo/Pytify]
youser - Search:
> abc
'tracks'
youser - Search:
>
 exit: ctrl+d | clear: ctrl+c
bjarneo commented 7 years ago

It seems you didn't get the newest release of pytify. Version 3.4.0. Should be available. I need to check why you don't get it.

Y0Username commented 7 years ago
➜  ~ pip3 install pytify==3.4.0
Collecting pytify==3.4.0
  Could not find a version that satisfies the requirement pytify==3.4.0 (from versions: 1.0a8, 2.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.1.0, 3.0.0, 3.0.1, 3.1.0, 3.1.2, 3.1.3, 3.1.5, 3.2.0, 3.3.0, 3.3.1, 3.3.2)
No matching distribution found for pytify==3.4.0
➜  ~
bjarneo commented 7 years ago

Sorry, a bit slow right now. Been on vacation. Republished it now:

$ pip search pytify
pytify (3.4.0)  - Spotify remote. Search, start and navigate through songs.
bjarneo commented 7 years ago

Tested the new version?

Y0Username commented 7 years ago

I did install it, but from the source though. However I noticed one problem; pytify creates a history file in whichever directory it is invoked from. Shouldn't there be one history file at ~

bjarneo commented 7 years ago

Yes it should. Let me close this issue and open a new one dedicated to that problem.