I have been trying to write a (probably over complex) track update system for my Podcast/Radio show. It automatically calls different routines to update different services, including the shoutcast server and twitter.

The system is based around a small CGI executable that, when called with appropriate arguments will update the system's metadata and such.

The problem I am having is with Twidge. For those who dont know, it is a commandline twitter/microblogging client. I am calling Twidge using the Shell() Function provided by the language I am using to write the executable (FreeBASIC, the shell() function is pretty much the same as the C system() function). I am calling it like so:

Shell("twidge update """ & updateString & """")

Unfortunately no matter what I try I cannot get it to work, it simply gives up and gives an exit code of 256 without writing anything to StdOut or StdErr.

Any idea what is wrong?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.