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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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
Getting The Following Error """Retrying (Retry(Total=232, Connect=240, Read=239, Redirect=240, Status=233)) After Connection Broken By 'Readtimeouterror("Httpconnectionpool"""

getting the following error """Retrying (Retry(total=232, connect=240, read=239, redirect=240, status=233)) after connection broken by 'ReadTimeoutError("HTTPConnectionPool"""

  
  
Posted 4 years ago
Votes Newest

Answers 10


Then I did set CURL_CA_BUNDLE to empty string

  
  
Posted 4 years ago

Just updating, this issue is being discussed here: https://github.com/allegroai/trains/issues/126

  
  
Posted 4 years ago

after trying different options mentioned in FAQ I got the following error

  
  
Posted 4 years ago

Also which option did you try that changed the response?

  
  
Posted 4 years ago

What exactly produced this response? cURL?

  
  
Posted 4 years ago

First I set no_proxy to 127.0.0.1

  
  
Posted 4 years ago

Exception: Failed getting token (error 401 from http://dataanalytics2:8008 ): Authorization Required
Error: could not verify credentials:

  
  
Posted 4 years ago

Hi Manish, did you check our FAQ?

  
  
Posted 4 years ago

I see (on https://github.com/allegroai/trains/issues/126 ) that you got result code 400 from port 8008. This makes sense (when not sending anything to the server) it just tells you that it didn't get anything meaningful.

You should be able to get the same result if the proxy is configured correctly (and you send nothing in the message body).
And if the connection still times out, I would try using the proxy with a browser to 8008, and checking if you can get to the server at all using that proxy...

  
  
Posted 4 years ago
767 Views
10 Answers
4 years ago
one year ago
Tags
Similar posts