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

Spoilers Failing with no attribute #131

Open
Scridgeon opened this issue May 23, 2023 · 2 comments
Open

Spoilers Failing with no attribute #131

Scridgeon opened this issue May 23, 2023 · 2 comments

Comments

@Scridgeon
Copy link

I'm trying to use the Spoilers feature but it's not working. The Plex-Utils front end is giving me a 500 error on the page and I see the following error in the application logs.

I'm using the docker application on Unraid and passed my Library. Plex-Utils can see both my TV and Movies in the respective sections in the UI.
I also have "Enable the blur unwatched TV episodes script" = True

image

[2023-05-23 13:01:38,594] ERROR in app: Exception on /spoilers [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 2525, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1822, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1820, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.9/site-packages/flask/app.py", line 1796, in dispatch_request
return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)
File "/app/app/routes.py", line 261, in run_tvspoilers
Thread(target=scripts.spoilers_scheduled, args=[app]).start()
AttributeError: module 'app.scripts' has no attribute 'spoilers_scheduled'

@stuartg78
Copy link

Did you get this to work? Having the same issue.

@sneedster
Copy link

sneedster commented Dec 31, 2023

Same error here too, also running on unraid.

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

No branches or pull requests

3 participants