Skip to content

Invalid feedname results in no error client or server side #67

Closed
@askpatrickw

Description

@askpatrickw

I was doing this...

_mqtt_key = f"{aio_username}/feeds/{feed_name}"
aio.publish(_mqtt_key, value)

instead of

aio.publish(feed_name, value)

And I got no error client side or in the io.adafruit.com monitoring page.
Took me forever to figure out why it wasn't working... :-)

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions