Closed robbmanes closed 1 year ago
Further testing shows this only occurs when the send_player_message
is invoked asynchronously, leading me to believe somehow our session response is being overwritten when we do get_player_list
as well.
Commenting out send_player_message
resolves the problem, which further cements the need for a handler CRCON http library that is async capable.
Describe the bug During
update_seeders
we're having tracebacks due to a boolean somehow being returned as a key of a dict it seems:This causes incorrect seeding times as the
update_seeders
method bails.To Reproduce Only happens during seeders, and only when certain players are present, although I am not sure what the criteria is.
Expected behavior Obviously a string for the RCON name should be returned here, never a bool, and I am unsure how we're getting here. Looking into it.