Closed Adrthegamedev closed 1 year ago
That whole thing is in a if not is_private:
block so it shouldn't be getting called for private jobs…
https://github.com/frozenpandaman/s3s/blob/1f81a756d7f1f0665126af466e36e7a6f70f2972/s3s.py#L853
As we discussed on Discord, it's possible that it's trying to get title_before
and such from a previous private job. Or a job that you disconnected from.
Fixed in 3ea8061.
As part of a bug that appears to have been broken with this commit,
title_exp_before
still incorrectly tries to get calculated when there was a private job, causing at least this crash: