Mo Beigi
Mo Beigi
Hmm looks like it might be running with python 2 instead of python 3.6+? Try: `pipenv run python3 /Users/.../Documents/git/fb2cal/src/fb2cal.py`
Also are you sure you followed setup instructions correctly? You have to run `pipenv install` first.
You don't need to run `pipenv shell`, just `pipenv run` directly. That might not fix it though.
@filmgeek5000 Are you also on a Mac? I am not able to reproduce the problem myself.
@filmgeek5000 I can't reproduce it myself on a Mac system so its a little hard to fix. Are you using the latest version of the files? Are you following the...
@mfvo Are you able to provide any more information about your system/environment? I cannot reproduce this issue myself so its hard to fix.
@jamestamplin Did you run `pipenv install` first? That should have installed `mechanicalsoup` and `ics` based on the **requirements.txt** file. I have a Mac but can't reproduce this on mine. Maybe...
Not too sure what the best way to address this would be. Some options I can think of: 1. Turn off 2FA for Facebook (not ideal for those wanting to...
Hmm I couldn't get their app passwords to work for me either. I don't think they allow directly logging into a Facebook account anyway. It seems like its a different...
@gioluca2 2FA is two factor authentication. Are you a European user? If so, your login may be failing due to a bug that was just fixed in #4. Try downloading...