--> -->
DateContentLikesDiamondsCommentsRepostsQuoteRepostsQuote RepostsImpact
 
 
KeyError
Python 3.7.3: /usr/bin/python3.7
Wed Sep 18 21:11:49 2024

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/recent_posts.py in <module>()
    117 
    118 
=>  119 if not uPosts["Posts"]:
    120     print ('No contributions to DeSo.')
    121     print ('</body></html>') 
uPosts = {'error': 'GetPostsForPublicKey: could not find profile for username: Projects:'}

KeyError: 'Posts'
      args = ('Posts',)
      with_traceback = <built-in method with_traceback of KeyError object>