Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error checking for assignment: not found #325

Closed
yondonfu opened this issue Mar 7, 2018 · 3 comments
Closed

Error checking for assignment: not found #325

yondonfu opened this issue Mar 7, 2018 · 3 comments
Labels
type: bug Something isn't working

Comments

@yondonfu
Copy link
Member

yondonfu commented Mar 7, 2018

Error when checking if a transcoder is assigned to a job

E0307 19:22:07.157165 1749 jobservice.go:57] Error checking for assignment: not found
E0307 19:22:07.157361 1749 eventmonitor.go:209] Error with log callback: not found
I0307 19:22:07.157493 1749 eventmonitor.go:213] Done watching for logs
@yondonfu yondonfu added type: bug Something isn't working Critical labels Mar 7, 2018
@nicolasburtey
Copy link
Contributor

I had the same issue.
full log on my side:

$ ./livepeer -rinkeby -transcoder
I0309 11:39:01.998932   57410 basic_network.go:105] Connecting to cached peer: {<peer.ID Q5C9kJ> [/ip6/::1/tcp/15000 /ip4/18.217.129.34/tcp/15000 /ip4/127.0.0.1/tcp/15000 /ip4/172.31.8.188/tcp/15000]}
I0309 11:39:02.894734   57410 livepeernode.go:90] Connecting to 122019c1a1f0d9fa2296dccb972e7478c5163415cd55722dcf0123553f397c45df7e /ip4/18.217.129.34/tcp/15000
I0309 11:39:02.894811   57410 livepeer.go:252] Setting up client...
I0309 11:39:03.382855   57410 accountmanager.go:48] Found existing ETH account
I0309 11:39:03.382918   57410 accountmanager.go:151] Defaulting to first ETH account in keystore 0x191a40715Ef533A191153a3070aea386dd22a5b8
I0309 11:39:03.382974   57410 accountmanager.go:57] Using ETH account: 0x191a40715Ef533A191153a3070aea386dd22a5b8
I0309 11:39:04.184933   57410 accountmanager.go:75] Passphrase required to unlock ETH account
Passphrase:
I0309 11:39:07.713454   57410 accountmanager.go:86] ETH account 0x191a40715Ef533A191153a3070aea386dd22a5b8 unlocked
I0309 11:39:07.715636   57410 client.go:183] Controller: 0x37dC71366Ec655093b9930bc816E16e6b587F968
I0309 11:39:07.827741   57410 client.go:204] LivepeerToken: 0x24f56eF2fED379421BEE64Ecafc2bC744f72522b
I0309 11:39:07.934254   57410 client.go:225] BondingManager: 0xF6b0Ceb5e3f25b6FBecf8186F8A68B4E42A96a17
I0309 11:39:08.046454   57410 client.go:246] JobsManager: 0x0A209545bb10bC2F78713a2699795ECfEa76762D
I0309 11:39:08.154293   57410 client.go:267] RoundsManager: 0xEB0EF46B5771D523402234FF0d7596d2C62411dE
I0309 11:39:08.259126   57410 client.go:288] Minter: 0xbbce46C5C018497f13197024171Fd442d9EF5a25
I0309 11:39:08.361378   57410 client.go:309] Verifier: 0x162B462d81456fDb486b8f3b0316d13878829045
I0309 11:39:08.462587   57410 client.go:330] LivepeerTokenFaucet: 0xD69A2eC8f2F83267CE82A6d01837045BaE0EB9Bc
I0309 11:39:08.668580   57410 livepeer.go:442] Transcoder 0x191a40715Ef533A191153a3070aea386dd22a5b8 is inactive
generating 2048-bit RSA keypair...done
peer identity: QmXuxbZ3A67EQZ3E3NRNGErFU7GEBpssuTCHAR3Uk1k8Cv
I0309 11:39:11.094172   57410 mediaserver.go:85] Transcode Job Price: 1, Transcode Job Type: [{P240p30fps16x9 600k 30 426x240 16:9} {P360p30fps16x9 1200k 30 640x360 16:9}]
I0309 11:39:11.094512   57410 lpms.go:55] LPMS Server listening on :1935
I0309 11:39:11.094592   57410 lpms.go:59] HTTP Server listening on :8935
I0309 11:44:07.390997   57410 mediaserver.go:139] Current deposit is: 100000000000
I0309 11:44:07.391032   57410 mediaserver.go:166] Cannot automatically detect the video profile - setting it to {P720p30fps16x9 4000k 30 1280x720 16:9}
I0309 11:44:07.391376   57410 mediaserver.go:267]

ManifestID: 1220d157a7744bacd19f027ea84bf7619a83abbbe60cb3e448cebeaa443988c29722df92585054a6039e759eaa37d214b03d3802a78311d482a15ffbec596dd78dce

I0309 11:44:28.605273   57410 livepeernode.go:139] Created broadcast job. Price: 1. Type: 93c717e7c0a6517a
E0309 11:44:29.975827   57410 jobservice.go:57] Error checking for assignment: not found
E0309 11:44:29.976072   57410 eventmonitor.go:209] Error with log callback: not found
I0309 11:44:29.976088   57410 eventmonitor.go:213] Done watching for logs

@ericxtang
Copy link
Member

ericxtang commented Mar 14, 2018

Alright... a little bit of progress - I added some logging statements and figured out it's because Infura wasn't giving us the block...

E0314 22:09:48.015218    4949 client.go:722] Error getting block by number: not found
E0314 22:09:48.015238    4949 jobservice.go:57] Error checking for assignment: not found
E0314 22:09:48.015253    4949 eventmonitor.go:209] Error with log callback: not found
I0314 22:09:48.015263    4949 eventmonitor.go:213] Done watching for logs

@ericxtang
Copy link
Member

fixed in #338

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants