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
Problem description
There is not problem reading cert on Linux but on Windows it cannot read path correctly. I am using Python.
Problem location
thread '' panicked at 'should be valid path: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', config\src\lib.rs:128:49
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Suggestions for an improvement
The text was updated successfully, but these errors were encountered:
Looks like none of the env variable can be read in windows (windows server 2019 with Python 3.8)environment. I cloud not specify and use pravega_client_auth_method as well as pravega_client_auth_keycloak. Though everything works fine on Ubuntu.
Problem description
There is not problem reading cert on Linux but on Windows it cannot read path correctly. I am using Python.
Problem location
thread '' panicked at 'should be valid path: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', config\src\lib.rs:128:49
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceSuggestions for an improvement
The text was updated successfully, but these errors were encountered: