Unfortunately, I have some troubles to update wfrog. It just does not
work anymore. Here is what appears in the shell:
Traceback (most recent call last):
File "/usr/bin/wfrog", line 138, in <module>
component.run(config_file, settings)
File "/usr/lib/wfrog/wflogger/wflogger.py", line 132, in run
self.configure(config_file, settings_file)
File "/usr/lib/wfrog/wflogger/wflogger.py", line 94, in configure
(config, self.context) = self.configurer.configure(options, self,
config_file, settings_file)
File "/usr/lib/wfrog/wfcommon/config.py", line 134, in configure
v.init(context=context)
File "/usr/lib/wfrog/wfcommon/generic/service.py", line 59, in _call
return services[self.name].__getattribute__(attr).__call__(*args,
**keywords)
File "/usr/lib/wfrog/wfcommon/generic/include.py", line 71, in _call
self._init(keywords['context'])
File "/usr/lib/wfrog/wfcommon/generic/include.py", line 63, in _init
config = yaml.load(conf_str)
File "/usr/lib/python2.6/dist-packages/yaml/__init__.py", line 71, in load
return loader.get_single_data()
File "/usr/lib/python2.6/dist-packages/yaml/constructor.py", line
37, in get_single_data
node = self.get_single_node()
File "/usr/lib/python2.6/dist-packages/yaml/composer.py", line 35,
in get_single_node
if not self.check_event(StreamEndEvent):
File "/usr/lib/python2.6/dist-packages/yaml/parser.py", line 98, in
check_event
self.current_event = self.state()
File "/usr/lib/python2.6/dist-packages/yaml/parser.py", line 143, in
parse_implicit_document_start
StreamEndToken):
File "/usr/lib/python2.6/dist-packages/yaml/scanner.py", line 116,
in check_token
self.fetch_more_tokens()
File "/usr/lib/python2.6/dist-packages/yaml/scanner.py", line 248,
in fetch_more_tokens
return self.fetch_double()
File "/usr/lib/python2.6/dist-packages/yaml/scanner.py", line 656,
in fetch_double
self.fetch_flow_scalar(style='"')
File "/usr/lib/python2.6/dist-packages/yaml/scanner.py", line 667,
in fetch_flow_scalar
self.tokens.append(self.scan_flow_scalar(style))
File "/usr/lib/python2.6/dist-packages/yaml/scanner.py", line 1158,
in scan_flow_scalar
chunks.extend(self.scan_flow_scalar_spaces(double, start_mark))
File "/usr/lib/python2.6/dist-packages/yaml/scanner.py", line 1245,
in scan_flow_scalar_spaces
"found unexpected end of stream", self.get_mark())
yaml.scanner.ScannerError: while scanning a quoted scalar
in "<string>", line 6, column 1:
" path: data/wfrog.csv
^
found unexpected end of stream
in "<string>", line 16, column 1:
^
Best,
Frédéric
It was just a very stupid fault of mine in the storage config gile.
best,
Frédéric
Le 20 février 2012 13:37, Jordi Puigsegur Figueras
<jordi.p...@gmail.com> a écrit :