altcha-org / altcha

GDPR compliant, self-hosted CAPTCHA alternative with PoW mechanism and advanced anti-spam filter.
https://altcha.org
MIT License
407 stars 12 forks source link

Error: Too many workers. Max. 16 allowed workers. #36

Closed deniro21 closed 3 months ago

deniro21 commented 3 months ago

Hi! I have "Error: Too many workers. Max. 16 allowed workers.". Everything works well, but this error is displayed in the console every time I verify. What does it mean? I've tried different browsers, but the error persists.

ovx commented 3 months ago

Hi, and thanks for reporting. The widget didn't properly handle navigator.hardwareConcurrency provided by your browser but it still verified because it falls back to non-worker verification. Its fixed in version 0.4.3.

deniro21 commented 3 months ago

I installed the new version, but the problem still exists...

ovx commented 3 months ago

Hi, if you rely on the automatically provided number of workers, this version 0.4.3 should work without errors.

Some things you can try to troubleshoot:

deniro21 commented 3 months ago

The new version works, thanks! I just forgot to remove the workers attribute :)