Jason
Results
3
comments of
Jason
The first thing I notice is you're attempting to use Python 2. I've only tested this with Python 3. See if switching to 3 fixes the issue. If not, I'm...
FWIW, you can work around this issue by adding the following to your `Gemfile`: ``` gem 'mastodon-api', require: 'mastodon', git: 'https://github.com/mastodon/mastodon-api' ```