Closed Bad-ptr closed 1 week ago
Provide a full log file with --no-config or minimal config required to reproduce the issue
edit: eb4c6be6306ee17846cd88b50460e10967dea951
Calling JSON.parse(undefined)
causes this error.
I confirm that @guidocella's commits solve the issue.
mpv Information
Other Information
Reproduction Steps
Install mpv or mpv-git using scoop in windows:
Create a script in mpv_home/scripts/testinput/main.js with contents:
Add keybinding in input.conf:
CTRL+9 script-message-to testinput test_input_opened
Start mpv, press CTRL+9
Expected Behavior
No errors.
Actual Behavior
Log File
mpv_output.txt
Sample Files
testinput.zip
I carefully read all instruction and confirm that I did the following:
--log-file=output.txt
.