matrix-hacks / matrix-puppet-facebook

a puppetted facebook bridge
98 stars 21 forks source link

Facebook User's Online Status Not Updating #35

Open needo37 opened 6 years ago

needo37 commented 6 years ago

Doing a fresh install. Facebook users are not appearing online and no messages are being sent and received. When I initially started up the bridge and every time since my output is full of errors such as:

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.create +118ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/2?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.member +46ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/3?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.power_levels +46ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/4?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.canonical_alias +52ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/5?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.join_rules +36ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/6?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.history_visibility +37ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/7?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.name +42ms ::1 - - [20/Aug/2018:01:37:12 +0000] "PUT /transactions/8?access_token= HTTP/1.1" 200 2 "-" "Synapse/0.31.2"

matrix-puppet:Base:handleMatrixEvent:info ignored a matrix event m.room.topic +45ms

and

/_matrix/client/r0/register (AS) HTTP 400 Error: {"errcode":"M_USER_IN_USE","error":"User ID already taken."}

Thank you!