ErrorxCode / EasyInsta

A Java library of Instagram's private API and wrapper of instagram4j. Surf Instagram programmatically, build bots, and a lot more. Just a line of code for every operation.
Apache License 2.0
47 stars 10 forks source link

Library retrying same operation even if its failing again & again. #2

Closed ErrorxCode closed 2 years ago

ErrorxCode commented 2 years ago

This is a bug The library will keep retrying the operation until it succeeds if you have passed null as a callback.

Solution Don't pass null as a callback. Always pass the listener.

This bug will be fixed in the next release.

ErrorxCode commented 2 years ago

Fixed in version v2.0