-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal error: Uncaught exception 'RuntimeException' with message 'Curve curve #153
Comments
i am facing the same issue. in earlier version, in more than 70% of the cases, the error was curve point error which is issue number #14 and now it is the above mentioned issue. it does not come for all subscribers but is throwing the error for more than 70% of the cases. Please help. |
Please fill in the issue template. Also provide your php.ini |
Hi Minishlink,
|
@Minishlink any update on the issue so far? |
Same issue here unable to solve it |
If that helps someone, in my case it was an error in my code, nothing lib related. This comment actually pointer me to the right direction:
|
Hi,
Issue is already raised at #14
I tried to send push using V4, but code throwing new error messages. Please find error message below.
Warning: hex2bin(): Hexadecimal input string must have an even length in C:\xxxxxx\web-push-php-example\vendor\minishlink\web-push\src\Utils.php on line 60
Warning: hex2bin(): Hexadecimal input string must have an even length in C:\xxxxxxxx\web-push-php-example\vendor\minishlink\web-push\src\Utils.php on line 61
Fatal error: Uncaught TypeError: bin2hex() expects parameter 1 to be string, boolean given in C:\xxxxxx\web-push-php-example\vendor\minishlink\web-push\src\Encryption.php on line 94
TypeError: bin2hex() expects parameter 1 to be string, boolean given in C:\xxxxx\web-push-php-example\vendor\minishlink\web-push\src\Encryption.php on line 94
The text was updated successfully, but these errors were encountered: