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 RPC #26

Open
madarabit opened this issue Dec 6, 2024 · 0 comments
Open

error RPC #26

madarabit opened this issue Dec 6, 2024 · 0 comments

Comments

@madarabit
Copy link

2024-12-06 03:03:36,861 [ERROR] :: Error sending TEE post!
Traceback (most recent call last):
File "/app/miner/dlp/volara.py", line 132, in _submit_tee_request
await send_tee_post(job_id, file_id, tee_url)
File "/app/miner/dlp/volara.py", line 172, in send_tee_post
response.raise_for_status()
File "/app/.venv/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 1157, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url='https://satya-node-moksha-5.usevana.com/RunProof'

TRANSACTION PROOF

2024-12-06 03:08:57,539 [ERROR] :: Task exception was never retrieved
future: <Task finished name='Task-1111' coro=<mining_loop.._submit_to_volara() done, defined at /app/miner/run.py:86> exception=ClientResponseError(RequestInfo(url=URL('https://satya-node-moksha-5.usevana.com/RunProof'), method='POST', headers=<CIMultiDictProxy('Host': 'satya-node-moksha-5.usevana.com', 'Content-Type': 'application/json', 'Accept': '/', 'Accept-Encoding': 'gzip, deflate', 'User-Agent': 'Python/3.12 aiohttp/3.10.10', 'Content-Length': '2115')>, real_url=URL('https://satya-node-moksha-5.usevana.com/RunProof')), (), status=404, message='Not Found', headers=<CIMultiDictProxy('Alt-Svc': 'h3=":443"; ma=2592000', 'Content-Length': '94', 'Content-Type': 'application/json', 'Date': 'Fri, 06 Dec 2024 03:03:35 GMT', 'Server': 'Caddy', 'Server': 'uvicorn')>)>
Traceback (most recent call last):
File "/app/miner/run.py", line 88, in _submit_to_volara
await volara.submit(file_url)
File "/app/miner/dlp/volara.py", line 47, in submit
await _submit_tee_request(file_id)
File "/app/miner/dlp/volara.py", line 135, in _submit_tee_request
raise e
File "/app/miner/dlp/volara.py", line 132, in _submit_tee_request
await send_tee_post(job_id, file_id, tee_url)
File "/app/miner/dlp/volara.py", line 172, in send_tee_post
response.raise_for_status()
File "/app/.venv/lib/python3.12/site-packages/aiohttp/client_reqrep.py", line 1157, in raise_for_status
raise ClientResponseError(
aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url='https://satya-node-moksha-5.usevana.com/RunProof'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant