Looks to me like a problem with the miniqlx plugin / qlstats, judging by my google hit on this line of code:
self.msg("^1echo Problem fetching {} glicko: {}".format(gt, last_status))
Seems likely to me that the plugin got http error code 500 ("internal server error") from http://qlstats.net:8080/ and those errors are it simply trying to tell you that something was wrong (and possibly not coping perfectly with the error condition).
The good news is the server error with qlstats.net is presumably resolved already.