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

Boodler failed to start: Unknown error #1

Open
chrisbraddock opened this issue Oct 26, 2009 · 3 comments
Open

Boodler failed to start: Unknown error #1

chrisbraddock opened this issue Oct 26, 2009 · 3 comments

Comments

@chrisbraddock
Copy link

cbraddock:/usr/local/bin:./boodle-ui-qt.py
/usr/local/lib/python2.6/dist-packages/boopak/pload.py:20: DeprecationWarning: the sets module is deprecated
import sets
Launching: boodler.py -o pulse com.eblong.zarf.cavepool/Cavern
Boodler failed to start: Unknown error
cbraddock:/usr/local/bin:

Yet, running the same boodler.py command (copy/paste) from the same terminal, right after the gui errors works fine.

Also notice I hard-coded the "-o pulse" in to the .py file but it is otherwise unchanged.

Ubuntu 9.04, latest boodle & ui-qt.

@chrisbraddock
Copy link
Author

PS, love the GUI ... makes this great software really accessible.

@tuukka
Copy link
Owner

tuukka commented Oct 26, 2009

Could it be that you have "-o pulse" where you should have "-o", "pulse" instead? This should work:
boodler = ["boodler.py", "-o", "pulse", "%s/%s" % agent]

@chrisbraddock
Copy link
Author

Nice thanks! That works. I gotta learn a little python. I like these GUIs you can whip up.

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

2 participants