Skip to content

Bump to Python 3.13#7

Merged
bbjubjub2494 merged 1 commit intobbjubjub2494:mainfrom
sylvainpelissier:3.13
Mar 23, 2025
Merged

Bump to Python 3.13#7
bbjubjub2494 merged 1 commit intobbjubjub2494:mainfrom
sylvainpelissier:3.13

Conversation

@sylvainpelissier
Copy link
Contributor

No description provided.

@bbjubjub2494
Copy link
Owner

This introduces an error. I am looking into it

Unhandled exception in client_connected_cb
transport: <_SelectorSocketTransport closed fd=7>
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/helloweb3/__init__.py", line 24, in client_connected_cb
    await handle_with_actions(conn, cls.actions())
  File "/usr/local/lib/python3.11/site-packages/helloweb3/actions.py", line 37, in handle_with_actions
    await action.handler(conn)
  File "/usr/local/lib/python3.11/site-packages/helloweb3/pwn.py", line 28, in _get_flag
    await chal.get_flag(conn)
  File "/usr/local/lib/python3.11/site-packages/helloweb3/pwn.py", line 43, in get_flag
    if await self.is_solved():
       ^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/helloweb3/pwn.py", line 51, in is_solved
    await self.async_web3.eth.call(
          ^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/helloweb3/anvil.py", line 51, in async_web3
    return AsyncWeb3(Web3.AsyncHTTPProvider(f"http://127.0.0.1:8545/{self.token}"))
                     ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: type object 'Web3' has no attribute 'AsyncHTTPProvider'
```

@sylvainpelissier sylvainpelissier force-pushed the 3.13 branch 3 times, most recently from 3b6d7e1 to 1eefbb5 Compare March 23, 2025 11:11
@bbjubjub2494 bbjubjub2494 merged commit a094fdd into bbjubjub2494:main Mar 23, 2025
2 checks passed
@bbjubjub2494
Copy link
Owner

Thanks!

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