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

Appstore, Playstore does not work #12

Open
cereme opened this issue Oct 17, 2019 · 0 comments
Open

Appstore, Playstore does not work #12

cereme opened this issue Oct 17, 2019 · 0 comments

Comments

@cereme
Copy link

cereme commented Oct 17, 2019

my code

var reviews = require('reviews-to-slack')
var apps = [
  {
    appId: '1111111111', //<my-app-code>
    channel: '#channel'
  },
  {
    appId: 'com.myapp',
    channel: '#channel'
  }
]
for (var i = 0; i < apps.length; i++) {
  var app = apps[i]
  reviews.start({
    slackHook: '<my-hooks-url>',
    appId: app.appId,
    channel: app.channel
  })
}

Then I got this:

ERROR: Could not parse feed for <app-id>, Error: no articles
ERROR: [com.myapp] Could not parse JSON in: <google-404-page-HTML>, SyntaxError: Unexpected token < in JSON at position 0
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