当前位置:网站首页>Wechat official account can reply messages normally, but it still prompts that the service provided by the official account has failed. Please try again later
Wechat official account can reply messages normally, but it still prompts that the service provided by the official account has failed. Please try again later
2022-06-25 09:29:00 【Maoningyi】
The official account had a sudden draught two days ago , Although the message can be replied normally , However, it still prompts that the service provided by the official account fails , Please try again later
Most of the reasons are found online because they are bound to a third-party platform , Just cancel the authorization of the third party , But I unlicensed all third-party platforms , There is still this problem . You have to find the problem from your own server .
Print messages on the background server , It is found that each message will repeat the request 4 Time , Print nginx journal
access_log /var/log/nginx/access.log;
Discover that every time a user sends a message , There will be two different IP request , And each request returns a status code 404
So I forced to modify the returned status code in the code , The status code returned for each request is 200, instead of 404
ctx.response.body = {
status: 200,
description: 'ok',
result: data
}
So the problem is solved
边栏推荐
- Specific usage of sklearn polynomialfeatures
- Make a skylearn high-dimensional dataset_ Circles and make_ moons
- compiling stm32f4xx_ it. c... “.\Objects\BH-F407.axf“ - 42 Error(s), 1 Warning(s).
- How can games copied from other people's libraries be displayed in their own libraries
- On the underlying index principle of MySQL
- Object. Can defineproperty also listen for array changes?
- Voiceprint Technology (V): voiceprint segmentation and clustering technology
- Prepare for the 1000 Android interview questions and answers that golden nine silver ten must ask in 2022, and completely solve the interview problems
- (translation) the use of letter spacing to improve the readability of all capital text
- The meshgrid() function in numpy
猜你喜欢
高速缓冲存储器Cache的映射方式
云网络技术的好处以及类型
Question B of the East China Cup: how to establish a population immune barrier against novel coronavirus?
The first techo day Tencent technology open day, 628 waiting for you!
The meshgrid() function in numpy
首期Techo Day腾讯技术开放日,628等你!
Analysis on the thinking of 2022 meisai C question
[opencv] - input and output XML and yaml files
neo4jDesktop(neo4j桌面版)配置自动启动(开机自启)
jmeter中csv参数化
随机推荐
[competition - Rural Revitalization] experience sharing of Zhejiang Rural Revitalization creative competition
Japanese online notes for postgraduate entrance examination (9): composition template
How to delete a blank page that cannot be deleted in word
Online notes on Mathematics for postgraduate entrance examination (8): Kego equations, eigenvalues and eigenvectors, similarity matrix, quadratic series courses
Title B of the certification cup of the pistar cluster in the Ibagu catalog
Voiceprint Technology (II): Fundamentals of audio signal processing
Prediction of pumpkin price based on BP neural network
《乔布斯传》英文原著重点词汇笔记(三)【 chapter one】
sklearn PolynomialFeatures的具体用法
annotation lib 和 processor lib如何引用
Voiceprint Technology (V): voiceprint segmentation and clustering technology
How annotation lib and processor lib reference
[design completion - opening report] zufeinfo 2018 software engineering major (including FAQ)
RMB 3000 | record "tbtools" video, make a friend and get a cash prize!
(translation) the use of letter spacing to improve the readability of all capital text
JMeter interface test, associated interface implementation steps (token)
Summarize two methods of configuring pytorch GPU environment
35 websites ICER must know
备战2022年金九银十必问的1000道Android面试题及答案整理,彻底解决面试的烦恼
【OpenCV】—输入输出XML和YAML文件