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

Bicho seems not to work with github in some situations #64

Open
jgbarah opened this issue May 20, 2013 · 2 comments
Open

Bicho seems not to work with github in some situations #64

jgbarah opened this issue May 20, 2013 · 2 comments

Comments

@jgbarah
Copy link
Member

jgbarah commented May 20, 2013

In some cases Bicho does not seem to work. It runs, I see no error, but I find nothing in the database:

bicho -d 1 -b github --db-user-out jgb --db-password-out XXX --db-database-out VizGrimoire_VizGrimoireR_bicho --url https://api.github.com/repos/VizGrimoire/VizGrimoireR/issues --backend-user jgbarah --backend-password XXX
Checking URL: https://api.github.com
Running Bicho with delay of 1 seconds
Done. 7 bugs analyzed
Logger ''github'' doesn't exist. No module named issues_log_github

But nothing in the VizGrimoire_VizGrimoireR_bicho database (I had created it beforehand)

However, if I run it as

bicho -d 1 -b github --db-user-out jgb --db-password-out XXX --db-database-out bicho_test --url https://api.github.com/repos/VizGrimoire/VizGrimoireR/issues --backend-user jgbarah --backend-password XXX

I get the same messages, but the database is ok after the run...

Any idea?

@canasdiaz
Copy link
Member

On 20/05/13 20:35, Jesus M. Gonzalez-Barahona wrote:

In some cases Bicho does not seem to work. It runs, I see no error, but
I find nothing in the database:

bicho -d 1 -b github --db-user-out jgb --db-password-out XXX
--db-database-out VizGrimoire_VizGrimoireR_bicho --url
https://api.github.com/repos/VizGrimoire/VizGrimoireR/issues
--backend-user jgbarah --backend-password XXX
Checking URL: https://api.github.com
Running Bicho with delay of 1 seconds
Done. 7 bugs analyzed
Logger ''github'' doesn't exist. No module named issues_log_github

But nothing in the VizGrimoire_VizGrimoireR_bicho database (I had
created it beforehand)

However, if I run it as

bicho -d 1 -b github --db-user-out jgb --db-password-out XXX
--db-database-out bicho_test --url
https://api.github.com/repos/VizGrimoire/VizGrimoireR/issues
--backend-user jgbarah --backend-password XXX

I get the same messages, but the database is ok after the run...

Any idea?

Could you please try with a lowercase database name?

Thanks for the feedback Jesús!


Reply to this email directly or view it on GitHub
#64.

|_____/| Luis Cañas-Díaz
[o] [o] [email protected] - Software Engineer
| V | http://www.bitergia.com
| | "Bridging the gap between developers and stakeholders"
-ooo-ooo-

@jgbarah
Copy link
Member Author

jgbarah commented May 20, 2013

It works with a lowercased database name. Thanks for the help.

However, this is probably a Bicho bug, isn't it? MySQL seems perfectly capable of managing uppercase database names...

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