I'm hoping someone might have some clue what is going on here, but I'll
admit my diagnostics are almost useless.

I have a client who had signed up for 3 years of service on godaddy, so
I told them that I could put only their admin site on my own server, and
basically have it kick in whenever they needed it and it would run a
screen scraper on itself and then upload a rendered static site to
godaddy using ftplib.

The screen scraper works fine, it uses urllib and urllib2 and ftplib,
and a controller method just calls the scraper function. The problem is
that sometimes something happens that gets us back a Server 500 error. I
can't figure it out because I haven't been able to make the bug happen
whenever I'm set up to test for it. It doesn't seem to just be a
timeout, because I just set it up to run the scraper three times in a
row, and it was fine. Could it be a random threading issue that happens
when a cherrypy method calls urllib to look at itself? Any other ideas?

Any clues much appreciated.
Iain





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to