Please follow the guide below
- Issues submitted without this template format will be ignored.
- Please read the questions carefully and answer completely.
- Do not post screenshots of error messages or code.
- Put an
x into all the boxes [ ] relevant to your issue (==> [x] NO spaces).
- Use the Preview tab to see how your issue will actually look like.
- Issues about reverse engineering is out of scope and will be closed without response.
- Any mention of spam-like actions or spam-related tools/libs/etc is strictly not allowed.
Before submitting an issue, make sure you have:
Which client are you using?
Describe the Bug/Error:
When I try to fetch posts with any hashtag I am getting this error. This was working fine until recently.
Paste the output of python -V here:
Python 2.7.11
Code:
try:
rank_token = Client.generate_uuid()
tag_results = []
results = api.feed_tag('blinds', rank_token)
except Exception as e:
print(e)
if hasattr(e, 'message'):
print(e.message)
else:
print(e)
Error/Debug
'ascii' codec can't encode character u'\u2728' in position 1213: ordinal not in range(128)
Please follow the guide below
xinto all the boxes [ ] relevant to your issue (==> [x] NO spaces).Before submitting an issue, make sure you have:
Which client are you using?
instagram_private_api/)instagram_web_api/)Describe the Bug/Error:
When I try to fetch posts with any hashtag I am getting this error. This was working fine until recently.
Paste the output of
python -Vhere:Python 2.7.11
Code:
Error/Debug