You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug report #36 identified the need to rate limit list importing and this was fixed by @andrewchenk in #39 by adding a 1-second sleep to api_add_to_list() in import_trakt.py. The same problem exists for cleaning lists (-C option) and is fixed by adding the same sleep to api_remove_from_list().
I've attached the patch I used to repair this for myself. There is a bonus fix in this patch for an infinite loop bug that occurs if the -C option is used when the target list is already empty.
Bug report #36 identified the need to rate limit list importing and this was fixed by @andrewchenk in #39 by adding a 1-second sleep to
api_add_to_list()
inimport_trakt.py
. The same problem exists for cleaning lists (-C
option) and is fixed by adding the same sleep toapi_remove_from_list()
.I've attached the patch I used to repair this for myself. There is a bonus fix in this patch for an infinite loop bug that occurs if the
-C
option is used when the target list is already empty.cleaning-lists.patch
The text was updated successfully, but these errors were encountered: