-
Notifications
You must be signed in to change notification settings - Fork 13
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
TypeError: Object.values is not a function #16
Comments
Based on the info in this SO post I have upgraded my NodeJS to v7.10.1 and I can start the app now (sorry if this is basic info but I'm new to NodeJS):
I can start slackadaisical now but trying to select any room crashes:
|
I've upgraded to the latest version available to me:
I can join some channels but joining others still crasahes:
|
@jwbensley your latest error looks a lot like #15 My workaround was to select channels with Regarding the version issue (which anyone can stumble over even if they're not new to node) you could open a PR updating the README to call out the required node version and/or update package.json with "engines" and "engineStrict" properties. (note: not a maintainer just a user) |
Hi @tjcelaya - the solution to my problem was to log into Slack and change my "Mark as Read" settings. Previously I had "Start me off where I left off, and mark the channel read" selected. I changed to "Start me at the newest message, but leave the unseen messages unread" and the issue stopped. It seems the issue was that trying to change to a channel with unread messages, the Slackadaisical client would try to mark the channel/messages as read and crash as per my stack trace. This has stopped now that I have changed the setting as per above. |
Hi there,
When I try to run your client I get the following stack dump
This is my info:
The text was updated successfully, but these errors were encountered: