Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invidious not refreshing subscriptions #52

Closed
Jenni32222 opened this issue Jan 12, 2022 · 10 comments
Closed

Invidious not refreshing subscriptions #52

Jenni32222 opened this issue Jan 12, 2022 · 10 comments

Comments

@Jenni32222
Copy link

I'm on the latest beta build (1.3 build 16) v1.3-rc on both my Apple TV and iPhone, my subscriptions don't seem to refresh automatically and also not when done manually. My subscriptions on the Invidious site do change.

@arekf
Copy link
Contributor

arekf commented Jan 13, 2022

I cannot reproduce with my Invidious instance.
Can you run the following request on your computer to check if your Invidious instance is returning new videos:

curl 'https://<instance address>/api/v1/auth/feed' --cookie 'SID=<SID Cookie>'

@Jenni32222
Copy link
Author

When using your curl request, I get the following:


<html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>

@arekf
Copy link
Contributor

arekf commented Jan 13, 2022

Try:

curl -L 'https://<instance address>/api/v1/auth/feed' --cookie 'SID=<SID Cookie>'

@Jenni32222
Copy link
Author

Sorry forgot the https :)

I get a list with video's which I suppose means that the cookie indeed works?

@arekf
Copy link
Contributor

arekf commented Jan 13, 2022

Returned list of videos is used by Yattee to display your subscriptions. Does the returned list match what you can see in Yattee or when using Invidious via web browser?

@Jenni32222
Copy link
Author

No it does not match, video's coming from curl seem to be newer.

@arekf
Copy link
Contributor

arekf commented Jan 13, 2022

If your instance is visible to public, can you create an account and send me details here or on my email so I can debug?

@Jenni32222
Copy link
Author

Sure, coming your way in your mail.

@arekf
Copy link
Contributor

arekf commented Jan 15, 2022

It works fine with me using your instance and account details provided - my subscriptions are refreshing with new videos.

My last guess is that the issue is connected somehow with the channels you're subscribed to. In this case you can send me an example of channel that is not updating or you can try removing and adding your account again to check if this helps.

@Jenni32222
Copy link
Author

I guess this had something to do with the postgres issue filling up the video tables, making Invidious unstable. Thanks for your help anyway,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants