Open Z-ZHHH opened 2 months ago
@Z-ZHHH can you try with a higher waitFor? like 5000? Usually javascript rendered pages takes more than 3 seconds to load.
Thanks for your quick reply. I have changed the waitFor to 15000ms, it still return
{'status': 'completed', 'current': 1, 'total': 1, 'data': [], 'partial_data': []}
Could this be due to blocking on the site https://news.qq.com/ch/world?
Could someone help with this? I used the Python SDK as follows
It returns
But when I tried some other website like https://new.qq.com/rain/a/20240814A086V800, it could return the HTML data correctly. Did I miss some settings? Thanks a lot for help.