ID 486844 - AudioRead nodes fail to generate a Curve when executed in Terminal mode

Follow

Problem summary
AudioRead nodes fail to generate a Curve when executed in Terminal mode.

Customer reported version
nuke.12.2v5

Customer reported platform
centos7

Steps to reproduce
1) Launch Nuke in terminal mode with the -t (-ti) flag.
2) Create an AudioRead node and execute the generate button pythonically with the following command:

import nuke

path_to_audio_file = "path/to/file.wav" #replacing the file path with your own.
audio_read_node = nuke.nodes.AudioRead(file=path_to_audio_file, left=.5, right=.5, keyinterval=0.1)
audio_read_node["generate"].execute()

3) View the AudioRead1 node curve attributes with the command: print(audio_read_node)

Expected behavior
A curve should be generated

Actual behavior
Curves are not generated for the AudioRead node while in Terminal.

Workaround
There is no available workaround at this time.

Reproduced by Support in:
Nuke 13.0v4 - Windows 10, macOS 10.14
Nuke 13.0v1 - Windows 10
Nuke 12.0v1 - Windows 10
Nuke 11.0v1 - Windows 10
Nuke 10.0v1 - Windows 10
Nuke 9.0v1 - Windows 10
Nuke 8.0v1 - Windows 10, macOS 10.14

Earliest version tested
Nuke 8.0v1 - This issue appears to be in all versions of the product

    We're sorry to hear that

    Please tell us why