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
When running the script i get past the login and get sticked at the loading viewer and then comes this error
playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded
When Script is running at line 50 page.goto(book_url.replace('book', 'read'))
Timeout exception missing timeout=0
Or just straight up add a new line page.set_default_timeout(0)
You did a great job..
The text was updated successfully, but these errors were encountered:
@MacJerm it happen when the book you are trying is not fully available in your account.
try to browse that book online and you will see after few pages scribd will give you date when you will be able to access full book.
i hope you understand.
When running the script i get past the login and get sticked at the loading viewer and then comes this error
playwright._impl._api_types.TimeoutError: Timeout 30000ms exceeded
When Script is running at line 50 page.goto(book_url.replace('book', 'read'))
Timeout exception missing timeout=0
Or just straight up add a new line page.set_default_timeout(0)
You did a great job..
The text was updated successfully, but these errors were encountered: