-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Runtime Error / doesn't connect anymore #72
Comments
same here! |
same here, fails on different devices. |
yes, that's happening here as well |
Yeah, I guess its time to finish up the whatsmeow version, I didn't (and probably still won't for some time) find much time to complete that though. |
does anybody have a clue on where to start debugging? i can help to take a look |
For those that want to help fix this, check out the whatsmeow branch, it should work logging in and retrieving messages (when using multiclient). The main remaining thing is storing all needed info of a message (ID?) in the local DB so one can later recreate message objects in a form the whatsmeow library understands (e.g. to retrieve additional info like images, to quote etc.). |
@normen whatsmeow branch gives me this error when building with
|
Just use the makefile, something seems to be off there, I don't get this issue. Maybe run a |
like this?
I got the same error, maybe I'm missing some go dependencies...
|
Try pulling again, I pushed my local changes, its all WIP mind you! |
I might be doing something wrong because I got the same error, is |
|
@normen it was a version problem. I had installed 1.13, it was necessary 1.18 |
Is this issue closed or still open? I can't use the application either, I get the same message as the post lists, 1.11 is the latest release, but I see comments for 1.13 and 1.18. |
In my browser its still open. kurokirasama is talking about the golang version for compiling the WIP branch. |
Right, so what you are saying is one should start debugging on the whatsmeow branch and the releases are basically broken? |
Seems to depend on the region and settings if its still working. The whatsmeow branch needs to be finished, not debugged. |
im having the same problem |
I'm still having this issue |
No solution it seems |
Indeex
…On Sat, Aug 13, 2022, 15:18 icrescenti ***@***.***> wrote:
No solution it seems
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVEGAZMEBJT6PZMQSEMUZPLVY5D37ANCNFSM5TLMCO4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I had an older install of whatscli and a ubuntu PC, even that did not work, this means it is a change on whatsapp's end that denies our connection. I doubt we can go anywhere from here unless we can see what this one thing is. I might look at similar projects and see how we can employ some of the methodologies used in said other projects. Despite all that I repeat my point that we might not go anywhere from here. |
Again, the solution is the new whatsmeow library for which a branch of whatscli exists but isn't finished. |
Thanks, I'll check it out.
…On Tue, Aug 16, 2022, 18:06 Normen Hansen ***@***.***> wrote:
Again, the solution is the new whatsmeow library for which a branch of
whatscli exists but isn't finished.
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVEGAZKZNXU2SQ2YMPQVWA3VZNR3ZANCNFSM5TLMCO4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Still interested about this. |
Yes, I'm still interested.
…On Mon, Sep 26, 2022, 19:39 Michal Špano ***@***.***> wrote:
Still interested about this.
—
Reply to this email directly, view it on GitHub
<#72 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVEGAZOQD6UIJLIJ6QGJSO3WAGDOLANCNFSM5TLMCO4A>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@normen If my understanding is correct, the |
Actually the current version does work for some accounts in some countries, including mine. |
@normen That's interesting. I have a similar issue as OP without even getting to the point of registering the client. It throws an error right after start with the version that I installed using So, the error is
Maybe it was wrong to close #89? |
No, thats exactly the error everybody else is getting too. |
I'm getting same error on PopOS 22.04. Either compiling from source (git clone, make), or using executables from release assets (out of curiosity, I've tried each 0.X.0 release all the way back to 0.5.0, same error). Is there anything I can help to help debug this? I've got no experience with go, but I'd very much like a working whatsapp client in terminal.
|
Again: The crash is in the go-whatsapp library, so any changes in code would be in that library - if it was still maintained. Currently whatsmeow is the only go library known to work with the new whatsapp multiclient system and using it means a complete rewrite of this software except for the UI part. |
@normen: if you accept normen/homebrew-tap#1, users can help out with the testing (both of the whatsmeow branch and of the main branch whenever you start merging back). In the meantime, anyone who wishes to try out the whatsmeow branch can do so immediately by switching over to my fork of the tap and installing from there: $ brew remove whatscli
$ brew untap normen/tap
$ brew tap tripplilley/whatscli
$ brew install --HEAD whatscli-whatsmeow
$ whatsmeow Note that it is possible to install both I have successfully installed and tested basic device linking and message sending on my MBP: $ uname -a
Darwin gina-inviere.local 21.6.0 Darwin Kernel Version 21.6.0: Mon Dec 19 20:44:01 PST 2022; root:xnu-8020.240.18~2/RELEASE_X86_64 x86_64 i386 Darwin |
Go build shows no module found for crypto/ed25519 |
The whatsmeow branch is not ready for testing or using at all, its meant for development. |
|
I can confirm this works, BUT it shows offline status, and any messages that I type go to whatsapp, but I can not see them in the chat. I can see them on my phone, but no other updates come to the application. So it's still broken. |
yes , messages are being sent but it can not see them both messeges i sent and new messages. |
i can confirm Whatsmew branch works but it does not show a qr code |
Wow I guess I should delete the whatsmeow branch.. |
Rather trying it, nchat (https://github.com/d99kris/nchat) works best for me , for both whatsapp and telegram. It is two way communication with whatsapp and include alot of more features . |
Perhaps instead, you could just archive the whole repo? That way it will be obvious that you're not actively maintaining it, and you won't be bothered by issue messages, but the original code and the initial whatsmeow work will stay available to anyone who wants to pick it up in the future? |
Nice, I should link that in the README
Nice thought but even with explicit promises to look at the branch nobody did anything - its always possible for anyone to pick up the work. And again, it still works as is for me, so you will either have to wait until I get around to it or be bold enough to make a fork or PR. 🤷♂️ |
Still the same error |
See this for future reference |
Hi would you put your code as a different branch on this repo? |
Hello,
I'm having issues connecting. I got this screen for a while:
Then it changes to this, and it remains there forever:
Also, 2 out of 5 times I run the app I got this screen:
Regards,
The text was updated successfully, but these errors were encountered: