d4x1 commented on issue #5854: URL: https://github.com/apache/incubator-devlake/issues/5854#issuecomment-1674174495
> ### Search before asking > * [x] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues. > > ### What happened > ## Steps > I am spinning up a greenfield deployment of devlake. In that deployment I try to add an azure devops connection, but I get the below error message in the devlake lake pod logs. > > This happens in `0.17.0` and `0.18.0-beta4` > > ## Error messages: > ``` > time="2023-08-10 19:11:31" level=info msg="/go/pkg/mod/gorm.io/[email protected]/callbacks.go:134 sql: Scan error on column index 1, name "created_at": unsupported Scan, storing driver.Value type []uint8 into type *time.Time > [0.750ms] [rows:1] SELECT * FROM `_tool_azuredevops_azuredevopsconnections`" > time="2023-08-10 19:11:31" level=error msg="HTTP 500 error > caused by: sql: Scan error on column index 1, name "created_at": unsupported Scan, storing driver.Value type []uint8 into type *time.Time > Wraps: (2) sql: Scan error on column index 1, name "created_at" > Wraps: (3) unsupported Scan, storing driver.Value type []uint8 into type *time.Time > Error types: (1) *hintdetail.withDetail (2) *fmt.wrapError (3) *errors.errorString" > ``` > > ### What do you expect to happen > Should be able to create an azdo connection > > ### How to reproduce > Spin up a new devlake instance connected to mysql and try to save an azdo connection. > > ### Anything else > This happens every time. > > ### Version > v0.17.0 && v0.18.0-beta4 > > ### Are you willing to submit PR? > * [ ] Yes I am willing to submit a PR! > > ### Code of Conduct > * [x] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) @oliverisaac can you paste _tool_azuredevops_azuredevopsconnections table's structure (or create table sql )? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
