Paolo AI
Paolo AI
I am going to publish it then . The problem is that it will break very soon with the new API they released like 3 days ago I guess .......
Just to make it clear did you upgrade from the old console version to the new console version? I actually have a setup like that but didn't try it yet,...
Oh what a PITA, well I will just wait for the fix. Thanks for letting me know. On Thu, 4 Feb 2021, 14:06 Jeremy Tuloup, wrote: > Thanks @robomotic for...
Yes indeed as you can see I just created a dockerfile which inherits from knowage-server-docker:6.1.1 and before running just adds the jar file. I can also try to run the...
Then I get this: ``` [info] o.t.c.s.ErrorHandler - GET /api/stream/KCYgBZiI2E returned 401 org.elastic4play.AuthenticationError: Authentication header not found at org.elastic4play.controllers.Authenticated.$anonfun$getFromApiKey$1(Authenticated.scala:143) at scala.Option.fold(Option.scala:251) at org.elastic4play.controllers.Authenticated.getFromApiKey(Authenticated.scala:143) at org.thp.cortex.controllers.StreamCtrl$$anonfun$1.applyOrElse(StreamCtrl.scala:101) at org.thp.cortex.controllers.StreamCtrl$$anonfun$1.applyOrElse(StreamCtrl.scala:101) at scala.concurrent.Future.$anonfun$recoverWith$1(Future.scala:417) at...
I get instead: > docker pull thehiveproject/thehive > Using default tag: latest > Error response from daemon: manifest for thehiveproject/thehive:latest not found Where do I find the image?
Hello guys, I managed to fix it, please see my configuration file here: https://github.com/robomotic/TheHive/blob/master/docker/thehive/docker-compose.yml Cheers.
Trying now on Django 1.6 .... I fear the worse! :-)
Interesting I have a similar problem and will try your approach.
Hi guys, same problem here. @evnaz could you provide an example of doing it programmatically or maybe do a sample project to show the right way to do it? I...