Hi all, my deploy seems to have stopped working an...
# dotnet
s
Hi all, my deploy seems to have stopped working and I only recently noticed it:
Copy code
pulumi:pulumi:Stack Telplin.Deploy-telplin  Unhandled exception. System.AggregateException: One or more errors occurred. (The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.)
      pulumi:pulumi:Stack Telplin.Deploy-telplin   ---> System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0.
  
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader& json, ExceptionResource resource, Byte nextByte, ReadOnlySpan`1 bytes)
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at System.Text.Json.Utf8JsonReader.Read()
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at System.Text.Json.JsonDocument.Parse(ReadOnlySpan`1 utf8JsonSpan, JsonReaderOptions readerOptions, MetadataDb& database, StackRowStack& stack)
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 utf8Json, JsonReaderOptions readerOptions, Byte[] extraRentedArrayPoolBytes, PooledByteBufferWriter extraPooledByteBufferWriter)
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at System.Text.Json.JsonDocument.Parse(ReadOnlyMemory`1 json, JsonDocumentOptions options)
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at Pulumi.Deployment.ParseConfig()
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at Pulumi.Deployment..ctor(RunnerOptions runnerOptions)
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at Pulumi.Deployment.<>c.<RunAsync>b__108_0()
      pulumi:pulumi:Stack Telplin.Deploy-telplin     at Pulumi.Deployment.CreateRunnerAndRunAsync(Func`1 deploymentFactory, Func`2 runAsync)
I'm quite confused why this is happening, does this ring a bell for anyone?