Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh Plugin of Bazarr fails on install #230

Closed
pavak1 opened this issue May 30, 2021 · 5 comments · Fixed by #232
Closed

Fresh Plugin of Bazarr fails on install #230

pavak1 opened this issue May 30, 2021 · 5 comments · Fixed by #232

Comments

@pavak1
Copy link

pavak1 commented May 30, 2021

error given on creation
" bazarr had a failure Exception: RuntimeError Message: pkg error: - py37-pip :,py37-libxml2 : Refusing to fetch artifact and run post_install.sh! Partial plugin destroyed"

it appears that the plugin try's to install py37 vs py38 and py37 is unavailable

@fulder
Copy link
Contributor

fulder commented May 31, 2021

@pavak1 thanks for the issue, good finding and timing. I was just looking through some of the plugins with old python 3.7 dependencies yesterday and just created a new PR for all missing plugins (without any open PR already): #232

I've also updated the bazarr plugin with more generic python3 references, it has been merged and ported back to the 12.2 release branch:

After these fixes the cirrus tests seemed to pass on my fork (see: https://cirrus-ci.com/task/6672071733280768) so should probably pass in this repo PR as well soon.

@pavak1
Copy link
Author

pavak1 commented Jun 1, 2021

@fulder Thank you for looking into the problem and doing the work! It appears that the changes where blocked for merging issue #232, but probably just needs a review.

@fulder
Copy link
Contributor

fulder commented Jun 6, 2021

@pavak1, I've pushed a small fix after a comment to the PR, but otherwise it's just waiting for approval and merge now :)

As a side note it would be nice to capture these package issues faster and in a more automated manner (see: #194)

@achmetinternet
Copy link

I installed the plugin and can SSH into the jail but the UI doesn't work, I get

Internal Server Error
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.

@fulder
Copy link
Contributor

fulder commented Aug 20, 2021

@achmetinternet (this should maybe be another issue than this closed one, but answering here anyways) it looks like bazarr plugin has changed a few regarding how it is installed and updated. The Internal Server Error you are seeing is probably caused by some assets files missing while just cloning the repo. I've merged and backproted some fixes (and quickfixes) which should make a current bazarr installation upgrade and a clean installation of the plugin work better (I hope, both use cases seemed to work just fine on my TN).

Could you test once again on your side if it works better or if there are some more issues with this plugin? Thank you for your help and information about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants