whipper-team / whipper

Python CD-DA ripper preferring accuracy over speed
GNU General Public License v3.0
1.11k stars 88 forks source link

ValueError: No logger named eac found! (Docker) #596

Open jvw1954 opened 11 months ago

jvw1954 commented 11 months ago

The -L eac does not work in Docker: ValueError: No logger named eac found!

github-actions[bot] commented 11 months ago

👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.

To help make it easier for us to investigate your issue, please follow the contributing instructions.

dylandrush commented 11 months ago

I had this same issue ValueError: No logger named eac found!

I managed to fix it by rebuild the bddist_egg:

git clone https://github.com/whipper-team/whipper-plugin-eaclogger.git
cd whipper-plugin-eaclogger
python3 setup.py bdist_egg

Again had to copy to the appropriate location: ~/.local/share/whipper/plugins' Problem for me atleast was the egg file. Had whipper_plugin_eaclogger-0.5.0-py3.10.egg but my python version is 3.11 so it generated whipper_plugin_eaclogger-0.5.0-py3.11.egg for me.