Git Product home page Git Product logo

Comments (40)

taiyangc avatar taiyangc commented on May 30, 2024 5

End of day tomorrow, the latest. We are doing some more testing on the release.

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024 1

image

from go-btfs.

wxue avatar wxue commented on May 30, 2024 1

@Jenos-Idanian Thanks for the info, we're working on it.

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024 1

We are looking to release v1.3.6 to fully fix this issue within 48 hours.

from go-btfs.

tobytaro avatar tobytaro commented on May 30, 2024 1

Before we release v1.3.6 please help us test out the latest master build - you can do the following

git clone https://github.com/TRON-US/go-btfs
cd go-btfs
make install
-- make sure old btfs process is shut down --
btfs daemon

Then go to host ui to see if validation is resolved. Thank you for your feedback.

Do I run btfs daemon in go-btfs folder? I can't find it.

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

Under what conditions do these errors occur? Is it every hour? every day? randomly? Refreshing the ui has nothing to do with the validation, but rather these errors causing it.

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024

Under what conditions do these errors occur? Is it every hour? every day? randomly? Refreshing the ui has nothing to do with the validation, but rather these errors causing it.

I guess that I was assuming that that refreshing the host ui would ping the server and the server was having an issue identifying my node? It has been random when it happens, but it was happening frequently since the the update, yesterday at about 6 pm est.

from go-btfs.

wxue avatar wxue commented on May 30, 2024

@Jenos-Idanian Do you mind provide me your node id so we can take a deep look into it? You can reply it directly here or email it to [email protected].

FYI, you can check your ID on the UI, or running btfs id in your terminal.

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024

16Uiu2HAkzfZZR7jDb5w6pT1gZPt3W4S6Kyv7ywe8Q7dLsXYGSsDx

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024

This was in the cmd daemon just now.

2020-08-07T20:19:21.946-0400 ←[31mERROR←[0m storage/contracts
upload/contracts.go:432 get payout status batch error:rpc error: code = Canceled desc = context canceled
2020-08-07T20:19:39.395-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:39.756-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:39.955-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get exchange tron balance, reason: context canceled
2020-08-07T20:19:40.311-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:40.510-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get exchange tron balance, reason: context canceled
2020-08-07T20:19:40.865-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:41.246-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:41.621-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:41.974-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:42.323-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:42.691-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:43.096-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled
2020-08-07T20:19:43.487-0400 ←[31mERROR←[0m core/commands commands/wallet.go:211 wallet get balance failed, ERR: Failed to get ledger balance, reason: context canceled

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024

image

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024

Pretty amazing.

from go-btfs.

laipogo avatar laipogo commented on May 30, 2024

@Jenos-Idanian
Can u please try btfs storage stats sync btfs storage stats info and btfs id.

from go-btfs.

laipogo avatar laipogo commented on May 30, 2024

You can reply it directly here or email it to [email protected] and [email protected]

from go-btfs.

endofthepain avatar endofthepain commented on May 30, 2024

Screenshot_664

Screenshot_665

my id : 16Uiu2HAmP44NhDrgEor8a39LCmTXorG5Gg9M4YRpvpRj48fufxaU

from go-btfs.

WhiteEgg avatar WhiteEgg commented on May 30, 2024

1
storage stats info:
2
my id : 16Uiu2HAmPszrYM5SfoQZAMGJ7ufLovESPjtbDczN6R3ykKCJc6iJ

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

Thanks, I think we have enough information to fix this issue. Please stay tuned.

from go-btfs.

Jenos-Idanian avatar Jenos-Idanian commented on May 30, 2024

Thanks, I think we have enough information to fix this issue. Please stay tuned.

Anything?

from go-btfs.

pavansantani avatar pavansantani commented on May 30, 2024

UPDATE MY NODE INTO VALIDATION too

NODE ID: 16Uiu2HAkzRqkkqU6EMR24DLiU79WDnEvxLNNWMsg1hNEUbYdf1E3

journalctl -fu btfs
-- Logs begin at Sun 2020-08-02 08:29:39 UTC. --
Aug 16 06:46:06 btfs btfs[3741]: 2020-08-16T06:46:06.290Z ERROR upload upload/init.go:303 rpc error: code = Unknown desc = question not ready for renterPid 16Uiu2HAm1sJ9uwbEhbbTNy9Ep9aVgCUS2vqHTKFQJTQkAPrC1dBa fileHash QmcDiPA5KusNuNbTT88PzgmXBCoBwUJ9Y4uS4JBqqdqB4b shardHash QmXP3Qqhh5WmLue48tcBiCDnYrS8swRFtrozwygsqgQPpx contractId bb5bcd30-cf73-466c-938b-b8cc7f2be108,a3b1751a-719c-409d-a5b9-2606424a3117 , process will be continue in p2pCall
Aug 16 12:13:09 btfs btfs[3741]: BTFS is up-to-date.
Aug 17 12:13:14 btfs btfs[3741]: BTFS is up-to-date.
Aug 18 01:11:54 btfs btfs[3741]: 2020-08-18T01:11:54.533Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 102, got 100
Aug 18 02:11:54 btfs btfs[3741]: 2020-08-18T02:11:54.514Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 102, got 100
Aug 18 03:11:54 btfs btfs[3741]: 2020-08-18T03:11:54.551Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 103, got 100
Aug 18 04:11:54 btfs btfs[3741]: 2020-08-18T04:11:54.518Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 103, got 100
Aug 18 05:11:54 btfs btfs[3741]: 2020-08-18T05:11:54.817Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 103, got 100
Aug 18 06:13:22 btfs btfs[3741]: 2020-08-18T06:13:22.596Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 105, got 100
Aug 18 07:11:54 btfs btfs[3741]: 2020-08-18T07:11:54.531Z ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 105, got 100

from go-btfs.

pavansantani avatar pavansantani commented on May 30, 2024

We are looking to release v1.3.6 to fully fix this issue within 48 hours.

ok THANKS

from go-btfs.

kryptoviar avatar kryptoviar commented on May 30, 2024

It seems that node uptime is also decrasing as this error continues

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

@kryptoviar Node uptime has nothing to do with this error. If you continue to experience, it's possibly due to other errors. You can send an email to [email protected] with your node id and daemon logs to help you diagnose.

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

Before we release v1.3.6 please help us test out the latest master build - you can do the following

git clone https://github.com/TRON-US/go-btfs
cd go-btfs
make install
-- make sure old btfs process is shut down --
btfs daemon

Then go to host ui to see if validation is resolved. Thank you for your feedback.

from go-btfs.

geoffsnyder avatar geoffsnyder commented on May 30, 2024

I have performed the above and am roughly 90 minutes in... getting all kinds of errors now.

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

@geoffsnyder do you mind posting some of the more prominent errors?

from go-btfs.

geoffsnyder avatar geoffsnyder commented on May 30, 2024

@taiyangc not at all. please forgive the thread but I figure the more visibility you have the better... I"m still learning what this all means. ;)

16Uiu2HAm9unWsDcBMxWA8KoqkGj1raUcQDW6s1u7f5XpRnSAeifR

contract is not paid: 6d04b44b-f1ce-41db-b766-674f09f217b6,e91f2449-3145-4aa8-b0
40-2d0119a84730
2020-08-18T21:39:49.449-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:39:49.449-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: e25f13d3-5036-431c-aa0c-8f787bb0defb,ebe6c7e2-c1ce-49d1-87
c8-dff166e9cfa2
2020-08-18T21:39:50.153-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:50.153-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: cf4dc98a-9e8c-48e3-b384-92c0e649dc56,3dca1624-deaa-49b4-a0
8c-5e4103dba455
2020-08-18T21:39:50.946-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:50.946-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: b9b3d7b0-c05d-4150-b1b4-72d876955df2,38443bc8-ed61-4498-a2
42-ee25b1e03a53
2020-08-18T21:39:51.184-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:39:51.184-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: f91bce0a-cc92-47aa-a5ff-2025fe78243e,d8b942e3-fc32-44c1-93
02-853d049ed2c1
2020-08-18T21:39:51.603-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:51.603-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 93a8958a-02f4-47fc-85ac-870079316950,0ac9bda6-3f60-4c71-b9
a0-8a45453c4832
2020-08-18T21:39:54.594-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:54.595-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 58ba2243-ea0e-4b14-a32f-4de82290e708,90bdd667-0901-48d4-aa
55-03dc119fdee6
2020-08-18T21:39:54.604-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:54.604-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 74bbfee8-ea5f-4537-aa68-f4ec545a9b97,f71f256b-aed6-48a3-b2
fd-ae1f5970fa7c
2020-08-18T21:39:55.603-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:39:55.603-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: afa6890d-8029-4522-90d7-0426a69211f6,75e3df53-6615-4337-86
e8-00f69e2afd43
2020-08-18T21:39:56.545-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:56.545-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 389aa5d6-ec32-428a-807d-1ca26f84a3e0,6978b216-565c-4baa-b2
5a-2352fef22412
2020-08-18T21:39:56.649-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:56.649-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 83217d20-abff-4726-bb4b-a232a37dc406,cb692022-96c0-4a51-9b
79-f45bec80bce8
2020-08-18T21:39:57.039-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:57.039-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 8384a767-d3de-4584-87f7-0725219f3331,9723d05b-1433-4818-b3
94-025b82f6b10d
2020-08-18T21:39:57.832-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:39:57.833-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: ddd8a9a7-bb62-4703-9111-4205c41eb394,5e3b9689-e8c9-43ed-80
8e-aeb3698d0218
2020-08-18T21:39:57.940-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedrpc error: code = Unknown desc = pg: no rows in resu
lt set
2020-08-18T21:39:57.940-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 0785b56e-f3ef-4e00-bfab-91b2ee6aeec2,c53149f1-674a-4f74-a7
5a-394c8ef4805b
2020-08-18T21:39:59.123-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:39:59.124-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 2bed3f82-02bc-4b75-9a5d-83c9f7cd0544,0011df80-acac-48af-a0
b4-cca9847156a3
2020-08-18T21:40:00.407-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:00.413-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: a8af0395-0016-4591-b6b5-1111cbfbea8b,785a8788-a9d0-4cb8-8b
53-f501e4e81d65
2020-08-18T21:40:00.960-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:00.960-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 9e3adc7b-d830-4262-a8c4-a31b904f0e25,305208be-bad9-4399-ad
3d-20df6a52e9ec
2020-08-18T21:40:01.419-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:01.419-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 7a6c9423-4a9b-4ac2-b763-374bb892fd22,d8bd3083-fe55-4381-bd
53-68d0e1603c24
2020-08-18T21:40:01.543-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:01.543-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 0bd9f1ca-5ca5-424f-9b26-784ea052d51a,942a5c44-47f9-4f05-aa
a6-d5f9e23050a7
2020-08-18T21:40:01.654-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:01.654-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: f680811f-12a0-4b11-9e35-27b463484e98,67a8d8f7-e471-41a2-8c
11-fd9757e4427c
2020-08-18T21:40:02.225-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:02.225-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 09cfc4a0-6ab5-4e08-bbc3-ce932efbf771,dee2d64a-c4fd-4dca-86
0d-9e4f8ce57aa1
2020-08-18T21:40:02.514-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:02.514-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: e2c4686d-0782-4348-8567-ceff48967c6e,0bf5a9a3-7e4c-4a2d-ba
55-c75ab3205bed
2020-08-18T21:40:03.636-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:03.636-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: fb67d2ae-a5e5-4543-8c71-10223e628c9e,f30e02c1-2775-4b2d-97
57-bcf1f9fb4fab
2020-08-18T21:40:04.234-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:04.234-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 5811a43d-52ab-40be-bff1-3c8e36a377ba,210aa021-2fd5-43b2-bf
f0-5adcff2dc86f
2020-08-18T21:40:04.589-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:04.589-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 2d823ec5-2230-4195-a547-f4f042b70863,dad7c1a3-cc55-40a1-8e
b3-66b853d352c5
2020-08-18T21:40:05.205-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:05.205-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 44d1af80-f3be-415e-8940-f88439554182,3888de04-36f8-4e32-a9
a2-fd1993524f3a
2020-08-18T21:40:05.931-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:05.931-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 1779471a-8e36-4b1c-bc03-21b2b1029e42,4b224d64-7e26-4010-90
17-b42593e2d659
2020-08-18T21:40:06.299-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:06.328-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 443319a2-93b0-4ab5-8c33-5bee70a9b74d,97af74fa-6e2d-4bd0-80
fb-2ca9b5dd8acd
2020-08-18T21:40:07.152-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:07.156-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 698b36c7-b601-429d-b216-f7294ca41bfd,38a95f9c-7bc4-46f0-a6
bb-44b87f0d2b27
2020-08-18T21:40:07.439-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:07.439-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: b95b1983-2c43-48a0-9775-4d8cf27dd102,64ff1683-2385-4fd7-93
bf-7800c2b676b7
2020-08-18T21:40:09.692-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:09.692-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 34f98672-e112-45de-84a1-863aa2b2d02b,81d5e270-8c64-48a5-b1
0a-c4d92b01039a
2020-08-18T21:40:09.915-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:09.915-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: b5ae5913-c0f1-423d-9607-31f2907f3aab,39ff06b4-1e05-4dc2-a9
60-ac8817aec97c
2020-08-18T21:40:10.625-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:10.625-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: a6bc9292-68b4-4f63-8b5c-7a0291e03f3f,d2d130b4-0a25-4004-80
2a-add0840b8363
2020-08-18T21:40:10.665-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:10.665-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 2f8963c9-4be8-427d-b25a-a402034ed870,d6361abf-355c-4a7f-ae
71-da73353e5185
2020-08-18T21:40:11.249-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:11.249-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 42ae7b68-1a60-4568-9a82-4fbae1e793e1,5d2e12d2-5eb1-4988-96
3f-f66c859bb56d
2020-08-18T21:40:11.891-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:11.891-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 6c818e88-3ef3-4a70-83bc-826f167f9346,2708058e-079d-4e4e-a8
e5-dbe8b18e049c
2020-08-18T21:40:12.687-0700 ←[31mERROR←[0m upload upload/init.go:361
Check escrow IsPaidin failedcontext deadline exceeded
2020-08-18T21:40:12.687-0700 ←[31mERROR←[0m upload upload/init.go:303
contract is not paid: 672d339d-f996-4edb-a46e-719bfe83c1ea,3c8833ab-a69e-44d7-af
90-389b96e35bd6
2020-08-18T21:40:50.156-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmVpYfQ1W1QzMeAgTTXfqjQsSrHd5ted3boDDjWyeZX2UU from fil
e QmaLLrGPJ1fSbt34BRrQrSHt3DVwC3k1V2c994d4VmS4SE with contract id 89ae6fd8-8875-
40c1-91a6-83761772684f,34bd549d-fcf9-45f7-86b3-21cf02f969de: [failed to get bloc
k for QmVpYfQ1W1QzMeAgTTXfqjQsSrHd5ted3boDDjWyeZX2UU: context deadline exceeded]

2020-08-18T21:46:15.453-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmSksDe5k1FKNHK7irsEjGUumKepRw7mUVfbtUZC89mGxH from fil
e QmYc9UBGNCTC7FTbDyuK7epAVMmmJn3KjF8Czc61BDyxGq with contract id 1ea3a2c4-c2c3-
4705-90ed-5cad40beb207,6412bfd7-6937-4f19-a6c8-d706d457f2b5: [failed to get bloc
k for QmSksDe5k1FKNHK7irsEjGUumKepRw7mUVfbtUZC89mGxH: context deadline exceeded]

2020-08-18T21:46:15.603-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmZV5ifEz4qwRzTmM32Ga9Kv4dA1szNKxaYJPZUb5goTmH from fil
e QmSGFi3RorFsPSFj1Gtp7gSzMYmF49i9sHkBvbVAyp2aHr with contract id 0a73d76e-0147-
406e-afda-1d852156514b,264692a7-dc69-4d7a-a330-7a951a3e5307: [failed to get bloc
k for QmZV5ifEz4qwRzTmM32Ga9Kv4dA1szNKxaYJPZUb5goTmH: context deadline exceeded]

2020-08-18T21:46:15.733-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard Qmaxq8473r9RnvwNJ1NVJNuKcewboGy7LNj46dLNwjhrJC from fil
e QmWK9h6Z5zQb3MwMtNSsSzjCXPFuhTTY84fJb46uuSjNUj with contract id 875aa5ae-1ff5-
4d52-ab25-0f2c57cd5bb6,c6ae27d7-9730-4ccc-8bd0-d337f284de2b: [failed to get bloc
k for Qmaxq8473r9RnvwNJ1NVJNuKcewboGy7LNj46dLNwjhrJC: context deadline exceeded]

2020-08-18T21:46:15.906-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmSc66fNSnF1iKTKbLYZGe6Lrt4Vj4xA8BYHcBoaj4GSnK from fil
e QmdKSRg2cvwr9UzigaNuMRr861xFmHii1MHA8bYxy8Knw1 with contract id 87077d79-9d50-
4a7c-830f-eafc943e6775,586216e4-0ef8-471c-9f13-2ba7d4ec695d: [failed to get bloc
k for QmSc66fNSnF1iKTKbLYZGe6Lrt4Vj4xA8BYHcBoaj4GSnK: context deadline exceeded]

2020-08-18T21:46:16.055-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmPvEy6AprxBnzXMCdtagcFC8HU2Ka6MNikXURU6L6Gcuq from fil
e QmXG2Rw3KtcH1US6RD4EhUE7tY6kr4dUmwXudRniqfzgyj with contract id 86d9ec51-df25-
4ea8-a9c0-0f0170d19acc,f7e7fc00-f2f8-44d8-9f2f-2d097a13c684: [failed to get bloc
k for QmPvEy6AprxBnzXMCdtagcFC8HU2Ka6MNikXURU6L6Gcuq: context deadline exceeded]

2020-08-18T21:46:16.185-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmWjZieGub7nmLTB8bCyJ35LXVPgDjGoiD2mPANZN95Lvc from fil
e QmdSXiqQSxA2ToPyTevQmiaBCbku384D1uSZdD5NLULUkb with contract id 308e41dc-52f7-
410a-a0a4-20f589658c24,727b8789-998e-40d3-8778-15f5e9aec903: [failed to get bloc
k for QmWjZieGub7nmLTB8bCyJ35LXVPgDjGoiD2mPANZN95Lvc: context deadline exceeded]

2020-08-18T21:46:16.482-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmZczFg55kXDFXeTFAUpHpfTAmFyQsK73eH3mGZzpJKHLo from fil
e QmVLyibPv7Q1xHwhwSdfAPWG9aEDG8kpqzvafeXTLfdzZA with contract id 3cadc642-6205-
48d0-ae26-a47f1f3bc030,70aa4e57-85ae-4418-94b1-f2c266fbafe6: [failed to get bloc
k for QmZczFg55kXDFXeTFAUpHpfTAmFyQsK73eH3mGZzpJKHLo: context deadline exceeded]

2020-08-18T21:46:16.656-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard Qmeoy5CPkJyUSMrXLerciWpiqfwKYDrkKbcPgMMx7rLKsZ from fil
e QmQdcrJV2btBnN994RjUWm88MhKPhYwYWSLXEts5obc61y with contract id 726fcab9-40fb-
461a-b6f3-914f78d77537,ea05ffb2-05d8-4bb9-b306-7c4c330a616b: [failed to get bloc
k for Qmeoy5CPkJyUSMrXLerciWpiqfwKYDrkKbcPgMMx7rLKsZ: context deadline exceeded]

2020-08-18T21:46:16.806-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmVheX7LQMHuWuqCDiRK2z5WwUkjFbzLCRiN5dEVtjLQcA from fil
e QmRYguZeVduygRh1H5UqvHit58FjdytyAtWvh2orTeZ5Mt with contract id 2b93b9a9-78c6-
4311-a2ab-6803f823f3cb,b781c913-1c06-42eb-9046-c68620017d54: [failed to get bloc
k for QmVheX7LQMHuWuqCDiRK2z5WwUkjFbzLCRiN5dEVtjLQcA: context deadline exceeded]

2020-08-18T21:46:17.059-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmfDj87Kn8y5NT75qmvt3WgYd4knGY4Ca22dMLNBiqiWFJ from fil
e QmUMpFSfEVMkEGQUnVZigFTRY4Ns6y7A9MDrQzcb6hCU3n with contract id 63d88acf-0ad2-
4b69-b5c5-46582249ebf3,d55658aa-8521-4e31-a741-4055ed4a8f88: [failed to get bloc
k for QmfDj87Kn8y5NT75qmvt3WgYd4knGY4Ca22dMLNBiqiWFJ: context deadline exceeded]

2020-08-18T21:46:17.365-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmSgivnssJ3wiTQ2XUacc3K7VSgF991fVXDeCCdiwXqrCo from fil
e QmURTMJjThGWQ7yXgDzp54FQ2xkwa3YQF8UsuQU9EtxueG with contract id 190c8af8-2d5d-
4c27-be56-0c5070e1d017,61b94708-9295-454f-95ff-0b2dd87e4c53: [failed to get bloc
k for QmSgivnssJ3wiTQ2XUacc3K7VSgF991fVXDeCCdiwXqrCo: context deadline exceeded]

2020-08-18T21:46:17.503-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmNZVcLJwrPikKWQZanNjKSXN4HL9Vd2GbvXHpsw65TPtQ from fil
e QmVT2BWAgWoLaJWf3Xe5T1tRTiR6v5MMsHVRmkkRoLLUem with contract id 67b822aa-2676-
4bbb-a590-2535e2d5712c,0667f6ce-34c8-478a-ba26-00cfdb146668: [failed to get bloc
k for QmNZVcLJwrPikKWQZanNjKSXN4HL9Vd2GbvXHpsw65TPtQ: context deadline exceeded]

2020-08-18T21:46:17.951-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard Qma2NdoWp98ufqvmZva7hmdjt3pVooa5Em3m9JbgsYB3ik from fil
e QmfHyrRoLbpr92rFcrhUkFHtEpxshMTsy9mw8WJDT6AckK with contract id 3930fe67-664a-
464b-a593-bd84bb0c2c43,ce7e325c-5335-4d80-9709-d0e46ead9ab0: [failed to get bloc
k for Qma2NdoWp98ufqvmZva7hmdjt3pVooa5Em3m9JbgsYB3ik: context deadline exceeded]

2020-08-18T21:46:18.522-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmVmGCUzSJoRaUjQYkvDexB9ZJ6T6Vxd1cSonhT5hpTNmo from fil
e QmXzi61JahZbF9fgXnb7XPuiXUewGV19jxgXqWkmnwRjj6 with contract id 1cc01d82-6631-
4cb3-9ccf-16892475d424,cf0a330b-bb8f-4f80-8348-62c57584eefb: [failed to get bloc
k for QmVmGCUzSJoRaUjQYkvDexB9ZJ6T6Vxd1cSonhT5hpTNmo: context deadline exceeded]

2020-08-18T21:46:18.792-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmdtXboqByNiGq2CuUxe1Y7eBbXAot9fVP2xJfyTHxsRsR from fil
e QmV4W8Zrf8KwiGJ6ajgBhhZtgHxxLtdszR7UbfKZCLMqgP with contract id 6a475e39-950f-
4143-9869-4263da5fd160,13c0b21a-ae73-4824-847d-e33d221c64e6: [failed to get bloc
k for QmdtXboqByNiGq2CuUxe1Y7eBbXAot9fVP2xJfyTHxsRsR: context deadline exceeded]

2020-08-18T21:46:19.021-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard QmPgedUnG1xVHKgFWN6tNiti738KVHUAwauD4yeuyGi8Ce from fil
e QmfMk9Bh4JobrLADpvMZwvkQRAfgj8whbDNioG7siov1nx with contract id 4a1440df-4b35-
41cf-98b1-993841a7cf2f,e277ee8a-4a14-488f-ba16-df5c5de7d8ea: [failed to get bloc
k for QmPgedUnG1xVHKgFWN6tNiti738KVHUAwauD4yeuyGi8Ce: context deadline exceeded]

2020-08-18T21:46:19.314-0700 ←[31mERROR←[0m upload upload/init.go:303
failed to download shard Qme1B1Zx1Q7pzX8e1vH6ZhqR9TZ7DGVQDv2KFuSFV68TVx from fil
e QmRgELxgvb36EmtRSw2bxJTFK7cHbxDJiLkmTMf1tsGLLW with contract id 8d3b1d3b-1e4c-
4206-a9c0-5439c6c0d6c2,bb5991e6-fcfe-448e-94c3-1021a635222d: [failed to get bloc
k for Qme1B1Zx1Q7pzX8e1vH6ZhqR9TZ7DGVQDv2KFuSFV68TVx: context deadline exceeded]

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

@geoffsnyder None of these is a serious error. We will try to suppress them so you won't see them as often.

from go-btfs.

geoffsnyder avatar geoffsnyder commented on May 30, 2024

No worries. I just didn't see some of them before and wanted to be proactive. I'll stop bothering you folks.

from go-btfs.

tobytaro avatar tobytaro commented on May 30, 2024

@taiyangc Hi, I got these error:
2020-08-19T23:11:52.107+0800 ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 274, got 100
2020-08-20T01:06:57.072+0800 ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 279, got 100

I try to test v1.3.6 but got these error:
go-btfs % make install
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
make: *** [check_go_version] Error 127

from go-btfs.

pavansantani avatar pavansantani commented on May 30, 2024

@taiyangc Hi, I got these error:
2020-08-19T23:11:52.107+0800 ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 274, got 100
2020-08-20T01:06:57.072+0800 ERROR spin spin/hosts.go:63 Failed to sync HOST contracts: payout status batch returned wrong length of contracts, need 279, got 100

I try to test v1.3.6 but got these error:
go-btfs % make install
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
/bin/bash: go: command not found
make: *** [check_go_version] Error 127

U need to install golang
https://golang.org/doc/install

USE 1.14 VERSION

from go-btfs.

WhiteHeadbanger avatar WhiteHeadbanger commented on May 30, 2024

Hi, is there an estimated date for the new patch?

from go-btfs.

geoffsnyder avatar geoffsnyder commented on May 30, 2024

Before we release v1.3.6 please help us test out the latest master build - you can do the following

git clone https://github.com/TRON-US/go-btfs
cd go-btfs
make install
-- make sure old btfs process is shut down --
btfs daemon

Then go to host ui to see if validation is resolved. Thank you for your feedback.

Thought I made a new master file from the git clone but I'm failing miserably. Looks like I need to brush brush up on the languages, I'll wait for the new .exe in the meantime.

from go-btfs.

geoffsnyder avatar geoffsnyder commented on May 30, 2024

Before we release v1.3.6 please help us test out the latest master build - you can do the following
git clone https://github.com/TRON-US/go-btfs
cd go-btfs
make install
-- make sure old btfs process is shut down --
btfs daemon
Then go to host ui to see if validation is resolved. Thank you for your feedback.

Do I run btfs daemon in go-btfs folder? I can't find it.

Sounds like you only pulled the clone. Did you make the install file/binary?

from go-btfs.

Evgen-Viktorovich avatar Evgen-Viktorovich commented on May 30, 2024

Hi, can you pls help me with install to start BTT earning.
Before your last update i had 6.2 score and 98% uptime for about a week but 0 contracts and 0 earnings.
Also it used only 8 mb from 508gb storage.
I started daemon at windows 10 and ubuntu 20.04.1 both and had same result (no contracts, no space using)
My daemon worked at [SCORE] mode (not testnet).
Also i tried to open ports at my router, tried to use DMZ, but no result.
Maybe im running some another form of testnet (with score mode text) or i just can`t connect to web, idk.
Last time i also tried to turn off wifi but hostui keep working and status was ONLINE?! And at webui number of peers keep change.
Thanks in advance.

from go-btfs.

pavansantani avatar pavansantani commented on May 30, 2024

Hi, can you pls help me with install to start BTT earning.
Before your last update i had 6.2 score and 98% uptime for about a week but 0 contracts and 0 earnings.
Also it used only 8 mb from 508gb storage.
I started daemon at windows 10 and ubuntu 20.04.1 both and had same result (no contracts, no space using)
My daemon worked at [SCORE] mode (not testnet).
Also i tried to open ports at my router, tried to use DMZ, but no result.
Maybe im running some another form of testnet (with score mode text) or i just can`t connect to web, idk.
Last time i also tried to turn off wifi but hostui keep working and status was ONLINE?! And at webui number of peers keep change.
Thanks in advance.

U WILL BE ONLY ABLE GET CONTRACTS AS SOON AS U REACH SCORE OF 8

AND, U WILL GET AIRDROPS AS SOON AS U REACH 7.2 SCORE. UNTIL THAT JUST LEAVE IT AS IT IS AND MAKE SURE SYSTEM IS ONLINE 24X7

from go-btfs.

taiyangc avatar taiyangc commented on May 30, 2024

This has been fixed in v1.3.6. Please open a new issue if you still encounter it after upgrade.

from go-btfs.

emilortacu22 avatar emilortacu22 commented on May 30, 2024

Hello @taiyangc I'm waiting for more than 6 hours for this turn (earlier I've waiting 3 days and nothing). I get the same message a lot of times:
2021-06-10T00:07:23.293+0300 ←[31mERROR←[0m spin Failed to sync host stats: Failed to query stats from Hub service: HubQueryClient: Cannot query to get stats, please wait for host validation!

Also my host id is: 16Uiu2HAmRWFD98ZqUStCrPksTZiX1NbdM7pFYV9mDoHpKbHgs77G

Can you please help me? I want to contribute with 60 TiB, but I think I'll quit if no one will help me.

from go-btfs.

DesertThief avatar DesertThief commented on May 30, 2024

Hello @taiyangc I'm waiting for more than 6 hours for this turn (earlier I've waiting 3 days and nothing). I get the same message a lot of times:
2021-06-10T00:07:23.293+0300 ←[31mERROR←[0m spin Failed to sync host stats: Failed to query stats from Hub service: HubQueryClient: Cannot query to get stats, please wait for host validation!

Also my host id is: 16Uiu2HAmRWFD98ZqUStCrPksTZiX1NbdM7pFYV9mDoHpKbHgs77G

Can you please help me? I want to contribute with 60 TiB, but I think I'll quit if no one will help me.

same here 16Uiu2HAmEbjXAtjbM6oj4KWjaCCDzduA7ygaVDQdaFsEEZigHC88

from go-btfs.

Nusstoertchen avatar Nusstoertchen commented on May 30, 2024

I keep getting this error too, please email me.
←[31mERROR←[0m spin Failed to sync host stats: Failed to query stats from Hub service: HubQueryClient: rpc error: code = DeadlineExceeded desc = context deadline exceeded

Peer identity: 16Uiu2HAmCtMgSCBzskSVQxTruXErtoeS3di7k7wfAdNeoVuhXJGn

I also cannot transfer the BTT from BTFS IN-APP WALLET BALANCE to BTT CRYPTO WALLET BALANCE

from go-btfs.

Daoone27 avatar Daoone27 commented on May 30, 2024

Good afternoon Im not sure where to go to get help with this, I'm hoping i can get some help here.

I started a BTFs service and the pay day has come and go and no pay out. I'm not sure if i am missing something. I am on version 1.60. Any elp would be appreciated

BTFS terminal
BTFS web page

from go-btfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.