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

Scan error on column index 9, name "scan_error" #382

Open
drwetter opened this issue Mar 10, 2019 · 3 comments
Open

Scan error on column index 9, name "scan_error" #382

drwetter opened this issue Mar 10, 2019 · 3 comments

Comments

@drwetter
Copy link

Hello,

I tried e.g. to run curl 'https://tls-observatory.services.mozilla.com/api/v1/results?id=12302333' which made problems:

Failed to retrieve scan id 12302333 from database: sql: Scan error on column index 9, name "scan_error": unsupported Scan, storing driver.Value type <nil> into type *string
sql: Scan error on column index 9, name "scan_error": unsupported Scan, storing driver.Value type <nil> into type *string

(I was using a similar call to retrieve cipher usage statistics.)

Cheers, Dirk

@jvehent
Copy link
Contributor

jvehent commented Mar 13, 2019

hmmm that's a very old scan. not sure what is happening there. All scans until https://tls-observatory.services.mozilla.com/api/v1/results?id=26449359 show that error, and https://tls-observatory.services.mozilla.com/api/v1/results?id=26449360, the next one in line, is fine.

@autrilla do you have any way to check which release was running on 2018-03-02 ?

@autrilla
Copy link
Contributor

@jvehent based on the Jenkins job history, I see the following deploys around that date:

1.2.36 was deployed on 2018-02-27
1.2.37 was deployed on 2018-03-02 at 1:17:58 PM UTC
1.2.38 was deployed on 2018-03-02 at 6:45:54 PM UTC
1.2.39 was deployed on 2018-03-03 at 2:51:34 PM UTC
1.2.40 was deployed on 2018-03-08

So depending on when it happened, I'd guess either 1.2.36, 1.2.37, or 1.2.38.

@autrilla
Copy link
Contributor

Based on the timestamp on https://tls-observatory.services.mozilla.com/api/v1/results?id=26449360, I've narrowed it down to 1.2.37 being the buggy version. The timestamp coincides perfectly with the deployment of version 1.2.38.

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

No branches or pull requests

3 participants