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
Describe the bug
On the progress tab, when the output text reaches the view limit, the app crashes. I found that the issue lies in the inference.py -> def write -> self.CONSOLE.ScrollLines(1). I believe that when it reaches the end of the screen, it tries to scroll the page, but the scroll component doesn't exist yet and it crashes.
To Reproduce
Steps to reproduce the behavior:
Go to the 'Settings' tab. (select some audio files)
Click on 'Start'.
Navigate to the 'Progress' tab.
Wait until the console text reaches the end of the screen.
Expected behavior
The app will crash.
Screenshots
Desktop (please complete the following information):
OS: Windows 11
Browser: Brave
Version 1.65.132
Additional context
You can reduce the window height to speed up the error.
The text was updated successfully, but these errors were encountered:
Describe the bug
On the progress tab, when the output text reaches the view limit, the app crashes. I found that the issue lies in the
inference.py -> def write -> self.CONSOLE.ScrollLines(1)
. I believe that when it reaches the end of the screen, it tries to scroll the page, but the scroll component doesn't exist yet and it crashes.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The app will crash.
Screenshots
Desktop (please complete the following information):
Additional context
You can reduce the window height to speed up the error.
The text was updated successfully, but these errors were encountered: