question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

unknown traceback

See original GitHub issue

We are having this kind of traceback in our app:

TypeError: Cannot read property 'indexOf' of undefined
1 File "(unknown)" line (unknown) in [anonymous]
2 File "(unknown)" line (unknown) in [anonymous]
3 File "(unknown)" line (unknown) in [anonymous]
4 File "(unknown)" line (unknown) in [anonymous]

We have Rollbar configured to send additional info (user.id, user.email…) and for some ocurrences in this item that info is empty. But, what drew special attention for us, is the low runtime_ms, about 15 miliseconds, so we think that maybe it is related with some expection inside Rollbar code, make sense?

We have also noted these items began to appear at 6th February, date we think it matches with a new version of Rollbar code (v.1.2.0), however we didn’t update rollbar snippet that day but a few days later.

Issue Analytics

  • State:closed
  • Created 9 years ago
  • Reactions:1
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
coryvirokcommented, Jun 23, 2015

Thanks for following up, David.

Which extension was causing this? If I hear about similar issues I’ll let customers know.

0reactions
sankalpsanscommented, Jun 18, 2018

We have noticed this on Safari Desktop as well. Based on my experience, “PDF Viewer” seems to be the only common extension amongst all the browsers that have reported this issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Understanding the Python Traceback
You'll walk through several examples of tracebacks and see some of the most common tracebacks ... The unknown argument name is also given...
Read more >
Why does subscription-manager command fail with traceback ...
Why does subscription-manager command fail with traceback error "KeyError Unknown feature DBUS_IFACE" ? ... No translations currently exist. Issue.
Read more >
Unknown host Traceback (most recent call last): #118 - GitHub
I just did a setup for latest medusa. Following error is seen when we take backup: root@c2m:~# PATH=$PATH:/etc/c2m/cassandra/bin medusa ...
Read more >
Unknown Python Selenium error:Traceback (most recent call ...
The clue is in the error: selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css ...
Read more >
Getting More Information from Tracebacks - Python Cookbook ...
You want to display all of the available information when an uncaught exception is raised. Solution. A traceback object is basically a linked...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found