Closed FinalDoom closed 2 years ago
Okay so something clicked reading the stacktraces again. I run pfBlockerNG (pihole, whatever) network based ad-blocking, which blocks Google analytics.
Ideally, analytics polls should be formally optional for the application (opt-in for GPDR and so on really). But either way, a failure to poll google analytics should not prevent the application from starting. It starts fine when I turn off the blocking, but that's not something I'm interested in doing as a regular occurrence. And future polls will be blocked.. so hopefully they don't crash it too.
We made the decision around this to just remove it a couple of weeks back in https://github.com/ShokoAnime/ShokoServer/commit/f1df639ccc1a9f73944e762a7c1017929e83efab since we don’t use it, the latest daily has these changes
ideally (and from initial tests on implementation) it shouldn’t have thrown these errors and just ignored them
Sounds good, thanks for following up!
VERSION INFORMATION
Server Version: docker shokoanime/server:latest, 4.1.1, 4.1.0, 4.0.1, 4.0.0
Desktop Version: n/a
LOG FILE
Docker log for all above 4.0.1:
Log for 4.0.1, 4.0.0:
DESCRIPTION
After updating at some point in the last week or two, I get the first log no matter what I do--fresh install, fresh machine, etc. Centos and debian docker both, fresh and previously working data files.
Log is from latest and 4.0.1 respectively, so line numbers might differ for the other versions, but the message/error is the same otherwise.
STEPS TO REPRODUCE
No clue.
Dockerfile:
Shoko is behind traefik reverse proxy that exposes https on 443 and http/whatever on 8111 (because the desktop app will not work with any other port/https configuration I guess).
It was working, connected to my plex/anidb, and everything is broken after updating from version ???? to latest.
Pretty lost really, I'd welcome any ideas how to get it to work. Ditching shoko and going back to shitty Plex matching is not high on my list, but nothing shows up without Shoko when using its metadata plugin so.......
Thanks.