You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Bug description
Tutorial 02_send_data.py not working as expected:
Version
Which version of the library are you running?
IOTA network
Which node are you connected to and which IOTA network is it in?
Environment
What operating system are you using?
Errors
api = Iota('https://nodes.devnet.iota.org:443', devnet=True)
TypeError: init() got an unexpected keyword argument 'devnet'
2.
my_address = Address.random()
TypeError: random() missing 1 required positional argument: 'length'
3.
raise with_context(
iota.adapter.BadApiResponse: 400 response from node: Wrong MinWeightMagnitude. requested: 14, expected: 9
4. https://utils.iota.org/transaction/.../devnet
The text was updated successfully, but these errors were encountered: