Skip to content
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

Fancy UI can break while accumulating output #4

Open
vector-of-bool opened this issue Apr 20, 2022 · 0 comments
Open

Fancy UI can break while accumulating output #4

vector-of-bool opened this issue Apr 20, 2022 · 0 comments

Comments

@vector-of-bool
Copy link
Owner

C:\Users\Colby\AppData\Local\pypoetry\Cache\virtualenvs\...-py3.9\lib\site-packages\dagon\event\event.py:78: UserWarning: An event handler function raised an exception. It has been ignored. Traceback (most recent call last):
  File "C:\Users\Colby\AppData\Local\pypoetry\Cache\virtualenvs\...-py3.9\lib\site-packages\dagon\event\event.py", line 75, in emit
    h(value)
  File "C:\Users\Colby\AppData\Local\pypoetry\Cache\virtualenvs\...-py3.9\lib\site-packages\dagon\ui\fancy.py", line 307, in _on_message
    self._append_message(msg)
  File "C:\Users\Colby\AppData\Local\pypoetry\Cache\virtualenvs\...-py3.9\lib\site-packages\dagon\ui\fancy.py", line 294, in _append_message
    self._pending_output += text + '\n'
TypeError: unsupported operand type(s) for +: 'method' and 'str'


  warnings.warn(f'An event handler function raised an exception. It has been ignored. {tb}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant