-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
Milestone
Description
Occasionally when trying to report errors, some encoding issue happens in the pop up either does not appear or appears without the information it should have. The console Is also often polluted with stuff like
Parse Error: #x27;NoneType' object has no attribute 'string'</p> code: Unexpected character
Parse Error: 27;NoneType' object has no attribute 'string'</p> code: Unexpected character
Parse Error: 7;NoneType' object has no attribute 'string'</p> code: Unexpected character
Parse Error: #x27; code: Unknown entity
Parse Error: #x27; object has no attribute 'string'</p> code: Unexpected character
Parse Error: 27; object has no attribute 'string'</p> code: Unexpected character
Parse Error: 7; object has no attribute 'string'</p> code: Unexpected character
Parse Error: #x27; code: Unknown entity
Parse Error: #x27;string'</p> code: Unexpected character
Parse Error: 27;string'</p> code: Unexpected character
Parse Error: 7;string'</p> code: Unexpected character
Parse Error: #x27; code: Unknown entity
Parse Error: #x27;</p> code: Unexpected character
Parse Error: 27;</p> code: Unexpected character
Parse Error: 7;</p> code: Unexpected character
Parse Error: #x27; code: Unknown entity
Need to fix this at some point