jgoerzen / twidge

Command-line twitter/identica client [Haskell]
http://wiki.github.com/jgoerzen/twidge/
GNU General Public License v2.0
220 stars 30 forks source link

Non-exhaustive patterns in case #30

Closed jean closed 13 years ago

jean commented 13 years ago

After setup, twidge worked. Now, a few days later, I get this error when I try to run it:

$ twidge lsrecent twidge: OAuth.hs:(48,2)-(50,35): Non-exhaustive patterns in case

version 1.0.2. Ubuntu 10.10

jgoerzen commented 13 years ago

Hi,

That version of twidge is very old, and in particular, is too old to work with Twitter since they changed their API. A newer version will work for you.

-- John