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

NewPipeExtractor latest dev branch breaks NewPipe code #2813

Closed
3 tasks done
timfbfbfbfb opened this issue Nov 17, 2019 · 1 comment
Closed
3 tasks done

NewPipeExtractor latest dev branch breaks NewPipe code #2813

timfbfbfbfb opened this issue Nov 17, 2019 · 1 comment

Comments

@timfbfbfbfb
Copy link

timfbfbfbfb commented Nov 17, 2019

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).
@timfbfbfbfb
Copy link
Author

Seems fixed in the latest dev branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant