I am trying to deploy a image detection system on a home built linux server . The application is running on nginx, gunicorn , python . The problem is when i run the application on localhost:5000 it works fine but getting "Message: Unable to find a matching set of capabilities" or simetime "Message: 'geckodriver' executable needs to be in PATH" when run on nginx or localhost:80, localhost , 127.0.0.1
The application usually works fine on nginx only with the geckodriver I am getting the error .....
- ubuntu 18.04
- python 3.6
- selenium 3.141.0
- firefox 76.0.1
- geckodriver 0.26.0