Date | Content | ![]() | ![]() | ![]() | ![]() | ![]() ![]() | Impact |
---|
KeyError | Python 3.7.3: /usr/bin/python3.7 Thu Jun 19 23:28:04 2025 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
/home/atdeso/public_html/python/whoswho-analytics.py in <module>() |
124 |
125 |
=> 126 if not uPosts["Posts"]: |
127 print ('No contributions to DeSo.') |
128 print ('</body></html>') |
uPosts = {'error': 'GetPostsForPublicKey: could not find profile for username: AltumBase'} |
KeyError: 'Posts'
args =
('Posts',)
with_traceback =
<built-in method with_traceback of KeyError object>