Errata

Building the Realtime User Experience

Errata for Building the Realtime User Experience

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed, PDF, , Other Digital Version
Page 147
Code block

The "q" parameter is missing in the url.

url = "http://query.yahooapis.com/v1/public/yql?format=json&=%s" % yql
should read:
url = "http://query.yahooapis.com/v1/public/yql?format=json&q=%s" % yql

Note from the Author or Editor:
This fix is exactly right. Take the code as entered.

fnor  Jul 24, 2010