The 500 code would normally indicate an error on the server, not anything with your code.(500代码通常表示服务器上有错误,而不是代码中的任何错误。)
Some thoughts(一些想法)
Talk to the server developer for more info.(与服务器开发人员联系以获取更多信息。) You can't get more info directly.(您无法直接获得更多信息。)
Verify your arguments into the call (values).(验证调用中的参数(值)。) Look for anything you might think could cause a problem for the server process.(寻找您认为可能导致服务器进程出现问题的任何内容。) The process should not die and should return you a better code, but bugs happen there also.(这个过程不应该死,应该给你一个更好的代码,但是那里也会发生错误。)
Could be intermittent, like if the server database goes down.(可能是间歇性的,就像服务器数据库发生故障一样。) May be worth trying at another time.(可能值得在另一个时间尝试。)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…