clay icon indicating copy to clipboard operation
clay copied to clipboard

Can't receive message from Concent: Concent request exception (404): {"error_message": "Not Found", "error_code": "not-found"}

Open ederenn opened this issue 5 years ago • 3 comments

Description

Golem Version: GOLEM Version: 0.21.0+dev531.g329e2ba

Golem-Messages version (leave empty if unsure): 3.14.1

Electron version (if used):

OS [e.g. Windows 10 Pro]: Linux 18.04

Branch (if launched from source):

Mainnet/Testnet: testnet

Priority label is set to the lowest by default. To setup higher priority please change the label P0 label is set for Severity-Critical/Effort-easy P1 label is set for Severity-Critical/Effort-hard P2 label is set for Severity-Low/ Effort-easy P3 label is set for Severity-Low/Effort-hard

Description of the issue:

On testnet in logs appears:

WARNING  [golem.network.concent.client       ] Can't receive message from Concent: Concent request exception (404): {"error_message": "Not Found", "error_code": "not-found"} 

after running task API tasks this warning appears in logs

Steps To Reproduce

Short description of steps to reproduce the behavior: e.g.

  1. Launch the app on testnet
  2. Request a task API task, any settings to havem it finished
  3. Wait for task to be finished
  4. Check logs for error

Logs and any additional context

golem.log

Proposed Solution?

(Optional: What could be a solution for that issue)

ederenn avatar Dec 20 '19 15:12 ederenn

Newest concent is not yet released on testnet. That's why it returns 404.

jiivan avatar Dec 23 '19 09:12 jiivan

@ZmijaWA @ederenn as a temporary work-around, you can launch golemapp with --concent staging on all the tested nodes to enable usage of the staging version which does support b0.22

shadeofblue avatar Dec 23 '19 09:12 shadeofblue

still happens in 23.1

0.22.2+dev40.gc2d81e8
Protocol Version: 32
 golem_messages Version: 3.15.0

after creaing a concent task

WARNING  [golem.network.concent.client       ] Concent request failed with status 404 and response: '{"error_message": "Not Found", "error_code": "not-found"}'
WARNING  [golem.network.concent.client       ] Can't receive message from Concent: Concent request exception (404): {"error_message": "Not Found", "error_code": "not-found"}

ederenn avatar May 07 '20 16:05 ederenn