Troubleshooting of Google Gemini: Difference between revisions
Jump to navigation
Jump to search
(Created page with " {{Draft}} == Troubleshooting of Google Gemini API == === How to fix "Request contains an invalid argument" === Error message <pre> 無法提交提示 錯誤訊息:「Request contains an invalid argument.」 狀態:400 錯誤代碼:3 要求 ID:xxx </pre> Workaround solution: * If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help...") |
(No difference)
|
Revision as of 18:14, 20 May 2024
Troubleshooting of Google Gemini API
How to fix "Request contains an invalid argument"
Error message
無法提交提示 錯誤訊息:「Request contains an invalid argument.」 狀態:400 錯誤代碼:3 要求 ID:xxx
Workaround solution:
- If you upload a video file for API analysis, you might consider shortening the video duration, for example, using ffmpeg to reduce an hour-long video to half its length. This will help reduce the input token length.