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
On using cli inside of docker and running any commands can see unusual Abort log in console output .
Example :
Using generate command inside docker
Sample generate Command -
docker run --rm -it --user=root --network host -v ${PWD}/example:/app/example -v ${PWD}/output:/app/output asyncapi/cli generate fromTemplate https://bit.ly/asyncapi @asyncapi/[email protected] -o example --use-new-generator
Here is the complete output -
AsyncAPI anonymously tracks command executions to improve the specification and tools, ensuring no sensitive data reaches our servers. It aids in comprehending how AsyncAPI tools are used and adopted, facilitating ongoing improvements to our specifications and tools.
To disable tracking, please run the following command:
asyncapi config analytics --disable
Once disabled, if you want to enable tracking back again then run:
asyncapi config analytics --enable
Skipping submitting anonymous metrics due to the following error: AbortError: This operation was aborted
┌ AsyncAPI Generator
│
◐ Generation in progress. Keep calm and wait a bit[BABEL] Note: The code generator has deoptimised the styling of /libraries/node_modules/generator-v2/node_modules/@asyncapi/html-template/template/js/asyncapi-ui.min.js as it exceeds the max of 500KB.
◇ Check out your shiny new generated files at example.
Skipping submitting anonymous metrics due to the following error: AbortError: This operation was aborted
From the above output this Abort seems unusual out of the blue -
Skipping submitting anonymous metrics due to the following error: AbortError: This operation was aborted
Expected behavior
Should not see non specific AbortError logs during running commands inside docker
Screenshots
How to Reproduce
Run the following command
docker run --rm -it --user=root --network host -v ${PWD}/example:/app/example -v ${PWD}/output:/app/output asyncapi/cli generate fromTemplate https://bit.ly/asyncapi @asyncapi/[email protected] -o example --use-new-generator
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
Describe the bug.
On using cli inside of docker and running any commands can see unusual Abort log in console output .
Example :
Using generate command inside docker
Sample generate Command -
Here is the complete output -
From the above output this Abort seems unusual out of the blue -
Expected behavior
Should not see non specific AbortError logs during running commands inside docker
Screenshots
How to Reproduce
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: