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

Webstorm connection fails with vfs.provider/get-current-dir.error #21

Open
NJoyChat opened this issue Jul 19, 2023 · 1 comment
Open

Comments

@NJoyChat
Copy link

NJoyChat commented Jul 19, 2023

Steps:
Git clone.
cd tamperdav
npm install
mkdir dav
vim config.json
{
"path": "dav",
"no-auth-warning": false,
"username": "REMOVED",
"password": "REMOVED",
"port": "7000",
"host": "localhost",
"max-cursors": 512,
"open-in-editor": "vim",
"meta-touch": true,
"debug": true
}
./tamperdav.sh
sudo mount -t davfs http://localhost:7000 /mnt/webdav

@derjanb
Copy link
Member

derjanb commented Nov 19, 2023

Please investigate the sent requests with "--debug" set. How does the log look like? What requests are made? What is the request that fails?

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

2 participants