-
Notifications
You must be signed in to change notification settings - Fork 100
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
Update protobuf to v6 to resolve npm security warning #56
Conversation
Fixes: #54
I tried it out on my code but looks like one of the parameters to protobuf is missing:
|
@dsteinman Thanks for giving it a shot. Can you run the code again, but enable the debug logs this time? Just run your script with the DEBUG='castv2' node your-script.js |
The only difference is these additional debug lines from right before that error.
|
@dsteinman Thank you. That was very helpful. I just made some changes that should fix the problem. Can you try again once more with the latest code? |
Looks like that might be working, but I can't 100% confirm because the rest of my code no longer works :/
Looks okay and no errors. But |
Hi @feross I just tried this PR with my code (via https://github.com/thibauts/node-castv2-client), and it works just like before. So LGTM! |
@feross please let me know if there are specific checks or tests you'd like me to do. |
@vincentcr This is good enough for me. I'll merge and release a new version. |
Released [email protected]. |
Awesome, thanks @feross |
I need help confirming that this PR works as intended. I do not have a chromecast handy at the moment.