[Tutor] Help error 504

Danny Yoo danny.yoo at gmail.com
Tue Aug 25 10:18:04 CEST 2015


In your program, you have a try/ except block, but it does not surround the
line:

  req=urllib.request.urlopen('XXXXXXXX'+line)

You probably should modify the extent of the exception handling to include
that part.  If you are seeing a 504, I expect it to come at this point.


More information about the Tutor mailing list