-
Notifications
You must be signed in to change notification settings - Fork 7
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
Cannot take screenshot with 0 width #44
Comments
I have tried both managas and it seems to work for me I have update all softwares to new version :
There is my config file destination_path: ./mangas/
format: jpg
mangas:
- manga : https://www.japscan.se/manga/switch-girl/ Are you using linux or windows ? The error appear during download at a specific page or at the first page ? |
config correspond, I am on ubuntu my version are: This occurs on the first page |
Correct with windows it works somehow better, this was working with ubuntu before the site change to se |
i made a fix to do more retry when None, so I have all the fixes: line 362
with config
this is not working as the url is actually search for |
I am trying to download few mangas from the site but seems like it is no longer possible
config:
File "/usr/local/lib/python3.7/dist-packages/selenium-3.141.0-py3.7.egg/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/usr/local/lib/python3.7/dist-packages/selenium-3.141.0-py3.7.egg/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: unhandled inspector error: {"code":-32000,"message":"Cannot take screenshot with 0 width."}
(Session info: headless chrome=87.0.4280.88)
The text was updated successfully, but these errors were encountered: