Hello every one
I'm trying to subscribe in light streamer using COMMAND type
this is my subscription details
subscription = Subscription(
mode="COMMAND",
items=["LStocks","pick:xxxx"],\
fields=["key","command","data"])
subscription.setFieldSchema("key,command,data")
subscription.setDataAdapter("***********")
subscription.setRequestedSnapshot("yes")
subscription.setRequestedMaxFrequency("unlimited")
always getting the below error
2024-11-20 20:38:57.399562|DEBUG|lightstreamer.stream|LS_IO|HTTP event: text(NOOP,sending placeholder data)
2024-11-20 20:38:57.435987|DEBUG|lightstreamer.stream|LS_IO|HTTP event: text(NOOP,sending placeholder data)
2024-11-20 20:38:57.466280|DEBUG|lightstreamer.stream|LS_IO|HTTP event: text(CONS,unlimited)
2024-11-20 20:38:57.519052|DEBUG|lightstreamer.protocol|Thread-2 (_hx_local_0)|CONS BWUnlimited
2024-11-20 20:38:57.779655|DEBUG|lightstreamer.stream|LS_IO|HTTP event: text(REQERR,1,66,Unexpected error in getItems)
2024-11-20 20:38:57.795293|DEBUG|lightstreamer.protocol|LS_IO|REQERR 1 66 Unexpected error in getItems
2024-11-20 20:38:57.811723|WARN |lightstreamer.subscriptions|LS_IO|Subscription 1 failed: 66 - Unexpected error in getItems
2024-11-20 20:38:57.864532|DEBUG|lightstreamer.stream|LS_IO|HTTP event: complete
2024-11-20 20:38:57.880231|DEBUG|lightstreamer.stream|LS_IO|HTTP disposing