ukris / typhoonae

Automatically exported from code.google.com/p/typhoonae
0 stars 0 forks source link

Cron task execution error #77

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install the app to the typhoonae with the cron support

What is the expected output? What do you see instead?

App's cron URL should be hit and taks executed. Instead, cron throws an error 

...(see full error in attached cron email)
... 
urllib2.HTTPError: HTTP Error 401: Unauthorized

What version of the product are you using? On what operating system?
typhoonae 0.1.5 on Fedora 11
typhoonae 0.1.5 on MacOS X 10.6.4

Please provide any additional information below.

Original issue reported on code.google.com by ivovnenko on 20 Oct 2010 at 4:26

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for reporting this. This issue is reproducible and will be fixed soon.

Original comment by tobias.r...@gmail.com on 20 Oct 2010 at 5:06

GoogleCodeExporter commented 9 years ago
Fixed in the trunk. This fix will be included into the next release. If you 
don't want to update your TyphoonAE installation you can apply the following 
workaround:

Edit crontab manually and change port 8080 to 8770 which is reserved for 
internal HTTP requests.

Original comment by tobias.r...@gmail.com on 20 Oct 2010 at 6:32

GoogleCodeExporter commented 9 years ago
Thanks!

Original comment by ivovnenko on 20 Oct 2010 at 8:01

GoogleCodeExporter commented 9 years ago
Fixed in the 0.2.0 release.

Original comment by tobias.r...@gmail.com on 12 Dec 2010 at 11:33