pysonic
pysonic copied to clipboard
TypeError: argument 'args': 'str' object cannot be converted to 'PyTuple'
Using ingestion code sample, using v0.1.2, I get:
OSError: Client cannot parse response from sonic server. Please write an issue to github (https://github.com/pleshevskiy/sonic-channel).
Then I commented out the ping line, I get:
Traceback (most recent call last):
File "/home/mrloyal/Temp/xspeed_search/sample.py", line 5, in <module>
ingestcl.push("wiki", "articles", "article-1", "for the love of god hell")
TypeError: argument 'args': 'str' object cannot be converted to 'PyTuple'
I rolled back to v0.1.1 and it works.
Ok, i will fix it
Hello guys, thanks for the great efforts. Am just wondering what is the state if the fix if at all possible.