photools.com Community

IMatch Discussion Boards => Online Help and other Documentation => Topic started by: Jingo on June 24, 2024, 04:42:56 PM

Title: IMWS-DOC APP: Looks like something wrong with server?
Post by: Jingo on June 24, 2024, 04:42:56 PM
Tried to run the IMWS Documentation App today and got no results...  so, launched the app in the browser and found it returned an error .. perhaps the documentation file on the server got moved or renamed?  Thx - Andy.

index.html:91 Doh! Problem parsing the JSON. Check the JSON documentation source file on the server!IMWS.get('discover').then(function(response) {
                    imwsDoc.resources = response.resources;
                    createTable();
                },function(error) {
                    console.log('Doh! Problem parsing the JSON. Check the JSON documentation source file on the server!');
                });
Title: Re: IMWS-DOC APP: Looks like something wrong with server?
Post by: Mario on June 24, 2024, 06:54:20 PM
It's caused by a missing/pending comma. See bug #02518 https://www.photools.com/release-notes/
The server is IMatch (IMWS) and the schema file to fix is:
"C:\ProgramData\photools.com\IMatch6\IMWS\resources\json\schema.json"
Open it in VS Code and remove the comma.
Title: Re: IMWS-DOC APP: Looks like something wrong with server?
Post by: Jingo on June 24, 2024, 08:41:35 PM
oooh... sorry.. I guess I didn't read those (or I did.. and then forgot!).  Thx.. fixed locally!