santosderek / Imgur-To-Folder

Download Imgur albums and images to desired folder
Other
80 stars 9 forks source link

Not able to run itf command after configuring everything. #11

Open dharam020 opened 4 years ago

dharam020 commented 4 years ago

Getting this error while running the command. C:\Users\Dharmendra Singh\Documents\Imgur>itf Traceback (most recent call last): File "C:\Python\Scripts\itf-script.py", line 11, in load_entry_point('ImgurToFolder==0.8', 'console_scripts', 'itf')() File "C:\Python\lib\site-packages\pkg_resources__init.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) File "C:\Python\lib\site-packages\pkg_resources__init.py", line 2852, in load_entry_point return ep.load() File "C:\Python\lib\site-packages\pkg_resources__init__.py", line 2443, in load return self.resolve() File "C:\Python\lib\site-packages\pkg_resources\init.py", line 2449, in resolve module = import__(self.module_name, fromlist=['name'], level=0) File "C:\Python\lib\site-packages\imgurtofolder-0.8-py3.8.egg\imgurtofolder\main.py", line 6, in from imgur_downloader import * File "C:\Python\Scripts\imgur_downloader.py", line 4, in import('pkg_resources').run_script('ImgurToFolder==0.8', 'imgur_downloader.py') File "C:\Python\lib\site-packages\pkg_resources\init.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "C:\Python\lib\site-packages\pkg_resources\init.py", line 1462, in run_script exec(code, namespace, namespace) File "c:\python\lib\site-packages\imgurtofolder-0.8-py3.8.egg\EGG-INFO\scripts\imgur_downloader.py", line 49, in CONFIGURATION = json.load(cfile) File "C:\Python\lib\json\init.py", line 293, in load return loads(fp.read(), File "C:\Python\lib\json\init__.py", line 357, in loads return _default_decoder.decode(s) File "C:\Python\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) File "C:\Python\lib\json\decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid \escape: line 5 column 32 (char 158)