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

TypeError: Cannot read properties of undefined (reading 'click') #14

Open
Liviius opened this issue Sep 19, 2023 · 5 comments
Open

TypeError: Cannot read properties of undefined (reading 'click') #14

Liviius opened this issue Sep 19, 2023 · 5 comments

Comments

@Liviius
Copy link

Liviius commented Sep 19, 2023

File "C:\Users\Kamil\AppData\Local\Programs\Python\Python311\Lib\site-packages\playwright_impl_connection.py", line 97, in inner_send
result = next(iter(done)).result()
^^^^^^^^^^^^^^^^^^^^^^^^^
playwright._impl._api_types.Error: TypeError: Cannot read properties of undefined (reading 'click')
at eval (eval at evaluate (:216:30), :1:59)
at UtilityScript.evaluate (:223:19)
at UtilityScript. (:1:44)

@Liviius
Copy link
Author

Liviius commented Sep 19, 2023

I tried to remove the session.jsv. Still, download only a few pages. I use a regular account with a subscription.

@jaan143
Copy link

jaan143 commented Jan 25, 2024

@BillShepp
i am getting the same error also and i read issue about fontfaces and i updated run.py file according to your refer issue but i am still getting error. if i commentout line 57 to 66 then i am getting limit exceeded error evan i added font style before line 14 also and in url end of url i added this ?mode=standard for example like this
https://www.everand.com/book/667264976/Rouge\?mode=standard
but this tyle of url is giving me error
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect

can you provide your run.py file ?

@BillShepp
Copy link

Here you go (had to zip it for Github to allow the upload). Note that I no longer have my Scribd subscription, so I don't know if this still works, or works with the Everand spin-off.

run.py.zip

@jaan143
Copy link

jaan143 commented Jan 26, 2024

@BillShepp
your file login success and then stuck on ''Loading viewer...''
then got this error
playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for locator("div.vertical_page[data-page="0"]") to be visible

@jaan143
Copy link

jaan143 commented Jan 27, 2024

@BillShepp
Timeout error is fixed but inside pdf text dont have space between words

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

3 participants