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

benten trouble with windows network mounts #104

Open
tetron opened this issue Dec 22, 2020 · 1 comment
Open

benten trouble with windows network mounts #104

tetron opened this issue Dec 22, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@tetron
Copy link
Collaborator

tetron commented Dec 22, 2020

I have a network mount, its Windows file path is:
\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\main.cwl

It can load the file with this URI:

file://jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@ssl/DavWWWRoot/main.cwl

The workflow references a file in the same folder, it seems Benten or something is mangling the filename:

Benten says "ERROR:benten.cwl.linkedfiletype:No path called: C:\Program Files\Microsoft VS Code\DavWWWRoot"

@ghost ghost self-assigned this Dec 24, 2020
@ghost
Copy link

ghost commented Dec 25, 2020

Thank you for posting the report @tetron .

I take it that main.cwl is in \\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\

It has a statement run: clt.cwl inside it

There is a file \\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\clt.cwl

Benten can not find this file because it is trying to find C:\Program Files\Microsoft VS Code\DavWWWRoot\clt.cwl?

VS Code will offer to create a missing linked file. Could you say if the missing file is

C:\Program Files\Microsoft VS Code\DavWWWRoot\clt.cwl or something more, like

C:\Program Files\Microsoft VS Code\DavWWWRoot\\jutro-4zz18-zy61ziq458m7cg7.collections.jutro.arvadosapi.com@SSL\DavWWWRoot\clt.cwl

Could you post the log for this?

Thanks!

@ghost ghost added the bug Something isn't working label Jan 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant