You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message from Symfony is copied from PHP, and the line number is not indicated. Fortunately, one can find lines with such characters like this:
grep -axv '.*' memdump-*
After replacing them, you end up with a usable file.
Hopefully this can be helpful to troubleshoot this instance of the issue:
Sometimes, this extension will generate on undecodable json file. Last time this happened to me, it was about a copyright character:
The error message from Symfony is copied from PHP, and the line number is not indicated. Fortunately, one can find lines with such characters like this:
grep -axv '.*' memdump-*
After replacing them, you end up with a usable file.
Hopefully this can be helpful to troubleshoot this instance of the issue:
You will note that
©
occurs here, that's because there is another occurrence of that character in the file, but for some reason it does not cause issues this time.@BitOne if you read this, I hope you're well :)
The text was updated successfully, but these errors were encountered: