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

A parameter has an invalid value - 'prices' is not a valid relationship name #21975

Open
sujeetulli opened this issue Apr 17, 2024 · 10 comments
Open

Comments

@sujeetulli
Copy link

My build was working perfect, Now suddenly it stopped working and getting the below error message

A parameter has an invalid value - 'prices' is not a valid relationship name

| Plugin | Your Version | Latest Version |
+-----------+--------------+----------------+
| appcenter | 1.10.0 | 2.1.2 |
+-----------+--------------+----------------+
[03:47:04]: To update all plugins, just run
[03:47:04]: $ bundle exec fastlane update_plugins

[03:47:04]: fastlane finished with errors

Looking for related GitHub issues on fastlane/fastlane...

➡️ [deliver] The provided entity includes an unknown relationship - 'prices' is not a relationship on the resource
#21819 [open] 38 💬
a day ago

➡️ [deliver][spaceship] 500 server error - creating new App Store version
#17886 [closed] 87 💬
30 Jun 2021

➡️ Having deliver/upload_to_app_store issues? Install 2.150.0.rc5
#16639 [closed] 116 💬
04 Sep 2020

@SL0TR
Copy link

SL0TR commented Apr 17, 2024

Getting the same error

@brenak
Copy link

brenak commented Apr 17, 2024

Same error here.

@sujeetulli
Copy link
Author

@KrauseFx @fastlaneTeam Could please look into this issue

@a31859
Copy link

a31859 commented Apr 18, 2024

The same error happened to me but running bundle update fastlane seems to have fixed the issue for me

@sujeetulli
Copy link
Author

I have resolved this issue, with below steps....

I have done the same thing, but still, you will see some different issues.
I have followed a couple of other steps.

  1. Rename gem. lock to xyz..
  2. bundle install
  3. copy if any dependency from the old gem.lock file to a new gem.lock file (maybe you can compare both file)
  4. Ruby version issue may occur, install the latest ruby and delete or rename old ruby from (Path : /Users/macosuser/.gem/ruby)

After doing these changes then it worked for me.

@SL0TR
Copy link

SL0TR commented Apr 18, 2024

I am getting the error like this bundler: failed to load command: fastlane (/Users/${user}/.rbenv/versions/2.7.5/bin/fastlane) Spaceship::UnexpectedResponse: [!] A parameter has an invalid value - 'prices' is not a valid relationship name

Does rbenv has anything to do with this? @fastlaneTeam

@jakub-przy
Copy link

Definitely related to: #21968

@brenofurlanpixo
Copy link

I've had the same problem with fastlane 2.211.0 and Ruby 3.3.0

After issuing a bundle update fastlane, fastlane got updated to 2.220.0 and the issue got solved 🎉

@shuraman69
Copy link

The same error happened to me but running bundle update fastlane seems to have fixed the issue for me

thanks! its works for me

ruby v3.1.2
fastlane 2.220.0

@jakub-przy
Copy link

jakub-przy commented Apr 29, 2024

Hmm, the problem with updating to 2.220.0 for me though is that this issue's fix: #21946 has not been released yet.

So basically using 2.219.0 gives me #21975 but then 2.220.0 gives me #21946 - and both are absolutely blocking my pipelines, so there isn't really a good choice :|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants