-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"can't parse '#{stackframe}' (please file an issue so we can fix " \ #103
Comments
Hah, thanks! It should have printed the frame it couldn't parse. Without an example backtrace (or frame), I'm afraid, we cannot add proper support. That said, airbrake-ruby should work just fine, because we don't raise the error, but log it. |
Just to be clear, if you have an example of that backtrace (or individual frame at least), which couldn't be parsed, I'd be happy to fix the issue. If not, let's close this, since I cannot do much here without it. |
Gonna replicate this and bring it back up for you momentarily. 😃 |
|
|
To create this error I changed |
Thanks! What's your airbrake-ruby version? We don't raise |
Oh crap. I may be in the wrong repo. We're running |
You're good in terms of library selection. |
Fixes #103 ("can't parse '#{stackframe}' (please file an issue so we can fix " \")")
Fixes #103 ("can't parse '#{stackframe}' (please file an issue so we can fix " \")")
Fixes #103 ("can't parse '#{stackframe}' (please file an issue so we can fix " \")") +
Fixes #103 ("can't parse '#{stackframe}' (please file an issue so we can fix " \")")
Fixes #103 ("can't parse '#{stackframe}' (please file an issue so we can fix " \")")
Thank you! :) 💯 |
I got this particular error which led me here, I am filing an issue because the code asked to!
I ended up finding the error that broke airbrake, working in CoffeeScript with better errors that error kept popping up.
I found the problem, my JS tendencies had popped up and I had assigned
var x = []
instead ofx = []
, causing this error to pop up.Thanks!
The text was updated successfully, but these errors were encountered: