You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When submitting presence/setpresence, Hangout server returns an error that the Mood feature is no longer supported.
I removed the mood parameter from the body header. Hangupsjs still works and stopped retunring the Mood error message.
I did a dirty patch to test that I could get rid of this error message by simply removing the line #367 from client.coffee (v1.4.0-beta), and it worked.
For a clean job, would need to remove mood references throughout the code.
The text was updated successfully, but these errors were encountered:
When submitting
presence/setpresence
, Hangout server returns an error that the Mood feature is no longer supported.I removed the mood parameter from the body header. Hangupsjs still works and stopped retunring the Mood error message.
I did a dirty patch to test that I could get rid of this error message by simply removing the line #367 from client.coffee (v1.4.0-beta), and it worked.
For a clean job, would need to remove mood references throughout the code.
The text was updated successfully, but these errors were encountered: