cols-agent-tasks icon indicating copy to clipboard operation
cols-agent-tasks copied to clipboard

Cannot assign to read only property '0' of string

Open juliofuentescerrada opened this issue 5 years ago • 1 comments

Hi Colin, Thank you very much for this awesome tool set. However I'm struggling with an issue regarding JSON tokenization.

Given this settings file: ocelot.json

  "ReRoutes": [
    {
      "DownstreamPathTemplate": "/api/{everything}",
      "DownstreamScheme": "http",
      "DownstreamHostAndPorts": [
        {
          "Host": "localhost",
          "Port": 80
        }
      ],
      "UpstreamPathTemplate": "/api/{everything}",
      "UpstreamHttpMethod": [ "Get", "Post" ]
    }
  ],
  "GlobalConfiguration": {}
}

When I run the tokenize file task in my pipeline I get the following output: image

I've debugged the task code and it seems to be working fine but somehow it doesn't during the pipeline execution.

juliofuentescerrada avatar Dec 04 '19 07:12 juliofuentescerrada

I'm running into the same issue. Does anyone know if this project is still maintained? Last activity by the owner was 14 months ago.

prrrtpieptoet avatar Feb 08 '21 11:02 prrrtpieptoet