autodl-irssi update errors
Closed this issue ยท 7 comments
This happens on a fresh docker :/
Any ideas?
The only thing I could find online was this:
autodl-community/autodl-irssi#185
https://plaza.quickbox.io/t/update-autodl-irssi/8469
I've got same issue.
autodl-irssi v.2.6.2 /autodl-trackers v282
Fixed by reverting back to previous version in "/rutorrent/.irssi/scripts/AutodlIrssi" directory.
Stop container and paste v.2.6.1 into the dir above.
Seems to be related to SSL changes in autodl-irssi upstream, updated the base image to alpine 3.11, can you confirm its fixed in the develop build ?
Tag: horjulf/rutorrent-autodl:develop
Isn't this more problem, how update of autodl is handled?
[cont-init.d] 30-getautodl: executing...
Cloning into '/app/rutorrent/plugins/autodl-irssi'...
Already up to date.
Updating a94f348..b534cbe
error: Your local changes to the following files would be overwritten by merge:
AutodlIrssi/SslSocket.pm
AutodlIrssi/Startup.pm
AutodlIrssi/Updater.pm
Please commit your changes or stash them before you merge.
Aborting
for now wiping 'AutodlIrssi' folder and then updating fixes problem.
That means the contents were modified outside of the container, those files are git cloned and updated when the container starts, if you resolved the conflict, it shouldn't be an issue anymore.