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
Traceback (most recent call last):
File "app.py", line 12, in <module>
assert len(list(Company.collection.fetch())) == 3
File "/usr/local/lib/python3.8/site-packages/fireo//queries/query_iterator.py", line 41, in __next__
m._update_doc = self.query._update_doc_key(m)
File "/usr/local/lib/python3.8/site-packages/fireo//queries/filter_query.py", line 437, in _update_doc_key
update_doc_key = model.key
AttributeError: 'NoneType' object has no attribute 'key'
The text was updated successfully, but these errors were encountered:
When query result includes empty document, query iteration fails.
To reproduce:
The following exception is thrown:
The text was updated successfully, but these errors were encountered: