400 timestamp_refused/oauth/request_tokenThe codes of machines 161 and 155 are the same, but during deployment of machines 155, oauth is required to authorize the user to start. Authorization always fails, but 161 is okay! Searching the API and modifying the Schell file will not help... I found an explanation of the problem online, it probably means that the timestamp of the server parameter required to generate the oauth authentication signature is incorrect. I compared the time of the two servers and found that the time of the 155 server was 10 minutes faster than that of the 161 server. 161, but only two minutes
161 10:05:33 155 10:15:23 Local Machine 10:03:12
It is possible that the time at which the liunx system server provider is located is faster than ours, so I first raised doubts like 155 machine time, changed 155 machine time to 161 machine time, then restarted, and authorized OK!
Oauth authorization timestamp refused