etranger7
etranger7
Hi @alcalbg, I'm struggling with a similar issue. I'm trying to limit filegator's access at the host system level by giving it read only access. But whenever the repository folder...
@symgryph: Have you tried setting JVB\_ADVERTISE\_IPS to your public IP only?
I noticed this can happen for one more reason. Some devices or the networks that those devices are on might have firewall rules that block certain ports that p2p AV...
I have the same or similar problem ~~~ /anaconda3/envs/deep3d_pytorch/lib/python3.6/site-packages/nvdiffrast/torch/../common/glutil.h:36:10: fatal error: EGL/egl.h: No such file or directory 36 | #include ~~~
I solved my "egh.h: no such file" problem by installing this library: apt-get install libegl1-mesa-dev
Installing build essentials that includes g++ solved this problem for me ~~~ sudo apt install build-essential ~~~
@vladaman are you also using Bitnami's docker container?
@NurTasin have you made any progress on this? I have the same issue. This happened when I tried AWS and OVH S3 solutions.
OK, I made a bit of progress on my end. To get more verbose logging, if you're using docker compose you can add this line to your compose YML file:...
So although AWS will say use https://[bucketname].s3.ap-south-1.amazonaws.com/ in my case, initially, this was the issue. You need to remove the bucket name from the from the endpoint since Owncast adds...