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
When I run the sample script I get the following error:
Traceback (most recent call last):
File "test2.py", line 21, in
stream.add_node(node_a,node_b)
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 71, in call
self.commit()
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 83, in commit
self.stream_method.send(self.action())
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 80, in action
return {self.header.value:action_json}
AttributeError: 'str' object has no attribute 'value'
Any idea how to fix this ?
The text was updated successfully, but these errors were encountered:
When I run the sample script I get the following error:
Traceback (most recent call last):
File "test2.py", line 21, in
stream.add_node(node_a,node_b)
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 71, in call
self.commit()
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 83, in commit
self.stream_method.send(self.action())
File "/usr/local/lib/python2.7/site-packages/gephistreamer/streamer.py", line 80, in action
return {self.header.value:action_json}
AttributeError: 'str' object has no attribute 'value'
Any idea how to fix this ?
The text was updated successfully, but these errors were encountered: