We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--verbose
newman -v
newman run --verbose ...
$ newman run --verbose ... [...] ┌ ↓ text/plain ★ text ★ plain ★ utf8 ★ 3.13kB │ Traceback (most recent call last): │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/middleware/errors.py", line 164, in __call__ │ await self.app(scope, receive, _send) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/middleware/exceptions.py", line 65, in __call__ │ await wrap_app_handling_exceptions(self.app, conn) │ (scope, receive, send) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/_exception_handler.py", line 64, in wrapped_app │ raise exc │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/_exception_handler.py", line 53, in wrapped_app │ await app(scope, receive, sender) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/routing.py", line 756, in __call__ │ await self.middleware_stack(scope, receive, send) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/routing.py", line 776, in app │ await route.handle(scope, receive, send) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/routing.py", line 297, in handle │ await self.app(scope, receive, send) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/routing.py", line 77, in app │ await wrap_app_handling_exceptions(app, request)(s │ cope, receive, send) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/_exception_handler.py", line 64, in wrapped_app │ raise exc │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/_exception_handler.py", line 53, in wrapped_app │ await app(scope, receive, sender) │ File "/usr/local/lib/python3.11/site-packages/starle │ tte/routing.py", line 72, in app │ response = await func(request) │ ^^^^^^^^^^^^^^^^^^^ │ File "/usr/local/lib/python3.11/site-packages/fastap │ i/routing.py", line 269, in app │ solved_result = await solve_dependencies( │ ^^^^^^^^^^^^^^^^^^^^^^^^^ │ File "/usr/local/lib/python3.11/site-packages/fastap │ i/dependencies/utils.py", line 600, in solve_dependenc │ ies │ solved = await call(**sub_values) │ ^^^^^^^^^^^^^^^^^^^^^^^^ │ File "/src/JWTBearer.py", line 53, in __call__ │ jwt_cre │ (showing 2.05kB/3.13kB) └
Not truncating stacktraces would be beneficial to debug errors, especially when errors occur on the CI and are more difficult to reproduce locally.
The text was updated successfully, but these errors were encountered:
or maybe truncate the other way round: have the full end and skip the beginning.
Sorry, something went wrong.
redirect to a log file, or maybe increase the terminal output display limit
No branches or pull requests
newman -v
): 6.1.2newman run --verbose ...
Not truncating stacktraces would be beneficial to debug errors, especially when errors occur on the CI and are more difficult to reproduce locally.
The text was updated successfully, but these errors were encountered: