element-hq / element-hq/element-android
FATAL EXCEPTION: main trying to play video: ENAMETOOLONG
- Dominant language
- Kotlin
- Stars
- 3.7k
- Forks
- 917
- PR merge metrics
- No merged PRs in 30d
Description
```
E AndroidRuntime: FATAL EXCEPTION: main
E AndroidRuntime: Process: im.vector.app, PID: 7097
E AndroidRuntime: java.io.FileNotFoundException: /data/user/0/im.vector.app/cache/downloads/95e12142ae7dc2097c860002d181ede4/F/0741a21d1b6710bf00f1ddef51349af0/____ __ ________ _________ ________ _______ DJ Sama _________ ____________ _______ ____________ __ _____ ______ ___________ _____ _ ______ _______ ____ __________ __ ________. __ _________ _ ______ _______ ____________ _________ _ _________ _ __________ ________ _____ ______ ______..mp4: open failed: ENAMETOOLONG (File name too long)
E AndroidRuntime: at libcore.io.IoBridge.open(IoBridge.java:496)
E AndroidRuntime: at java.io.FileOutputStream.(FileOutputStream.java:235)
E AndroidRuntime: at java.io.FileOutputStream.(FileOutputStream.java:186)
E AndroidRuntime: at org.matrix.android.sdk.internal.session.DefaultFileService$downloadFile$3$1.invokeSuspend(DefaultFileService.kt:39)
E AndroidRuntime: at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:3)
E AndroidRuntime: at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:15)
E AndroidRuntime: at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:1)
E AndroidRuntime: at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:10)
E AndroidRuntime: Caused by: android.system.ErrnoException: open failed: ENAMETOOLONG (File name too long)
E AndroidRuntime: at libcore.io.Linux.open(Native Method)
E AndroidRuntime: at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
E AndroidRuntime: at libcore.io.BlockGuardOs.open(BlockGuardOs.java:252)
E AndroidRuntime: at libcore.io.ForwardingOs.open(ForwardingOs.java:167)
E AndroidRuntime: at android.app.ActivityThread$AndroidOs.open(ActivityThread.java:7255)
E AndroidRuntime: at libcore.io.IoBridge.open(IoBridge.java:482)
E AndroidRuntime: ... 7 more
```
v1.0.13
Contributor guide
Assessment
This issue has not been assessed yet.