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

error in selecting values from dropdown in Measurements Dashboard #493

Open
gargshruti30 opened this issue Mar 21, 2018 · 14 comments
Open

Comments

@gargshruti30
Copy link
Contributor

gargshruti30 commented Mar 21, 2018

When we open Measurements Dashboard and select values from dropdowns, error is produced in web console.
@chutten Is this a bug or some JS issue?
screenshot from 2018-03-21 22-27-15

@chutten
Copy link
Contributor

chutten commented Mar 21, 2018

404 means that data isn't present for the selected options. Can you be more specific about what steps you took to cause this issue?

@gargshruti30
Copy link
Contributor Author

gargshruti30 commented Mar 21, 2018

@chutten I selected SCALARS-PREFERENCES.PREVENT_ACCESSIBILITY and deselected 64-bit in architecture.

@chutten
Copy link
Contributor

chutten commented Mar 21, 2018

Works for me without 404s. Maybe it was an intermittent failure?

@gargshruti30
Copy link
Contributor Author

I have tried it 2-3 times. The same error occurs.

@chutten
Copy link
Contributor

chutten commented Mar 22, 2018

Maybe try it in Firefox? Chrome sometimes has weird behaviour.

@chutten
Copy link
Contributor

chutten commented Mar 27, 2018

@gargshruti30 Any luck reproducing it in Firefox? Can you provide the exact url that is 404-ing so we can test it independently?

@gargshruti30
Copy link
Contributor Author

@chutten I will try it in Firefox once.

@gargshruti30
Copy link
Contributor Author

@chutten In firefox no such error is produced.

@chutten
Copy link
Contributor

chutten commented Mar 29, 2018

@gargshruti30 Can you extract the URLs that are 404-ing in Chrome? Maybe there's a clue in there.

We don't do any user-agent sniffing, so which browser you use shouldn't matter. That it does is incredibly interesting.

@chutten
Copy link
Contributor

chutten commented Apr 4, 2018

@gargshruti30 What are the URLs you are getting 404s for? They are truncated in the screenshot, otherwise I'd try and transcribe them out.

(the aggregates.telemetry.mozilla.org ones, to be specific)

@chutten
Copy link
Contributor

chutten commented Apr 6, 2018

I meant the URLs of the requests that are 404. The ones that start with "https://aggregates.telemetry.mozila.org"... but that's okay, I eventually figured it out : )

Interestingly enough, we get 404s in Firefox as well. Firefox's devtools are smart enough to realize that this isn't a problem and doesn't surface them as errors in the console, though.

For instance, this 404s. This is what the server uses to indicate that there is no data that meets the requirements stated.

In this case, it is because there is no data for application=Fennec and os=Windows_NT. This is expected, and we have code that takes care of this case. So I think it's unrelated.

@gargshruti30
Copy link
Contributor Author

@chutten okay !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants