matrix-org / matrix-federation-tester

Tester for matrix federation written in golang.
78 stars 17 forks source link

Error Generating Report: "strconv.ParseUint: parsing \"//grml.de\": invalid syntax" #49

Closed Rilgamon closed 5 years ago

Rilgamon commented 5 years ago

When I try to use the fed-tester with my own server_name grml.de it exits with Error 500 on matrix.org and after I managed building it locally this is the error output:

Error Generating Report: "strconv.ParseUint: parsing \"//grml.de\": invalid syntax"

Rilgamon commented 5 years ago

My fault. Had .well-known/matrix/server set including the https scheme. After removing the error is gone.