You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ python3 bot.py
Traceback (most recent call last):
File "bot.py", line 91, in <module>
users=users.User()
File "/home/revi/firefly-iii-telegram-bot/users.py", line 24, in __init__
content_file = open(self._filename, 'r')
FileNotFoundError: [Errno 2] No such file or directory: 'data.json'
Checking for data file displayed...
$ ls | grep data
data.json.example
$
but I have no idea what should be the value for the data.json. I think this should be on how-to setup page. Can you document it? Thanks!
I just copied cp data.json.example data.json
and it's working.
This file became filled by program when I connected my firefly-iii with created telegram bot
I've
git clone https://github.com/may-cat/firefly-iii-telegram-bot
python3-pip
from debian archiveconfig.json
python3 bot.py
and what I got was...
Checking for data file displayed...
but I have no idea what should be the value for the data.json. I think this should be on how-to setup page. Can you document it? Thanks!
FYI:
python version/pip3 install -r requirements.txt
The text was updated successfully, but these errors were encountered: