Gael Ribes

Results 43 comments of Gael Ribes
trafficstars

I'll leave this here https://github.com/justintv/Twitch-API/blob/master/IRC.md#reconnect

I have absolutely no log to provide because no file is being created in any of the mounted directories I have, and `docker logs -f embystats` just shows this: ```➜...

Here's the script I use to create the docker container: ```bash #!/bin/bash IMAGE="uping/embystat:nightly-ubuntu-x64" docker pull $IMAGE docker create \ --name=embystats \ --volume /home/embystats/Logs:/app/Logs \ --volume /home/embystats/Database:/app/Database \ --volume /home/embystats/Settings:/app/Settings \...

I don't see anything specific in the log file: ```➜ logs cat 2019-08-20.log 2019-08-20 14:50:05.4665 [INFO] SYSTEM Booting up server on port 6555 2019-08-20 14:50:06.2417 [INFO] Starting Hangfire Server using...

Well if I can pull it directly with docker, or if you tell me how to use a downloaded image directly, sure. I don't know much about docker :)

Just tried. `nightly-ubuntu-x64`, `sha256:ad5ec6f28cd232fb1d5a98144bad4fefbddc7788060b2c712dcf017149562395`. No change. Here is my nginx configuration, maybe I'm missing something? ```nginx location / { proxy_pass http://localhost:1341; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header...

Is there a way to enable more logging? To know why it returns a 400? Did it even try to contact my Emby instance at all? I tried to find...

Updated to latest: ``` Digest: sha256:3168812c4e0f2ad37f53f769c28f3059aa20d439ce8b14c7e0f09cd772ae931b Status: Downloaded newer image for uping/embystat:nightly-ubuntu-x64 ``` Still no change, here's my log file content: ``` ➜ logs cat 2019-08-23.log 2019-08-23 17:27:19.0646 [INFO] SYSTEM...

That's all I got ![image](https://user-images.githubusercontent.com/1339686/63771538-a4ce0600-c8d7-11e9-9cb0-eb73ab7c99e0.png)