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
[~]$ ag https://raw.githubusercontent.com/asyncapi/generator/v1.0.1/test/docs/dummy.yml https://github.com/asyncapi/template-for-generator-templates -o output
(node:4244) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
(Use `node --trace-deprecation ...` to show where the warning was created)
Something went wrong:
FetchError: request to https://raw.githubusercontent.com/asyncapi/generator/v1.0.1/test/docs/dummy.yml failed, reason:
at ClientRequest.<anonymous> (/Users/nguyenduchieu/.nvm/versions/node/v22.7.0/lib/node_modules/@asyncapi/generator/node_modules/node-fetch/lib/index.js:1501:11)
at ClientRequest.emit (node:events:520:28)
at emitErrorEvent (node:_http_client:103:11)
at TLSSocket.socketErrorListener (node:_http_client:506:5)
at TLSSocket.emit (node:events:520:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
Expected behavior
Succeed with no error
Screenshots
How to Reproduce
Run
ag https://raw.githubusercontent.com/asyncapi/generator/v1.0.1/test/docs/dummy.yml https://github.com/asyncapi/template-for-generator-templates -o output
what ag version are you using. Also fetched resource is referenced correctly, are you sure you are not somewhere in internal company network behind some firewall that might block fetching?
Describe the bug.
Expected behavior
Succeed with no error
Screenshots
How to Reproduce
Run
as described at https://github.com/asyncapi/template-for-generator-templates?tab=readme-ov-file#template-development-hints
🥦 Browser
Google Chrome
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
None
The text was updated successfully, but these errors were encountered: