pysonic icon indicating copy to clipboard operation
pysonic copied to clipboard

TypeError: argument 'args': 'str' object cannot be converted to 'PyTuple'

Open setop opened this issue 2 years ago • 2 comments

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.

setop avatar Jan 31 '23 22:01 setop

Ok, i will fix it

AlongWY avatar Mar 01 '23 03:03 AlongWY

Hello guys, thanks for the great efforts. Am just wondering what is the state if the fix if at all possible.

splimter avatar Mar 24 '24 22:03 splimter