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

Windows run withour docker and it give you poth error #490

Open
dhruv-kabariya opened this issue Jun 15, 2023 · 1 comment
Open

Windows run withour docker and it give you poth error #490

dhruv-kabariya opened this issue Jun 15, 2023 · 1 comment

Comments

@dhruv-kabariya
Copy link

[Short description of problem here]

  1. download Windows binary and try to start the server it will give you a path error

Reproduction Steps:

  1. Download the Windows binary
  2. extract the tar file and try to start the server on Windows
  3. it will give you "could not build a repository for the database: could not create a file system repository: open /D:/mederec/backend/api-gateway/janus/janus/apis: The filename, directory name, or volume label syntax is incorrect." error every time

Expected behavior:

The server should start

Observed behavior:

This is happening because of path differences in Windows and Linux systems. ( Actually, I have debugged the problem and found the solution in the file system should the parameter need to change it is adding an extra "/" at the start of path in Windows however it shouldn't)

Janus version: janus_4.0.0_windows_amd64.tar ( latest build )
OS and version: Windows 10

@dhruv-kabariya
Copy link
Author

Also, sometimes in the formated string logs %w is written. Is this correct or need to change to %v

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