aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error No JSON object could be decoded

Archurcl4w opened this issue · comments

I have this error when running sublist3r each time :

Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
File "sublist3r.py", line 269, in run
domain_list = self.enumerate()
File "sublist3r.py", line 699, in enumerate
resp = json.loads(resp)
File "/usr/lib/python2.7/json/init.py", line 339, in loads
return _default_decoder.decode(s)
File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

Kindly provide me any fix or solutions for it

Hi all, I will be looking into this and will keep posted with the updates.

Ok. Thanks .

Hi, @Archurcl4w can you please share steps to reproduce this error?

Hi, @Archurcl4w I'm not able to reproduce this error.
Screenshot from 2021-05-12 05-01-17

l also have the same problem,and my os is windows.

@YzaSoLong can you please share what python version you're using? What command did you run on your system?

Regards