Skip to content

Error During Install #3

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'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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