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

Weird line breaks (?) in error messages from AppConsole #29

Open
snowNnik opened this issue Oct 31, 2024 · 0 comments
Open

Weird line breaks (?) in error messages from AppConsole #29

snowNnik opened this issue Oct 31, 2024 · 0 comments
Labels
bug Something isn't working package 1 Issue to close before first packaging 11/30/24

Comments

@snowNnik
Copy link
Contributor

Python error messages are split weirdly into multiple lines.
image
It's supposed to look like the Python interpreter's output for errors:
image
Runtime might be splitting some log text into multiple log packets. Since we give each log packet its own line, this makes the message span multiple lines. How can we know when a log line should actually end?

@snowNnik snowNnik added the bug Something isn't working label Oct 31, 2024
@Hal-9k1 Hal-9k1 added the package 1 Issue to close before first packaging 11/30/24 label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package 1 Issue to close before first packaging 11/30/24
Projects
None yet
Development

No branches or pull requests

2 participants