-
Notifications
You must be signed in to change notification settings - Fork 138
bug: handles null pointer exception in youtububeorinstagram method in… #960
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
bug: handles null pointer exception in youtububeorinstagram method in… #960
Conversation
@siddu017 is attempting to deploy a commit to the Saptarshi Sarkar's projects Team on Vercel. A member of the Team first needs to authorize it. |
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah! You did it 🎉 Now, Relax 😉, Grab a drink ☕, and wait for the maintainers to check your contributions. Meanwhile, you can discuss on other issues and solve them 😀. Thank You 😃!
Meanwhile you can also discuss about the project in our Discord Server 😀
… filedownloader(SaptarshiSarkar12#8) Signed-off-by: siddu017 <siddu22522@gmail.com>
Signed-off-by: siddu017 <siddu22522@gmail.com>
Signed-off-by: siddu017 <siddu22522@gmail.com>
Signed-off-by: siddu017 <siddu22522@gmail.com>
Signed-off-by: siddu017 <siddu22522@gmail.com>
e95f56f
to
913b709
Compare
@SaptarshiSarkar12 The PR is ready. Vercel deployment is pending authorization. Please review and approve when you get a chance. Thanks! |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@siddu017 Thank you for the quick fix 😁. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siddu017 Thank you for the great work! 👏
I’ve reviewed your PR. Could you please address the requested changes?
Signed-off-by: siddu017 <siddu22522@gmail.com>
…p.ini file Signed-off-by: siddu017 <siddu22522@gmail.com>
@SaptarshiSarkar12 addressed and resolved the requested changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@siddu017 Looks good to merge 👍.
Thanks for contributing 🚀 🚀.
You may join our Discord server - https://discord.gg/DeT4jXPfkG to get updates about the project.
This PR fixes a NullPointerException that could occur if the download process failed to start.
The method now safely checks if the process was successfully created before attempting to read its output or wait for completion.
Fixes #959