Node is Not syncing

Was away on vacation for a bit.
originally started out version 1.1.5
attempted to sync about 1 week "original sync took 5 or 6 days, so didn’t think anything was up.

then after reading forum discovered that I need to upgrade.
had to find the “upgrade process”, took some time.

now 1.1.7 where it supposed to be.

I did add 2 working nodes from a link found in another article.

from debug log. not liking the messages.

2021-07-03T18:26:59.475 full_node full_node_server        : WARNING  Trying to ban localhost for 10, but will not ban
2021-07-03T18:27:01.133 full_node asyncio                 : ERROR    Task exception was never retrieved
future: <Task finished coro=<ChiaServer.incoming_api_task.<locals>.api_call() done, defined at chia\server\server.py:482> exception=CancelledError()>
concurrent.futures._base.CancelledError
2021-07-03T18:32:44.371 full_node full_node_server        : ERROR    Exception , exception Stack: Traceback (most recent call last):
  File "chia\server\server.py", line 356, in start_client
  File "aiohttp\client.py", line 763, in _ws_connect
  File "aiohttp\client.py", line 521, in _request
  File "aiohttp\connector.py", line 535, in connect
  File "aiohttp\connector.py", line 892, in _create_connection
  File "aiohttp\connector.py", line 1032, in _create_direct_connection
  File "aiohttp\connector.py", line 969, in _wrap_create_connection
  File "asyncio\base_events.py", line 949, in create_connection
  File "asyncio\selector_events.py", line 473, in sock_connect
concurrent.futures._base.CancelledError

2021-07-03T18:32:44.375 full_node full_node_server        : WARNING  Trying to ban localhost for 10, but will not ban
2021-07-03T18:32:44.376 full_node asyncio                 : ERROR    Task exception was never retrieved
future: <Task finished coro=<ChiaServer.incoming_api_task.<locals>.api_call() done, defined at chia\server\server.py:482> exception=CancelledError()>
concurrent.futures._base.CancelledError
2021-07-03T18:50:03.072 full_node chia.rpc.rpc_server     : WARNING  Error while handling message: Traceback (most recent call last):
  File "chia\rpc\rpc_server.py", line 212, in safe_handle
  File "chia\rpc\rpc_server.py", line 200, in ws_api
  File "chia\rpc\rpc_server.py", line 161, in open_connection
ValueError: Start client failed, or server is not set >>

ok after reading some other submissions with similar issues,
I enabled logging level.
odd that just enabling logging level appears to have helped some, as I am seeing “some connected messages, and adding block messages”?? and not seeing the earlier message… for me more than strange!!

2021-07-03T19:30:58.361 full_node full_node_server        : INFO     Connected with full_node {'host': '121.147.164.33', 'port': 8444}
2021-07-03T19:31:01.808 full_node chia.full_node.full_node: INFO     Number of peers we are syncing from: 3
2021-07-03T19:31:01.809 full_node chia.full_node.full_node: INFO     Added blocks 427548 to 427580
2021-07-03T19:31:01.810 full_node chia.full_node.full_node: INFO     Requesting blocks: 427580 to 427612
2021-07-03T19:31:06.055 full_node chia.full_node.full_node: INFO     Added blocks 427580 to 427612
2021-07-03T19:31:06.055 full_node chia.full_node.full_node: INFO     Requesting blocks: 427612 to 427644
2021-07-03T19:31:09.866 full_node full_node_server        : INFO     Connected with full_node {'host': '125.31.27.243', 'port': 8444}
2021-07-03T19:31:09.868 full_node full_node_server        : INFO     Connection closed: 125.31.27.243, node id: 653e71ec1ddf6e42e57d753ac67b48183880dfeb3ecc711408fb6e73a5e2347e
2021-07-03T19:31:09.869 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '125.31.27.243', 'port': 8444}
2021-07-03T19:31:10.025 full_node chia.full_node.full_node: INFO     Number of peers we are syncing from: 3
2021-07-03T19:31:10.025 full_node chia.full_node.full_node: INFO     Added blocks 427612 to 427644
2021-07-03T19:31:10.026 full_node chia.full_node.full_node: INFO     Requesting blocks: 427644 to 427676
2021-07-03T19:31:12.474 full_node full_node_server        : INFO     Cannot connect to host 82.25.179.40:8444 ssl:<ssl.SSLContext object at 0x000002766A186C88> [Connect call failed ('82.25.179.40', 8444)]
2021-07-03T19:31:13.940 full_node chia.full_node.full_node: INFO     Added blocks 427644 to 427676
2021-07-03T19:31:13.940 full_node chia.full_node.full_node: INFO     Requesting blocks: 427676 to 427708
2021-07-03T19:31:15.476 full_node full_node_server        : INFO     Cannot connect to host 178.151.168.164:8444 ssl:<ssl.SSLContext object at 0x000002766C5D49E8> [Connect call failed ('178.151.168.164', 8444)]
2021-07-03T19:31:15.953 full_node full_node_server        : INFO     Cannot connect to host 14.18.187.129:8444 ssl:<ssl.SSLContext object at 0x000002767EDD19E8> [Connect call failed ('14.18.187.129', 8444)]
2021-07-03T19:31:17.035 full_node full_node_server        : INFO     Connected with full_node {'host': '71.200.121.228', 'port': 8444}
2021-07-03T19:31:17.064 full_node full_node_server        : INFO     Connection closed: 71.200.121.228, node id: 5e67615dc48bb4615a7436964bc4ab70eae74a2df05fbe38a92cbebc5e6c1875
2021-07-03T19:31:17.065 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '71.200.121.228', 'port': 8444}
2021-07-03T19:31:17.599 full_node chia.full_node.full_node: INFO     Number of peers we are syncing from: 3
2021-07-03T19:31:17.600 full_node chia.full_node.full_node: INFO     Added blocks 427676 to 427708
2021-07-03T19:31:17.600 full_node chia.full_node.full_node: INFO     Requesting blocks: 427708 to 427740
2021-07-03T19:31:21.317 full_node chia.full_node.full_node: INFO     Added blocks 427708 to 427740
2021-07-03T19:31:21.318 full_node chia.full_node.full_node: INFO     Requesting blocks: 427740 to 427772
2021-07-03T19:31:22.435 full_node full_node_server        : INFO     Cannot connect to host 61.140.185.153:8444 ssl:<ssl.SSLContext object at 0x0000027668EF93C8> [Connect call failed ('61.140.185.153', 8444)]
2021-07-03T19:31:25.935 full_node chia.full_node.full_node: INFO     Added blocks 427740 to 427772
2021-07-03T19:31:25.936 full_node chia.full_node.full_node: INFO     Requesting blocks: 427772 to 427804
2021-07-03T19:31:26.226 full_node full_node_server        : INFO     Cannot connect to host 174.58.67.76:8444 ssl:<ssl.SSLContext object at 0x000002766CA8FF98> [Connect call failed ('174.58.67.76', 8444)]
2021-07-03T19:31:28.365 full_node full_node_server        : INFO     Connected with full_node {'host': '109.229.150.4', 'port': 8444}
2021-07-03T19:31:28.369 full_node full_node_server        : INFO     Connection closed: 109.229.150.4, node id: f4a6ba98f967ef556442389c91f9d5d0f1938336ef25828c92a85957f7ef1f50
2021-07-03T19:31:28.370 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '109.229.150.4', 'port': 8444}
2021-07-03T19:31:31.268 full_node chia.full_node.full_node: INFO     Number of peers we are syncing from: 3
2021-07-03T19:31:31.269 full_node chia.full_node.full_node: INFO     Added blocks 427772 to 427804
2021-07-03T19:31:31.269 full_node chia.full_node.full_node: INFO     Requesting blocks: 427804 to 427836