Could not get orchestrator orch=https://192.17.1.200:8935 err=rpc error: code = Unknown desc = insufficient sender reserve

Hi guys,
I’m new for livepeer, I try to set an orchestrator at loacl address 192.17.1.200, it’s registered and active. I try to setup an broadcaster at a local network, which can access 192.17.1.200, I use the below command to connect the orchestrator,
The title error occurs, who can tell me what happened and why, many thanks

./livepeer -network rinkeby -ethUrl https://rinkeby.infura.io/v3/2a44a2501ab342ebbfe079bee8f0d45a -broadcaster -maxPricePerUnit 3 -pixelsPerUnit 1 -orchAddr 192.17.1.200:8935

root@localhost:/home/livepeer-linux-amd64# ./livepeer -network rinkeby -ethUrl https://rinkeby.infura.io/v3/2a44a2501ab342ebbfe079bee8f0d45a -broadcaster -maxPricePerUnit 3 -pixelsPerUnit 1 -orchAddr 192.17.1.200:8935
I0322 03:43:22.619393 3303 livepeer.go:238] Livepeer is running on the rinkeby network: 0xA268AEa9D048F8d3A592dD7f1821297972D4C8Ea
I0322 03:43:24.942252 3303 accountmanager.go:70] Using Ethereum account: 0x520011B3Ff0037e8f68E3b6EBAFdA3167e36c6d2
I0322 03:43:25.955201 3303 accountmanager.go:93] Please enter the passphrase to unlock Ethereum account 0x520011B3Ff0037e8f68E3b6EBAFdA3167e36c6d2
Passphrase:
I0322 03:43:29.092450 3303 accountmanager.go:104] Unlocked ETH account: 0x520011B3Ff0037e8f68E3b6EBAFdA3167e36c6d2
I0322 03:43:31.270910 3303 livepeer.go:616] Broadcaster Deposit: 0 WEI
I0322 03:43:31.271049 3303 livepeer.go:617] Broadcaster Reserve: 0 WEI
I0322 03:43:33.005671 3303 block_watcher.go:339] Backfilling block events (this can take a while)…
I0322 03:43:33.005720 3303 block_watcher.go:340] Start block: 8276727 End block: 8276730 Blocks elapsed: 3
I0322 03:43:33.020631 3303 block_watcher.go:558] fetching block logs from=8276727 to=8276730
I0322 03:46:54.246229 3303 db_discovery.go:203] Done fetching stake for orchestrators, context timeout
E0322 03:46:54.849633 3303 rpc.go:227] Could not get orchestrator orch=https://192.17.1.200:8935 err=rpc error: code = Unknown desc = insufficient sender reserve
E0322 03:46:54.849751 3303 db_discovery.go:282] Could not get orchestrator err=rpc error: code = Unknown desc = insufficient sender reserve
E0322 03:46:54.999633 3303 rpc.go:227] Could not get orchestrator orch=https://175.41.176.252:8935 err=rpc error: code = Unknown desc = insufficient sender reserve

Thank you for reporting this.

The Broadcaster needs to fund their account with some ETH, to pay to Orchestrators for doing Transcoding work.

I can see from your logs that your Deposit and your Reserve are both 0, which is why you’re seeing the insufficient sender reserve error.

I0322 03:43:31.270910 3303 livepeer.go:616] Broadcaster Deposit: 0 WEI
I0322 03:43:31.271049 3303 livepeer.go:617] Broadcaster Reserve: 0 WEI

You can deposit ETH as a Broadcaster via livepeer_cli.

Hi, thanks. I got it. At first I can’t deposit successfully due to network. I have deposited ETH, but I still cant’ transcode.

Orchestrator is active and it is in OrchestratorPool, Broadcaster status is below. but there is no RegisteredTranscoders.

[20210322_17:18:38]root@localhost:/home/livepeer-linux-amd64# curl http: //localhost:7935/status
[20210322_17:18:38]{“Manifests”:{},“InternalManifests”:{},“StreamInfo”:{},“OrchestratorPool”:[“https://192.17.1.200:8935”,""],“Version”:“0.5.15”,“GolangRuntimeVersion”:“go1.15.5”,“GOArch”:“amd64”,“GOOS”:“linux”,"RegisteredTranscodersNumber":0,“RegisteredTranscoders”:[],“LocalTranscoding”:true}

from the status, can the transcoder work?
BTW I am confused how livepeer to choose a proper transcoder? thanks.

I try it step by step ref to the guide. wow, it’s hard for me to understand livepeer, hahaha.
many thanks.

Hi, thank you for help. I get a step further to run livepeer.

Hello friends and good day to you. I get same obstacle here to understand livepeer. What did you do then after you deposit a fund for broadcasting?