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

PatternSyntaxException when deploy on AndroidTV #28

Closed
M4NN3 opened this issue Nov 24, 2022 · 0 comments
Closed

PatternSyntaxException when deploy on AndroidTV #28

M4NN3 opened this issue Nov 24, 2022 · 0 comments

Comments

@M4NN3
Copy link

M4NN3 commented Nov 24, 2022

There is a PatternSyntaxException when compiling to Android TV API 21
E/AndroidRuntime: FATAL EXCEPTION: OkHttp Dispatcher java.util.regex.PatternSyntaxException: Syntax error in regexp pattern near index 45: https://docs\.google\.com/spreadsheets/d/(?<docId>.+)/(?<params>.+) ^ at java.util.regex.Pattern.compileImpl(Native Method) at java.util.regex.Pattern.compile(Pattern.java:411) at java.util.regex.Pattern.<init>(Pattern.java:394) at java.util.regex.Pattern.compile(Pattern.java:381) at kotlin.text.Regex.<init>(Regex.kt:89) at com.github.theapache64.retrosheet.RetrosheetInterceptor$Companion$URL_REGEX$2.invoke(RetrosheetInterceptor.kt:48) at com.github.theapache64.retrosheet.RetrosheetInterceptor$Companion$URL_REGEX$2.invoke(RetrosheetInterceptor.kt:47) at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) at com.github.theapache64.retrosheet.RetrosheetInterceptor$Companion.getURL_REGEX(RetrosheetInterceptor.kt:47) at com.github.theapache64.retrosheet.RetrosheetInterceptor$Companion.access$getURL_REGEX(RetrosheetInterceptor.kt:38) at com.github.theapache64.retrosheet.RetrosheetInterceptor.getModifiedRequest(RetrosheetInterceptor.kt:262) at com.github.theapache64.retrosheet.RetrosheetInterceptor.getRetrosheetResponse(RetrosheetInterceptor.kt:179) at com.github.theapache64.retrosheet.RetrosheetInterceptor.intercept(RetrosheetInterceptor.kt:169) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:142) at okhttp3.internal.http.RealInterceptorChain.proceed(RealInterceptorChain.java:117) at okhttp3.RealCall.getResponseWithInterceptorChain(RealCall.java:229) at okhttp3.RealCall$AsyncCall.execute(RealCall.java:172) at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1112) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:587) at java.lang.Thread.run(Thread.java:818)

@M4NN3 M4NN3 closed this as completed May 18, 2023
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