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
I have searched the existing issues and didn't find mine.
Steps to reproduce
Run command maestro cloud --api-key=<redacted> --project-id=proj_01jk390460er9r1wy011jds0t8 sample.apk android-flow.yaml
Actual results
Evaluating workspace...
Uploading Flow(s)...
Illegal character in opaque part at index 11: jar:file:C:\Users\USERNAME~1\AppData\Local\Temp\586705760138976510\workspace.zip
The stack trace was:
java.lang.IllegalArgumentException: Illegal character in opaque part at index 11: jar:file:C:\Users\USERNAME~1\AppData\Local\Temp\586705760138976510\workspace.zip
at java.base/java.net.URI.create(URI.java:906)
at maestro.cli.util.WorkspaceUtils.createWorkspaceZip(WorkspaceUtils.kt:22)
at maestro.cli.cloud.CloudInteractor.upload(CloudInteractor.kt:90)
at maestro.cli.command.CloudCommand.call(CloudCommand.kt:199)
at maestro.cli.command.CloudCommand.call(CloudCommand.kt:42)
at picocli.CommandLine.executeUserObject(CommandLine.java:1953)
at picocli.CommandLine.access$1300(CommandLine.java:145)
at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2358)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2352)
at picocli.CommandLine$RunLast.handle(CommandLine.java:2314)
at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2179)
at picocli.CommandLine$RunLast.execute(CommandLine.java:2316)
at maestro.cli.DisableAnsiMixin$Companion.executionStrategy(DisableAnsiMixin.kt:22)
at picocli.CommandLine.execute(CommandLine.java:2078)
at maestro.cli.AppKt.main(App.kt:143)
Caused by: java.net.URISyntaxException: Illegal character in opaque part at index 11: jar:file:C:\Users\USERNAME~1\AppData\Local\Temp\586705760138976510\workspace.zip
at java.base/java.net.URI$Parser.fail(URI.java:2976)
at java.base/java.net.URI$Parser.checkChars(URI.java:3147)
at java.base/java.net.URI$Parser.parse(URI.java:3183)
at java.base/java.net.URI.<init>(URI.java:623)
at java.base/java.net.URI.create(URI.java:904)
... 14 more
Folder 586705760138976510 does not exist in the temp folder.
Expected results
Maestro Cloud to work.
About environment
Android Studio Ladybug Feature Drop | 2024.2.2
Runtime version: 21.0.4+-12508038-b607.1 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0 Pro
openjdk 17.0.14 2025-01-21 LTS
OpenJDK Runtime Environment Microsoft-10800295 (build 17.0.14+7-LTS)
OpenJDK 64-Bit Server VM Microsoft-10800295 (build 17.0.14+7-LTS, mixed mode, sharing)
Maestro version
1.39.9
How did you install Maestro?
Per Windows instructions.
The text was updated successfully, but these errors were encountered:
jerone
changed the title
Maestro Cloud throws "Illegal character in opaque part" error
Maestro Cloud throws "Illegal character in opaque part" error on Windows
Feb 2, 2025
To everyone saying "me too" - do you have any additional context?
Maestro versions, java versions, etc.
Would certainly help in narrowing down the issue
Is there an existing issue for this?
Steps to reproduce
maestro cloud --api-key=<redacted> --project-id=proj_01jk390460er9r1wy011jds0t8 sample.apk android-flow.yaml
Actual results
Folder
586705760138976510
does not exist in the temp folder.Expected results
Maestro Cloud to work.
About environment
Android Studio Ladybug Feature Drop | 2024.2.2
Runtime version: 21.0.4+-12508038-b607.1 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.windows.WToolkit
Windows 11.0 Pro
openjdk 17.0.14 2025-01-21 LTS
OpenJDK Runtime Environment Microsoft-10800295 (build 17.0.14+7-LTS)
OpenJDK 64-Bit Server VM Microsoft-10800295 (build 17.0.14+7-LTS, mixed mode, sharing)
Maestro version
1.39.9
How did you install Maestro?
Per Windows instructions.
The text was updated successfully, but these errors were encountered: