You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything I could do to help further debug?
[root@node ~]# blueprint-create -S web-shell
# [blueprint] using cached blueprintignore(5) rules
# [blueprint] searching for PEAR/PECL packages
# [blueprint] searching for Yum packages
# [blueprint] searching for configuration files
# [blueprint] searching for APT packages
# [blueprint] searching for Ruby gems
# [blueprint] searching for npm packages
# [blueprint] searching for software built from source
# [blueprint] searching for Python packages
# [blueprint] searching for service dependencies
Traceback (most recent call last):
File "/bin/blueprint-create", line 79, in <module>
filename = getattr(b, options.generate)(options.relaxed).dumpf()
File "/usr/lib/python2.7/site-packages/blueprint/frontend/sh.py", line 333, in dumpf
f.write('{0}\n'.format(out))
File "/usr/lib64/python2.7/codecs.py", line 691, in write
return self.writer.write(data)
File "/usr/lib64/python2.7/codecs.py", line 351, in write
data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 138: ordinal not in range(128)
Puppet and Chef seemed to work.
The text was updated successfully, but these errors were encountered:
Is there anything I could do to help further debug?
Puppet and Chef seemed to work.
The text was updated successfully, but these errors were encountered: