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
invalid command name "2123019874816update"
while executing
"2123019874816update"
("after" script)
If I replace async_mainloop() with main_loop() it closes without a message. Async functions in my larger app work just fine but I am unable to terminate it without this message appearing. I have tried #2283 as well as destroying all widgets individually and then the app itself but no luck. I get slightly different messages depending on when the program exits. In my main app I have an async function wired to a button.
If I exit immediately on startup the message is:
invalid command name "2156938685440check_dpi_scaling"
while executing
"2156938685440check_dpi_scaling"
("after" script)
invalid command name "2156936779136update"
while executing
"2156936779136update"
("after" script)
Clicking the button and exiting after the async function fully executes gives me a different command name:
invalid command name "2085764248448<lambda>"
while executing
"2085764248448<lambda>"
("after" script)
invalid command name "2085764248320update"
while executing
"2085764248320update"
("after" script)
The text was updated successfully, but these errors were encountered:
When running this code and closing the window via WM_DELETE_WINDOW:
I get back:
If I replace async_mainloop() with main_loop() it closes without a message. Async functions in my larger app work just fine but I am unable to terminate it without this message appearing. I have tried #2283 as well as destroying all widgets individually and then the app itself but no luck. I get slightly different messages depending on when the program exits. In my main app I have an async function wired to a button.
If I exit immediately on startup the message is:
Clicking the button and exiting after the async function fully executes gives me a different command name:
The text was updated successfully, but these errors were encountered: