I had ruTorrent working great and the world was happy. Then I restarted my computer. Now it isn't working. I don't really know what information to provide other than the error:
Code:
Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $fname = getSettingsPath()."/uisettings.json"; $s = @file_get_contents($fname); if($s==false) $s = '{}'; cachedEcho($s,"application/json",true); ?>
Any idea what this is caused by?
EDIT: Solved -- conflicting programs running.
Code:
Bad response from server: (200 [parsererror,getuisettings]) <?php require_once( 'util.php' ); $fname = getSettingsPath()."/uisettings.json"; $s = @file_get_contents($fname); if($s==false) $s = '{}'; cachedEcho($s,"application/json",true); ?>
Any idea what this is caused by?
EDIT: Solved -- conflicting programs running.