Skip to content
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

Uncaught PHP Exception RangeException: \"Expected hexadecimal character\ on symfony #188

Open
issekeG opened this issue Aug 7, 2023 · 1 comment

Comments

@issekeG
Copy link

issekeG commented Aug 7, 2023

hello, I get this error when I try to login. can you tell me the cause?

[PHP-FPM ] {"message":"Uncaught PHP Exception RangeException: "Expected hexadecimal character" at /var/www/app/vendor/paragonie/constant_time_encoding/src/Hex.php line 144","context":{"exception":{"class":"RangeException","message":"Expected hexadecimal character","code":0,"file":"/var/www/app/vendor/paragonie/constant_time_encoding/src/Hex.php:144"}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2023-08-07T09:24:45.052271+00:00","extra":{}}

@sstok
Copy link

sstok commented Aug 7, 2023

The error is rather self explanatory, 'Expected hexadecimal character' yet something else is passed.

As it's part of big context this more application specific and you need to find out from which higher level the value is passed. Maybe try the Symfony Slack instead, and provide a complete stack trace (which you can find in the profiler, given this is not in a production env).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants