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
It's seems to not working on my side, I think I've missed nothing because if anderstand well I've nothing to do when I run the Sample with the Teams Toolkit.
README says we need to generate certificates, but the documentation of NodeJS Sample seems to be related to CSharp Sample.
When I read the code of helpers/certificate-helper.js, it's seems certificates are generated if we don't provide them.
I run the Sample, Teams open, I chose a conversation to add it, then... Nothing happend.
On the VS Code console I've this : Server listening to: undefined
> meeting-notification-bot@1.0.0 dev
> nodemon --inspect=9239 --signal SIGINT ./index.js
[nodemon] 2.0.20
[nodemon] to restart at any time, enter `rs`
[nodemon] watching path(s): *.*
[nodemon] watching extensions: js,mjs,json
[nodemon] starting `node --inspect=9239 ./index.js`
Debugger listening on ws://127.0.0.1:9239/f87c9d00-3015-4133-9079-fbb7da0ceee7
For help, see: https://nodejs.org/en/docs/inspector
(node:19096) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
(node:19096) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(node:19096) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
Server listening to: undefined
Debugger attached.
Could someone try on his side and tell me if he/she have the same issue?
Regards,
Loïc.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for the Sample.
It's seems to not working on my side, I think I've missed nothing because if anderstand well I've nothing to do when I run the Sample with the Teams Toolkit.
README says we need to generate certificates, but the documentation of NodeJS Sample seems to be related to CSharp Sample.
When I read the code of helpers/certificate-helper.js, it's seems certificates are generated if we don't provide them.
I run the Sample, Teams open, I chose a conversation to add it, then... Nothing happend.
On the VS Code console I've this :
Server listening to: undefined
Could someone try on his side and tell me if he/she have the same issue?
Regards,
Loïc.
The text was updated successfully, but these errors were encountered: