Roger Marlow
Roger Marlow
I have raised PR #44 to fix this.
I get the same problem: ``` $ npm start > [email protected] start /Users/rogermarlow/github/slack-traductor > babel-node index.js Error: no auth mechanism defined at Auth.onRequest (/Users/rogermarlow/github/slack-traductor/node_modules/request/lib/auth.js:133:32) at Request.auth (/Users/rogermarlow/github/slack-traductor/node_modules/request/request.js:1270:14) at Request.init (/Users/rogermarlow/github/slack-traductor/node_modules/request/request.js:379:10)...
The problem seems to be with the Azure Text Translation service. I haven't figured it out completely but currently I just get "no response" replies from the Azure end-points, event...
This has failed at appveyor because of a github connectivity issue rather than a test failure. I don't know how to re-run the job so I will push a trivial...
I am having similar problems, although I think there are two separate problems here. I use kamal 2.1.1 to deploy from my MBP to three low cost Ubuntu servers. The...
**Update**: the problem is `docker buildx` running locally. It connects every few minutes to the remote host, not sure why, I don't want a build, but it leaves a `docker...
**Update 2:** as we don't strictly need to use a remote builder, we dropped the `remote` option and build locally instead. We also had to go into Docker Desktop for...