File "/home/sp/Documents/projects/gae-music/lib/pafy/pafy.py", line 592, in fetch_cached
tmpdir = os.path.join(tempfile.gettempdir(), "pafy")
File "/home/sp/software/google_appengine/google/appengine/dist/tempfile.py", line 61, in PlaceHolder
raise NotImplementedError("Only tempfile.TemporaryFile is available for use")
NotImplementedError: Only tempfile.TemporaryFile is available for use
The above error is encountered only when VEVO videos are played in google app engine.
For completely unrelated reasons, the line it is complaining about was removed in #109, so it may work now on the develop branch. With that change, youtube-dl is now a dependency.
File "/home/sp/Documents/projects/gae-music/lib/pafy/pafy.py", line 592, in fetch_cached tmpdir = os.path.join(tempfile.gettempdir(), "pafy") File "/home/sp/software/google_appengine/google/appengine/dist/tempfile.py", line 61, in PlaceHolder raise NotImplementedError("Only tempfile.TemporaryFile is available for use") NotImplementedError: Only tempfile.TemporaryFile is available for use
The above error is encountered only when VEVO videos are played in google app engine.