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
After rebasing NewPipeExtractor to the latest dev branch 5c420340ceb3912b7f54e2df7eb4e27c401f0536, TeamNewPipe/NewPipeExtractor#158 breaks the code in NewPipe
Error log
> Task :app:kaptDebugKotlin FAILED
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:47: error: cannot find symbol
public class Downloader implements org.schabi.newpipe.extractor.Downloader {
^
symbol: class Downloader
location: package org.schabi.newpipe.extractor
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:117: error: cannot find symbol
public String download(String siteUrl, Localization localization) throws IOException, ReCaptchaException {
^
symbol: class Localization
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:191: error: cannot find symbol
public DownloadResponse get(String siteUrl, DownloadRequest request) throws IOException, ReCaptchaException {
^
symbol: class DownloadRequest
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:191: error: cannot find symbol
public DownloadResponse get(String siteUrl, DownloadRequest request) throws IOException, ReCaptchaException {
^
symbol: class DownloadResponse
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:228: error: cannot find symbol
public DownloadResponse get(String siteUrl) throws IOException, ReCaptchaException {
^
symbol: class DownloadResponse
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:233: error: cannot find symbol
public DownloadResponse post(String siteUrl, DownloadRequest request) throws IOException, ReCaptchaException {
^
symbol: class DownloadRequest
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:233: error: cannot find symbol
public DownloadResponse post(String siteUrl, DownloadRequest request) throws IOException, ReCaptchaException {
^
symbol: class DownloadResponse
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:282: error: cannot find symbol
public DownloadResponse head(String siteUrl) throws IOException, ReCaptchaException {
^
symbol: class DownloadResponse
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/Downloader.java:282: error: cannot find symbol
public DownloadResponse head(String siteUrl) throws IOException, ReCaptchaException {
^
symbol: class DownloadResponse
location: class Downloader
e: NewPipe/app/src/main/java/org/schabi/newpipe/util/Localization.java:72: error: cannot find symbol
public static org.schabi.newpipe.extractor.utils.Localization getPreferredExtractorLocal(Context context) {
^
symbol: class Localization
location: package org.schabi.newpipe.extractor.utils
w: [kapt] Incremental annotation processing requested, but support is disabled because the following processors are not incremental: androidx.room.RoomProcessor (NON_INCREMENTAL), icepick.processor.IcepickProcessor (NON_INCREMENTAL), com.google.auto.service.processor.AutoServiceProcessor (NON_INCREMENTAL).
After rebasing
NewPipeExtractor
to the latest dev branch5c420340ceb3912b7f54e2df7eb4e27c401f0536
, TeamNewPipe/NewPipeExtractor#158 breaks the code in NewPipeError log
The text was updated successfully, but these errors were encountered: