We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
V2 Verify does not work anymore, it did yesterday.. Unsure the issue.
2022/05/18 10:19:33 http: panic serving [::1]:59242: runtime error: invalid memory address or nil pointer dereference goroutine 34 [running]: net/http.(*conn).serve.func1() /usr/local/go/src/net/http/server.go:1825 +0xbf panic({0x900820, 0xd04eb0}) /usr/local/go/src/runtime/panic.go:844 +0x258 gopkg.in/ezzarghili/recaptcha-go%2ev4.(*ReCAPTCHA).confirm(0xd15ac0, {{0x0, 0x0}, {0xc000311c01, 0x1e4}, {0x0, 0x0}}, {0x0, {0x0, 0x0}, ...}) /home/alex/go/pkg/mod/gopkg.in/ezzarghili/[email protected]/recaptcha.go:134 +0x399 gopkg.in/ezzarghili/recaptcha-go%2ev4.(*ReCAPTCHA).Verify(...) /home/alex/go/pkg/mod/gopkg.in/ezzarghili/[email protected]/recaptcha.go:101 main.signup({0x7fb16060bdc8, 0xc00041e3c0}, 0xc0002c0a00) /home/**/**/**_backend/routes.go:32 +0x185 net/http.HandlerFunc.ServeHTTP(0xc0001145d0?, {0x7fb16060bdc8?, 0xc00041e3c0?}, 0xc000416b30?) /usr/local/go/src/net/http/server.go:2084 +0x2f github.com/go-chi/chi/v5.(*ChainHandler).ServeHTTP(0x8fcdc0?, {0x7fb16060bdc8?, 0xc00041e3c0?}, 0xc000281c85?) /home/alex/go/pkg/mod/github.com/go-chi/chi/[email protected]/chain.go:31 +0x2c github.com/go-chi/chi/v5.(*Mux).routeHTTP(0xc0001102a0, {0x7fb16060bdc8, 0xc00041e3c0}, 0xc0002c0a00) /home/alex/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:442 +0x216
The text was updated successfully, but these errors were encountered:
No branches or pull requests
V2 Verify does not work anymore, it did yesterday.. Unsure the issue.
2022/05/18 10:19:33 http: panic serving [::1]:59242: runtime error: invalid memory address or nil pointer dereference goroutine 34 [running]: net/http.(*conn).serve.func1() /usr/local/go/src/net/http/server.go:1825 +0xbf panic({0x900820, 0xd04eb0}) /usr/local/go/src/runtime/panic.go:844 +0x258 gopkg.in/ezzarghili/recaptcha-go%2ev4.(*ReCAPTCHA).confirm(0xd15ac0, {{0x0, 0x0}, {0xc000311c01, 0x1e4}, {0x0, 0x0}}, {0x0, {0x0, 0x0}, ...}) /home/alex/go/pkg/mod/gopkg.in/ezzarghili/[email protected]/recaptcha.go:134 +0x399 gopkg.in/ezzarghili/recaptcha-go%2ev4.(*ReCAPTCHA).Verify(...) /home/alex/go/pkg/mod/gopkg.in/ezzarghili/[email protected]/recaptcha.go:101 main.signup({0x7fb16060bdc8, 0xc00041e3c0}, 0xc0002c0a00) /home/**/**/**_backend/routes.go:32 +0x185 net/http.HandlerFunc.ServeHTTP(0xc0001145d0?, {0x7fb16060bdc8?, 0xc00041e3c0?}, 0xc000416b30?) /usr/local/go/src/net/http/server.go:2084 +0x2f github.com/go-chi/chi/v5.(*ChainHandler).ServeHTTP(0x8fcdc0?, {0x7fb16060bdc8?, 0xc00041e3c0?}, 0xc000281c85?) /home/alex/go/pkg/mod/github.com/go-chi/chi/[email protected]/chain.go:31 +0x2c github.com/go-chi/chi/v5.(*Mux).routeHTTP(0xc0001102a0, {0x7fb16060bdc8, 0xc00041e3c0}, 0xc0002c0a00) /home/alex/go/pkg/mod/github.com/go-chi/chi/[email protected]/mux.go:442 +0x216
The text was updated successfully, but these errors were encountered: