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

[Helm Chart] Remove ledger registration init-container #718

Merged
merged 5 commits into from
Jul 20, 2023

Conversation

i5okie
Copy link
Contributor

@i5okie i5okie commented Jul 19, 2023

Details: #690

Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
@i5okie i5okie temporarily deployed to development July 19, 2023 17:17 — with GitHub Actions Inactive
@github-actions
Copy link

@i5okie
Copy link
Contributor Author

i5okie commented Jul 19, 2023

Traceback (most recent call last):
  File "/home/indy/.pyenv/versions/3.6.13/lib/python3.6/asyncio/tasks.py", line 180, in _step
    result = coro.send(None)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/wallet/routes.py", line 508, in wallet_set_public_did
    messages_attach=attrib_def["signed_txn"], connection_id=connection_id
TypeError: 'NoneType' object is not subscriptable
2023-07-19 17:34:10,346 aries_cloudagent.admin.server ERROR Handler error with exception: 'NoneType' object is not subscriptable

=================
Traceback (most recent call last):
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 171, in ready_middleware
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 208, in debug_middleware
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aiohttp_apispec/middlewares.py", line 45, in validation_middleware
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 328, in check_token
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 376, in check_multitenant_authorization
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 420, in setup_context
    return await task
  File "/home/indy/.pyenv/versions/3.6.13/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
    future.result()
  File "/home/indy/.pyenv/versions/3.6.13/lib/python3.6/asyncio/tasks.py", line 180, in _step
    result = coro.send(None)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/wallet/routes.py", line 508, in wallet_set_public_did
    messages_attach=attrib_def["signed_txn"], connection_id=connection_id
TypeError: 'NoneType' object is not subscriptable
2023-07-19 17:34:10,347 aiohttp.server ERROR Error handling request
Traceback (most recent call last):
  File "/home/indy/.venv/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 433, in _handle_request
    resp = await request_handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aiohttp/web_app.py", line 504, in _handle
    resp = await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 117, in impl
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 171, in ready_middleware
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 208, in debug_middleware
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aiohttp_apispec/middlewares.py", line 45, in validation_middleware
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 328, in check_token
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 376, in check_multitenant_authorization
    return await handler(request)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/admin/server.py", line 420, in setup_context
    return await task
  File "/home/indy/.pyenv/versions/3.6.13/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
    future.result()
  File "/home/indy/.pyenv/versions/3.6.13/lib/python3.6/asyncio/tasks.py", line 180, in _step
    result = coro.send(None)
  File "/home/indy/.venv/lib/python3.6/site-packages/aries_cloudagent/wallet/routes.py", line 508, in wallet_set_public_did
    messages_attach=attrib_def["signed_txn"], connection_id=connection_id
TypeError: 'NoneType' object is not subscriptable
2023-07-19 17:34:10,348 aiohttp.access INFO 10.97.36.18 [19/Jul/2023:17:34:09 +0000] "POST /wallet/did/public?did=Gka9Znb1u4uDJhPsK6AwNL HTTP/1.0" 500 412 "https://pr-718-tenant-ui-dev.apps.silver.devops.gov.bc.ca/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36"
2023-07-19 17:34:13,546 aries_askar.native.aries_askar.ffi.store INFO 	src/ffi/store.rs:1010 | Closed session SessionHandle(200)

Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Signed-off-by: Ivan Polchenko <2119240+i5okie@users.noreply.github.com>
Copy link
Member

@esune esune left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me - based on this conversation hyperledger/aries-cloudagent-python#2317

@WadeBarnes you may be interested in this as well.

@i5okie i5okie temporarily deployed to development July 19, 2023 19:54 — with GitHub Actions Inactive
@i5okie i5okie merged commit 31dc7fe into main Jul 20, 2023
6 checks passed
@i5okie i5okie temporarily deployed to development July 20, 2023 07:24 — with GitHub Actions Inactive
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

Successfully merging this pull request may close these issues.

2 participants