AmauryCarrade / MastodonToTwitter

Mastodon <-> Twitter cross-poster.
MIT License
250 stars 41 forks source link

bug report, #1

Closed ghost closed 7 years ago

ghost commented 7 years ago

image failed on this toot: https://mastodon.social/users/hoodie/updates/225175

halcy commented 7 years ago

Thank you for the bug report.

How weird. I'd rather it'd be a bug in my own code that I can fix immediately, but at a glance, it seems like a problem with the underlying library... I can't immediately reproduce it, anyways.

Yours package is from from dist-packages, so probably installed via the system package manager. Can you try doing

apt-get remove python-twitter

followed by

pip3 install python-twitter

to pull the newest version, and then try again? If it's not that, I'll have to see where else the bug could be (but if I was passing in a tuple or whatever, it should explode way earlier... it's a bit weird. I'll look at my code to see if there is anywhere one could drop out.)

ghost commented 7 years ago

thank you for this! i reinstalled and haven't had this issue yet today, but ill shoot off a bug report when it does if it does

halcy commented 7 years ago

Alright. I'll meanwhile make a note that python version 3.4 minimum is required (didn't realize html.unescape is 3.4 upwards only)