-
Notifications
You must be signed in to change notification settings - Fork 193
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
运行trolli出现'NoneType' object has no attribute 'width'错误 #102
Comments
我将 |
I installed flet==0.3.2 which temporarily solved the issue. What might be the cause ? Trelloi needs to get updated |
That's right. |
@FeodorFitsner Are you guys not planning to fix this? I'm blocked because of this. was planning to propose flet for development to my org but now I can't. |
@sumitkanoje you mean fixing Trolli app? |
@FeodorFitsner not the Trolli app but the issue that causes this error in Trolli app? or let me know any way to fix this without downgrading the app? As mentioned by @get-Resource |
In same issue |
我安装以下步骤运行,然后收到'NoneType' object has no attribute 'width'异常
经过分析发现在
src\main.py:83 self.page.update()
后self.page就会等于None跟踪下去是
flet_core\page.py:466 ctrl.page = None
将其赋值为None请问是什么问题导致的呢,以下是我的版本
The text was updated successfully, but these errors were encountered: