Christopher Su
Christopher Su
Also, this should probably prompt the user using `input` or something for all the credentials needed (and guide them through the reddit app setup process, e.g. "click this link and...
Yea, this has been a pain that I thought we had fixed on Python 2, but for now, if you use Python 3 instead, you shouldn't hit this.
I'm still having this problem as well. Get a status code 500 on the oauth.php request: ``` "{\"errors\":[{\"code\":89,\"message\":\"Invalid or expired token.\"}]}"{"id":"","users":{"":{"user_id":,"user_screen_name":"","profile_image_url":"http:\/\/abs.twimg.com\/sticky\/default_profile_images\/default_profile_3_normal.png","name":"Christopher Su","id":""},"":[]}} ```
Same problem here. Been broken for months. Other accounts work, but this one particular one is stuck.
I'm still having this issue.
I'm wondering this as well. Anyone have any experience/instructions on doing this?
+1. This looks decent: http://colorbrewer2.org/?type=diverging&scheme=RdYlGn&n=5 ``` #d7191c #fdae61 #ffffbf #a6d96a #1a9641 ```
Yes On Mon, Jan 5, 2015 at 9:37 AM, Rohith PR [email protected] wrote: > ## Have you made a release on PyPI after the changes? > > Reply to this...
I started a Python 3 branch that I will begin work in. Feel free to fork and request into it.
We should be able to write code that is both Python 2 and Python 3 compatible. That work is happening in the python3 branch right now, and when it's working,...