scrapinghub/slackbot

Threads release?

IanMitchell opened this issue ยท 5 comments

Was curious if there was a release timeline for the in_threads message option? Seems to still not be up on pypi, was curious if there were plans to release it soon ๐Ÿ˜ƒ

#136 (comment)

Hi Ian,

That was in 0.5.0. Current version on PyPI is 0.5.1. Make sure you update all dependencies - it depends on slacker >= 0.9.50.

Huh, interesting. I'm getting the same error on 0.5.1 and slacker 0.9.6. Looking into it more now

Sounds like your slacker version is way too old. Need to be 0.9.50. 0.9.60 is the latest release, but 0.9.6 would be pretty out of date. Just to be sure, what is the exact error you're getting?

Oops, dropped a zero - it is 0.9.60, my bad. I think it's a test runner issue that's getting masked and saying this, trying to nail it down.

Yeah, was a test runner issue. Sorry, not that strong in python so didn't catch it earlier - apologies for the errant report! Thanks for your time