Can anyone help?

I’m getting this error:

2021-09-01T12:58:53.957 full_node chia.full_node.mempool_manager: INFO     It took 0.00912165641784668 to pre validate transaction
2021-09-01T12:58:53.996 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.036005258560180664 seconds, cost 14750981 (0.134%)
2021-09-01T12:58:54.092 harvester chia.harvester.harvester: INFO     1 plots were eligible for farming b4b28a3f16... Found 1 proofs. Time: 0.60702 s. Total 162 plots
2021-09-01T12:58:54.173 farmer chia.farmer.farmer         : INFO     Submitting partial for {launcher_id} to https://pool.xchpool.org
2021-09-01T12:58:54.754 farmer chia.farmer.farmer         : INFO     Pool response: {'error_code': 2, 'error_message': 'Received partial in 47.4386522769928. Make sure your proof of space lookups are fast, and network connectivity is good.Response must happen in less than 25 seconds. NAS or network farming can be an issue'}
2021-09-01T12:58:54.756 farmer chia.farmer.farmer         : ERROR    Error in pooling: (2, 'Received partial in 47.4386522769928. Make sure your proof of space lookups are fast, and network connectivity is good.Response must happen in less than 25 seconds. NAS or network farming can be an issue')
2021-09-01T12:58:55.269 full_node chia.full_node.mempool_manager: INFO     It took 0.010882854461669922 to pre validate transaction
2021-09-01T12:58:55.319 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0467987060546875 seconds, cost 10868858 (0.099%)

I’m farming on a raspberry pi 4 and not plotting. All hdd lookups are below 3 seconds. I opened port 8444 on this. Is this pool related or am i doing something wrong?

The error message is unusually clear, lol! How often do you get this message? Do you have Farmr or another dashboard installed that gives detailed info on your response times?

This error says that you are having response times well above 3 seconds. You need to discover how often it is occurring and how badly.

Is everything hooked up via USB or are you using your local network?

Don’t look at just the error line. Proof was found at 12:58:54.092, getting error at 12:58:54.756. It’s less than 1 second but the error says it took 47 seconds. There is no proof found at 47 second prior to error.

I found the error reason by sending the log to pool’s mod. It seems my signage points are out-of-order. Meaning this could be because of high network usage or connection problems.