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
I just created a new azure function project (HttpTrigger) and then tried to debug it, I then got the error Failed to attach (connect ECONNREFUSED 127.0.0.1:9091)
From what I've gathered so far, it seems to indicate that python debugger tried to attach before function host had fully started. I've tried various suggested tweaks in launch.json and tasks.json but none have worked for me.
Uh oh!
There was an error while loading. Please reload this page.
Python Extention: 2019.1.0
Azure Functions: 0.13.1
CLI: 2.4.317
I just created a new azure function project (HttpTrigger) and then tried to debug it, I then got the error Failed to attach (connect ECONNREFUSED 127.0.0.1:9091)
From what I've gathered so far, it seems to indicate that python debugger tried to attach before function host had fully started. I've tried various suggested tweaks in launch.json and tasks.json but none have worked for me.
launch.json
tasks.json
Terminal printed out the message below before the error window popped up
The text was updated successfully, but these errors were encountered: