meganz / sdk

MEGA C++ SDK
BSD 2-Clause "Simplified" License
1.33k stars 510 forks source link

Broken binding for Python: `MegaListener::onTransferTermporaryError()` #2570

Closed sergiohs84 closed 3 years ago

sergiohs84 commented 3 years ago

Hi @sergiohs84 Thanks for the reply. i got folder downloads working with authorizeNode(). btw i am using python bindings and there seems to be a weird swig error (DirectorMethodException) while calling MegaListener.onTransferTemporaryError, doesnt matter if one overrides this class method or not, it still results in a crash when swig tries to call it. i captured logs with higher logging enabled from MegaSdk . Heres the error log : Screenshot_2020-08-29_12-47-33

Originally posted by @jaskaranSM in https://github.com/meganz/sdk/issues/2200#issuecomment-683255241