fastlane: fastlane pilot add: Error 410 Gone / 405 Method Not Allowed

New Issue Checklist

Issue Description

When trying to add testflight testers to an existing group getting “Error 410 Gone”

Command executed

bundle exec fastlane pilot add --username red@acted.com -a com.red.acted -f Thomas -l DAVID -e red.acted@gmail.com -a com.red.acted -g ITC.apps.tf.labels.CustomGroup1

Complete output when running fastlane, including the stack trace and command used
 [22:10:02]: Login to App Store Connect (redacted@gmail.com)
[22:10:05]: Login successful
[22:10:08]: Could not create tester red.acted@gmail.com
[22:10:08]: <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<title>Error 410 Gone</title>
</head>
<body>

HTTP ERROR 410

Problem accessing /v2/providers/8989898989/apps/89898989898/testers. Reason:

    Gone

</body> </html>

[!] Some operations failed: <html>

<head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/> <title>Error 410 Gone</title> </head> <body>

HTTP ERROR 410

Problem accessing /v2/providers/89898989898/apps/898989898989/testers. Reason:

    Gone

</body> </html>

Environment

 
✅ fastlane environment ✅

Stack

Key Value
OS 10.14.4
Ruby 2.5.1
Bundler? true
Git git version 2.13.3
Installation Source /usr/local/lib/ruby/gems/2.5.0/bin/fastlane
Host Mac OS X 10.14.4 (18E226)
Ruby Lib Dir /usr/local/Cellar/ruby/2.5.1/lib
OpenSSL Version OpenSSL 1.0.2p 14 Aug 2018
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Applications/Xcode.app/Contents/Developer/
Xcode Version 10.2

System Locale

Variable Value
LANG en_GB.UTF-8
LC_ALL
LANGUAGE

fastlane files:

No Fastfile found

No Appfile found

fastlane gems

Gem Version Update-Status
fastlane 2.120.0 ✅ Up-To-Date

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.2.0
bundler 1.16.1
CFPropertyList 3.0.0
public_suffix 2.0.5
addressable 2.6.0
atomos 0.1.3
babosa 1.0.2
claide 1.0.2
colored 1.2
colored2 3.1.2
highline 1.7.10
commander-fastlane 4.4.6
declarative 0.0.10
declarative-option 0.1.0
digest-crc 0.4.1
unf_ext 0.0.7.5
unf 0.1.4
domain_name 0.5.20180417
dotenv 2.7.2
emoji_regex 1.0.1
excon 0.62.0
multipart-post 2.0.0
faraday 0.15.4
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
faraday_middleware 0.13.1
fastimage 2.1.5
gh_inspector 1.1.3
jwt 2.1.0
memoist 0.16.0
multi_json 1.13.1
os 1.0.0
signet 0.11.0
googleauth 0.6.7
httpclient 2.8.3
mime-types-data 3.2019.0331
mime-types 3.2.2
uber 0.1.0
representable 3.0.4
retriable 3.1.2
google-api-client 0.23.9
google-cloud-env 1.0.5
google-cloud-core 1.3.0
google-cloud-storage 1.16.0
json 2.2.0
mini_magick 4.5.1
multi_xml 0.6.0
plist 3.5.0
rubyzip 1.2.2
security 0.1.3
naturally 2.2.0
simctl 1.6.5
slack-notifier 2.3.2
terminal-notifier 2.0.0
unicode-display_width 1.5.0
terminal-table 1.8.0
tty-screen 0.6.5
tty-cursor 0.6.1
tty-spinner 0.9.0
word_wrap 1.0.0
nanaimo 0.2.6
xcodeproj 1.8.2
rouge 2.0.7
xcpretty 0.3.0
xcpretty-travis-formatter 1.0.0

generated on: 2019-04-10

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Reactions: 3
  • Comments: 17 (6 by maintainers)

Most upvoted comments

Fastlane pilot add issue is now resolved

Hi,

Still fails but error now different.

[19:10:07]: Could not create tester red.acted@gmail.com
[19:10:07]: <!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>Method Not Allowed</h2></div>

<div class="footer">
    <p>Copyright &copy; <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
    <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</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>

[!] Some operations failed: <!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>Method Not Allowed</h2></div>

<div class="footer">
    <p>Copyright &copy; <span id='year'>2015</span> Apple Inc. All rights reserved.</p>
    <ul><li><a href="https://www.apple.com/legal/internet-services/itunes/">Terms of Service</a></li><li><a href="https://www.apple.com/legal/privacy">Privacy Policy</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>

Hi,

I updated last night and still had the issue then, but I will double check to make sure I have 2.121.1, retest and let you know.