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

Crash #1

Open
Nikatec opened this issue Mar 3, 2024 · 4 comments
Open

Crash #1

Nikatec opened this issue Mar 3, 2024 · 4 comments

Comments

@Nikatec
Copy link

Nikatec commented Mar 3, 2024

App crashes as soon as Settings gear is pressed

@DataDropp
Copy link
Owner

Hello! Can you show me a logcat of the error?

@sans202
Copy link

sans202 commented Mar 21, 2024

Same here!

@NielSync
Copy link

Hello! Can you show me a logcat of the error?

FATAL EXCEPTION: main
Process: com.lvnvceo.ollamadroid, PID: 13613
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.lvnvceo.ollamadroid/com.lvnvceo.ollamadroid.SettingsActivity}: java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3822)
at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:3963)
at android.app.servertransaction.LaunchActivityItem.execute(LaunchActivityItem.java:103)
at android.app.servertransaction.TransactionExecutor.executeCallbacks(TransactionExecutor.java:139)
at android.app.servertransaction.TransactionExecutor.execute(TransactionExecutor.java:96)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2468)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:294)
at android.app.ActivityThread.main(ActivityThread.java:8248)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:552)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:878)
Caused by: java.lang.IllegalArgumentException: Expected URL scheme 'http' or 'https' but no colon was found
at okhttp3.HttpUrl$Builder.parse$okhttp(HttpUrl.kt:1260)
at okhttp3.HttpUrl$Companion.get(HttpUrl.kt:1633)
at okhttp3.Request$Builder.url(Request.kt:184)
at com.lvnvceo.ollamadroid.SettingsActivity.onCreate(SettingsActivity.java:70)
at android.app.Activity.performCreate(Activity.java:8621)
at android.app.Activity.performCreate(Activity.java:8599)
at android.app.Instrumentation.callActivityOnCreate(Instrumentation.java:1459)
at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:3804)
... 12 more

@DataDropp
Copy link
Owner

No longer maintained. Please find an alternative. If you do, please reply with a link here and I'll add it to the README.md

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

4 participants