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
So, we are calling GetPostkantonByHuisnummerId with a HuisnummerId that was provided to us by CRAB (and so should be valid), but CRAB can't give us the postkanton for this HuisnummerId, meaning that either the huisnummer doesn't actually exist or that CRAB can't find the postcode for this huisnummer.
Where did we get the info from? What call returned this data? Or is this information that came out of the GRB webservice (which isn't synced with CRAB apparently)?
In some cases, CRAB returns a number 'zn'. ex:
If this id is used for a call to 'GetPostkantonByHuisnummerId', an empty response is returned. This results in a
GatewayResourceNotFoundException
.see:
https://github.com/OnroerendErfgoed/crabpy/blob/master/crabpy/gateway/crab.py#L890
Not sure if this is something we should fix or AGIV should return something?
The text was updated successfully, but these errors were encountered: