Thanks for the tips. Some changes have been made and now (almost) all tests
are passing.
On Wed, Dec 11, 2024 at 7:37 PM Nils Bruin wrote:
> Read on for the other failures. If you look up line 1953, you'll see it's
> inside a try/except. You're triggering the KeyError, so it's the outer one
> fo
Read on for the other failures. If you look up line 1953, you'll see it's
inside a try/except. You're triggering the KeyError, so it's the outer one
for you. That's the code that's trying to fill the cache, but it fails. The
rest of the traceback is of THAT error (it is saying "During handling o