robotreviewer icon indicating copy to clipboard operation
robotreviewer copied to clipboard

Issue with Website

Open TanujW opened this issue 2 years ago • 1 comments

Hello,

The demo website doesn't seem to be working. After a successful upload, the page was stuck on "thinking" for over 20 minutes.

In the console, the following error was thrown:

[Error] TypeError: null is not an object (evaluating 'e.meta.process_percentage') (anonymous function) (main.js:99:12532) l (main.js:90:23634) fireWith (main.js:90:24396) r (main.js:91:28364) (anonymous function) (main.js:92:1237)

This is persistent on both Safari and Chrome

TanujW avatar Jul 30 '21 08:07 TanujW

[updated] I believe I am experiencing a similar issue.

I saw the same error when trying to upload a PDF via the GUI at http://localhost:5050/. After looking through the codebase I noticed that after uploading a document, the front end code periodically checks for updates via and API call. This API call was not returning the percentage complete variable which it needs in order to display a loading bar / circle.

However, I don't actually think this solves the issue. The processing seems to continue indefinitely which I think is more the issue. I got the same results running in Docker and natively on Mac OS 12.0.1.

When looking in the log.txt file I can see that the processing appears to circle indefinitely. The only error I can spot is 'pattern' package not found; tag filters are not available for English. More can be read on my issue.

DAM3423 avatar Aug 02 '22 15:08 DAM3423