- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a rest API currently running on localhost, port 3000.
I'm able to use a get request in python in any other application or environment and it works fine but for some reason when I try to run it inside flame (in a python hook or the python console) I get a connection error:
Failed to establish a new connection: [Errno 61] Connection refused
I don't think there are any other flame services running on port 3000 so I'm not sure what the issue is. Is there a firewall in flame maybe?
Solved! Go to Solution.
Link copied