-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to process some dumps #186
Comments
Could you provide var-dumper version? |
I am sorry, I don't remember which project it was. But I think it's v7 (7.0.6) |
@butschster it's happening again - I am forced to use older VarDumper version 5.4. I am trying to dump, I guess, larger class(?) and buggregator fails with this message: |
It would be nice if you provide the value of the |
Here, the encoded message dumped right before its sent from var-dumper https://github.com/symfony/var-dumper/blob/5.4/Server/Connection.php#L63 |
@FluffyDiscord This payload decodes correctly. I'm curious how this data looks on the Buggregator side. |
I am using Buggregator docker 1.12.1 (ghcr.io/buggregator/server:1.12.1). You tell me :D |
I was trying to dump a Symfony form. Buggregator fails with the following error in console:
Modules\VarDumper\Exception\InvalidPayloadException: Unable to decode the message. in /app/app/modules/VarDumper/Application/Dump/MessageParser.php at line 22
The base64 encoded payload is indeed 599573 chars long
strlen()
.Please allow bigger payloads. We should also get some kind of information that buggregator failed to process the payload.
The text was updated successfully, but these errors were encountered: