You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Describe the bug
The games cannot be recreated sometimes in k8s mode after the most recent PR (see additional context below). Not sure what this is dependant on just yet.
When recreate_game() is called, it tries to delegate the function call to delete_game() at line 80. Then _remove_resources is called for that particular game_id with the string Service.
The function is then retrieved from the dict at the top of _remove_resources and called at line 302. That returns the following:
delete_namespaced_service() takes 3 positional arguments but 4 were given.
To Reproduce
Not sure. Needs investigating. Happens on my branch worker_owners right now but I'm 99% sure this is an issue on master too.
Checkout commit dd1827c if you want to test this out but it seems dependant on the previous state of the database.
Expected behavior
To recreate games fine without error.
Screenshots
Desktop (please complete the following information):
Describe the bug
The games cannot be recreated sometimes in k8s mode after the most recent PR (see additional context below). Not sure what this is dependant on just yet.
When
recreate_game()
is called, it tries to delegate the function call todelete_game()
at line 80. Then_remove_resources
is called for that particular game_id with the stringService
.The function is then retrieved from the dict at the top of
_remove_resources
and called at line 302. That returns the following:delete_namespaced_service() takes 3 positional arguments but 4 were given
.To Reproduce
Not sure. Needs investigating. Happens on my branch
worker_owners
right now but I'm 99% sure this is an issue on master too.Checkout commit dd1827c if you want to test this out but it seems dependant on the previous state of the database.
Expected behavior
To recreate games fine without error.
Screenshots
Desktop (please complete the following information):
Additional context
Introduced through #715.
The text was updated successfully, but these errors were encountered: