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 in pricing-web #101

Open
f33r0 opened this issue Dec 2, 2024 · 0 comments
Open

error in pricing-web #101

f33r0 opened this issue Dec 2, 2024 · 0 comments
Labels
bug Something isn't working S2-major Causes part of the system to not work properly. Has a significant impact on the UX

Comments

@f33r0
Copy link
Contributor

f33r0 commented Dec 2, 2024

Traceback (most recent call last):
  File "/home/app/.local/lib/python3.8/site-packages/graphql/execution/executor.py", line 452, in resolve_or_error
    return executor.execute(resolve_fn, source, info, **args)
  File "/home/app/.local/lib/python3.8/site-packages/graphql/execution/executors/sync.py", line 16, in execute
    return fn(*args, **kwargs)
  File "/home/app/.local/lib/python3.8/site-packages/graphene/types/resolver.py", line 13, in dict_or_attr_resolver
    return resolver(attname, default_value, root, info, **args)
  File "/home/app/.local/lib/python3.8/site-packages/graphene/types/resolver.py", line 2, in attr_resolver
    return getattr(root, attname, default_value)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/attributes.py", line 481, in __get__
    return self.impl.get(state, dict_)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/attributes.py", line 926, in get
    value = self._fire_loader_callables(state, key, passive)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/attributes.py", line 962, in _fire_loader_callables
    return self.callable_(state, passive)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/strategies.py", line 892, in _load_for_state
    return self._emit_lazyload(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/strategies.py", line 1028, in _emit_lazyload
    result = session.execute(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/session.py", line 1689, in execute
    result = conn._execute_20(statement, params or {}, execution_options)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1611, in _execute_20
    return meth(self, args_10style, kwargs_10style, execution_options)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/sql/elements.py", line 325, in _execute_on_connection
    return connection._execute_clauseelement(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1478, in _execute_clauseelement
    ret = self._execute_context(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1842, in _execute_context
    self._handle_dbapi_exception(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 2027, in _handle_dbapi_exception
    util.raise_(exc_info[1], with_traceback=exc_info[2])
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/util/compat.py", line 207, in raise_
    raise exception
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1799, in _execute_context
    self.dialect.do_execute(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 717, in do_execute
    cursor.execute(statement, parameters)
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/dialects/postgresql/asyncpg.py", line 449, in execute
    self._adapt_connection.await_(
  File "/home/app/.local/lib/python3.8/site-packages/sqlalchemy/util/_concurrency_py3k.py", line 67, in await_only
    raise exc.MissingGreenlet(
graphql.error.located_error.GraphQLLocatedError: greenlet_spawn has not been called; can't call await_() here. Was IO attempted in an unexpected place? (Background on this error at: https://sqlalche.me/e/14/xd2s)

[2024-12-02 19:47:39 +0000] [1] [INFO] Handling signal: term
/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/state.py:100: RuntimeWarning: coroutine 'AsyncAdapt_asyncpg_cursor._prepare_and_execute' was never awaited
  self.committed_state = {}
RuntimeWarning: Enable tracemalloc to get the object allocation traceback
[2024-12-02 19:47:39 +0000] [78017] [INFO] Shutting down
[2024-12-02 19:47:39 +0000] [78050] [INFO] Shutting down
[2024-12-02 19:47:39 +0000] [6398] [INFO] Shutting down
/home/app/.local/lib/python3.8/site-packages/sqlalchemy/orm/strategies.py:2810: RuntimeWarning: coroutine 'AsyncAdapt_asyncpg_cursor._prepare_and_execute' was never awaited
  related_ident = tuple(
RuntimeWarning: Enable tracemalloc to get the object allocation tracebac
@f33r0 f33r0 added bug Something isn't working S2-major Causes part of the system to not work properly. Has a significant impact on the UX labels Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working S2-major Causes part of the system to not work properly. Has a significant impact on the UX
Projects
None yet
Development

No branches or pull requests

1 participant