This error : "Attempt to call function 'settext' in base 'null instance' on a null instance." means that the godot cannot call the 'settext' function because it finds nothing (or null) is in the 'get_node("../Label")'
or to be simple, the godot program cannot find your node....
usually it is because you write the wrong node name (Uppercase,lowercase, etc) or wrong node path