I am trying to access yahoo finance from a web app and I am getting this ValueError. I see that yahoo.com is whitelisted on my free account. Do I need to add a special call somewhere in one of my source files if I am trying to call an external site? This program works fine when I run it from my local computer, address is : stock.pythonanywhere.com/status/ and the error pops up when I hit the update quote button. Thanks for any pointers you might have!