Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to create trigger with feed #211

Open
Himavanth opened this issue May 27, 2020 · 0 comments
Open

Unable to create trigger with feed #211

Himavanth opened this issue May 27, 2020 · 0 comments

Comments

@Himavanth
Copy link

I am using code from the example provided.

const name = '/whisk.system/alarms/alarm'
const trigger = 'alarmTrigger'
ow.feeds.create({name, trigger, params}).then(package => {
  console.log('alarm trigger feed created')
}).catch(err => {
  console.error('failed to create alarm trigger', err)
})

The error i get is "Resource representation is only available with these types: text/html; charset=UTF-8"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant