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

Unable to connect with uget-integrator on windows #105

Open
Rayyan2650 opened this issue Aug 27, 2022 · 1 comment
Open

Unable to connect with uget-integrator on windows #105

Rayyan2650 opened this issue Aug 27, 2022 · 1 comment

Comments

@Rayyan2650
Copy link

uGet Integration 2.1.3 i have this extension and it giving me the problem that it cant connect how can i fix this?

image

@Silent-Soldier
Copy link

Are you using the portable/zipped version by chance?

I recently noticed a bug in the add_config.bat file, and that may be the root of your problem.
SET "current_path=%current_path:\=/%"
is "technically" wrong, and should be changed to the following:
SET "current_path=%current_path:\=\\%"

Generally most coding/scripting languages (i.e. batch, Python, json, yaml, powershell, bash, etc.) require certain characters to be escaped, otherwise they can't be properly read/parsed.

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