H Lohaus
H Lohaus
What do you see in terminal / the error logs? Try use gpt-4 or a another provider/model. Leave the api_key blank.
Do you use workers? Can you uninstall uvloop?
Hey @MockArch, why aren't you using our image?
The browser won't open. Maybe it's out of memory or you're doing too many things at once.
Can you uninstall uvloop or use a provider directly?
I fixed the uvloop issue.
Please confirm if the following line is present in your docker-compose.yml file: shm_size: 2gb It is important to note that Google Chrome requires a minimum amount of memory to function...
Maybe missing cookies? I did not receive any error message, so I am unsure of the issue..
Hey Infinitay, I noticed you're using a different event loop in your code. Just a heads up, Nodriver doesn't support that. You might see some warnings from curl_cffi, but don't...
Hey, to get past that cloudflare detection, you can use curl_cffi. Just install it with "pip install curl_cffi" and you're good to go!