bitlbee / bitlbee-facebook

Facebook protocol plugin for BitlBee
GNU General Public License v2.0
279 stars 49 forks source link

Bump the FB_ORCA_AGENT version once again #208

Closed mrc0mmand closed 3 years ago

mrc0mmand commented 3 years ago

Recently FB started returning ERROR_QUEUE_UNDERFLOW upon login (again). Given the similarity to #180, the fix seemed quite straightforward, and it indeed is - bumping the client version fixes the login issue.

Fixes: #207

mrc0mmand commented 3 years ago

Also, the second commit bumps the Ubuntu version in Travis CI to Focal to get around the build failure caused by a missing dependency (python3-m2crypto).

dequis commented 3 years ago

Thanks!

The CI situation is kinda fucked in general, tbh. Still not sure if obs works.

mrc0mmand commented 3 years ago

The CI situation is kinda fucked in general, tbh. Still not sure if obs works.

Unfortunately, it doesn't seems so:

$ .travis/obs.sh
Server returned an error: HTTP Error 401: Unauthorized
Error getting meta for project 'home:[secure]' package 'bitlbee-facebook'

But hey, at least it builds!

Thaodan commented 3 years ago

Bump the version of the module also?