ugetdm / uget-integrator

Native messaging host to integrate uGet Download Manager with web browsers
GNU General Public License v3.0
339 stars 38 forks source link

Unable to connect with uget-integrator on windows #105

Open Rayyan2650 opened 2 years ago

Rayyan2650 commented 2 years ago

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 commented 2 years ago

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.