Reply To: Rescanning

#16012
Anonymous
Inactive

Hmm – the problem I have with this is that the button isn’t attached to a URL, it runs the following java function…

new Ajax.Request(‘xml-rpc’,{method:’post’,parameters: ‘method=rescan’,onComplete: Updater.rsStartScan});

My attempts to convert this to a URL have lead me to variances of

http://localhost:9999/xlm-rpc&method=rescan

but none of these actually force the server to rescan.