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
71 stars 19 forks source link

So close.. #13

Closed Rift02 closed 7 years ago

Rift02 commented 7 years ago

Hi, I'm not a very experienced coder, but I've gotten to the point in which the snip.txt shows the songs that's currently playing. My one problem is, it doesn't show it on my discord profile. I'm sure my problem is I didn't configure my key right, so if you could explain that to me more in-depth, that would help a lot! Thanks!

DiNitride commented 7 years ago

what do you need explaining, have you followed the instructions, are you getting an error message

majorkusa commented 7 years ago

@DiNitride I've gotten to the same step myself. I'm positive ive run the right path and gotten the right token from my discord app. Should it just be automatically running? I think im lost on how it should be running or where. I've also checked on mobile and other accounts to see if my status changed but it never did.

DiNitride commented 7 years ago

Again, can I have some further explanation to what you are actually doing?. Run automatically? No, you must execute the Python file. Have you installed all the correct dependancies? Do you have snip running as well, this must also be executed (The script does not do this for you). When you run the script, a window will open that will output information, and it should also create a last-run.log file in the same directory as the script. This is what my window and log looks like

[2017-09-06 12:27:43.342815] DEBUG: Discord Music: Loading config files
[2017-09-06 12:27:43.343818] INFO: Discord Music: Config loaded
[2017-09-06 12:27:43.344821] INFO: Discord Music: Logging in
[2017-09-06 12:27:51.445312] INFO: Discord Music: Logged in as DiNitride with ID 95953002774413312
[2017-09-06 12:27:51.445312] INFO: Discord Music: Ready to start
[2017-09-06 12:28:24.498962] INFO: Discord Music: Set Discord status to Blow Your Mind (Mwah)  Dua Lipa
[2017-09-06 12:28:32.497250] INFO: Discord Music: Set Discord status to Hotter Than Hell  Dua Lipa
[2017-09-06 12:28:40.497837] INFO: Discord Music: Set Discord status to Feet Don't Fail Me  Queens of the Stone Age
[2017-09-06 12:28:53.597872] INFO: Discord Music: Logging out
Murney24 commented 7 years ago

@DiNitride I'm having the same problem as Rift02. Everything seems to be working like it should, except for the fact that none of my friends can see my music playing on Discord. Here's my last-run log.

`[2017-09-07 20:16:40.393274] DEBUG: Discord Music: Loading config files

[2017-09-07 20:16:40.395276] INFO: Discord Music: Config loaded

[2017-09-07 20:16:40.396287] INFO: Discord Music: Logging in

[2017-09-07 20:16:44.073138] INFO: Discord Music: Logged in as Murney24 with ID 317387966702026764

[2017-09-07 20:16:44.073138] INFO: Discord Music: Ready to start

[2017-09-07 20:16:45.074274] INFO: Discord Music: Set Discord status to Rocket Skates Deftones

[2017-09-07 20:20:29.083841] INFO: Discord Music: Cleared Discord Status because no song is playing

[2017-09-07 20:20:45.081983] INFO: Discord Music: Set Discord status to Go With The Flow Queens of the Stone Age `

DiNitride commented 7 years ago

There seems to be an issue in discords end with the library, I will work on a fix tomorrow

On 7 Sep 2017 9:34 pm, "Murney24" notifications@github.com wrote:

@DiNitride https://github.com/dinitride I'm having the same problem as Rift02. Everything seems to be working like it should, except for the fact that none of my friends can see music playing on my Discord. Here's my last-run log.

[2017-09-07 20:16:40.393274] DEBUG: Discord Music: Loading config files [2017-09-07 20:16:40.395276] INFO: Discord Music: Config loaded [2017-09-07 20:16:40.396287] INFO: Discord Music: Logging in [2017-09-07 20:16:44.073138] INFO: Discord Music: Logged in as Murney24 with ID 317387966702026764 [2017-09-07 20:16:44.073138] INFO: Discord Music: Ready to start [2017-09-07 20:16:45.074274] INFO: Discord Music: Set Discord status to Rocket Skates Deftones [2017-09-07 20:20:29.083841] INFO: Discord Music: Cleared Discord Status because no song is playing [2017-09-07 20:20:45.081983] INFO: Discord Music: Set Discord status to Go With The Flow Queens of the Stone Age

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/DiNitride/Discord-Music-Status/issues/13#issuecomment-327920127, or mute the thread https://github.com/notifications/unsubscribe-auth/AQznLyZKudWavXzrRQP-2_e9VA9Pq7ZGks5sgFNggaJpZM4PG2-e .

majorkusa commented 7 years ago

@DiNitride I was able to get mine working properly. My issue was because i'm dumb and didn't realize i quite literally needed to type the command to run the script instead of double clicking it like some application. I don't really have much experience with python but as soon as i realized that I had a bunch of "missing module" errors and just installed them from there which eventually led to it working for me. Thanks for providing help and making this.

DiNitride commented 7 years ago

@majorkusa No problem, glad it works

DiNitride commented 7 years ago

@Murney24 @Rift02 Everything seems to still be working on my end, can you ensure your Discord.py libraries are up to date, and everything is configured properly. Also remember that you cannot see this on your own clients

Murney24 commented 7 years ago

@DiNitride Sorry, I was being a noob. I'm new to github and python. My Discord.py libraries were out of date and updating it fixed the script. Thank you for the help.

DiNitride commented 7 years ago

Good, closing due to everything seeming to be fixed and OP not replying.