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

Initi failing with: Unterminated string at character 57 #34

Open
timobure opened this issue Mar 27, 2024 · 1 comment
Open

Initi failing with: Unterminated string at character 57 #34

timobure opened this issue Mar 27, 2024 · 1 comment

Comments

@timobure
Copy link

timobure commented Mar 27, 2024

This error appears on SDK initialization in release builds. Weirdly, Debug build uses the webview and somehow circumvents the error.

Environment:

  • Flutter: 3.19.4
  • Dart: 3.3.2
  • ext.kotlin_version: 1.9.22
FATAL EXCEPTION: main
E/AndroidRuntime(20834): Process: io.poola.app, PID: 20834
E/AndroidRuntime(20834): rm.b: Unterminated string at character 57
E/AndroidRuntime(20834):        at rm.e.h(Unknown Source:21)
E/AndroidRuntime(20834):        at rm.e.f(SourceFile:14)
E/AndroidRuntime(20834):        at rm.e.g(SourceFile:15)
E/AndroidRuntime(20834):        at rm.c.<init>(SourceFile:14)
E/AndroidRuntime(20834):        at rm.c.<init>(SourceFile:24)
E/AndroidRuntime(20834):        at com.paypal.pyplcheckout.data.api.calls.CancelUrlApi.createService(SourceFile:5)
E/AndroidRuntime(20834):        at com.paypal.pyplcheckout.data.api.BaseApi.enqueueRequest(SourceFile:6)
E/AndroidRuntime(20834):        at com.paypal.pyplcheckout.data.repositories.Repository.fetchCancelURL(Unknown Source:12)
E/AndroidRuntime(20834):        at com.paypal.checkout.PayPalCheckout$handleLaunchOrder$1.invoke(SourceFile:3)
E/AndroidRuntime(20834):        at com.paypal.checkout.PayPalCheckout$handleLaunchOrder$1.invoke(SourceFile:1)
E/AndroidRuntime(20834):        at com.paypal.checkout.createorder.CreateOrderActions$createOrder$1.invokeSuspend(SourceFile:15)
E/AndroidRuntime(20834):        at kotlin.coroutines.jvm.internal.a.resumeWith(SourceFile:4)
E/AndroidRuntime(20834):        at kotlinx.coroutines.b1.run(SourceFile:18)
E/AndroidRuntime(20834):        at android.os.Handler.handleCallback(Handler.java:938)
E/AndroidRuntime(20834):        at android.os.Handler.dispatchMessage(Handler.java:99)
E/AndroidRuntime(20834):        at android.os.Looper.loopOnce(Looper.java:226)
E/AndroidRuntime(20834):        at android.os.Looper.loop(Looper.java:313)
E/AndroidRuntime(20834):        at android.app.ActivityThread.main(ActivityThread.java:8663)
E/AndroidRuntime(20834):        at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(20834):        at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:567)
E/AndroidRuntime(20834):        at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1135)
E/AndroidRuntime(20834):        Suppressed: kotlinx.coroutines.z0: [w2{Cancelling}@2b1b4ca, Dispatchers.Main]
@harrowmykel
Copy link
Owner

Does this work now?

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

2 participants