purpl3F0x / TIDAL-Discord-Rich-Presence-UNOFFICIAL

UNOFFICIAL Tidal Discord Rich Presence
https://purpl3f0x.github.io/TIDAL-Discord-Rich-Presence-UNOFFICIAL/
MIT License
331 stars 27 forks source link

Album cover stopped showing #86

Open lopes143 opened 1 year ago

lopes143 commented 1 year ago

Recently I posted about different album covers, but today my album cover stopped showing on Discord.

image

I reinstalled everything and didn't solve. I don't know if TIDAL or Discord released a new update that made this not work, but I leave my problem here.

purpl3F0x commented 1 year ago

I just tested it and works for me, maybe it's the song. I see that is indicates decorridos which according to google translate means elapsed. When the app says elapsed and not remaining it usually means that it didn't find the song.

Edit: btw it finds levitate on me just fine

image

lopes143 commented 1 year ago

Thanks for the quick response, its weird but I tried with other songs, even with the song I showed on last post and the results are the same. I don't know what caused this to happen, but I will keep finding. My pc is a completely mess, lots of trash and cache files...

lopes143 commented 1 year ago

I FOUND THE SOLUTION

I don't know how this came to my mind but when I organized my pc I put the tidal-rpc.zip file from GitHub inside the dir I have tidal-rpc files.

And this caused the bug

So minutes ago I tried without the zip file and it worked :)

lopes143 commented 1 year ago

So, after few days it happened aggain: stop showing again. I don't have the zip file anymore, I cleaned Discord and TIDAL cache, ran windows filesystem checkers and still have this problem. Also a friend of mine who has tidal-rpc too end having the same probem.

I tried everyhing but now I really don't know that's the problem

ShuriZma commented 1 year ago

@rodrigosplopes06 so instead of the album cover there is just no image at all? did you try checking the dev console?

you can open it using ctrl + shift + i in discord if youve opened it you should check if there is an image linked or not. there is that small cursor symbol at the top left of the dev console if you click that you can afterwards click at the place where the album cover should be and then check if the <img> tag contains any url. (should look sth like src="somelink")

might be a cache problem or something.

lopes143 commented 1 year ago

This is the src="" text I found in tag of the cover:

src="https://media.discordapp.net/external/ywdxXIXlL1fDpn-Je0qrREo-SYwTgu9PecdReMtQdkU/https/resources.tidal.com/images//1280x1280.jpg"

Idk if this helps, and I couldn't find if there is any personal information, so I leave it here.

ShuriZma commented 1 year ago

https://resources.tidal.com/images//1280x1280.jpg seems to be the image link being set by the rpc then. looks like it couldnt properly build the url or something?

purpl3F0x commented 1 year ago

Is this still an issue ?

lopes143 commented 1 year ago

I'm so sorry, I didn't see your comment. I investigated and it seems to be a physical firewall that I have on my local internet the problem. Without it, the rich presence works perfectly. I still don't know why it happens, since the image url is done by the desktop...

Pugchaamp commented 7 months ago

I have the same problem, and the same results in element section. And it fixes only when ALL system traffic goes through VPN/Tunnel on my PC (link in img src become perfectly right and img shows).

But in my situation I only need a few domains to go through proxy, including tidal.com ones to let Tidal work in my country. I think your app is somehow unable to access tidal recources.

So, is there any way to let your process to go through my system proxy settings? I use v2rayN app, and it lets me to add domain, ip or ip cidr to go through proxy.

P.S.: I tried to let discord go through proxy, but it didn`t help. Windows firewall is off.