humblebundle-python icon indicating copy to clipboard operation
humblebundle-python copied to clipboard

examples.py broken ('Order' object has no attribute 'ensure_subproducts')

Open jmtd opened this issue 9 years ago • 2 comments

After substituting some real credentials, with a clone of the repo (thus current master):

$ python examples.py
Traceback (most recent call last):
  File "examples.py", line 21, in <module>
    order.ensure_subproducts()
AttributeError: 'Order' object has no attribute 'ensure_subproducts'

jmtd avatar Nov 07 '16 15:11 jmtd

Did you leave the default login credentials in examples.py? Trying to reproduce.

saik0 avatar Nov 07 '16 16:11 saik0

No, I substituted them for my real credentials.

jmtd avatar Nov 08 '16 21:11 jmtd