Zhao Wang
Zhao Wang
Thanks for the feedback @brodkin! Glad you liked the module. I will update the documentation soon. The error message is shown up because the designated Keycloak role was not found...
`Privoxy` acts only as an HTTPS proxy, which is a different protocol than SOCK5. An easy tweak would be to replace it with a Lua script injected into HAProxy.
Please refer to https://docs.docker.com/network/ It should be: ```shell docker run --rm -it -p 3333:3128 zhaowde/rotating-tor-http-proxy ```
Thanks for the investigation and feedback, @Taragolis and @dabla! Yes, everything still works despite the warning message. I created this issue just as a "preventive" measure because @potiuk wrote in...
I can confirm the symptom. The roor cause seems like at https://github.com/thomasdondorf/puppeteer-cluster/blob/b5b098aed84b8d2c170b3f9d0ac050f53582df45/src/Cluster.ts#L238, the `SetTimeout` made `Cluster.doWork` run in the event loop scheduled as macro tasks. Therefore, any error rejects `Cluster.doWork`...