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
Having Trouble Trying To Set Up My Own Server Hosted Locally On My Mac, I'Ve Got It All Set Up Using Docker And I Can See The Dashboard And Have Changed My Configuration File To Be Set To The Local Ports But When Trying To Run Any Of The Examples, This Is

Having trouble trying to set up my own server hosted locally on my Mac, I've got it all set up using docker and I can see the dashboard and have changed my configuration file to be set to the local ports but when trying to run any of the examples, this is the error:

Retrying (Retry(total=233, connect=240, read=233, redirect=240, status=240)) after connection broken by 'ProtocolError('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))': /auth.login

  
  
Posted 2 years ago
Votes Newest

Answers 7


Hey Paul, glad to see you in here but sorry that you're having issues. Jst a quick clarification if I can, you said 'set up using docker'.. do you mean you did a 'docker-compose up' or some other commands such as only starting specific parts/docker containers only ?

  
  
Posted 2 years ago

Had no issues with the community server which was really neat to play around with. I changed the config file to the following and was getting that error I mentioned above

  
  
Posted 2 years ago

Mainly just trying to show some basic functionality on it locally but am having some issues getting any type of example file to work with the local host.

  
  
Posted 2 years ago

ThickFox50 the output of sudo docker ps would be helpful 🙂
Also, when you see the dashboard in your browser, do you see the examples there?

  
  
Posted 2 years ago

can you show me the complete output from 'docker-compose ps' please ? 🙂

  
  
Posted 2 years ago

ThickFox50 I also have to point that there is a free hosted server here 🙂 https://app.community.clear.ml

  
  
Posted 2 years ago

I had previously been using the community server and now am in the process of trying to migrate to a private server which I am having issues with.

  
  
Posted 2 years ago
563 Views
7 Answers
2 years ago
one year ago
Tags
Similar posts