Exception when attempting to send message via ray gun library

Kentzo

Posted on
May 21 2014

Sometimes I see the following error when I'm trying to send data with ray gun.

  File "…", line 24, in handle_exception
    cl.send(exc_type, exc_value, exc_traceback)
  File "…\raygun4py\raygunprovider.py", line 35, in send
    rgExcept = raygunmsgs.RaygunErrorMessage(exc_type, exc_value, exc_traceback, className)
  File "…\raygun4py\raygunmsgs.py", line 101, in __init__
    self.className = trace[2]

Please merge https://github.com/MindscapeHQ/raygun4py/pull/9 ASAP since it makes your code completely unusable for us.


Callum

Posted on
May 22 2014

Crossposting from that PR: once again thanks for the work, see my feedback in the comments there as it looks like the tests don't pass in my environment.


Reply