Cant Sync, it never did

Hey guys,

first of all i want to prewarn you to my bad english. Even though i hope you can understand and help me :slight_smile:

Since chia had download the blockdatabase, my Chia or Wallet arent syncing. It tells me “not synced”

I started with version 1.1.4. After my Status changed from “xxxxxx/xxxxxx” (x=a number) to “Not Synced”, a newer version was released and i updated to version 1.1.5.
My Wallet and my Full Node isnt synced in that Version either. (status: not synced). I am connected with peers with incoming and outgoing Data usage (see uploaded picture).

I really dont know what to do anymore and i am really desperate :frowning:

Here are some things i already tried:

upnp on Router is “OFF” (tried it ON too)
upnp in Chia-configfile:“FALSE” (LINE:[enable_upnp: false]) (tried it in standard value too)

changed the value from configfile: “target_outbound_peer_count: 50” (from “8” to “50”)

I did several plots.
I closed my software firewall for about an hour.
I opened port fowarding in my firewall setting on my router (as you can see on the image)
My Clock and the Chia-Blocks looks like they have the same time (as you can see on the screenshot)
I tried to start the software “as admin”

Restart my router…and computer :smiley:

May there is a specific “Windows Service” that have to be running, because i turned several off?
Its strange to see more than one “full_node.exe” is running in my Task Manager (see uploaded picture)

Some of my latest debug log: > 2021-05-15T19:03:28.654 full_node chia.full_node.full_node: ERROR Consensus error 124, not disconnecting

2021-05-15T19:03:53.511 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
2021-05-15T19:09:21.539 full_node full_node_server        : ERROR    Exception:  <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': 'XX.XX.XX.XXX', 'port': 8444}. Traceback (most recent call last):
  File "chia\server\server.py", line 531, in api_call
  File "asyncio\tasks.py", line 435, in wait_for
concurrent.futures._base.CancelledError

2021-05-15T19:11:53.582 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
2021-05-15T19:15:19.580 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting

I did a lot of internet research by myself but i cant find any information that can help me to sync. Since that, iam waiting for a new chia software update that fix syncing. Guys, i really hope you can help me :slight_smile:

GREETINGS, yours Schlittschuh.

chia cersion 1.1.5
Specs:
Win 10 pro x64
8GB RAM
i7 (first generation)
SSD for plotting, HDD for saving plots
9MB/s internet line
and i live in Austria/Europe (maybe thats kind of important)

Why do you have upnp disabled in your config?

because someone said it would help to sync :confused: Whats the standard value? “true”? i might give it a shot.

LOL, no. UPNP is what responds to the port (8444) that you forwarded to that system. It has to be enabled for it to respond. I haven’t ever enabled/disabled it in the file. I have always ran the command to do it. But yes, it needs to be true. The only time you would want to disable it is if you have multiple full nodes on the same network. And in that situation, you would disable it on all of them except the main full node.

1 Like

Just to be pedantic about this: uPNP requests for the specific port to be opened up, the router will reciprocate if uPNP is enabled there.

As such, of other machines on the network request the same, the router might just humor them. This is why you should only have one Chia instance on your network with uPNP enabled otherwise the port forwarding might constantly jump from machine to machine.

1 Like

okay. So i closed chia, set “true” as value to the line and restarted chia. now i am going to wait about an hour. after that i ll tell you if somehting happen or not.
But probably it wont sync, because i already tried it with standard value.

certainly i remember now: i changed some things after i disabled it

Thanks for your reply! I only run one Chia instance in my network. And by the way, i disabled upnp in my router, too.

syncing issues for three days now. everywhere. no sync, no farm. i blame the devs for not releasing any information about obvious network issues and let people waste their time with pointless repair attempts (deleting peerdb, open port 8444, disable upnp, restart app, adding nodes etc. etc) without any success, since the fault is not theirs at all… just a little hint like " current warning: global syncing issues because of xxx, please be patient, there is nothing wrong with your setup" would have been very helpful…

3 Likes

I am not able to get synced for the last 2-3 days also. This software quality… It is like student work it was never working for 100% at least a day.

about one 1 hour later and change upnp value to “true” i am still not able to sync :frowning: (just for your information)

What is your log saying during this last hour?

For people not able to get a good Sync (I’ve been in sync forever really…) Put down your IPs or DNS names (if you want) and I (and hopefully some others here) will force connect to you (in GUI or “chia show -a ip.ip.ip.ip:8444”). That should help you along.

1 Like

Once I forwarded port 8444 sync became very fast.

The only thing that takes a LONG time is getting the initial blockchain pulled down – or if you are very far behind in the blockchain for some reason.

Sorry i felt asleep. because it was already midnight here.
The entrys from 21:30 pm to midnight (my time zone) were:

    2021-05-15T21:30:57.655 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T21:34:48.349 full_node full_node_server        : ERROR    Exception: Failed to fetch block 286126 from {'host': '83.149.44.252', 'port': 8444}, timed out, {'host': '83.149.44.252', 'port': 8444}. Traceback (most recent call last):
      File "chia\server\server.py", line 521, in wrapped_coroutine
      File "chia\full_node\full_node_api.py", line 104, in new_peak
      File "chia\full_node\full_node.py", line 361, in new_peak
      File "chia\full_node\full_node.py", line 310, in short_sync_backtrack
      File "chia\full_node\full_node.py", line 295, in short_sync_backtrack
    ValueError: Failed to fetch block 286126 from {'host': '83.149.44.252', 'port': 8444}, timed out

    2021-05-15T21:34:48.351 full_node full_node_server        : ERROR    Exception: Failed to fetch block 286126 from {'host': '83.149.44.252', 'port': 8444}, timed out <class 'ValueError'>, closing connection {'host': '83.149.44.252', 'port': 8444}. Traceback (most recent call last):
      File "chia\server\server.py", line 531, in api_call
      File "asyncio\tasks.py", line 414, in wait_for
      File "chia\server\server.py", line 528, in wrapped_coroutine
      File "chia\server\server.py", line 521, in wrapped_coroutine
      File "chia\full_node\full_node_api.py", line 104, in new_peak
      File "chia\full_node\full_node.py", line 361, in new_peak
      File "chia\full_node\full_node.py", line 310, in short_sync_backtrack
      File "chia\full_node\full_node.py", line 295, in short_sync_backtrack
    ValueError: Failed to fetch block 286126 from {'host': '83.149.44.252', 'port': 8444}, timed out

    2021-05-15T21:36:00.103 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T21:36:29.341 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T21:47:14.696 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T21:49:20.302 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T21:51:54.537 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T21:54:13.155 full_node chia.full_node.full_node: WARNING  Invalid response for slot None
    2021-05-15T21:58:21.439 full_node chia.full_node.full_node: WARNING  Invalid response for slot None
    2021-05-15T22:07:13.680 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-05-15T22:07:17.319 full_node chia.full_node.full_node: ERROR    Exception in create outbound connections: 
    2021-05-15T22:07:17.321 full_node chia.full_node.full_node: ERROR    Traceback: Traceback (most recent call last):
      File "chia\server\node_discovery.py", line 325, in _connect_to_peers
      File "asyncio\tasks.py", line 595, in sleep
    concurrent.futures._base.CancelledError

    2021-05-15T22:07:19.016 daemon asyncio                    : ERROR    Task exception was never retrieved
    future: <Task finished coro=<kill_service() done, defined at chia\daemon\server.py:833> exception=AttributeError("'list' object has no attribute 'pid'")>
    Traceback (most recent call last):
      File "chia\daemon\server.py", line 841, in kill_service
      File "chia\daemon\server.py", line 805, in kill_process
    AttributeError: 'list' object has no attribute 'pid'
    2021-05-15T22:08:59.055 wallet wallet_server              : ERROR    Exception:  <class 'concurrent.futures._base.CancelledError'>, closing connection {'host': '18.168.77.215', 'port': 8444}. Traceback (most recent call last):
      File "chia\server\server.py", line 531, in api_call
      File "asyncio\tasks.py", line 435, in wait_for
    concurrent.futures._base.CancelledError

    2021-05-15T22:10:23.678 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:13:07.002 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:13:15.737 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:16:48.600 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:17:20.696 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:19:17.827 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:21:32.610 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:21:40.204 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:26:40.387 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

    2021-05-15T22:34:15.578 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:41:20.274 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:46:46.013 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:47:36.074 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:50:11.234 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:56:08.898 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:56:09.066 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:56:13.558 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T22:56:42.851 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:01:04.816 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:01:29.128 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:02:16.773 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:03:24.381 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:08:13.246 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:11:14.951 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:13:31.573 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:16:24.448 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:19:19.691 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:20:42.183 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:22:56.305 full_node chia.full_node.full_node: ERROR    Consensus error 124, not disconnecting
    2021-05-15T23:31:12.638 full_node chia.full_node.full_node: ERROR    Exception in create outbound connections: 
    2021-05-15T23:31:12.640 full_node chia.full_node.full_node: ERROR    Traceback: Traceback (most recent call last):
      File "chia\server\node_discovery.py", line 325, in _connect_to_peers
      File "asyncio\tasks.py", line 595, in sleep
    concurrent.futures._base.CancelledError

    2021-05-15T23:34:13.769 full_node full_node_server        : ERROR    Exception:  <class 'concurrent.futures._base.CancelledError'>, closing connection None. Traceback (most recent call last):
      File "chia\server\server.py", line 531, in api_call
      File "asyncio\tasks.py", line 435, in wait_for
    concurrent.futures._base.CancelledError

    2021-05-15T23:52:35.431 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

    2021-05-15T23:56:31.456 wallet chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:31.465 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:31.470 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:31.513 full_node chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:35.464 wallet chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:35.477 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:35.481 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:35.647 full_node chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:39.469 wallet chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:39.484 farmer chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:39.498 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:39.657 full_node chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:43.484 wallet chia.rpc.rpc_server        : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:43.517 harvester chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:56:44.238 full_node chia.rpc.rpc_server     : WARNING  Cannot connect to daemon at ws://localhost:55400
    2021-05-15T23:58:03.969 wallet wallet_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-05-16T00:12:36.459 full_node full_node_server        : ERROR    Exception: Failed to fetch block 286677 from {'host': '113.81.41.57', 'port': 8444}, timed out, {'host': '113.81.41.57', 'port': 8444}. Traceback (most recent call last):
      File "chia\server\server.py", line 521, in wrapped_coroutine
      File "chia\full_node\full_node_api.py", line 104, in new_peak
      File "chia\full_node\full_node.py", line 361, in new_peak
      File "chia\full_node\full_node.py", line 310, in short_sync_backtrack
      File "chia\full_node\full_node.py", line 295, in short_sync_backtrack
    ValueError: Failed to fetch block 286677 from {'host': '113.81.41.57', 'port': 8444}, timed out

Hy and thanks for your answere!
So, How do i manage to “put down my Ip Adress”? To be honest i really dont know what you are meaning by this. My router give me the Ip: 192.XX.XX.XXX Do you mean i should lower it to, e.g., 62.XX.XX.XX ?

Hy and thanks for your answere!
I already did port forwarding. I had to call my provider, because i had a ip6 protocoll. They set it to ip4.

Is there any option to check if my block showing in the GUI is the newest block?

Ah, that would be public IP of course so like https://whatismyip.com can help with that. But it will only work if you have port forwarding setup correctly in the first place.

How many full node connections do you have?

Just checked, about 60 or so?

@Schlittschuh When Quindor said “put down your IP address” they meant post your IP address here and we will direct connect as a peer. Your public IP address can be found by going to https://whatismyip.com.

The address that starts with 192 is your local network address and can’t be connected to from the outside. This local address is where your router should be forwarding connections on port 8444.