<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: OS X: Fandango Movie Theaters widget</title>
	<atom:link href="http://uneasysilence.com/archive/2007/06/11241/feed/" rel="self" type="application/rss+xml" />
	<link>http://uneasysilence.com/archive/2007/06/11241/</link>
	<description></description>
	<lastBuildDate>Sat, 07 Nov 2009 15:32:51 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Justin Thomas</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-401804</link>
		<dc:creator>Justin Thomas</dc:creator>
		<pubDate>Wed, 23 Jan 2008 15:23:17 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-401804</guid>
		<description>I did some digging into the widget on a buddies working leopard machine and discovered the widget in leopard is different than the one everyone has been using in tiger. There is now a new script called moviesparser.js in the following location

/System/Library/WidgetResources/.parsers/

And Apple is no longer grabbing data from Fandango directly they are polling from themselves. I was able to make the leopard widget work on tiger in safari just testing by copying those two files. It will not work yet in the dashboard.</description>
		<content:encoded><![CDATA[<p>I did some digging into the widget on a buddies working leopard machine and discovered the widget in leopard is different than the one everyone has been using in tiger. There is now a new script called moviesparser.js in the following location</p>
<p>/System/Library/WidgetResources/.parsers/</p>
<p>And Apple is no longer grabbing data from Fandango directly they are polling from themselves. I was able to make the leopard widget work on tiger in safari just testing by copying those two files. It will not work yet in the dashboard.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randy Kaempen</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-401622</link>
		<dc:creator>Randy Kaempen</dc:creator>
		<pubDate>Sat, 19 Jan 2008 22:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-401622</guid>
		<description>This widget seems to work for me in Leopard, but it shows a runtime of over 2 hours for most movies.  Movies which are listed on Fandango&#039;s website as 1:24 show as 2:24 in the widget.  They have a bad calculation somewhere.</description>
		<content:encoded><![CDATA[<p>This widget seems to work for me in Leopard, but it shows a runtime of over 2 hours for most movies.  Movies which are listed on Fandango&#8217;s website as 1:24 show as 2:24 in the widget.  They have a bad calculation somewhere.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Thomas</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-401400</link>
		<dc:creator>Justin Thomas</dc:creator>
		<pubDate>Mon, 14 Jan 2008 00:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-401400</guid>
		<description>I think I may be on to something as for why this is not working for non leopard users. Gonna need some help from someone with a working copy on leopard. If you open the widget to view internal files there is a javascript source file called parser.js, this contains the javascript to poll Fandango for the movie data. It is using the following URL to poll the data

&quot;http://www.fandango.com/frdi?pid=A99D3D1A-774C-4914-9E3B-18645117428A&amp;op=performancesbypostalcodesearch&amp;verbosity=1&amp;postalcode=&quot;

If you put this into your web browser the fandango site returns the following error code:

The partner id &#039;A99D3D1A-774C-4914-9E3B-18645117428A&#039; is not valid or is not recognized.

You can see that the pid from the url is being rejected by their code, my conclusion is that the newer widget in leopard is using a working partner id code and the fix may be as easy as modifying the id code in the older versions with the working one from the newer version in leopard. 

If someone with a working copy would like to help please post here the pid from the parser.js file within the widget. To access the contents of the widget, locate the widget file in library/widgets then right click and select show package contents. The parser.js file will be in there and can be viewed with textmate or any other text editor.

Thanks,
Justin</description>
		<content:encoded><![CDATA[<p>I think I may be on to something as for why this is not working for non leopard users. Gonna need some help from someone with a working copy on leopard. If you open the widget to view internal files there is a javascript source file called parser.js, this contains the javascript to poll Fandango for the movie data. It is using the following URL to poll the data</p>
<p>&#8220;http://www.fandango.com/frdi?pid=A99D3D1A-774C-4914-9E3B-18645117428A&amp;op=performancesbypostalcodesearch&amp;verbosity=1&amp;postalcode=&#8221;</p>
<p>If you put this into your web browser the fandango site returns the following error code:</p>
<p>The partner id &#8216;A99D3D1A-774C-4914-9E3B-18645117428A&#8217; is not valid or is not recognized.</p>
<p>You can see that the pid from the url is being rejected by their code, my conclusion is that the newer widget in leopard is using a working partner id code and the fix may be as easy as modifying the id code in the older versions with the working one from the newer version in leopard. </p>
<p>If someone with a working copy would like to help please post here the pid from the parser.js file within the widget. To access the contents of the widget, locate the widget file in library/widgets then right click and select show package contents. The parser.js file will be in there and can be viewed with textmate or any other text editor.</p>
<p>Thanks,<br />
Justin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pat ferris</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-401250</link>
		<dc:creator>pat ferris</dc:creator>
		<pubDate>Tue, 08 Jan 2008 22:00:47 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-401250</guid>
		<description>I have the same problem as the others have written.  I have a new imac and the latest leopard.  it worked yesterday and then when I switched the cupertino address that it came with - &#039;invalid&#039;.   when i connect with the &#039;i&#039; it is going to a website without www and it says error.  can you help?
thanks</description>
		<content:encoded><![CDATA[<p>I have the same problem as the others have written.  I have a new imac and the latest leopard.  it worked yesterday and then when I switched the cupertino address that it came with &#8211; &#8216;invalid&#8217;.   when i connect with the &#8216;i&#8217; it is going to a website without www and it says error.  can you help?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avo</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-399007</link>
		<dc:creator>Avo</dc:creator>
		<pubDate>Tue, 06 Nov 2007 07:05:05 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-399007</guid>
		<description>Which means Apple deliberately broke it for Tiger ...</description>
		<content:encoded><![CDATA[<p>Which means Apple deliberately broke it for Tiger &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-398947</link>
		<dc:creator>Benjamin</dc:creator>
		<pubDate>Mon, 05 Nov 2007 01:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-398947</guid>
		<description>Here is how to fix it:
I had this widget before I switched to leopard.
So, just delete the widget and a new one will appear.
This one works.
Take care.
Benjamin</description>
		<content:encoded><![CDATA[<p>Here is how to fix it:<br />
I had this widget before I switched to leopard.<br />
So, just delete the widget and a new one will appear.<br />
This one works.<br />
Take care.<br />
Benjamin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mpmchugh</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-398922</link>
		<dc:creator>mpmchugh</dc:creator>
		<pubDate>Sun, 04 Nov 2007 08:15:04 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-398922</guid>
		<description>Check and see if you have a Movies widget in your user ~/Library/Widgets folder. If so delete is, and Dashboard will use the newly installed on at /Library/Widgets., which will work.

-mpm</description>
		<content:encoded><![CDATA[<p>Check and see if you have a Movies widget in your user ~/Library/Widgets folder. If so delete is, and Dashboard will use the newly installed on at /Library/Widgets., which will work.</p>
<p>-mpm</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leigh</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-398795</link>
		<dc:creator>Leigh</dc:creator>
		<pubDate>Thu, 01 Nov 2007 02:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-398795</guid>
		<description>Does this widget only work on Leopard? I can&#039;t even find it on the dashboard page on apple.com ... anyone know what&#039;s up</description>
		<content:encoded><![CDATA[<p>Does this widget only work on Leopard? I can&#8217;t even find it on the dashboard page on apple.com &#8230; anyone know what&#8217;s up</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Tucker</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-398706</link>
		<dc:creator>Chris Tucker</dc:creator>
		<pubDate>Tue, 30 Oct 2007 17:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-398706</guid>
		<description>I emailed Fandango about this, and was told, &quot;Well, it works for ME.&quot;

Screw &#039;em!</description>
		<content:encoded><![CDATA[<p>I emailed Fandango about this, and was told, &#8220;Well, it works for ME.&#8221;</p>
<p>Screw &#8216;em!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean</title>
		<link>http://uneasysilence.com/archive/2007/06/11241/comment-page-1/#comment-398590</link>
		<dc:creator>Dean</dc:creator>
		<pubDate>Mon, 29 Oct 2007 02:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://uneasysilence.com/archive/2007/06/11241/#comment-398590</guid>
		<description>***THIS JUST IN***  This widget comes/works with Leopard!!!</description>
		<content:encoded><![CDATA[<p>***THIS JUST IN***  This widget comes/works with Leopard!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
