Results 94 comments of Geremia

@WilliamTambellini I get this issue, too. I wonder if there's a way to link against my local libespeak-ng instead of building it from scratch.

Now I'm getting: ``` Failed to register: StatusCode: 429 (RegistrationRetryException) org.whispersystems.signalservice.api.push.exceptions.RegistrationRetryException: StatusCode: 429 at org.whispersystems.signalservice.internal.push.PushServiceSocket$RegistrationCodeRequestResponseHandler.handle(PushServiceSocket.java:2997) at org.whispersystems.signalservice.internal.push.PushServiceSocket.makeServiceRequest(PushServiceSocket.java:2169) at org.whispersystems.signalservice.internal.push.PushServiceSocket.requestVerificationCode(PushServiceSocket.java:408) at org.whispersystems.signalservice.api.SignalServiceAccountManager.requestSmsVerificationCode(SignalServiceAccountManager.java:284) at org.asamk.signal.manager.util.NumberVerificationUtils.requestVerificationCode(NumberVerificationUtils.java:98) at org.asamk.signal.manager.internal.RegistrationManagerImpl.register(RegistrationManagerImpl.java:136) at org.asamk.signal.commands.RegisterCommand.register(RegisterCommand.java:75) at org.asamk.signal.commands.RegisterCommand.handleCommand(RegisterCommand.java:51) at...

@AsamK Even before the RegistrationRetryException rate-limiting exception, I was getting invalid captcha responses. This is with master (0.13.5-SNAPSHOT).

@m-ueberall I get the issue with master, too: ``` $ signal-cli -a +XXXXXXXXXXX -vv register 2024-06-29T16:42:26.223-0700 [main] DEBUG org.asamk.signal.App - Starting signal-cli 0.13.5-SNAPSHOT 2024-06-29T16:42:26.409-0700 [main] TRACE org.asamk.signal.manager.Manager - Expected exception...

@donovanglover Indeed. It does. It seems a `signal-cli` issues, as I'm able to register on an Android device just fine.

@AsamK ``` Phone Number entered: XXXXXXXXXX Default Country entered: 01 Language entered: en An error occurred while parsing the input: Error type: INVALID_COUNTRY_CODE. Missing or invalid default region. ``` (phone...

@TooMuchDakka This seems related to [my discussion question about passing expressions like `$i` or `countval[$i]` in `for` loops to functions in `call` statements](https://github.com/munich-quantum-toolkit/syrec/discussions/426).

@TooMuchDakka This PR isn't indifferent to a space between `^` and `=` in the `^=` operator. `^ =` gives: `line 2:5 no viable alternative at input 'x0 ^'` when parsing...

@TooMuchDakka This PR doesn't fix the issue with numerals in variable names (cf. [the code here](https://github.com/munich-quantum-toolkit/syrec/issues/237#issue-3047285904)).

> i would imagine they've got tor exit nodes in their giant blacklist of vpn/proxy/etc ip addresses Maybe… Is there a way to check that `yt-dlp` is proxying correctly, though?