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
so maybe add exist_ok=True? or an extra check for root folder?
The text was updated successfully, but these errors were encountered:
arix00
changed the title
playlist.dumps() fails when saving file to root folder on Windows.
playlist.dump() fails when saving file to root folder on Windows.
Aug 10, 2022
I guess nobody saves m3u8 on root directory but r: is a ramdisk on my system and following code will fail
playlist.dump("r:/aaa.m3u8")
with access denied error.
m3u8/m3u8/model.py
Lines 369 to 376 in 50963a8
so maybe add
exist_ok=True
? or an extra check for root folder?The text was updated successfully, but these errors were encountered: