Skip to content
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

TypeError: E.displayEvents(...) is undefined #243

Open
raffis opened this issue Jul 2, 2019 · 2 comments
Open

TypeError: E.displayEvents(...) is undefined #243

raffis opened this issue Jul 2, 2019 · 2 comments

Comments

@raffis
Copy link
Contributor

raffis commented Jul 2, 2019

Describe the bug

TypeError: E.displayEvents(...) is undefinedballoon.c8358d1f1e722a0cf03e.js:45:44893
    displayEventsInfiniteScroll https://fqdn/balloon.c8358d1f1e722a0cf03e.js:45
    dispatch https://fqdn/balloon.c8358d1f1e722a0cf03e.js:39
    handle https://fqdn/balloon.c8358d1f1e722a0cf03e.js:39

To Reproduce

Somehow I was able to hit the error above. Check stacktrace.

Expected behavior

No such TypeError.

Environment

  • web-client version: v3.2.4
  • balloon server version: [e.g. v2.4.2]
  • Deployed as: [e.g. docker,deb package,tar,compiled manually]
  • client os: Linux Mint
  • browser: Firefox

Additional context

Add any other context about the problem here.

@pixtron
Copy link
Member

pixtron commented Jul 9, 2019

As displayEvents and displayEventsInfiniteScroll are both properties of the balloon object (in the minified source referred to as E). displayEvents shouldn't be undefined.

The bug is so far not reproducible.

@raffis
Copy link
Contributor Author

raffis commented Jul 10, 2019

Today I've enountered:

TypeError: E.last is null balloon.b4a15eaa81d6beb159e9.js:45:57829
    _treeDblclick https://fqdn/balloon.b4a15eaa81d6beb159e9.js:45
    dispatch https://fqdn/balloon.b4a15eaa81d6beb159e9.js:39
    handle https://fqdn/balloon.b4a15eaa81d6beb159e9.js:39

After removing many nodes and opened the trash. But I did that before as well, this only happened after 5 times the same action. Probably race condition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants