Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stops mid download, invalid url. #11

Open
DOUBLEXX666 opened this issue Nov 6, 2022 · 0 comments
Open

Stops mid download, invalid url. #11

DOUBLEXX666 opened this issue Nov 6, 2022 · 0 comments

Comments

@DOUBLEXX666
Copy link

Traceback (most recent call last):
File "C:\Python310\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Python310\lib\threading.py", line 953, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\user\Sankaku-Downloader-py\Sankaku.py", line 76, in download
Sankaku.download_post(posts[i],self.folder)
File "C:\Users\user\Sankaku-Downloader-py\Sankaku.py", line 35, in download_post
r = Sankaku.__session.get(post[POST_URL])
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\requests\sessions.py", line 600, in get
return self.request("GET", url, **kwargs)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\requests\sessions.py", line 573, in request
prep = self.prepare_request(req)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\requests\sessions.py", line 484, in prepare_request
p.prepare(
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\requests\models.py", line 368, in prepare
self.prepare_url(url, params)
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\requests\models.py", line 439, in prepare_url
raise MissingSchema(
requests.exceptions.MissingSchema: Invalid URL 'None': No scheme supplied. Perhaps you meant http://None?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant