Forums

trakt issue(OSError)

I am trying to get a json file from trakt api but it gets below error;

requests.exceptions.ProxyError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /users/ (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden',)))

I think api.trakt.tv in white list bur not "api-v2launch.trakt.tv", that could be cause the problem?

PS: The link I asked to add to list in show that page: https://apiblog.trakt.tv/api-changelog-9f4041819718

That will probably be the cause of the error as free accounts can only access certain external sites that are on the whitelist

and api-v2launch.trakt.tv is not on that list

Details on how to request things to be added to the whitelist can be found here