Skip to content

Instantly share code, notes, and snippets.

@cooperq
Created August 24, 2012 19:33
Show Gist options
  • Save cooperq/3454783 to your computer and use it in GitHub Desktop.
Save cooperq/3454783 to your computer and use it in GitHub Desktop.
$ python client.py https://level07-2.stripe-ctf.com/user-hhltjtltlw/ 5 aJNMqG5M8325RY eggo 1 1
Traceback (most recent call last):
File "client.py", line 72, in <module>
print c.order(sys.argv[4], sys.argv[5:7])
File "client.py", line 22, in order
return self.api_call('/orders', params)
File "client.py", line 37, in api_call
data = json.loads(resp.text)
AttributeError: 'Response' object has no attribute 'text'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment