Replies: 1 comment 12 replies
-
Can you provide us with the ical addresses? If they are not public, can you send us the credentials at [email protected] ? Then we can test the connection, try to reproduce the error and help you out. |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I get the following error every time I subscribe to a calendar via DAVx5 with ICSx5.
No matter which calendar I choose, I always get this error.
Does anyone know what this could be?
HTTP 400 Bad Request
java.io.IOException: HTTP 400 Bad Request
at at.bitfire.icsdroid.CalendarFetcher.fetchNetwork$icsx5_82_2_2_6_gplayRelease(SourceFile:179)
at at.bitfire.icsdroid.CalendarFetcher$fetchNetwork$1.invokeSuspend(Unknown Source:11)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(SourceFile:33)
at kotlinx.coroutines.DispatchedTask.run(SourceFile:100)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(SourceFile:113)
at kotlinx.coroutines.scheduling.TaskImpl.run(SourceFile:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(SourceFile:586)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(SourceFile:820)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(SourceFile:717)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(SourceFile:704)
Beta Was this translation helpful? Give feedback.
All reactions