I have a problem when i try to start FiftyOne. I installed it without problem, but, when i want to launch app to see the dataset i downloaded, the terminal says "App launched. Point your web browser to http://localhost:5151". But, when i go the the url, there is the error connection refused.
I'm on Windows 11 and i'm using the latest version of Python and FiftyOne.
I try with another type of service like angular app for example, that use localhost and another port, and there wasn't problems.
You may be trying to launch the FiftyOne App in script? If so, session.wait(-1) should be used. Also note that on Windows, a main guard should also be used.