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.

Google Maps Problem (Street View does not work)

Downloaded SL no problem. Then tried to use the street view function with Google Maps, and I get a big black screen where the street-level pictures should be. If I play with it, I can conjure up a single picture, but cannot change views-- the screen is basically frozen until I exit Street View.

Has anyone else had this problem, or am I just on god's hit list again?

Mini, Mac OS X (10.6)

Posted on Aug 29, 2009 2:35 PM

Reply
57 replies

Sep 4, 2009 10:11 PM in response to Eric Westby

I continue to have the same problem with Street View under Snow Leopard! Worked fine with OS 10.5.8. Doesn't work for me in my main (administrator) account under 10.6. However, I did log into a guest account and Street View worked fine from the guest account.

When it works in the guest account, it works in both Safari and Firefox.

When it doesn't work in my main (administrator) account, it doesn't work in either Safari or Firefox.

I've tried:

1) Completely reinstalling Snow Leopard.
2) Turned off Pop-Up Blocking in Safari.
3) Reset all of Safari's settings except cookies and saved names and passwords.
4) Manually deleted ALL cookies with the word "google" in them (including three that were maps.google.com) and then quit Safari and restarted it.

None of these fixed Street View in my administrator account. And, frankly, making changes to any preferences or cookies or caches in Safari can't really be the solution because the problem occurs in Firefox too. Firefox has it OWN set of caches and cookies.

FWIW, I have only run Firefox maybe 6 times before this and that was only for a minute or two each time. I don't even have my bookmarks set in Firefox nor have I ever changed any of its preferences. It's about as close to a "raw" install of Firefox as you can get. Yet, Firefox still doesn't work with Street View in my administrator account.

I honestly don't think this has anything to do with either Firefox or Safari. I think it is something at a deeper system level. Something that only gets used, loaded or set when I boot my administrator account and not a guest account.

For the life of me, I can't figure out what it is.

FWIW (so others having the problem can compare): Mac Pro 1,1 with 5GB of RAM and the Radeon X1900 video card. Two DVI monitors (23" Cinema Display and 17" Samsung Syncmaster).

Mark

Message was edited by: Mark Booth2

Sep 5, 2009 5:58 AM in response to Roberto Sepúlveda

Just to confirm what has been observed: I have been experiencing the Street View issue in all browsers after upgrading the SL.

Additionally, I followed the above tip that suggested enabling the GUEST account in SL and using that GUEST account to access Google Maps Street View would work. And, it did.

Fast account switching, between, GUEST and regular account, confirmed that Street View worked properly from the GUEST account, but did not from my regular user account.

Thinking this to be a problem with Preferences in my regular user account, I deleted all the Macromedia Flash preferences I could find in the Library of my regular account.

Still no joy.

Any thoughts on this would be appreciated. Obviously, a "plain vanilla" GUEST account does NOT encounter the problem. But the question remains, what needs to be deleted in my regular account to achieve success?

Sep 5, 2009 7:51 AM in response to PBG4Ai17inch

All I can say is, Thank God I'm not the ONLY one experiencing this problem! 🙂 But, unfortunately, there appears to be just few enough of us to make me worry that Apple isn't checking into it too seriously.

I E-mailed the details of my problem to Apple using the OS X Feedback site:

http://www.apple.com/feedback/macosx.html

I urge others experiencing the problem to do the same thing.

Mark

Sep 5, 2009 8:15 AM in response to BevL

Also, no problems here.

Someone mentioned plugins. Could be. I don't know what is in a standard install, but here is what I have (/Library/Internet Plug-ins):
JavaPluginCocoa.bundle
flashplayer.xpt
nsIQTScriptablePlugin.xpt
DirectorShockwave.plugin
Flash Player.plugin
Flip4Mac WMV Plugin.plugin
Google Earth Plugin.plugin
iPhotoPhotocast.plugin
OfficeLiveBrowserPlugin.plugin
QuickTime Plugin.plugin
Silverlight.plugin
NP-PPC-Dir-Shockwave
Flip4Mac WMV Plugin.webplugin
Quartz Composer.webplugin

Sep 5, 2009 10:06 AM in response to Eric Westby

Obviously I regret my choice of words here, since it appears it wasn't a server issue after all. Mea culpa!

Still, we can see clearly that neither is it a Snow Leopard issue per se, since it only occurs with a small portion of users, and more importantly it isn't observed when using a guest account. Something in your main account is conflicting with Google Maps.

Perhaps an unsupported third-party Safari add-on?

Sep 5, 2009 10:09 AM in response to Mark Booth2

Mark Booth2 wrote:
All I can say is, Thank God I'm not the ONLY one experiencing this problem! 🙂 But, unfortunately, there appears to be just few enough of us to make me worry that Apple isn't checking into it too seriously.


It isn't just the small number of people, it's the fact that the problem goes away when using a guest account. That says definitively that it is not a Snow Leopard issue per se, but rather something in your main account that's conflicting with Google Maps street view.

Hope this makes sense: the guest account step has helped us rule out definitively that it's a general Snow Leopard issue.

Do any of you use any third-party Safari add-ons? Something to, say, change the interface or help with web development? I suppose it could even be something as innocuous as a wayward plug-in.

Sep 5, 2009 10:13 AM in response to PBG4Ai17inch

PBG4Ai17inch wrote:
Thinking this to be a problem with Preferences in my regular user account, I deleted all the Macromedia Flash preferences I could find in the Library of my regular account.


Actually Google Maps doesn't use Flash; rather, it uses a combination of JavaScript, XML, and other technologies collectively called AJAX, which are all built-into the browser and don't require a plug-in.

Perhaps another plug-in is getting in the way somehow, though? Or a web development tool of some kind that's interfering with all your installed browsers?

Sep 5, 2009 1:11 PM in response to Eric Westby

Eric,

The Google Maps pages appear to be AJAX as you say, however, once a Street View window opens, Flash is in there somewhere. If you control click on a Street View window, a Flash modal dialog box appears. It would appear Flash somehow figures into the panoramic navigation of the Street View window.

At this point I'm stymied as to where to look next. I snooped around in Safari using the DEVELOP, ERROR CONSOLE -- found some 403 "errors". Perhaps this relates to permissions? I'm in way over my head.

Sep 5, 2009 1:39 PM in response to Eric Westby

Here is info about Street View from the Google code website:

http://code.google.com/apis/maps/documentation/services.html#Streetview

**

The GStreetviewPanorama Object

Street View images are supported through use of the GStreetviewPanorama object, which provides an API interface to a Street View Flash® viewer. To incorporate Street View into your Maps API application, you will need to follow these simple steps:

Create a container (usually a
element) to hold the Street View Flash® viewer.

Create a GStreetviewPanorama object and place it within the container.

Initialize the Street View object to refer to a specific location and display an initial "point of view" (POV).

Handle unsupported browsers by checking for the 603 error value.

The GStreetviewPanorama object requires a container element within its constructor. It also, optionally, allows you to set its location using the GStreetviewPanoramaOptions parameter. You may call setLocationAndPOV() on the object after construction to change its location and POV.

Note: although Street View functionality is designed to be used in conjunction with a map, this usage is not required. You may use a standalone Street View object without a map.

*

Hopefully this will help identify the technology used in Street View and where to look for the problem in SL.

Message was edited by: PBG4Ai17inch

Sep 5, 2009 4:21 PM in response to Roberto Sepúlveda

Just checking back in. I am still having the same problem, although when I loaded SL on my other mac mini at work, it works fine.

I still suspect that this is a SL problem. I agree that it seems to be a 'tweener problem: it is common, but not common enough to trigger an investigation and a patch or other fix. I have complained to both Apple and Google, but of course they never respond to anything. So much for their famous customer service.

This is not a vague problem-- it is a specific problem that started when we loaded SL. I have tried everything that I can think of, and no luck. I am still holding out hope, and started a similar thread in the Google forum to see if there is any help to be found there. So far, not much.

I do appreciate that some people are trying to help, so thank you.

Sep 5, 2009 5:36 PM in response to Eric Westby

Eric, I've spent HOURS trying to figure out what is causing the conflict. Here's the contents of internet plug-ins folder:

DRM Plugin.bundle
Flash Player.plugin
flashplayer.xpt
Flip4Mac WMV Plugin.plugin
Flip4Mac WMV Plugin.webplugin
iPhotoPhotocast.plugin
JavaPluginCocoa.bundle
NP-PPC-DIr-Shockwave
nslQTScriptablePlugin.xpt
Quartz Composer.webplugin
QuickTime Plugin.plugin
RealPlayer Plugin.plugin

That's all of them. And here are the login items for my administrator account:

iTunesHelper
SpeechSynthesisServer
Airport Base Station Agent

That all of those.

I have three apps that I am wondering if they make ties into the system in such a way as to possible cause problems when they aren't running. They are:

Audio Hijack Pro
VideoBox
iShowU

Each of those apps are designed to allow you capture sound and/or video that's playing on your Mac. Between the three of them, I can capture ANY sound or ANY video being displayed by a website. So, I'm sure they tie into the system in some sneaky way. But I'm uncertain if they do this when they aren't running. I don't find any plugins for them and there's no startup (login) items for them.

Now, I know Audio Hijack Pro isn't compatible with Snow Leopard (the other two are). But, again, I have the problem with Street View when these three programs are not loaded or running.

In addition, I brought up Activity Monitor with just Safari loaded to try to see if I could catch any app or background process running that might be conflicting. I didn't see anything to be suspicious about in Activity Monitor.

Man, this is a TOUGH one! Something about my administrator account is causing the conflict but it continues to baffle me.

My sincere thanks to you and everyone else that has tried to help.

Mark

Sep 6, 2009 7:54 AM in response to PBG4Ai17inch

By Jove you're right -- Flash is used to display the panoramic image once street view is open! Well done!

So we know it's your Flash plug-in. Which version are you using? The 10.0.23 that came with Snow Leopard? I've already upgraded to the 10.0.32 version available at Adobe's site. Perhaps you could try that?

http://get.adobe.com/flashplayer/

It's vanishingly unlikely that everyone with the 10.0.23 player is seeing the street view problem, since Google checks their products rigorously against new browser versions, etc., but perhaps something in your installation went awry, and installing the new 10.0.32 will correct it.

Sep 6, 2009 8:10 AM in response to Eric Westby

After the initial Snow Leopard upgrade, Street View would not work, nor has it worked after I upgraded to the current Flash version. In fact I did this twice -- unsure if the first upgrade was in error. No Luck. This failure occurs while logged in to my primary USER account, and occurs in both Safari and Foxfire.

What is odd is that Street View works just fine in either browser if I Login as a GUEST -- which of course uses the same javascript, css, and Flash. The primary differences as a Guest are preferences, and the general permission scheme of the GUEST account itself.

Message was edited by: PBG4Ai17inch

Google Maps Problem (Street View does not work)

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