Craig Newton
Craig Newton
Fixed by: https://github.com/metacontroller/metacontroller/pull/989
Included in https://github.com/metacontroller/metacontroller/pull/978
+1 on ETA for this feature please. Our environment is very restrictive and does not allow pull from github in our pipelines.
I was able to reproduce the error, will take a look at fixing it.
In metacontroller it seems to handle the code fine. The error raised is for the unmarshalling of the response: ``` sync hook failed: can't unmarshal webhookResponse: json: cannot unmarshal string...
I tested with sending payload as: ``` INFO:__main__:/sync sending response {"status": {"working": "fine"}, "children": {None}} ``` On metacontroller: ``` 1.7101731637271228e+09 LEVEL(-4) composite.problemo-controller Sync {"object": {"name":"globalsettings"}} 1.7101731637323246e+09 ERROR failed to sync...
Thanks for posting. Can you please provide me with the raw text that was read just before the JSON.parse() line, thanks.
Hi there, Thanks for the comment and contribution. I will deploy shortly and let you know. Kind Regards, Craig Newton
Sure, I will look into it and keep you posted. Thanks for the suggestion. On Wed, 27 Jun 2018, 12:26 lazmo88 wrote: > @newtondev Any plans to support 3 lined...
Hi @grzesuav I have updated accordingly, can you please review, thanks.