Skip to content
Advertisement

Tag: tinydb

TypeError: unsupported operand type(s) for &: ‘list’ and ‘QueryInstance’

I am trying to have a login system where user input will be crosschecked with tinydb’s json file. I managed to get the registration working but when I try logging in I got this error. TypeError: unsupported operand type(s) for &: ‘list’ and ‘QueryInstance’ I tried removing password verification and it worked. Not entirely sure the reason behind it. Would

Advertisement