Skip to content
This repository was archived by the owner on Jan 13, 2023. It is now read-only.
This repository was archived by the owner on Jan 13, 2023. It is now read-only.

hello_world.py fails out-of-the-box (defaults udp://) #29

@alon-e

Description

@alon-e

In example/hello_world.py - the default URI is udp://localhost:14265/
This will cause an error:

File "/home/alon/iota/iota.lib.py/iota/adapter/__init__.py", line 97, in resolve_adapter
    'uri':    uri,
iota.adapter.InvalidUri: Unrecognized protocol u'udp'.

should be: default = 'http://localhost:24265/'
It's probably a typo/left-over, but is the first user's experience.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions