Hello. Complete noob when it comes to this program. I downloaded an MP4 file and I’m trying to play it in psychopy. Whenever I run the experiment, the screen crashes and I see this error in the code below: (to clarify I am using the builder not the coder).
TypeError: float() argument must be a string or a number, not ‘NoneType’
Exception ignored in: <bound method MovieStim3.del of <psychopy.visual.movie3.MovieStim3 object at 0x12e273f28>>
Traceback (most recent call last):
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/visual/movie3.py”, line 499, in del
self._unload()
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/visual/movie3.py”, line 476, in _unload
self.clearTextures()
File “/Applications/PsychoPy.app/Contents/Resources/lib/python3.6/psychopy/visual/basevisual.py”, line 1141, in clearTextures
GL.glDeleteTextures(1, self._texID)
AttributeError: ‘MovieStim3’ object has no attribute ‘_texID’