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

Error - Timeout 30000ms exceeded #19

Open
DashaM7 opened this issue Dec 17, 2023 · 0 comments
Open

Error - Timeout 30000ms exceeded #19

DashaM7 opened this issue Dec 17, 2023 · 0 comments

Comments

@DashaM7
Copy link

DashaM7 commented Dec 17, 2023

Sorry, this is my first experience using a Python script. Logs into the account, but does not download the book. Could you please advise me? Thank you!

C:\Users\S\Desktop>run.py https://ru.everand.com/book/4****7/****
Logged in successfully.
Loading viewer...
Traceback (most recent call last):
File "C:\Users\S\Desktop\run.py", line 58, in
font_style = page.locator('#fontfaces').inner_html()
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright\sync_api_generated.py", line 17287, in inner_html
self._sync(self._impl_obj.inner_html(timeout=timeout))
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright_impl_sync_base.py", line 115, in _sync
return task.result()
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright_impl_locator.py", line 435, in inner_html
return await self._frame.inner_html(
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright_impl_frame.py", line 619, in inner_html
return await self._channel.send("innerHTML", locals_to_params(locals()))
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright_impl_connection.py", line 62, in send
return await self._connection.wrap_api_call(
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright_impl_connection.py", line 492, in wrap_api_call
return await cb()
File "C:\Users\S\AppData\Local\Programs\Python\Python39-32\lib\site-packages\playwright_impl_connection.py", line 100, in inner_send
result = next(iter(done)).result()
playwright._impl._errors.TimeoutError: Timeout 30000ms exceeded.


I did this too - >
page.goto('https://www.scribd.com/login', wait_until='domcontentloaded')
to
page.goto('https://www.everand.com/', wait_until='domcontentloaded')

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