5
5
- Using Invidious
6
6
* [ Can I use Invidious on my device?] ( #q-can-i-use-invidious-on-my-device )
7
7
* [ Do you plan to make an Android/iOS app?] ( #q-do-you-plan-to-make-an-androidios-app )
8
+ * [ Can I synchronize my account between instances?] (
9
+ #q-can-i-synchronize-my-account-between-instances)
8
10
* [ What data is collected by Invidious?] ( #q-what-data-is-collected-by-invidious )
9
11
* [ What data is shared with YouTube?] ( #q-what-data-is-shared-with-youtube )
10
12
11
- - Commonly encountered errors
13
+ - Commonly encountered errors/problems
12
14
* [ The media could not be loaded…] ( #q-the-media-could-not-be-loaded )
13
15
* [ Could not check out a connection in 2.0 seconds (DB::PoolTimeout)] (
14
16
#q-could-not-check-out-a-connection-in-20-seconds-dbpooltimeout)
17
+ * [ ` DB::PoolRetryAttemptsExceeded ` ] ( #q-dbpoolretryattemptsexceeded )
18
+ * [ Subtitles are not working!] ( #q-subtitles-are-not-working )
19
+ * [ Where are the 360p/480p/1080p quality options?] (
20
+ #q-where-are-the-360p480p1080p-quality-options)
15
21
16
22
- Running your own instance
17
23
* [ Do you provide pre-built binaries (` .deb ` , ` .rpm ` , etc..)?] (
21
27
#q-rss-feedslinksetc-urls-redirect-to-ip3000-but-i-have-a-reverse-proxy)
22
28
* [ The "popular" feed/page on my instance is empty!] (
23
29
#q-the-popular-feedpage-on-my-instance-is-empty)
30
+ * [ I can't log in nor save preferences] ( #q-i-cant-log-in-nor-save-preferences )
24
31
25
32
26
33
# Using Invidious
@@ -41,6 +48,48 @@ If you have an Android phone/tablet, you can check the
41
48
42
49
<br />
43
50
51
+ ## ** Q:** Can I synchronize my account between instances?
52
+
53
+ ** A:** Short answer: manually => Yes, automatically => No.
54
+
55
+ ** How to do it manually:**
56
+
57
+ 1 . Go to the import/export page while connected to your account (preferences
58
+ page, then click the "Import/export data" link at the bottom of the page)
59
+ 2 . Click on "Export Invidious data as JSON"
60
+ 3 . Go to the same import/export page on the other instance
61
+ 4 . Use "Import Invidious JSON data"
62
+ 5 . Press import
63
+
64
+ Yes, we're aware that it's cumbersome. Please continue to read to understand
65
+ why we don't implement automatic synchronization.
66
+
67
+ ** Why we don't implement automatic sync:**
68
+
69
+ TL;DR: we don't have the time to implement/maintain it.
70
+
71
+ To get automatic synchronization, we have 3 options:
72
+ 1 . Centralized database (like Youtube)
73
+ 2 . Federation (like Matrix, Mastodon and PeerTube)
74
+ 3 . An external tool that uses the API
75
+
76
+ 1 . A centralized database goes against our idea of a decentralized web so
77
+ let's ignore that right away (plus, we don't want to risk hosting large
78
+ amounts of user data anyway).
79
+
80
+ 2 . Federation is a good option (it works well for the others), however we
81
+ currently don't have the time nor the resources required to implement it.
82
+
83
+ 3 . An external tool (that runs locally on your PC, or a self-hosted server
84
+ like _ Firefox Sync_ ) is also a valid option. As for federation, we don't
85
+ have the resources to develop such a solution. PRs and external tool
86
+ propositions are welcome!
87
+
88
+ Please see the following issues for more details on the subject:
89
+ https://github.com/iv-org/invidious/issues/2515
90
+
91
+ <br />
92
+
44
93
## ** Q:** What data is collected by Invidious?
45
94
46
95
** A:** Invidious by itself does not collect any data about its users, but
@@ -82,7 +131,7 @@ sent by your browser.
82
131
<br />
83
132
84
133
85
- # Commonly encountered errors
134
+ # Commonly encountered errors/problems
86
135
87
136
## ** Q:** The media could not be loaded…
88
137
@@ -116,6 +165,47 @@ instance from the [list of public instances](https://instances.invidious.io)
116
165
117
166
<br />
118
167
168
+ ## ** Q:** ` DB::PoolRetryAttemptsExceeded `
169
+
170
+ ** A:** The instance you are using is having _ database issues_ . Please use
171
+ another instance from the [ list of public instances] (
172
+ https://instances.invidious.io )
173
+
174
+ If you're an instance admin, first try restarting Invidious. Then try
175
+ restarting PostgreSQL. If neither fixed the problem, try [ increasing the
176
+ maximum number of connections allowed] ( https://stackoverflow.com/a/32584211 ) .
177
+ Some distributions change the default to a low number.
178
+
179
+ ## ** Q:** Subtitles are not working!
180
+
181
+ ** A:** Subtitles (also know as "Closed Captions") are generally not working
182
+ on popular Invidious instances. This is due to URL rate limiting coming
183
+ from Google servers.
184
+
185
+ To solve that, try using a less popular public instance or host Invidious
186
+ yourself.
187
+
188
+ Please take a look at the following issue for more details:
189
+ https://github.com/iv-org/invidious/issues/2567
190
+
191
+ <br />
192
+
193
+ ## ** Q:** Where are the 360p/480p/1080p quality options?
194
+
195
+ ** A:** These quality options are only available when DASH is enabled.
196
+ In order to enable DASH, go to the preferences and set the preferred
197
+ video quality to "DASH".
198
+
199
+ Note that DASH requires Javascript and _ can_ be disabled by the instance
200
+ administrator. So if the option is not available to you, try to switch to
201
+ another instance.
202
+
203
+ By default, DASH is not enabled to allow videos to be played without
204
+ Javascript and also to save on bandwidth (DASH ** must** be proxied in order
205
+ to work properly, which uses a lot of the instance bandwidth).
206
+
207
+ <br />
208
+
119
209
120
210
# Running your own instance
121
211
@@ -150,3 +240,21 @@ All the supported configuration options are documented there.
150
240
** A:** The "popular" feed is generated from the videos that are popular amongst
151
241
the users registered on your instance. If nobody has created an account on your
152
242
instance (e.g if registration is disabled) the popular feed will be empty.
243
+
244
+ <br />
245
+
246
+ ## ** Q:** I can't log in nor save preferences!
247
+
248
+ ** A:** Double check your config! The value of the ` domain ` config option is
249
+ used for the session (` SID ` ) and preferences (` PREFS ` ) cookies. If set
250
+ incorrectly, the cookies will be invalid, and your browser will silently
251
+ ignore them.
252
+
253
+ ** If you access your invidious instance by IP address (like ` 192.168.1.205 ` )
254
+ then leave the ` domain ` config option EMPTY!**
255
+
256
+ Common invalid values include:
257
+ - IP addresses (like ` 192.168.1.205 ` )
258
+ - Scheme before the domain (` https://example.com ` )
259
+ - Port after the domain (` example.com:3000 ` )
260
+ - Typo in the FQDN (` <domain>.cm ` instead of ` <domain>.com ` )
0 commit comments