Error on map client search #338
		Loading…
	
	
			
			x
			
			
		
	
		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 NonethatNoneseems 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