Error on map client search #338
Labels
No Label
backlog
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
bug
duplicate
enhancement
help wanted
in discussion
invalid
priority
1
priority
2
priority
3
priority
4
priority
5
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: IT-Naturschutz/konova#338
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Under certain circumstances there is no response returned by the external address search component, which is used in the map client and proxied via konova itself. Thus resulting in an error
It is obvious from
raise JSONDecodeError("Expecting value", s, err.value) from None
thatNone
seems to be returned in some cases. This results in no result displays on the client without further info for the user and an error mail each time this error happens.Enhancement
Limitation
Since the main cause of this problem comes from the external service, which is located at LVermGeo, we can not directly optimize nor fix any further behaviour.
Merged in #340