I’m now getting this error on Pro 2018 as well, so I can only assume it has something to do with the Internet/Sketchup connection.
As well as this, I also now get this one, which mentions Issue Tracker extension. Again, has not been a problem all day, until now. I think this is just a longer version of the first one.
Is Estimator installed in a directory called issuetracker? That is where the error occurs.
This issuetracker is trying to parse some JSON content from a web server. The page is missing for whatever reason and instead a default error message is output by the web server. The extension doesn’t handle JSON parse errors but instead fails loading without any friendly error message.
To fix this you can uninstall the extension in question.
So, does that mean that it’s some sort of problem at Estimator’s end?
It’s been faultless until yesterday evening, so all I can assume is it’s something to do with their website/server.
I was going to wait a day or so and see if it sorts itself out. Do not really want to have to uninstall Issue Tracker as I do need it for my work, although because of this issue, it doesn’t load anyway.
Mike
PS And how do you know all this stuff!? I’m assuming you have a computer for a brain, as it’s all foreign to me
It means there has been a failure of coordination between the estimator extension code and the vendor’s web site server. The server returned html telling the client (the extension code in this case) to try the request again at a different web address specified in the html, implying that during site maintenance the relevant page has been moved. The extension’s code wasn’t written to handle this redirection and fails when it attempts to parse the html as json (JavaScript Object Notation).
I think it is the Extension ‘Issue Tracker’, which is a licensed purchased Extension. ‘Estimator for Sketchup’ still loads and works ok, but Issue Tracker does not load at all, even though it shows as installed in the Extension Manager.
So, in conclusion, there is actually nothing I can do about it? If it is indeed Site Maintenance at their end, then in theory, it should sort itself, I would assume.
On looking again, I notice you are right - the problem is entirely with issue tracker, not Estimator. Sorry for the mislead (@john_drivenupthewall shame on you ). It is in the process of trying to check you license when it fails hard.
You should contact the vendor to make them aware of the problem, as someone clearly modified the web server’s content. The extension’s code is encrypted, so we can’t examine it to discover how it tries to retrieve the license info from the web server. What is clear is that whatever technique it used does not understand the html “302 found” redirect status and fails to fetch what the rest of the extension code expects.
Well, the subscription of Estimator includes the use of multiple extensions besides Estimator itself (issuetracker, take off length and I think even the framing tool)
So the shame should be divided😃