jxnblk / SoundRad

A Radically Simpler & Faster SoundCloud Player
http://soundrad.com
77 stars 13 forks source link

Likes, playlist, and user pages not loading in Chrome #49

Closed mrzool closed 9 years ago

mrzool commented 9 years ago

Looks like SoundRad has trouble fetching the data.

The main stream looks OK though.

jxnblk commented 9 years ago

Are you still seeing issues? Not sure if I can reproduce. Also what browser are you using?

mrzool commented 9 years ago

Ok, I've just tested it, looks like the issue is only on Chrome, Safari works fine both on iOS and OS X.

On Thu, Jun 11, 2015 at 3:03 PM, Brent Jackson notifications@github.com wrote:

Are you still seeing issues? Not sure if I can reproduce. Also what browser are you using?

Reply to this email directly or view it on GitHub: https://github.com/jxnblk/SoundRad/issues/49#issuecomment-111124997

jxnblk commented 9 years ago

Usually I encounter issues with safari.

Have you tried logging out and back in?

On Jun 11, 2015, at 9:36 AM, Mattia Tezzele notifications@github.com wrote:

Ok, I've just tested it, looks like the issue is only on Chrome, Safari works fine both on iOS and OS X.

On Thu, Jun 11, 2015 at 3:03 PM, Brent Jackson notifications@github.com wrote:

Are you still seeing issues? Not sure if I can reproduce. Also what browser are you using?

Reply to this email directly or view it on GitHub: https://github.com/jxnblk/SoundRad/issues/49#issuecomment-111124997 — Reply to this email directly or view it on GitHub.

mrzool commented 9 years ago

Unfortunately I'm unable to do that on Chrome as the user page, where the Sign Out link resides, has also trouble loading. Same for the playlist page. I didn't notice that before. Seems like the only page loading properly on Chrome is the one containing the main stream.

Also, I've been seeing this issue for some time and on different computers so I don't think a login/logout would solve anything.

jxnblk commented 9 years ago

I'm not entirely sure what's happening, but I have see similar issues before that were resolved by clearing SoundRad's localStorage and logging out of soundcloud.com, then signing into both again.

If you want to try that, you can manually remove the localStorage, by opening web inspector and going to the resources tab, clicking on Local Storage, and removing currentUser and token. screenshot 2015-06-15 12 03 29

mrzool commented 9 years ago

That fixed it completely, I've got my likes back :)

Thanks a lot!

jxnblk commented 9 years ago

😎