fastlane: Fails to upload changelog
New Issue Checklist
- [x ] Updated fastlane to the latest version
- [x ] I read the Contribution Guidelines
- [x ] I read docs.fastlane.tools
- [x ] I searched for existing GitHub issues
Issue Description
Fastlane fails periodically with the following message (it still uploads the build and publishes it, but the build notes don’t get uploaded somehow):
Could not set changelog: 765: unexpected token at '<!DOCTYPE html><html lang="en">
<head>
<title></title>
<link rel="stylesheet" href="/styles/main.css">
<style type='text/css'>
/*include ../../dist/styles/main.css*/
</style>
</head>
<body><div id="wrapper" class="j42">
<h2>Internal Server Error</h2></div>
<div class="footer">
<p>Copyright © <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
<ul><li><a href="http://www.apple.com/legal/internet-services/itunes/us/terms.html">Terms of Service</a></li><li><a href="http://www.apple.com/legal/privacy">Privacy Policy</a></li><li><a href="http://www.apple.com/support/">Contact Us</a></li></ul>
</div>
<script type='text/javascript'>(function() {
var isIos = navigator.userAgent.match(/(iPod|iPhone|iPad)/);
document.body.setAttribute( 'class', (!isIos) ? 'otherBrowser' : 'isMobileSafari' )
var yearEl = document.getElementById('year');
if (yearEl) { yearEl.textContent = new Date().getFullYear(); }
})();
</script>
</body>
</html>'
Complete output when running fastlane, including the stack trace and command used
[INSERT OUTPUT HERE]
Environment
[INSERT OUTPUT HERE]
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Reactions: 2
- Comments: 16 (7 by maintainers)
This is an occasional issue for me, too. Super annoying because the rest of the lane fails.
Looks like it was a temporary AppStoreConnect issue. We upload new builds with changelog daily on TestFlight and we haven’t had any issue since the beginning of September. I think this issue can be closed. 👍