Closed Julian-mostert closed 1 day ago
Can you provide any additional information such as how you're trying to run it? Otherwise, I won't be able to help with just this error message alone.
thanks im running it from a docker container
version: "3"
services:
beets:
image: lscr.io/linuxserver/beets:latest
container_name: beets
environment:
# Update as needed
- PUID=1000
- PGID=1000
- TZ=Africa/Johannesburg
volumes:
- ./config:/config
- ./plugins:/plugins
- ./scripts:/config/custom-cont-init.d
- G:\Audiobooks:/audiobooks
- G:\temp\untagged:/untagged
restart: unless-stopped
Im actually using a fork of whaht you created https://github.com/seanap/beets-audible
I'd suggest opening an issue there then, as I'm not familiar with how that fork works.
The only thing that jumps out at me is the image used is different from the one that I've tested and mentioned in the readme
image: lscr.io/linuxserver/beets:1.6.0-ls180
Does switching to this image work?
I found Another comment by a user https://github.com/seanap/beets-audible/discussions/8
I'm closing this to do some cleanup of old issues. Let me know if this is still happening.