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

Error Building twidge 1.1.0 on Ubuntu-server 13.04 #52

Closed unl33t closed 10 years ago

unl33t commented 10 years ago

I was trying to build/install twidge from git as the version in the ubuntu repo seems to be woefully out of date.

twidge builds and installs, but when I try to run it I get: [toaster][root@/usr/local/sbin/twidge] : /usr/local/bin/twidge -d update test CP /root/.twidgerc exists? True Running update_worker with: (Nothing,([],["test"])) no args have line twidge: user error (Your configuration needs to be updated to work with changes at Twitter. Please edit your configuration file and fix the urlbase option. In most cases, you can set it like this:

urlbase: %(serverbase)s/1.1 )

I've checked Config.hs and it 'seems' to be in order.

Any suggestions?

unl33t commented 10 years ago

Nevermind... checked my .twidgerc and that's where the error was.

I'm surprised that re-running setup didn't detect/overwrite/fix that. Maybe I should have wiped out the old .twidgerc first eh?

Sorry for the bother.