Chris Weaver
Chris Weaver
Instead of localhost, why not list the IP? Is localhost used in code for writing making remote headless access an issue with creating config.json through Web interface? Also is port...
config.json could be improved for easier manual edit and readability, suggest: {"Buttons":[ {"label":"Home Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"FF Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Rew Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Play Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Select Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Up Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Down Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Left Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"}, {"label":"Right Integration","url":"http://localhost/","requesttype":"POST","header":"{}","query":"{}"},...
Trying to track down why pirate-get fails to get to the point where URL is added to transmission I added print to verify it was pirate-get that failed to call,...