-
Notifications
You must be signed in to change notification settings - Fork 16
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
[BUG] connection successfull but dir directory not working #109
Comments
I think i'm getting something similar. I tried using the rest api as shown in the example. The login returns "Connected", but i can't get the directory listing to work, If i try my login username or random things then i get the below response "Message": "An error has occurred.", I'm pretty new to jBase and pick systems, but it doesn't seem like there is really an account, so i'm not sure what to put for that and when using the rest login, the account is empty and that is working. |
When connect to MV Rest service is successfull, but when i try to readDirectory, i have status 500.
I try to do this from putty ssh, and work well.
I try to test the postman collection, but when i call login, the response is "connected" but not response the token, to call others apis.
[RestFS] login: 'login' request succeeded
[RestFS] login: auth="Connected"
[RestFS] readDirectory: path=/u2/sise, 'dir' request failed, status=500
[RestFS] stat: readDirectory path=/u2/sise, exception=EntryNotFound (FileSystemError): RestFS:/u2/sise
[RestFS] readFile: path=/u2/sise, 'file' request failed, status=500
[RestFS] stat: readFile path=/u2/sise, exception=EntryNotFound (FileSystemError): RestFS:/u2/sise
[RestFS] stat: path=/u2/sise type=none
The text was updated successfully, but these errors were encountered: