-
Notifications
You must be signed in to change notification settings - Fork 1
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
Errors When Running the Demo #1
Comments
thanks for the detailed report. Good news. no new release required. only documentation fixes those issues. |
tests are now all passing. The documentation was updated to reflect best pratice. |
Excellent, thank you @jvmvik! It works now! My only further recommendation is to revise the Usage section of the Readme to reflect a few of the points addressed above.
The current documentation reads:
My suggestion is just to capitalize API_KEY and use
|
Currently, the Demo can't be run by following the directions in the README. Hopefully we can either update the readme to reflect the necessary process, or make any fixes needed.
I ran into the following issues, some of which also occurred with the older google-search-results-java:
make
, "API_KEY" needs to be capitalized or it will return an errorWe need to run
make all
ormake init
to initialize the gradle wrapper in the demo folder.make dep
:This occurs regardless of whether the local .jar file or downloading from Jitpack is indicated in
build.gradle
. It seems to only occur in this library, not in the old google-search-results-java library.make build
, I run into one of two issues depending on how the dependency is declared inbuild.gradle
.If
implementation fileTree(dir: "./libs", includes: ['*.jar'])
is uncommented, I run into a similar issue to the one reported here.Also, there are some deprecation warnings from Gradle:
If
implementation 'com.github.serpapi:serpapi:1.0.0'
is uncommented I get the following error:The text was updated successfully, but these errors were encountered: