You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that for e.g. http://127.0.0.1:8765/1 InetPath produces path segments ["", "1"], so getting the first one and converting to long doesn't work.
I don't know whether this is a bug in InetPath or in userman, but it completely breaks userman w/ redis.
The text was updated successfully, but these errors were encountered:
The mistake was introduced here: acbe674#diff-3e3173a50db7d7cd7e3561efce0f0e8aR68
The problem is that for e.g.
http://127.0.0.1:8765/1
InetPath produces path segments["", "1"]
, so getting the first one and converting to long doesn't work.I don't know whether this is a bug in InetPath or in userman, but it completely breaks userman w/ redis.
The text was updated successfully, but these errors were encountered: