Hello,
New to Python (in general), Flask and pythonanywhere. I finally got my script to run in my own virtual env, but when I upload to the site and put it live I receive a "Internal Server Error"
Here's some info :
File "/usr/local/lib/python3.9/site-packages/requests/adapters.py", line 510, in send raise ProxyError(e, request=request) requests.exceptions.ProxyError: HTTPSConnectionPool(host='www.newegg.com', port=443): Max retries exceeded with url: /p/pl?N=100007709%204131%208000& (Caused by ProxyError('Cannot connect to proxy.', OSError('Tunnel connection failed: 403 Forbidden')))
There's a very good chance maybe I have done something wrong on my end, as I am still very new and learning, but as I mentioned earlier, it "runs" in my virtual environment.
Thanks!