Advertisement
yehchge

error log

Dec 16th, 2024
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | Fixit | 0 0
  1. [12.16 13:36:09][PyPtt] 因禁止快速連續推文,所以等待五秒
  2. Traceback (most recent call last):
  3. File "push_ptt_article.py", line 107, in <module>
  4. main();
  5. File "push_ptt_article.py", line 101, in main
  6. push(PTTBot, BoardKey, Aid, ContentType, Content)
  7. File "push_ptt_article.py", line 76, in push
  8. PTTBot.comment(board=Board, comment_type=PttType, content=Content, aid=Aid)
  9. File "/usr/local/lib/python3.8/dist-packages/PyPtt/PTT.py", line 440, in comment
  10. _api_comment.comment(self, board, comment_type, content, aid, index)
  11. File "/usr/local/lib/python3.8/dist-packages/PyPtt/_api_comment.py", line 207, in comment
  12. _comment(api, board, push_type, comment, post_aid=post_aid, post_index=post_index)
  13. File "/usr/local/lib/python3.8/dist-packages/PyPtt/_api_comment.py", line 66, in _comment
  14. raise exceptions.UnknownError('unknown error in comment')
  15. PyPtt.exceptions.UnknownError: unknown error in comment
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement