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

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

Open
dharam020 opened this issue Dec 1, 2019 · 0 comments
Open

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

dharam020 opened this issue Dec 1, 2019 · 0 comments

Comments

@dharam020
Copy link

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)

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

1 participant