-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
[🐛 BUG]: panic in http plugin #1903
Comments
Hey @cto-asocial 👋 |
Keep in mind, that to have better perf, with versions |
Hi, @rustatian! Appreciate for the speed! I've already tried to migrate to {
"message": "Uncaught Exception: Control character error, possibly incorrectly encoded",
"context": {
"exception": {
"class": "JsonException",
"message": "Control character error, possibly incorrectly encoded",
"code": 3,
"file": "/app/vendor/spiral/roadrunner-http/src/HttpWorker.php:77"
}
},
"level": 500,
"level_name": "CRITICAL",
"channel": "php",
"datetime": "2024-04-15T09:26:13.515142+00:00",
"extra": {}
} Upgrade was without any changes in I'll go deeper after |
You need to update PHP packages as well: https://docs.roadrunner.dev/general/compatibility#upgrading-to-rr-v2024.x.x |
I'll try and let you know, thanks! |
No duplicates 🥲.
What happened?
From time to time I can see rr panic in logs.
Version (rr --version)
rr version 2023.3.12 (build time: 2024-02-29T18:24:06+0000, go1.22.0), OS: linux, arch: amd64
How to reproduce the issue?
No idea how to reproduce, seems like it happens randomly
Relevant log output
The text was updated successfully, but these errors were encountered: