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
I confronted with a problem of "int object not iterable" when execute scanLink.py. The exeption is from line 104 and turns out its because (_id) is regarded as int object instead of a tuple with one element.