Chris Fraschetti

Results 44 comments of Chris Fraschetti

Hi @eecue https://github.com/fraschetti/Octoslack/tree/SlackerRemoval Looking good for Python2, haven't started work on Python3.

FYI - I've started work on Python3 support for the official Slack Python library. Stay tuned.

Update - I've completed both Python2 & Python3 development and testing. Changes has been submitted to that development branch: https://github.com/fraschetti/Octoslack/tree/SlackerRemoval I'll let these bake for a couple of days but...

Thanks for the feedback @eecue Just as an FYI, can you share what settings you had to delete? I'm looking to see if this is something other users might encounter...

Thanks @eecue - my local upgrade tests look good but I'd still be interested to see anything you can provide. Thanks!

@eecue @dstrivelli 1. Did you need to create new creedentials on the Slack side or did you need to reenter your credentials in the Octoslack config UI? 2. Can you...

I found a few extra places where I need to make changes to adapt to the new Slack client response objects (no longer a native dictionary and they don't fully...

Thanks for the PR @soundstorm - I'll look to review+integrate the PR in my next round of plugin updates.

Hi @tedder and @brad-colbert What you're seeing is the result of Slack removing support for the RTM (real-time messaging) API which relies on a persistent WebSocket. This unfortunately only leaves...

FYI the default polling interval has been changed from 1.2s to 5s. I'm leaving this issue open until I surface this config via the UI and/or find a solution that...