In my application when creating objects of a model, I call the one signal api to send push notifications, when I had the free plan it told me that because it was the free plan I couldn't do it, I paid for the next plan and I still get the following error:
{'error': "HTTPSConnectionPool(host='api.onesignal.com', port=443): Max retries exceeded with url: /notifications?c=push (Caused by ProxyError('Unable to connect to proxy', OSError('Tunnel connection failed: 403 Forbidden')))"}
I want to know if I can consume the service or if I have to migrate my application to a host other than pythonanywhere.