-
Notifications
You must be signed in to change notification settings - Fork 153
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
Issue setting up with Linux for Windows: "AttributeError: 'NoneType' object has no attribute 'recv'" #95
Comments
I have sometimes seen this error before when debugging on Dockers, and it's a bit of a hair puller to debug. I think it could be related to the system clock in the Docker not being set properly. |
I'm not using Docker but this sounds like a clue - perhaps something to do with Debian on Linux Subsystem and system clocks. As this stems from this function from python-slackclient is it worth raising an issue there or pinging someone from their team? :) |
Can you verify that the system time on your Linux container is correct when you see this? I believe users have brought that up to their attention, but nothing was patched AFAIK. |
Not so familiar with checking this but running |
Looking at this issue from a product using the same library, perhaps we're missing some logs? Any log levels I can change in case I am actually getting slack login errors? :/ |
Oh interesting. IIRC, there is a |
Found this in rtmbot.log:
I'm pretty sure that the token is correct but I'll have a deeper dig. Other than that, perhaps it would be useful to catch To anyone reading this in the future - make sure you add a bot user to your app. Now when you install this app into a workplace you'll get a bot user oauth token. :) |
Hi, I'm trying to set up hubcommander so I can do a PR. I've got Debian Wheezy on Linux Subsystem. I've done the following from scratch:
rtmbot
I get the following stack trace when running the rtmbot command:
Anything I'm missing out? Any additional information I can provide to help? Thank you!!
The text was updated successfully, but these errors were encountered: