Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you are on one of these platforms and are seeing this then either JavaScript is disabled or this website is drunk and should be reported. #267

Closed
vi opened this Issue Apr 5, 2016 · 6 comments

Comments

Projects
None yet
2 participants
@vi
Copy link

vi commented Apr 5, 2016

User-Agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
@brson

This comment has been minimized.

Copy link
Contributor

brson commented Apr 5, 2016

Thanks for the report! Am I correct that you don't have JavaScript disabled?

Here's the platform detection code. Since you are on Linux I'd expect either navigator.platform or navigator.appVersion to contain the word 'Linux'. Would you mind printing the values of these in the JS console and pasting them here?

@brson

This comment has been minimized.

Copy link
Contributor

brson commented Apr 6, 2016

Also, I'd be curious if you see the correct binary download link on https://www.rust-lang.org/, or if it gives you the generic source link.

@vi

This comment has been minimized.

Copy link
Author

vi commented Apr 6, 2016

The message persisted even after I allowed the domain in NoScript and reloaded the page.

@vi

This comment has been minimized.

Copy link
Author

vi commented Apr 8, 2016

Checked again with cleaner Firefox profile: the same.

navigator.appVersion
"5.0 (X11)"
navigator.platform
"Linux i686 on x86_64"

I run 32-bit Firefox on 64-bit Linux kernel. Both 32-bit and 64-bit Rust toolchains are expected to be runnable.

@vi

This comment has been minimized.

Copy link
Author

vi commented Apr 8, 2016

In any case there should also be manual platform specifier, some "universal mode", etc.

On Android I see the curl ... line if I open http://rustup.rs with build-in browser, but it fails if I open it with Firefox.

@brson

This comment has been minimized.

Copy link
Contributor

brson commented Apr 25, 2016

OK, I see where your values differ from what the script expects. I'm going to be hacking on the website this week and will try to get this resolved.

brson added a commit to brson/rustup.rs that referenced this issue Apr 25, 2016

brson added a commit to brson/rustup.rs that referenced this issue Apr 26, 2016

@brson brson closed this in b147285 Apr 28, 2016

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.