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
Probably means that self.__iter__() returns an empty result for some reasons.
I believe it may happen when something doesn't get initialized. No idea what and why.
Any idea what the issue could be ?
The text was updated successfully, but these errors were encountered:
I'm having a weird crash - totally random and hard to reproduce:
Probably means that
self.__iter__()
returns an empty result for some reasons.I believe it may happen when something doesn't get initialized. No idea what and why.
Any idea what the issue could be ?
The text was updated successfully, but these errors were encountered: