Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

bot not announcing new things on some feeds #3

Open
flip111 opened this issue Nov 29, 2015 · 0 comments
Open

bot not announcing new things on some feeds #3

flip111 opened this issue Nov 29, 2015 · 0 comments

Comments

@flip111
Copy link

flip111 commented Nov 29, 2015

config

    new \Phergie\Irc\Plugin\React\FeedTicker\Plugin([

      // required: list of feed URLs to poll for content
      'urls' => [
          'https://groups.google.com/forum/feed/elm-discuss/msgs/atom.xml?num=50',
          'https://github.com/elm-lang/core/commits/master.atom',
          'https://github.com/symfony/symfony/commits/master.atom'
      ],

      // required: lists of channels or users to receive syndicated feed items
      //           keyed by associated connection mask
      'targets' => [
        '[email protected]' => [
          '#elm-bot'
        ]
      ],
      'interval' => 300,

      // optional: object implementing \Phergie\Irc\Plugin\React\FeedTicker\FormatterInterface
      //           used to format data from feed items prior to their syndication
      'formatter' => new Phergie\Irc\Plugin\React\FeedTicker\DefaultFormatter(
          '%title% [ %link% ] by %authorname% at %datemodified%',
          'Y-m-d H:i:s'
      ),
    ])

only the first feed works, this is me in the same channel with the bot:

[09:39:23] <ulmus> Re: ann: elm-light 0.1.0 - Elm plugin for Light Table [ https://groups.google.com/d/topic/elm-discuss/tpu2MSjIVq0 ] by Michael Bylstra at 2015-11-28 08:34:18
[16:03:55] <ulmus> Performance issue using cropped image function in Chrome and Safari. [ https://groups.google.com/d/topic/elm-discuss/Nn6M1EptV38 ] by Henry at 2015-11-28 14:57:41
[16:54:05] <ulmus> Suitability of Elm for making small application components [ https://groups.google.com/d/topic/elm-discuss/OxWiN7GDWtI ] by TehShrike at 2015-11-28 15:53:16
[21:01:47] <ulmus> Can't go "multiline" in REPL [ https://groups.google.com/d/topic/elm-discuss/3cnlBWW98ow ] by Aft nix at 2015-11-28 19:59:01
[21:31:54] <ulmus> Elm css input-placeholder [ https://groups.google.com/d/topic/elm-discuss/ak3pepq6RF4 ] by trotha01 at 2015-11-28 20:27:43
[21:36:56] <ulmus> eml repl in Atom [ https://groups.google.com/d/topic/elm-discuss/RVuwIpxAOUI ] by aesthetics data at 2015-11-28 20:33:18
[21:36:56] <ulmus> Re: [elm-discuss] update brew cask install elm-platform to 0.16 [ https://groups.google.com/d/topic/elm-discuss/KwO4R2zfsWs ] by Chet Corcos at 2015-11-28 20:32:54
[22:12:03] <ulmus> Signal.foldp drops initial signal [ https://groups.google.com/d/topic/elm-discuss/rsCgT_eR9UU ] by Kurt Harriger at 2015-11-28 21:07:37
[23:47:24] <ulmus> Accidentally recursive record update gives surprising result [ https://groups.google.com/d/topic/elm-discuss/74lmnUoK7jg ] by Jim Farrand at 2015-11-28 22:46:08
[08:24:18] <ulmus> elm-repl: property 'programStart' of undefined [ https://groups.google.com/d/topic/elm-discuss/Fm3Uw0dIZBw ] by Magnus Therning at 2015-11-29 07:20:29
[09:08:31] * Disconnected (No such device or address)
[09:09:01] * Now talking on #elm-bot
[09:19:29] <ulmus> Re: [elm-discuss] Client-Side Routing Problem: Thoughts? [ https://groups.google.com/d/topic/elm-discuss/WLGZ0a3hOao ] by Emilien Taque at 2015-11-29 08:16:09

this is the log file of the bot of a part where it detected a new item on one of the other feeds

http://pastebin.com/ucjW5DL1

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

No branches or pull requests

1 participant