Dominik Sander

Results 160 comments of Dominik Sander

I also have set `DOMAIN` to my fqdn in `.env` (or docker environment variables).

The exception happens because the server respons with a GIF image, Huginn does not handle binary data well in most cases: ``` $ curl -i -X POST https://www.google-analytics.com/collect HTTP/2 200...

@wasafiri Can you try to install libv8 via the package manager and build the gem with `gem install libv8 -v '3.16.14.3' -- --with-system-v8`? If the gem installed successfully bundler should...

Ah, sorry the huginn user does not have the permissions to install a gem globally. Does this work? ``` sudo -u huginn -H bundle config build.libv8 --with-system-v8 sudo -u huginn...

I think this is an issue with `libv8` on ARM 64bit, `bundle install` worked fine without additional switches on a Raspberry 3. `-Dv8_target_arch=x64 \` my guess is that libv8 either...

Odd that arch [should be supported](https://github.com/cowboyd/libv8/blob/9ca312d5ecc4a9408799851b1ebe477740ff6bdd/ext/libv8/arch.rb#L10), you might need to open an issue on therubyracer and/or libv8, I could not find any hints on how to build it on 64bit...

@wasafiri I had a similar issue on OSX today and it turned out the `therubyracer` flag I wrote previously was wrong. On OSX this worked: ``` sudo gem install therubyracer...

Hi @wasafiri, are you still interested in running Huginn on your Pine64? Could you try to run `gem install mini_racer` without any additional flag?

Thanks, that a bummer I hoped `mini_racer` compiles on arm64.

@LexiconCode None that I know of. We can switch to `mini_racer` soon, but I don't know if it will work on `arm64`