PDA

View Full Version : Versiontracker on crack?




Rajj
Oct 19, 2002, 02:02 PM
This (http://xbench.com/Xbench_1.0b2.dmg.gz) don't happen all the time...but when I try to download some things of of version tracker I get this (see image below) what is this suff and how can I get around it?:confused: :mad: :confused:



edesignuk
Oct 19, 2002, 02:21 PM
I get that sometimes to, I get it now in Chimera with the like u provided. You just need to right click the link and save target.

edesignuk
Oct 19, 2002, 02:30 PM
Sorry to dbl post, but...

At the download screen it starts your download automatically, but there is also a link to start the download, that's what you right click:

Doctor Q
Oct 19, 2002, 02:39 PM
In answer to the "what is this stuff" part of your question, it is the program you are trying to download. The problem is that your web browser is displaying the content instead of saving it to a disk file. The content of a program is a binary file, and trying to interpret it as text produces all the funny characters.

I think the problem occurs because versiontracker (or, in general any web server) is returning the wrong Content-Type (also called MIME type) in the HTTP header. The web server is saying "here comes your file, which is of type text/plain", when it should have said "here comes your file, which is of type application/octet-stream" (or some other non-displayable data format).

Rajj
Oct 19, 2002, 02:53 PM
Thanx for the info and quick response!!

And edesignuk, how did you do that text like that? In Photoshop or Illustrator?

edesignuk
Oct 19, 2002, 02:59 PM
Originally posted by xrhajj
And edesignuk, how did you do that text like that? In Photoshop or Illustrator?
Just a very quick photoshop, hense the crappy arrow :p

Hemingray
Oct 19, 2002, 03:36 PM
Originally posted by edesignuk

Just a very quick photoshop, hense the crappy arrow :p

You do know the line tool in Photoshop has an arrowhead option, right? ;)

P.S. This has never happened to me with versiontracker. Then again, I've always used IE, so maybe that's got something to do with it...

edesignuk
Oct 19, 2002, 04:28 PM
Originally posted by Hemingray

You do know the line tool in Photoshop has an arrowhead option, right? ;)

Actually, no, I didn't :eek: I very rarely use it....as you can probably see ;) :D

scem0
Oct 19, 2002, 04:52 PM
Originally posted by Doctor Q
In answer to the "what is this stuff" part of your question, it is the program you are trying to download. The problem is that your web browser is displaying the content instead of saving it to a disk file. The content of a program is a binary file, and trying to interpret it as text produces all the funny characters.

I think the problem occurs because versiontracker (or, in general any web server) is returning the wrong Content-Type (also called MIME type) in the HTTP header. The web server is saying "here comes your file, which is of type text/plain", when it should have said "here comes your file, which is of type application/octet-stream" (or some other non-displayable data format).

Yeah, it is probably that and not version tracker being on crack :D:D:D.