Hi,
I don't know whether I'm missing something or just trying to use something not yet implemented, but I can't seem to set any http_proxy settings. I've tried:
TM_HTTP_PROXY = ****PROXYSERVER***:3128 http_proxy = ****PROXYSERVER***:3128
in my .tm_properties file and as variables in the preferences pane. But neither seem to work - I can't for example connect to the macromates download server to check for new releases.
This has the side effect that when I try to enable a theme I get the message 'Installed Birds of Paradise' but the check box instantly un-checks it's self and I get the message:
19/12/2011 12:20:15 [0x0-0x13b13b].com.macromates.TextMate.preview[25857] *** error downloading ‘http://updates.textmate.org/Bundles/Birds%20of%20Paradise.tbz%E2%80%99: couldn't connect to host
in the console log.
As a text I checked and unchecked the 'Theme' option in themes and that then became disabled too. Obviously it's pretty easy to fix all the symptoms, but it'd be great to get the core functionality working.
Any hints?
Cheers
Alex
p.s. (yes my .bash_profile has "export http_proxy=....
I'm having the same problem at work. When checking for updates or downloading bundles, TextMate gives a "cannot connect to host" error. Other third-party apps, such as VLC and Firefox, have no problem busting through the proxy without any special configuration.
Is there a way to manually update TextMate to the latest release? All of the links still point to the old 8930 build.
Please send me the test script too. Thanks,
Trevor
On Dec 19, 2011, at 6:40 AM, Allan Odgaard wrote:
On 19 Dec 2011, at 15:27, alex wrote:
I don't know whether I'm missing something or just trying to use something not yet implemented, but I can't seem to set any http_proxy settings […]
We read the system’s proxy settings.
I’ll send you a test executable off-list.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 20 Dec 2011, at 07:11, Trevor Harmon wrote:
[…] Is there a way to manually update TextMate to the latest release?
You can download latest “test build” here: http://updates.textmate.org/Application/TextMate_r8961.tbz
This has a fix for users of proxy-autoconfig scripts.
It’s a test build, so it also has some extra debug output (related to SCM) — people with mercurial performance issues should also grab this build.
On Dec 20, 2011, at 1:23 AM, Allan Odgaard wrote:
On 20 Dec 2011, at 07:11, Trevor Harmon wrote:
[…] Is there a way to manually update TextMate to the latest release?
You can download latest “test build” here: http://updates.textmate.org/Application/TextMate_r8961.tbz
This has a fix for users of proxy-autoconfig scripts.
It worked! I can bust through the proxy now. Thanks,
Trevor