TheKVT / music-dl

A colab notebook download from Qobuz with token and deezer with ARLs and can share easily though cloud fast, mostly for mobile users friendly.
GNU General Public License v3.0
9 stars 0 forks source link

Getting Error #4

Open o2rhkzqx opened 8 months ago

o2rhkzqx commented 8 months ago

Please check it. Screenshot_2024-01-30-22-44-33-143_com android chrome


FileNotFoundError Traceback (most recent call last)

in () 20 21 ---> 22 with open('/root/.config/streamrip/config.toml', 'r') as file: 23 data = toml.load(file) 24 data['downloads']['folder'] = "/content/music-dl/" FileNotFoundError: [Errno 2] No such file or directory: '/root/.config/streamrip/config.toml'
TheKVT commented 8 months ago

have you run upper cell called install requirements?

o2rhkzqx commented 8 months ago

Yes, only after running that I was getting errors below

Screenshot_2024-01-30-22-59-09-674_com android chrome


HTTPError Traceback (most recent call last) in <cell line: 14>() 12 file_url = "https://raw.githubusercontent.com/nathom/streamrip/main/rip/config.toml" 13 save_path = "/root/.config/streamrip/config.toml" ---> 14 urllib.request.urlretrieve(file_url, save_path) 15 clear_output() 16 print('\033[92m Installation finished!')

6 frames /usr/lib/python3.10/urllib/request.py in http_error_default(self, req, fp, code, msg, hdrs) 641 class HTTPDefaultErrorHandler(BaseHandler): 642 def http_error_default(self, req, fp, code, msg, hdrs): --> 643 raise HTTPError(req.full_url, code, msg, hdrs, fp) 644 645 class HTTPRedirectHandler(BaseHandler):

HTTPError: HTTP Error 404: Not Found

jdboy06 commented 8 months ago

I got the same error "HTTPError"

raalapas commented 8 months ago

Yeah, I am still not able to use, I don't know if this error is for everyone, or just we are having. Maybe admin can confirm.