I get a message saying:
Traceback (most recent call last):
File "/var/www/fosa/error_supressor.py", line 46, in <module>
sys.stderr.write(latest + '\n')
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
I’ve been trying to solve this problem for several days now, but to be honest, I'm a rocky programmer. Therefore, let me build a problem and see if there is a patient who can save time on solving the modest problem of a stranger :-)
Also, when I check my error log, I find this error message, which I suspect is related:
File "/var/www/fosa/app/controllers/client/client.py", line 601, in detail
if not course.bookable or not course.school.partner.active:
AttributeError: 'NoneType' object has no attribute 'bookable'
source
share