Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spaceship: Unable to create sandbox test accounts #16769

Closed
4 tasks done
picciano opened this issue Jul 6, 2020 · 2 comments
Closed
4 tasks done

Spaceship: Unable to create sandbox test accounts #16769

picciano opened this issue Jul 6, 2020 · 2 comments

Comments

@picciano
Copy link

picciano commented Jul 6, 2020

New Issue Checklist

Issue Description

We had a working script that creates sandbox test accounts. Recently (past week) it has started failing with the error:
{"data"=>nil, "messages"=>{"warn"=>nil, "error"=>["Not Found"], "info"=>nil}, "statusCode"=>"ERROR"}

Command executed

tester = Spaceship::Tunes::SandboxTester.create!(
email: email,
password: new_password, # required. Must contain >=8 characters, >=1 uppercase, >=1 lowercase, >=1 numeric.
country: country_code.upcase # optional, defaults to 'US'
)

Complete output when running fastlane, including the stack trace and command used
➜  ~ ruby Documents/XXXXX/itc_create_sandbox_user.rb ss@XXXXX.com 10 us
Multiple App Store Connect teams found, please enter the number of the team you want to use: 
Note: to automatically choose the team, provide either the App Store Connect Team ID, or the Team Name in your fastlane/Appfile:
Alternatively you can pass the team name or team ID using the `FASTLANE_ITC_TEAM_ID` or `FASTLANE_ITC_TEAM_NAME` environment variable

itc_team_id "XXXXX"

or

itc_team_name "XXXXX"

  1. "XXXXX" (XXXXX)
  2. "XXXXX" (XXXXX)
    2
    ERROR: ss.pqndz@XXXXX.com
    {"data"=>nil, "messages"=>{"warn"=>nil, "error"=>["Not Found"], "info"=>nil}, "statusCode"=>"ERROR"}

Environment

✅ fastlane environment ✅

Stack

Key Value
OS 10.15.5
Ruby 2.6.3
Bundler? false
Git git version 2.24.3 (Apple Git-128)
Installation Source /usr/local/bin/fastlane
Host Mac OS X 10.15.5 (19F101)
Ruby Lib Dir /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib
OpenSSL Version LibreSSL 2.8.3
Is contained false
Is homebrew false
Is installed via Fabric.app false
Xcode Path /Library/Developer/CommandLineTools/
Xcode Version

System Locale

Variable Value
LANG en_US.UTF-8
LC_ALL
LANGUAGE

fastlane files:

No Fastfile found

No Appfile found

fastlane gems

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

Loaded fastlane plugins:

No plugins Loaded

Loaded gems
Gem Version
did_you_mean 1.3.0
slack-notifier 2.3.2
atomos 0.1.3
CFPropertyList 2.3.6
claide 1.0.3
colored2 3.1.2
nanaimo 0.2.6
xcodeproj 1.17.0
rouge 2.0.7
xcpretty 0.3.0
terminal-notifier 2.0.0
unicode-display_width 1.7.0
terminal-table 1.8.0
plist 3.5.0
public_suffix 2.0.5
addressable 2.7.0
multipart-post 2.0.0
word_wrap 1.0.0
tty-screen 0.8.0
tty-cursor 0.7.1
tty-spinner 0.9.3
babosa 1.0.2
colored 1.2
highline 1.7.10
commander-fastlane 4.4.6
excon 0.75.0
faraday 0.17.3
unf_ext 0.0.7.7
unf 0.1.4
domain_name 0.5.20190701
http-cookie 1.0.3
faraday-cookie_jar 0.0.6
faraday_middleware 0.14.0
fastimage 2.1.7
gh_inspector 1.1.3
json 2.1.0
mini_magick 4.10.1
multi_xml 0.6.0
rubyzip 2.3.0
security 0.1.3
xcpretty-travis-formatter 1.0.0
dotenv 2.7.5
bundler 1.17.2
naturally 2.2.0
simctl 1.6.8
jwt 2.1.0
uber 0.1.0
declarative 0.0.20
declarative-option 0.1.0
representable 3.0.4
retriable 3.1.2
mini_mime 1.0.2
multi_json 1.14.1
signet 0.14.0
memoist 0.16.2
os 1.1.0
googleauth 0.13.0
httpclient 2.8.3
google-api-client 0.38.0
google-cloud-env 1.3.2
google-cloud-errors 1.0.1
google-cloud-core 1.5.0
digest-crc 0.5.1
google-cloud-storage 1.26.2
emoji_regex 1.0.1
jmespath 1.4.0
aws-partitions 1.337.0
aws-eventstream 1.1.0
aws-sigv4 1.2.1
aws-sdk-core 3.102.1
aws-sdk-kms 1.35.0
aws-sdk-s3 1.72.0
forwardable 1.2.0
logger 1.3.0
stringio 0.0.2
ipaddr 1.2.2
openssl 2.1.2
ostruct 0.1.0
strscan 1.0.0
date 2.0.0
fileutils 1.1.0
etc 1.0.1
io-console 0.4.7
zlib 1.0.0
libxml-ruby 3.1.0
rexml 3.1.9
psych 3.1.0
mutex_m 0.1.0
webrick 1.4.2

generated on: 2020-07-06

@rounak
Copy link

rounak commented Jul 8, 2020

Noticed the same thing happening to me

@joshdholtz
Copy link
Member

👋 This has been fixed as of 2.150.2. Please see 👉 #16742

A lot of Spaceship::Tunes no longer works due to the new App Store Connect changes so things need to be migrated over to Spaceship::ConnectAPI module. There will be doc and migration coming soon 😊

@fastlane fastlane locked and limited conversation to collaborators Sep 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants