You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
Hello,
I tried e.g. to run
curl 'https://tls-observatory.services.mozilla.com/api/v1/results?id=12302333'
which made problems:(I was using a similar call to retrieve cipher usage statistics.)
Cheers, Dirk
The text was updated successfully, but these errors were encountered: