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

JSON Decode Error #11

Closed
Venan24 opened this issue Sep 22, 2018 · 0 comments
Closed

JSON Decode Error #11

Venan24 opened this issue Sep 22, 2018 · 0 comments

Comments

@Venan24
Copy link

Venan24 commented Sep 22, 2018

You're now logged as XXXXXXXXX (560 followers, 3078 following)
building followers list............... done
building following list................................................................. done
you are following 3006 user(s) who aren't following you.
Begin to unfollow users...
unfollowing XXXXXXXX

docker : Traceback (most recent call last):
At line:1 char:1

  • docker logs -f 84f7cb4f8b94
  •   + CategoryInfo          : NotSpecified: (Traceback (most recent call last)::String) [], RemoteException
      + FullyQualifiedErrorId : NativeCommandError
    
    File "insta-unfollower.py", line 222, in <module>
      main()
    File "insta-unfollower.py", line 214, in main
      unfollow(user)
    File "insta-unfollower.py", line 159, in unfollow
      response = json.loads(response.text)
    File "/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
      return _default_decoder.decode(s)
    File "/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
      obj, end = self.raw_decode(s, idx=_w(s, 0).end())
    File "/usr/local/lib/python3.6/json/decoder.py", line 357, in raw_decode
      raise JSONDecodeError("Expecting value", s, err.value) from None
    

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

@tuxity tuxity closed this as completed in aaf32a1 Sep 23, 2018
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