-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[spaceship] Updated v2 web-session endpoint #19131
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
Conversation
Still having the same issue after updating fastlane. How can I be sure this fastlane's version is correctly installed on my machine? |
Ah yeah, of course.. Thanks. It's not pointing to the branch, so I'm doing something wrong atm. Keep you posted. |
|
this is working! |
I'm getting timeouts:
Without this fix getting the previous
|
@crazymanish Thx a lot, this is working! |
Hi @crazymanish My |
I'm guessing that you are using |
Yeah I was running the top level scripts rather than the ones inside the App folder... 🙃 |
@crazymanish , thanks a lot man, worked! |
Thanks for this!
Not sure why it is checking it in the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is 🔥 Thank you for making this change so quickly! Really appreciate you saving the day 😊
@crazymanish I am getting 404 still when doing the simple test of selecting a team. The response body says Script require 'spaceship'
Spaceship::Tunes.login 'XXX@XXX.com'
ENV['FASTLANE_ITC_TEAM_ID'] = 'XXXX'
Spaceship::Tunes.select_team This will fail silently and not actually select a team. Debugging the webSessions response from
|
@addbrick Ahhhh, I'm able to replicate this too! I will create a new PR that fixes this |
Hey @crazymanish 👋 Thank you for your contribution to fastlane and congrats on getting this pull request merged 🎉 Please let us know if this change requires an immediate release by adding a comment here 👍 |
Checklist
bundle exec rspec
from the root directory to see all new and existing tests passbundle exec rubocop -a
to ensure the code style is validMotivation and Context
Resolves #19124
Description
Testing Steps
Gemfile
to 👇 and runbundle install
,bundle update fastlane
, orbundle update
download_dsyms
orlatest_testflight_build_number