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

can't start! #9

Open
0xsanjay opened this issue May 31, 2020 · 0 comments
Open

can't start! #9

0xsanjay opened this issue May 31, 2020 · 0 comments

Comments

@0xsanjay
Copy link

Traceback (most recent call last):
File "main.py", line 72, in
mycaption, myphoto = prep_post(keywords,photo_key,quote_key,foldername)
File "C:\Users\root\Desktop\Influencer-bot-master\post.py", line 17, in prep_post
mytags = getTags (keyword, smart_hashtags, keywords)
File "C:\Users\root\Desktop\Influencer-bot-master\getdata.py", line 131, in getTags
smart_tags = set_smart_hashtags(tags)
File "C:\Users\root\Desktop\Influencer-bot-master\getdata.py", line 161, in set_smart_hashtags
data = json.loads(req.text)
File "C:\Python38\lib\json_init_.py", line 357, in loads
return _default_decoder.decode(s)
File "C:\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python38\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

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