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

abaplint crashes with "If a URI does not contain an authority component, then the path cannot begin with two slash characters" #171

Open
jkadw opened this issue Nov 25, 2024 · 1 comment

Comments

@jkadw
Copy link

jkadw commented Nov 25, 2024

I have cloned the abapGIT repository, and when I open it in VS Code with the abaplint extension I get repeated error messages of type "If a URI does not contain an authority component, then the path cannot begin with two slash characters" until the server stops.

@lkilu6456546
Copy link

Hello, I tried to solve the issue.

This is what I did:

Modified the Handler class to properly handle file URIs without an authority component, preventing the error 'If a URI does not contain an authority component, then the path cannot begin with two slash characters'.

You can review changes in this commit: lkilu6456546@0478d32.

Caution

Disclaimer: The concept of solution was created by AI and you should never copy paste this code before you check the correctness of generated code. Solution might not be complete, you should use this code as an inspiration only.


If you no longer want Latta AI to attempt solving issues on your repository, you can block this account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants