Giter Club home page Giter Club logo

Comments (5)

Menakoy avatar Menakoy commented on July 22, 2024 1

Nevermind it was just an error in my .env left over from experimenting!

Thanks so much

from bluesky-feed-generator.

MarshalX avatar MarshalX commented on July 22, 2024

Hi, pls share the domain and the published feed

from bluesky-feed-generator.

Menakoy avatar Menakoy commented on July 22, 2024

Oh yeah sorry. The domain is dongfeed.xyz and the feed is at https://bsky.app/profile/did:plc:q2tafhcn2shp2awi2i7temfg/feed/fantasy-toys

and yes the feed is for what it sounds like sorry for subject matter.

Heres also a screenshot of the error on my end

image

from bluesky-feed-generator.

MarshalX avatar MarshalX commented on July 22, 2024

@Menakoy i tried to resolve your did using python resolver and this is what i except:

from atproto import IdResolver
print(IdResolver().did.resolve('did:web:feed.atproto.blue'))
# id='did:web:feed.atproto.blue' also_known_as=None verification_method=None service=[Service(id='#bsky_fg', type='BskyFeedGenerator', service_endpoint='https://feed.atproto.blue')]

and this is what i got for your did:

from atproto import IdResolver
print(IdResolver().did.resolve('did:web:dongfeed.xyz'))
# ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)
# Error resolving DID did:web:dongfeed.xyz

it opens for me in browser (firefox) too. but something with SSL for sure

from bluesky-feed-generator.

Menakoy avatar Menakoy commented on July 22, 2024

I fixed the SSL error and am able to successfully resolve it using the python resolver

id='did:web:dongfeed.xyz' also_known_as=None verification_method=None service=[Service(id='#bsky_fg', type='BskyFeedGenerator', service_endpoint='https://dongfeed.xyz')]

However I'm now getting an invalid request error on the feed

from bluesky-feed-generator.

Related Issues (6)

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.