tjhrulz / WebNowPlaying-BrowserExtension

The extension to go along with the WebNowPlaying plugin for Rainmeter
74 stars 35 forks source link

Soundcloud #71

Closed KRK99 closed 3 years ago

KRK99 commented 3 years ago

Sound Cloud thumbnail/cover is not showing . youtube is fine

KRK99 commented 3 years ago

@tjhrulz

huds0nx commented 3 years ago

having same problem

tjhrulz commented 3 years ago

While I had a partial fix in place I have now fully fixed this by planning release a new version of the Rainmeter plugin, this should prevent further security issues from preventing downloading of album art in the future. https://github.com/tjhrulz/WebNowPlaying/commit/83cb240ca54c907186b61e93d076e8d1ab54a4ac

trevor-pope commented 3 years ago

Hate to reopen this, but I still don't get album art. Currently running on Firefox v. 88.0.1 64 bit. I have the most recent extension (version 0.5.0).

Rainmeter reports the following:

System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at System.Net.HttpWebRequest.GetResponse() at WebNowPlaying.Measure.GetImageFromUrl(String id, String url)

Firefox also displays a warning when rainmeter is running : "Reading manifest: Warning processing background.persistent: Event pages are not currently supported. This will run as a persistent background page."

This might be useful information regarding background/persistent pages.

tjhrulz commented 3 years ago

Hate to reopen this, but I still don't get album art. Currently running on Firefox v. 88.0.1 64 bit. I have the most recent extension (version 0.5.0).

Rainmeter reports the following:

System.Net.WebException: The request was aborted: Could not create SSL/TLS secure channel. at System.Net.HttpWebRequest.GetResponse() at WebNowPlaying.Measure.GetImageFromUrl(String id, String url)

Firefox also displays a warning when rainmeter is running : "Reading manifest: Warning processing background.persistent: Event pages are not currently supported. This will run as a persistent background page."

This might be useful information regarding background/persistent pages.

Update your Rainmeter plugin to the one that fixes soundcloud's limited SSL/TLS compatibility and that should fix it. https://github.com/tjhrulz/WebNowPlaying/releases

As for the Firefox background page I am guess they just dropped support for the way I check that the plugin is up to date, I kind of quickly implemented it the first time so it may be I just need to update that to a better method

trevor-pope commented 3 years ago

Works like a charm, and no more firefox warning as well!