Enable debug logging in SickChill settings, reproduce the error (be sure to disable after the bug is fixed)
Branch/Commit:
OS: FreeNas
Browser: Using Brave
What you did: Try to install
What happened: Failed to install
What you expected: Install
Logs:
Error: Sickchill had a failure Exception: RuntimeError Message: Last 10 lines: /root/post_install.sh: git: not found /root/post_install.sh: pip: not found chown: /usr/local/app/sickchill: No such file or directory cp: /usr/local/app/sickchill/contrib/runscripts/init.freebsd: No such file or directory chmod: /usr/local/etc/rc.d/sickchill: No such file or directory Partial plugin destroyed
When starting install on freenas, it goes though everything until it hits the Post install scripts, and then says it dont work and removes the VM/Jail. Here is the error:
Error: Sickchill had a failure Exception: RuntimeError Message: Last 10 lines: /root/post_install.sh: git: not found /root/post_install.sh: pip: not found chown: /usr/local/app/sickchill: No such file or directory cp: /usr/local/app/sickchill/contrib/runscripts/init.freebsd: No such file or directory chmod: /usr/local/etc/rc.d/sickchill: No such file or directory Partial plugin destroyed
Issue-Label Bot is automatically applying the label Bug / Issue to this issue, with a confidence of 0.84. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Hi, thanks for the report. Please use search to make sure your issue has not been reported yet, and someone will try to help you as soon as possible.
Not sure how you installed Python3, but pip comes with python3.
Not sure how you installed Python3, but pip comes with python3.
This is all from the default installation, nothing modified, in freenas -> Plugins -> Community -> Sickchill -> Install.
Nothing modified. just base install.
I just did a "Fresh Install" With just Sickchill, Still gives me a error of :
Error: Sickchill had a failure Exception: RuntimeError Message: Last 10 lines:
/root/post_install.sh: git: not found /root/post_install.sh: pip: not found chown:
/usr/local/app/sickchill: No such file or directory cp:
/usr/local/app/sickchill/contrib/runscripts/init.freebsd: No such file or directory chmod:
/usr/local/etc/rc.d/sickchill: No such file or directory Partial plugin destroyed
Screenshot:
https://prnt.sc/ukcgw2
What version of python? Because pip has been included since 3.4
Lol also cp, chown, chmod not found? Your path is screwed up.
Lol also cp, chown, chmod not found? Your path is screwed up.
I am using a Totally fresh install of Freenas right from their website, (Reinstalled and everything), Nothing on box, only want ot get sickchill to work..
When i install this, it gives me this error, not sure why its saying cp or such is not working, I have altered nothing, also just tried to install EMBY and works without a issue.
And you installed the python38 package?
pkg install python38
Then:
pkg install py38-pip
Or
python3.8 -m ensurepip
Also have the same issue with upgrading and fresh install.
sudo pkg install git
sudo pkg install git
where did you use it? in the IOCAGE of sickchill or in the main FreeNAS terminal?
I actually had to update to Truenas destro, Freenas fresh install couldn't get it to work.
@tapnikita thank you, hope they will sort it out in sickchill community as well
Your main freenas needs git
Your main freenas needs git
It does have git, as its a dedicated IOCAGE i assume the issue reside there.
What release is your iocage on? 12.1-RELEASE is required.
https://github.com/ix-plugin-hub/iocage-plugin-index/blob/master/sickchill.json (git is specified there)
https://github.com/ix-plugin-hub/iocage-plugin-sickchill/blob/master/post_install.sh only uses packages specified in the json
You cannot upgrade an old python 2.7 jail for sickchill, it used 11.x-RELEASE
@miigotu Thank you!!! my IOCAGE version is 11.3 so that explains it.
As I am always up to date with the STABLE train i did not even think in that direction. appreciate the help and patience and for keep updating sickchill to stay great. will try again when TrueNAS becomes STABLE version.