DevinShackle / google-sites-mirror

Automatically exported from code.google.com/p/google-sites-mirror
0 stars 0 forks source link

gdata.client.RequestError: Server responded with: 500, Internal Error #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. run gsmirror

What is the expected output? What do you see instead?
expected: download ok
got: gdata.client.RequestError: Server responded with: 500, Internal Error

What version of the product are you using? On what operating system?
gsmirror-1.0.2
centos 5
centos 6
ubuntu 12.04

Please provide any additional information below.

$ gsmirror -s systems -d site.com -p /backup/20140430/ -t 
/backup/google-sites/default_templates/ -n systems --email bla@site.com 
--password 'bleblable' -l
downloading site
Traceback (most recent call last):
  File "/usr/local/bin/gsmirror", line 9, in <module>
    load_entry_point('gsmirror==1.0.2', 'console_scripts', 'gsmirror')()
  File "/usr/local/lib/python2.7/dist-packages/gsmirror-1.0.2-py2.7.egg/gsmirroring/gsmirror.py", line 136, in main
    site = siteController.get_site()
  File "/usr/local/lib/python2.7/dist-packages/gsmirror-1.0.2-py2.7.egg/gsmirroring/site_controller.py", line 375, in get_site
    feed = self.client.GetContentFeed(uri=uri)
  File "/usr/local/lib/python2.7/dist-packages/gdata-2.0.17-py2.7.egg/gdata/sites/client.py", line 155, in get_content_feed
    auth_token=auth_token, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/gdata-2.0.17-py2.7.egg/gdata/client.py", line 640, in get_feed
    **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/gdata-2.0.17-py2.7.egg/gdata/client.py", line 319, in request
    RequestError)
gdata.client.RequestError: Server responded with: 500, Internal Error

Original issue reported on code.google.com by tiago.tu...@gmail.com on 30 Apr 2014 at 2:40