Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ParseError #10

Open
AlwaysTraining opened this issue Jun 7, 2015 · 2 comments
Open

ParseError #10

AlwaysTraining opened this issue Jun 7, 2015 · 2 comments

Comments

@AlwaysTraining
Copy link

Nothing has changed in my App but it stopped working in May. After connection I call SpreadsheetAPI.self.api.list_spreadsheets(), I get:

File "/home/ubuntu/play/python-google-spreadsheet/google_spreadsheet/api.py", line 62, in list_spreadsheets
sheets = self._get_client().GetSpreadsheetsFeed()
File "/usr/lib/python2.7/dist-packages/gdata/spreadsheet/service.py", line 98, in GetSpreadsheetsFeed
converter=gdata.spreadsheet.SpreadsheetsSpreadsheetsFeedFromString)
File "/usr/lib/python2.7/dist-packages/gdata/service.py", line 1073, in Get
return converter(result_body)
File "/usr/lib/python2.7/dist-packages/gdata/spreadsheet/init.py", line 394, in SpreadsheetsSpreadsheetsFeedFromString
xml_string)
File "/usr/lib/python2.7/dist-packages/atom/init.py", line 92, in optional_warn_function
return f(_args, *_kwargs)
File "/usr/lib/python2.7/dist-packages/atom/init.py", line 126, in CreateClassFromXMLString
tree = ElementTree.fromstring(xml_string)
File "", line 125, in XML
cElementTree.ParseError: no element found: line 1, column 0

I found similar issues that look related:
http://stackoverflow.com/questions/30492589/gdata-spreadsheet-library-for-python-not-working-anymore

They suggest moving to
https://github.com/burnash/gspread

Do you have any plans to fix this issue? If not I will have to try the gspread.

@noahfx
Copy link

noahfx commented Sep 4, 2015

I am experimenting the same issue.

@AlwaysTraining
Copy link
Author

It started working for me a few days after I posted this issue. However I have not tried it lately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants