Coder Social home page Coder Social logo

Comments (42)

sanderdriesen avatar sanderdriesen commented on August 19, 2024

Hi @KapteinBabbalas,
As a contribution you are always welcome to submit any pull requests. We will submit your change to the fork after reviewing.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

Dear Devs there is an error in WhatsMessageHandler at line 42 that says serverNickname is not in the context, may be another cs file was missed in the commit. @KapteinBabbalas can you fix this please?
Also two events for OnGetMessage are not fixed.

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi @sanderdriesen I'll have a look at it

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi Sander

I fixed it, sent you a pull request.

Pieter

On 23 July 2015 at 07:17, urfrndsandy [email protected] wrote:

Dear Devs there is an error in WhatsMessageHandler at line 42 that says
serverNickname is not in the context, may be another cs file was missed in
the commit. @KapteinBabbalas https://github.com/KapteinBabbalas can you
fix this please?
Also two events for OnGetMessage are not fixed.


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas thanks a ton bro, i think Sander is busy with something, if it is allowed can you send me the updated .cs or lines or the package? please..

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi

Cool no problem, glad I could help.
I cannot send the package as Gmail blocks the attachment.

Here is a dropbox link for the entire solution
https://www.dropbox.com/s/dww3ctonjzcfrml/WhatsAPINet.rar?dl=0
The fixes was in the WhatsTest project--events that needed extra parameters.
In the WhatsAppPort project -- a reference to a "serverName' string that
was renamed in the Api itself.

On 28 July 2015 at 11:27, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas thanks a ton bro, i
think Sander is busy with something, if it is allowed can you send me the
updated .cs or lines or the package? please..


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas thanks a Tonne... but still am unable to make it receive messages. Can you help me on that please.. I have added OnMessage recieved event and also have an event defined to handle messages but it doesnt seem to work

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Did you manage to get it to work?

On 28 July 2015 at 13:44, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas thanks a Tonne...
but still am unable to make it receive messages. Can you help me on that
please.. I have added OnMessage recieved event and also have an event
defined to handle messages but it doesnt seem to work


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas no bro not yet.. and not sure why aint getting messages

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas bro can you get messages in the current issue?

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Yes I can, double check that you are actually logged in, not just connected.
Step through the code at the part where it logs in, then check the connection status.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

Thanks bro.. i will try that and let you know.

On Mon, Aug 24, 2015 at 1:02 PM, KapteinBabbalas [email protected]
wrote:

Yes I can, double check that you are actually logged in, not just
connected.
Step through the code at the part where it logs in, then check the
connection status.


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi Sander

I have problems logging in my numbers this morning, even after I used the
latest version of the code and register I get an unauthorized message.
Maybe Whats App changed something, because the numbers are not blocked.

Just want to know if anybody else have these issues today

On 28 July 2015 at 15:52, Pieter Fouché [email protected] wrote:

Did you manage to get it to work?

On 28 July 2015 at 13:44, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas thanks a Tonne...
but still am unable to make it receive messages. Can you help me on that
please.. I have added OnMessage recieved event and also have an event
defined to handle messages but it doesnt seem to work


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas yes bro.. same problem here..

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas also surprisingly https://github.com/mgp25/Chat-API-NET is working...

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

I also noticed that

On 5 November 2015 at 10:30, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas also surprisingly
https://github.com/mgp25/Chat-API-NET is working...


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas did you manage to parse incoming messages?

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi Sander

I could receive incoming messages since I couldn't log in, with the
CHAT-API-NET code it everything worked as it should.

On 5 November 2015 at 10:50, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas did you manage to
parse incoming messages?


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas can you share the method used to parse messages?

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

I couldn't parse incoming messages,I'm trying to see the difference between CHAT-API and WhatsAPINET in the login process

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi Sander

Looks like they (WhatsApp) changed something again, getting unauthorized
message again.
The mgp25/Chat-API-NET also gives the same error. Are you also having this
issue?

On 5 November 2015 at 09:03, Pieter Fouché [email protected] wrote:

Hi Sander

I have problems logging in my numbers this morning, even after I used the
latest version of the code and register I get an unauthorized message.
Maybe Whats App changed something, because the numbers are not blocked.

Just want to know if anybody else have these issues today

On 28 July 2015 at 15:52, Pieter Fouché [email protected] wrote:

Did you manage to get it to work?

On 28 July 2015 at 13:44, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas thanks a Tonne...
but still am unable to make it receive messages. Can you help me on that
please.. I have added OnMessage recieved event and also have an event
defined to handle messages but it doesnt seem to work


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

SkullyDev avatar SkullyDev commented on August 19, 2024

Same here
Can't reregister with WART... Tells "old_version"

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi Guys

Got the mpg25/chat-api working by just updating the new constants values
that is used in the original PHP lib.
But when I tried to make the changes in this one , it still won't work.

On 3 December 2015 at 23:38, SkullyDev [email protected] wrote:

Same here


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas can you please guide me what exactly you changed?

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

Hi

Shure no probs:

In the file WhatsAppApi/Settings:

public const string WhatsAppVer = "2.13.21";
public const string UserAgent = "WhatsApp/2.13.21 S40Version/14.26
Device/Nokia302";

thats it.

On 4 December 2015 at 08:39, urfrndsandy [email protected] wrote:

@KapteinBabbalas https://github.com/KapteinBabbalas can you please
guide me what exactly you changed?


Reply to this email directly or view it on GitHub
#7 (comment)
.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@KapteinBabbalas thank you!!!.. it worked perfectly to me.

from whatsapinet.

PeterHunt avatar PeterHunt commented on August 19, 2024

Works for me as well, thanks!

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@PeterHunt can you receive the messages?

from whatsapinet.

PeterHunt avatar PeterHunt commented on August 19, 2024

No, that is the other issue; encryption. Sending is no problem.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

am having a hard time receiving messages, can someone help me on this?

from whatsapinet.

PeterHunt avatar PeterHunt commented on August 19, 2024

Don't you receive anything at all, or gibberish?

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

i dont receive anything. Could you parse it? if so could you please share the code.

from whatsapinet.

SkullyDev avatar SkullyDev commented on August 19, 2024

@KapteinBabbalas hey where do you find these version strings, if not a secret just to know on future? :D

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

https://github.com/WHAnonymous/Chat-API

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

hi Guys.. it has stopped working again.. any solutions this time? @KapteinBabbalas @PeterHunt @sanderdriesen

from whatsapinet.

PeterHunt avatar PeterHunt commented on August 19, 2024

It stopped working for me as well about a month ago. Actually I gave up on this API more or less...

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

no other way out?

from whatsapinet.

KapteinBabbalas avatar KapteinBabbalas commented on August 19, 2024

I have also given up on this. WhatsApp is in the process of making a public api (for Business use ) available. http://www.forbes.com/sites/parmyolson/2016/01/18/whatsapp-businesses-free-1-billion/#21049f95b6bd

If you want to build bots, Microsoft has realeased a bot framework from where you can create bots and just connect the bot to multiple platforms, like skype for example. https://dev.botframework.com/

Facebook also has an official Messenger api that you also can hook up (manually) to the bot framework. https://developers.facebook.com/products/messenger/
Who knows maybe in a short while there will be a WhatsApp bot connector as well.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

Thanks @KapteinBabbalas .. sadly.. end of our projects.

from whatsapinet.

PeterHunt avatar PeterHunt commented on August 19, 2024

For what it's worth, my application connects fine, but after +/- 1 minute
it closes with a "stream error".

rx /stream:error
02-05-2016 - 17:19:58 - [Connect] Connected..
02-05-2016 - 17:19:58 - [Debug]

Within that minute I can send messages...

2016-05-02 11:55 GMT+02:00 urfrndsandy [email protected]:

Thanks @KapteinBabbalas https://github.com/KapteinBabbalas .. sadly..
end of our projects.


You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub
#7 (comment)

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

@PeterHunt now even the WART is not working for me to test it :( sad that we are near to the end.

from whatsapinet.

urfrndsandy avatar urfrndsandy commented on August 19, 2024

any update guys? yowsup is working fine by the way

from whatsapinet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.