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
C:\Users\X\Music\Soundcloud Downloading>scdl -l https://soundcloud.com/antonykos/skeleton-song -a Exception ignored in: <function BaseFileLock.__del__ at 0x00000114BEDD36D0> Traceback (most recent call last): File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\filelock\_api.py", line 240, in __del__ self.release(force=True) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\filelock\_api.py", line 201, in release with self._thread_lock: AttributeError: 'WindowsFileLock' object has no attribute '_thread_lock' Traceback (most recent call last): File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\X\AppData\Local\Programs\Python\Python310\Scripts\scdl.exe\__main__.py", line 7, in <module> sys.exit(main()) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 325, in main config = get_config(config_file) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 509, in get_config with get_filelock(config_file): File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 304, in get_filelock return SafeLock(lock_path, timeout=timeout) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 272, in __init__ self._lock = filelock.FileLock(lock_file, timeout, mode, thread_local) TypeError: BaseFileLock.__init__() takes from 2 to 3 positional arguments but 5 were given
Again this is the first time I've ever used this script, I installed it via pip so I'm not sure if that causes an issue rather than using pipx.
The text was updated successfully, but these errors were encountered:
Exception ignored in: <function BaseFileLock.__del__ at 0x10387eef0>
Traceback (most recent call last):
File "/Users/my_user/Python/copy310-misc/lib/python3.10/site-packages/filelock/_api.py", line 240, in __del__
self.release(force=True)
File "/Users/my_user/Python/copy310-misc/lib/python3.10/site-packages/filelock/_api.py", line 201, in release
with self._thread_lock:
AttributeError: 'UnixFileLock' object has no attribute '_thread_lock'
Traceback (most recent call last):
File "/Users/my_user/Python/copy310-misc/bin/scdl", line 8, in <module>
sys.exit(main())
File "/Users/my_user/Python/copy310-misc/lib/python3.10/site-packages/scdl/scdl.py", line 325, in main
config = get_config(config_file)
File "/Users/my_user/Python/copy310-misc/lib/python3.10/site-packages/scdl/scdl.py", line 509, in get_config
with get_filelock(config_file):
File "/Users/my_user/Python/copy310-misc/lib/python3.10/site-packages/scdl/scdl.py", line 304, in get_filelock
return SafeLock(lock_path, timeout=timeout)
File "/Users/my_user/Python/copy310-misc/lib/python3.10/site-packages/scdl/scdl.py", line 272, in __init__
self._lock = filelock.FileLock(lock_file, timeout, mode, thread_local)
TypeError: BaseFileLock.__init__() takes from 2 to 3 positional arguments but 5 were given
First time ever trying to use the script, I tried running 'scdl -l https://soundcloud.com/antonykos/skeleton-song -a' but I get this error:
C:\Users\X\Music\Soundcloud Downloading>scdl -l https://soundcloud.com/antonykos/skeleton-song -a Exception ignored in: <function BaseFileLock.__del__ at 0x00000114BEDD36D0> Traceback (most recent call last): File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\filelock\_api.py", line 240, in __del__ self.release(force=True) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\filelock\_api.py", line 201, in release with self._thread_lock: AttributeError: 'WindowsFileLock' object has no attribute '_thread_lock' Traceback (most recent call last): File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\runpy.py", line 86, in _run_code exec(code, run_globals) File "C:\Users\X\AppData\Local\Programs\Python\Python310\Scripts\scdl.exe\__main__.py", line 7, in <module> sys.exit(main()) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 325, in main config = get_config(config_file) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 509, in get_config with get_filelock(config_file): File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 304, in get_filelock return SafeLock(lock_path, timeout=timeout) File "C:\Users\X\AppData\Local\Programs\Python\Python310\lib\site-packages\scdl\scdl.py", line 272, in __init__ self._lock = filelock.FileLock(lock_file, timeout, mode, thread_local) TypeError: BaseFileLock.__init__() takes from 2 to 3 positional arguments but 5 were given
Again this is the first time I've ever used this script, I installed it via pip so I'm not sure if that causes an issue rather than using pipx.
The text was updated successfully, but these errors were encountered: