Daniel Levenson
Daniel Levenson
I recently started getting this as well. @winterDroid Did you solve this by providing those headers in the request made from the script?
@winterDroid Wonderful, thanks for the info. Of course that's not included in the docs: > Always set the User-Agent header. This header is not required right now, but will be...
Update: Setting the `Accept` and `User-Agent` headers didn't solve this issue for me. Switching from URL based token auth to header based auth (the `Authorization` header) did though.
After banging my head against the wall for a while on this issue, was finally able to boot the server using: - Python 3.6.16 - Tensorflow 1.15.0 - bert-as-service 1.10.0...
@pyromaniac Out of curiosity, Is this issue still a priority for you at all In the absence of a fix like the one @sandydoo mentions above, what would be the...
@pyromaniac gotcha and I'm happy to help contribute here! In the meantime, is there a straightforward way to drop down a layer of abstraction to `elasticsearch-ruby` from Chewy to manually...
cc @jameswex -- here's a PR with just the LaTex changes
@jameswex @iftenney - just wanted to check in here! Please let me know if you have any feedback on the PR.
I'm running into this as well before and after going down the `gem install travis --pre` route. ``` sh-session $ ruby -v ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-darwin14.0] $ travis...
:+1: on `10.4.2`. Trying to test a rake test via cucumber as described [here](http://stackoverflow.com/a/20581941/2658526). When the feature that is testing the rake task is ran in isolation via `bundle exec...