Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IVF_pipeline这个脚本执行失败了,需要做什么修改吗? #1

Open
goalong opened this issue Aug 20, 2019 · 0 comments
Open

Comments

@goalong
Copy link

goalong commented Aug 20, 2019

args : ('https://cgptest.oss-cn-shanghai.aliyuncs.com/meise/3.jpg', 3000, {})
wrong status
hypnos ae fail
args : (None, 3000, {})
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1741, in
main()
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1735, in main
globals = debugger.run(setup['file'], None, None, is_module)
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1135, in run
pydev_imports.execfile(file, globals, locals) # execute the script
File "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
File "/Users/john/ivf_blueprint_leon/IVF_pipeline.py", line 60, in
test()
File "/Users/john/ivf_blueprint_leon/IVF_pipeline.py", line 56, in test
outputVideo = IVF_pipeline(inputElement, duration, effect_list, effectConfig)
File "/Users/john/ivf_blueprint_leon/IVF_pipeline.py", line 34, in IVF_pipeline
outputDict = blueprintBase.make_Video(effectClass, outputVideo, duration, configDict)
File "/Users/john/ivf_blueprint_leon/blueprintBase.py", line 236, in make_Video
baseUElement = EffectClass(*args, **kwargs)
File "/Users/john/ivf_blueprint_leon/generalBP/BPDarkCorner.py", line 20, in init
self._element_type = self.get_elementType_fromValue(userElement)
File "/Users/john/ivf_blueprint_leon/blueprintBase.py", line 223, in get_elementType_fromValue
nameExt = os.path.splitext(elementValue)
File "/usr/local/Cellar/python/3.7.4/Frameworks/Python.framework/Versions/3.7/lib/python3.7/posixpath.py", line 122, in splitext
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType

Process finished with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant