Maaaarden / VSCode-AzureAutomationExtension

8 stars 5 forks source link

ERR next is not a function #39

Open tomasrudh opened 4 years ago

tomasrudh commented 4 years ago

After I have configured the extension this shows up in the developer console:

ERR next is not a function: TypeError: next is not a function at Request._callback (c:\Users\tomas.rudh.vscode\extensions\awesomeautomationteam.azureautomation-1.0.2\modules\AzureAutomation.js:103:16) at Request.self.callback (c:\Users\tomas.rudh.vscode\extensions\awesomeautomationteam.azureautomation-1.0.2\node_modules\request\request.js:185:22) at Request.emit (events.js:200:13) at Request. (c:\Users\tomas.rudh.vscode\extensions\awesomeautomationteam.azureautomation-1.0.2\node_modules\request\request.js:1157:10) at Request.emit (events.js:200:13) at IncomingMessage. (c:\Users\tomas.rudh.vscode\extensions\awesomeautomationteam.azureautomation-1.0.2\node_modules\request\request.js:1079:12) at Object.onceWrapper (events.js:288:20) at IncomingMessage.emit (events.js:205:15) at endReadableNT (_stream_readable.js:1154:12) at processTicksAndRejections (internal/process/task_queues.js:84:9)

NickolajA commented 4 years ago

I get the same, unfortunately. Can't get this extension to work at all.

Maaaarden commented 2 years ago

Hi @tomasrudh and @NickolajA

First - Sorry for the lack of response on this matter. Second - I'm not quite sure what triggers this error for you guys - i've just tried installing fresh on my laptop, no issues connecting.

Longshot - is the Automation Account empty? Meaning, does it contain any runbooks?

Regards