LN-Zap / zap-android

Zap Wallet - Native android lightning wallet for node operators focused on user experience and ease of use ⚡️
MIT License
165 stars 49 forks source link

Cannot connect after upgrade to 0.5.0 #356

Closed mikkoc closed 3 years ago

mikkoc commented 3 years ago

Description

Cannot connect after upgrade to 0.5.0

Expected Behavior

Should be able to connect as normal.

Actual Behavior

The following error is shown:

The node is reachable but returns an internal error. This error might be caused by using a wrong port.

Possible Fix

Downgrade? Have not tried yet.

Steps to Reproduce

Upgrade to 0.5.0 and try to connect to the existing clearnet LND node. Please note I use wireguard to connect to my server privately, I do not use TOR.

Context

I'm unable to use ZAP at the moment.

Your Environment

michaelWuensch commented 3 years ago

@mikkoc Thanks for the issue report.

Have you tried to turn off Tor in the settings? Maybe this already fixes your issue. If that doesn't work downgrading should definetly work. You can download the older apks directly here from github in the release section.

I will have to look into wireguard (never used it so far) and see I can get it working.

Please let me know if switching off Tor in the settings works for you.

mikkoc commented 3 years ago

Ah, disabling Tor from the settings does solve the issue indeed, thanks!