Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Answered
API exception while starting the Bot Application

I’m getting Symphony API exception while staring the Bot Application.

[SymphonyBdk_DatafeedThread] c.s.bdk.core.retry.RetryWithRecovery : Exception recovered

com.symphony.bdk.http.api.ApiException: {"code":400,"message":"Could not find a datafeed with the id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
at com.symphony.bdk.http.jersey2.ApiClientJersey2.invokeAPI(ApiClientJersey2.java:182)

Kindly help me to check on this issue.

Votes Newest

Answers


That just means that you have not started the bot in a while, so the previously-persisted datafeed has expired and you are trying to read it. Once this happens, the BDK will automatically create a new one and continue on the service loop. You can safely ignore this exception if the bot continues running after this.

  
  
Posted 2 years ago
Yong Sheng Tan
39 × 2 Administrator
2K Views
1 Answer
2 years ago
2 years ago
Tags