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: HTTP Error 409: Conflict When doing multiple cell updates #52

Closed
TravisJoe opened this issue May 24, 2013 · 4 comments
Closed

Comments

@TravisJoe
Copy link

I have a feeling I am trying to shove too much information too quickly, or incorrectly, to my google spreadsheet. When I try to do some basic stress testing I eventually get the error.

It looks like the error is from a conflict.
image

I am loading an upload queue which when and object is pulled from it I get about 4 points of information from it and upload each cells updates individually. I am thinking google might prefer that I update a range of cells, which I am guessing might reduce overhead. Before I spent too much time guessing and checking I figured I might get some input on how this might be happening and how to handle it.

@TravisJoe
Copy link
Author

I have been looking through my code, it looks like I might have had a call to create new row outside of my queue that could of possible caused the conflict. I have to change my program flow some and hopefully report good new later today.

@burnash
Copy link
Owner

burnash commented May 27, 2013

Have you resolved this? I haven't seen this type of error and yes, it could be because of conflicting clients.

@TravisJoe
Copy link
Author

I think I did pinpoint it. Have not got too much farther and restructuring my code now to better manage calls to google docs. If you have not really seen this before I am pretty sure I have resolved the issue.

@burnash
Copy link
Owner

burnash commented May 27, 2013

Good

@burnash burnash closed this as completed May 27, 2013
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