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
TimeoutError

Hi guys!

Does anyone know how to prevent the asyncio.exceptions.TimeoutError?

Is there anything I can do?

I am using Python BDK.

Thankserror.png

  
  

Can you elaborate on when you experience this, what your code structure looks like and what version of the python BDK you're using?

Yong Sheng Tan   2 years ago Report
  
  

I've seen this issue as well. We see it when our Pod sometimes gets disconnected. I'm not sure how to recover from this yet but would love to get input on how to solve it. I also have a Github issue open with the developers on this one. It's almost as if if it looses connectivity it just hangs indefinitely and never attempts to connect back.

dk   2 years ago Report
  
  

Thanks @<1369010258210459648|dk> for raising that. I'll leave this to the dev team for further investigation. Adding the issue here for reference: https://github.com/finos/symphony-bdk-python/issues/256

Yong Sheng Tan   2 years ago Report
  
  

Looks like we should see a fix in the next release, thanks for reporting and glad we weren't the only ones experiencing this!

dk   2 years ago Report
Votes Newest

Answers


This is now fixed in the 2.2.1 release of the Python BDK
https://github.com/finos/symphony-bdk-python/releases/tag/2.2.1

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