Calling ChebiEntity("CHEBI:15377") results in a network timeout. Steps to reproduce : ```python from libchebipy import ChebiEntity e = ChebiEntity("CHEBI:15377") print(e.get_name()) ```