166 change default folder#171
Conversation
atilaajones
left a comment
There was a problem hiding this comment.
The default folder and dialog open file are working.
But when you enter "..." (from the keyboard) in the text field, the program may start the filter and then crash
atilaajones
left a comment
There was a problem hiding this comment.
The validation path is working. But when I click on "..." the console shows the error below.
The program continues to work, but I would like to warn you. If it's possible to get this right, it would be better.
2022-12-01T17:45:18.639ZE [7396:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.640ZE [7396:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.641ZE [7396:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.641ZE [7396:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.641ZE [7396:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.641ZE [7396:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.641ZE [10532:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.641ZE [10532:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.641ZE [10532:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.641ZE [10532:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.641ZE [10532:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.641ZE [10532:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.642ZE [7332:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.642ZE [7332:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.642ZE [7332:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.642ZE [7332:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.642ZE [7332:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.642ZE [7332:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.662ZE [7396:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.662ZE [7396:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.662ZE [10532:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.662ZE [10532:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
2022-12-01T17:45:18.662ZE [7332:ShellIpcClient] shell_ipc_client.cc:129:Connect Can't connect to socket at: \\.\Pipe\GoogleDriveFSPipe_IF_shell
2022-12-01T17:45:18.662ZE [7332:ShellIpcClient] shell_ipc_client.cc:602:operator() Failed to connect to the server: Status::UNAVAILABLE_RESOURCE
|
I did the same test in my computer and the console is clear. Maybe this is an local connection failure, between your operation system and Google Drive. |
|
It's true. I tested on computer in Instituto Federal, that has some restrictions in connection. But I don't know why this error cited Google Drive. |
Closes #166