Apple Event: May 7th at 7 am PT

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Dashboard Movies Widget suddenly not working

The built-in Movies widget from Apple (that shows movie posters as a slide show on one side and theaters/times on the other side) has suddenly stopped working. I tried to quit and reopen from Dashboard, move the widget out of the main library's widget folder, reinstalling by double clicking on it, removing preferences, deleting system cache, history, repairing permissions, copying the widget from another computer: nothing worked.


The rounded rectangular window simply shows "No movie data available" and clicking on it does not make it flip as it normally should. Therefore, it is just sitting there on the dashboard, not showing anything other than the sentence above, and cannot be customized. I can open several of these Movies widgets simultaneously and none works nor flips.


I cannot think of anything that might have made it stop working (my internet is OK, not a firewall issue). Any suggestion would be appreciated.


Thanks.

MacBook Air + iMac-OTHER, Mac OS X (10.6.8)

Posted on Oct 21, 2011 4:27 PM

Reply
93 replies

Oct 30, 2011 9:10 PM in response to S. G.

As both S.G. and X423424X stated, the issue actually lies with Apple and not Fandango. The server call to wu.apple.com is failing with a 503 server error, so the widget can't even get past the location search screen.


http://wu.apple.com/frdi?pid=A99D3D1A-774C-49149E&verbosity=1&date=2011-10-30&op =performancesbycitystatesearch&city=Cupertino&state=CA


It needs a response from that script to list all the theaters, movies and showtimes. It then builds the alphabetical list of movie trailers from the response to that original call cross-referencing the trailers XML feed here:


http://trailers.apple.com/trailers/home/xml/widgets/indexall.xml


The Movies.wdgt/localizedStrings.js file probably isn't required unless you are on a language other than English, but it may not even exist at all and just be unused legacy code.


Apple needs to fix that wu.apple.com script. Without it the widget is useless.

Nov 1, 2011 2:14 PM in response to Topher Kessler

Never Mind! I figured it out. I was just scrolling, not searching! Sorry!


Topher, I'm glad that worked for you guys. But it doesn't work for me. I used the Terminal and when I searched for "wu.apple.com" it's not in the file. I closed and removed the widget first.


Here's what shows in my moviesparser.js --- Any ideas why it's so different?

-------------------------------------------------------------------------------- ---


var _gLastMovieDataFetchDate;



function markLastMovieDataFetchDate() {

_gLastMovieDataFetchDate = new Date();

}



// return true if midnight (local time) has passed since data was last fetched

function getShouldFetchNewMovieData() {

if (!_gLastMovieDataFetchDate) {

return true;

}

// getDate() returns day of month as number

var midnightHasPassedSinceLastFetch = (new Date().getDate() != _gLastMo$

return midnightHasPassedSinceLastFetch;

}



function markShouldFetchNewData() {

_gLastMovieDataFetchDate = null;

}


Message was edited by: linda2009

Dashboard Movies Widget suddenly not working

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.