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 to LNURL onion host #383

Closed setpill closed 1 year ago

setpill commented 2 years ago

Description

I have a lnd backend only reachable through the local network. In order to use it I turned off routing all traffic through tor. When I try to open a LNURL link that is hosted via tor, it gives an error. The host is reachable through tor browser.

Expected Behavior

It connects to and fetches the LNURL details from the server over tor.

Actual Behavior

"[tor address].onion is not responding"

Possible Fix

Open .onion links through tor even if "route all traffic through tor" is not enabled.

Your Environment

michaelWuensch commented 2 years ago

Thanks for the issue.

This is quite complex to change though and it would make the user interface more complicated. I will think about it. But I think that is actually an edge case. Zap Android is there to enable you access to your node on the go, it doesn't make much sense to only use it at home except for testing.

michaelWuensch commented 1 year ago

Took a long time, but this should now be possible in v.0.5.9-beta!