Python Forum
Problem with my code slowing down and crashing - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Problem with my code slowing down and crashing (/thread-40387.html)



Problem with my code slowing down and crashing - SuchUmami - Jul-21-2023

I've wrote some code that fetches market data from a crypto exchange and then processes it in house. When I first start running it, it's absolutely fine but after several hours it slows down my whole system and then crashes.

Here is a screenshot of the error I get back when it crashes: https://imgur.com/fRTs885

It happens on both my desktop and laptop. Once I stop it and restart my computer, it runs fine again.

Any ideas of what this could be?


RE: Problem with my code slowing down and crashing - Gribouillis - Jul-21-2023

Many search results here