Skip to content
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

It stops sometimes #16

Closed
NicolasKresteff opened this issue Sep 26, 2019 · 14 comments
Closed

It stops sometimes #16

NicolasKresteff opened this issue Sep 26, 2019 · 14 comments

Comments

@NicolasKresteff
Copy link

Hi, first of all i love it. But i had a problem while i was streaming and listening spotify, sometimes like it plays 4 or 5 songs and then stops doing it and i got to close it and re-open it. Do you know why is this problem and how i can solve it?.

@MarcoPNS
Copy link
Owner

Hi @Kresteff

Thank you for the info. I will try to reproduce this. I will also publish an update today where a logger is implemented. That could be helpful if I can't reproduce this error by myself.

@NicolasKresteff
Copy link
Author

Thank you so much Marco!. If i have this problem again i'll re-open the comment.

@NicolasKresteff
Copy link
Author

NicolasKresteff commented Sep 26, 2019 via email

@MarcoPNS
Copy link
Owner

I keep this issue open because it is not clear why this happens.

@MarcoPNS
Copy link
Owner

Should be fixed with the new version 1.3.1.0: https://github.com/MarcoPNS/Spotify-Stream-Widget/releases/tag/1.3.1.0

@NicolasKresteff
Copy link
Author

NicolasKresteff commented Sep 28, 2019

I have the same problem, but idk why. Like i have to close and re-open it. I re-checked and it stops when i pause and reanude the song played, but if i dont do this it keeps going. But its not always, sometimes happens but other times not.

@NicolasKresteff
Copy link
Author

I have a clip of my streaming when im listening to Snuff of slipknot but it shows the previous song i heared. https://clips.twitch.tv/OpenSparklingAyeayeOhMyDog

@MarcoPNS
Copy link
Owner

@Kresteff was this with the current version 1.3.1.0? If so then please post your log file from this date. You can find it in in the application folder under /Logs/

@MarcoPNS MarcoPNS reopened this Sep 28, 2019
@NicolasKresteff
Copy link
Author

Yes marco i was trying the last version, anyways when it's open popups a message saying there's a new version 1.3.0.0, but i already have the 1.3.1.0. There you got the log folder :)
2019-09-27.log
2019-09-28.log

@petersvp
Copy link

I wrote another issue with the code changes I did to fix this issue.

@prolercoaster
Copy link

2019-11-20.log
2019-11-21.log
2019-11-22.log
I have been having this same issue. The widget is great when it's working, thanks!

@xHagane
Copy link

xHagane commented Dec 22, 2019

The errors in 13.1.0 are as follows:

2019/12/21 01:07:16 [EXCEPTION] VersionCheck_DoWork() Exception: System.InvalidCastException: Conversion from string "1.3.1.0" to type 'Integer' is not valid. ---> System.FormatException: Input string was not in a correct format.
at Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
--- End of inner exception stack trace ---
at Microsoft.VisualBasic.CompilerServices.Conversions.ToInteger(String Value)
at Spotify_Stream_Widget.Settings.VersionCheck_DoWork(Object sender, DoWorkEventArgs e)

2019/12/21 02:07:44 [ERROR] Error Status: 401 Msg: The access token expired

I'm sure the first error doesn't matter. Seems that it's for a prompt or autoupdate if the application is out of date.

You issue is with the authentication with Spotify. The token expires after an hour or so. I'd recommend adding a reauthorize button. Alternatively, we as users could create a script or windows task to reauth every 30 minutes on our end (That's probably less likely!)

@MarcoPNS
Copy link
Owner

MarcoPNS commented Jun 2, 2020

Belongs to #22

@MarcoPNS
Copy link
Owner

MarcoPNS commented Jun 3, 2020

Version 1.4 is live and now referesh its access token. try it out
https://github.com/MarcoPNS/Spotify-Stream-Widget/releases/tag/1.4.0.0

@MarcoPNS MarcoPNS closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants