Sebastian Mikkel Wilson
Sebastian Mikkel Wilson
:+1: I've run in to this same problem on Ubuntu 15.10 and wish I had found this yesterday. Ugg.
Some sort of back end is required to tell Peer A where Peer B is (and visa versa). This is the function of a STUN/TURN server for NAT traversal in...
Ah! I've been having this same issue. I'm glad it's not just me.
Hey, thanks for the quick response! :+1: `curl -v -u codebudo:PASSWORD https://api.enterprise.apigee.com/v1/o/codebudo/e/test/deployments` reveals ``` < HTTP/1.1 401 Unauthorized < Date: Wed, 19 Feb 2014 18:37:59 GMT < Server: Jetty(8.0.4.v20111024) *...
I'm not much of a Pythonista, but I've put some `try: except` blocks in place that produce slightly more helpful error messages. I've pushed these two commits to a branch...