when I use the clips4sale scraper in the community scrapers
I get the below. I’m using the docker image
:20Error scrapeSingleScene: input: scrapeSingleScene error while name scraping with scraper Clips4Sale: could not unmarshal json from script output: EOF
:20Error could not unmarshal json from script output: EOF
:20Error [Scrape / Clips4Sale] ModuleNotFoundError: No module named ‘py_common’
:20Error [Scrape / Clips4Sale] from py_common import cache, log
:20Error [Scrape / Clips4Sale] File “/root/.stash/scrapers/community/Clips4Sale/Clips4Sale.py”, line 8, in
:20Error [Scrape / Clips4Sale] Traceback (most recent call last):
that solves it, when i installed a different plugin the py_common was installed automatically. what needs to happen for it to be automatically installed for this plugin?