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
If a bookmark column is set the a TypeError is always thrown when running the tap.
As max_bookmark is initially set to None, when we try to see if max_bookmark needs updating by comparing it to the first value of the bookmark column a TypeError is thrown:
TypeError: '>' not supported between instances of 'int' and 'NoneType'
The text was updated successfully, but these errors were encountered:
If a bookmark column is set the a TypeError is always thrown when running the tap.
As
max_bookmark
is initially set toNone
, when we try to see ifmax_bookmark
needs updating by comparing it to the first value of the bookmark column aTypeError
is thrown:TypeError: '>' not supported between instances of 'int' and 'NoneType'
The text was updated successfully, but these errors were encountered: