requests.exceptions.ReadTimeout: HTTPSConnectionPool
19:47:13,343
get_library_data
-> signing.get_auth
->
session.get_session().get(
library_url, auth=auth, headers={"Accept": "application/activity+json"},
)
-> requests.exceptions.ReadTimeout: HTTPSConnectionPool
In the api side at 19:47:13,475 f:
funkwhale_api.federation.authentication INFO Discarding HTTP request from actor/domain https://test.audio.gafamfree.party/federation/actors/service, HTTPSConnectionPool(host=\'test.audio.gafamfree.party\', port=443): Read timed out. (read timeout=10)
Seems related to #1375 (closed) and maybe #1408 (closed) ?
This seems to happend when the url is the same has the host making the query...
Edited by petitminion