Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

got error when github workflows build #1

Open
umjammer opened this issue May 6, 2020 · 2 comments
Open

got error when github workflows build #1

umjammer opened this issue May 6, 2020 · 2 comments
Labels
bug Something isn't working

Comments

@umjammer
Copy link
Owner

umjammer commented May 6, 2020

  • 🚫 error

github workflows env

Linux fv-az86 5.0.0-1035-azure #37-Ubuntu SMP Wed Mar 18 11:21:35 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
openjdk version "1.8.0_252"
OpenJDK Runtime Environment (Zulu 8.46.0.19-CA-linux64) (build 1.8.0_252-b14)
OpenJDK 64-Bit Server VM (Zulu 8.46.0.19-CA-linux64) (build 25.252-b14, mixed mode)
java.lang.AssertionError
	at okhttp3.internal.platform.Jdk9Platform.getSelectedProtocol(Jdk9Platform.java:69)
	at okhttp3.internal.connection.RealConnection.connectTls(RealConnection.java:285)
	at okhttp3.internal.connection.RealConnection.establishProtocol(RealConnection.java:237)
	at okhttp3.internal.connection.RealConnection.connect(RealConnection.java:148)
	at okhttp3.internal.connection.StreamAllocation.findConnection(StreamAllocation.java:186)
	at okhttp3.internal.connection.StreamAllocation.findHealthyConnection(StreamAllocation.java:121)
	at okhttp3.internal.connection.StreamAllocation.newStream(StreamAllocation.java:100)
	at okhttp3.internal.connection.ConnectInterceptor.intercept(ConnectInterceptor.java:42)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
	at okhttp3.internal.cache.CacheInterceptor.intercept(CacheInterceptor.java:93)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
	at okhttp3.internal.http.BridgeInterceptor.intercept(BridgeInterceptor.java:93)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
	at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept(RetryAndFollowUpInterceptor.java:120)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:92)
	at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:67)
	at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:179)
	at okhttp3.RealCall.execute(RealCall.java:63)
	at svarzee.gps.gpsoauth.Gpsoauth.performMasterLogin(Gpsoauth.java:179)
	at svarzee.gps.gpsoauth.Gpsoauth.performMasterLoginForToken(Gpsoauth.java:196)
	at svarzee.gps.gpsoauth.Gpsoauth.performMasterLoginForToken(Gpsoauth.java:183)
	at svarzee.gps.gpsoauth.Gpsoauth.login(Gpsoauth.java:131)
	at com.github.felixgail.gplaymusic.util.TokenProvider.provideToken(TokenProvider.java:30)
	at vavi.net.auth.oauth2.googleplaymusic.GPMLocalAuthenticator.authorize(GPMLocalAuthenticator.java:43)
  • ✅ no error

my env

$ mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /Users/nsano/.sdkman/candidates/maven/current
Java version: 1.8.0_231, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_231.jdk/Contents/Home/jre
Default locale: ja_JP, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.4", arch: "x86_64", family: "mac"

$ java -version
openjdk version "14.0.1" 2020-04-14
OpenJDK Runtime Environment (build 14.0.1+7)
OpenJDK 64-Bit Server VM (build 14.0.1+7, mixed mode, sharing)

$ java -version                                   
java version "1.8.0_231"
Java(TM) SE Runtime Environment (build 1.8.0_231-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.231-b11, mixed mode)
@umjammer umjammer added the invalid This doesn't seem right label May 6, 2020
@umjammer
Copy link
Owner Author

svarzee/gpsoauth-java#16

@umjammer
Copy link
Owner Author

@umjammer umjammer added bug Something isn't working and removed invalid This doesn't seem right labels Jul 31, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant