You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been 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
Open
niteshfel opened this issue
Nov 28, 2020
· 0 comments
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);
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
The text was updated successfully, but these errors were encountered: