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
Back to post

Revisions 2

New Connection Error
New Connection Error
Hi, I have been having trouble connection to the symphony API. I have previously be able to connect and use a bot to scrape symphony rooms but I am now getting the errors below. ``` gaierror: [Errno 11001] getaddrinfo failed NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed MaxRetryError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //[REDACTED]/sessionauth/v1/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //[REDACTED]/sessionauth/v1/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) MaxRetryException: max auth retry limit ``` Has anyone had these errors and been able to fix them?
Hi, I have been having trouble connection to the symphony API. I have previously be able to connect and use a bot to scrape symphony rooms but I am now getting the errors below. gaierror: [Errno 11001] getaddrinfo failed NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed MaxRetryError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //symphony-api.bnymellon.net:443/sessionauth/v1/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //symphony-api.bnymellon.net:443/sessionauth/v1/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) MaxRetryException: max auth retry limit Has anyone had these errors and been able to fix them?
#support
#question
2 years ago
Original
New Connection Error

Hi, I have been having trouble connection to the symphony API. I have previously be able to connect and use a bot to scrape symphony rooms but I am now getting the errors below. gaierror: [Errno 11001] getaddrinfo failed NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed MaxRetryError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //symphony-api.bnymellon.net:443/sessionauth/v1/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) ConnectionError: HTTPSConnectionPool(host='https', port=443): Max retries exceeded with url: //symphony-api.bnymellon.net:443/sessionauth/v1/authenticate (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x000001B67F8575B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) MaxRetryException: max auth retry limit Has anyone had these errors and been able to fix them?
#question