vsTerminus / Discord-NP

Last.FM Now Playing info in your Discord status message
MIT License
43 stars 6 forks source link

No status Change even tho appears to be working on the console #6

Closed aenertia closed 7 years ago

aenertia commented 7 years ago

Last.fm is getting queried and I see the correct track being dumped out in the terminal - and a message saying connected to Discord so am assuming the token is correct - but I get no status updated to the Last-fm track.

Ubuntu 17.04, Discord 30/03/2017 - Linux

aenertia commented 7 years ago

Output e.g:

aenertia@kiorewha:~/build/Discord-NP$ ./discordnp.pl Mon Apr 17 13:40:15 2017 - Loaded Config: config.ini Mon Apr 17 13:40:17 2017 - Connected to Discord. Mon Apr 17 13:40:18 2017 - Status Updated: Lacuna Coil - In Visible Light

aenertia commented 7 years ago

screenshot from 2017-04-17 13-41-57

vsTerminus commented 7 years ago

Sadly, the Discord API does not send you your own status updates. Basically, this means the desktop client is not aware that you have set anything, so it will show your status as empty. Sorry - Nothing I can do until they change how this works in the backend.

If you want to check that it's working for sure, ask a friend to tell you what your status message is. Some bots can also display it for you (mine cannot yet).

Feel free to re-open this if other users are seeing an empty status. The script output looks good to me, it should be working properly.

aenertia commented 7 years ago

Ahh - perfect. Might want to add the readme

vsTerminus commented 7 years ago

It's already in the readme, but I can make it more obvious.

aenertia commented 7 years ago

facepalm sorry.