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

Running bicho with a config file: "Configuration parameter url is required" #106

Open
brainwane opened this issue Nov 19, 2013 · 0 comments

Comments

@brainwane
Copy link
Contributor

Just verified this on git master.

I put a properly formatted bicho.conf file, including a url line, into /tmp/bicho/. I then ran ./bicho with no command-line arguments and got this error:

Configuration parameter url is required

My config file:

[General]

type = 'bg'
url = 'https://bugzilla.libresoft.es/buglist.cgi?product=bicho'
debug = False
delay = 5

[DatabaseOut]

db_driver_out = 'mysql'
db_user_out = 'root'
db_password_out = (password)
db_database_out = 'bicho_test'
db_hostname_out = 'localhost'
db_port_out = '3306'

If there's a particular place bicho.conf should live that is not /tmp/bicho/ then we should clarify that in doc/UserManual.txt.

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