-
Notifications
You must be signed in to change notification settings - Fork 56
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
Cannot Upload Files #128
Comments
Running into the same error Error Trace
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using an updated version of debian, docker, and hammond - fresh install - I cannot upload files for quick entry.
Firewals on debian are disabled, no routing rules between my client and the Hamond server.
I can select the file to upload, I receive this alert at the bottom of the screen:
The following entry is generated when i run sudo docker logs hammond:
2023/06/04 01:29:14 [Recovery] 2023/06/04 - 01:29:14 panic recovered:
interface conversion: error is url.EscapeError, not validator.ValidationErrors
/usr/local/go/src/runtime/iface.go:261 (0x1f817)
/usr/local/go/src/runtime/iface.go:271 (0x1f784)
/api/common/utils.go:61 (0x4e3973)
/api/controllers/files.go:30 (0x50239b)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:165 (0x4e1cdb)
/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:99 (0x4e1cb8)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:165 (0x511e13)
/api/main.go:68 (0x511dec)
[GIN] 2023/06/04 - 01:29:14 | 500 | 49.661054ms | 192.168.86.25 | POST "/api/quickEntries"
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:165 (0x4e1cdb)
/go/pkg/mod/github.com/gin-gonic/[email protected]/recovery.go:99 (0x4e1cb8)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:165 (0x4e10db)
/go/pkg/mod/github.com/gin-gonic/[email protected]/logger.go:241 (0x4e10b8)
/go/pkg/mod/github.com/gin-gonic/[email protected]/context.go:165 (0x4d9063)
/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:489 (0x4d9040)
/go/pkg/mod/github.com/gin-gonic/[email protected]/gin.go:445 (0x4d8bef)
/usr/local/go/src/net/http/server.go:2887 (0x262203)
/usr/local/go/src/net/http/server.go:1952 (0x25e4a3)
/usr/local/go/src/runtime/asm_arm.s:841 (0x7e653)
Given that iptables and ufw are not implemented, and this Debian install lacks any other firewall, and my subnet is explicitly allowing communication, and all other features work - i believe this may be a bug.
I thank you for your dedication to this platform, and hope for a resolution.
The text was updated successfully, but these errors were encountered: