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

[IPKernelApp] WARNING | No such comm: 606159... #42

Open
LukaPitamic opened this issue Apr 13, 2019 · 4 comments
Open

[IPKernelApp] WARNING | No such comm: 606159... #42

LukaPitamic opened this issue Apr 13, 2019 · 4 comments
Labels

Comments

@LukaPitamic
Copy link

LukaPitamic commented Apr 13, 2019

Hi, I've noticed strange behavior of ipyevents:

Code capturing mouse scroll event(wheel > movementY ) works flawlessly on mac, but raises error on linux.

# triggered function when mouse wheel event happens
def handle_event(event):
    # how many steps on mouse scroll is detected
    steps=int(event['movementY'])
    # updated X chart calling layout_scroll_zoom function
    f1.layout.xaxis.range=layout_scroll_zoom(steps)

# listening to mouse wheel events
Event(source=f1, watched_events=['wheel']).on_dom_event(handle_event)

Drag mouse event works on both platform flawlessly. Since one event is detected correctly and other is not, I do not know where to start looking for potential problem.

Thank you for anyone who takes a look into it. You rock! ;)

@mwcraig
Copy link
Owner

mwcraig commented Apr 13, 2019

Thank you for anyone who takes a look into it. You rock! ;)

Thanks 😀

What browser are you using on Linux? Some event behavior depends on both browser and os....

@mwcraig mwcraig added the bug label Apr 13, 2019
@LukaPitamic
Copy link
Author

@mwcraig I use Google Chrome.

@mwcraig
Copy link
Owner

mwcraig commented Apr 27, 2019

@LukaPitamic sorry for the delay. Any chance you could send me the output from the javascript console when this happens? To see the console, open a notebook in Chrome, then open the developer tools. One of the options in the tools is to show the console. Not sure if you can copy/paste from the console so you may need to screenshot it.

@LukaPitamic
Copy link
Author

LukaPitamic commented May 7, 2019

@mwcraig is this of any help?
image
This is on: Linux/Chrome. If I can do anything else to help debug the problem, please tell me.

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

No branches or pull requests

2 participants