Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shuffleboard fails to update when there is a space in the path #423

Closed
sciencewhiz opened this issue Feb 24, 2018 · 0 comments
Closed

Shuffleboard fails to update when there is a space in the path #423

sciencewhiz opened this issue Feb 24, 2018 · 0 comments

Comments

@sciencewhiz
Copy link
Contributor

sciencewhiz commented Feb 24, 2018

Shuffleboard has the following exception when copying the new update when there is a space in the path. The space is being encoded as %20.

WARNING: Could not copy newest jar! java.nio.file.NoSuchFileException: C:\Users\Joe\Downloads\test%20folder\app-1.2.0(1).jar at sun.nio.fs.WindowsException.translateToIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source) at sun.nio.fs.WindowsFileCopy.copy(Unknown Source) at sun.nio.fs.WindowsFileSystemProvider.copy(Unknown Source) at java.nio.file.Files.copy(Unknown Source) at edu.wpi.first.shuffleboard.app.ShuffleboardUpdateChecker.runCopyScript(ShuffleboardUpdateChecker.java:268) at edu.wpi.first.shuffleboard.app.ShuffleboardUpdateChecker.lambda$null$3(ShuffleboardUpdateChecker.java:175) at edu.wpi.first.shuffleboard.api.util.ShutdownHooks.runAllHooks(ShutdownHooks.java:57) at edu.wpi.first.shuffleboard.app.Shuffleboard.stop(Shuffleboard.java:174) at com.sun.javafx.application.LauncherImpl.lambda$launchApplication1$162(LauncherImpl.java:882) at com.sun.javafx.application.PlatformImpl.lambda$runAndWait$174(PlatformImpl.java:326) at com.sun.javafx.application.PlatformImpl.lambda$null$172(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$173(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$147(WinApplication.java:177) at java.lang.Thread.run(Unknown Source)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant