stylus icon indicating copy to clipboard operation
stylus copied to clipboard

[Bug] err to connect cloud by WebDAV

Open cantwork opened this issue 2 years ago • 3 comments

Bug Report

Bug Description

cloud names “jianguoyun” ,which can be used on the Tampermonkey extension for sync now. When I try to use WebDAV on Stylus,get err msg: Failed to fetch [404]: <?xml version="1.0" encoding="UTF-8" standalone="no"?><d:error xmlns:d="DAV:" xmlns:s="http://ns.jianguoyun.com"><s:exception>ObjectNotFound</s:exception><s:message>The resource of this location does not exist</s:message></d:error>

Screenshots

image

CSS Code

System Information

  • OS: windows11
  • Browser: Edge103
  • Stylus Version: 1.5.25

Additional Context

cantwork avatar Jun 25 '22 11:06 cantwork

image

I retried at least 5 times but never succeeded.

bowencool avatar Sep 04 '22 02:09 bowencool

Try the new Stylus.

tophf avatar Sep 04 '22 06:09 tophf

Try the new Stylus.

It works at first but broken too when I import settings from the old one

bowencool avatar Sep 04 '22 08:09 bowencool

Bug Report

Bug Description

cloud names “jianguoyun” ,which can be used on the Tampermonkey extension for sync now. When I try to use WebDAV on Stylus,get err msg: Failed to fetch [404]: <?xml version="1.0" encoding="UTF-8" standalone="no"?><d:error xmlns:d="DAV:" xmlns:s="http://ns.jianguoyun.com"><s:exception>ObjectNotFound</s:exception><s:message>The resource of this location does not exist</s:message></d:error>

Screenshots

image

CSS Code

System Information

  • OS: windows11
  • Browser: Edge103
  • Stylus Version: 1.5.25

Additional Context

I have had the same problew. You can try the following steps that I took to solve the issue.

Firstly create a folder named in ALL LOWER CASE on "jianguoyun", link this. Snipaste_2022-10-21_22-54-08

Then add an application named the SAME as the folder. Snipaste_2022-10-21_22-55-13

Input the URL like https://dav.jianguoyun.com/dav/name in Stylus option. Snipaste_2022-10-21_22-57-18

Good luck!

linktoice avatar Oct 21 '22 15:10 linktoice

@linktoice It works!

cantwork avatar Oct 21 '22 15:10 cantwork

@linktoice Succeed when I created the /userstyles/docs and /userstyles/changes folders manually. It seems that it can't execute something like mkdir /userstyles or mkdir -p /userstyles/docs. image

bowencool avatar Nov 09 '22 02:11 bowencool