TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Google search was giving errors when searching “how many emojis on iOS”

473 点作者 wfme超过 2 年前

49 条评论

bubblehack3r超过 2 年前
UPDATE: Looks like it is fixed now - <a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?q=how+many+emojis+on+ios&amp;oq=how+many+emojis+on+ios" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?q=how+many+emojis+on+ios&amp;oq=ho...</a>
评论 #33222187 未加载
评论 #33222354 未加载
llui85超过 2 年前
Interesting.<p>&quot;how many emojis on ios&quot; - error<p>&quot;how many emojis on apple&quot; - error<p>&quot;how many emojis on windows&quot; - error<p>&quot;how many emojis on macos&quot; - working<p>&quot;how many emojis on lumia&quot; - error<p>&quot;how many emojis lumia&quot; - error<p>&quot;how many emojis on linux&quot; - working<p>&quot;how many ios emoji&quot; - working (albeit slowly)<p>&quot;how many emojis on messages ios&quot; - working<p>&quot;how many emojis on ipados&quot; - working<p>&quot;how many emojis in ios&quot; - error<p>&quot;how many emojis inside ios&quot; - error<p>&quot;ios number of emojis&quot; - working<p>&quot;how many emojis on i&quot; - working<p>&quot;how many emojis on ios has&quot; - error<p>&quot;how many emojis on ios has does&quot; - error<p>&quot;how many emojis on ios has does how has does how has does how&quot; - error<p>I&#x27;d hazard that a specific web page appearing in the results is probably causing this error - I would be very curious to find out which page this is.<p>Edit: Yep, a specific .com site seems to be causing it:<p>&quot;how many emojis on ios site:com&quot; - error<p>&quot;how many emojis on ios site:aero&quot; - works
评论 #33221657 未加载
评论 #33221640 未加载
评论 #33221721 未加载
评论 #33221615 未加载
评论 #33221597 未加载
评论 #33222305 未加载
评论 #33221602 未加载
adunk超过 2 年前
After seeing this, I can&#x27;t be the only one who got curious as to how many emojis there actually are on iOS.<p>Obviously, a quick google doesn&#x27;t work right now.<p>So I did this to try to figure out: emojipedia.org, the site that supposedly breaks google, has a page that appears to show all the available emojis on iOS [1]. On this page, all except the first 21 emojis are displayed in a way that uses lazy loading of the images. These images are contained in &lt;li class=&quot;lazyparent&quot;&gt; elements. Assuming that there are no other &lt;li class=&quot;lazyparent&quot;&gt; elements on the page, we should get the number of emojis on iOS simply by counting those elements.<p>Opening up the console and running<p><pre><code> document.getElementsByClassName(&#x27;lazyparent&#x27;).length </code></pre> gives us 4037. So the total number of emojis on iOS should be 4037 + 21 = 4058. If the above method is correct, that is.<p>[1] <a href="https:&#x2F;&#x2F;emojipedia.org&#x2F;apple&#x2F;" rel="nofollow">https:&#x2F;&#x2F;emojipedia.org&#x2F;apple&#x2F;</a>
评论 #33222242 未加载
评论 #33237030 未加载
aerovistae超过 2 年前
I think my favorite part is that this is so outrageously unheard of that the error isn&#x27;t even CSS-styled correctly. Zero left margin, just up against the edge of the window. Nobody even thinks about this case of an error being displayed because it&#x27;s so rare.
评论 #33222912 未加载
评论 #33221805 未加载
faizshah超过 2 年前
All I can think about is the poor oncall engineer waking up to a latency alarm on a saturday night.
评论 #33221691 未加载
评论 #33221662 未加载
评论 #33221500 未加载
评论 #33221693 未加载
bubblehack3r超过 2 年前
This happens on google.com too:<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?q=how+many+emojis+on+ios&amp;oq=how+many+emojis+on+ios" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?q=how+many+emojis+on+ios&amp;oq=ho...</a>
stncls超过 2 年前
This looks like a timeout.<p>- same request with &quot;s&quot; removed from &quot;emojis&quot;: works, but in 5.03 seconds (!)<p>- &quot;how many emoji symbols on ios&quot;: 1.37 seconds<p>Other modifications further decrease the request time.
评论 #33221842 未加载
评论 #33221571 未加载
评论 #33221875 未加载
sleepychu超过 2 年前
Fascinating. &quot;How many bananas on iOS&quot; and &quot;how many emojis on Android&quot;, &quot;emojis on iOS&quot; work fine.<p>Maybe the quantity question is running into an error trying to make one of those cards? Incredible that it just crashes search though.
评论 #33221885 未加载
评论 #33221667 未加载
tech234a超过 2 年前
Startpage, which uses Google&#x27;s search API, returns no results for this query [1], so it may not be an issue relating to Instant Answers.<p>[1]: <a href="https:&#x2F;&#x2F;www.startpage.com&#x2F;sp&#x2F;search?query=how+many+emojis+on+ios" rel="nofollow">https:&#x2F;&#x2F;www.startpage.com&#x2F;sp&#x2F;search?query=how+many+emojis+on...</a>
theK超过 2 年前
Would be definitely interesting to read a report on what triggers this error! I don’t think it is a tile error as presumably the backend that collects all the answers would be set up in a way that is resilient to upstream errors. So maybe the core results compiler?
评论 #33221542 未加载
评论 #33223247 未加载
评论 #33221866 未加载
goforbg超过 2 年前
Server Error We&#x27;re sorry but it appears that there has been an internal server error while processing your request. Our engineers have been notified and are working to resolve the issue. Please try again later.
kbob超过 2 年前
Fixed in under three hours. Once again, the front page of HN is the most effective bug reporting mechanism.
评论 #33222893 未加载
swagmoney1606超过 2 年前
It appears to cause errors with my Google Home as well. Asking it &quot;How many emojis on iOS?&quot; (exactly the same as the OP string) causes my google home to stall for quite a bit (about 20 seconds or so).<p>All other queries resolve almost instantly.
nestea-ca超过 2 年前
Looks like it was just fixed as I got an infinite load a few minutes ago but now it works fine. My fanciful guess is that they use a LM (language model) to determine if something is an answerable question and then if it is parse certain pages with an LM if it is classified as an answerable question. Maybe the LM stuttered on something on emojipedia.
ummonk超过 2 年前
&quot;how many emojis in ios&quot; seems to trip it too<p>edit: so does &quot;how many emojis ios&quot; and &quot;how many emojis apple&quot; but not &quot;how many emojis android&quot;
pastelsky超过 2 年前
Something to do with processing an unusually large number of emojis?<p>I wonder if processing emoji characters has any different performance characteristics than other UTF characters.
captainmuon超过 2 年前
I would guess it has nothing to do with the index, and more with widgets - these special little result boxes that appear when you do a calculation, ask for the weather, and so on. Google has quite a few of them, and some are pretty whimsical. I read that new people on the search &#x2F; frontpage team get to write on of those as a training task. They must be quite encapsulated from the rest of the system. But obviously at some point one of them is going to have a bug.<p>Just guessing, maybe it was supposed to show a certain emoji, like &quot;hamburger emoji on iOS&quot;, and got tripped up by the result of a search like &quot;how many site:emojipedia.org&quot; which leads to the FAQ and that can&#x27;t be parsed?
soheil超过 2 年前
Server Error We&#x27;re sorry but it appears that there has been an internal server error while processing your request. Our engineers have been notified and are working to resolve the issue.<p>Please try again later.
Razengan超过 2 年前
<i>&quot;That day, we found a way to fight back...&quot;</i>
greendude29超过 2 年前
Interestingly it crashes starting on &quot;how many emojis on i&quot;
评论 #33221598 未加载
评论 #33221589 未加载
评论 #33221607 未加载
评论 #33221600 未加载
评论 #33221593 未加载
lucasfcosta超过 2 年前
Fascinating! It may be trying to create that response panel on the top with the absolute number but maybe it&#x27;s erroring out when trying to parse the actual Unicode points.
评论 #33222005 未加载
andirk超过 2 年前
According to this <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32393051" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32393051</a> , a couple years ago people were getting the &quot;We&#x27;re sorry but it appears that there has been an internal server error while processing your request. Our engineers have been notified and are working to resolve the issue.&quot; and it was because of a fireball?
bubblehack3r超过 2 年前
Searching through Google translate loads the page but without content:<p><a href="https:&#x2F;&#x2F;translate.google.com&#x2F;translate?sl=de&amp;tl=en&amp;hl=en&amp;u=https:&#x2F;&#x2F;www.google.com&#x2F;search?q%3Dhow%2Bmany%2Bemojis%2Bon%2Bios%26oq%3Dhow%2Bmany%2Bemojis%2Bon%2Bios&amp;client=webapp" rel="nofollow">https:&#x2F;&#x2F;translate.google.com&#x2F;translate?sl=de&amp;tl=en&amp;hl=en&amp;u=h...</a>
soheil超过 2 年前
Same exact error message appearing on Google Scholar in 2015 <a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;33741372&#x2F;google-server-gives-a-server-error-with-the-first-request-in-private-browsing-mo" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;33741372&#x2F;google-server-g...</a>
peter_retief超过 2 年前
Must be fixed now, I don&#x27;t get an error.
habibur超过 2 年前
Not only on .nz ... this happens on the main site google.com too. Displaying the message &quot;Server Error : Internal server error...&quot; after spending a long time for the page to download.<p>That indicates every search we are making might be triggering a high CPU load somewhere before displaying the message.
评论 #33222107 未加载
thompsonparker超过 2 年前
Getting the following now:<p><i>Server Error We&#x27;re sorry but it appears that there has been an internal server error while processing your request. Our engineers have been notified and are working to resolve the issue. Please try again later.</i>
geewee超过 2 年前
Seems to not crash for me - just takes several seconds to load the results.
soheil超过 2 年前
Related discussion from a few months ago <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32393051" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=32393051</a>
name_y超过 2 年前
Also happens if you replace &quot;iOS&quot; with &quot;Windows&quot;.
评论 #33221497 未加载
评论 #33221511 未加载
soheil超过 2 年前
My guess is this is related to instant answers section at the top of the search results. It&#x27;s trying to figure out the count, but it&#x27;s failing for one reason or another.
reaperducer超过 2 年前
If a search engine returns the same quality of information with an error message as it does with the actual results, is it really an error?
manholio超过 2 年前
Also works for &quot;how many emojis iphone&quot; but strangely not other platforms like Windows or Android.
wslh超过 2 年前
Sounds like they are recognizing and redirecting searches to specific functions. It is obvious but with this error we can make a conjecture that some of these functions are written as multiple code snippets without too much engineering responsability.<p>Just my two cents remembering Google acquisition of Freebase and a quest for understanding content at a higher level (e.g. number of retweets in a tweet).
评论 #33223114 未加载
r0n0j0y超过 2 年前
I see &#x27;Server Error&#x27; for &quot;how many emojis on ios&quot;<p>Works fine for &quot;how many emojis in ios&quot;
Monotoko超过 2 年前
Seems to be working now, not sure if it&#x27;s just me or whether it&#x27;s working for everyone?
评论 #33222248 未加载
datatravel超过 2 年前
DuckDuckGo is the answer then.
评论 #33221456 未加载
yreg超过 2 年前
For me the query timed out on first attempt, but worked on the subsequent ones.
johndfsgdgdfg超过 2 年前
This is a good reminder for everyone to switch to other search providers.
newbieuser超过 2 年前
maybe this is a google joke. there are so many that they cannot calculate.
评论 #33221603 未加载
soheil超过 2 年前
If you add a start date filter (even since 2000 years ago) it will work.
PieUser超过 2 年前
Searching for &quot;emojipedia.com&quot; causes it to hang as well
Apocryphon超过 2 年前
Too many, clearly.
soheil超过 2 年前
Also breaks for<p>how many emojis are there on iphone
ezekg超过 2 年前
Works on Kagi. Must be superior.
NetOpWibby超过 2 年前
Neeva for Safari loads with no problem. Wonder what makes Google wig out.
firecall超过 2 年前
Bloody does too!
justshowpost超过 2 年前
I love how &quot;hackers&quot; are defending evil-corp-with-happy-face-logo
评论 #33221861 未加载
评论 #33221831 未加载
jbverschoor超过 2 年前
My guess: when you search, google fires up several background processes&#x2F;threads for that query.<p>Not only search, but also for a quick answers, maps, ads. These services might be slower than the search query or a max response time, in which case they get ignored.<p>When the search query finished, they might wait a few milliseconds for the other services, if it’s still under the target response time. After that google will render the results with all info that completed.<p>My guess is that one of these services crashes, most likely the main search one. This way you can wait forever for it to finish.<p>So it’s probably a bug in the way it’s yielding&#x2F;waiting for the spawned processes.<p>Other option is that for certain processes they don’t spawn a background process, because it’s faster to run locally&#x2F;direct&#x2F;in-memory, because the data is quite small and just rums on every node. they’d start this after spawning the other processes, so if this service returns an error, it might screw up the yielding&#x2F;waiting&#x2F;collecting, although I’d expect an exception&#x2F;error page instead of the indefinite waiting that’s happening
评论 #33221948 未加载