| Date | Content | ![]() | ![]() | ![]() | ![]() | ![]() ![]() | Impact |
|---|
| KeyError | Python 3.7.3: /usr/bin/python3.7 Wed Apr 22 09:53:53 2026 |
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>