-
Notifications
You must be signed in to change notification settings - Fork 7
"Invalid serialized data" - Size limit? #8
Comments
I'm also getting this error with a 3066 character string (which I guess would be ~3kb?). The string in question serializes & unserializes with PHP without any problems but gives this error on https://serializededitor.com/. This string contains some sensitive data but I'd gladly send this to the developers if that helps to debug this issue. |
What exactly is happening when you put too much data into it? Would you be able to send us the error you are seeing? |
It was a while ago but from what I remember the error is that the data is not valid/parsable but I did verify that it was. I suspect the data is truncated server side. Reaching POST size limits on the server perhaps. |
@jamieburchell The data never get's sent to any servers (the app is entirely front-end JS only). I'll try testing with some large datasets and see if I can recreate. |
Got the same issue, invalid serialized data, figured out it happens because the data contains quotes.
|
When I tried it with data that contained markup with attributes with quotes (like the value of |
Great tool. I've worked with 4KB - 8KB serliazed data successfully here https://serializededitor.com/, but 56KB of valid data seems to kill it. Is there a size limit/truncation? If so, it would be useful to mention it.
The text was updated successfully, but these errors were encountered: