Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

403 error when summarizing specific link #80

Open
sbddesign opened this issue Nov 29, 2023 · 1 comment
Open

403 error when summarizing specific link #80

sbddesign opened this issue Nov 29, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@sbddesign
Copy link
Member

I have found a specific piece of markdown that causes an error during AI summarization.

How to replicate

  • Take this line and paste it into a markdown file inside of the /content/events dir.
    • [DEMAND: First Stratum V2 Mining Pool](https://bitcoinmagazine.com/business/demand-launches-worlds-first-stratum-v2-bitcoin-mining-pool)
  • Run yarn summarize
  • Watch it spit out something like:
yarn run v1.22.19
$ cp meetup.ts ai/src/meetup.ts && cp types/Meetup.ts ai/src/types/Meetup.ts && cd ai && yarn start
$ yarn build && node build/index.js
$ rimraf ./build && tsc
Error occurred during scraping: Request failed with status code 403
  • Remove the offending line and run yarn summarize and watch it function correctly:
$ cp meetup.ts ai/src/meetup.ts && cp types/Meetup.ts ai/src/types/Meetup.ts && cd ai && yarn start
$ yarn build && node build/index.js
$ rimraf ./build && tsc
✨  Done in 21.46s.
@sbddesign sbddesign added the bug Something isn't working label Nov 29, 2023
@sbddesign
Copy link
Member Author

Halp @niteshbalusu11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant