Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uncaught Error: Packager is not running at http://192.168.0.100.19001

I ran an app in a normal way in React-Native (EXPO):

  • expo init Myproject
  • cd Myproject
  • start of wire

However, next to running the app, the following message appears:

_ Something went wrong. (I.e. _ ** The marshaler is not running at http: //192.168.100.19001**_

What do I do?

like image 982
Victor Lima Avatar asked Dec 21 '18 02:12

Victor Lima


4 Answers

I found that this error message could arise for a very simple reason, make sure your smartphone running Expo is connected to the same subnetwork as your computer on which your dev server is running.

like image 105
Akash Elhance Avatar answered Oct 13 '22 10:10

Akash Elhance


After 5 hours of serious debugging, this article helped me. Packager is not running at expo.

Restart all the devices.

That includes: Your computer, phone, router.

like image 29
Ahmed Ali Ghauri Avatar answered Oct 13 '22 12:10

Ahmed Ali Ghauri


To resolve this issue of Packager is not running at http://192.168.0.100.19001 ensure the computer and phone are on the same network.

like image 4
africpoet Avatar answered Oct 13 '22 12:10

africpoet


I faced same issue and tried so many refresh and resstart. and I observed my pc had switched networks and was on a different network. Switching to be on the same network as my phone resolved the issue.

like image 1
perumalsamy Avatar answered Oct 13 '22 10:10

perumalsamy