Open lorellav opened 10 months ago
Seems like It is an issue with the waiting. Try looking at the browser after setting headless
to False
Thanks! So in the browser I get the message 'this content is not available at the moment'
Okay, so there's no handling for this page in the crawler. Hence, you're getting this error
I am getting same error with headless=True
and working fine with headless=False
Hello, I run in the following issue
'tuple' object has no attribute 'tb_frame'
while running this code
I'm running this code in Jupyter NB. This is me env
IPython : 8.12.0 ipykernel : 6.19.2 ipywidgets : 8.0.6 jupyter_client : 8.1.0 jupyter_core : 5.3.0 jupyter_server : 1.23.4 jupyterlab : not installed nbclient : 0.5.13 nbconvert : 6.5.4 nbformat : 5.7.0 notebook : 6.5.3 qtconsole : 5.4.3 traitlets : 5.7.1
And this is the full error message
Thank you
Lorella.