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

HTTPError Exception via insert_row #194

Closed
mweinelt opened this issue Jan 20, 2015 · 2 comments
Closed

HTTPError Exception via insert_row #194

mweinelt opened this issue Jan 20, 2015 · 2 comments

Comments

@mweinelt
Copy link

Traceback (most recent call last):
  File "runner.py", line 144, in <module>
    lat=lat, lng=lng, photo=portal['image'], address=portal['address'])
  File "project/sheet.py", line 104, in insert
    self.sheet.insert_row(values, row)
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/models.py", line 549, in insert_row
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/models.py", line 514, in add_rows
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/models.py", line 507, in resize
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/client.py", line 277, in put_feed
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/client.py", line 271, in put_feed
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/httpsession.py", line 88, in put
  File "project/.venv/lib/python3.4/site-packages/gspread-0.2.2-py3.4.egg/gspread/httpsession.py", line 75, in request
gspread.httpsession.HTTPError: <http.client.HTTPResponse object at 0x7f3200245198>
burnash added a commit that referenced this issue Apr 17, 2015
@burnash
Copy link
Owner

burnash commented Apr 17, 2015

I've updated gspread so now it returns a message along with this exception. Can you update the library, rerun your code and post the exception message?

@mweinelt
Copy link
Author

The code is not in use any more, sorry.

@burnash burnash closed this as completed Apr 17, 2015
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