cc1234475 / stash-plugin-performer-creator

User Natural Language Processing to extract performers from file names for StashApp
GNU Affero General Public License v3.0
40 stars 6 forks source link

Unraid: 'NoneType' object is not subscriptable #6

Open passionhd opened 3 years ago

passionhd commented 3 years ago

I get this error after installing it in the unraid docker following your steps.

Error running plugin task: Error running plugin: fork/exec /root/.stash/plugins/stash-plugin-performer-creator/env/bin/python: no such file or directory

I tried doing the following in the /root/.stash/plugins/stash-plugin-performer-creator folder

 ln -s /root/.stash/plugins/env env

If I run it again, it seems to find the performers, but keeps throwing this error for every performer

21-05-20 10:00:59
Error   
[Plugin] 'NoneType' object is not subscriptable
nothing2obvi commented 3 years ago

(btw I'm not entirely skilled with all this.) I get the same issue. Tried it with python or python3. I noticed it was directed towards a symlink of python, so I also tried copy/pasting the exec in there and instead get:

Error running plugin task: Error running plugin: fork/exec /root/.stash/plugins/env/bin/python3: exec format error

tzu7 commented 3 years ago

Figured out why it wasn't working, you need the Babepedia scraper

gouryellas commented 1 year ago

Figured out why it wasn't working, you need the Babepedia scraper

Doesn't work for me after acquiring babepedia scraper and reloading it. =\

Still getting: 'NoneType' object is not subscriptable