xsxs89757
xsxs89757
Any url will report an error
In the same environment, I wrote a test script to ensure that there were no problems with the environment.
node version 18.17.1, In the same environment, I wrote a python test script, and there is no problem running the same node command.
Modified tools/utils/web_reader_tool.py ```python def extract_using_readabilipy(html): with tempfile.NamedTemporaryFile(delete=False, mode='w+') as f_html: f_html.write(html) f_html.close() html_path = f_html.name # Call Mozilla's Readability.js Readability.parse() function via node, writing output to a temporary file article_json_path...
stystem : TencentOS Server release 3.1 (Final) python : 3.10.12 root run ```python import os import subprocess import tempfile import site def find_module_path(module_name): for package_path in site.getsitepackages(): potential_path = os.path.join(package_path,...
I can now run normally after using try-except, and I can run it in this way for the time being
It's not an out-of-memory problem, and the same code in my test script doesn't throw an exception. Yes, now you can read the content of the web page normally by...
I tried to redeploy on the same system and found no problem, only the one running online has this problem. Temporarily use try except to solve this problem.
Openai plugin? 0.0.13
Try to reinstall the openai plug-in and it will not work again. What should I do now? Whether it is related to this API 404