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

Not able to create SW #81

Open
JacqueGM opened this issue Sep 4, 2023 · 0 comments
Open

Not able to create SW #81

JacqueGM opened this issue Sep 4, 2023 · 0 comments

Comments

@JacqueGM
Copy link

JacqueGM commented Sep 4, 2023

Not being able to create shared wallets - see issue below

2023-09-04 08:46:26,975 [ERROR] [62e5817b/circles_onboarding_organization_signup_task] Task safe_relay_service.relay.tasks.circles_onboarding_organization_signup_task[62e5817b-56ca-4fd5-bbdc-0bdc8e93d2a9] raised unexpected: ChainIdIsRequired("{'code': -32000, 'message': 'only replay-protected (EIP-155) transactions allowed over RPC'}")
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 135, in with_exception_handling
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1817, in send_raw_transaction
    return self.w3.eth.send_raw_transaction(bytes(raw_transaction))
  File "/usr/local/lib/python3.9/site-packages/web3/eth.py", line 831, in send_raw_transaction
    return self._send_raw_transaction(transaction)
  File "/usr/local/lib/python3.9/site-packages/web3/module.py", line 57, in caller
    result = w3.manager.request_blocking(method_str,
  File "/usr/local/lib/python3.9/site-packages/web3/manager.py", line 198, in request_blocking
    return self.formatted_response(response,
  File "/usr/local/lib/python3.9/site-packages/web3/manager.py", line 171, in formatted_response
    raise ValueError(response["error"])
ValueError: {'code': -32000, 'message': 'only replay-protected (EIP-155) transactions allowed over RPC'}

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 451, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 734, in __protected_call__
    return self.run(*args, **kwargs)
  File "/safe-relay-service/safe_relay_service/relay/tasks.py", line 849, in circles_onboarding_organization_signup_task
    FundingServiceProvider().send_eth_to(
  File "/safe-relay-service/safe_relay_service/relay/services/funding_service.py", line 83, in send_eth_to
    return self.ethereum_client.send_eth_to(
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1950, in send_eth_to
    return self.send_unsigned_transaction(
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 1868, in send_unsigned_transaction
    return self.send_raw_transaction(signed_tx.rawTransaction)
  File "/usr/local/lib/python3.9/site-packages/gnosis/eth/ethereum_client.py", line 140, in with_exception_handling
    raise custom_exception(str(exc)) from exc
gnosis.eth.exceptions.ChainIdIsRequired: {'code': -32000, 'message': 'only replay-protected (EIP-155) transactions allowed over RPC'}
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