Alexa Remote2 stops talking

How rude, lol

I have refined(made wackier) the flow and now catch errors instead of every 30 seconds here is my even wackier flow

[{"id":"c1d02579.8dd7f8","type":"catch","z":"d629013b.18a518","name":"","scope":["1342bc23.22e3d4","b0247e21.49ed4","ee1c43f5.6ce74","afc76d2.928769","c702ee2c.c5df1","4426d9c1.366af8"],"uncaught":false,"x":60,"y":1540,"wires":[["43c99ec9.a77cd8","977379b6.027"]]},{"id":"43c99ec9.a77cd8","type":"debug","z":"d629013b.18a518","name":"catch alexa error","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"true","targetType":"full","statusVal":" $moment().format(\"ddd HH:mm:ss\")","statusType":"jsonata","x":180,"y":1640,"wires":[]},{"id":"977379b6.027","type":"switch","z":"d629013b.18a518","name":"","property":"_error","propertyType":"msg","rules":[{"t":"eq","v":"Error: no JSON","vt":"str"},{"t":"eq","v":"Error: account must be initialised before refreshing","vt":"str"},{"t":"eq","v":"Error: Error while checking Authentication: Error: no JSON","vt":"str"},{"t":"eq","v":"Error: Account not initialised!","vt":"str"},{"t":"eq","v":"Error: Authentication failed: \"no JSON\"","vt":"str"},{"t":"cont","v":"Error: unexpected response layout:","vt":"str"}],"checkall":"true","repair":false,"outputs":6,"x":200,"y":1540,"wires":[["b077099a.34df38"],["b077099a.34df38"],["b077099a.34df38"],["b077099a.34df38"],["b077099a.34df38"],["b077099a.34df38"]]},{"id":"b077099a.34df38","type":"change","z":"d629013b.18a518","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"alexa","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":480,"y":1600,"wires":[["adf5f259.7f8de8"]]},{"id":"adf5f259.7f8de8","type":"delay","z":"d629013b.18a518","name":"","pauseType":"delay","timeout":"5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":410,"y":1520,"wires":[["c702ee2c.c5df1"]]},{"id":"b28547b3.2aeac8","type":"link in","z":"d629013b.18a518","name":"speak payload null in","links":["c139818d.d137c"],"x":255,"y":1600,"wires":[["b077099a.34df38"]]},{"id":"c702ee2c.c5df1","type":"alexa-remote-init","z":"d629013b.18a518","name":"Initialise","account":"b0877f3.836aa","option":"initialise","x":290,"y":1460,"wires":[["fc0183e2.5e7c2"]]},{"id":"e63c03b3.745b48","type":"inject","z":"d629013b.18a518","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"86400","crontab":"","once":true,"onceDelay":0.1,"topic":"","payload":"alexa","payloadType":"flow","x":100,"y":1460,"wires":[["c702ee2c.c5df1"]]},{"id":"fc0183e2.5e7c2","type":"change","z":"d629013b.18a518","name":"","rules":[{"t":"set","p":"alexa","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":490,"y":1460,"wires":[["421c02e9.68fdec"]]},{"id":"421c02e9.68fdec","type":"debug","z":"d629013b.18a518","name":"","active":false,"tosidebar":true,"console":false,"tostatus":true,"complete":"payload","targetType":"msg","statusVal":" $moment().format(\"ddd HH:mm:ss\")","statusType":"jsonata","x":650,"y":1520,"wires":[]},{"id":"b0877f3.836aa","type":"alexa-remote-account","name":"alexaremote2 ","authMethod":"proxy","proxyOwnIp":"192.168.1.25","proxyPort":"3456","cookieFile":"alexa-remote2.txt","refreshInterval":"14","alexaServiceHost":"layla.amazon.co.uk","amazonPage":"amazon.co.uk","acceptLanguage":"en-UK","userAgent":"","useWsMqtt":"on","autoInit":"off"}]