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

Local First Run Results in AttributeError Exception #23

Open
jnishiyama opened this issue Mar 25, 2018 · 6 comments
Open

Local First Run Results in AttributeError Exception #23

jnishiyama opened this issue Mar 25, 2018 · 6 comments

Comments

@jnishiyama
Copy link

Hello when starting to test this out, I was immediately faced with the issue below.

Done.

data found from 2018-03-25 14:14:30 to 2018-03-26 05:49:05
Converting to milliseconds ...
Done
Adding time offset of 0.06 seconds
Setting speed to 1x
Done
Traceback (most recent call last):
  File ".../tryingdsio/dsio-env/bin/dsio", line 9, in <module>
    load_entry_point('dsio==0.1.0', 'console_scripts', 'dsio')()
  File ".../tryingdsio/dsio-env/src/dsio/dsio/main.py", line 155, in main
    cols=int(args.cols)
  File ".../tryingdsio/dsio-env/src/dsio/dsio/main.py", line 70, in restream_dataframe
    port=bokeh_port, update_queue=update_queue
  File ".../tryingdsio/dsio-env/src/dsio/dsio/dashboard/bokeh.py", line 74, in generate_dashboard
    if io_loop._running: # Assume we're in a Jupyter notebook
AttributeError: 'AsyncIOMainLoop' object has no attribute '_running'```

I'm not sure what the root cause of the issue is, but I have a non-breaking fix for myself that may also help other people. I will make a PR with the change.

Thank you!
@jnishiyama jnishiyama changed the title Running Locally First Time Broken Local First Run Results in AttributeError Exception Mar 25, 2018
@HKby
Copy link

HKby commented May 18, 2018

I have got the same issue while running the ELK platform

@jnishiyama
Copy link
Author

jnishiyama commented May 18, 2018

@HKby Hey, not sure if it helps, but I have this PR open which fixed it for me: #24

@HKby
Copy link

HKby commented May 18, 2018

@jnishiyama Cool! The bugs gone. However, I went to another bunch of bugs. :) hahahaha. Gonna fix those first.

@amkrous
Copy link

amkrous commented May 25, 2018

I have the same issue.

@robmarkcole
Copy link

+1 having this issue

@ffahri
Copy link

ffahri commented Jun 29, 2018

#28 (comment)
@robmarkcole @amkrous

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

No branches or pull requests

5 participants