Chris Mullins
Chris Mullins
Where is that from? Why is it JSON?
And the issue you're meaning to raise is that easy_upnp returns just the `Repeat: 0` part, right? It's intentional that it's parsed, but I could make it optional behavior, or...
Makes sense. I'll try to add that when I get some spare time (should be in next couple of days). Also happy to look at a PR.
@arjunmenon, I added an option to override the parser: ```ruby service.on_event(callback) do |c| c.configure_http_listener do |l| l.event_parser = EasyUpnp::NoOpEventParser end end ``` Should be available in 1.2.0, which will be...
That's the error I'd expect to see if your callback tries to `map` over a string. The NoOpParser returns the raw XML string sent in the event. This is what...
Sweet. So this solves your problem?
I kinda sorta added support in a sneaky release [here](https://github.com/sidoh/alexa_generator/commit/a511deb9f675c2771cec9a7024e4d661904e5c74). Haven't updated the documentation yet because I'm not sure I'll keep the interface. I didn't actually remove support for LITERAL,...
Good listing of the tradeoffs. A big disadvantage to the current approach is that it's less robust to typos. If a referenced slot type isn't defined, it could throw an...
Hi @yamatakau08, sorry for the super slow reply. This slipped through the cracks. Is this still happening for you? I think this should be fixed in >= 1.1.10.
I don't have any v4 boards to test with, but I just ordered some. If you haven't already, perhaps try clearing flash with esptool and reflashing?