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
RaygunErrorMessage fails to serialize certain complex objects to json which causes the serializer to fall into infinite loop which then, in the end crashes the Python executable.
RaygunErrorMessage fails to serialize certain complex objects to json which causes the serializer to fall into infinite loop which then, in the end crashes the Python executable.
I suspect that the error lies in this line:
raygun4py/python3/raygun4py/raygunmsgs.py
Line 179 in f65727a
after an exception it tries to serialize the object the same way (
unpickable=False
).The text was updated successfully, but these errors were encountered: