> ## Documentation Index
> Fetch the complete documentation index at: https://www.ayrshare.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# 如何修復 500 Internal Server Error | Ayrshare 文件

> 了解 Ayrshare API 出現 500 Internal Server Error 的原因、如何診斷請求，以及解決並重試貼文的步驟。

如果你收到 500 錯誤並顯示「Internal Error」或「Internal Server Error」訊息，請先確認呼叫的 URL 是否符合 Ayrshare 文件中的說明。

若 URL 沒問題，Internal Error 代表你的伺服器與我們的雲端服務供應商 Google 之間出現網路連線問題。
若發生此錯誤，請重試你的請求。

其他可能的問題與下列項目有關:

<ul className="custom-bullets">
  <li>
    傳送的 JSON 無效。更多資訊請參閱：[無效 JSON](/help-center/technical-support/response_returns_as_bad_request)。
  </li>

  <li>
    端點逾時。我們建議改用新的基礎 API 端點：[新的基礎 API 端點](/help-center/technical-support/response_bad_gateway_502_or_504_error)。
  </li>
</ul>
