musically-tiktok-api-python icon indicating copy to clipboard operation
musically-tiktok-api-python copied to clipboard

AttributeError: 'Api' object has no attribute 'decode'

Open reversebro opened this issue 6 years ago • 1 comments

, line 19, in request_get url_parse = parse.urlsplit(url) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/parse.py", line 398, in urlsplit url, scheme, _coerce_result = _coerce_args(url, scheme) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/parse.py", line 123, in _coerce_args return _decode_args(args) + (_encode_result,) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/parse.py", line 107, in _decode_args return tuple(x.decode(encoding, errors) if x else '' for x in args) File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/parse.py", line 107, in return tuple(x.decode(encoding, errors) if x else '' for x in args) AttributeError: 'Api' object has no attribute 'decode'

reversebro avatar Mar 19 '19 10:03 reversebro

Got the same issue but couldnt fix it

abdullah249 avatar Sep 10 '20 13:09 abdullah249