Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. [snorlax@snorlax-desktop TF2 Rich Presence]$ python main.py
  2. Traceback (most recent call last):
  3. File "/home/snorlax/Applications/Rich Presences/tf2-rich-presence/TF2 Rich Presence/logger.py", line 192, in generate_hash
  4. file: BinaryIO = open(os.path.join('resources', file_to_hash), 'rb')
  5. FileNotFoundError: [Errno 2] No such file or directory: 'resources/TF2 Rich Presence v1.8\\resources\\resources\\main.py'
  6.  
  7. During handling of the above exception, another exception occurred:
  8.  
  9. Traceback (most recent call last):
  10. File "main.py", line 534, in <module>
  11. launch()
  12. File "main.py", line 27, in launch
  13. log_init = logger.Log()
  14. File "/home/snorlax/Applications/Rich Presences/tf2-rich-presence/TF2 Rich Presence/logger.py", line 30, in __init__
  15. self.filename: Union[bytes, str] = os.path.join('logs', f'{user_pc_name}_{user_identifier}_{"{tf2rpvnum}"}_{generate_hash()}.log')
  16. File "/home/snorlax/Applications/Rich Presences/tf2-rich-presence/TF2 Rich Presence/logger.py", line 194, in generate_hash
  17. file: BinaryIO = open(file_to_hash, 'rb')
  18. FileNotFoundError: [Errno 2] No such file or directory: 'TF2 Rich Presence v1.8\\resources\\resources\\main.py'
  19. Sentry is attempting to send 1 pending error messages
  20. Waiting up to 10 seconds
  21. Press Ctrl-C to quit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement