Nettuts-Fetch
Nettuts-Fetch copied to clipboard
download Problem with location header or Source forge
Hi Im Trying to use the fetch plugin to fetch a package from typo3.org.
the package link i use is:
http://get.typo3.org/4.5/zip
which schould get me the lates LTS version. and the download fails. possible error sources might be the redirect (location) header the typo3.org server sends. or the cookie sourcforce sends.
Works fine for me. What's your current setup (ST version and OS)?
okay it seems like a general package fetch problem just for testing i tried to fetch the wordpress package and that fails too.
here my configuration details: Sublime 2.0.1 Windows 7 Professional Service Pack 1
here is the error message: "Fetch: URL error timed out contacting server"
github downloads seem to work fine. i fetched html5boilderplate and 960 Gridsystem
here is my fetch configuration:
{
"files":
{
"jquery": "http://code.jquery.com/jquery.min.js",
"normalize.css": "https://raw.github.com/necolas/normalize.css/master/normalize.css",
"reset.css Mayerweb": "http://meyerweb.com/eric/tools/css/reset/reset.css"
},
"packages":
{
"960 Grid System": "http://github.com/nathansmith/960-Grid-System/zipball/master",
"Unsemantic Grid System": "https://github.com/nathansmith/unsemantic/archive/master.zip",
"Wordpress": "http://wordpress.org/latest.zip",
"html5_boilerplate": "https://github.com/h5bp/html5-boilerplate/zipball/master",
"typo3_src 4.5.x": "http://get.typo3.org/4.5/zip"
}
}
Are you still experiencing this issue? I tested it again and haven't got any errors.