minus-squareGamera8ID@lemm.eetoPython@programming.dev•Wrote a Python script to sync your accounts across instances.linkfedilinkEnglisharrow-up1·2 years agoI’m getting a TypeError: unsupported operand type(s) for |: 'type' and 'NoneType' when I do: git clone https://github.com/Ac5000/lemmy_account_sync.git cd lemmy_account_sync/ pip install -r requirements.txt cp exampleconfig.ini src/myconfig.ini nano src/myconfig.ini python3 src/lemmy_sync.py I’ve confirmed that my [Main Account] and [Account 2] details are correct in myconfig.ini, but beyond that I don’t really know what I’m doing. linkfedilink
I’m getting a
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
when I do:git clone https://github.com/Ac5000/lemmy_account_sync.git cd lemmy_account_sync/ pip install -r requirements.txt cp exampleconfig.ini src/myconfig.ini nano src/myconfig.ini python3 src/lemmy_sync.py
I’ve confirmed that my
[Main Account]
and[Account 2]
details are correct in myconfig.ini, but beyond that I don’t really know what I’m doing.