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

listener failing after first program start #1

Open
bmeyer71 opened this issue Jul 21, 2017 · 1 comment
Open

listener failing after first program start #1

bmeyer71 opened this issue Jul 21, 2017 · 1 comment

Comments

@bmeyer71
Copy link

Not sure why I am getting the following error:

2017-07-21 11:25:06,329 DEBG ordered_startup: ACKNOWLEDGED -> UNKNOWN
2017-07-21 11:25:06,329 WARN ordered_startup: has entered the UNKNOWN state and will no longer receive events, this usually indicates the process violated the eventlistener protocol

As far as I can see things are setup correctly.

As a side note, I did have to add the following to the script to get it to work:

#!/usr/local/bin/python2.7

if __name__== "__main__":
    main()

I know I could have specified it as a commandline option to python, but this makes it easier.

Any ideas what I might be missing or what is wrong?

@bmeyer71
Copy link
Author

interestingly, I tried the fork by @flixr and that one works for me. I haven't had time to see what the difference is though.

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

1 participant