liprec / vsts-release-aas

Repository for my Analysis Service Azure pipelines tasks related to Azure Analysis Service or Power BI Premium
Other
27 stars 28 forks source link

v1.5.6 we are getting an error: Unrecognized escape sequence. #85

Closed sikalokym closed 2 years ago

sikalokym commented 2 years ago

Hello after v1.5.6 we are getting an error: Unrecognized escape sequence. If our password contains '#' mark it is converted like 'test#' -> 'test\#' and does not work, means raises an error: Unrecognized escape sequence.

liprec commented 2 years ago

Sorry, was to quick in my escape logic and JSON is not that strict: only the \ in a password needs to be escaped. New version (v1.5.7) will be available anytime soon.

sikalokym commented 2 years ago

Seems to be working fine now. Thanks for quick turnaround.

MikaAhosilta commented 2 years ago

Hi,

We're still getting the same error with version 1.5.7 so it looks like there are still issues with the escaping. These are all the special characters included in my password: %';|~**`

Devops_Error

liprec commented 2 years ago

@MikaAhosilta: a new version is rolled out (v.1.5.8) which should work with all your special characters: %';|~**`

MikaAhosilta commented 2 years ago

Now it's working again. Thanks for your help!