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

Fix SearchInfo's non-null MetaInfo being null when initialized or when an extraction error occurs #1141

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

Stypox
Copy link
Member

@Stypox Stypox commented Dec 21, 2023

The meta info might have been null either when SearchInfo is first initialized, or when extractor.getMetaInfo() throws an exception in getInfo(). This caused NewPipe to crash instead of showing a nice error in https://www.reddit.com/r/youtube/comments/184ttmw/what_exactly_about_blue_whales_has_youtube_so/. The meta info extraction for sensitive queries will be fixed in #1135.

The meta info might have been null either when SearchInfo is first initialized, or when extractor.getMetaInfo() throws an exception in getInfo().
This caused NewPipe to crash instead of showing a nice error in https://www.reddit.com/r/youtube/comments/184ttmw/what_exactly_about_blue_whales_has_youtube_so/.
@AudricV AudricV changed the title Fix SearchInfo's @Nonnull meta info being null Fix SearchInfo's non-null MetaInfo being null Dec 21, 2023
@AudricV AudricV added bug Issue is related to a bug multiservice Issues related to multiple services labels Dec 21, 2023
@AudricV AudricV changed the title Fix SearchInfo's non-null MetaInfo being null Fix SearchInfo's non-null MetaInfo being null when initialized or when an extraction error occurs Dec 21, 2023
@AudricV AudricV merged commit 0518487 into TeamNewPipe:dev Dec 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug multiservice Issues related to multiple services
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants