Quoting mikelis <[EMAIL PROTECTED]>:


How does one view what is happening in a plugin as it is being executed?
I get a Error: Login Failed message when logging into Sirius. My
pwd/username works because i just tried it via the Sirius.com web
site.

depends on the plugin. many use the standard slimserver debug framework, and you'll see info with --d_plugins on the ocmmand line (d_plugins in server settings->debugging). Check http://serer:9000/log.txt for a browser view of the log or run teh server command line and add --logfile mylog.txt to store the log to a file. If you run command line without the logfile param, then you'll see everything scroll by. Since sirius is http access, you may also see some useful info by adding d_http, d_remotestream or d_http_async depending on how the plugin is written.

-k
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to