Giter Site home page Giter Site logo

Comments (6)

sanjayprabhu avatar sanjayprabhu commented on July 26, 2024 1

Hmm, I think this is likely due to fname transfers not being present at the time of merge and the message being rejected. Diff Sync should be be catching and fixing these, not sure why it didn't let me investigate.

I think #2013 should reduce the occurrences of these

from hub-monorepo.

saez0pub avatar saez0pub commented on July 26, 2024

Here are another exemples with the good hubble and the bad hubble not always the same.
All are missing on my hubble, sometimes on lamia, sometimes on hoyt, sometimes on neynar.

lamia:

lamia.farcaster.xyz:2283 hub> problematicFids=[547628,618466,619800]
[ 547628, 618466, 619800 ]
lamia.farcaster.xyz:2283 hub> for (const fid of problematicFids) { console.log(fid,(await rpcClient.getUserDataByFid({fid})).value.messages.map((r) => r.data.userDataBody).filter((data) => data.type === 6))}
547628 [ { type: 6, value: 'doctorv' } ]
618466 [ { type: 6, value: 'kuku23' } ]
619800 []

hoyt:

hoyt.farcaster.xyz:2283 hub> problematicFids=[547628,618466,619800]
[ 547628, 618466, 619800 ]
hoyt.farcaster.xyz:2283 hub> for (const fid of problematicFids) { console.log(fid,(await rpcClient.getUserDataByFid({fid})).value.messages.map((r) => r.data.userDataBody).filter((data) => data.type === 6))}
547628 []
618466 []
619800 [ { type: 6, value: 'balaji2003' } ]

neynar:

bootstrap.neynar.com:2283 hub> problematicFids=[547628,618466,619800]
[ 547628, 618466, 619800 ]
bootstrap.neynar.com:2283 hub> for (const fid of problematicFids) { console.log(fid,(await rpcClient.getUserDataByFid({fid})).value.messages.map((r) => r.data.userDataBody).filter((data) => data.type === 6))}
547628 [ { type: 6, value: 'doctorv' } ]
618466 []
619800 []

from hub-monorepo.

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.