OpenVPN [IndexError: list index out of range]

Hello. Simple command show openvpn server causes an error. There is a fix for version 1.3. How to fix it for 1.4-epa2 ?

admin@dc04-r01:~$ show openvpn server
Traceback (most recent call last):
File “/usr/libexec/vyos/op_mode/openvpn.py”, line 247, in
res = vyos.opmode.run(sys.modules[name])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/lib/python3/dist-packages/vyos/opmode.py”, line 263, in run
res = func(**args)
^^^^^^^^^^^^
File “/usr/libexec/vyos/op_mode/openvpn.py”, line 230, in show
openvpn_data = _get_raw_data(mode)
^^^^^^^^^^^^^^^^^^^
File “/usr/libexec/vyos/op_mode/openvpn.py”, line 177, in _get_raw_data
d = _get_interface_status(mode, intf)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/libexec/vyos/op_mode/openvpn.py”, line 120, in _get_interface_status
client[‘tunnel’] = _get_tunnel_address(client[‘remote_host’],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/libexec/vyos/op_mode/openvpn.py”, line 51, in _get_tunnel_address
tunnel_ip = lst[0].split(‘,’)[0]
~~~^^^
IndexError: list index out of range
admin@dc04-r01:~$

Could you please share your OpenVPN configuration and the output of this commands:
$ show interfaces
$ show interfaces openvpn vtunx
$ show log openvpn | tail -n 50