CodingWithLewis / MemeGenerator

82 stars 25 forks source link

Error when creating meme #4

Open MInecrafterPictures opened 3 months ago

MInecrafterPictures commented 3 months ago

I just started creating the meme and this is the error message I got. And yes, I used a Fandom article and an image for that:

File "/home/adminuser/venv/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 584, in _run_script exec(code, module.dict) File "/mount/src/memegenerator/run_ui.py", line 32, in image_path = create_upload_file(bytes_data, news_article, status) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mount/src/memegenerator/main.py", line 27, in create_upload_file news_information = get_news_article(news_url) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/mount/src/memegenerator/scraper/get_news_source.py", line 18, in get_news_article article.parse() File "/home/adminuser/venv/lib/python3.11/site-packages/newspaper/article.py", line 191, in parse self.throw_if_not_downloaded_verbose() File "/home/adminuser/venv/lib/python3.11/site-packages/newspaper/article.py", line 531, in throw_if_not_downloaded_verbose raise ArticleException('Article download() failed with %s on URL %s' %

The image used: 3223995_volcanicstriderx_angry-sid-chang

The site used: https://theloudhouse.fandom.com/wiki/Adelaide_Chang

MohammadHosseinGhorbani commented 2 months ago

I get the same error for every website too