Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception during map change not shown #534

Open
1AmYF opened this issue Aug 10, 2019 · 0 comments
Open

Exception during map change not shown #534

1AmYF opened this issue Aug 10, 2019 · 0 comments
Labels
bug This issue reports a bug in piqueserver code and/or docs priority:normal This issue has a limited impact or is only noticable in specific circumstances

Comments

@1AmYF
Copy link
Contributor

1AmYF commented Aug 10, 2019

When a script raises an exception during on_map_change like here

raise ArenaException(

it will go silent and only appears in log when the server is shutting down. I suspect it has something to do with this function being async
async def set_map_name(self, rot_info: RotationInfo) -> None:

To reproduce, set game mode to Arena or Push and load any map without a txt file.

@1AmYF 1AmYF added bug This issue reports a bug in piqueserver code and/or docs triage The Priority of this Bug has not been decided yet. labels Aug 10, 2019
@NotAFile NotAFile added priority:normal This issue has a limited impact or is only noticable in specific circumstances and removed triage The Priority of this Bug has not been decided yet. labels Aug 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue reports a bug in piqueserver code and/or docs priority:normal This issue has a limited impact or is only noticable in specific circumstances
Projects
None yet
Development

No branches or pull requests

2 participants