EVE-SECURE / temars-eve-api

Automatically exported from code.google.com/p/temars-eve-api
0 stars 0 forks source link

Repeating Cron Job Error #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
TEA Version?
1.3.0 r160

SMF Version?
2.0

What steps will reproduce the problem?
1. Set the cron job to run.
2. Wait...
3. I get emailed a couple times a day with the error below.

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

Expected output would be for the cron job to run like normal. Instead I am 
getting this error about 3-4 times a day.

Fatal error: Uncaught exception 'Exception' with message 'String could not be 
parsed as XML' in ******/forums/Sources/TEAC.php:219
Stack trace:
#0 ******/forums/Sources/TEAC.php(219): SimpleXMLElement->__construct('')
#1 ******/forums/Sources/TEAC.php(318): TEAC->corp_info('1000066')
#2 ******/forums/Sources/TEA.php(875): TEAC->get_api_characters('2081674', 
'A5288340E80C433...')
#3 ******/forums/Sources/TEA.php(283): TEA->get_characters('2081674', 
'A5288340E80C433...')
#4 ******/forums/Sources/TEA.php(1069): TEA->single('18')
#5 ******/forums/Sources/TEA.php(166): TEA->all(true)
#6 ******/forums/Sources/TEA.php(153): TEA->main(false, true)
#7 ******/forums/Sources/TEA_Cron.php(9): TEA->update_api(false, true)
#8 {main}
 thrown in ******/forums/Sources/TEAC.php on line 219

Please provide any additional information below.

This started happening shortly after I updated from the Latest Released Version 
(1.2.1) to the Dev Versions that are updated more frequently to fix a problem 
that we noticed on the profile section of the forum where people couldn't edit 
their profile.

Also I would like to point out that some of the info in the error I get changes 
each time the error is emailed to me. Stuff like the "corp_info" and 
"get_characters" seem to be different.

Original issue reported on code.google.com by tibl...@gmail.com on 24 Aug 2011 at 3:15