buggregator / server

Buggregator is a lightweight, standalone server that offers a range of debugging features for PHP applications.
https://buggregator.dev/
Other
681 stars 24 forks source link

Unable to process some dumps #186

Open FluffyDiscord opened 4 months ago

FluffyDiscord commented 4 months ago

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.

butschster commented 4 months ago

Could you provide var-dumper version?

FluffyDiscord commented 4 months ago

I am sorry, I don't remember which project it was. But I think it's v7 (7.0.6)