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
As title says, I am not able to import my fillups using neither drivvo nor generic CSV import option. I even have tried modifying csv output, left only 2 lines in it, changed decimal point from . to , but I always get generic error saying to check logs. Seeing these errors in docker:
2023/12/02 04:11:32 /api/service/userService.go:29
[0.752ms] [rows:2] SELECT * FROM `user_vehicles` WHERE `user_vehicles`.`user_id` = "21c16e1e-d186-49a4-adc7-495538da4493"
2023/12/02 04:11:32 /api/service/userService.go:29
[0.833ms] [rows:2] SELECT * FROM `vehicles` WHERE `vehicles`.`id` IN ("33d6cc9c-102f-4296-b99b-6b3a8e5c9a89","6cd88aff-dfca-455e-836e-daf39b1276b0")
2023/12/02 04:11:32 /api/service/userService.go:29
[2.590ms] [rows:1] SELECT * FROM `users` WHERE `ID` = "21c16e1e-d186-49a4-adc7-495538da4493" ORDER BY `users`.`id` LIMIT 1
2023/12/02 04:11:32 [Recovery] 2023/12/02 - 04:11:32 panic recovered:
time: missing Location in call to Date
/usr/local/go/src/time/time.go:1469 (0x4cea48)
/usr/local/go/src/time/format.go:1398 (0x4c896b)
/usr/local/go/src/time/format.go:1029 (0x4c672a)
/api/service/genericImportService.go:15 (0x97621e)
/api/service/importService.go:125 (0x977536)
/api/controllers/import.go:68 (0x97dbe9)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/context.go:165 (0x953aa1)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/recovery.go:99 (0x953a8c)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/context.go:165 (0x98ac63)
/api/main.go:69 (0x98ac4a)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/context.go:165 (0x953aa1)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/recovery.go:99 (0x953a8c)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/context.go:165 (0x952c06)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/logger.go:241 (0x952be9)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/context.go:165 (0x951cbd)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/gin.go:489 (0x95196b)
/go/pkg/mod/github.com/gin-gonic/gin@v1.7.1/gin.go:445 (0x9514a4)
/usr/local/go/src/net/http/server.go:2936 (0x6bdb75)
/usr/local/go/src/net/http/server.go:1995 (0x6b9091)
/usr/local/go/src/runtime/asm_amd64.s:1598 (0x46f120)
[GIN] 2023/12/02 - 04:11:32 | 500 | 10.389503ms | 192.168.X.X | POST "/api/import/generic"
My CSV is pretty basic, for instance just 2 lines:
As title says, I am not able to import my fillups using neither drivvo nor generic CSV import option. I even have tried modifying csv output, left only 2 lines in it, changed decimal point from . to , but I always get generic error saying to check logs. Seeing these errors in docker:
My CSV is pretty basic, for instance just 2 lines:
And here the error:
![image](https://private-user-images.githubusercontent.com/88718231/287419965-5adc873a-7f5c-432b-b0a1-ae4f77e021b5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNjU1NzUsIm5iZiI6MTczOTM2NTI3NSwicGF0aCI6Ii84ODcxODIzMS8yODc0MTk5NjUtNWFkYzg3M2EtN2Y1Yy00MzJiLWIwYTEtYWU0Zjc3ZTAyMWI1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDEzMDExNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTA1ZGQ0YTYzY2NhY2RlMTdjYzk4M2M4YjFmM2I3ZWIzNzgyZDc5ODFjODQzNDQ3YTVlYmNiODRkZWJmNTQ2ZTImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.GVdO7qjefZ_SdbvToPn4buZRB-0g0kjxLKbX9awgHLs)
The text was updated successfully, but these errors were encountered: