Thread Abruf von https://yt-dl.org scheitert (19 answers)
Opened by bianca at 2021-07-04 10:15

hlubenow
 2021-07-05 15:35
#193403 #193403
User since
2009-02-22
875 Artikel
BenutzerIn
[default_avatar]
1. Auf meiner relativ alten Linux-Box (SuSE 13.1) läuft das Skript (gibt zweimal "erfolgreich" aus).

2. Von Internet-Dingen verstehe ich nicht viel.
Falls ipv6 das Problem sein sollte (was ich nicht beurteilen kann):
Bei mir ist ipv6 systemweit abgeschaltet.
Dazu habe ich bei mir die Bootloader-Konfiguration (von grub2) geändert.
Ich beschreibe unten, was ich gemacht habe, aber das kann insofern riskant sein, als das System nicht mehr starten würde, wenn man was falsch macht. Vielleicht benutzt Du (bianca) auch einen anderen Bootloader, dann würde das alles sowieso nicht passen.
Also: Ist nur ein allgemeiner Hinsweis, Handeln wäre auf eigene Gefahr.
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Disabled ipv6: Made a backup of

/etc/default/grub

and then edited it (as root). Looked for the line of the system-boot:

GRUB_CMDLINE_LINUX_DEFAULT="..."

Add the option "ipv6.disable=1" to that line, so that it looks something like this:

GRUB_CMDLINE_LINUX_DEFAULT="... ipv6.disable=1"

Of course, there were lots of other options before that in that line (symbolized here by the three points).

When ready, I did:

grub2-mkconfig -o /boot/grub2/grub.cfg

That wrote the options to the bootloader (GRUB2). After a reboot, ipv6 was disabled.


Vielleicht kann man das Problem auch ganz anders lösen? Wenn Du nur youtube-dl.py runterladen willst, ginge vielleicht auf "wget".

Aber stimmt schon, dürfte wohl was mit Deiner allgemeinen Internet-Konfiguration sein.
Last edited: 2021-07-05 15:38:01 +0200 (CEST)

View full thread Abruf von https://yt-dl.org scheitert