niemands / StashPlugins

A collection of python plugins for stash
GNU Affero General Public License v3.0
62 stars 17 forks source link

[Update Image Titles] StashInterface not found? #31

Open gannictonn opened 9 months ago

gannictonn commented 9 months ago

Probably a dumb issue, but I'm attempting to use the Update Image Titles plugin and I keep getting this error. Did I miss something in the installation?

2023-12-10 21:19:05 Error Plugin returned error: exit status 1 2023-12-10 21:19:05 Error [Plugin / Update Image Titles] from stash_interface import StashInterface 2023-12-10 21:19:05 Error [Plugin / Update Image Titles] ModuleNotFoundError: No module named 'stash_interface' 2023-12-10 21:19:05 Error [Plugin / Update Image Titles] File "/root/.stash/plugins/update_image_titles.py", line 6, in 2023-12-10 21:19:05 Error [Plugin / Update Image Titles] Traceback (most recent call last):