Assets dont display if RasPi unable to access internet

ok. I have tried to config the proxy using raspi-config, and then in the /etc/environment file
The env file at least allows wget to work through the proxy. But our console screen is still blank.
Following also tips from here: Can’t Get Screenly to Start - Anthias - Anthias Forum I can see some logs using journalctl.

Apr 23 14:07:15 vnrp-ras1 systemd[1]: screenly-host-agent.service: Scheduled restart job, restart counter is at 31.
Apr 23 14:07:15 vnrp-ras1 systemd[1]: Stopped Screenly Host Agent.
Apr 23 14:07:15 vnrp-ras1 systemd[1]: Started Screenly Host Agent.
Apr 23 14:07:16 vnrp-ras1 python3[1043]: INFO:root:Connecting to redis…
Apr 23 14:07:16 vnrp-ras1 python3[1043]: Traceback (most recent call last):
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/connection.py”, line 559, in connect
Apr 23 14:07:16 vnrp-ras1 python3[1043]: sock = self._connect()
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/connection.py”, line 615, in _connect
Apr 23 14:07:16 vnrp-ras1 python3[1043]: raise err
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/connection.py”, line 603, in _connect
Apr 23 14:07:16 vnrp-ras1 python3[1043]: sock.connect(socket_address)
Apr 23 14:07:16 vnrp-ras1 python3[1043]: ConnectionRefusedError: [Errno 111] Connection refused
Apr 23 14:07:16 vnrp-ras1 python3[1043]: During handling of the above exception, another exception occurred:
Apr 23 14:07:16 vnrp-ras1 python3[1043]: Traceback (most recent call last):
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/home/hvn/screenly/host_agent.py”, line 53, in
Apr 23 14:07:16 vnrp-ras1 python3[1043]: subscriber_loop()
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/home/hvn/screenly/host_agent.py”, line 42, in subscriber_loop
Apr 23 14:07:16 vnrp-ras1 python3[1043]: pubsub.subscribe(CHANNEL_NAME)
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/client.py”, line 3580, in subscribe
Apr 23 14:07:16 vnrp-ras1 python3[1043]: ret_val = self.execute_command(‘SUBSCRIBE’, *iterkeys(new_channels))
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/client.py”, line 3466, in execute_command
Apr 23 14:07:16 vnrp-ras1 python3[1043]: self.connection = self.connection_pool.get_connection(
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/connection.py”, line 1192, in get_connection
Apr 23 14:07:16 vnrp-ras1 python3[1043]: connection.connect()
Apr 23 14:07:16 vnrp-ras1 python3[1043]: File “/usr/lib/python3/dist-packages/redis/connection.py”, line 563, in connect
Apr 23 14:07:16 vnrp-ras1 python3[1043]: raise ConnectionError(self._error_message(e))
Apr 23 14:07:16 vnrp-ras1 python3[1043]: redis.exceptions.ConnectionError: Error 111 connecting to 127.0.0.1:6379. Connection refused.
Apr 23 14:07:16 vnrp-ras1 systemd[1]: screenly-host-agent.service: Main process exited, code=exited, status=1/FAILURE
Apr 23 14:07:16 vnrp-ras1 systemd[1]: screenly-host-agent.service: Failed with result ‘exit-code’.

A very quick look into docker (that I also no knowthing about), docker ps command lists nothing.
Dont know if this is any help, but I’m looking forward to some advice.

Thank you