Can't use special symbols in NTRIP username field on v2.22.0

No guarantees, but you could try these two possible workarounds:

  • prefix each “/” with a “\”
    • username\/username
  • substitute “/” for the urlencoded equivalent: %2F
    • username%2Fusername

Let us know if that helps at all.