After running the command following or subscription, Python returns a error message. Not sure if this is a problem with my computer or with the program.
Given Error:
: following
Traceback (most recent call last):
File "/home/user/Applications/FastLBRY-terminal/run.py", line 333, in
main()
File "/home/user/Applications/FastLBRY-terminal/run.py", line 218, in main
following.following()
File "/home/user/Applications/FastLBRY-terminal/flbry/following.py", line 45, in following
following = following["shared"]["value"]["subscriptions"]
KeyError: 'shared'
Expected Behavior:
"the latest publications from the channels you are following."
After running the command following or subscription, Python returns a error message. Not sure if this is a problem with my computer or with the program.
Given Error:
: following
Traceback (most recent call last):
File "/home/user/Applications/FastLBRY-terminal/run.py", line 333, in <module>
main()
File "/home/user/Applications/FastLBRY-terminal/run.py", line 218, in main
following.following()
File "/home/user/Applications/FastLBRY-terminal/flbry/following.py", line 45, in following
following = following["shared"]["value"]["subscriptions"]
KeyError: 'shared'
Expected Behavior:
"the latest publications from the channels you are following."
Device info:
- OS: Updated Artix Linux
- Installation method: git
- Version: e0519397463d5d02ef0bcb702b13eaa723680ff1
I see. It seems like your wallet doesn't have the shared sub-database. I think something can be done about it. Perhaps it could be added manually to the settings.
I see. It seems like your wallet doesn't have the `shared` sub-database. I think something can be done about it. Perhaps it could be added manually to the settings.
Also whoever coded this thing. Please next time make sure that your sub-database exists before applying to it something. If not make one first. Python doesn't create them recursively for you.
Also whoever coded this thing. Please next time make sure that your sub-database exists before applying to it something. If not make one first. Python doesn't create them recursively for you.
After running the command following or subscription, Python returns a error message. Not sure if this is a problem with my computer or with the program.
Given Error: : following Traceback (most recent call last): File "/home/user/Applications/FastLBRY-terminal/run.py", line 333, in
File "/home/user/Applications/FastLBRY-terminal/run.py", line 218, in main
File "/home/user/Applications/FastLBRY-terminal/flbry/following.py", line 45, in following
KeyError: 'shared'
Expected Behavior: "the latest publications from the channels you are following."
Device info:
e051939746
I see. It seems like your wallet doesn't have the
shared
sub-database. I think something can be done about it. Perhaps it could be added manually to the settings.Also whoever coded this thing. Please next time make sure that your sub-database exists before applying to it something. If not make one first. Python doesn't create them recursively for you.