Mac OSX sia app 1.2.2 not syncing on intial install
-
downloaded the app, moved Sia UI to Applications, launched it and created wallet. Issue being initial sync is not starting at all, wallet is open, I am running 1.2.2, mac version is 10.11.6 looking at ps I see it running on the correct port:
7615 /Applications/Sia-UI.app/Contents/Resources/app/Sia/siad --api-addr=127.0.0.1:9980 --host-addr=:9982 --rpc-addr=:9981 --sia-directory=/Users/$USERNAME/Library/Application Support/Sia-UI/sia --modules=cghrtw
what am I doing wrong here? app in wrong dir? network connection is fine also.
-
Solved this issue, from the terminal ran:
lsof
checked a few logs that siad was writing to
/Users/$USERNAME/Library/Application Support/Sia-UI/sia/gateway/gateway.log
saw this error message on the log:
'''
upnp.go:99: WARN: could not automatically forward port 9981: no UPnP-enabled devices found: no UPnP-enabled gateway found
'''
logged into router and enabled UPnP, and it now works, yay!TBH having these error messages surfaced to the UI would be incredibly helpful for troubleshooting for less technical users of this wallet.