DiNitride / Discord-Music-Status

A Self-Bot program to display your music from Spotify, iTunes, Winamp, and other music players, as your "Playing" status on Discord
72 stars 19 forks source link

Music Detection - No Song Playing #28

Closed Kiure closed 6 years ago

Kiure commented 6 years ago

I finally have an issue where after sometime in the song, let's just say half way through the song, the Discord status just says no song is playing.

When the next songs plays, it detects but does it again, no song playing after half way into the song. Problem just keeps repeating. I noticed this issue like 2-3 days ago. Hasn't happened before.

Currently using Spotify.

Kiure commented 6 years ago

Any update on this issue? It's still happening to me. Already tried replacing the latest run.py file, and upgrading my discord.py as well. The issue is still present.

DiNitride commented 6 years ago

On Mon, 20 Nov 2017 at 06:20, Kiure notifications@github.com wrote:

Any update on this issue? It's still happening to me. Already tried replacing the latest run.py file, and upgrading my discord.py as well. The issue is still present.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/DiNitride/Discord-Music-Status/issues/28#issuecomment-345602147, or mute the thread https://github.com/notifications/unsubscribe-auth/AQznL6FeHfl5skwGdfveQtP2Vto4O4jTks5s4RpDgaJpZM4QR5dM .

Sorry, busy with college and stuff.

Seems like the issue is with snip as that's what it directly detects from. It's working for me and others who use it so it doesn't seem to be a bug in my code.

Try reinstalling snip and see if the issue continues

Kiure commented 6 years ago

Tried reinstalling Snip and Spotify, the issue still persists. I was checking out the Snip GitHub page, it has issues with Spotify detection so your code is fine.

Kiure commented 6 years ago

Found an alternative program if anyone else is interested. http://jimmyappelt.be/preview/snaz/

Just replace the config settings of snip text file to snaz text file.

KawanoUK commented 6 years ago

Mine doesn't work with neither of them (it doesn't show up on status)

Kiure commented 6 years ago

You're not supposed to see it on your client, you have to use a different account to see if it's working or not on your profile.

KawanoUK commented 6 years ago

My friend said that it's not showing up nothing. (i tried with Snip and Snaz)

Kiure commented 6 years ago

If the run.py doesn't show Set Discord Status to Name of Song, then you did something wrong with the installation. Re-read the instructions. It works for me, I'm checking my profile from a different account and it shows my status as Listening to Name of Song.

theace0296 commented 6 years ago

I also have this problem, checked the Snip.txt and it updates to the currently playing song. The log for run.py says (note I've censored out ID and username): [2017-12-10 23:07:56.047444] DEBUG: Discord Music: Loading config files [2017-12-10 23:07:56.050450] INFO: Discord Music: Config loaded [2017-12-10 23:07:56.051946] INFO: Discord Music: Logging in [2017-12-10 23:07:56.977424] INFO: Discord Music: Logged in as XXXXX with ID XXXXXXXX [2017-12-10 23:07:56.977424] INFO: Discord Music: Ready to start

Checking from another account shows the status not updating. Also, the log never shows that it is detecting the song and changing the status, it just stays with the logs above.

[EDIT: Uninstalling Discord.py and reinstalling from scratch fixed my issue]