Request failed with status code 401 on exp build:android
See original GitHub issueEnvironment
Environment: OS: Windows 10 Node: 8.9.4 Yarn: Not Found npm: 6.0.0 Watchman: Not Found Xcode: N/A Android Studio: Version 3.1.0.0 AI-173.4720617
Packages: (wanted => installed) expo: ^27.0.1 => 27.0.1 react: 16.3.1 => 16.3.1 react-native: https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz => 0.55.2
Steps to Reproduce
(Write your steps here:)
- I run create-react-native-app HelloWord2
- cd HelloWord2
- exp start - on device i see could not load exp://vm-cma.nikitindev.helloword2.exp.direct:80
- exp ba - in terminal Request failed with status code 401
Expected Behavior
i want run app on the device or get link to get apk
Actual Behavior
I have Warning: .end() was called twice. This is not supported in superagent - http://prntscr.com/jft672 on device i see could not load exp://vm-cma.nikitindev.helloword2.exp.direct:80 - http://prntscr.com/jft7br in terminal Request failed with status code 401 - http://prntscr.com/jft6hj
Reproducible Demo
https://snack.expo.io/H1kj9Tx0z - is the simple app, i can`t create from my PC
P.S sorry for my English
Issue Analytics
- State:
- Created 5 years ago
- Comments:10 (4 by maintainers)
I did not delete the account and it worked anyway for me. As @perryutkonos mentioned, and as you might already have realized, the problem was probably about capital letters in an account name. When I had the bug I saw the two capital letters in my account after my login from CLI, now I don’t see capital letters anymore and the build process works fine.
Thank you 😃
In my case,
exp logout
andexp login
, don’t work. But i delete account and recreate him and… its helped me. Old account name contained capital letters, now only lowercase letters (NikitinDev -> nikitindev). Maybe has bug for capital letters in account name?