Advertisement
Guest User

Untitled

a guest
Nov 16th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. [2019-11-16 21:46:09,515] ERROR: _GatheringFuture exception was never retrieved
  2. future: <_GatheringFuture finished exception=AttributeError("module 'time' has no attribute 'clock'")>
  3. Traceback (most recent call last):
  4. File "/relay/relay/actor.py", line 91, in push_message_to_actor
  5. headers['signature'] = sign_headers(headers, PRIVKEY, our_key_id)
  6. File "/relay/relay/http_signatures.py", line 67, in sign_headers
  7. sig['signature'] = sign_signing_string(sigstring, key)
  8. File "/relay/relay/http_signatures.py", line 50, in sign_signing_string
  9. sigdata = pkcs.sign(h)
  10. File "/usr/local/lib/python3.8/site-packages/Crypto/Signature/PKCS1_v1_5.py", line 112, in sign
  11. m = self._key.decrypt(em)
  12. File "/usr/local/lib/python3.8/site-packages/Crypto/PublicKey/RSA.py", line 174, in decrypt
  13. return pubkey.pubkey.decrypt(self, ciphertext)
  14. File "/usr/local/lib/python3.8/site-packages/Crypto/PublicKey/pubkey.py", line 93, in decrypt
  15. plaintext=self._decrypt(ciphertext)
  16. File "/usr/local/lib/python3.8/site-packages/Crypto/PublicKey/RSA.py", line 235, in _decrypt
  17. r = getRandomRange(1, self.key.n-1, randfunc=self._randfunc)
  18. File "/usr/local/lib/python3.8/site-packages/Crypto/Util/number.py", line 123, in getRandomRange
  19. value = getRandomInteger(bits, randfunc)
  20. File "/usr/local/lib/python3.8/site-packages/Crypto/Util/number.py", line 104, in getRandomInteger
  21. S = randfunc(N>>3)
  22. File "/usr/local/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 202, in read
  23. return self._singleton.read(bytes)
  24. File "/usr/local/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 178, in read
  25. return _UserFriendlyRNG.read(self, bytes)
  26. File "/usr/local/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 129, in read
  27. self._ec.collect()
  28. File "/usr/local/lib/python3.8/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 77, in collect
  29. t = time.clock()
  30. AttributeError: module 'time' has no attribute 'clock'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement