Weixin-Liang/LLM-scientific-feedback

Failed to parse XML... Error: not well-formed (invalid token): line 1, column 0

liuliAI opened this issue · 6 comments

Failed to parse XML... Error: not well-formed (invalid token): line 1, column 0
Running on local URL: http://127.0.0.1:7860
Parsing PDF...
Parsing XML...

Try this: #6 (comment)

I tried, no changes

Try to alter the port of the parser server, 8080 might be occupied by other apps:

python -m sciencebeam_parser.service.server --port=7080

and the main.py:

convert_url = "http://localhost:7080/api/convert"

Try to alter the port of the parser server, 8080 might be occupied by other apps:

python -m sciencebeam_parser.service.server --port=7080

and the main.py:

convert_url = "http://localhost:7080/api/convert"

changed port still not working

Thanks for your interest in our system. It seems this error happens when running on non-linux system. Unfortunately ScienceBeam only supports x86 Linux. Let us know if you find a way to install ScienceBeam on other systems.

We now added a new system that supports texts as input:

Usage:

python main_from_text.py  # If you are using non-linux operating systems or want to generate feedback from the parsed paper in text format