documentation
documentation copied to clipboard
[Add again instance] https://youtube.owacon.moe
URL
https://youtube.owacon.moe
Mandatory checks
- [X] Instance has a domain name
- [X] Instance is served over HTTPS
- [X] Statistics (
/api/v1/stats
) are enabled - [X] Instance is properly configured (including the mandatory post install configuration)
- [X] Instance has an automatic hourly restart setup of Invidious
- [X] If dash, proxy + download is enabled (default settings), the instance has unlimited traffic/bandwidth or close to unlimited (100TB minimum)
Maintainer chart
- [X] Ensure that my instance is up to date (less than one month old)
- [X] Ensure a proper uptime of my instance (around 90%)
Host country
Japan
Man in the Middle
No response
Source code URL
https://gitler.moe/suwako/invidious-mod
Analytics
- [ ] They are GDPR/CCPA compliant
- [ ] This is stated in your Privacy Policy
- [ ] You have provided the source code's URL in the dedicated field above
Additional information
same like https://github.com/iv-org/documentation/issues/119 use new domain
Hello! Your instance has been added to our monitoring system: https://stats.uptimerobot.com/89VnzSKAn/794316315 You need to wait 30 days before we add your instance.
Make sure you double checked all the mandatory checks or this will slow down the process of adding your instance!
Make sure you have implemented what is explained in https://docs.invidious.io/ipv6-rotator/ or at least an alternative solution. Now it is required because youtube is blocking the instances.
unixfox さん 有難う御座います。 確認したところ、1つの問題が発生しますが…
unixfox Thank you very much. When I checked, one problem occurred...
python smart-ipv6-rotator.py run --ipv6range=〇〇::/64
[INFO] You have IPv6 connectivity. Continuing.
[INFO] No cleanup of previous setup needed.
Traceback (most recent call last):
File "/root/smart-ipv6-rotator/smart-ipv6-rotator.py", line 310, in <module>
SmartIPv6Rotator()
File "/root/smart-ipv6-rotator/smart-ipv6-rotator.py", line 53, in __init__
getattr(self, args.command)()
File "/root/smart-ipv6-rotator/smart-ipv6-rotator.py", line 193, in run
default_interface = iproute.route("get", dst=choice(self.google_ipv6_ranges))[0]
AttributeError: 'IPRoute' object has no attribute 'route'
^CError in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/pyroute2/ipdb/main.py", line 1175, in release
self._mthread.join()
File "/usr/local/lib/python3.9/threading.py", line 1060, in join
self._wait_for_tstate_lock()
File "/usr/local/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
if lock.acquire(block, timeout):
KeyboardInterrupt
OS = FreeBSD 14.0-RELEASE
Sorry the script does not support freebsd. You have to run it on Linux
@unixfox https://github.com/iv-org/smart-ipv6-rotator/pull/10