modernben / iptracker

Desktop tool to keep track of your IP address and update you when it changes
MIT License
52 stars 6 forks source link

App doesn't show up in the menu #4

Closed saeedvaziry closed 1 year ago

saeedvaziry commented 1 year ago

Trying to run it locally but the app doesn't show up in the menu

start electron app...

API server started on port 4000

Starting PHP server... /Users/saeed.vaziry/Fun/iptracker/vendor/nativephp/electron/resources/js/resources/php/php artisan serve /Users/saeed.vaziry/Fun/iptracker

Making sure app folders are available

Skipping Database migration while in development.

You may migrate manually by running: php artisan native:migrate

PHP Server started on port:  8100

Skip checkForUpdates because application is not packed and dev update config is not forced

checkForUpdatesAndNotify called, downloadPromise is null
modernben commented 1 year ago

Do you have a v6 ip address? If not it could be a result of #2 . A new release should be out shortly.

modernben commented 1 year ago

See if the latest release fixes it for you. https://github.com/modernben/iptracker/releases/

saeedvaziry commented 1 year ago

It was the ipv6 case

modernben commented 1 year ago

Awesome. Thanks for the contribution!