question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to build:android because of 500 server error

See original GitHub issue

Hi there,

since yesterdays’s afternoon I’m not able to build my Android standalone application. iOS is working fine, though. I have tried to debug or something, but I cannot find much more information. On Expo web interface I can see the following message:

screen shot 2018-04-30 at 11 47 11 pm

Environment

Environment:
  OS: macOS High Sierra 10.13.3
  Node: 8.11.1
  Yarn: 1.6.0
  npm: 5.6.0
  Watchman: 4.9.0
  Xcode: Xcode 9.2 Build version 9C40b
  Android Studio: 3.0 AI-171.4443003

Packages: (wanted => installed)
  expo: ^26.0.0 => 26.0.0
  react: 16.3.0-alpha.1 => 16.3.0-alpha.1
  react-native: https://github.com/expo/react-native/archive/sdk-26.0.0.tar.gz => 0.54.2

App target: iOS & Android

Steps to Reproduce

build:ios is working fine but build:android has stopped working since yesterday with the following error:

15:45:56 [exp] Making sure project is set up correctly...
15:46:03 [exp] Warning: 'react-native' peer dependency missing. Run `npm ls` in /Users/sergioalvarez/Projects/app to see full warning.
15:46:03 [exp]
15:46:03 [exp] If there is an issue running your project, please run `npm install` in /Users/sergioalvarez/Projects/app and restart.
15:46:03 [exp] Your project looks good!
15:46:03 [exp] Checking if current build exists...

15:46:04 [exp] No currently active or previous builds for this project.
15:46:06 [exp] Request failed with status code 500
15:46:06 [exp] Error: Request failed with status code 500
    at createError (/Users/sergioalvarez/Projects/app/node_modules/exp/node_modules/axios/lib/core/createError.js:16:15)
    at settle (/Users/sergioalvarez/Projects/app/node_modules/exp/node_modules/axios/lib/core/settle.js:18:12)
    at IncomingMessage.handleStreamEnd (/Users/sergioalvarez/Projects/app/node_modules/exp/node_modules/axios/lib/adapters/http.js:191:11)
    at emitNone (events.js:111:20)
    at IncomingMessage.emit (events.js:208:7)
    at endReadableNT (_stream_readable.js:1064:12)
    at _combinedTickCallback (internal/process/next_tick.js:138:11)
    at process._tickCallback (internal/process/next_tick.js:180:9)

We have at least two expo accounts building the same APK (personal and CI).

Any help would be much appreciated, since I can’t debug anything more (or I don’t find any other way to get more information about what’s going wrong)


UPDATE: publish is working fine as well.


UPDATE: ID of a build which has recently failed: 19865bca-a505-4b85-bb81-599bdafe4f75 in case of it helps to clarify anything on the server side.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:39 (12 by maintainers)

github_iconTop GitHub Comments

5reactions
IT-Globcoincommented, Aug 9, 2019

It was due to the owner in app.json. The value should be an existing username on Expo platform.

5reactions
javadoffuadcommented, Aug 20, 2018

Hi guys. I have a similar error. Can you please help me?

screenshot_5

Read more comments on GitHub >

github_iconTop Results From Across the Web

HTTP 500 Internal Server Error: What It Means & How to Fix It
HTTP 500 errors are difficult to troubleshoot because a range of issues ... This code tells users that the server is temporarily unable...
Read more >
HTTP 500 Internal server error, in android release build
Just yesterday I generated a release build (android) and found the call is failing with exception as "HTTP 500, internal server error".
Read more >
What is a 500 Internal Server Error?
The 500 Internal Server Error is simply a general indication that something's wrong on the server side. Several things could cause this, but ......
Read more >
How to Fix a 500 Internal Server Error 🛠️
The 500 Internal Server Error status code occurs when the server encounters an error that prevents it from fulfilling the request.
Read more >
Sign your app
And, because app bundles defer building and signing APKs to the Google Play ... key and you can't delete it from Google's servers...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found