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
.net core does not have many encodings so in TextClient() where you Encoding = System.Text.Encoding.GetEncoding(1252); .net core throws as is can not find code page 1252. I changed this to Encoding = System.Text.Encoding.ASCII; or Encoding = System.Text.Encoding.UTF8;
Now I get: BAD Unknown command kt10mb48627408pjb
The text was updated successfully, but these errors were encountered:
.net core does not have many encodings so in
TextClient()
where youEncoding = System.Text.Encoding.GetEncoding(1252);
.net core throws as is can not find code page 1252. I changed this toEncoding = System.Text.Encoding.ASCII;
orEncoding = System.Text.Encoding.UTF8;
Now I get:
BAD Unknown command kt10mb48627408pjb
The text was updated successfully, but these errors were encountered: