Results 1 comments of Orda

The error messages indicate that there is an issue with the code that attempts to concatenate a NoneType and an int in the log_emitter function. To fix this, you can...