You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Linux version:
PRETTY_NAME="KDE neon 6.2"
NAME="KDE neon"
VERSION_CODENAME=noble
UBUNTU_CODENAME=noble
- Kernel Version:
Linux redtop 6.12.5-x64v3-xanmod1 #0~20241215.gec9141f SMP PREEMPT_DYNAMIC Sun Dec 15 05:06:43 UTC x86_64 x86_64 x86_64 GNU/Linux
- GPU Model:
00:02.0 VGA compatible controller [0300]: Intel Corporation Meteor Lake-P [Intel Arc Graphics] [8086:7d55] (rev 08)
- Mesa/GPU Driver Version:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 24.3.0.20240801-2119~24.04 (git-9fc8668b66)
- Window Manager and Version:
kwin 6.2.4
- Source of mpv:
http://apt.fruit.je/ubuntu noble/mpv amd64
- Latest known working version:
That was a long time ago
- Issue started after the following happened:
mpv update
Reproduction Steps
If i want mpv and yt-dlp to use the same cookies file,
i create the cookies file like this (-u option generates the filename only without the actual file touch):
## Set cookies file:
cookies_file="$(mktemp -u ${TMPDIR:-/tmp/}youtube-cookies.XXXXXX)"
[ytdl_hook] ERROR: '/tmp/youtube-cookies.kKC3wt' does not look like a Netscape format cookies file
[ytdl_hook] ERROR: '/tmp/youtube-cookies.kKC3wt' does not look like a Netscape format cookies file
[ytdl_hook] youtube-dl failed: unexpected error occurred
Failed to recognize file format.
Exiting... (Errors when loading file)
Expected Behavior
mpv eats the cookieless cookie
Actual Behavior
mpv won't eat the cookieless cookie
Log File
unnecessary
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
I tested with the latest mpv version to validate that the issue is not already fixed.
I provided all required information including system and mpv version.
I produced the log file with the exact same set of files, parameters, and conditions used in "Reproduction Steps", with the addition of --log-file=output.txt.
I produced the log file while the behaviors described in "Actual Behavior" were actively observed.
I attached the full, untruncated log file.
I attached the backtrace in the case of a crash.
The text was updated successfully, but these errors were encountered:
mpv Information
Other Information
Reproduction Steps
If i want mpv and yt-dlp to use the same cookies file,
i create the cookies file like this (-u option generates the filename only without the actual file touch):
and then i run:
i get the mpv error like this:
But if i create the cookies file like this (without the -u option, so with the actual creation of the file):
and then i run:
i get the yt-dlp error like this:
Expected Behavior
mpv eats the cookieless cookie
Actual Behavior
mpv won't eat the cookieless cookie
Log File
unnecessary
Sample Files
No response
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.The text was updated successfully, but these errors were encountered: