DNNCommunity / DNNCommunity/PolyDeploy

DNN 9.6.2 Exception on Deploy

Open
#75 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
51
Forks
20
PR merge metrics
No merged PRs in 30d

Description

I'm testing the latest release locally right now.

When I use the standard command below during testing using PolyDeploy 0.9.3 and DNN 9.6.2 I get an exception.

```
DeployClient.exe --target-uri https://polydeploy1.loc/ --api-key 836FBBF86DD54D8A965DB25CE6842301 --encryption-key ABF15F9AFA5E4560B751C2B8EC497783
```

![image](https://user-images.githubusercontent.com/938023/88094013-b2bbf380-cb47-11ea-81e0-7e33aa8cb2ba.png)

This appears to be the offending line of code, maybe. But I can't debug it because of Issue #74

```cs
string json = await client.GetStringAsync(endpoint);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.