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

Unnecessary logging of ClientConnectorError #257

Closed
maciejka opened this issue Nov 25, 2022 · 0 comments · Fixed by #279
Closed

Unnecessary logging of ClientConnectorError #257

maciejka opened this issue Nov 25, 2022 · 0 comments · Fixed by #279
Assignees
Labels
enhancement New feature or request

Comments

@maciejka
Copy link

While waiting for transaction confirmation, plugin reports errors with stacktraces when connection to the sequencer fails:

StarknetPluginError: Got ClientConnectorError while trying to access https://alpha-mainnet.starknet.io/feeder_gateway/get_transaction_status?transactionHash=0x33db7d1e35ab71f85d9ae1c0f9966c2ab986d73d2b7498616f8d78230aac2fc.
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/aiohttp/connector.py", line 1154, in _create_direct_connection
...

connection is later retired:

Retrying transaction status check...

Unnecessary stacktraces make logs difficult to read.

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

Successfully merging a pull request may close this issue.

3 participants