Google app engine API explorer on Linux (Ubuntu) - linux

I am trying to open API explorer on chromium browser for Ubuntu: (localhost:8080/_ah/api/explorer)
I got the : "The API you are exploring is hosted over http ..." error
I can see ways to solve the issue on Windows and MAC, but couldn't find how to solve it on Linux, Ubuntu.
Thanks for the help

Related

How can one install linux google chrome binary on a Mac?

I have a Django app that web-scrapes (using Selenium) that I am trying to deploy to google cloud. I am having issues with opening Chrome driver in the virtual environment on google's servers. I believe they are Linux.
I was able to install the linux version of Chromedriver into the virtual environment but I am getting a "cannot find Chrome binary" error as pictured:
https://imgur.com/a/Ib3x0ZW
I have done some research and it seems that this is because Google Chrome is not installed in the virtual environment. The links to install Google Chrome online all force me to download macOS versions.
How can I download Google Chrome (specifically its binary) on my Mac so I can put it in the virtual environment that will be run on linux?
I think that StackOverflow is not the proper place to ask for this kind of question.
You could try to find your problem in the following Google Chrome Help page.
If you don't find the answer in the previous link, you could ask for help in the Google Chrome Help Community.

how to open a url from a linux server on a windows box

I am running a windows server on my windows machine and want to be able to open a URL in the the web browser of the windows machine.
I would be grateful if anyone could tell me of this is possible and if so how to achieve it.
If you are trying to access an http resource, you would use:
"http://<YOUR LINUX IP ADDRESS>/"

Spotify App directory on Windows XP?

I'm trying to debug a spotify app in spotify on a windows system. But I'm not able to start the app. I've the same problem which is described in this Post but on Windows XP the paths are different.
I tried C:\Documents and Settings[user name]\My Documents\Spotify but that doesn't work. Any idea how I can get that to work?
I needed to restart the VM. Than it worked.

Debugging Azure: window popup says The web browser can not be started

I have a web application asp.net to deploy to Windows Azure. This application contains one web role. I try to run it on local first. But when debugging, I catch this error from VS2010: "Window Azure Tools for Microsoft Visual Studio
The Web Browser can not be started. To resolve this problem, you must restart Windows."
I have restarted windows several times, but there was no luck.![enter image description here][1]
I've search so hard to find the solution for this problem but there's nothing seems work for me. I'm a newbie in Windows Azure, it's really a big trouble with me. Please help me! Thanks a lot. Best Regards.
There could be two problems:
Problem with your IIS settings: It is possible that there is a problem with your IIS in your machine which could not be restarted when VS2010, wants to run it.
To verify it what you can do it launch your Web Role using "View in Browser" setting and see if your Web Role can run in IIS, you will see the web role started in a URL as http:\localhost:XXXXX and that would be the first step to resolved.
Problem will your Windows Azure SDK which could not launch the WebBrowser to run in IIS
If you don't have problem in this step #1, then it is possible that Windows Azure SDK has some problem trying to start your IIS from external process and this could be caused by corrupted SDK installation or any other reason.
If that is the case try:
remove all Windows Azure SDK components from your machine.
Restart the machine, Install Azure SDK from here for VS2010
After SDK install, restart the VS2010 in admin mode and try created a hello world webrole and see what happens.

mmc could not create the snap in error when launching internet information services

I am getting this error when trying to run internet information services on a Virtual Machine running windows XP. Anyone have any idea?
I was able to get the solution from somewhere else and here it is:
regsvr32 %windir%\system32\inetsrv\inetmgr.dll

Resources