Cangoo

Results 8 comments of Cangoo

As a workaround you could add #[AllowDynamicProperties] before the class-definition until the problem is solved: ``` #[AllowDynamicProperties] class MatomoTracker ```

I found out that when deleting all files in /signal-cli-config/, the error "RegistrationRetryException" vanishes. Can't check if it fully works because I get a "Rate limit exceeded"-error now. So waiting...

Nope, still get {"error":"Failed to register: StatusCode: 429 (RegistrationRetryException)\n". Any ideas?

Hi and thanks for your reply and the hint with the signalcaptcha:// - very helpful. I now managed to get the call for the verification number by doing this (see...

Uh, oh, eh, although I got the verification-error, I'm now able to send messages. Yay!

Not sure what did the trick. I tried: `curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+43123456789/verify/123-456'` and `curl -X POST -H "Content-Type: application/json" 'http://127.0.0.1:8080/v1/register/+43123456789/verify/123456'` several times, I even called: http://127.0.0.1:8080/v1/register/+43123456789/verify/123-456 in...

Hello, I just tried it with another landline-number and it worked like charm on the first try using no hyphen in the code to verify the number.

Just wanted to support mattbrailsford: The integration of Mollie in our own php-shop-system really went fast and smooth until now, when I came over the problem to distinguish between "user...