So I was making a python bot, that sends results of it's work to Telegram. it was working until yesterday. Now when im starting it it returns this error:
File "E:\FindBot\handlers\users\start.py", line 4, in <module>
from loader import dp
File "E:\FindBot\loader.py", line 11, in <module>
with open("include/sc_prices.json", encoding="utf-8") as file:
FileNotFoundError: [Errno 2] No such file or directory: 'include/sc_prices.json'
Python verison 3.9 IDE Pycharm
Doubleckecked the path to file 100+ times, and if i want to insert absolute path to this file - start.py runs without any errors, but telegram bot itself isnt working, just returns "Process finished with exit code 0"
As i mentioned before, everything was fine until yesterday, nothing was changed in code, also reinstalled all libraries and reinstalled windows