Live data from Hacker News

Nexus 4 available for purchase again today at 12pm PST

play.google.com

81–90 of 100 posts

Re: Nexus 4 available for purchase again today at 12pm PST

#81

This is absolutely pathetic. How is Google, of all companies, not able to handle load? And how did they manage to fail so fantastically not once, but twice, on the same product ?

This has happened repeatedly with Google in the past- I think it was a Nexus phone back then, too. I've come to the very simple conclusion that they just don't care all that much about how the store performs under huge load. The phones will get sold one way or the other, and the real goal isn't to make money as a phone seller but to drive forward the state of mobile phones.

Re: Nexus 4 available for purchase again today at 12pm PST

#82

finally secured my 16GB Nexus 4. Tips / steps I picked up from various posts in this story: - If you see "Sold out", just refresh. I had to refresh many times at certain points just to see "Add to cart" - Sometimes the "Add to cart" just fails, go back to the product page and try adding it again. - Once you have the item in your cart, don't click on "cart" again, because your can (and probably will) lose it. - Even t…

This worked for me on Chrome! It works!

Re: Nexus 4 available for purchase again today at 12pm PST

#83

finally secured my 16GB Nexus 4. Tips / steps I picked up from various posts in this story: - If you see "Sold out", just refresh. I had to refresh many times at certain points just to see "Add to cart" - Sometimes the "Add to cart" just fails, go back to the product page and try adding it again. - Once you have the item in your cart, don't click on "cart" again, because your can (and probably will) lose it. - Even t…

This worked for me on Chrome! It works!

Re: Nexus 4 available for purchase again today at 12pm PST

#85
This script got me an 8GB phone just now (took 10 minutes). Simply paste into your console window (hit F12 and then ESC)

setInterval( function() { var buttons = document.getElementsByClassName( 'buy-button-price' ); for ( var i = 0; i < buttons.length; i++ ) { if ( buttons[i].value === 'Proceed' ) { buttons[i].click(); console.log("click") } } }, 2000);

Re: Nexus 4 available for purchase again today at 12pm PST

#86
post #82

finally secured my 16GB Nexus 4. Tips / steps I picked up from various posts in this story: - If you see "Sold out", just refresh. I had to refresh many times at certain points just to see "Add to cart" - Sometimes the "Add to cart" just fails, go back to the product page and try adding it again. - Once you have the item in your cart, don't click on "cart" again, because your can (and probably will) lose it. - Even t…

This worked for me on Chrome! It works!

[deleted]

Re: Nexus 4 available for purchase again today at 12pm PST

#87
After over 2 and a half hours of trying to get my order through, I was finally able to place my order. Confirmation e-mail just came in. I wish that the process would have been a lot nicer.

No automation, like others did. Just did a lot of clicking the "Process" button with a few breaks every so often. I would click on the "Cart" link every now and then, just to verify that my cart didn't get cleared out like it was earlier today.

Re: Nexus 4 available for purchase again today at 12pm PST

#88

I finally got mine. When you have successfully added the phone to your cart, use this var j = 0;var i = setInterval(function(){document.forms[1][1].click();j++;j>600 && clearInterval(i)}, 1000);

THIS. This absolutely works. To clarify, copy-paste this script in the address bar of the browser when you are on your cart's page. Don't forget to add javascript: in front of the one-liner.

This sort of hacking is why no one else can order it. :P

Re: Nexus 4 available for purchase again today at 12pm PST

#90

Curious question: They are not releasing this in Canada at the moment, but I can go through one of my US-based servers to add it to my cart. Assuming I ever get past the high-demand errors, does anyone know if I'll be allowed to ship it to Canada? Keep in mind, both Canadian and US customers access the site via play.google.com. They are only determining your country based on IP (or something similar) and presenting a…

I'm also curious about this. I had the same idea and spent probably 20 minutes going through a proxy of mine clicking the PROCEED button every few seconds, but eventually gave up.
Post reply on HN