vitorpamplona / amethyst

Nostr client for Android
MIT License
1.16k stars 157 forks source link

[BUG] Notifications don't seem to be working. #688

Closed w3irdrobot closed 11 months ago

w3irdrobot commented 11 months ago

Describe the bug

FOSS push notifications were added in v0.80.1. I setup the notifications with the ntfy app on my phone. It seemed to work once or twice. However, it hasn't worked since. Since that first time, I have changed OS's, reinstalled the app multiple times, and deleted the subscription in ntfy and recreated it. Notifications just don't come up anymore.

To Reproduce

Steps to reproduce the behavior:

  1. Get a notification
  2. See the dot in the app that shows you have a notification.
  3. Realize you never got a push notification.

Expected behavior

After installing the app and setting up the ntfy subscription, I expect that I would receive push notifications at some point letting me know I have notifications in the app.

Device (please complete the following information):

Some logs from the ntfy app. I copied these after I saw I had a new notification in the app but had not gotten a push notification.

This is a log of the ntfy Android app. The log shows up to 1,000 entries.
Server URLs (aside from ntfy.sh) and topics have been replaced with fruits 🍌🥝🍋🥥🥑🍊🍎🍑.

Device info:
--
ntfy: 1.16.0 (fdroid)
OS: 5.10.199-android13-4-g51eac038280b
Android: 14 (SDK 34)
Model: panther
Product: panther

--
Settings:                    
{
  "autoDeleteSeconds": 2592000,
  "autoDownloadMaxSize": 1048576,
  "broadcastEnabled": true,
  "connectionProtocol": "jsonhttp",
  "darkMode": -1,
  "defaultBaseUrl": "",
  "lastSharedTopics": [],
  "minPriority": 1,
  "mutedUntil": 0,
  "recordLogs": true
}

Logs
--

1699823507421 2023-11-12 16:11:47.421 D NtfyLog Log was truncated
1699823513982 2023-11-12 16:11:53.982 D NtfyUpBroadcastRecv REGISTER received for app com.vitorpamplona.amethyst (connectorToken=53ddfd5c-7765-48b0-9568-dd28f64e38fa)
1699823513983 2023-11-12 16:11:53.983 D NtfyUpBroadcastRecv REGISTER received for app com.vitorpamplona.amethyst (connectorToken=53ddfd5c-7765-48b0-9568-dd28f64e38fa)
1699823513991 2023-11-12 16:11:53.991 D NtfyUpBroadcastRecv Adding subscription with for app com.vitorpamplona.amethyst (connectorToken 53ddfd5c-7765-48b0-9568-dd28f64e38fa): Subscription(id=33494341, baseUrl=https://ntfy.sh, topic=kiwi, instant=true, mutedUntil=0, minPriority=0, autoDelete=-1, insistent=-1, lastNotificationId=null, icon=null, upAppId=com.vitorpamplona.amethyst, upConnectorToken=53ddfd5c-7765-48b0-9568-dd28f64e38fa, displayName=null, dedicatedChannels=false, totalCount=0, newCount=0, lastActive=1699823513, state=NOT_APPLICABLE)
1699823513995 2023-11-12 16:11:53.995 D NtfyUpDistributor Sending NEW_ENDPOINT to com.vitorpamplona.amethyst (token=53ddfd5c-7765-48b0-9568-dd28f64e38fa): https://ntfy.sh/kiwi?up=1
1699823513998 2023-11-12 16:11:53.998 D NtfySubscriberMgr Enqueuing work to refresh subscriber service
1699823514002 2023-11-12 16:11:54.002 D NtfyUpBroadcastRecv Subscription with connectorToken 53ddfd5c-7765-48b0-9568-dd28f64e38fa exists. Sending endpoint https://ntfy.sh/kiwi?up=1.
1699823514002 2023-11-12 16:11:54.002 D NtfyUpDistributor Sending NEW_ENDPOINT to com.vitorpamplona.amethyst (token=53ddfd5c-7765-48b0-9568-dd28f64e38fa): https://ntfy.sh/kiwi?up=1
1699823514035 2023-11-12 16:11:54.035 D NtfySubscriberMgr ServiceStartWorker: Starting foreground service with action START (work ID: 1fe426c2-7272-4e0e-8f45-4ba03028fb5e)
1699823514043 2023-11-12 16:11:54.043 D NtfySubscriberService Subscriber service has been created
1699823514049 2023-11-12 16:11:54.049 D NtfySubscriberService onStartCommand executed with startId: 1
1699823514049 2023-11-12 16:11:54.049 D NtfySubscriberService using an intent with action START
1699823514050 2023-11-12 16:11:54.050 D NtfySubscriberService Starting the foreground service task
1699823514051 2023-11-12 16:11:54.051 D NtfySubscriberService Refreshing subscriptions
1699823514051 2023-11-12 16:11:54.051 D NtfySubscriberService - Desired connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699823514051 2023-11-12 16:11:54.051 D NtfySubscriberService - Active connections: []
1699823514051 2023-11-12 16:11:54.051 D NtfySubscriberService - New connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699823514051 2023-11-12 16:11:54.051 D NtfySubscriberService - Match? --> false
1699823514051 2023-11-12 16:11:54.051 D NtfySubscriberService - Obsolete connections: []
1699823514054 2023-11-12 16:11:54.054 D NtfySubscriberConn [https://ntfy.sh/kiwi] Starting connection for subscriptions: {kiwi=33494341}
1699823514054 2023-11-12 16:11:54.054 D NtfySubscriberConn [https://ntfy.sh/kiwi] (Re-)starting connection for subscriptions: {kiwi=33494341}
1699823514054 2023-11-12 16:11:54.054 D NtfyApiService Opening subscription connection to https://ntfy.sh/kiwi/json?since=none
1699823514055 2023-11-12 16:11:54.055 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699823544055 2023-11-12 16:12:24.055 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699823786403 2023-11-12 16:16:26.403 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699823816406 2023-11-12 16:16:56.406 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699823846409 2023-11-12 16:17:26.409 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699823876415 2023-11-12 16:17:56.415 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699823906419 2023-11-12 16:18:26.419 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699824151297 2023-11-12 16:22:31.297 D NtfyPollWorker Polling for new notifications
1699824151300 2023-11-12 16:22:31.300 D NtfyApiService Polling topic https://ntfy.sh/kiwi/json?poll=1&since=all
1699824152201 2023-11-12 16:22:32.201 D NtfyPollWorker Finished polling for new notifications
1699824161245 2023-11-12 16:22:41.245 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699824516631 2023-11-12 16:28:36.631 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699824899469 2023-11-12 16:34:59.469 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699825721128 2023-11-12 16:48:41.128 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699826035601 2023-11-12 16:53:55.601 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699826977883 2023-11-12 17:09:37.883 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699827267799 2023-11-12 17:14:27.799 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699827297804 2023-11-12 17:14:57.804 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699827380526 2023-11-12 17:16:20.526 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699828375396 2023-11-12 17:32:55.396 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699829088087 2023-11-12 17:44:48.087 E NtfyApiService Connection to https://ntfy.sh/kiwi/json?since=none failed (1): Software caused connection abort
Exception:
java.net.SocketException: Software caused connection abort
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.socketRead(SocketInputStream.java:118)
    at java.net.SocketInputStream.read(SocketInputStream.java:173)
    at java.net.SocketInputStream.read(SocketInputStream.java:143)
    at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.readFromSocket(ConscryptEngineSocket.java:983)
    at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.processDataFromSocket(ConscryptEngineSocket.java:947)
    at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.readUntilDataAvailable(ConscryptEngineSocket.java:862)
    at com.android.org.conscrypt.ConscryptEngineSocket$SSLInputStream.read(ConscryptEngineSocket.java:835)
    at okio.InputStreamSource.read(JvmOkio.kt:94)
    at okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
    at okio.RealBufferedSource.request(RealBufferedSource.kt:60)
    at okio.RealBufferedSource.require(RealBufferedSource.kt:53)
    at okhttp3.internal.http2.Http2Reader.nextFrame(Http2Reader.kt:89)
    at okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:618)
    at okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:609)
    at okhttp3.internal.concurrent.TaskQueue$execute$1.runOnce(TaskQueue.kt:98)
    at okhttp3.internal.concurrent.TaskRunner.runTask(TaskRunner.kt:116)
    at okhttp3.internal.concurrent.TaskRunner.access$runTask(TaskRunner.kt:42)
    at okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:65)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:644)
    at java.lang.Thread.run(Thread.java:1012)

1699829092669 2023-11-12 17:44:52.669 D NtfyPollWorker Polling for new notifications
1699829092672 2023-11-12 17:44:52.672 D NtfyApiService Polling topic https://ntfy.sh/kiwi/json?poll=1&since=all
1699829093503 2023-11-12 17:44:53.503 D NtfyPollWorker Finished polling for new notifications
1699829122228 2023-11-12 17:45:22.228 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection failed, retrying connection in 5s ...
1699829146277 2023-11-12 17:45:46.277 D NtfySubscriberConn [https://ntfy.sh/kiwi] (Re-)starting connection for subscriptions: {kiwi=33494341}
1699829146277 2023-11-12 17:45:46.277 D NtfyApiService Opening subscription connection to https://ntfy.sh/kiwi/json?since=none
1699829146280 2023-11-12 17:45:46.280 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699829732323 2023-11-12 17:55:32.323 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699830812166 2023-11-12 18:13:32.166 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699830933233 2023-11-12 18:15:33.233 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831143748 2023-11-12 18:19:03.748 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831173752 2023-11-12 18:19:33.752 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831203755 2023-11-12 18:20:03.755 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831212144 2023-11-12 18:20:12.144 D NtfySubscriberService onStartCommand executed with startId: 2
1699831212144 2023-11-12 18:20:12.144 D NtfySubscriberService using an intent with action null
1699831212144 2023-11-12 18:20:12.144 W NtfySubscriberService This should never happen. No action in the received intent
1699831233756 2023-11-12 18:20:33.756 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831263758 2023-11-12 18:21:03.758 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831293759 2023-11-12 18:21:33.759 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831323760 2023-11-12 18:22:03.760 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831353760 2023-11-12 18:22:33.760 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831383762 2023-11-12 18:23:03.762 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831471785 2023-11-12 18:24:31.785 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699831621895 2023-11-12 18:27:01.895 D NtfySubscriberMgr ServiceStartWorker: Starting foreground service with action START (work ID: 1bef1e50-8aeb-4919-8861-02bc3b16934b)
1699831621900 2023-11-12 18:27:01.900 D NtfySubscriberService onStartCommand executed with startId: 3
1699831621900 2023-11-12 18:27:01.900 D NtfySubscriberService using an intent with action START
1699831621904 2023-11-12 18:27:01.904 D NtfySubscriberService Refreshing subscriptions
1699831621904 2023-11-12 18:27:01.904 D NtfySubscriberService - Active connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699831621904 2023-11-12 18:27:01.904 D NtfySubscriberService - New connections: []
1699831621904 2023-11-12 18:27:01.904 D NtfySubscriberService - Desired connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699831621905 2023-11-12 18:27:01.905 D NtfySubscriberService - Obsolete connections: []
1699831621905 2023-11-12 18:27:01.905 D NtfySubscriberService - Match? --> true
1699831621906 2023-11-12 18:27:01.906 D NtfySubscriberService - No action required.
1699831824597 2023-11-12 18:30:24.597 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699832121373 2023-11-12 18:35:21.373 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699832418416 2023-11-12 18:40:18.416 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699832671866 2023-11-12 18:44:31.866 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699832791263 2023-11-12 18:46:31.263 D NtfyPollWorker Polling for new notifications
1699832791265 2023-11-12 18:46:31.265 D NtfyApiService Polling topic https://ntfy.sh/kiwi/json?poll=1&since=all
1699832793479 2023-11-12 18:46:33.479 D NtfyPollWorker Finished polling for new notifications
1699832812890 2023-11-12 18:46:52.890 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699832842894 2023-11-12 18:47:22.894 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833062327 2023-11-12 18:51:02.327 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833387356 2023-11-12 18:56:27.356 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833639567 2023-11-12 19:00:39.567 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833868248 2023-11-12 19:04:28.248 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833898249 2023-11-12 19:04:58.249 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833928791 2023-11-12 19:05:28.791 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833967543 2023-11-12 19:06:07.543 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699833997546 2023-11-12 19:06:37.546 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834027551 2023-11-12 19:07:07.551 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834057555 2023-11-12 19:07:37.555 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834087560 2023-11-12 19:08:07.560 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834117561 2023-11-12 19:08:37.561 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834145813 2023-11-12 19:09:05.813 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834190282 2023-11-12 19:09:50.282 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834254451 2023-11-12 19:10:54.451 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834284453 2023-11-12 19:11:24.453 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834314457 2023-11-12 19:11:54.457 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834344463 2023-11-12 19:12:24.463 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834374468 2023-11-12 19:12:54.468 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834428563 2023-11-12 19:13:48.563 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834600363 2023-11-12 19:16:40.363 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834798107 2023-11-12 19:19:58.107 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699834829985 2023-11-12 19:20:29.985 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699835009915 2023-11-12 19:23:29.915 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699835248248 2023-11-12 19:27:28.248 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699835565444 2023-11-12 19:32:45.444 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699835801922 2023-11-12 19:36:41.922 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699835885641 2023-11-12 19:38:05.641 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699836000610 2023-11-12 19:40:00.610 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699836170737 2023-11-12 19:42:50.737 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699836360885 2023-11-12 19:46:00.885 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699836521058 2023-11-12 19:48:41.058 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699836691396 2023-11-12 19:51:31.396 D NtfyPollWorker Polling for new notifications
1699836691415 2023-11-12 19:51:31.415 D NtfyApiService Polling topic https://ntfy.sh/kiwi/json?poll=1&since=all
1699836693153 2023-11-12 19:51:33.153 D NtfyPollWorker Finished polling for new notifications
1699836940581 2023-11-12 19:55:40.581 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699837226158 2023-11-12 20:00:26.158 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699837415608 2023-11-12 20:03:35.608 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699837764083 2023-11-12 20:09:24.083 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699838191255 2023-11-12 20:16:31.255 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699838556376 2023-11-12 20:22:36.376 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699838644432 2023-11-12 20:24:04.432 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699839001013 2023-11-12 20:30:01.013 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699839395962 2023-11-12 20:36:35.962 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699839680613 2023-11-12 20:41:20.613 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699840051592 2023-11-12 20:47:31.592 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699840421532 2023-11-12 20:53:41.532 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699840821473 2023-11-12 21:00:21.473 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699841281333 2023-11-12 21:08:01.333 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699841741244 2023-11-12 21:15:41.244 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842165358 2023-11-12 21:22:45.358 D NtfyPollWorker Polling for new notifications
1699842165362 2023-11-12 21:22:45.362 D NtfyApiService Polling topic https://ntfy.sh/kiwi/json?poll=1&since=all
1699842166107 2023-11-12 21:22:46.107 D NtfyPollWorker Finished polling for new notifications
1699842166957 2023-11-12 21:22:46.957 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842211546 2023-11-12 21:23:31.546 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842581401 2023-11-12 21:29:41.401 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842587888 2023-11-12 21:29:47.888 D NtfySubscriberMgr ServiceStartWorker: Starting foreground service with action START (work ID: 1bef1e50-8aeb-4919-8861-02bc3b16934b)
1699842587891 2023-11-12 21:29:47.891 D NtfySubscriberService onStartCommand executed with startId: 4
1699842587891 2023-11-12 21:29:47.891 D NtfySubscriberService using an intent with action START
1699842587893 2023-11-12 21:29:47.893 D NtfySubscriberService - Desired connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699842587893 2023-11-12 21:29:47.893 D NtfySubscriberService Refreshing subscriptions
1699842587894 2023-11-12 21:29:47.894 D NtfySubscriberService - Active connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699842587894 2023-11-12 21:29:47.894 D NtfySubscriberService - New connections: []
1699842587894 2023-11-12 21:29:47.894 D NtfySubscriberService - Obsolete connections: []
1699842587894 2023-11-12 21:29:47.894 D NtfySubscriberService - Match? --> true
1699842587895 2023-11-12 21:29:47.895 D NtfySubscriberService - No action required.
1699842615983 2023-11-12 21:30:15.983 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842645984 2023-11-12 21:30:45.984 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842675992 2023-11-12 21:31:15.992 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842705992 2023-11-12 21:31:45.992 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699842791213 2023-11-12 21:33:11.213 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699843163808 2023-11-12 21:39:23.808 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699843427098 2023-11-12 21:43:47.098 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699843861518 2023-11-12 21:51:01.518 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699844058831 2023-11-12 21:54:18.831 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699844170873 2023-11-12 21:56:10.873 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699844471322 2023-11-12 22:01:11.322 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699844950994 2023-11-12 22:09:10.994 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699845253602 2023-11-12 22:14:13.602 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699845491039 2023-11-12 22:18:11.039 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699845971744 2023-11-12 22:26:11.744 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699846441335 2023-11-12 22:34:01.335 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699846445497 2023-11-12 22:34:05.497 D NtfyPollWorker Polling for new notifications
1699846445500 2023-11-12 22:34:05.500 D NtfyApiService Polling topic https://ntfy.sh/kiwi/json?poll=1&since=all
1699846446173 2023-11-12 22:34:06.173 D NtfyPollWorker Finished polling for new notifications
1699846491612 2023-11-12 22:34:51.612 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699846865480 2023-11-12 22:41:05.480 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699847311230 2023-11-12 22:48:31.230 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699847821819 2023-11-12 22:57:01.819 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699848281695 2023-11-12 23:04:41.695 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699848669395 2023-11-12 23:11:09.395 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699848995808 2023-11-12 23:16:35.808 D NtfyDeleteWorker Deleting icons for deleted notifications
1699848995809 2023-11-12 23:16:35.809 D NtfyDeleteWorker Deleting attachments for deleted notifications
1699848995811 2023-11-12 23:16:35.811 D NtfyDeleteWorker Deleting expired notifications
1699848995817 2023-11-12 23:16:35.817 D NtfyDeleteWorker [ntfy.sh/kiwi] Marking notifications older than 1697256995 as deleted
1699848995818 2023-11-12 23:16:35.818 D NtfyDeleteWorker [ntfy.sh/kiwi] Hard deleting notifications older than 1697256995
1699848995844 2023-11-12 23:16:35.844 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849051227 2023-11-12 23:17:31.227 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849081228 2023-11-12 23:18:01.228 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849111230 2023-11-12 23:18:31.230 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849141232 2023-11-12 23:19:01.232 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849171233 2023-11-12 23:19:31.233 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849201234 2023-11-12 23:20:01.234 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849231236 2023-11-12 23:20:31.236 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849261238 2023-11-12 23:21:01.238 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849291239 2023-11-12 23:21:31.239 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849321240 2023-11-12 23:22:01.240 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849351242 2023-11-12 23:22:31.242 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849381254 2023-11-12 23:23:01.254 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849411255 2023-11-12 23:23:31.255 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849441255 2023-11-12 23:24:01.255 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849471258 2023-11-12 23:24:31.258 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849501261 2023-11-12 23:25:01.261 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849531263 2023-11-12 23:25:31.263 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849561266 2023-11-12 23:26:01.266 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849591266 2023-11-12 23:26:31.266 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849621268 2023-11-12 23:27:01.268 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849651269 2023-11-12 23:27:31.269 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849681271 2023-11-12 23:28:01.271 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849711274 2023-11-12 23:28:31.274 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849741275 2023-11-12 23:29:01.275 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849771276 2023-11-12 23:29:31.276 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849801277 2023-11-12 23:30:01.277 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849831282 2023-11-12 23:30:31.282 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849861285 2023-11-12 23:31:01.285 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849891287 2023-11-12 23:31:31.287 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849921288 2023-11-12 23:32:01.288 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849951293 2023-11-12 23:32:31.293 D NtfySubscriberConn [https://ntfy.sh/kiwi] Connection is active (failed=false, callCanceled=false, jobActive=true, serviceStarted=true
1699849971699 2023-11-12 23:32:51.699 D NtfyMainActivity Create io.heckel.ntfy.ui.MainActivity@2033ded
1699849971707 2023-11-12 23:32:51.707 D NtfyMainActivity Poll worker version matches: choosing KEEP as existing work policy
1699849971707 2023-11-12 23:32:51.707 D NtfyMainActivity Poll worker: Scheduling period work every 60 minutes
1699849971707 2023-11-12 23:32:51.707 D NtfyMainActivity ServiceStartWorker version matches: choosing KEEP as existing work policy
1699849971707 2023-11-12 23:32:51.707 D NtfyMainActivity ServiceStartWorker: Scheduling period work every 180 minutes
1699849971707 2023-11-12 23:32:51.707 D NtfyMainActivity Delete worker version matches: choosing KEEP as existing work policy
1699849971707 2023-11-12 23:32:51.707 D NtfyMainActivity Delete worker: Scheduling period work every 480 minutes
1699849971711 2023-11-12 23:32:51.711 D NtfyMainActivity Battery: ignoring optimizations = true (we want this to be true); instant subscriptions = false; remind time reached = true; banner = false
1699849971721 2023-11-12 23:32:51.721 D NtfySubscriberMgr Enqueuing work to refresh subscriber service
1699849971725 2023-11-12 23:32:51.725 D NtfyMainActivity Battery: ignoring optimizations = true (we want this to be true); instant subscriptions = true; remind time reached = true; banner = false
1699849971750 2023-11-12 23:32:51.750 D NtfyMainActivity Checking global and subscription-specific 'muted until' timestamp
1699849971772 2023-11-12 23:32:51.772 D NtfySubscriberMgr ServiceStartWorker: Starting foreground service with action START (work ID: 5b1c7f2f-6be1-49c2-8dc6-87cdccab1ab5)
1699849971781 2023-11-12 23:32:51.781 D NtfySubscriberService onStartCommand executed with startId: 5
1699849971781 2023-11-12 23:32:51.781 D NtfySubscriberService using an intent with action START
1699849971783 2023-11-12 23:32:51.783 D NtfySubscriberService Refreshing subscriptions
1699849971783 2023-11-12 23:32:51.783 D NtfySubscriberService - Desired connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699849971784 2023-11-12 23:32:51.784 D NtfySubscriberService - Active connections: [ConnectionId(baseUrl=https://ntfy.sh, topicsToSubscriptionIds={kiwi=33494341})]
1699849971784 2023-11-12 23:32:51.784 D NtfySubscriberService - New connections: []
1699849971784 2023-11-12 23:32:51.784 D NtfySubscriberService - Obsolete connections: []
1699849971792 2023-11-12 23:32:51.792 D NtfySubscriberService - Match? --> true
1699849971792 2023-11-12 23:32:51.792 D NtfySubscriberService - No action required.
1699849974966 2023-11-12 23:32:54.966 D NtfySettingsActivity Create io.heckel.ntfy.ui.SettingsActivity@e595739
KotlinGeekDev commented 11 months ago

Pleae @w3irdrobot are you testing the ntfy topic URL manually? Or are you sending/receiving DMs?

w3irdrobot commented 11 months ago

@KotlinGeekDev I have only been using the app to test it. I sent my self a few dms from new accounts. I also observed what happened (or, in this case, didn't happen) when I received notifications in the app.

KotlinGeekDev commented 11 months ago

@KotlinGeekDev I have only been using the app to test it. I sent my self a few dms from new accounts. I also observed what happened (or, in this case, didn't happen) when I received notifications in the app.

@w3irdrobot For new accounts, yes, it doesn't work immediately, because there needs to be a common relay set between you and the 'new user'. Also, it seems not to work immediately when someone messages you for the first time. Some work needs to be done in that aspect.

KotlinGeekDev commented 11 months ago

You should try messaging someone with whom you discuss frequently. If there's still an issue, we'll try to find out the root cause. (I have been getting a lot of positive feedback, so let's hope the above strategies work. :+1: )

w3irdrobot commented 11 months ago

@KotlinGeekDev does the notification feature only work with DMs or should it also work with other notifications in the app as well (reply to note, note zapped, etc)?

KotlinGeekDev commented 11 months ago

@w3irdrobot it works with DMs and zaps only.

w3irdrobot commented 11 months ago

@KotlinGeekDev ooooooooo i was not aware of this. gotcha. well i can confirm the DM i got earlier today from someone i had already been communicating with and the zap or two i got today have not resulted in a push notification.

i'm totally open that i'm just doing something wrong or maybe something is turned off on my phone that prevents it from working correctly. i can try sending myself a push notification via the subscription and see if i can get it on my phone and start debugging from there. i will report back.

w3irdrobot commented 11 months ago

in an effort to get this figured out, here is the subscription url i'm using, the curl command i'm using to test it, and more info. perhaps something will stick out to those more intelligent than myself.

subscription topic: ntfy.sh/upJTmw0kP0e9Ys curl command for testing: curl -d 'how is your trade going?' ntfy.sh/upJTmw0kP0e9Ys

i have all the settings in ntfy set that i can see to make sure the app doesn't pause in the background or anything. i can also see the icon and notification saying that the app is listening for subscriptions. in the nfty app, i have the connection protocol set to websockets. the default was json stream over http.

also it may be relevant that i'm using graphene, which may have another setting somewhere that needs to be turned on to allow background apps like this. though i'm pretty sure i already have all the things turned on that i would need to have turned on.

hopefully someone will know what i'm doing wrong.

KotlinGeekDev commented 11 months ago

in an effort to get this figured out, here is the subscription url i'm using, the curl command i'm using to test it, and more info. perhaps something will stick out to those more intelligent than myself.

subscription topic: ntfy.sh/upJTmw0kP0e9Ys curl command for testing: curl -d 'how is your trade going?' ntfy.sh/upJTmw0kP0e9Ys

i have all the settings in ntfy set that i can see to make sure the app doesn't pause in the background or anything. i can also see the icon and notification saying that the app is listening for subscriptions. in the nfty app, i have the connection protocol set to websockets. the default was json stream over http.

also it may be relevant that i'm using graphene, which may have another setting somewhere that needs to be turned on to allow background apps like this. though i'm pretty sure i already have all the things turned on that i would need to have turned on.

hopefully someone will know what i'm doing wrong.

@w3irdrobot please try changing the connection protocol back to Json over HTTP. And enable 'broadcast messages' if it is off, and try again.

w3irdrobot commented 11 months ago

@KotlinGeekDev that's still not working. however I'm also having issues receiving notifications from k9 mail where it's configured to get push notifications but I'm not getting them. so this seems like it may be an issue with configuration on my phone. so I'll go ahead and close it and try to figure it out from the angle.

KotlinGeekDev commented 11 months ago

@KotlinGeekDev that's still not working. however I'm also having issues receiving notifications from k9 mail where it's configured to get push notifications but I'm not getting them. so this seems like it may be an issue with configuration on my phone. so I'll go ahead and close it and try to figure it out from the angle.

I see. Hope you get it figured out. :+1: