You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: this happens only when export PEBBLE_PHONE="192.168.0.12" is in my .bash_profile, when I just run PEBBLE_PHONE="192.168.0.12" in my bash shell, pebble-tool works ok.
Is it possible that pebble-tool spawns a new environment when running the emulator and then prefers it to the command line parameter?
tkafka
changed the title
When PEBBLE_PHONE env. var is set, pebble install --emulator basalt still connects to PEBBLE_PHONE ip address
When PEBBLE_PHONE env. var is set in .bash_profile, pebble install --emulator basalt still connects to PEBBLE_PHONE ip address
Sep 5, 2016
This isn't an environment issue; a connection handling refactor inadvertently changed how options are prioritised such that the phone environment variable beats the emulator option.
All subprocesses ignore environment variables, and so would not be affected by the state of the environment.
See https://forums.pebble.com/t/since-sdk4-0-i-cant-run-emulator-again-once-it-has-quit/23792/2
$ cat ~/.bash_profile
$ pebble logs --emulator aplite
This is a regression from 3.x where the same setup worked fine for me.
Two evenings of my life gone :(.
The text was updated successfully, but these errors were encountered: