-
Notifications
You must be signed in to change notification settings - Fork 360
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
Yowsup have update v3, please update this framework #265
Comments
Yes please update the framework |
@danielcardeenas yes we need you to reply on this thread ASAP! Because even though Yowsup is updated we can't use this framework due to protocol changes... |
Because we did not help @danielcardeenas , and together we started to mount the compatibility of the library again? |
I already managed to solve so that the bot receives messages again, and sends them. As I saw it, in run.py touch comment the line:
Because the AuthError library no longer exists in from yowsup.layers.auth The
of this repository should not be used since it will be installing the old version of yowsup that Daniel Cardenas has. Therefore, you must first run the command
then install the library
and
Then when registering the number with the command
the password does not exist anymore, now there is one called
which would be the new password, which is what you must add to the config.py. I will continue reviewing possible problems. I will be updating this issue |
Remove parameter in line 24 of run.py OLD
NEW
|
Thank you @elchory96 I can running this framework again, but can you solve how to send image? I tried but always failed to send image |
What error do you get? |
Yes @elchory96 media sending is not working I mean I didn't try it on this framework I tried on terminal yowsup demos |
Also I tried all things step by step but getting error after starting Mac
|
bot will crash if receiving media file, any idea how ignore this type of message temporary before yowsup update their code? |
@Sharissa90 are you able to run bot normally for receiving and sending text messages? |
Able to send and recived.... |
Error on reciving one image AttributeError: 'ImageDownloadableMediaMessageProtocolEntity' object has no attribute 'getMediaKey' |
Not able to send Images....seems to be a thing from youwsup 3 |
@AmitGamingKing yes, but not stable like yowsup2. sometimes it crashing, I think yowsup V3 still buggy |
I have trick to solve bot crashing on receiving media file, edit file app/layer.py find @ProtocolEntityCallback("message") and edit like this
|
hello, i am newbie on this, i ran the commands of library into whatsapp framework but it wont taking my phone number, just giving me errors, first when i try to register with: it says invalid argument 'Android' choose from "android" without uppercase, but when i run it this gives me many errors |
Still waiting for update no response for @danielcardeenas :( |
Hello, seeing that @danielcardeenas has not appeared, I decided to start a new hybrid project between yowsup3 and whatsapp-framework. Although the installation of yowsup3 does not generate errors, and the first connection with whatsapp is established correctly, there are errors that I think the community can help solve. The repository link is: https://github.com/devalexanderdaza/yowsapp-framework |
@devalexanderdaza do you able send image? |
In a while I will create an incidence in the repository to manage the support of the community. Follow the instructions contained in the repository so that you can reach the error and between all of us we can solve it and use the library again |
Update Made the modificacion on top and .... got this error Traceback (most recent call last): used to work with yowsup v3.0 |
nano app/mac/mac.py delete 'AxolotlOptionalModule' nano app/utils/downloader.py #return MediaDownloader().download(url.decode('ASCII')) comment sudo ./clean.sh ./start.sh but Errors line 63, in on_auth yowsup-cli v3.2.0 |
@gabrieru, |
Hi, I installed the next packages in my raspberry with pip3: next, I download your repository (today is 2019-May-17), I live in Colombian, so I intent send the registration with: but the console print a error: Traceback (most recent call last): The Version is: #could help me, please? |
@wisrovi just type |
ok, I executed this: But the console printed: The version for youwsup version -v is: |
someone got it working? i can pay for that if can help me to fix |
my mistake use --config-cc not just --cc yowsup-cli registration --requestcode sms --config-phone 57317509xxx --config-cc 57 |
I tried this: but, The console: could could help me, please? Thanks a lot |
dont using latest yowsup from master, this master using profile.. using yowsup release instead |
Hi guys... I have released the first stable version of the fully functional Yowsapp Framework. I invite you to help the community grow and do not forget to give a star to the repository |
Hi, I notice that yowsup have update their library to v3, this version use noise protocol so it fix some problem that raised lately. please update this framework, I tried just update yowsup v3 only, but many errors raised, I believe yowsup made some changes in their function so this framework need little adjustment to make it work..
Thank you for your great jobs make this framework easier to implemented yowsup
The text was updated successfully, but these errors were encountered: