Debugging rest server

Hi,
After a clean install of Torch, the rest server no longer works. I don’t get any error messages, it starts as it should, but it never returns a translation. translate.lua seems to be working fine. The only weird thing I did was to compile torch with these flags, otherwise it won’t compile on my system (default gcc 7, cuda 9):
CC=gcc-6 CXX=gcc-6 TORCH_NVCC_FLAGS="-D__CUDA_NO_HALF_OPERATORS__" ./install.sh
Is there an option for logging the rest server or any ideas what’s going on?
Thanks.

A new version of a dependency broke the REST server. I just pushed a workaround on master.

1 Like

Thank you very much @guillaumekln, it works now.