Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with Website #43

Open
TanujW opened this issue Jul 30, 2021 · 1 comment
Open

Issue with Website #43

TanujW opened this issue Jul 30, 2021 · 1 comment

Comments

@TanujW
Copy link

TanujW commented Jul 30, 2021

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

@DAM3423
Copy link

DAM3423 commented Aug 2, 2022

[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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants