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

[BUG] Cannot Join Iterable #257

Open
GoudaCouda opened this issue Nov 23, 2024 · 0 comments
Open

[BUG] Cannot Join Iterable #257

GoudaCouda opened this issue Nov 23, 2024 · 0 comments

Comments

@GoudaCouda
Copy link

Describe the bug
I am getting the error "TypeError: can only join an iterable" when trying to create an article

To Reproduce

I ran the recomended Ollama Wiki example script.

Environment:

  • I am on Windows using Bing Search API. I am using a secondary computer with ollama serve which used the model Macro-o1.
  1. Input Topic: The effects of technology on children under the age of 5

Out Put Files

The Folder was just empty

Errors
I am also getting these error but not sure if they are an issue

trafilatura.utils : ERROR : parsed tree length: 1, wrong data type or not valid HTML
trafilatura.core : ERROR : empty HTML tree: None
trafilatura.core : WARNING : discarding data: None
trafilatura.utils : ERROR : parsed tree length: 1, wrong data type or not valid HTML
trafilatura.core : ERROR : empty HTML tree: None
trafilatura.core : WARNING : discarding data: None
Error while requesting URL('https://community.thriveglobal.com/parenting-and-technology-how-to-raise-kids-in-the-digital-era/') - HTTPStatusError("Client error '403 Forbidden' for url 'https://community.thriveglobal.com/parenting-and-technology-how-to-raise-kids-in-the-digital-era/'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403")
Error while requesting URL('https://academic.oup.com/pch/article/28/3/184/7163632') - HTTPStatusError("Client error '403 Forbidden' for url 'https://academic.oup.com/pch/article/28/3/184/7163632'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403")
Error while requesting URL('https://pmc.ncbi.nlm.nih.gov/articles/PMC6326346/') - HTTPStatusError("Client error '403 Forbidden' for url 'https://pmc.ncbi.nlm.nih.gov/articles/PMC6326346/'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403")
Error while requesting URL('https://pmc.ncbi.nlm.nih.gov/articles/PMC10353947/') - HTTPStatusError("Client error '403 Forbidden' for url 'https://pmc.ncbi.nlm.nih.gov/articles/PMC10353947/'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403")
Error while requesting URL('https://pmc.ncbi.nlm.nih.gov/articles/PMC8078852/') - HTTPStatusError("Client error '403 Forbidden' for url 'https://pmc.ncbi.nlm.nih.gov/articles/PMC8078852/'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403")
Error while requesting URL('https://www.jpedhc.org/article/S0891-5245(21)00126-7/fulltext') - HTTPStatusError("Client error '403 Forbidden' for url 'https://www.jpedhc.org/article/S0891-5245(21)00126-7/fulltext'\nFor more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/403")
trafilatura.utils : ERROR : parsed tree length: 1, wrong data type or not valid HTML
trafilatura.core : ERROR : empty HTML tree: None
trafilatura.core : WARNING : discarding data: None
trafilatura.utils : ERROR : parsed tree length: 1, wrong data type or not valid HTML
trafilatura.core : ERROR : empty HTML tree: None

image

@GoudaCouda GoudaCouda changed the title [BUG] [BUG] Cannot Join Iterable Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant