Advertisement
lukethenerd

Untitled

Feb 17th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. Exception in thread Thread-1:
  2. Traceback (most recent call last):
  3. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  4. self.run()
  5. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
  6. self.__target(*self.__args, **self.__kwargs)
  7. File "/Users/lucasa/Downloads/rapping-neural-network-master-2/speech.py", line 52, in beat
  8. play_mp3(beat_to_play)
  9. File "/Users/lucasa/Downloads/rapping-neural-network-master-2/speech.py", line 16, in play_mp3
  10. subprocess.Popen(['mpg123', '-q', path]).wait()
  11. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
  12. errread, errwrite)
  13. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
  14. raise child_exception
  15. OSError: [Errno 2] No such file or directory
  16.  
  17. Exception in thread Thread-2:
  18. Traceback (most recent call last):
  19. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  20. self.run()
  21. File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run
  22. self.__target(*self.__args, **self.__kwargs)
  23. File "/Users/lucasa/Downloads/rapping-neural-network-master-2/speech.py", line 48, in sing
  24. engine.runAndWait()
  25. File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/pyttsx3/engine.py", line 188, in runAndWait
  26. self.proxy.runAndWait()
  27. File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/pyttsx3/driver.py", line 204, in runAndWait
  28. self._driver.startLoop()
  29. File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/pyttsx3/drivers/nsss.py", line 33, in startLoop
  30. AppHelper.runConsoleEventLoop()
  31. File "/Users/lucasa/Desktop/Desktop/rapstuff/venv/lib/python2.7/site-packages/PyObjCTools/AppHelper.py", line 243, in runConsoleEventLoop
  32. nextfire = nextfire.earlierDate_(soon)
  33. AttributeError: 'NoneType' object has no attribute 'earlierDate_'
  34.  
  35.  
  36. Process finished with exit code 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement