fastlane: Fastlane finished with error: "Could not set changelog"

New Issue Checklist

Issue Description

Fastlane is giving out an error that it could not set the changelog when uploading an ipa via pilot.

[19:11:31]: fastlane finished with errors

[!] Could not set changelog: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 409 </title>
</head>
<body>
<h2>HTTP ERROR: 409</h2>
<p>Problem accessing /v2/providers/:providerId/apps/:appId/builds/:buildId. Reason:
<pre>    ERROR-1: What to Test can't contain the following characters: ?, ?, ?.</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>
</body>
</html>

The actual changelog is:

  • [πŸ›] Default to zero if fee is nil
  • [✏️] Typo in tagging commit

The changelog, however, was successfully set in the distributed Testflight build.

Environment

🚫 fastlane environment 🚫

Stack

Key Value
OS 10.12.3
Ruby 2.4.0
Bundler? false
Git git version 2.12.0
Installation Source ~/.rbenv/versions/2.4.0/bin/fastlane
Host Mac OS X 10.12.3 (16D32)
Ruby Lib Dir ~/.rbenv/versions/2.4.0/lib
OpenSSL Version OpenSSL 1.0.2k 26 Jan 2017
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 8.2.1

System Locale

Error
No Locale with UTF8 found 🚫

fastlane gems

Gem Version Update-Status
fastlane 2.29.0 πŸ’₯ Check failed

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.1.0
slack-notifier 1.5.1
CFPropertyList 2.3.5
claide 1.0.1
colored2 3.1.2
nanaimo 0.2.3
xcodeproj 1.4.4
rouge 1.11.1
xcpretty 0.2.4
terminal-notifier 1.7.1
unicode-display_width 1.1.3
terminal-table 1.7.3
plist 3.2.0
public_suffix 2.0.5
addressable 2.5.0
multipart-post 2.0.0
word_wrap 1.0.0
tty-screen 0.5.0
babosa 1.0.2
colored 1.2
highline 1.7.8
commander-fastlane 4.4.4
excon 0.55.0
faraday 0.11.0
unf_ext 0.0.7.2
unf 0.1.4
domain_name 0.5.20161129
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
fastimage 2.0.1
gh_inspector 1.0.3
uber 0.0.15
representable 2.3.0
retriable 2.1.0
mime-types-data 3.2016.0521
mime-types 3.1
hurley 0.2
little-plugger 1.1.4
multi_json 1.12.1
logging 2.1.0
jwt 1.5.6
memoist 0.15.0
os 0.9.6
signet 0.7.3
googleauth 0.5.1
httpclient 2.8.3
google-api-client 0.9.28
mini_magick 4.5.1
multi_xml 0.6.0
rubyzip 1.2.1
security 0.1.3
xcpretty-travis-formatter 0.0.4
dotenv 2.2.0
bundler 1.14.6
faraday_middleware 0.11.0.1
json 2.0.2
io-console 0.4.6
openssl 2.0.2

generated on: 2017-05-10

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Reactions: 2
  • Comments: 17 (7 by maintainers)

Most upvoted comments

<p>Problem accessing /v2/providers/:providerId/apps/:appId/builds/:buildId. Reason:
<pre>    ERROR-1: What to Test can't contain the following characters: ?, ?, ?.</pre></p>
<hr /><i><small>Powered by Jetty://</small></i>

Can you try setting the same text using the iTunes Connect web UI? It might tell you more about what’s not working.