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
I run webshot2 (v 0.1.0) on hundreds of images that I generate and I store the output in my hard disk, a few times per day. Some days it runs fine, but other days it stops with the following message: Error: Chromote: timed out waiting for event Page.loadEventFired.
Thinking that it would be solved by increasing the delay, I changed it from 1 to 2, yesterday. However, today, after running successfully some 300 times, I received a new error message: Error in deregister_callback_fn(): could not find function "deregister_callback_fn". I include both tracebacks below. I cannot reproduce the event that creates the errors (I ran webshot2 10,000 times yesterday and it didn't issue any of the two errors. I include the code below, too.)
If you could provide some guidance on how to set the delay or any other modification you could think about, it would be appreciated.
Tracebacks The 2nd traceback is exactly the same as the 1st one, except for the change in delay from delay = 1 to delay = 2.
Error: Chromote: timed out waiting for event Page.loadEventFired
I run webshot2 (v 0.1.0) on hundreds of images that I generate and I store the output in my hard disk, a few times per day. Some days it runs fine, but other days it stops with the following message: Error: Chromote: timed out waiting for event Page.loadEventFired.
Thinking that it would be solved by increasing the delay, I changed it from 1 to 2, yesterday. However, today, after running successfully some 300 times, I received a new error message: Error in deregister_callback_fn(): could not find function "deregister_callback_fn". I include both tracebacks below. I cannot reproduce the event that creates the errors (I ran webshot2 10,000 times yesterday and it didn't issue any of the two errors. I include the code below, too.)
If you could provide some guidance on how to set the delay or any other modification you could think about, it would be appreciated.
Tracebacks
The 2nd traceback is exactly the same as the 1st one, except for the change in delay from delay = 1 to delay = 2.
Error: Chromote: timed out waiting for event Page.loadEventFired
Error in deregister_callback_fn() :
could not find function "deregister_callback_fn"
Test
However, it doesn't reproduce the problem.
The text was updated successfully, but these errors were encountered: