You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-04-17 16:36:02.776 - q2s.qualtrics.DownloadSurvey - DEBUG - unzipping ABC export as prescreen_data.csv to .
2024-04-17 16:36:02.780 - q2s.Main - ERROR - execution failed: java.lang.RuntimeException: Entry with an illegal path: TOTP app analysis - Prescreen - Pilot - 2024-03-13.csv
java.lang.RuntimeException: Entry with an illegal path: TOTP app analysis - Prescreen - Pilot - 2024-03-13.csv
at q2s.util.UnzipKt.unzipAndRename(Unzip.kt:85)
at q2s.qualtrics.DownloadSurveyKt.downloadExport(DownloadSurvey.kt:131)
at q2s.qualtrics.DownloadSurveyKt$downloadExport$1.invokeSuspend(DownloadSurvey.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:87)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:61)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:40)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at q2s.qualtrics.DownloadQualtricsCommand.execute(DownloadQualtricsCommand.kt:53)
at kotlinx.cli.ArgParser.parse(ArgParser.kt:657)
at kotlinx.cli.ArgParser.parse(ArgParser.kt:530)
at q2s.MainKt.main(Main.kt:21)
``
The text was updated successfully, but these errors were encountered:
The only change is in the
--output
flagThis works fine:
This blows up:
with this error:
The text was updated successfully, but these errors were encountered: