Skip to content

converting driver.Value type float64 to a uint64: invalid syntax #520

@matteovivona

Description

@matteovivona

After upgrading from version 1.24.0 to 1.26.0, I am experiencing an issue where the dashboard indicates there are new messages, but when I click on "Inbox," no messages are displayed.

Here are some relevant logs:

time="2025/06/12 13:25:36" level=debug msg="[db] storing messages with compression: fastest"
time="2025/06/12 13:25:36" level=debug msg="[db] opening rqlite database http://mailpit-rqlite.mailpit.svc.cluster.local"
time="2025/06/12 13:25:36" level=info msg="[smtpd] starting on [::]:1025 (no encryption)"
time="2025/06/12 13:25:36" level=info msg="[http] starting on [::]:8025"
time="2025/06/12 13:25:36" level=info msg="[http] accessible via http://localhost:8025/"
time="2025/06/12 13:27:36" level=error msg="[db] sql: Scan error on column index 0, name \"Created\": converting driver.Value type float64 (\"1.749734495986e+12\") to a uint64: invalid syntax"
time="2025/06/12 13:27:36" level=debug msg="[db] list INBOX in 2.75599ms"

Could this issue be related to a change made in version 1.25.1??
Switch from unnecessary float64 to uint64 API values for App Information values, message & attachment sizes

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions