JetBrains / JetBrains/space-export-data
This is not working for files with ? in the title.
- Dominant language
- Kotlin
- Stars
- 6
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Exception in thread "main" java.nio.file.InvalidPathException: Illegal char at index 87: Arquivos de projeto de software são versionados juntos com git ou devem ficar separados?.md
at java.base/sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:177)
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.resolve(Path.java:515)
at org.jetbrains.documents.DocumentsCommand.exportDocument(DocumentsCommand.kt:199)
at org.jetbrains.documents.DocumentsCommand.exportPersonalFolder(DocumentsCommand.kt:109)
at org.jetbrains.documents.DocumentsCommand.access$exportPersonalFolder(DocumentsCommand.kt:24)
at org.jetbrains.documents.DocumentsCommand$exportPersonalFolder$1.invokeSuspend(DocumentsCommand.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:108)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:280)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at org.jetbrains.documents.DocumentsCommand.run(DocumentsCommand.kt:46)
at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:279)
at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:292)
at com.github.ajalt.clikt.parsers.Parser.parse(Parser.kt:41)
at com.github.ajalt.clikt.core.CliktCommand.parse(CliktCommand.kt:457)
at com.github.ajalt.clikt.core.CliktCommand.parse$default(CliktCommand.kt:454)
at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:474)
at com.github.ajalt.clikt.core.CliktCommand.main(CliktCommand.kt:481)
at org.jetbrains.MainKt.main(Main.kt:10)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.