Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

ytextractor.ExtractorException: Error While getting Youtube Data:Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference #43

@niteshfel

Description

@niteshfel

ytextractor.ExtractorException: Error While getting Youtube Data:Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference

I found this exception when extract video :
example.ytextractor.YoutubeStreamExtractor.doInBackground(YoutubeStreamExtractor.java:151)
example.ytextractor.YoutubeStreamExtractor.doInBackground(YoutubeStreamExtractor.java:25)

On line number 151 of class YoutubeStreamExtractor
LogUtils.log(Arrays.toString(e.getStackTrace()));
Ex = new ExtractorException("Error While getting Youtube Data:" + e.getMessage());
this.cancel(true);

please check this ASAP @nhCoder

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions