slack-ruby-client icon indicating copy to clipboard operation
slack-ruby-client copied to clipboard

A Ruby and command-line client for the Slack Web, Real Time Messaging and Event APIs.

Results 94 slack-ruby-client issues
Sort by recently updated
recently updated
newest added

Integration tests are failing against an actual slack service. ``` 1) integration test gets hello Got 0 failures and 2 other errors: 1.1) Failure/Error: response = connection.send(method) do |request| case...

confirmed bug

Having trouble retrieving a basic list of users. slack.users_list returns Slack::Web::Api::Error: invalid_form_data Is this a bug or am I missing something?

new feature

Using the ruby api if it makes a difference After posting a message: I can pin a message in the #general channel client.pins_add(channel:"#general", timestamp:_["ts"]) When I try to do the...

bug?

Hi, before of all sorry for the hassle. I'm getting this error just after install the gem into my Rails project. Steps: 1. Added the gem to the gemfile 2....

bug?

We are listening to file comments via this code in Ruby: ``` client.on :file_comment_added do |data| puts "OLOLOLOLO++++++ #{data}" ```` On the March 11 we suddenly started seeing duplicate messages...

bug?

I'm using the `files.upload` API, and started getting this error on a few files: ``` Faraday::TimeoutError Net::ReadTimeout vendor/gems/ruby/2.1.0/gems/slack-ruby-client-0.2.1/lib/slack/web/faraday/request.rb:25:in `request' vendor/gems/ruby/2.1.0/gems/slack-ruby-client-0.2.1/lib/slack/web/faraday/request.rb:10:in `post' vendor/gems/ruby/2.1.0/gems/slack-ruby-client-0.2.1/lib/slack/web/api/endpoints/files.rb:70:in `files_upload' ``` The Net::ReadTimeout is coming from using...

new feature

This would be ideal for testing and local development. Similar to perform_deliveries in Action Mailer (http://api.rubyonrails.org/classes/ActionMailer/Base.html)

new feature

Hey guys! Amazing job on this Gem! I love it :) One thing I'd like to request if possible is to add support for multiple users on the channels invite...

new feature

Hi, I followed the instructions in the Readme but it's throwing an error at some point. My code is deployed on Heroku. Here's the piece of code in question: ```...

bug?
question