alekseyHunter
alekseyHunter
@colinrtwhite The exception stacktrace is the following: ``` java.nio.file.InvalidPathException: Illegal char at index 2: /H:/1.png at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182) at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153) at java.base/sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77) at java.base/sun.nio.fs.WindowsPath.parse(WindowsPath.java:92) at java.base/sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:232) at java.base/java.nio.file.Path.of(Path.java:147) at java.base/java.nio.file.Paths.get(Paths.java:69) at...
@colinrtwhite After updating to version `3.0.0-alpha02` and changing the file path from `"file:///H:/1.png"` to `"H://1.png"` the exception stacktrace looks like this: ``` java.lang.IllegalStateException: Unable to create a fetcher that supports:...
@devmike01 This doesn't work, I got another exception - `FileNotFoundException` ;) ``` java.io.FileNotFoundException: no such file: /H/1.png at okio.internal.-FileSystem.commonMetadata(FileSystem.kt:36) at okio.FileSystem.metadata(FileSystem.kt:33) at coil3.key.FileUriKeyer.key(FileUriKeyer.kt:16) at coil3.key.FileUriKeyer.key(FileUriKeyer.kt:8) at coil3.ComponentRegistry.key(ComponentRegistry.kt:66) ```
@colinrtwhite This doesn't work either `(file://\H:\\1.png`). I caught the same exception: ``` java.lang.IllegalStateException: Unable to create a fetcher that supports: file://\H:\\1.png at coil3.intercept.EngineInterceptor.fetch(EngineInterceptor.kt:145) at coil3.intercept.EngineInterceptor.execute(EngineInterceptor.kt:109) at coil3.intercept.EngineInterceptor.access$execute(EngineInterceptor.kt:29) at coil3.intercept.EngineInterceptor$intercept$2.invokeSuspend(EngineInterceptor.kt:63) at...
> Fix your error or post the issue on StackOverflow. @devmike01 What's the logic? How to fix the error, if there is an error in the library. > I doubt...
@devmike01 Yes, the second screenshot shows the result in the web browser (pixlr.com). Everything works in it ;)
`With Ktorfit 2.1.0 i fixed a issue related to that` Hello! It not works ;(
Yes:  Perhaps this is an error: 
`java.lang.IllegalStateException: _UserApiProvider not found, did you apply the Ksp Ktorfit plugin? Use .createUserApi() ` 
``` dependencies { ksp("de.jensklingenberg.ktorfit:ktorfit-ksp:2.1.0-1.0.23") } ``` Execution failed for task ':shared:kspDebugKotlinAndroid'. > Could not resolve all files for configuration ':shared:kspDebugKotlinAndroidProcessorClasspath'. > Could not find de.jensklingenberg.ktorfit:ktorfit-ksp:2.1.0-1.0.23. Searched in the following locations:...