RobertFrydenlund / SpotifyPlugin

72 stars 6 forks source link

(Beta 3) Information seems to constantly refresh #22

Closed JoramD0 closed 6 years ago

JoramD0 commented 6 years ago

In beta 3 the information seems to refresh every ~10 seconds. This might be an issue on the skins end but I am not sure.

23:24:09 Monday, July 23, 2018
SpotifyPlugin version 2.1.6.0
Culture: en-US
OSVersion: Microsoft Windows NT 10.0.17134.0
----
 The remote server returned an error: (404) Not Found.
----
    at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
   at System.Net.WebClient.DownloadString(Uri address)
   at SpotifyPlugin.AlbumArt.GetAlbumImage(Int32 resolution, String filePath) (Monstercat-Visualizer\visualizer.ini - [MeasureProgressPrecent])
(Fetch error) The operation timed out  (ErrorCode=12002) (Monstercat-Visualizer\Song Information\Cover\Cover.ini - [MeasureWebParser])

These errors were posted to the log.

RobertFrydenlund commented 6 years ago

I am aware of this. The WebApi keeps returning empty responses once in a while, and it detects that as album changes. Then it tries downloading the album for an empty URI and it fails. You can safely ignore the error for now. This will fix itself when i fix the issue with empty responses.

RobertFrydenlund commented 6 years ago

The second error seems related to this issue https://github.com/MarcoPixel/Monstercat-Visualizer/issues/197

marcopixel commented 6 years ago

@RobertFrydenlund FYI, the issue you've mentioned is probably affecting the WebNowPlaying plugin from @tjhrulz. 😉

RobertFrydenlund commented 6 years ago

@MarcoPixel Yeah, my bad, I just keep thinking I'm the only third party involved 😄 Opened an issue regarding this at https://github.com/tjhrulz/WebNowPlaying/issues/17. Will close this issue, as the 404 error is a side effect of #19.

marcopixel commented 6 years ago

😉👌 No worries, mistakes can happen especially when the title is quite suggestive ;)