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

HTTP ERROR 410 Gone #244

Closed
hintoz opened this issue Apr 5, 2019 · 5 comments · Fixed by #246
Closed

HTTP ERROR 410 Gone #244

hintoz opened this issue Apr 5, 2019 · 5 comments · Fixed by #246
Labels

Comments

@hintoz
Copy link

hintoz commented Apr 5, 2019

Hello, since yesterday Apple returns error 410 when accessing form boarding on path /v2/providers/1111111/apps/2222222222/groups

2019-04-05T11:47:37.149619+00:00 app[web.1]: [4] ! Unable to load application: Spaceship::UnexpectedResponse: <html>
2019-04-05T11:47:37.149645+00:00 app[web.1]: <head>
2019-04-05T11:47:37.149647+00:00 app[web.1]: <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
2019-04-05T11:47:37.149649+00:00 app[web.1]: <title>Error 410 Gone</title>
2019-04-05T11:47:37.149650+00:00 app[web.1]: </head>
2019-04-05T11:47:37.149652+00:00 app[web.1]: <body><h2>HTTP ERROR 410</h2>
2019-04-05T11:47:37.149653+00:00 app[web.1]: <p>Problem accessing /v2/providers/1111111111/apps/2222222222/groups. Reason:
2019-04-05T11:47:37.149655+00:00 app[web.1]: <pre>    Gone</pre></p>
2019-04-05T11:47:37.149656+00:00 app[web.1]: </body>
2019-04-05T11:47:37.149657+00:00 app[web.1]: </html>
2019-04-05T11:47:37.149719+00:00 app[web.1]: bundler: failed to load command: puma (/app/vendor/bundle/ruby/2.4.0/bin/puma)
2019-04-05T11:47:37.149795+00:00 app[web.1]: Spaceship::UnexpectedResponse: <html>
2019-04-05T11:47:37.149797+00:00 app[web.1]: <head>
2019-04-05T11:47:37.149799+00:00 app[web.1]: <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
2019-04-05T11:47:37.149800+00:00 app[web.1]: <title>Error 410 Gone</title>
2019-04-05T11:47:37.149801+00:00 app[web.1]: </head>
2019-04-05T11:47:37.149803+00:00 app[web.1]: <body><h2>HTTP ERROR 410</h2>
2019-04-05T11:47:37.149804+00:00 app[web.1]: <p>Problem accessing /v2/providers/111111111/apps/222222222222/groups. Reason:
2019-04-05T11:47:37.149806+00:00 app[web.1]: <pre>    Gone</pre></p>
2019-04-05T11:47:37.149807+00:00 app[web.1]: </body>
2019-04-05T11:47:37.149808+00:00 app[web.1]: </html>
@janpio
Copy link
Member

janpio commented Apr 5, 2019

Yes, see fastlane/fastlane#14521 for the main issue tracking this.

@clippka
Copy link

clippka commented Apr 11, 2019

I have the same issue. Since fastlane/fastlane#14521 is fixed now I updated my heroku git repository from latest upstream and tried to push. Precompilation of assets during push already failed with 410 gone?

https://gist.github.com/clippka/577b3494395bac3ec190183c17eeed22

Edit: wrong link to gist

@janpio janpio added the bug label Apr 11, 2019
@janpio
Copy link
Member

janpio commented Apr 11, 2019

fastlane/fastlane#14521 didn't fix nearly all cases of brokenness unfortunately.

@joshdholtz
Copy link
Member

Got a PR up for fixing this ^^ 💪

@clippka
Copy link

clippka commented Apr 23, 2019

I verified that the pr from @joshdholtz fixes this issue for me. Thanks!

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

Successfully merging a pull request may close this issue.

4 participants