Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method not found on login #2695

Open
tylerweitzman opened this issue Mar 10, 2024 · 0 comments
Open

Method not found on login #2695

tylerweitzman opened this issue Mar 10, 2024 · 0 comments

Comments

@tylerweitzman
Copy link

tylerweitzman commented Mar 10, 2024

Hi all, I am getting the error NoSuchMethodError: method not found: 'j' Receiver: Instance of 'minified:vg' Arguments: ["data"]

I am using cloudflare for tunneling, Mac Sonoma for the server, bluebubbles.app/web and I am generally seeing no HTTP errors on the Mac server's Debug & Logs section, but the terminal does have [1] [2024-03-10 15:22:13.920] [debug] Failed to deserialize archive: Invalid binary plist. Expected 'bplist' at offset 0. which may or may not be relevant.

Here is the full console log 

[BlueBubblesApp][2024-03-10 15:22:14.692][DEBUG] Creating chat controller for iMessage;-;+1XXXXXXXXXX ()

...similar entries saying Creating chat controller...

main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:14.704][INFO] (REQUEST[POST]) -> PATH: XXXXXXXXXXX
        
        
        Failed to load resource: net::ERR_NETWORK_CHANGED
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (ERROR[null]) -> PATH: XXXXX
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (ERROR[null]) -> null
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (ERROR[null]) -> application/json
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (ERROR[null]) -> null
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (Fetch-Chat) -> Failed to fetch chat metadata! DioError [connection error]: The connection errored: The XMLHttpRequest onError callback was called. This typically indicates an error on the network layer.
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (SyncManager) -> Failed to sync chats! Error: NoSuchMethodError: method not found: 'j'
main.dart.js:56396 Receiver: Instance of 'minified:vg'
main.dart.js:56396 Arguments: ["data"]
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.543][ERROR] (SyncManager) -> NoSuchMethodError: method not found: 'j'
main.dart.js:56396 Receiver: Instance of 'minified:vg'
main.dart.js:56396 Arguments: ["data"]
main.dart.js:56396     at Object.e (https://bluebubbles.app/web/main.dart.js:3256:3)
main.dart.js:56396     at vg.G (https://bluebubbles.app/web/main.dart.js:73446:16)
main.dart.js:56396     at vg.j (https://bluebubbles.app/web/main.dart.js:73816:20)
main.dart.js:56396     at Object.E (https://bluebubbles.app/web/main.dart.js:60492:16)
main.dart.js:56396     at https://bluebubbles.app/web/main.dart.js:109666:14
main.dart.js:56396     at cks.a (https://bluebubbles.app/web/main.dart.js:4609:62)
main.dart.js:56396     at cks.$2 (https://bluebubbles.app/web/main.dart.js:69209:14)
main.dart.js:56396     at cit.$1 (https://bluebubbles.app/web/main.dart.js:69203:21)
main.dart.js:56396     at aKW.Pc (https://bluebubbles.app/web/main.dart.js:70677:33)
main.dart.js:56396     at bXK.$0 (https://bluebubbles.app/web/main.dart.js:69700:11)
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.545][ERROR] (SyncManager) -> Full Sync has errored! Elapsed Time: 32626 ms
main.dart.js:56396 [BlueBubblesApp][2024-03-10 15:22:16.545][ERROR] (SyncManager) -> Full Sync Error: NoSuchMethodError: method not found: 'j'
main.dart.js:56396 Receiver: Instance of 'minified:vg'
main.dart.js:56396 Arguments: ["data"]```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant