Rietveld doesn't require to register your repository for uploading
changes. In fact failed connection has nothing to do with repository
access. In your case upload.py failed to connect to Google
authentication service and that's most likely because of your
firewall. You can try to set HTTP_PROXY environment variable and see
if it helps.
--
anatoly t.
> --
> You received this message because you are subscribed to the Google Groups
> "codereview-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/codereview-discuss/-/QIjS0OXc7F0J.
> To post to this group, send email to coderevie...@googlegroups.com.
> To unsubscribe from this group, send email to
> codereview-disc...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/codereview-discuss?hl=en.
>
I've seen some issues on a colleagues Windows machine too, but I can't
tell if it was related to upload.py or to some other piece in our
setup. The problem was that Windows decided to block an outgoing
request from one of the components. IIRC a protocol was not allowed by
the Windows machine. But it seems that a https request is causing the
problems in your case, so I'm not sure if it was a unrelated issue
I've seen here...
-Andi
> Thanks again very much, and best regards,
> Andy
> (414) 212-5372
>
> --
> You received this message because you are subscribed to the Google Groups
> "codereview-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/codereview-discuss/-/tcM9mwOfpoMJ.
1. Can you check that Python is able to find the proxy correctly?
import urllib2
urllib2.getproxies()
2. If it is ok, can you use sniffer such as Wireshark to see if
request is actually being sent and where to?
--
anatoly t.
> --
> You received this message because you are subscribed to the Google Groups
> "codereview-discuss" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/codereview-discuss/-/tcM9mwOfpoMJ.