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
We're having some issues using berlin-py. What we're finding is that certain queries are causing errors like the following:
{"errors": [{"message": "'ant not found as subdiv key'", "error": [{"file": "\"/usr/local/lib/python3.10/site-packages/app/views/berlin.py\"", "function": "inberlin_searchmatches=[", "line": "67"}, {"file": "\"/usr/local/lib/python3.10/site-packages/app/views/berlin.py\"", "function": "in<listcomp>\"loc\":LocationModel.from_location(loc", "line": "69"}, {"file": "\"/usr/local/lib/python3.10/site-packages/app/models.py\"", "function": "infrom_locationsubdiv=[subdiv_str", "line": "46"}]}]}
As discussed, we've implemented a workaround but the key being provided is from the model so should be found in the database? Seems like there's a mismatch here. Here's some example queries:
Hi team,
We're having some issues using berlin-py. What we're finding is that certain queries are causing errors like the following:
As discussed, we've implemented a workaround but the key being provided is from the model so should be found in the database? Seems like there's a mismatch here. Here's some example queries:
Thanks,
Linden
The text was updated successfully, but these errors were encountered: