documentation icon indicating copy to clipboard operation
documentation copied to clipboard

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

Open TechnicalSuwako opened this issue 1 year ago • 1 comments

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

TechnicalSuwako avatar May 06 '23 12:05 TechnicalSuwako

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!

github-actions[bot] avatar May 08 '23 12:05 github-actions[bot]

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 avatar Dec 17 '23 00:12 unixfox

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

TechnicalSuwako avatar Dec 20 '23 15:12 TechnicalSuwako

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

unixfox avatar Dec 20 '23 15:12 unixfox

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

TechnicalSuwako avatar Dec 20 '23 17:12 TechnicalSuwako