-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
500 Internal Privoxy Error #177
Comments
I'm sorry I haven't encountered a similar situation. It sounds like the network environment is causing the problem? |
generate.ts 把这个22行时间判断删掉试试 |
Seems to need to open a proxy. #34 |
@ztreble 打开这个文件 搜索 async function digestMessage(message) {
return sha256(message).toString();
} 我在本地部署时,必须这么改,否则会因为 |
这对我有用 |
同样对我有用 |
Describe the bug
I deployed your project on the Singapore server. There is no problem with the local curl. I opened Alibaba Cloud's 3000 port. The following error will be reported during remote access:
500 Internal Privoxy Error
Privoxy encountered an error while processing your request:
Could not load template file no-server-data or one of its included components.
Please contact your proxy administrator.
If you are the proxy administrator, please put the required file(s)in the (confdir)/templates directory. The location of the (confdir) directory is specified in the main Privoxy config file. (It's typically the Privoxy install directory).
I tried to synchronize the time, but it didn't work. I used Singapore's proxy service.What shall I do? thank you
Reproduction
Deploy service and request remotely
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: