Closed frosty5689 closed 4 years ago
I'm able to get it working again by removing
python-telegram-bot
and subliminal
from the requirements.txt and mounting it.
Hello @frosty5689.
I don't have Telegram or Subliminal in my config, but I guess its included as default plugins so it tries to load them anyway.
You are correct. I accepted a pull request to keep python-telegram-bot at an older version for now and I've already opened an issue on subliminal's issue tracker here. I understand it is noisy, but I believe the error is only for logging purposes and the plugin keeps working fine otherwise.
Okay. I'll keep running it without these dependencies until I actually need to publish to Telegram or something. Should keep it much stabler as I have a cronjob to automatically restart FlexGet if there is a new version on pip
I'm having the same issue, but it's preventing FlexGet from starting up. @cpoppema any chance you can remove these from the requirements? I haven't had luck trying to do it myself
@arifkin88 I'm sorry to hear you still experience issues. Have you been able to pull the latest image & recreate your container ? I've pushed new images after accepting the pull request to pin one the package that prevents flexget from starting, but it took a while since I'm building it cross-platform.
You can always find the latest hashes here: https://hub.docker.com/repository/registry-1.docker.io/cpoppema/docker-flexget/tags?page=1, which now are: 4505d5e4b2ff linux/amd64 9cf5a288c475 linux/arm 29d263850c9e linux/arm64
You can compare these with the one in your system:
$ docker images cpoppema/docker-flexget:latest
REPOSITORY TAG IMAGE ID
cpoppema/docker-flexget latest <your local hash here>
If it doesn't match any, run docker pull cpoppema/docker-flexget
and recreate your container. I hope this helps.
Thanks @cpoppema ! Looks like that did the trick. My docker-compose was pointed to cpoppema/docker-flexget:latest so I thought it would be getting latest when restarted, but looks like it wasn't and I had to do manually.
I don't have Telegram or Subliminal in my config, but I guess its included as default plugins so it tries to load them anyway.