How do I unfreeze my subscription feed? I;m not using the official instance. Somebody froze it.
Happens to me on the official instance on a daily basis. Seems like subspriptions are only updated twice a day or even less...
I;m not using the official instance
Mind providing which instance you are using?
Otherwise I expect it's an issue with higher load. There's a couple things I have in mind to try that should fix the issue, although it may be a couple days before I can take a look at it.
I am using https://invidious.13ad.de.
I'm using a private self-hosted one, I'm the only user, and I haven't seen an update to my subscriptions since last week. If I go to an individual channel the newest videos do show up however.
What does your config.yml look like?
channel_threads: 1
feed_threads: 1
db:
user: ****
password: ****
host: ****
port: ****
dbname: ****
full_refresh: false
https_only: false
domain:
You may check that you're up-to-date, otherwise make sure that postgres isn't logging any errors. If you're seeing something like #619, then you should be able to fix it with check_tables: true in your config.
I am using https://invidious.13ad.de.
Since I am not the administrator of that instance there's not much I can do there unfortunately. For the official instance it's still something I'm looking into.
I'm definitely up to date, version 0.19.1.
Invidious didn't log any error besides the following:
INSERT has more expressions than target columns
I added check_tables: true to the config which seems to have at least fixed that warning/error, but it didn't update my subscriptions sadly.
PostgreSQL doesn't have any obvious errors either.
Still an issue for me on the official instance. If it's any help, this video, uploaded over a day ago, is still not in my subsciptions feed:
https://www.invidio.us/watch?v=WVDQEoe6ZWY
Update: About a day and half later, this and some other videos have appeared. It seems they all do eventually show up, just weirdly out of order. Some videos appear normally while some lag behind and then appear waaay down the subscriptions feed where they should have appeared a while ago.
Despite the merged fix I am unfortunately still having that same problem where videos are shown in my Youtube but not the Invidious feed.
I do however get quite a lot of errors in my invidious container logs:
UC3_VCOJMaivgcGqPCTePLBA : Invalid parameter: hub.callback; must be valid URI with no fragment and optional port in ranges 80-90, 440-450, 1024-65535
These usually come in bursts of 5-15 messages every 30 seconds or so.
I could not find where this is originating from. A web search did not yield any results and there is no such string in the repo. I'm running the latest code (557b0d76abe978cd8044a48f89313ef805954713). From what I can understand this reports some issue with reading that specific channel. This _might_ be a different issue, though. So let me know if I should open a new one.
I do not see any error logs from postgresql.
_Edit:_ These originate from the pubsubhubbub module that's being used in subscribe_pubsub() in the file helpers/utils.cr. Shouldn't pubsub be disabled by default? Anyway, I don't think that's why I'm not getting up to date videos. I'll keep on digging.
Most helpful comment
Despite the merged fix I am unfortunately still having that same problem where videos are shown in my Youtube but not the Invidious feed.
I do however get quite a lot of errors in my invidious container logs:
These usually come in bursts of 5-15 messages every 30 seconds or so.
I could not find where this is originating from. A web search did not yield any results and there is no such string in the repo. I'm running the latest code (557b0d76abe978cd8044a48f89313ef805954713). From what I can understand this reports some issue with reading that specific channel. This _might_ be a different issue, though. So let me know if I should open a new one.
I do not see any error logs from postgresql.
_Edit:_ These originate from the
pubsubhubbubmodule that's being used insubscribe_pubsub()in the filehelpers/utils.cr. Shouldn't pubsub be disabled by default? Anyway, I don't think that's why I'm not getting up to date videos. I'll keep on digging.