Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph-meeting-notification/nodejs > Server listening to: undefined + CertificateDocumentation is related to CSharp not NodeJS #1243

Open
ldenuit-syd opened this issue Apr 23, 2024 · 3 comments
Assignees

Comments

@ldenuit-syd
Copy link

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

> 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.

@Meghana-MSFT
Copy link

Could you please confirm if you are trying to run the sample using Teams Toolkit only or are you facing the issue while running manually as well?

@ldenuit-syd
Copy link
Author

Hello,
Only with Teams Toolkit, I can run others samples like this one with Teams Toolkit, and I face no issue: https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/samples/graph-change-notification/nodejs

@Meghana-MSFT
Copy link

Thank you for confirming, we will check this and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants