kickscondor / fraidycat

Follow blogs, wikis, YouTube channels, as well as accounts on Twitter, Instagram, etc. from a single page.
Other
1.76k stars 56 forks source link

Twitch feeds no longer updating. #242

Closed badgersaurus closed 2 years ago

badgersaurus commented 2 years ago

Before you start.

Desktop (please complete the following information):

Describe the bug I follow a few Twitch streamers on Fraidycat. I'm not sure exactly when, but the feeds no longer update with recent streams or show when the streamer is live. The last time it worked properly was 9 days ago, apparently, but since none of the streamers I follow stream daily this may not be accurate.

Nogooduser commented 2 years ago

I also get a 401 error when trying to follow twitch streamers.

As a workaround until this is fixed, I found that using Twitch RSS works well enough to get a feed link.

omentic commented 2 years ago

I think this is caused by an outdated OAuth token. Switching it out in social.json should fix the problem.

Looking through the code, it looks like Fraidycat redownloads social.json once an hour from this url: https://huh.fraidyc.at/defs/social.json

I don't think there's any way to update social.json within the extension that won't get overwritten by it redownloading the outdated version, unfortunately.

omentic commented 2 years ago

Thank you @kickscondor - Twitch feeds are working again!

kickscondor commented 2 years ago

@j-james Of course - sorry for the long wait.