Skip to content

Error During Install #3

@satybald

Description

@satybald

While installing poly on Ubuntu 12.04 I have the following error:

URL: poly.local
Traceback (most recent call last):
File "./install.py", line 368, in
run()
File "./install.py", line 20, in run
setupConfig = determineSetupConfig(installDir)
File "./install.py", line 120, in determineSetupConfig
result = promptSetupConfig()
File "./install.py", line 148, in promptSetupConfig
result['hostUrl'] = normalizeHostUrl(prompt("URL"))
File "./install.py", line 160, in normalizeHostUrl
return re.match(r'^([a-z]+://.+[^/])/*$', url).group(1)
AttributeError: 'NoneType' object has no attribute 'group'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions