Open DUOLabs333 opened 6 months ago
I want to look into this --- does anyone know what URL Invidious uses to fetch the caption?
It depends on whether the instance has the configuration option use_innertube_for_captions
enabled.
The default endpoint Invidious uses is rate-limited on larger instances resulting in broken subtitles as Invidious is unable to fetch the captions from YouTube.
When the workaround use_innertube_for_captions
is enabled though, Invidious utilizes YouTube's InnerTube transcript API as a workaround to generate captions. Said API is not ratelimited.
In this particular case, it seems like the bug is caused by your Invidious not enabling the workaround. If you try to view the auto generated caption on https://iv.nboeck.de (an instance with the workaround enabled) you'll see that the captions does show.
Interesting --- I'll try that. However, my instance isn't large --- I'm the only one that uses it, and I rarely watch more than 2-3 videos on it per day, which shouldn't be enough for a rate-limit.
I'm also experiencing this on my single user self-hosted instance. use_innertube_for_captions
has fixed this, but should this now be enabled by default if the current default is no longer returning captions?
use_innertube_for_captions
works for me too (I previously had it at the wrong level of indentation).
I just did some testing.
It seems like YouTube changed something on the regular timedtext endpoint... manually-created captions still work but auto-generated captions are completely broken when not using the workaround.
Although, I'm not even sure if the auto-generated captions has ever actually worked in Invidious... There's been a feature request for YouTube's automatically translated captions for years now. See #2187 and automatically-generated untranslated captions probably also falls into that same category.
Auto-generated captions definitely worked at least a month ago because I've been using them regularly, and I never had the innertube option set.
I've tried setting use_innertube_for_captions: true
in both docker-compose.yml
and /config/config.yml
yet the auto generated subtitles still don't work. Am I missing something?
@Matiasgroen Did you make sure the line was at the outermost level (ie, there should be no indentation between the beginning of the line, and option)?
In config.yml
there is no indentation and in docker-compose.yml
it's indented on the same level as the other Invidious config options. Which file should I use anyway?
I use config.yml.
Hi,
In my instance adding use_innertube_for_captions works for originals integrated subtitles but not for auto-generated ones.
(Sorry for my english).
@AceDenghar & @Matiasgroen make sure the indentation is correct:
environment:
# Please read the following file for a comprehensive list of all available
# configuration options and their associated syntax:
# https://github.com/iv-org/invidious/blob/master/config/config.example.yml
INVIDIOUS_CONFIG: |
db:
dbname: invidious-db
user: invidious-db
password: password
host: invidious-db
port: 5432
check_tables: true
external_port: 443
domain: my-domain.org
https_only: true
statistics_enabled: false
captcha_enabled: false
registration_enabled: false
admins: ["admin"]
use_pubsub_feeds: true
enable_user_notifications: false
use_innertube_for_captions: true
hmac_key: "change-me"
default_user_preferences:
autoplay: true
quality: hd720
vr_mode: false
default_home: <none>
feed_menu: ["Subscriptions", "Playlists"]
comments: ["youtube", ""]
save_player_pos: false
Damn ! @stonerl you're right !
I set it in default_user_preferences section wich was wrong.
Now, with the right indentation it's working well.
Sorry for mistaking and thank you very much !
Update: All captions no longer work, even the manually uploaded ones.
EDIT: This seems to be an on-and-off issue --- sometimes, some captions can load, and other times, no caption can load.
Confirmed -- no captions are working at all on my server (latest docker image, with the sig-helper running)
I just fixed up my private instance with the sig-helper and captions still work for me, both manually uploaded and autogenerated ones.
Edit: Captions on newer videos no longer work for me. Older ones still work.
hope this gets resolved soon because i cant watch with audio ;-;
Describe the bug Even though a particular language is selected in the video player's "Caption Settings" menu, no captions are displayed. This is only an issue with auto-generated subtitles
Steps to Reproduce
Logs
Screenshots
Additional context Note that
/api/v1/captions/l-nMKJ5J3Uc?label=English%20(auto-generated)
returns