casualsnek / onthespot

qt based music downloader written in python
GNU General Public License v2.0
745 stars 54 forks source link

Won't start #3

Closed shimdidly closed 1 year ago

shimdidly commented 1 year ago

I get this error message:

Traceback (most recent call last): File "/home/computer/Downloads/onethespot/onthespot.py", line 3, in <module> from config import config File "/home/computer/Downloads/onethespot/config.py", line 61, in <module> config = Config() File "/home/computer/Downloads/onethespot/config.py", line 37, in __init__ os.makedirs(os.path.dirname(self.get("dlid_cache")), exist_ok=True) File "/usr/lib/python3.10/posixpath.py", line 152, in dirname p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not NoneType

hyperio546 commented 1 year ago

Same

casualsnek commented 1 year ago

This should be fixed in latest commit. Can you try that ?

shimdidly commented 1 year ago

Can confirm latest commit resolves this issue for me.

hyperio546 commented 1 year ago

This should be fixed in latest commit. Can you try that ?

wait a sec lemme see

hyperio546 commented 1 year ago

works now