iv-org / documentation

The official Invidious documentation
https://docs.invidious.io
Creative Commons Zero v1.0 Universal
598 stars 156 forks source link

[Add again instance] https://youtube.owacon.moe #386

Closed TechnicalSuwako closed 10 months ago

TechnicalSuwako commented 1 year ago

URL

https://youtube.owacon.moe

Mandatory checks

Maintainer chart

Host country

Japan

Man in the Middle

No response

Source code URL

https://gitler.moe/suwako/invidious-mod

Analytics

Additional information

same like https://github.com/iv-org/documentation/issues/119 use new domain

github-actions[bot] commented 1 year ago

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!

unixfox commented 10 months ago

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.

TechnicalSuwako commented 10 months ago

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

unixfox commented 10 months ago

Sorry the script does not support freebsd. You have to run it on Linux

TechnicalSuwako commented 10 months ago

@unixfox https://github.com/iv-org/smart-ipv6-rotator/pull/10