DobyTang / LazyLibrarian

This project isn't finished yet. Goal is to create a SickBeard, CouchPotato, Headphones-like application for ebooks. Headphones is used as a base, so there are still a lot of references to it.
728 stars 72 forks source link

common.py debug logging breaking calibredb process. #1603

Closed jcal22 closed 5 years ago

jcal22 commented 5 years ago

Current master commit has an error in common.py line 1214:

logger.debug(params) causes errors.

It's fixed by commenting out or casting params as a string. Not sure how to submit fixes or pull requests or such, but this causes calibredb to fail. Probably other things using runScript.

philborman commented 5 years ago

Many thanks, this will be fixed in the next few minutes. Thanks for the bug report, still learning! runScript is a recent addition to get around issues with running scripts under windows so not so well tested yet.

jcal22 commented 5 years ago

You've done an amazing job! Would love to help out more.

philborman commented 5 years ago

Always open for help...