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
assert results is not None and len(results)==1, f"topic in your data ({title}) is likely to be not a valid title in the DB."
It seems that Francisco Urroz (unlabeled) will cause the error. I use the default file enwiki-20230401.db and manually query the db about this topic. But it returns nothing.
The text was updated successfully, but these errors were encountered:
Had the same problem; seems like spaces in topic titles cause the error. Not entirely sure of a better fix—my workaround was just to make a custom db with spaces in titles removed.
assert results is not None and len(results)==1, f"
topic
in your data ({title}) is likely to be not a valid title in the DB."It seems that Francisco Urroz (unlabeled) will cause the error. I use the default file enwiki-20230401.db and manually query the db about this topic. But it returns nothing.
The text was updated successfully, but these errors were encountered: