aames-cls

Results 4 comments of aames-cls

> Followed the instructions on how to install the requirements to run this. Everything completes successfully but when trying to run the program using `python main.py (user)`, I get the...

I'm having a similar issue as well ``` WARNING: You don't have /home/ort/.local/share/gem/jruby/3.1.0/bin in your PATH, gem executables will not run. java.lang.NullPointerException: Cannot invoke "com.fasterxml.jackson.databind.JsonNode.textValue()" because the return value of...

> I forked the hurley lib and potentialy fixed the place giving the error. Not sure if it's the correct way, but the google service works again in my project...

I added ```ruby gem 'hurley', :git => "https://github.com/AkermanisM/hurley.git" ``` to my Gemfile and now everything works like a charm! thanks you're the best :)