-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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
Labels
No labels