Bootstrap Framework 3.3.6

Over a dozen reusable components built to provide iconography, dropdowns, input groups, navigation, alerts, and much more...

If you need help, post your question here.
To relieve the developers a bit, other user can help here too.
By wwwnutzer
#9585
Folgenden fehler bekomme ich angezeigt sobal ich Youtube Videos abspielen will:

[youtube] NZKXkD6EgBk: Downloading webpage [youtube] NZKXkD6EgBk: Downloading video info webpage ERROR: unable to download video info webpage: HTTP Error 402: Payment Required (caused by HTTPError())
[youtube] NZKXkD6EgBk: Downloading webpage [youtube] NZKXkD6EgBk: Downloading video info webpage ERROR: unable to download video info webpage: HTTP Error 402: Payment Required (caused by HTTPError()

Was hat das zu bedeuten und kann ich das irgendwie ändern?

greetings
User avatar
By Crypto90
Posts Custom Custom Avatar
#9586
Zufällig ein OVH Host?

Youtube sperrt temporär IP Adressen, wenn aus einem Netz zu viele Anfragen an Youtube gehen.
Bisher hab ich das hauptsächlich bei OVH IPs gesehen.
Youtube Blockt auch sämtliche ipv6 calls.
Falls dein Traffic über IPv6 geroutet wird, ipv6 deaktivieren.

Was ich zuerst einmal nachsehen würde ist:
1. Ob IPv6 auf deinem Server in der Netzwerkeinstellung aktiv ist.
Code: Select all
ifconfig eth0
Wenn bei der Ausgabe sowas steht wie:
Code: Select all
inet6 xxxx::xxxx:xxxx:xxxx
Ist ipv6 in der netzwerkkarte aktiv.

In
Code: Select all
/etc/network/interfaces
Die IPv6 Einstellung raus schmeißen.
Danach:
Code: Select all
/etc/init.d/networking restart
Falls das nicht helfen sollte, kann nur warten helfen bis die youtube sperre wieder weg ist oder einen HTTP PROXY als youtube proxy in den Einstellungen des Bots im Webinterface setzen.


Zusätzlich würde ich die Einträge in
Code: Select all
/etc/resolv.conf
prüfen.

Lösche sämtlichen Inhalt und setze folgenden 2 Nameserver:
Code: Select all
nameserver 8.8.8.8
nameserver 8.8.4.4
youtube

Schauen wir uns an.

Der Vollständigkeit halber antworte ich hierz[…]

If nothing from above solves your issue, I can con[…]

Web UI not responding to browser

I tried public IP, LAN IP, and letting it bind to […]

Swap-in out addons, use only what you really need!