Skip to content

Browser window does not open on launch (Windows only) #12

Description

@DrGFreeman

When launching the application on Windows (yamldash.app.run function), no web browser window opens and the message You'll need a new app to open this 127.0.0.1 link is displayed.

Adding the http:// protocol in front of the 127.0.0.1 address in the webbrowser.open() call solves the issue.

webbrowser.open("127.0.0.1:8080", new=2)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions