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

Fixed runtime error in viewing registered slot #23

Merged
merged 3 commits into from
Jul 4, 2024

Conversation

JustTheCoolest
Copy link
Contributor

@JustTheCoolest JustTheCoolest commented Jul 4, 2024

The error:
WhatsApp Image 2024-07-04 at 17 15 27_df9e8d90

The fix:
First, I just handled the error and wrote a clearer error page.
But it turns out that the function (SlotSelect) gets called multiple times already (I don't know why). And since the first (failed) function call no longer gives a runtime error, the next few tries end up with the correct answer. The user neither sees the initial runtime error nor the error page that I wrote.

@WizzyGeek WizzyGeek merged commit 6b04893 into lugvitc:main Jul 4, 2024
@WizzyGeek
Copy link
Contributor

LGTM, thanks for the fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants