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
Hello.
I'm trying to use github search API and sometimes got NPE. (tailApiUrl is null)
Exception in thread "main" java.lang.NullPointerException
at org.kohsuke.github.GitHub.getApiURL(GitHub.java:297)
at org.kohsuke.github.Requester.asStream(Requester.java:327)
at org.kohsuke.github.GHContent.read(GHContent.java:117)
Used version: org.kohsuke:github-api:1.92
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to use github search API and sometimes got NPE. (tailApiUrl is null)
Used version:
org.kohsuke:github-api:1.92
The text was updated successfully, but these errors were encountered: