Great widget, Thanks for your effort!
i only have one problem, it stops updating after some songs, i checked the logs and it says that the token has expired. is there any fix for this?
This is a part of the log file:
2019/11/15 02:20:38 [ERROR] Error Status: 401 Msg: The access token expired
2019/11/15 02:20:41 [ERROR] Error Status: 401 Msg: The access token expired
2019/11/15 02:20:43 [ERROR] Error Status: 401 Msg: The access token expired
2019/11/15 02:20:46 [ERROR] Error Status: 401 Msg: The access token expired
2019/11/15 02:20:47 [DEBUG] Viewer closed
2019/11/15 02:20:48 [ERROR] Error Status: 401 Msg: The access token expired
2019/11/15 02:20:49 [ERROR] Error Status: 401 Msg: The access token expired
2019/11/15 17:56:55 [DEBUG] Application started
2019/11/15 17:56:55 [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)