admin管理员组文章数量:1401832
Replit Agent is struggling to create a simple Python app which pulls the data from my Apple AppStoreConnect account through the Apple API. After two rounds of edits by the Replit Agent it still shows the same Error message (below). Does anyone have ideas how to fix this? I tried twice to update the Apple API credentials in Replit so pretty sure that they are correct.
2025-03-23 16:59:57,141 - appstore_api - INFO - Formatted key with proper PEM headers
2025-03-23 16:59:57,143 - appstore_api - ERROR - First JWT encoding attempt failed: ('Could not deserialize key data. The data may be in an incorrect format, the provided password may be incorrect, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>])
2025-03-23 16:59:57,143 - appstore_api - ERROR - Alternative JWT encoding failed: ('Could not deserialize key data. The data may be in an incorrect format, the provided password may be incorrect, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>])
2025-03-23 16:59:57,143 - appstore_api - ERROR - Error generating JWT token: ('Could not deserialize key data. The data may be in an incorrect format, the provided password may be incorrect, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>])
Error details: ('Could not deserialize key data. The data may be in an incorrect format, the provided password may be incorrect, it may be encrypted with an unsupported algorithm, or it may be an unsupported key type (e.g. EC curves with explicit parameters).', [<OpenSSLError(code=503841036, lib=60, reason=524556, reason_text=unsupported)>])
Error: Failed to generate authentication token
2025-03-23 16:59:57,143 - __main__ - ERROR - Invalid credentials: Failed to generate authentication token
Launched the app and was expected to the data from the AppstoreConnect analytics
本文标签: app store connect apiAppstoreconnect API access issue on ReplitStack Overflow
版权声明:本文标题:app store connect api - Appstoreconnect API access issue on Replit - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744277367a2598479.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论