-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Cannot load subscriptions #631
Comments
The error code is 500. Which is server error. Something is wrong with your instance. If you load the URL from the logs in your browser. What do you get? |
Thanks for responding. I get the second line in the logs I sent:
The log on my Invidious server when I try to load the URL from the Clipious log or try to reload the subscriptions page in Clipious:
When loading the subscription page from the Invidious web UI, it works correctly and this is the resulting log:
|
From your log. The subscriptions are loading the channel page on clipious side. Meaning you're subscribing to the channels on your phone and not your invidious account. This is different than the subscription page of the web ui. The error log
Shows that clipious is receiving HTML instead of the expected JSON from the api. Try to load the same URL in your browser and see what is the output. The invidious logs also show 500. This is an issue with your server. |
What I sent in the last comment was what I got back from the server when opening the URL in my browser. I did get JSON back.
That's very interesting because all I ever did on my phone was log in to my account on my server, where all my subscriptions are (I know because I imported them there directly from Google checkout in the Invidious web UI). I never subscribed to any new channels on my phone because I hide everything except what I am already subscribed to. On my Shield, I have subscribed to two new channels over the past few months, and selected "both" when asked whether to subscribe on the device or on the server. Both of the apps worked fine for weeks after my last subscription, and then both stopped working sometime in the last 12 hours. I uninstalled the app from my phone and reinstalled it, so maybe the data wipe didn't take. That fixed the issue there. Wiping the app data on my Shield fixed that as well. My issue is resolved, but I'm still not clear as to what caused this. |
Hmm. I checked on my own app and I canlt load channels anymore with similar error. I'll need to check if something has changed on invidious side. Not sure when i will have the time to do so. |
My guess is that this is some weird interaction between a recent and ongoing bug on the Invidious side, and the fact that I had subscribed to some things on my Shield. Anyway, thanks for your help. |
Describe the bug
Cannot load videos on subscriptions page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I should see the subscriptions available.
Smartphone (please complete the following information):
Device: Pixel 7
OS: GrapheneOS, Android 15
Version 1.22.2
Device: nVidia Shield 2019 Pro
OS: Android TV 11
Version 1.22.2
Additional context
log output:
Looking at my server logs, this is the same behavior as this issue on the Invidious repo, but happens when I try to load subscriptions instead on Clipious. I've cleared app data and logged in with both token and cookies. I've made sure my Invidious docker containers are up to date. Also, everything works fine on the Invidious web app.
The text was updated successfully, but these errors were encountered: