-
v5.0.15 Stable
released this
2026-05-23 17:33:49 +02:00 | -63 commits to main since this releaseRelease v5.0.15
Downloads
-
v5.0.14 Stable
released this
2026-05-23 17:07:27 +02:00 | -61 commits to main since this releaseRelease v5.0.14
Downloads
-
v5.0.13 Stable
released this
2026-05-23 17:00:08 +02:00 | -60 commits to main since this releaseRelease v5.0.13
Downloads
-
v5.0.12 Stable
released this
2026-05-20 02:38:16 +02:00 | -59 commits to main since this releaseRelease v5.0.12
Downloads
-
v5.0.11 Stable
released this
2026-05-20 01:41:35 +02:00 | -58 commits to main since this releaseRelease v5.0.11
Downloads
-
v5.0.10 Stable
released this
2026-05-19 13:59:04 +02:00 | -57 commits to main since this releaseRelease v5.0.10
Downloads
-
v5.0.9 Stable
released this
2026-05-19 04:27:53 +02:00 | -56 commits to main since this releaseRelease v5.0.9
Downloads
-
v5.0.8 Stable
released this
2026-05-19 04:22:23 +02:00 | -55 commits to main since this releaseRelease v5.0.8
Downloads
-
v5.0.7 Stable
released this
2026-05-19 04:19:22 +02:00 | -54 commits to main since this releaseRelease v5.0.7
Downloads
-
v5.0.6 Stable
released this
2026-05-19 04:04:33 +02:00 | -53 commits to main since this release5.0.6 — Diagnose + UI-Polish
Streamlink-Fehler bei VOD-Downloads
Vorherige Versionen logten nur stderr von streamlink. Manche streamlink-Builds (insbesondere Windows-Portable) schreiben aber 'error:'-Lines auf stdout statt stderr — daher kam in v5.0.5 'Streamlink exit code 1' ohne Detail an.
Jetzt: stdout wird zusaetzlich gepuffert, im Debug-Log unter
download-part-failedalsstderrTail+stdoutTail(jeweils letzte 2000 chars), und User-facing-Error wird aus beiden Streams kombiniert ermittelt. Beim naechsten Fail siehst du die echte Ursache (z.B. 'No playable streams found' oder 'unable to validate access token').UI-Bugs
- Dropdown-Tiling-Glitch ('Best (default) ▼▼▼▼▼▼...'): die
.form-group select-Regel nutztebackground: ...Shorthand, das alle background-* Properties resettet hat (inkl. background-image-Chevron, background-repeat, -size, -position). Jetzt nur nochbackground-color, der Chevron-SVG bleibt erhalten. - Checkbox-Marker als Pfeil statt Haken in RDP/mstsc-Sessions: der rotated-border-Trick fuer Checkmarks renderte bei DPI-Skalierungen ueber Remote-Desktop teilweise falsch. Ersetzt durch inline-SVG-Checkmark — funktioniert konsistent auf allen Renderings.
Was du jetzt tun solltest
- Setup.exe 5.0.6 auf dem Server installieren
- Fehlgeschlagenen Download nochmal triggern (1-2 Min reichen, retry passiert automatisch)
- Im Debug-Log nach
download-part-failedsuchen — diesmal mitstderrTailUNDstdoutTailbefuellt - Die echte streamlink-Fehlerzeile mir schicken, damit ich einen targeted Fix bauen kann
Auto-Updater wird das beim naechsten Check pullen, oder Setup.exe manuell ueber Releases ziehen.
Downloads
- Dropdown-Tiling-Glitch ('Best (default) ▼▼▼▼▼▼...'): die