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
the refresInterval attribute doesn't seem to work either.
Expected behavior
Using the YAML configuration below I'd expect to see a Simpson quotes every 10 seconds
** Actual behavior**
Performs default behavior of displaying failover with specified title, icon and content
Logs & errors
No Docker errors or Browser console errors.
The difference I see in the APIs I'm trying to use is the both start and end with brackets []
Works:
[{"quote":"Eat my shorts","character":"Bart Simpson","image":"https://cdn.glitch.com/3c3ffadc-3406-4440-bb95-d40ec8fcde72%2FBartSimpson.png?1497567511638","characterDirection":"Right"}]
{"attachments":[{"fallback":"Today, my son asked "Can I have a book mark?" and I burst into tears. 11 years old and he still doesn't know my name is Brian.","footer":"https://icanhazdadjoke.com/j/fii3Tv4hFd|permalink - https://icanhazdadjoke.com|icanhazdadjoke.com","text":"Today, my son asked "Can I have a book mark?" and I burst into tears. 11 years old and he still doesn't know my name is Brian."}],"response_type":"in_channel","username":"icanhazdadjoke"}
Describe the bug
Expected behavior
Using the YAML configuration below I'd expect to see a Simpson quotes every 10 seconds
** Actual behavior**
Performs default behavior of displaying failover with specified title, icon and content
Logs & errors
No Docker errors or Browser console errors.
The difference I see in the APIs I'm trying to use is the both start and end with brackets []
Works:
{"categories":[],"created_at":"2020-01-05 13:42:22.089095","icon_url":"https://assets.chucknorris.host/img/avatar/chuck-norris.png","id":"yCqxDiEkRFaZuSibv79z_w","updated_at":"2020-01-05 13:42:22.089095","url":"https://api.chucknorris.io/jokes/yCqxDiEkRFaZuSibv79z_w","value":"Chuck Norris is the only person who can divide by 0."}
Doesn't work:
[{"quote":"Eat my shorts","character":"Bart Simpson","image":"https://cdn.glitch.com/3c3ffadc-3406-4440-bb95-d40ec8fcde72%2FBartSimpson.png?1497567511638","characterDirection":"Right"}]
{"attachments":[{"fallback":"Today, my son asked "Can I have a book mark?" and I burst into tears. 11 years old and he still doesn't know my name is Brian.","footer":"https://icanhazdadjoke.com/j/fii3Tv4hFd|permalink - https://icanhazdadjoke.com|icanhazdadjoke.com","text":"Today, my son asked "Can I have a book mark?" and I burst into tears. 11 years old and he still doesn't know my name is Brian."}],"response_type":"in_channel","username":"icanhazdadjoke"}
Configuration
message:
url: https://thesimpsonsquoteapi.glitch.me/quotes
mapping:
title: 'character'
content: 'quote'
The text was updated successfully, but these errors were encountered: