ninthwalker / NowShowing

Generates an email and web page of Plex recently added content
MIT License
73 stars 8 forks source link

EOFError when trying to run email or web report. #48

Closed alex-baratta closed 6 years ago

alex-baratta commented 6 years ago

My application hasn't sent out an email or updated the now showing area since early December. when I run the command "docker exec nowshowing webreport" /usr/local/sbin/webreport: end of file reached (EOFError)

docker exec nowshowing emailreport -d -t /usr/local/sbin/emailreport: end of file reached (EOFError)

ninthwalker commented 6 years ago

What platform are you on? unRaid or a different OS? Also, are you using user/pass or token? Anything change that you know of? You could also try adding -vvv at the end of the command at see if it gives you more info in the log.

alex-baratta commented 6 years ago

this is an Unraid OS with version 6.4.0 logging in via Token. The only thing that has changed is i bought plex pass on Dec 14th (the last time my email went out was the 8th and the web report was updated on dec 11th.

I grabbed and replaced my token in case that changed with my plexpass account change but that had no difference.

adding -vvv at the end of my command is still pulling that EOFError

Ran Optimize Database

Ran Clean Bundle

Ran Empty Trash

none appear to fix issue

alex-baratta commented 6 years ago

when i start the app in unraid the start up log looks like

[s6-init] making user provided files available at /var/run/s6/etc...exited 0.
[s6-init] ensuring user provided files have correct perms...exited 0.
[fix-attrs.d] applying ownership & permissions fixes...
[fix-attrs.d] 10-apply-perms: applying...
[fix-attrs.d] 10-apply-perms: exited 0.
[fix-attrs.d] done.
[cont-init.d] executing container initialization scripts...
[cont-init.d] 10-set-uidgid: executing...
usermod: no changes

-----------------------------------------
 NowShowing
-----------------------------------------
 Brought to you by:

Ninthwalker/GroxyPod/Limen75

-----------------------------------------
User xyz set to: 99
Group xyz set to: 100
-----------------------------------------

[cont-init.d] 10-set-uidgid: exited 0.
[cont-init.d] 20-setup: executing...
Advanced config file detected. Keeping existing files
Setup complete! Please read directions for advanced settings and changing the schedule.
[cont-init.d] 20-setup: exited 0.
[cont-init.d] done.
[services.d] starting services
[services.d] done.

nowshowing-docker-unraid-config

alex-baratta commented 6 years ago

here is my log from the last 5 days of activity until now nowshowing-last-5-days-of-activity.txt

alex-baratta commented 6 years ago

I think i figured it out I forgot I implemented Plex to do required Secure connections instead of preferred. my apologies. Clearly P.E.B.C.A.K. will you be implementing support for HTTPS?