Guest User

Untitled

a guest
Apr 4th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/appscript-1.0.1-py3.4-macosx-10.6-intel.egg/appscript/reference.py", line 460, in __call__
  3. return self.AS_appdata.target().event(self._code, params, atts, codecs=self.AS_appdata).send(timeout, sendflags)
  4. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/appscript-1.0.1-py3.4-macosx-10.6-intel.egg/aem/aemsend.py", line 92, in send
  5. raise EventError(errornum, errormsg, eventresult)
  6. aem.aemsend.EventError: Command failed: Can't get reference. (-1728)
  7.  
  8. The above exception was the direct cause of the following exception:
  9.  
  10. Traceback (most recent call last):
  11. File "/Library/Frameworks/Python.framework/Versions/3.4/bin/itunes", line 9, in <module>
  12. load_entry_point('itunes==0.1', 'console_scripts', 'itunes')()
  13. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/itunes-0.1-py3.4.egg/itunes/itunes.py", line 382, in main
  14. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/itunes-0.1-py3.4.egg/itunes/itunes.py", line 103, in play
  15. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/itunes-0.1-py3.4.egg/itunes/itunes.py", line 75, in do_query
  16. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/appscript-1.0.1-py3.4-macosx-10.6-intel.egg/appscript/reference.py", line 640, in __call__
  17. return self.get(*args, **kargs)
  18. File "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/appscript-1.0.1-py3.4-macosx-10.6-intel.egg/appscript/reference.py", line 496, in __call__
  19. raise CommandError(self, (args, kargs), e, self.AS_appdata) from e
  20. appscript.reference.CommandError: Command failed:
  21. OSERROR: -1728
  22. MESSAGE: Can't get reference.
  23. COMMAND: app('/Applications/iTunes.app').current_playlist.get()
Advertisement
Add Comment
Please, Sign In to add comment