You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
uGet Integration 2.1.3 i have this extension and it giving me the problem that it cant connect how can i fix this?
The text was updated successfully, but these errors were encountered: