hello there, I tried a couple of times to run this project, this is result of last ‘npm start’ in terminal
21 DONE 0.0s
$ docker compose up
Container http_server Created
Container android Created
Container proxy Created
Attaching to android, http_server, proxy
proxy | usermod: no changes
android | INFO | Android emulator version 32.1.12.0 (build_id 9751036) (CL:N/A)
android | INFO | Found systemPath /opt/android-sdk-linux/system-images/android-33/google_apis/x86_64/
android | WARNING | System image is writable
android |
android | up to date, audited 2 packages in 691ms
android |
android | found 0 vulnerabilities
android | * daemon not running; starting now at tcp:5037
android | * daemon started successfully
http_server |
http_server | up to date, audited 63 packages in 814ms
http_server |
http_server | 9 packages are looking for funding
http_server | run `npm fund` for details
http_server |
http_server | found 0 vulnerabilities
http_server |
http_server | > build
http_server | > esbuild --sourcemap --bundle src/trafficLog.jsx --outfile=dist/trafficLog.js --jsx-factory=h --jsx-fragment=Fragment
http_server |
http_server |
http_server | dist/trafficLog.js 16.4kb
http_server | dist/trafficLog.js.map 81.7kb
http_server |
http_server | ⚡ Done in 12ms
android | ERROR | Running multiple emulators with the same AVD
android | ERROR | is an experimental feature.
android | ERROR | Please use -read-only flag to enable this feature.
android | INFO | Crashreporting disabled, not reporting crashes.
android | INFO | Duplicate loglines will be removed, if you wish to see each indiviudal line launch with the -log-nofilter flag.
the browser shows an error, it looks like a problem with proxy
The connection was reset
The connection to the server was reset while the page was loading.
The site could be temporarily unavailable or too busy. Try again in a few moments.
If you are unable to load any pages, check your computer’s network connection.
If your computer or network is protected by a firewall or proxy, make sure that Firefox is permitted to access the web.
docker seems working
previously there were some errors during installation, and linux was crashing.