Replies: 1 comment 2 replies
-
I cannot reproduce this. What version of Glamorous Toolkit is this on? And what OS? (Admittedly the latter shouldn’t matter, but I’m trying to narrow it down) ![]() |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use gtoolkit to explore some Python code. I would like to open a Python file and use the LSP to get a list of all of the classes in the file. Here is my current attempt:
However, at the last step, I get an
AsyncFutureExecutionError
which I don't understand:The error message is "AssertionFailure: Block already polled". Am I doing something wrong when trying to wait the future?
Beta Was this translation helpful? Give feedback.
All reactions