madchucky
madchucky
How far are you with that @JuanjoSalvador ?
@JuanjoSalvador Will you solve [issue 6](https://github.com/juanriaza/python-mega/issues/6) and the error handling of [issue 9](https://github.com/juanriaza/python-mega/issues/9) too?
The issue 6 seems to be solved although not integrated in the files. Issue 9 is linked to following errors coming back from the mega API: API_EAGAIN (-3) (always at...
utils.py -> 12 functions, 84 lines crypto.py using utils.py functions -> 10 functions, 71 lines mega.py -> 12 functions, 269 lines I will try to work in that order on...
``` /Users/charlesrenan/anaconda3/envs/ipykernel_py2/lib/python2.7/site-packages/mega/mega.py in api_req(self, data) 42 req = requests.post('https://g.api.mega.co.nz/cs', params=params, data=data) 43 # TODO: error handling ---> 44 return req.json()[0] 45 46 def login_user(self, email, password): TypeError: 'int' object has...
@juanriaza How would you do that error handling?