Nettuts-Fetch icon indicating copy to clipboard operation
Nettuts-Fetch copied to clipboard

download Problem with location header or Source forge

Open wolffc opened this issue 11 years ago • 3 comments

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.

wolffc avatar Mar 15 '13 11:03 wolffc

Works fine for me. What's your current setup (ST version and OS)?

weslly avatar Mar 15 '13 13:03 weslly

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"
        }
    }

wolffc avatar Mar 15 '13 14:03 wolffc

Are you still experiencing this issue? I tested it again and haven't got any errors.

weslly avatar Apr 06 '13 16:04 weslly