Viktor Yakovenko

Results 5 comments of Viktor Yakovenko
trafficstars

Before that I have done this sudo apt install libid3-tools libid3-3.8.3-dev libtag1-dev libflac++-dev libflac-dev libboost-dev libboost-filesystem-dev

Thanks for your answer, but ~~I'm not a hacker~~ I lack qualifications ))) Which exactly version do I need? There are a lot of them. Also tried on Ubuntu 16.04...

> Try to install `libboost-timer-dev` package. > > Here is deb built on 20.04 > [dsf2flac_0.1+git20180101.b0cf5aa-1_amd64.deb.gz](https://github.com/hank/dsf2flac/files/5950959/dsf2flac_0.1%2Bgit20180101.b0cf5aa-1_amd64.deb.gz) Thank you very much. I solved my issue with installing deb package you have...

Honestly this is not my deb package )

In my case the issue was related to implicitly default 60 second value of proxy_read_timeout in /etc/nginx/conf.d/default.conf incide TLS container. Solved this by adding `proxy_read_timeout 600;` in server listen 80...