raycast / extensions

Everything you need to extend Raycast.
https://developers.raycast.com
MIT License
5.08k stars 2.81k forks source link

[iMessage 2FA] ... #9570

Open msneves13 opened 7 months ago

msneves13 commented 7 months ago

Extension

https://www.raycast.com/yuercl/imessage-2fa

Description

when I receive the code, the extension takes a long time to display the code.

Steps To Reproduce

1 - send a sms code to your phone 2 - check on your phone that you received the code 3 - open the extension

Current Behaviour

does not display the code when received

Expected Behaviour

display the code instantly or a few seconds after receiving it

raycastbot commented 7 months ago

Thank you for opening this issue!

🔔 @yuercl @thomaspaulmann @arronhunt @ronaldheft @navtoj you might want to have a look.

💡 Author and Contributors commands The author and contributors of `yuercl/imessage-2fa` can trigger bot actions by commenting: - `@raycastbot close this issue` Closes the issue. - `@raycastbot rename this issue to "Awesome new title"` Renames the issue. - `@raycastbot reopen this issue` Reopen the issue.
bcometa commented 7 months ago

I'm having the same issue. Maybe related to Sonoma? I'm on 14.1.2 (23B92).

samdenty commented 7 months ago

same issue not working

yuercl commented 7 months ago

It's depending on how fast iCloud synchronizes iMessage, 2FA can only read the content after iMessage synced. Hope to help.

raycastbot commented 5 months ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

ariktatishev commented 5 months ago

Same issue here

garyhtou commented 5 months ago

This seems to have been resolved for me! I'm not sure what fixed it

yuercl commented 5 months ago

Same issue here

This is a phenomenon https://github.com/raycast/extensions/issues/10113#issuecomment-1928511204. And do you think it is caused by iMessage synchronization? @ariktatishev

raycastbot commented 3 months ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

navtoj commented 3 months ago

Based on @ariktatishev's post in https://github.com/raycast/extensions/issues/10113#issuecomment-1928511204

@yuercl The database is being checked every second so if the message is showing in the Messages.app but not in the extension then maybe it's an issue with the sql query not filtering the message.

https://github.com/raycast/extensions/blob/e815950fc123da16c68757d5b3686dd2456075be/extensions/imessage-2fa/src/index.tsx#L8

Maybe a field that the sql query is filtering by is being updated some time after the message is created in the database?

https://github.com/raycast/extensions/blob/e815950fc123da16c68757d5b3686dd2456075be/extensions/imessage-2fa/src/messages.ts#L59

bcometa commented 3 months ago

FYI: 2FA is working perfectly for me now (I use it daily).

raycastbot commented 1 month ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊

samdenty commented 1 month ago

I had to follow https://discussions.apple.com/thread/252335837?sortBy=best

raycastbot commented 6 days ago

This issue has been automatically marked as stale because it did not have any recent activity.

It will be closed if no further activity occurs in the next 10 days to keep our backlog clean 😊