- Issue created by @sylv
- 🇫🇷France S3b0uN3t Nantes
Hello,
This module is used in several projects without problem today.
I consider your issue and try to check it (and your patch) as soon as possible.
- 🇫🇷France S3b0uN3t Nantes
I've checked with original healtcheck API :
In sandbox mode (with sandbox credentials) : https://sandbox-api.piste.gouv.fr/piste/captcha/healthcheck`
array(2) { ["status"]=> string(2) "UP" ["components"]=> array(4) { ["captchaTestHealth"]=> array(1) { ["status"]=> string(2) "UP" } ["diskSpace"]=> array(2) { ["status"]=> string(2) "UP" ["details"]=> array(4) { ["total"]=> int(0) ["free"]=> int(0) ["threshold"]=> int(0) ["exists"]=> bool(true) } } ["memcachedHealth"]=> array(1) { ["status"]=> string(2) "UP" } ["ping"]=> array(1) { ["status"]=> string(2) "UP" } } }
And in production mode (with production credentials) : `https://sandbox-api.piste.gouv.fr/piste/captcha/healthcheck` :
array(2) { ["status"]=> string(2) "UP" ["components"]=> array(4) { ["captchaTestHealth"]=> array(1) { ["status"]=> string(2) "UP" } ["diskSpace"]=> array(2) { ["status"]=> string(2) "UP" ["details"]=> array(4) { ["total"]=> int(0) ["free"]=> int(0) ["threshold"]=> int(0) ["exists"]=> bool(true) } } ["memcachedHealth"]=> array(1) { ["status"]=> string(2) "UP" } ["ping"]=> array(1) { ["status"]=> string(2) "UP" } } }
At the launch of V2 (in June 2024), not all APIs were available in "/v2". This apparently is now the case. I plan to migrate them all to the new version.
- 🇫🇷France dxx Bordeaux/Paris/La Baule
Thanks for the v2.1 just released which brings compatibility with CaptchEtat v2. This issue can now be closed.