Forums

Subprocesses call failing

Hello. I am trying to use pythons subprocess module to call various command line arguments to look up information about networks in a web app. When I run the web app locally everything works, when I deploy it on python anywhere I am getting CalledProcessErrors. I checked to make sure that I could run the command I am trying to run (curl) in the bash console, and I can. Any idea why? I'm guessing it's a permissions/settings thing?

What are the code you run and the error you are getting?