MyTesla icon indicating copy to clipboard operation
MyTesla copied to clipboard

Connection seems not to work

Open NowyQuei opened this issue 4 years ago • 1 comments

hi i tried exatly as worte in your help file and i run in an issue... This is the error msg:

ConvertTo-QueryString : Der Typ [System.Web.HttpUtility] wurde nicht gefunden. In C:\Users\nowyquei\git\repo\MyTesla\Source\Private\AuthHelpers.ps1:110 Zeichen:18

  • $Uri.Query = ConvertTo-QueryString -Hashtable $Query
    
  •              ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (System.Web.HttpUtility:TypeName) [ConvertTo-QueryString], RuntimeException
    • FullyQualifiedErrorId : TypeNotFound,ConvertTo-QueryString

NowyQuei avatar Aug 01 '21 17:08 NowyQuei

That is interesting! Which version of PowerShell are you using?

Can you post the output of $PSVersionTable?

SimonWahlin avatar Aug 06 '21 05:08 SimonWahlin