Project

General

Profile

Segnalazione #91

Errore in create sul plugin firewall

Added by Enrico Zini over 7 years ago. Updated over 7 years ago.

Status:
Chiuso
Priority:
Normale
Assignee:
Start date:
11/25/2016
Due date:
% Done:

0%

Estimated time:

Description

Da octofussctl:

/> create /firewall/conf/allowed_wan_hosts/test test
Error (UnknownException): name 'self_values' is not defined

History

#1

Updated by Christopher R. Gabriel over 7 years ago

  • Assignee set to Enrico Zini

L'errore e' in pyoctofuss, non in octofussd:

2016-11-25T15:23:22+0100 [stderr#error]   File "/home/cgabriel/git/fuss/pyoctofuss/octofuss/xmlrpc.py", line 121, in _wrap_call
2016-11-25T15:23:22+0100 [stderr#error]     res = callable(*args)
2016-11-25T15:23:22+0100 [stderr#error]   File "src/octofussd", line 140, in create
2016-11-25T15:23:22+0100 [stderr#error]     return self.tree.create(path, value)
2016-11-25T15:23:22+0100 [stderr#error]   File "/home/cgabriel/git/fuss/pyoctofuss/octofuss/tree.py", line 114, in create
2016-11-25T15:23:22+0100 [stderr#error]     return self.lcreate(_tolist(path), value)
2016-11-25T15:23:22+0100 [stderr#error]   File "/home/cgabriel/git/fuss/pyoctofuss/octofuss/tree.py", line 273, in lcreate
2016-11-25T15:23:22+0100 [stderr#error]     return tree.lcreate(path[1:], value, **kw)
2016-11-25T15:23:22+0100 [stderr#error]   File "/home/cgabriel/git/fuss/pyoctofuss/octofuss/tree.py", line 273, in lcreate
2016-11-25T15:23:22+0100 [stderr#error]     return tree.lcreate(path[1:], value, **kw)
2016-11-25T15:23:22+0100 [stderr#error]   File "/home/cgabriel/git/fuss/pyoctofuss/octofuss/tree.py", line 273, in lcreate
2016-11-25T15:23:22+0100 [stderr#error]     return tree.lcreate(path[1:], value, **kw)
2016-11-25T15:23:22+0100 [stderr#error]   File "/home/cgabriel/git/fuss/pyoctofuss/octofuss/tree.py", line 498, in lcreate
2016-11-25T15:23:22+0100 [stderr#error]     self_values[path[0]] = value
2016-11-25T15:23:22+0100 [stderr#error] NameError: name 'self_values' is not defined
#2

Updated by Christopher R. Gabriel over 7 years ago

  • Project changed from octofussd to pyoctofuss
#3

Updated by Enrico Zini over 7 years ago

  • Status changed from Nuovo to Chiuso

Sistemato in 8f324ba149c0f6b02477fadb4eddc7c8c321b754.

Con la pyoctofuss sistemata l'errore in octofussd sparisce.

Also available in: Atom PDF