-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error while populate is running for the summ-example
#3
Comments
Looking into it! |
@ursuad what version of python are you using? |
I'm having the same issue @yasyf. python --version returns Python 2.7.16 |
Actually, after lots of updating & upgrading, I'm getting a different error. pyenv is set to 3.11.2 Running "summ-example", everything works until I click the "populate" button. Then it loads for 50%, and returns the following error: Would really love to try this out (code isn't my strong suit unfortunately) |
I am getting the same error. I suspect that the current The Screen class does not have a Similarly, if I comment out the erroneous line, I get a new error. This error points to the calling function not having the same number of positional arguments as expected. Is there a stable version that I can revert to? |
Following up from my previous post, it looks like textual has updated its API in version 0.14 to drop the ‘post_no_wait’ method. My current suspicion is that this error is caused by incorrect dependency versioning. https://textual.textualize.io/blog/2023/03/09/textual-0140-shakes-up-posting-messages/ |
@jeffcatania ah, that'll do it. I'll pin the dependency |
@willmcgugan breaking changes without a major version bump! grumble grumble 😛 |
Textual is zero ver, so it is best to pin or keep a close eye on the release notes...
|
@willmcgugan fair enough! will do :) |
@jeffcatania should be fixed in |
Hi, I'm just running the
summ-example
command.If I click on the screen while the populate is running (on the interface and on the name of the text files on the left), I get the following error and the program crashes:
The text was updated successfully, but these errors were encountered: