That's PythonDbg.log, not PythonErr.log.
The above instruction was to turn off Hide Python Exceptions, not logging. That should raise on-screen alerts if Python errors occur. Nasa hasn't reported any messages, so we can probably assume there are none when the problem occurs.
You have to turn on logging to get errors in PythonErr.log:
; Enable the logging system
LoggingEnabled = 1
The above instruction was to turn off Hide Python Exceptions, not logging. That should raise on-screen alerts if Python errors occur. Nasa hasn't reported any messages, so we can probably assume there are none when the problem occurs.
You have to turn on logging to get errors in PythonErr.log:
; Enable the logging system
LoggingEnabled = 1