You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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')
The text was updated successfully, but these errors were encountered: