Scrape-Websites-with-Python-FastAPI-Celery-NoSQL
Scrape-Websites-with-Python-FastAPI-Celery-NoSQL copied to clipboard
Learn how to scrape websites with Python, Selenium, Requests HTML, Celery, FastAPI, & NoSQL with Cassandra via AstraDB.
# THIS IS THE ROUTE I'M EXECUTING @app.get("/all-entries/{asin}",) def display_entries(asin): data = list(table_2.objects.get(asin=asin)) data['events'] = list(table_2.objects().filter(asin=asin)) return data #THIS IS THE COMPLETE TRACEBACK Traceback (most recent call last): File "C:\Users\alek\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\uvicorn\protocols\http\h11_impl.py",...
Celery works fine sometimes but if stoped and relaunched will not see the custom module imports no matter what you use . or .. or even app still not going...