yudhistira1 / google-blog-converters-appengine

Automatically exported from code.google.com/p/google-blog-converters-appengine
Apache License 2.0
0 stars 0 forks source link

lj2b fail #19

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
livejournal2blogger.appspot.com returns following subject for http://
mikolase.livejournal.com/

Error encountered during conversion.

Traceback (most recent call last):
File "/base/data/home/apps/livejournal2blogger/1.330726062253012566/
livejournal2blogger.py", line 42, in post
translator.Translate(self.response.out)
File "/base/data/home/apps/livejournal2blogger/1.330726062253012566/
lj2b.py", line 198, in Translate
posts = self._GetPosts()
File "/base/data/home/apps/livejournal2blogger/1.330726062253012566/
lj2b.py", line 238, in _GetPosts
'auth_response': challenge_response})
File "/base/python_dist/lib/python2.5/xmlrpclib.py", line 1147, in __call__
return self.__send(self.__name, args)
File "/base/python_dist/lib/python2.5/xmlrpclib.py", line 1437, in 
__request
verbose=self.__verbose
File "/base/data/home/apps/livejournal2blogger/1.330726062253012566/
gaexmlrpclib.py", line 35, in request
raise xmlrpclib.ProtocolError(host + handler, 500, msg, {})
ProtocolError: <ProtocolError for livejournal.com/interface/xmlrpc: 500 
Failed to fetch http://livejournal.com/interface/xmlrpc>

Original issue reported on code.google.com by AngelMik...@gmail.com on 16 Jan 2009 at 8:31

GoogleCodeExporter commented 8 years ago
Hi.

I believe that the errors that end in 

  Failed to fetch http://livejournal.com/interface/xmlrpc

such as this one does, indicates a failure to communicate from the
livejournal2blogger application to LiveJournal.  I see this happen a few times
everyday.  I'm not sure of the root cause to these failures, but would you 
please
attempt to convert your blog again?  Can you always produce this error?  

Original comment by jlu...@gmail.com on 18 Jan 2009 at 9:11

GoogleCodeExporter commented 8 years ago
I now see these errors quite often in the logs for the hosted application.

I'll try to address this issue by fetching fewer posts/comments at a time, 
instead of
all of them at once.  In researching the problem, the actual cause of the fault 
is a
DeadlineExceededException meaning that the request to LiveJournal is timing out.

If anyone experiences these errors using the Python scripts, please update this 
issue
with the experience.

Original comment by jlu...@gmail.com on 24 Jan 2009 at 10:35