Fix exception in get_remote_keywords
Created by: Zaharid
We did not test for the status code explicitly, and then the error one gets when calling response.json() is not a RequestsException. As a consequence the traceback would leak outside, instead of being ignored silently when the validphys server cannot be reached.