text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 238, in DebugInfo
request_data ).DebugInfo( request_data )
"/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 302, in _GetCompleterForRequestData
return _server_state.Get
typeCompleter( request_data[ 'filetypes' ] )
"/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 90, in Get
typeCompleter
current_filetypes ) )
ValueError: No semantic completer exists for filetypes: ['tex']
| <details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/grpc_helpers.py", line 57, in error_remapped_callable
return callable_(*args, **kwargs)
"/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 826, in __call__
return _end_unary_response_blocking(state, call, False, None)
"/workspace/dlp/.nox/py-3-7/lib/python3.7/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking
raise _InactiveRpcError(state)grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: | 0.299599 |
Traceback (most recent call last):
"/home/dsangvikar/apps/msbot/msbotenv/lib/python3.5/site-packages/redis/connection.py", line 439, in connect
sock = self._connect()
"/home/dsangvikar/apps/msbot/msbotenv/lib/python3.5/site-packages/redis/connection.py", line 494, in _connect
raise err
"/home/dsangvikar/apps/msbot/msbotenv/lib/python3.5/site-packages/redis/connection.py", line 482, in _connect
sock.connect(socket_address)
ConnectionRefusedError: [Errno 111] Connection refused
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\reddit.py", line 109, in _real_extract
youtube_dl.utils.ExtractorError: No media found
| 0.206795 |
Traceback (most recent call last):
"/opt/sublime_text/sublime_plugin.py", line 109, in reload_plugin
m = importlib.import_module(modulename)
"./python3.3/importlib/__init__.py", line 90, in import_module
"<frozen importlib._bootstrap>", line 1584, in _gcd_import
"<frozen importlib._bootstrap>", line 1565, in _find_and_load
"<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked
"/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"linter in /home/max/.config/sublime-text-3/Installed Packages/SublimeLinter-jscs.sublime-package", line 13, in <module>
"/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"lint in /home/max/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 6, in <module>
"/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"lint.linter in /home/max/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 13, in <module>
"/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"lint.persist in /home/max/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 6, in <module>
"/opt/sublime_text/sublime_plugin.py", line 915, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"lint.settings in /home/max/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 4, in <module>
ImportError: cannot import name util
| Traceback (most recent call last):
"/home/adys/.local/share/virtualenvs/tmp-309bac8c01e43fe/lib/python3.5/site-packages/requests/packages/urllib3/util/ssl_.py", line 292, in ssl_wrap_socketOSError: [Errno 24] Too many open files | 0.163022 |
Traceback (most recent call last):
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi_vim.py", line 146, in wrapper
return func(*args, **kwargs)
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi_vim.py", line 313, in goto
definitions = script.goto_assignments(follow_imports=True)
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi/jedi/api/__init__.py", line 277, in goto_assignments
return self._goto_assignments(follow_imports, follow_builtin_imports, **kwargs)
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi/jedi/api/__init__.py", line 312, in _goto_assignments
prefer_stubs=prefer_stubs,
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi/jedi/inference/gradual/conversion.py", line 145, in convert_names
return _try_stub_to_python_names(names, prefer_stub_to_compiled=True)
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi/jedi/inference/utils.py", line 20, in wrapper
return list(func(*args, **kwargs))
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi/jedi/inference/gradual/conversion.py", line 69, in _try_stub_to_python_names
ignore_compiled=prefer_stub_to_compiled,
"/home/user/.vim/plugged/jedi-vim/pythonx/jedi/jedi/inference/gradual/conversion.py", line 45, in _infer_from_stub
assert isinstance(stub_module, (StubModuleValue, MixedObject)), stub_module_context
AssertionError: ModuleContext(<ModuleValue: t@1-2 is_stub=True>)
| <details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dataflow/gpu-workers/e2e_test.py", line 129, in test_end_to_end
check=True,
"/usr/local/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['python', 'landsat_view.py', '--output-path-prefix=gs://dataflow-gpu-test-7d5c93/outputs/', '--runner=DataflowRunner', '--project=python-docs-samples-tests', '--region=us-central1', '--temp_location=gs://dataflow-gpu-test-7d5c93/temp', '--worker_machine_type=custom-1-13312-ext', '--worker_harness_container_image=gcr.io/python-docs-samples-tests/dataflow/gpu-workers/test-7d5c93:latest', '--worker_zone=us-central1-a', '--experiments=worker_accelerator=type=nvidia-tesla-t4,count=1,install-nvidia-driver', '--experiments=use_runner_v2']' returned non-zero exit status 1.</pre></details> | 0.329191 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/requests/adapters.py", line 423, in send
timeout=timeout
"/usr/local/lib/python3.4/dist-packages/requests/packages/urllib3/connectionpool.py", line 621, in urlopen
raise SSLError(e)requests.packages.urllib3.exceptions.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:600) | Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/niworkflows/nipype/sphinxext/plot_workflow.py", line 485, in run_code
exec(code, ns)
"<string>", line 2, in <module>
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/mriqc/workflows/functional.py", line 470, in fmri_bmsk_workflow
outputtype='NIFTI_GZ'), name='afni_msk')
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/niworkflows/nipype/pipeline/engine/nodes.py", line 153, in __init__
raise IOError('interface must be an instance of an Interface')
OSError: interface must be an instance of an Interface
| 0.264482 |
Traceback (most recent call last):
"chaos.py", line 116, in <module>
main()
"chaos.py", line 49, in main
check_for_prev_crash(api, log)
"chaos.py", line 109, in check_for_prev_crash
gh.issues.create_issue(api, settings.URN, title, body, labels)
"/root/workspace/Chaos/github_api/issues.py", line 60, in create_issue
resp = api("post", path, json=data)
"/root/workspace/Chaos/github_api/__init__.py", line 93, in __call__
resp.raise_for_status()
"/root/.virtualenvs/chaos/lib/python3.6/site-packages/requests/models.py", line 928, in raise_for_status
raise HTTPError(http_error_msg, response=self)requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: https://api.github.com/repos/chaosbot/Chaos/issues | Traceback (most recent call last):
"/usr/local/bin/subliminal", line 9, in <module>
load_entry_point('subliminal==0.8.0-dev', 'console_scripts', 'subliminal')()
"/usr/local/lib/python2.7/dist-packages/subliminal-0.8.0_dev-py2.7.egg/subliminal/cli.py", line 174, in subliminal
embedded_subtitles=not args.force, age=args.age)
"/usr/local/lib/python2.7/dist-packages/subliminal-0.8.0_dev-py2.7.egg/subliminal/video.py", line 309, in scan_videos
videos.append(scan_video(filepath, subtitles, embedded_subtitles))
"/usr/local/lib/python2.7/dist-packages/subliminal-0.8.0_dev-py2.7.egg/subliminal/video.py", line 203, in scan_video
video = Video.fromguess(path, guessit.guess_file_info(path, 'autodetect'))
"/usr/local/lib/python2.7/dist-packages/subliminal-0.8.0_dev-py2.7.egg/subliminal/video.py", line 64, in fromguess
if guess['type'] == 'episode':KeyError: u'type' | 0.15446 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/gof/opt.py", line 1493, in process_node
replacements = lopt.transform(node)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/opt.py", line 952, in local_gpu_advanced_incsubtensor1
gpu_y = gpu_from_host(y)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/gof/op.py", line 507, in __call__
node = self.make_node(*inputs, **kwargs)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/basic_ops.py", line 133, in make_node
dtype=x.dtype)()])
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/type.py", line 69, in __init__
(self.__class__.__name__, dtype, name))TypeError: CudaNdarrayType only supports dtype float32 for now. Tried using dtype float64 for variable None | Traceback (most recent call last):
"<string>", line 1, in <module>
"/var/lib/jenkins/shiningpanda/jobs/3d4c850b/tools/local/lib/python2.7/site-packages/tox/session.py", line 39, in main
retcode = Session(config).runcommand()
"/var/lib/jenkins/shiningpanda/jobs/3d4c850b/tools/local/lib/python2.7/site-packages/tox/session.py", line 367, in runcommand
return self.subcommand_test()
"/var/lib/jenkins/shiningpanda/jobs/3d4c850b/tools/local/lib/python2.7/site-packages/tox/session.py", line 534, in subcommand_test
output = py.process.cmdexec("%s freeze" % (pip))
"/var/lib/jenkins/shiningpanda/jobs/3d4c850b/tools/local/lib/python2.7/site-packages/py/_process/cmdexec.py", line 28, in cmdexec
raise ExecutionFailed(status, status, cmd, out, err)py.process.cmdexec.Error: ExecutionFailed: 127
/opt/jenkins/workspace/ocs.conf/TOXENV/py27/label_exp/armhf&&python/.tox/py27/bin/pip freeze | 0.290906 |
C:\drozer-develop\bin>drozer server Traceback (most recent call last):
"C:\drozer-develop\bin\drozer", line 30, in <module>
__import__("drozer.cli.%s" % (sys.argv[1])) ImportError: No module named drozer.cli.server
| Traceback (most recent call last):
"/scripts/addons/sverchok/core/update_system.py", line 323, in do_update_general
node.process()
"/scripts/addons/sverchok/core/monad.py", line 462, in process
data = socket.sv_get(deepcopy=False)
"/scripts/addons/sverchok/node_tree.py", line 297, in sv_get
raise SvNoDataError(self)
sverchok.core.socket_data.SvNoDataError: No data passed into socket `Location'
| 0.262459 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/pornhub.py", line 235, in _real_extract
'encoded url').split(';')
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1005, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract encoded url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/util/json.py", line 31, in load_json
with open(filename, encoding="utf-8") as fdesc:
NotADirectoryError: [Errno 20] Not a directory: '/config/.storage/hacs/120370503.hacs'
| 0.228687 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpa8aoq3sz\build\youtube_dl\YoutubeDL.py", line 793, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpa8aoq3sz\build\youtube_dl\extractor\common.py", line 508, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpa8aoq3sz\build\youtube_dl\extractor\generic.py", line 3320, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.wakanim.tv/de/v2/catalogue/episode/7901/the-promised-neverland-omu-staffel-1-folge-3-omu
| Traceback (most recent call last):
"/myworkspace/cloud-custodian-mailer/.venv/bin/c7n-mailer", line 9, in <module>
load_entry_point('c7n-mailer==0.2', 'console_scripts', 'c7n-mailer')()
"/myworkspace/cloud-custodian-mailer/tools/c7n_mailer/c7n_mailer/cli.py", line 133, in main
deploy.provision(mailer_config, functools.partial(session_factory, mailer_config))
"/myworkspace/cloud-custodian-mailer/tools/c7n_mailer/c7n_mailer/deploy.py", line 80, in provision
archive = get_archive(config)
"/myworkspace/cloud-custodian-mailer/tools/c7n_mailer/c7n_mailer/deploy.py", line 44, in get_archive
'redis')
"/myworkspace/cloud-custodian-mailer/.venv/local/lib/python2.7/site-packages/c7n/mu.py", line 72, in __init__
self.add_modules(*modules)
"/myworkspace/cloud-custodian-mailer/.venv/local/lib/python2.7/site-packages/c7n/mu.py", line 91, in add_modules
path = imp.find_module(module)[1]
ImportError: No module named ruamel
| 0.300061 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'helloworld'
| Traceback (most recent call last):
"c:\users\chris\appdata\local\programs\python\python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"c:\users\chris\appdata\local\programs\python\python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Scripts\pipenv.exe\__main__.py", line 7, in <module>
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\core.py", line 829, in __call__
return self.main(*args, **kwargs)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\core.py", line 782, in main
rv = self.invoke(ctx)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\core.py", line 1236, in invoke
return Command.invoke(self, ctx)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\decorators.py", line 73, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\core.py", line 610, in invoke
return callback(*args, **kwargs)
"C:\Users\Chris\AppData\Local\Programs\Python\Python38\Lib\site-packages\pipenv\vendor\click\decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
"c:\users\chris\appdata\local\programs\python\python38\lib\site-packages\pipenv\cli\command.py", line 139, in cli
get_pipenv_diagnostics()
"c:\users\chris\appdata\local\programs\python\python38\lib\site-packages\pipenv\help.py", line 33, in get_pipenv_diagnostics
python_paths = finder.find_all_python_versions()
"c:\users\chris\appdata\local\programs\python\python38\lib\site-packages\pipenv\vendor\pythonfinder\pythonfinder.py", line 328, in find_all_python_versions
path_list = sorted(versions, key=version_sort, reverse=True)
AttributeError: 'NoneType' object has no attribute 'version_sort'
| 0.327776 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/aiohttp/web_protocol.py", line 417, in start
resp = yield from self._request_handler(request)
"/usr/local/lib/python3.5/site-packages/aiohttp/web.py", line 289, in _handle
resp = yield from handler(request)
"/usr/local/lib/python3.5/asyncio/coroutines.py", line 213, in coro
res = yield from res
"/usr/local/lib/python3.5/asyncio/coroutines.py", line 213, in coro
res = yield from res
"/usr/src/app/homeassistant/components/http/ban.py", line 58, in ban_middleware_handler
return (yield from handler(request))
"/usr/src/app/homeassistant/components/http/__init__.py", line 422, in handle
result = handler(request, **request.match_info)
"/usr/src/app/homeassistant/components/media_player/spotify.py", line 115, in get
self.oauth.get_access_token(request.GET['code'])
"multidict/_multidict.pyx", line 124, in multidict._multidict._Base.__getitem__ (multidict/_multidict.c:3486)
"multidict/_multidict.pyx", line 119, in multidict._multidict._Base._getone (multidict/_multidict.c:3421)
KeyError: "Key not found: 'code'"ESC[0m
| Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_platform.py", line 219, in async_add_entities
for entity in new_entities]
"/usr/src/app/homeassistant/helpers/entity_platform.py", line 216, in <listcomp>
self._async_add_entity(entity, update_before_add,
"/usr/src/app/homeassistant/components/scene/homeassistant.py", line 43, in <genexpr>
hass, _process_config(scene)) for scene in scene_config)
"/usr/src/app/homeassistant/components/scene/homeassistant.py", line 73, in _process_config
states[entity_id.lower()] = State(entity_id, state, attributes)
"/usr/src/app/homeassistant/core.py", line 668, in __init__
"Format should be <domain>.<object_id>").format(entity_id))
homeassistant.exceptions.InvalidEntityFormatError: Invalid entity id encountered: vacuum.robbie.start. Format should be <domain>.<object_id>
| 0.315264 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
AttributeError: 'Process' object has no attribute 'cpu_affinity'
| Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/nose/loader.py", line 231, in generate
for test in g():
"/tmp/buildd/nipype-0.5.1/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/tests/test_utils.py", line 157, in test_multi_disconnected_iterable
eg = metawf.run(plugin='Linear')
"/tmp/buildd/nipype-0.5.1/debian/python-nipype/usr/lib/python2.7/site-packages/nipype/pipeline/engine.py", line 496, in run
raise ImportError(msg)ImportError: Could not import plugin module: nipype.pipeline.plugins | 0.32687 |
Traceback (most recent call last):
"c:\Anaconda3\Scripts\conda-script.py", line 5, in <module>
sys.exit(conda.cli.main())
AttributeError: module 'conda.cli' has no attribute 'main'
| Traceback (most recent call last):
"train.py", line 105, in <module>
loss, outputs = model(imgs, targets)
"/home/gabriel/.conda/envs/alpr/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/gabriel/Documentos/PyTorch-YOLOv3/models.py", line 262, in forward
x, layer_loss = module[0](x, targets, img_dim)
"/home/gabriel/.conda/envs/alpr/lib/python3.5/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/gabriel/Documentos/PyTorch-YOLOv3/models.py", line 194, in forward
loss_x = self.mse_loss(x[obj_mask], tx[obj_mask])
RuntimeError: copy_if failed to synchronize: device-side assert triggered
| 0.293776 |
Traceback (most recent call last):
"/anaconda3/lib/python3.7/site-packages/psutil/_psosx.py", line 362, in catch_zombie
yield
"/anaconda3/lib/python3.7/site-packages/psutil/_psosx.py", line 401, in _get_pidtaskinfo
ret = cext.proc_pidtaskinfo_oneshot(self.pid)
ProcessLookupError: [Errno 3] No such process
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 147, in perform_request
response = self.pool.urlopen(method, url, body, retries=False, headers=self.headers, **kw)
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 333, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 686, in reraise
raise value
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/local/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output
self.send(msg)
"/usr/local/lib/python3.6/http/client.py", line 964, in send
self.connect()
"/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect
conn = self._new_conn()
"/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f3c2ef3b0f0>: Failed to establish a new connection: [Errno 111] Connection refused
| 0.283152 |
Traceback (most recent call last):
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/extract_scene.py", line 155, in main
scene = SceneClass(**scene_kwargs)
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/scene/scene.py", line 53, in __init__
self.construct()
"example_scenes.py", line 83, in construct
self.play(ShowCreation(square))
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/scene/scene.py", line 406, in wrapper
func(self, *args, **kwargs)
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/scene/scene.py", line 463, in play
self.progress_through_animations(animations)
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/scene/scene.py", line 439, in progress_through_animations
self.add_frames(self.get_frame())
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/scene/scene.py", line 543, in add_frames
self.file_writer.write_frame(frame)
"/Users/situjianfei/Anaconda/anaconda3/lib/python3.7/site-packages/manimlib/scene/scene_file_writer.py", line 185, in write_frame
self.writing_process.stdin.write(frame.tostring())
BrokenPipeError: [Errno 32] Broken pipe
|
Traceback (most recent call last):
"/home/production/.virtualenvs/wchat/lib/python3.5/site-packages/tornado/web.py", line 1445, in _execute
result = yield result
"/home/production/.virtualenvs/wchat/lib/python3.5/site-packages/tornado/gen.py", line 1008, in run
value = future.result()
"/home/production/.virtualenvs/wchat/lib/python3.5/site-packages/tornado/concurrent.py", line 232, in result
raise_exc_info(self._exc_info)
"<string>", line 3, in raise_exc_info
"/home/production/.virtualenvs/wchat/lib/python3.5/site-packages/tornado/gen.py", line 282, in wrapper
yielded = next(result)
"/home/production/.virtualenvs/wchat/lib/python3.5/site-packages/tornado/web.py", line 2265, in get
self.root, absolute_path)
"/home/production/.virtualenvs/wchat/lib/python3.5/site-packages/tornado/web.py", line 2446, in validate_absolute_path
if (os.path.isdir(absolute_path) and
"/home/production/.virtualenvs/wchat/lib/python3.5/genericpath.py", line 42, in isdir
st = os.stat(s)
UnicodeEncodeError: 'ascii' codec can't encode character '\u200f' in position 52: ordinal not in range(128) | 0.303048 |
Traceback (most recent call last):
"/usr/lib/python3.5/concurrent/futures/_base.py", line 297, in _invoke_callbacks
callback(self)
"/usr/lib/python3.5/asyncio/futures.py", line 463, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
"/usr/lib/python3.5/asyncio/base_events.py", line 618, in call_soon_threadsafe
self._check_closed()
"/usr/lib/python3.5/asyncio/base_events.py", line 357, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed | Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 545, in _real_extract
doc = parse_xml(webpage)
"/usr/bin/youtube-dl/youtube_dl/utils.py", line 1509, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1301, in XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise errParseError: not well-formed (invalid token): line 96, column 52 | 0.250713 |
Traceback (most recent call last):
"/Users/Palace/anaconda/bin/conda", line 6, in <module>
sys.exit(main())
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/cli/main.py", line 139, in main
args_func(args, p)
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/cli/main.py", line 146, in args_func
args.func(args, p)
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/cli/main_create.py", line 49, in execute
install.install(args, parser, 'create')
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/cli/install.py", line 247, in install
clone(args.clone, prefix, json=args.json, quiet=args.quiet, index=index)
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/cli/install.py", line 84, in clone
quiet=quiet, index=index)
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/misc.py", line 243, in clone_env
sorted_dists = r.dependency_sort(dists)
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/resolve.py", line 716, in dependency_sort
for key, value in iteritems(must_have):
"/Users/Palace/anaconda/lib/python3.5/site-packages/conda/compat.py", line 157, in iteritems
return iter(getattr(d, _iteritems)())AttributeError: 'list' object has no attribute 'items' | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp10f7prtw\build\youtube_dl\YoutubeDL.py", line 784, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp10f7prtw\build\youtube_dl\extractor\common.py", line 437, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp10f7prtw\build\youtube_dl\extractor\abc.py", line 143, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp10f7prtw\build\youtube_dl\extractor\common.py", line 1075, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.148459 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1212, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1121, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1187, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/lib/python3/dist-packages/youtube_dl/jsinterp.py", line 245, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
youtube_dl.utils.ExtractorError: Could not find JS function 'encodeURIComponent'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"c:\python27\lib\runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"c:\python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
"C:\Python27\Scripts\mrjob-2.7.exe\__main__.py", line 9, in <module>
"c:\python27\lib\site-packages\mrjob\cmd.py", line 68, in main
commands[args[1]](args[2:])
"c:\python27\lib\site-packages\mrjob\cmd.py", line 85, in _create_cluster
from mrjob.tools.emr.create_cluster import main
"c:\python27\lib\site-packages\mrjob\tools\emr\create_cluster.py", line 198, in <module>
from mrjob.emr import EMRJobRunner
"c:\python27\lib\site-packages\mrjob\emr.py", line 52, in <module>
from mrjob.cloud import HadoopInTheCloudJobRunner
"c:\python27\lib\site-packages\mrjob\cloud.py", line 23, in <module>
from signal import SIGKILL
ImportError: cannot import name SIGKILL
| 0.266152 |
Traceback (most recent call last):
"c:\srv\tmp\huey\huey\tests\test_storage.py", line 278, in tearDown
os.unlink('huey_storage.db')
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'huey_storage.db'
| Traceback (most recent call last):
"<ipython-input-129-3d458af8513c>", line 1, in <module>
df.date.dt.tz_convert('EST')
"~/anaconda/lib/python3.5/site-packages/pandas/core/generic.py", line 2740, in __getattr__
return object.__getattribute__(self, name)
"~/anaconda/lib/python3.5/site-packages/pandas/core/base.py", line 241, in __get__
return self.construct_accessor(instance)
"~/anaconda/lib/python3.5/site-packages/pandas/core/series.py", line 2743, in _make_dt_accessor
raise AttributeError("Can only use .dt accessor with datetimelike "
AttributeError: Can only use .dt accessor with datetimelike values
| 0.302195 |
Traceback (most recent call last):
"<ipython-input-7-83238b59a603>", line 1, in <module>
runfile('/home/visual/andche/MRI_DATA/decoding_merged_TRs.py', wdir='/home/visual/andche/MRI_DATA')
"/project/3019005.02/conda_env/nipype_v1x/lib/python3.5/site-packages/spyder/utils/site/sitecustomize.py", line 705, in runfile
execfile(filename, namespace)
"/project/3019005.02/conda_env/nipype_v1x/lib/python3.5/site-packages/spyder/utils/site/sitecustomize.py", line 102, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"/home/visual/andche/MRI_DATA/decoding_merged_TRs.py", line 159, in <module>
decoding.run('PBS', plugin_args={'max_jobs':600, 'qsub_args' : '-l walltime=00:10:00,mem=4g', 'template':'', 'max_tries':3,'retry_timeout': 5})
"/project/3019005.02/conda_env/nipype_v1x/lib/python3.5/site-packages/nipype/pipeline/engine/workflows.py", line 595, in run
runner.run(execgraph, updatehash=updatehash, config=self.config)
"/project/3019005.02/conda_env/nipype_v1x/lib/python3.5/site-packages/nipype/pipeline/plugins/base.py", line 168, in run
self._clean_queue(jobid, graph, result=result))
"/project/3019005.02/conda_env/nipype_v1x/lib/python3.5/site-packages/nipype/pipeline/plugins/base.py", line 227, in _clean_queue
raise RuntimeError("".join(result['traceback']))
RuntimeError: Traceback (most recent call last):
| Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/IPython/html/tests/test_nbextensions.py", line 67, in setUp
touch(fullpath)
"/usr/local/lib/python3.4/dist-packages/IPython/html/tests/test_nbextensions.py", line 39, in touch
open(file, 'a').close()UnicodeEncodeError: 'latin-1' codec can't encode character '\u0192' in position 17: ordinal not in range(256) | 0.277904 |
Traceback (most recent call last):
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\exceptions.py", line 479, in conda_exception_handler
return_value = func(*args, **kwargs)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\cli\main.py", line 145, in _main
exit_code = args.func(args, p)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\cli\main_update.py", line 65, in execute
install(args, parser, 'update')
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\cli\install.py", line 405, in install
execute_actions(actions, index, verbose=not context.quiet)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\plan.py", line 643, in execute_actions
inst.execute_instructions(plan, index, verbose)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\instructions.py", line 135, in execute_instructions
cmd(state, arg)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\instructions.py", line 58, in EXTRACT_CMD
extract(arg)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\install.py", line 812, in extract
exp_backoff_fn(os.rename, temp_path, path)
"C:\Users\Sandile\Anaconda3\lib\site-packages\conda\common\disk.py", line 165, in exp_backoff_fn
result = fn(*args, **kwargs)
PermissionError: [WinError 5] Access is denied: 'C:\\Users\\Sandile\\Anaconda3\\pkgs\\mkl-2017.0.1-0.tmp' -> 'C:\\Users\\Sandile\\Anaconda3\\pkgs\\mkl-2017.0.1-0' | Traceback (most recent call last):
"eagle-eye.py", line 261, in <module>
main(skipFB=args.skipfb, skipY=args.skipyandex, FBUrls=[], jsonRep=jsonRep
, dockerMode=aDocker, dockerName=aName)
"eagle-eye.py", line 139, in main
yandex.collectLinksLocal()
"/root/Desktop/TOOLS/Socialvector/EagleEye/grabber/yandex.py", line 74, in collectLinksLocal
elems = driver.find_elements_by_xpath('/html/body/div[1]/div[2]/div[1]/div[1]/div[1]/div/div/div/div[1]/div[2]/form/div[1]/span/span[2]')[0]
IndexError: list index out of range
| 0.290252 |
Traceback (most recent call last):
"C:\Users\shack\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy\like_atm.py", line 8, in <module>
from instapy import InstaPy
"C:\Users\shack\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy\instapy.py", line 27, in <module>
from . import __version__
ImportError: attempted relative import with no known parent package
| Traceback (most recent call last):
"/usr/local/bin/pyspider", line 9, in <module>
load_entry_point('pyspider==0.3.4', 'console_scripts', 'pyspider')()
"/usr/local/lib/python3.4/dist-packages/pyspider/run.py", line 718, in main
cli()
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 664, in **call**
return self.main(_args, *_kwargs)
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 644, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 971, in invoke
return Command.invoke(self, ctx)
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 837, in invoke
return ctx.invoke(self.callback, *_ctx.params)
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 464, in invoke
return callback(_args, *_kwargs)
"/usr/local/lib/python3.4/dist-packages/pyspider/run.py", line 159, in cli
ctx.invoke(all)
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 464, in invoke
return callback(_args, *_kwargs)
"/usr/local/lib/python3.4/dist-packages/pyspider/run.py", line 471, in all
ctx.invoke(webui, *_webui_config)
"/usr/local/lib/python3.4/dist-packages/click/core.py", line 464, in invoke
return callback(_args, *_kwargs)
"/usr/local/lib/python3.4/dist-packages/pyspider/run.py", line 306, in webui
app = load_cls(None, None, webui_instance)
"/usr/local/lib/python3.4/dist-packages/pyspider/run.py", line 46, in load_cls
return utils.load_object(value)
"/usr/local/lib/python3.4/dist-packages/pyspider/libs/utils.py", line 348, in load_object
module = **import**(module_name, globals(), locals(), [object_name])
"/usr/local/lib/python3.4/dist-packages/pyspider/webui/**init**.py", line 8, in <module>
from . import app, index, debug, task, result, login
"/usr/local/lib/python3.4/dist-packages/pyspider/webui/app.py", line 80, in <module>
template_folder=os.path.join(os.path.dirname(**file**), 'templates'))
"/usr/local/lib/python3.4/dist-packages/flask/app.py", line 319, in **init**
template_folder=template_folder)
"/usr/local/lib/python3.4/dist-packages/flask/helpers.py", line 741, in **init**
self.root_path = get_root_path(self.import_name)
"/usr/local/lib/python3.4/dist-packages/flask/helpers.py", line 631, in get_root_path
loader = pkgutil.get_loader(import_name)
"/usr/lib/python3.4/pkgutil.py", line 467, in get_loader
return find_loader(fullname)
"/usr/lib/python3.4/pkgutil.py", line 488, in find_loader
return spec.loaderAttributeError: 'NoneType' object has no attribute 'loader' | 0.252824 |
Traceback (most recent call last):
"quickstart.py", line 31, in job
session.login()
"/home/pi/Projects/InstaPy/instapy/instapy.py", line 422, in login
self.bypass_with_mobile):
"/home/pi/Projects/InstaPy/instapy/login_util.py", line 156, in login_user
web_address_navigator(browser, ig_homepage)
"/home/pi/Projects/InstaPy/instapy/util.py", line 812, in web_address_navigator
current_url = get_current_url(browser)
"/home/pi/Projects/InstaPy/instapy/util.py", line 1256, in get_current_url
current_url = browser.execute_script("return window.location.href")
"/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 636, in execute_script
'args': converted_args})['value']
"/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute
response = self.command_executor.execute(driver_command, params)
"/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/remote_connection.py", line 376, in execute
return self._request(command_info[0], url, body=data)
"/usr/local/lib/python3.5/dist-packages/selenium/webdriver/remote/remote_connection.py", line 399, in _request
resp = self._conn.request(method, url, body=body, headers=headers)
"/usr/local/lib/python3.5/dist-packages/urllib3/request.py", line 72, in request
**urlopen_kw)
"/usr/local/lib/python3.5/dist-packages/urllib3/request.py", line 150, in request_encode_body
return self.urlopen(method, url, **extra_kw)
"/usr/local/lib/python3.5/dist-packages/urllib3/poolmanager.py", line 322, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
"/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 667, in urlopen
**response_kw)
"/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 667, in urlopen
**response_kw)
"/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 667, in urlopen
**response_kw)
"/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/local/lib/python3.5/dist-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=54299): Max retries exceeded with url: /session/20feece5fe633e38396aee97e0404821/execute (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x74b62b70>: Failed to establish a new connection: [Errno 111] Connection refused',))
| Traceback (most recent call last):
"examples/tensorflow_eager_simple.py", line 22, in <module>
import tensorflow.contrib.eager as tfe
ModuleNotFoundError: No module named 'tensorflow.contrib'
| 0.212886 |
Traceback (most recent call last):
"/Users/jche11/anaconda/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2862, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-1a0b0bf45d07>", line 2, in <module>
wb.download(indicator='SP.POP.TOTL', country='WLD', start=1800, end=2100)
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/wb.py", line 379, in download
**kwargs).read()
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/wb.py", line 163, in read
return self._read()
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/wb.py", line 172, in _read
df = self._read_one_data(self.url + indicator, self.params)
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/base.py", line 81, in _read_one_data
out = self._get_response(url, params=params).json()
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/base.py", line 139, in _get_response
raise RemoteDataError('Unable to read URL: {0}'.format(url))
pandas_datareader._utils.RemoteDataError: Unable to read URL: http://api.worldbank.org/countries/WLD/indicators/SP.POP.TOTL?date=1800%3A2100&per_page=25000&format=json
| Traceback (most recent call last):
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.1.4\helpers\pydev\pydevd.py", line 1664, in <module>
main()
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.1.4\helpers\pydev\pydevd.py", line 1658, in main
globals = debugger.run(setup['file'], None, None, is_module)
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.1.4\helpers\pydev\pydevd.py", line 1068, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.1.4\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"C:/Users/steve/Project/solarpanels/train_unet.py", line 9, in <module>
path = trainer.train(data_provider, "./model_unet", training_iters=32, epochs=100)
"C:\Users\steve\AppData\Roaming\Python\Python36\site-packages\tf_unet-0.1.1-py3.6.egg\tf_unet\unet.py", line 422, in train
test_x, test_y = data_provider(self.verification_batch_size)
"C:\Users\steve\AppData\Roaming\Python\Python36\site-packages\tf_unet-0.1.1-py3.6.egg\tf_unet\image_util.py", line 98, in __call__
X[i] = train_data
ValueError: could not broadcast input array from shape (470,773,1) into shape (470,772,1)
| 0.300425 |
3322 of
3322 BytesTraceback (most recent call last):
"PixivUtil2.py", line 115, in download_image
"PixivHelper.pyc", line 512, in downloadImage
"PixivHelper.pyc", line 323, in speedInStrZeroDivisionError: float division by zero | Traceback (most recent call last):
"<ipython-input-11-59ba69b135ec>", line 1, in <module>
solve(x<A)
"sympy/solvers/solvers.py", line 695, in solve
return reduce_inequalities(f, symbols=symbols)
"sympy/solvers/inequalities.py", line 553, in reduce_inequalities
i = i.func(i.lhs.as_expr() - i.rhs.as_expr(), 0)AttributeError: 'MatrixSymbol' object has no attribute 'as_expr' | 0.169437 |
Module star raised an exception: Traceback (most recent call last):
"/usr/local/bin/multiqc", line 345, in multiqc
report.modules_output.append(mod())
"/usr/local/lib/python3.4/site-packages/multiqc/modules/star/star.py", line 27, in __init__
parsed_data = self.parse_star_report(f['f'])
"/usr/local/lib/python3.4/site-packages/multiqc/modules/star/star.py", line 88, in parse_star_report
parsed_data['unmapped_mismatches'] = int(round(unmapped_count * (parsed_data['unmapped_mismatches_percent'] / total_unmapped_percent), 0))ZeroDivisionError: float division by zero |
Traceback (most recent call last):
return constructor[m](evaluation_context)
"<string>", line 46, in GenerateConfig
KeyError: 'forseti-config'
| 0.115264 |
Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main
gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable | Traceback (most recent call last):
"lib/core/decorators.py", line 49, in _f
result = _cache[f][key]
"lib/core/datatype.py", line 136, in __getitem__
value = self.cache.pop(key)KeyError: 2101529138477908717 | 0.22041 |
Traceback (most recent call last):
"/home/grab/gs-venv/lib/python3.4/site-packages/dns/inet.py", line 104, in is_multicast
first = ord(dns.ipv4.inet_aton(text)[0])
TypeError: ord() expected string of length 1, but int found
| Traceback (most recent call last):
"setup.py", line 49, in <module>
setuptools.setup(**params)
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/python-2.7.14-5vxw6f2k4hjdnk7fi6tulhtrasixblki/lib/python2.7/distutils/core.py", line 111, in setup
_setup_distribution = dist = klass(attrs)
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/setuptools/dist.py", line 318, in __init__
self.fetch_build_eggs(attrs['setup_requires'])
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/setuptools/dist.py", line 375, in fetch_build_eggs
replace_conflicting=True,
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/pkg_resources/__init__.py", line 851, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1123, in best_match
return self.obtain(req, installer)
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1135, in obtain
return installer(requirement)
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/setuptools/dist.py", line 443, in fetch_build_egg
return cmd.easy_install(req)
"/Users/harrison37/Work/2017_09_conduit_spack_update/spack/opt/spack/darwin-elcapitan-x86_64/clang-7.3.0-apple/py-setuptools-35.0.2-2jxxsgfojlrnbs52bshmraxsjbhzt275/lib/python2.7/site-packages/setuptools/command/easy_install.py", line 667, in easy_install
raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools_scm>=1.15.0')
| 0.322539 |
Traceback (most recent call last):
"/home/damnick/tmp/pyserial/test/test_cancel.py", line 67, in setUp
self.assertTrue(hasattr(self.s, 'cancel_write'), "serial instance has no cancel_write")AssertionError: False is not true : serial instance has no cancel_write |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/salt/state.py", line 1591, in call
**cdata['kwargs'])
"/usr/local/lib/python2.7/site-packages/salt/states/user.py", line 405, in present
__salt__['shadow.del_password'](name)
"/usr/local/lib/python2.7/site-packages/salt/utils/lazy.py", line 93, in __getitem__
raise KeyError(key)
KeyError: 'shadow.del_password'
Started: 15:42:42.827724 | 0.243241 |
Traceback (most recent call last):
"/opt/venv4archery/lib/python3.6/site-packages/django/db/backends/base/base.py", line 216, in ensure_connection
self.connect()
"/opt/venv4archery/lib/python3.6/site-packages/django/db/backends/base/base.py", line 194, in connect
self.connection = self.get_new_connection(conn_params)
"/opt/venv4archery/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 234, in get_new_connection
return Database.connect(**conn_params)
"/opt/venv4archery/lib/python3.6/site-packages/MySQLdb/__init__.py", line 85, in Connect
return Connection(*args, **kwargs)
"/opt/venv4archery/lib/python3.6/site-packages/MySQLdb/connections.py", line 204, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' (111)")
| Traceback (most recent call last):
"<path>/numba/numba/errors.py", line 595, in new_error_context
yield
"<path>/numba/numba/lowering.py", line 254, in lower_block
self.lower_inst(inst)
"<path>/numba/numba/lowering.py", line 303, in lower_inst
val = self.lower_assign(ty, inst)
"<path>/numba/numba/lowering.py", line 449, in lower_assign
return self.lower_expr(ty, value)
"<path>/numba/numba/lowering.py", line 933, in lower_expr
val = self.loadvar(expr.value.name)
"<path>/numba/numba/lowering.py", line 966, in loadvar
ptr = self.getvar(name)
"<path>/numba/numba/lowering.py", line 960, in getvar
return self.varmap[name]
KeyError: 'k'
| 0.206901 |
Traceback (most recent call last):
"/pentest/recon/spiderfoot/sflib.py", line 1478, in fetchUrl
result['content'] = res.content.decode("ascii")
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf1 in position 13593528: ordinal not in range(128)
| Traceback (most recent call last):
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 438, in _jsonrpc_retry_call
return self._jsonrpc_call(*args, **kwargs)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 475, in _jsonrpc_call
(time.time() - request_start))
uiautomator2.exceptions.GatewayError: uiautomator2.GatewayError(gateway error, time used 0.0s)
| 0.268567 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/local/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"./you/__main__.py", line 19, in <module>
"./you/youtube_dl/**init**.py", line 410, in main
"./you/youtube_dl/**init**.py", line 400, in _real_main
"./you/youtube_dl/YoutubeDL.py", line 1666, in download
"./you/youtube_dl/YoutubeDL.py", line 672, in extract_info
"./you/youtube_dl/YoutubeDL.py", line 725, in process_ie_result
"./you/youtube_dl/YoutubeDL.py", line 661, in extract_info
"./you/youtube_dl/extractor/common.py", line 290, in extract
"./you/youtube_dl/extractor/theplatform.py", line 190, in _real_extract
"./you/youtube_dl/extractor/common.py", line 441, in _download_webpage
"./you/youtube_dl/extractor/common.py", line 348, in _download_webpage_handle
"./you/youtube_dl/extractor/common.py", line 329, in _request_webpage
"./you/youtube_dl/YoutubeDL.py", line 1873, in urlopen
"/usr/local/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
"/usr/local/lib/python2.7/urllib2.py", line 285, in get_type
raise ValueError, "unknown url type: %s" % self.__originalValueError: unknown url type: //assets.adobedtm.com/cd771b0aa897f931a306d7ab6af0d448836b5fd1/satelliteLib-b4a012ca1ff96bd960a7a5db112455f1ce62a52e.js | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4a0k6hcr\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4a0k6hcr\build\youtube_dl\extractor\common.py", line 369, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4a0k6hcr\build\youtube_dl\extractor\youtube.py", line 1650, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4a0k6hcr\build\youtube_dl\extractor\youtube.py", line 1071, in _decrypt_signature
youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
| 0.276244 |
Traceback (most recent call last):
"c:\program files (x86)\python36-32\lib\site-packages\instaLooter\core.py", line 229, in pages
media_info = data['entry_data'][self._page_name][0][self._section_name]['media']
KeyError: 'ProfilePage'
| Traceback (most recent call last):
"commands_test.py", line 4, in <module>
import iptc
"/usr/lib/python2.6/site-packages/python_iptables-0.2.0_dev-py2.6-linux-x86_64.egg/iptc/__init__.py", line 10, in <module>
from ip4tc import Table, Chain, Rule, Match, Target, Policy, IPTCError
"/usr/lib/python2.6/site-packages/python_iptables-0.2.0_dev-py2.6-linux-x86_64.egg/iptc/ip4tc.py", line 11, in <module>
from xtables import (XT_INV_PROTO, NFPROTO_IPV4, XTablesError, xtables,
"/usr/lib/python2.6/site-packages/python_iptables-0.2.0_dev-py2.6-linux-x86_64.egg/iptc/xtables.py", line 744, in <module>
class xtables(object):
"/usr/lib/python2.6/site-packages/python_iptables-0.2.0_dev-py2.6-linux-x86_64.egg/iptc/xtables.py", line 757, in xtables
_xtables_afinfo = ct.c_void_p.in_dll(_lib_xtables, "afinfo")ValueError: /lib64/libxtables.so.4: undefined symbol: afinfo | 0.302282 |
Traceback (most recent call last):
"undistort-h36m.py", line 47, in <module>
sample = dataset[sample_idx]
"/media/saman/storage_device/ubuntu/learnable-triangulation/mvn/datasets/human36m_preprocessing/../../../mvn/datasets/human36m.py", line 182, in __getitem__
if self.keypoints_3d_pred is not None:
AttributeError: 'Human36MMultiViewDataset' object has no attribute 'keypoints_3d_pred'` | Traceback (most recent call last):
"/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/connection.py", line 80, in create_connection
raise err
"/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/connection.py", line 70, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
| 0.239633 |
Traceback (most recent call last):
"/home/speedoo/freqtrade/freqtrade/main.py", line 37, in main
return_code = args['func'](args)
"/home/speedoo/freqtrade/freqtrade/commands/optimize_commands.py", line 86, in start_hyperopt
hyperopt.start()
"/home/speedoo/freqtrade/freqtrade/optimize/hyperopt.py", line 449, in start
f_val = self.run_optimizer_parallel(parallel, asked, i)
"/home/speedoo/freqtrade/freqtrade/optimize/hyperopt.py", line 366, in run_optimizer_parallel
return parallel(delayed(
"/home/speedoo/freqtrade/.env/lib/python3.8/site-packages/joblib/parallel.py", line 1054, in __call__
self.retrieve()
"/home/speedoo/freqtrade/.env/lib/python3.8/site-packages/joblib/parallel.py", line 933, in retrieve
self._output.extend(job.get(timeout=self.timeout))
"/home/speedoo/freqtrade/.env/lib/python3.8/site-packages/joblib/_parallel_backends.py", line 542, in wrap_future_result
return future.result(timeout=timeout)
"/usr/lib/python3.8/concurrent/futures/_base.py", line 439, in result
return self.__get_result()
"/usr/lib/python3.8/concurrent/futures/_base.py", line 388, in __get_result
raise self._exception
KeyError: 'cci-buy'
| Traceback (most recent call last):
"/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 806, in wrapper
return func(self, *args, **kwargs)
"/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 838, in __extract_info
return self.process_ie_result(ie_result, download, extra_info)
"/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 872, in process_ie_result
return self.process_video_result(ie_result, download=download)
"/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 1671, in process_video_result
expected=True)
ExtractorError: requested format not available
| 0.181721 |
Traceback (most recent call last):
"/home/kiril/workspace/pinax_advanced_text/env/local/lib/python2.7/site-packages/django_openid/tests/consumer_tests.py", line 95, in testLoginFailure
self.assert_('Failure: ' in response.content)
"/home/kiril/workspace/pinax_advanced_text/env/local/lib/python2.7/site-packages/django/template/response.py", line 113, in _get_content
raise ContentNotRenderedError('The response content must be rendered before it can be accessed.')ContentNotRenderedError: The response content must be rendered before it can be accessed. | Traceback (most recent call last):
"sqlmap.py", line 146, in main
"lib/core/option.py", line 2470, in init
"lib/core/option.py", line 1596, in _cleanupOptionsLookupError: unknown encoding: string_escape | 0.198799 |
Traceback (most recent call last):
"scrapy1.py", line 26, in <module>
crawler = Crawler(settings)
"/home/matt/.local/lib/python2.7/site-packages/scrapy/crawler.py", line 32, in **init**
self.spidercls.update_settings(self.settings)AttributeError: 'Settings' object has no attribute 'update_settings' | Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\tarfile.py", line 2289, in next
tarinfo = self.tarinfo.fromtarfile(self)
"C:\ProgramData\Anaconda3\lib\tarfile.py", line 1095, in fromtarfile
obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors)
"C:\ProgramData\Anaconda3\lib\tarfile.py", line 1037, in frombuf
chksum = nti(buf[148:156])
"C:\ProgramData\Anaconda3\lib\tarfile.py", line 189, in nti
raise InvalidHeaderError("invalid header")
tarfile.InvalidHeaderError: invalid header
| 0.165303 |
Traceback (most recent call last):
"/home/lukas/.local/lib/python3.5/site-packages/radicale/storage.py", line 1023, in _get_with_metadata
vobject_item)
"/home/lukas/.local/lib/python3.5/site-packages/radicale/xmlutils.py", line 605, in find_tag_and_time_range
_visit_time_ranges(vobject_item, tag, range_fn, infinity_fn)
"/home/lukas/.local/lib/python3.5/site-packages/radicale/xmlutils.py", line 303, in _visit_time_ranges
dtstarts = child.getrruleset(addRDate=True)
"/home/lukas/.local/lib/python3.5/site-packages/vobject/icalendar.py", line 501, in getrruleset
if rruleset._rrule[-1][0] != adddtstart:
"/home/lukas/.local/lib/python3.5/site-packages/dateutil/rrule.py", line 159, in __getitem__
res = advance_iterator(gen)
"/home/lukas/.local/lib/python3.5/site-packages/dateutil/rrule.py", line 860, in _iter
if until and res > until:
TypeError: can't compare offset-naive and offset-aware datetimes
| Traceback (most recent call last):
"/tmp/ansible_y6BGXK/ansible_module_ec2_group.py", line 478, in <module>
main()
"/tmp/ansible_y6BGXK/ansible_module_ec2_group.py", line 373, in main
group.authorize(rule['proto'], rule['from_port'], rule['to_port'], thisip, grantGroup)
"/usr/lib/python2.7/dist-packages/boto/ec2/securitygroup.py", line 203, in authorize
dry_run=dry_run)
"/usr/lib/python2.7/dist-packages/boto/ec2/connection.py", line 3192, in authorize_security_group
params, verb='POST')
"/usr/lib/python2.7/dist-packages/boto/connection.py", line 1223, in get_status
raise self.ResponseError(response.status, response.reason, body)
boto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request
| 0.21043 |
Traceback (most recent call last):
"/srv/hass/src/home-assistant/homeassistant/core.py", line 809, in job_handler
func(arg)
"/srv/hass/src/home-assistant/homeassistant/helpers/event.py", line 51, in state_change_listener
event.data['new_state'])TypeError: template_sensor_state_listener() missing 1 required positional argument: 'new_state' |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\xxx\AppData\Local\Temp\pip-install-ugvuvz4g\torch\setup.py", line 265, in <module>
description="Tensors and Dynamic neural networks in Python with strong GPU acceleration",
"c:\users\xx\appdata\local\programs\python\python37\lib\site-packages\setuptools\__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
"c:\users\xx\appdata\local\programs\python\python37\lib\distutils\core.py", line 148, in setup
dist.run_commands()
"c:\users\xx\appdata\local\programs\python\python37\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
"c:\users\xx\appdata\local\programs\python\python37\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
"C:\Users\xx\AppData\Local\Temp\pip-install-ugvuvz4g\torch\setup.py", line 99, in run
self.run_command('build_deps')
"c:\users\xx\appdata\local\programs\python\python37\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
"c:\users\xx\appdata\local\programs\python\python37\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
"C:\Users\xx\AppData\Local\Temp\pip-install-ugvuvz4g\torch\setup.py", line 51, in run
from tools.nnwrap import generate_wrappers as generate_nn_wrappers
ModuleNotFoundError: No module named 'tools.nnwrap'
| 0.294642 |
Traceback (most recent call last):
"Z:/Users/Brian/Google Drive/Catalyst/mean_reversion_simple.py", line 612, in <module>
stats_output=None,
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\run_algo.py", line 537, in run_algorithm
stats_output=stats_output
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\run_algo.py", line 316, in _run
overwrite_sim_params=False,
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_algorithm.py", line 297, in run
data, overwrite_sim_params
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\algorithm.py", line 724, in run
for perf in self.get_generator():
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\gens\tradesimulation.py", line 224, in transform
for capital_change_packet in every_bar(dt):
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\gens\tradesimulation.py", line 137, in every_bar
handle_data(algo, current_data, dt_to_use)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\events.py", line 216, in handle_data
dt,
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\events.py", line 235, in handle_data
self.callback(context, data)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_algorithm.py", line 751, in handle_data
self._handle_data(self, data)
"Z:/Users/Brian/Google Drive/Catalyst/mean_reversion_simple.py", line 243, in handle_data
context.market, .95, limit_price = (price * 1.01)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\api_support.py", line 57, in wrapped
return getattr(algo_instance, f.__name__)(*args, **kwargs)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\api_support.py", line 126, in wrapped_method
return method(self, *args, **kwargs)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\algorithm.py", line 2055, in order_target_percent
style=style)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\api_support.py", line 126, in wrapped_method
return method(self, *args, **kwargs)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\algorithm.py", line 1462, in order
return self.blotter.order(asset, amount, style)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_blotter.py", line 169, in order
if amount == 0:
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_blotter.py", line 185, in order
args=(asset, amount, style),
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\redo\__init__.py", line 162, in retry
return action(*args, **kwargs)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_blotter.py", line 163, in exchange_order
asset, amount, style
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange.py", line 822, in order
return self.create_order(asset, amount, is_buy, style)
"C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\ccxt\ccxt_exchange.py", line 779, in create_order
e='order amount lower than the smallest lot: {}'.format(amount)
catalyst.exchange.exchange_errors.CreateOrderError: <exception str() failed>
| Traceback (most recent call last):
"/home/ubuntu/anaconda3/envs/pytorch_py3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/ubuntu/anaconda3/envs/pytorch_py3.6/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/ubuntu/anaconda3/envs/pytorch_py3.6/lib/python3.6/site-packages/torch/distributed/launch.py", line 253, in <module>
main()
"/home/ubuntu/anaconda3/envs/pytorch_py3.6/lib/python3.6/site-packages/torch/distributed/launch.py", line 249, in main
cmd=cmd)
subprocess.CalledProcessError: Command '['/home/ubuntu/anaconda3/envs/pytorch_py3.6/bin/python', '-u', 'train.py', '--local_rank=0', './configs/stylegan_demo.py', '--work_dir', 'work_dirs/stylegan_demo/', '--launcher=pytorch']' returned non-zero exit status 1.
| 0.206857 |
Traceback (most recent call last):
"/usr/local/bin/wo", line 8, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/wo/cli/main.py", line 102, in mai
n
app.run()
"/usr/local/lib/python3.5/dist-packages/cement/core/foundation.py", line
882, in run
return_val = self.controller._dispatch()
"/usr/local/lib/python3.5/dist-packages/cement/core/controller.py", line
471, in _dispatch
return func()
"/usr/local/lib/python3.5/dist-packages/cement/core/controller.py", line
477, in _dispatch
return func()
"/usr/local/lib/python3.5/dist-packages/wo/cli/plugins/info.py", line 389
, in default
self.info_php()
"/usr/local/lib/python3.5/dist-packages/wo/cli/plugins/info.py", line 95,
in info_php
www_ping_path = wconfig['ping.path']
"/usr/lib/python3.5/configparser.py", line 1230, in __getitem__
raise KeyError(key)
KeyError: 'ping.path'
| Traceback (most recent call last):
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 207, in args_func
args.func(args, p)
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/cli/main_update.py", line 40, in execute
install.install(args, parser, 'update')
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 411, in install
plan.execute_actions(actions, index, verbose=not args.quiet)
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/plan.py", line 499, in execute_actions
inst.execute_instructions(plan, index, verbose)
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 140, in execute_instructions
cmd(state, arg)
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 88, in UNLINK_CMD
install.unlink(state['prefix'], arg)
"/home/eric/opt/anaconda/lib/python2.7/site-packages/conda/install.py", line 593, in unlink
with open(meta_path) as fi:IOError: [Errno 2] No such file or directory: '/home/eric/opt/anaconda/conda-meta/ipython-2.3.0-py27_0.json' | 0.329676 |
Traceback (most recent call last):
"OpenSSL/test/test_rand.py", line 219, in test_unicode_paths
self._read_write_test(path)
"OpenSSL/test/test_rand.py", line 184, in _read_write_test
with open(path, "w"):UnicodeEncodeError: 'ascii' codec can't encode character u'\u2603' in position 11: ordinal not in range(128) | Traceback (most recent call last):
"/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
self.run()
"/usr/lib/python3.4/threading.py", line 868, in run
self._target(*self._args, **self._kwargs)
"/usr/lib/python3.4/socketserver.py", line 612, in process_request_thread
self.handle_error(request, client_address)
"/usr/lib/python3.4/socketserver.py", line 609, in process_request_thread
self.finish_request(request, client_address)
"/usr/lib/python3.4/socketserver.py", line 344, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.4/socketserver.py", line 665, in __init__
self.handle()
"/usr/local/lib/python3.4/dist-packages/praw/multiprocess.py", line 77, in handle
cPickle.dump(retval, self.wfile,
# pylint: disable=E1101UnboundLocalError: local variable 'retval' referenced before assignment | 0.265783 |
Traceback (most recent call last):
"/usr/bin/atomic", line 188, in <module>
sys.exit(_func())
"/usr/lib/python3.6/site-packages/Atomic/pull.py", line 53, in pull_image
be.pull_image(self.args.image, remote_image_obj, debug=self.args.debug, assumeyes=self.args.assumeyes)
"/usr/lib/python3.6/site-packages/Atomic/backends/_ostree.py", line 115, in pull_image
return self.syscontainers.pull_image(image)
"/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 154, in pull_image
self._pull_image_to_ostree(self._get_ostree_repo(), image or self.args.image, True)
"/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 145, in _pull_image_to_ostree
image = self._pull_docker_image(repo, image.replace("docker:", "", 1))
"/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 1111, in _pull_docker_image
return self._pull_docker_tar(repo, temptar.name, image)
"/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 1132, in _pull_docker_tar
self._pull_dockertar_layers(repo, imagebranch, temp_dir, input_layers, labels=labels)
"/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 1298, in _pull_dockertar_layers
self._import_layers_into_ostree(repo, imagebranch, manifest, layers_to_import)
"/usr/lib/python3.6/site-packages/Atomic/syscontainers.py", line 1077, in _import_layers_into_ostree
repo.write_directory_to_mtree(Gio.
.new_for_path(temp_dir), mtree, modifier)
GLib.GError: g-io-error-quark: Not a regular file or symlink: loop1 (0)
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpj6iiia1g\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpj6iiia1g\build\youtube_dl\extractor\common.py", line 521, in extract
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('MD5_ORIGIN',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.178349 |
ERROR: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, len(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 352, in _extract_signature_function
player_type = id_m.group('ext')AttributeError: 'NoneType' object has no attribute 'group' | Traceback (most recent call last):
"/home/huy/.local/lib/python3.6/site-packages/urllib3/connection.py", line 160, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
"/home/huy/.local/lib/python3.6/site-packages/urllib3/util/connection.py", line 84, in create_connection
raise err
"/home/huy/.local/lib/python3.6/site-packages/urllib3/util/connection.py", line 74, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
| 0.185608 |
Traceback (most recent call last):
"C:\Python34\lib\site-packages\paramiko\packet.py", line 204, in read_all
x = self.__socket.recv(n)
"C:\Python34\lib\socketserver.py", line 617, in process_request_thread
self.finish_request(request, client_address)ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host | Traceback (most recent call last):
"/home/emperor/venv/qstraderp3/lib/python3.6/site-packages/pandas/__init__.py", line 25, in <module>
from pandas import hashtable, tslib, lib
ImportError: numpy.core.multiarray failed to import
| 0.31627 |
Error: Traceback (most recent call last):
"/Library/Python/2.7/site-packages/platformio/__main__.py", line 120, in main
cli(None, None, None)
"/Library/Python/2.7/site-packages/click/core.py", line 700, in __call__
return self.main(*args, **kwargs)
"/Library/Python/2.7/site-packages/click/core.py", line 680, in main
rv = self.invoke(ctx)
"/Library/Python/2.7/site-packages/click/core.py", line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Library/Python/2.7/site-packages/click/core.py", line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Library/Python/2.7/site-packages/click/core.py", line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Library/Python/2.7/site-packages/click/core.py", line 508, in invoke
return callback(*args, **kwargs)
"/Library/Python/2.7/site-packages/platformio/commands/device.py", line 50, in device_list
return click.echo(json.dumps(data[single_key] if single_key else data))
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 243, in dumps
return _default_encoder.encode(obj)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py", line 207, in encode
chunks = self.iterencode(o, _one_shot=True)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py", line 270, in iterencode
return _iterencode(o, 0)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xa4 in position 0: invalid start byte
| Traceback (most recent call last):
"/usr/bin/pip3", line 5, in <module>
from pkg_resources import load_entry_point
"/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 70, in <module>
import packaging.version
ImportError: No module named 'packaging'
| 0.329134 |
Traceback (most recent call last):
"eventHandler.pyc", line 136, in executeEvent
"eventHandler.pyc", line 84, in __init__
"eventHandler.pyc", line 91, in next
"NVDAObjects\behaviors.pyc", line 161, in event_caret
"NVDAObjects\IAccessible__init__.pyc", line 1277, in event_caret
"NVDAObjects__init__.pyc", line 858, in event_caret
"api.pyc", line 188, in setReviewPosition
"braille.pyc", line 1441, in handleReviewMove
"braille.pyc", line 1407, in _doCursorMove
"braille.pyc", line 998, in scrollTo
"braille.pyc", line 914, in regionPosToBufferPosLookupError: No such position | Traceback (most recent call last):
"xxxx.py", line 2, in <module>
import chainercv
"xxxx\chainer\lib\site-packages\chainercv\__init__.py", line 4, in <module>
from chainercv import datasets
# NOQA
"xxxx\chainer\lib\site-packages\chainercv\datasets\__init__.py", line 1, in <module>
from chainercv.datasets.ade20k.ade20k_semantic_segmentation_dataset import ADE20KSemanticSegmentationDataset
# NOQA
"xxxx\chainer\lib\site-packages\chainercv\datasets\ade20k\ade20k_semantic_segmentation_dataset.py", line 7, in <module>
from chainercv.datasets.ade20k.ade20k_utils import get_ade20k
"xxxx\chainer\lib\site-packages\chainercv\datasets\ade20k\ade20k_utils.py", line 8, in <module>
from chainercv import utils
"xxxx\chainer\lib\site-packages\chainercv\utils\__init__.py", line 2, in <module>
from chainercv.utils.bbox.non_maximum_suppression import non_maximum_suppression
# NOQA
"xxxx\chainer\lib\site-packages\chainercv\utils\bbox\non_maximum_suppression.py", line 6, in <module>
from chainercv.utils.bbox._nms_gpu_post import _nms_gpu_post
"__init__.pxd", line 872, in init chainercv.utils.bbox._nms_gpu_post
ValueError: numpy.ufunc has the wrong size, try recompiling. Expected 192, got 216 | 0.312561 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>AttributeError: module 'pygments' has no attribute 'styles' | Traceback (most recent call last):
"/home/vicente/volatility2/volatility/vol.py", line 192, in <module>
main()
"/home/vicente/volatility2/volatility/vol.py", line 183, in main
command.execute()
"/home/vicente/volatility2/volatility/volatility/commands.py", line 147, in execute
func(outfd, data)
"/home/vicente/volatility2/volatility/volatility/plugins/filescan.py", line 428, in render_text
for eprocess in data:
"/home/vicente/volatility2/volatility/volatility/poolscan.py", line 252, in scan
skip_type_check = skip_type_check)
"/home/vicente/volatility2/volatility/volatility/plugins/overlays/windows/windows.py", line 1258, in get_object
return self.get_object_top_down(struct_name, object_type, skip_type_check)
"/home/vicente/volatility2/volatility/volatility/plugins/overlays/windows/windows.py", line 1231, in get_object_top_down
header.get_object_type() == object_type):
"/home/vicente/volatility2/volatility/volatility/plugins/overlays/windows/win7.py", line 155, in get_object_type
return self.type_map.get(int(self.TypeIndex), '')
"/home/vicente/volatility2/volatility/volatility/plugins/overlays/windows/win10.py", line 334, in TypeIndex
return ((addr >> 8) ^ cook ^ indx) & 0xFF
TypeError: unsupported operand type(s) for ^: 'int' and 'NoneType'
| 0.324787 |
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\conda\cli\main.py", line 167, in main
import conda.cli.activate as activate
"C:\Anaconda3\lib\site-packages\conda\cli\activate.py", line 12, in <module>
from ..utils import shells
"C:\Anaconda3\lib\site-packages\conda\utils.py", line 13, in <module>
from .gateways.disk.read import compute_md5sum
"C:\Anaconda3\lib\site-packages\conda\gateways\disk\read.py", line 22, in <module>
from ...models.channel import Channel
"C:\Anaconda3\lib\site-packages\conda\models\channel.py", line 9, in <module>
from ..base.context import context
"C:\Anaconda3\lib\site-packages\conda\base\context.py", line 18, in <module>
from .._vendor.auxlib.path import expand
"C:\Anaconda3\lib\site-packages\conda\_vendor\auxlib\path.py", line 8, in <module>
import pkg_resources
"<frozen importlib._bootstrap>", line 961, in _find_and_load
"<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 646, in _load_unlocked
"<frozen importlib._bootstrap>", line 616, in _load_backward_compatible
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2985, in <module>
@_call_aside
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2971, in _call_aside
f(*args, **kwargs)
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 3013, in _initialize_master_working_set
dist.activate(replace=False)
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2544, in activate
declare_namespace(pkg)
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2118, in declare_namespace
_handle_ns(packageName, path_item)
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2058, in _handle_ns
_rebuild_mod_path(path, packageName, module)
"C:\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2087, in _rebuild_mod_path
orig_path.sort(key=position_in_sys_path)
AttributeError: '_NamespacePath' object has no attribute 'sort'
| Traceback (most recent call last):
"/root/install_bins/do_rekick.py", line 338, in <module>
main()
"/root/install_bins/do_rekick.py", line 331, in main
create_env(manager, droplet_list, options.prefix)
"/root/install_bins/do_rekick.py", line 245, in create_env
ssh_keys=[ssh_key])
"/root/install_bins/do_rekick.py", line 181, in create_droplet
droplet.create()
"/usr/local/lib/python2.7/dist-packages/digitalocean/Droplet.py", line 498, in create
"ssh_keys": self.__get_ssh_keys_id_or_fingerprint(),
"/usr/local/lib/python2.7/dist-packages/digitalocean/Droplet.py", line 466, in __get_ssh_keys_id_or_fingerprint
key.create()
"/usr/local/lib/python2.7/dist-packages/digitalocean/SSHKey.py", line 68, in create
data = self.get_data("account/keys/", type=POST, params=input_params)
"/usr/local/lib/python2.7/dist-packages/digitalocean/baseapi.py", line 113, in get_data
raise DataReadError(msg)digitalocean.baseapi.DataReadError: SSH Key is already in use on your account | 0.293117 |
Traceback (most recent call last):
"lib/cherrypy/_cprequest.py", line 635, in respond
self.process_headers()
"lib/cherrypy/_cprequest.py", line 737, in process_headers
raise cherrypy.HTTPError(400, msg)HTTPError: (400, 'Illegal cookie name sickrage_user') | Traceback (most recent call last):
"/Users/zev/Projects/chisel/fblldb.py", line 83, in runCommand
command.run(args, options)
"/Users/zev/Projects/chisel/commands/FBVisualizationCommands.py", line 183, in run
_visualize(arguments[0])
"/Users/zev/Projects/chisel/commands/FBVisualizationCommands.py", line 151, in _visualize
if fb.evaluateBooleanExpression('(unsigned long)CFGetTypeID((CFTypeRef)' + target + ') == (unsigned long)CGImageGetTypeID()'):
"/Users/zev/Projects/chisel/fblldbbase.py", line 84, in evaluateBooleanExpression
return (int(evaluateIntegerExpression('(BOOL)(' + expression + ')', printErrors)) != 0)
"/Users/zev/Projects/chisel/fblldbbase.py", line 76, in evaluateIntegerExpression
output = evaluateExpression('(int)(' + expression + ')', printErrors).replace('\'', '')AttributeError: 'NoneType' object has no attribute 'replace' | 0.184443 |
Traceback (most recent call last):
"weixin_bot.py", line 5, in <module>
from wechat import WeChat
"/home/yann/Projects/WeixinBot/wxbot_project_py2.7/wechat/__init__.py", line 4, in <module>
from wechat import WeChat
ImportError: cannot import name 'WeChat'
| Thread-275 :: [43e8701] Failed doing webui callback: Traceback (most recent call last):
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 272, in async_call
result = function(**kwargs)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 2333, in index
t = PageTemplate(rh=self, filename="home_postprocess.mako")
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/webserve.py", line 115, in __init__
self.template = lookup.get_template(filename)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/mako/lookup.py", line 256, in get_template
return self._load(srcfile, uri)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/mako/lookup.py", line 321, in _load
**self.template_args)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/mako/template.py", line 322, in __init__
module = self._compile_from_file(path, filename)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/mako/template.py", line 378, in _compile_from_file
self.module_writer)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/mako/template.py", line 703, in _compile_module_file
(dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
"/usr/pbi/sickrage-amd64/lib/python2.7/tempfile.py", line 308, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
"/usr/pbi/sickrage-amd64/lib/python2.7/tempfile.py", line 239, in _mkstemp_inner
fd = _os.open(file, flags, 0600)OSError: [Errno 28] No space left on device: '/var/db/sickrage/cache/mako/tmpfka8kG' | 0.300866 |
Traceback (most recent call last):
"/Users/asiala/code/RIDE/src/robotide/run/configmanagerui.py", line 100, in OnRemove
self.OnDelete(event)
"/Users/asiala/code/RIDE/src/robotide/run/configmanagerui.py", line 110, in OnDelete
ListEditorBase.OnDelete(self, event)
"/Users/asiala/code/RIDE/src/robotide/editor/listeditor.py", line 105, in OnDelete
self._with_column_width_preservation(self._delete_selected)
"/Users/asiala/code/RIDE/src/robotide/editor/listeditor.py", line 111, in _with_column_width_preservation
func()
"/Users/asiala/code/RIDE/src/robotide/editor/listeditor.py", line 116, in _delete_selected
self._controller.execute(DeleteItem(self._selection))
"/Users/asiala/code/RIDE/src/robotide/controller/basecontroller.py", line 25, in execute
return command.execute(self)
"/Users/asiala/code/RIDE/src/robotide/controller/commands.py", line 403, in execute
context.delete(self._item)
"/Users/asiala/code/RIDE/src/robotide/run/runanything.py", line 102, in delete
self._configs.pop(index)IndexError: pop index out of range | Traceback (most recent call last):
"buy_and_hold_backtest.py", line 7, in <module>
from qstrader.trading_session import TradingSession
"/Users/enriqueromualdez/venv/qstraderp3/lib/python3.6/site-packages/qstrader/trading_session.py", line 5, in <module>
from .price_handler.yahoo_daily_csv_bar import YahooDailyCsvBarPriceHandler
"/Users/enriqueromualdez/venv/qstraderp3/lib/python3.6/site-packages/qstrader/price_handler/yahoo_daily_csv_bar.py", line 3, in <module>
import pandas as pd
"/Users/enriqueromualdez/venv/qstraderp3/lib/python3.6/site-packages/pandas/__init__.py", line 31, in <module>
"extensions first.".format(module))
ImportError: C extension: dlopen(/Users/enriqueromualdez/venv/qstraderp3/lib/python3.6/site-packages/pandas/lib.cpython-36m-darwin.so, 2): Symbol not found: _PySlice_AdjustIndices
| 0.232962 |
Traceback (most recent call last):
"img_classifier-ULMFiTStrategy.py", line 118, in <module>
finetune(args)
"img_classifier-ULMFiTStrategy.py", line 108, in finetune
task.finetune_and_eval()
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/task/base_task.py", line 864, in finetune_and_eval
return self.finetune(do_eval=True)
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/task/base_task.py", line 879, in finetune
self.init_if_necessary()
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/task/base_task.py", line 367, in init_if_necessary
if not self.load_checkpoint():
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/task/base_task.py", line 833, in load_checkpoint
main_program=self.main_program)
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/task/base_task.py", line 508, in main_program
self._build_env()
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/task/base_task.py", line 425, in _build_env
self.device_count)
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/strategy.py", line 477, in execute
self.depth_params_dict = get_depth_parameter(self.main_program)
"/home/sam.yi/.local/lib/python3.7/site-packages/paddlehub/finetune/strategy.py", line 112, in get_depth_parameter
updated_depth_params_dict[depth].append(
KeyError: 6
| Traceback (most recent call last):
"split_no.py", line 95, in <module>
import matplotlib.pyplot as plt
"/usr/local/lib/python3.6/site-packages/matplotlib/__init__.py", line 134, in <module>
import subprocess
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 142, in <module>
import dummy_threading as threading
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/dummy_threading.py", line 45, in <module>
import threading
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 7, in <module>
from traceback import format_exc as _format_exc
ImportError: cannot import name 'format_exc'
| 0.30489 |
2019-08-08T03:29:33:ERROR:localstack.services.es.es_starter: Elasticsearch health check failed (retrying...): TransportError(502, u'') Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/localstack/services/es/es_starter.py", line 65, in check_elasticsearch
out = es.cat.aliases()
"/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 84, in _wrapped
return func(*args, params=params, **kwargs)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/client/cat.py", line 24, in aliases
"GET", _make_path("_cat", "aliases", name), params=params
"/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 353, in perform_request
timeout=timeout,
"/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/http_requests.py", line 141, in perform_request
self._raise_error(response.status_code, raw_data)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/base.py", line 162, in _raise_error
status_code, error_message, additional_info
TransportError: TransportError(502, u'')
| Traceback (most recent call last):
"/root/cobra/cobra/__init__.py", line 82, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/root/cobra/cobra/cli.py", line 82, in start
main_framework = dt.framework
"/root/cobra/cobra/detection.py", line 70, in framework
projects_data = self.project_information(self.target_directory, False)
"/root/cobra/cobra/detection.py", line 170, in project_information
for root, dirs, filenames in os.walk(unicode(absolute_path, "utf-8")):TypeError: decoding Unicode is not supported | 0.305599 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"<redacted>/lib/python3.6/logging/config.py", line 558, in configure
handler = self.configure_handler(handlers[name])
"<redacted>/lib/python3.6/logging/config.py", line 729, in configure_handler
kwargs = dict([(k, config[k]) for k in config if valid_ident(k)])
"<redacted>/lib/python3.6/logging/config.py", line 729, in <listcomp>
kwargs = dict([(k, config[k]) for k in config if valid_ident(k)])
"<redacted>/lib/python3.6/logging/config.py", line 277, in valid_ident
raise ValueError('Not a valid Python identifier: %r' % s)
ValueError: Not a valid Python identifier: 'include-extra-fields'
| 0.329263 |
Traceback (most recent call last):
"/app/downlods.py", line 193, in direct_link
async for chunk in rg.iter_content(chunk_size=8*1024):
"/app/.heroku/python/lib/python3.7/site-packages/requests_async/models.py", line 60, in iter_content
async for chunk in generate():
"/app/.heroku/python/lib/python3.7/site-packages/requests_async/models.py", line 46, in generate
async for part in stream():
"/app/.heroku/python/lib/python3.7/site-packages/httpcore/datastructures.py", line 184, in stream
async for chunk in self.raw():
"/app/.heroku/python/lib/python3.7/site-packages/httpcore/datastructures.py", line 197, in raw
async for part in self.body_aiter:
"/app/.heroku/python/lib/python3.7/site-packages/httpcore/connections.py", line 83, in _body_iter
event = await self._receive_event()
"/app/.heroku/python/lib/python3.7/site-packages/httpcore/connections.py", line 100, in _receive_event
self.reader.read(2048), self.timeout.read_timeout
"/app/.heroku/python/lib/python3.7/asyncio/tasks.py", line 388, in
return await fut
"/app/.heroku/python/lib/python3.7/asyncio/streams.py", line 646, in read
self._maybe_resume_transport()
"/app/.heroku/python/lib/python3.7/asyncio/streams.py", line 417, in _maybe_resume_transport
self._transport.resume_reading()
"/app/.heroku/python/lib/python3.7/asyncio/sslproto.py", line 345, in resume_reading
self._ssl_protocol._transport.resume_reading()
AttributeError: 'NoneType' object has no attribute 'resume_reading'
```
| Traceback (most recent call last):
"/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.5/dist-packages/xonsh/ptk/history.py", line 54, in run
for cmd in hist.all_items():
"/usr/local/lib/python3.5/dist-packages/xonsh/history/__amalgam__.py", line 618, in all_items
commands = json_file.load()['cmds']
"/usr/local/lib/python3.5/dist-packages/xonsh/__amalgam__.py", line 752, in load
return self._load_or_node(offset, size)
"/usr/local/lib/python3.5/dist-packages/xonsh/__amalgam__.py", line 759, in _load_or_node
val = json.loads(s)
"/usr/lib/python3.5/json/__init__.py", line 319, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.5/json/decoder.py", line 355, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Unterminated string starting at: line 2 column 1493 (char 1504)
| 0.280753 |
Traceback (most recent call last):
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/bin/celery", line 8, in <module>
sys.exit(main())
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/celery/__main__.py", line 15, in main
sys.exit(_main())
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/celery/bin/celery.py", line 150, in main
return celery(auto_envvar_prefix="CELERY")
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/click/decorators.py", line 21, in new_func
return f(get_current_context(), *args, **kwargs)
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/celery/bin/control.py", line 125, in inspect
replies = ctx.obj.app.control.inspect(timeout=timeout,
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/celery/app/control.py", line 97, in _request
return self._prepare(self.app.control.broadcast(
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/celery/app/control.py", line 477, in broadcast
return self.mailbox(conn)._broadcast(
"/Users/aszubarev/Library/Caches/pypoetry/virtualenvs/service-notification-py-xHAuYcng-py3.8/lib/python3.8/site-packages/kombu/pidbox.py", line 319, in _broadcast
raise ValueError(
ValueError: destination must be a list/tuple not <class 'set'>
| Traceback (most recent call last):
"./EDMarketConnector.py", line 21, in <module>
import companion
"/home/stephen/git/EDMarketConnector-rel-187/companion.py", line 14, in <module>
from shipyard import ship_mapImportError: No module named shipyard | 0.2347 |
request.js:355 Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 60, in application
response = frappe.api.handle()
"/home/frappe/frappe-bench/apps/frappe/frappe/api.py", line 55, in handle
return frappe.handler.handle()
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 22, in handle
data = execute_cmd(cmd)
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 61, in execute_cmd
return frappe.call(method, **frappe.form_dict)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 1051, in call
return fn(*args, **newargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 273, in save
return self._save(*args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 312, in _save
self._validate()
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 466, in _validate
self._save_passwords()
"/home/frappe/frappe-bench/apps/frappe/frappe/model/base_document.py", line 675, in _save_passwords
set_encrypted_password(self.doctype, self.name, new_password, df.fieldname)
"/home/frappe/frappe-bench/apps/frappe/frappe/utils/password.py", line 56, in set_encrypted_password
), { 'doctype': doctype, 'name': name, 'fieldname': fieldname, 'pwd': encrypt(pwd) })
"/home/frappe/frappe-bench/apps/frappe/frappe/utils/password.py", line 136, in encrypt
frappe.throw(_('Password cannot be more than 100 characters long'))
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 374, in throw
msgprint(msg, raise_exception=exc, title=title, indicator='red')
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 353, in msgprint
_raise_exception()
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 316, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.ValidationError: Password cannot be more than 100 characters long
| Traceback (most recent call last):
"core.git_command in C:\Users\xxx\AppData\Roaming\Sublime Text 3\Installed Packages\GitSavvy.sublime-package", line 119, in git
"./subprocess.py", line 824, in __init__
"./subprocess.py", line 1118, in _execute_childPermissionError: [WinError 5] Access is denied | 0.246761 |
Traceback (most recent call last):
"stream_alert_cli.py", line 209, in <module>
main()
"stream_alert_cli.py", line 204, in main
cli_runner(options)
"/Users/jack/Code/streamalert/stream_alert_cli/runner.py", line 59, in cli_runner
lambda_handler(options)
"/Users/jack/Code/streamalert/stream_alert_cli/runner.py", line 75, in lambda_handler
deploy(options)
"/Users/jack/Code/streamalert/stream_alert_cli/runner.py", line 399, in deploy
packages.append(deploy_rule_processor())
"/Users/jack/Code/streamalert/stream_alert_cli/runner.py", line 380, in deploy_rule_processor
rule_package.create_and_upload()
"/Users/jack/Code/streamalert/stream_alert_cli/package.py", line 67, in create_and_upload
if self._upload(package_path):
"/Users/jack/Code/streamalert/stream_alert_cli/package.py", line 211, in _upload
ServerSideEncryption='AES256'
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/client.py", line 253, in _api_call
return self._make_api_call(operation_name, kwargs)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/client.py", line 530, in _make_api_call
operation_model, request_dict)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/endpoint.py", line 141, in make_request
return self._send_request(request_dict, operation_model)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/endpoint.py", line 170, in _send_request
success_response, exception):
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/endpoint.py", line 249, in _needs_retry
caught_exception=caught_exception, request_dict=request_dict)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/hooks.py", line 227, in emit
return self._emit(event_name, kwargs)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/hooks.py", line 210, in _emit
response = handler(**kwargs)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/retryhandler.py", line 183, in __call__
if self._checker(attempts, response, caught_exception):
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/retryhandler.py", line 251, in __call__
caught_exception)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/retryhandler.py", line 277, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
"/Users/jack/Code/streamalert/venv/lib/python2.7/site-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
botocore.vendored.requests.exceptions.ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
| Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 661, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 291, in extract
return self._real_extract(url)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1633, in _real_extract
return self._extract_playlist(playlist_id)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1608, in _extract_playlist
page, 'title')
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 594, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 585, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)youtube_dl.utils.RegexNotFoundError: Unable to extract title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | 0.193358 |
Traceback (most recent call last):
"/home/remco/pokemap/PokemonGo-Map-3.0.0/pogom/search.py", line 236, in search_worker_thread
parsed = parse_map(response_dict, step_location)
"/home/remco/pokemap/PokemonGo-Map-3.0.0/pogom/models.py", line 326, in parse_map
send_to_webhook('pokemon', webhook_data)
"/home/remco/pokemap/PokemonGo-Map-3.0.0/pogom/utils.py", line 283, in send_to_webhook
except requests.exceptions.ReadTimeout:AttributeError: 'module' object has no attribute 'ReadTimeout' | Traceback (most recent call last):
"/home/rahman/anaconda3/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
"/home/rahman/anaconda3/lib/python3.6/site-packages/nose/loader.py", line 251, in generate
for test in g():
"/home/rahman/anaconda3/lib/python3.6/site-packages/nipype/pipeline/engine/tests/test_utils.py", line 342, in test_provenance
psg = write_workflow_prov(eg, prov_base, format='all')
"/home/rahman/anaconda3/lib/python3.6/site-packages/nipype/pipeline/engine/utils.py", line 1270, in write_workflow_prov
prov_doc = ProvStore().add_results(result)
"/home/rahman/anaconda3/lib/python3.6/site-packages/nipype/utils/provenance.py", line 376, in add_results
for key, value in list(get_info().items()):
"/home/rahman/anaconda3/lib/python3.6/site-packages/nipype/__init__.py", line 60, in <lambda>
get_info = lambda: _get_pkg_info(os.path.dirname(__file__))
"/home/rahman/anaconda3/lib/python3.6/site-packages/nipype/pkg_info.py", line 82, in get_pkg_info
src, hsh = pkg_commit_hash(pkg_path)
"/home/rahman/anaconda3/lib/python3.6/site-packages/nipype/pkg_info.py", line 52, in pkg_commit_hash
archive_subst = cfg_parser.get('commit hash', 'archive_subst_hash')
"/home/rahman/anaconda3/lib/python3.6/configparser.py", line 797, in get
d)
"/home/rahman/anaconda3/lib/python3.6/configparser.py", line 393, in before_get
self._interpolate_some(parser, option, L, value, section, defaults, 1)
"/home/rahman/anaconda3/lib/python3.6/configparser.py", line 443, in _interpolate_some
"found: %r" % (rest,))
configparser.InterpolationSyntaxError: '%' must be followed by '%' or '(', found: '%h'
| 0.187267 |
Traceback (most recent call last):
"yowsup-cli", line 304, in <module>
if not parser.process():
"yowsup-cli", line 223, in process
self.startCmdline()
"yowsup-cli", line 243, in startCmdline
from yowsup.demos import cli
"E:\Projects\yowsup2\yowsup\demos\cli__init__.py", line 1, in <module>
from .stack import YowsupCliStack
"E:\Projects\yowsup2\yowsup\demos\cli\stack.py", line 1, in <module>
from yowsup.stacks import YowStack, YowStackBuilder
"E:\Projects\yowsup2\yowsup\stacks__init__.py", line 1, in <module>
from .yowstack import YowStack, YowStackBuilder
"E:\Projects\yowsup2\yowsup\stacks\yowstack.py", line 21, in <module>
from yowsup.layers.axolotl import YowAxolotlLayer
"E:\Projects\yowsup2\yowsup\layers\axolotl__init__.py", line 1, in <module>
from .layer import YowAxolotlLayer
"E:\Projects\yowsup2\yowsup\layers\axolotl\layer.py", line 2, in <module>
from .protocolentities import SetKeysIqProtocolEntity
"E:\Projects\yowsup2\yowsup\layers\axolotl\protocolentities__init__.py", line 3, in <module>
from .iq_keys_get_result import ResultGetKeysIqProtocolEntity
"E:\Projects\yowsup2\yowsup\layers\axolotl\protocolentities\iq_keys_get_result.py", line 4, in <module>
from axolotl.identitykey import IdentityKey
"E:\Projects\yowsup-playground\playground\lib\site-packages\python_axolotl-0.1.6-py3.4.egg\axolotl\identitykey.py", line 1, in <module>
"E:\Projects\yowsup-playground\playground\lib\site-packages\python_axolotl-0.1.6-py3.4.egg\axolotl\ecc\curve.py", line 1, in <module>
ImportError: No module named 'axolotl_curve25519'## <bountysource-plugin> | Traceback (most recent call last):
"<stdin>", line 1, in ?
"sympy/printing/mathml.py", line 154, in print_mathml
print mathml(expr)
"sympy/printing/mathml.py", line 134, in mathml
return s.doprint(sympify(expr))
"sympy/printing/mathml.py", line 13, in doprint
return self._print(e).toprettyxml()
"sympy/printing/printer.py", line 95, in _print
res = getattr(self, '_print_'+cls.**name**)(expr, *args)
"sympy/printing/mathml.py", line 76, in _print_Integral
x.appendChild(self._print(e.f))
"sympy/core/basic.py", line 218, in __getattr__
raise AttributeError(name)AttributeError: f | 0.318235 |
Traceback (most recent call last):
"C:\Development\Python\Project_Youtube-dl\youtube_dl\YoutubeDL.py", line 805, in extract_info
ie_result = ie.extract(url)
"C:\Development\Python\Project_Youtube-dl\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
"C:\Development\Python\Project_Youtube-dl\youtube_dl\extractor\generic.py", line 3316, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://10play.com.au/mr-black/episodes/season-1/episode-7/tpv190618rpzcm
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"rpyc/utils/classic.py", line 68, in connect
return factory.connect(host, port, SlaveService, ipv6 = ipv6, keepalive = keepalive)
"rpyc/utils/factory.py", line 91, in connect
return connect_stream(s, service, config)
"rpyc/utils/factory.py", line 52, in connect_stream
return connect_channel(Channel(stream), service = service, config = config)
"rpyc/utils/factory.py", line 41, in connect_channel
return Connection(service, channel, config = config)
"rpyc/core/protocol.py", line 157, in __init__
self._init_service()
"rpyc/core/protocol.py", line 162, in _init_service
self._local_root.on_connect()
"rpyc/core/service.py", line 145, in on_connect
self._conn.modules = ModuleNamespace(self._conn.root.getmodule)
"rpyc/core/protocol.py", line 512, in root
self._remote_root = self.sync_request(consts.HANDLE_GETROOT)
"rpyc/core/protocol.py", line 470, in sync_request
self.serve(remaining_time)
"rpyc/core/protocol.py", line 408, in serve
data = self._recv(timeout, wait_for_lock = True)
"rpyc/core/protocol.py", line 366, in _recv
data = self._channel.recv()
"rpyc/core/channel.py", line 50, in recv
header = self.stream.read(self.FRAME_HEADER.size)
"rpyc/core/stream.py", line 209, in read
raise EOFError("connection closed by peer")EOFError: connection closed by peer | 0.238111 |
Traceback (most recent call last):
"/usr/bin/beet", line 11, in <module>
load_entry_point('beets==1.3.19', 'console_scripts', 'beet')()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
return ep.load()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2291, in load
return self.resolve()
"/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2297, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/share/beets/beets/ui/__init__.py", line 42, in <module>
from beets.autotag import mb
"/usr/share/beets/beets/autotag/__init__.py", line 26, in <module>
from .match import tag_item, tag_album
# noqa
"/usr/share/beets/beets/autotag/match.py", line 24, in <module>
from munkres import Munkres
"/usr/local/lib/python2.7/dist-packages/munkres.py", line 79
def pad_matrix(self, matrix: Matrix, pad_value: int=0) -> Matrix:
^
SyntaxError: invalid syntax
| Traceback (most recent call last):
"/mnt/bcbio/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 22, in run
_do_run(cmd, checks, log_stdout)
"/mnt/bcbio/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 121, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)CalledProcessError: Command 'set -o pipefail; python /usr/local/lib/R/site-library/DEXSeq/python_scripts/dexseq_count.py - | 0.254717 |
Traceback (most recent call last):
"c:\users\administrator\anaconda3\envs\slimyolo\lib\site-packages\pip\_internal\cli\base_command.py", line 153, in _main
status = self.run(options, args)
"c:\users\administrator\anaconda3\envs\slimyolo\lib\site-packages\pip\_internal\commands\install.py", line 361, in run
wheel_cache
"c:\users\administrator\anaconda3\envs\slimyolo\lib\site-packages\pip\_internal\cli\req_command.py", line 275, in populate_requirement_set
'(see "pip help %(name)s")' % opts)
pip._internal.exceptions.CommandError: You must give at least one requirement to install (see "pip help install")
| [2019-02-28 14:15:27 -0500] [38860] [ERROR] Traceback (most recent call last):
"c:\sandbox\scylla\venv-pipinstall\lib\site-packages\sanic\app.py", line 603, in handle_request
response = await response
"c:\sandbox\scylla\venv-pipinstall\lib\site-packages\scylla\web\server.py", line 107, in api_v1_proxies
'total_page': math.ceil(count / limit),
"c:\sandbox\scylla\venv-pipinstall\lib\site-packages\sanic\response.py", line 194, in json
return HTTPResponse(dumps(body, **kwargs), headers=headers,
"C:\Users\cocai1\AppData\Local\Programs\Python\Python36\lib\json\__init__.py", line 231, in dumps
return _default_encoder.encode(obj)
"C:\Users\cocai1\AppData\Local\Programs\Python\Python36\lib\json\encoder.py", line 199, in encode
chunks = self.iterencode(o, _one_shot=True)
"C:\Users\cocai1\AppData\Local\Programs\Python\Python36\lib\json\encoder.py", line 257, in iterencode
return _iterencode(o, 0)
"C:\Users\cocai1\AppData\Local\Programs\Python\Python36\lib\json\encoder.py", line 180, in default
o.__class__.__name__)
TypeError: Object of type 'datetime' is not JSON serializable
| 0.314381 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
"/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
"/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
"/usr/lib/python3/dist-packages/gevent/_socket3.py", line 407, in connect
raise error(err, strerror(err))
ConnectionRefusedError: [Errno 111] Connection refused
| continuing in /usr/share/vim/vim81/syntax/Traceback (most recent call last):
"/usr/lib/python3.7/encodings/__init__.py", line 31, in <module>
import codecs
"/usr/lib/python3.7/codecs.py", line 96
*, _is_text_encoding=None):
^
SyntaxError: invalid syntax
%
```
| 0.233639 |
Traceback (most recent call last):
"/usr/bin/mplotqueries", line 9, in <module>
load_entry_point('mtools==1.1.8', 'console_scripts', 'mplotqueries')()
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 349, in load_entry_point
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 2543, in load_entry_point
"build/bdist.linux-x86_64/egg/pkg_resources.py", line 2237, in load
"/usr/lib/python2.6/site-packages/mtools/mplotqueries/mplotqueries.py", line 26, in <module>
raise ImportError("Can't import matplotlib. See https://github.com/rueckstiess/mtools/blob/master/INSTALL.md for instructions how to install matplotlib or try mlogvis instead, which is a simplified version of mplotqueries that visualizes the logfile in a web browser.")ImportError: Can't import matplotlib. See https://github.com/rueckstiess/mtools/blob/master/INSTALL.md for instructions how to install matplotlib or try mlogvis instead, which is a simplified version of mplotqueries that visualizes the logfile in a web browser. |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-4vv5o4lr/blis/setup.py", line 266, in <module>
'Topic :: Scientific/Engineering'
"/usr/lib/python3/dist-packages/setuptools/__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
"/usr/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
"/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
"/usr/lib/python3.7/distutils/command/install.py", line 589, in run
self.run_command('build')
"/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/usr/lib/python3.7/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
"/usr/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/usr/lib/python3.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
"/tmp/pip-install-4vv5o4lr/blis/setup.py", line 105, in build_extensions
objects = self.compile_objects(compiler.split('-')[0], arch, OBJ_DIR)
"/tmp/pip-install-4vv5o4lr/blis/setup.py", line 184, in compile_objects
objects.append(self.build_object(env=env, **spec))
"/tmp/pip-install-4vv5o4lr/blis/setup.py", line 198, in build_object
subprocess.check_call(command, cwd=BLIS_DIR)
"/usr/lib/python3.7/subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['gcc', '-c', '/tmp/pip-install-4vv5o4lr/blis/blis/_src/kernels/zen/1/bli_amaxv_zen_int.c', '-o', '/tmp/tmpe9ie6965/bli_amaxv_zen_int.o', '-O3', '-mavx2', '-mfma', '-mfpmath=sse', '-march=core-avx2', '-fPIC', '-std=c99', '-D_POSIX_C_SOURCE=200112L', '-DBLIS_VERSION_STRING="0.5.0-6"', '-DBLIS_IS_BUILDING_LIBRARY', '-Iinclude/linux-x86_64', '-I./frame/3/', '-I./frame/ind/ukernels/', '-I./frame/1m/', '-I./frame/1f/', '-I./frame/1/', '-I./frame/include', '-I/tmp/pip-install-4vv5o4lr/blis/blis/_src/include/linux-x86_64']' returned non-zero exit status 1.
| 0.287153 |
Traceback (most recent call last):
"bin/git-cola", line 53, in <module>
from cola.main import main
# pylint: disable=wrong-import-position
"/Users/atagliasacchi/dev/git-cola/cola/main.py", line 7, in <module>
from .app import add_common_arguments
"/Users/atagliasacchi/dev/git-cola/cola/app.py", line 15, in <module>
from qtpy import QtCore
"/Users/atagliasacchi/dev/git-cola/qtpy/__init__.py", line 154, in <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
| Traceback (most recent call last):
"cifar_laplace.py", line 243, in <module>
run_experiment(cifar_set_parameters.get_set_parameters(set_id=int(args.set)))
"cifar_laplace.py", line 108, in run_experiment
x_train, y_train = utils.get_batch_cifar(checkpoint_file, 100, classes_kshot, 'train', set_id=set_id)
"..../oneshot_code/utils.py", line 111, in get_batch_cifar
acts = cifar_convnet.network_activation(dp[0], file_name, n_split=n_split)
"..../cifar_convnet.py", line 186, in network_activation
output_names=['fc_activation']
"..../tensorpack/predict/base.py", line 141, in __init__
config.model.build_graph(input_placehdrs)
"..../tensorpack/models/model_desc.py", line 116, in build_graph
self._build_graph(model_inputs)
"..../cifar_convnet.py", line 92, in _build_graph
add_moving_summary(tf.reduce_mean(wrong, name='train_error'))
"..../tensorpack/tfutils/summary.py", line 162, in add_moving_summary
avg_maintain_op = averager.apply(v)
"..../tensorflow/python/training/moving_averages.py", line 387, in apply
(1.0 + num_updates) / (10.0 + num_updates))
"..../tensorflow/python/ops/gen_math_ops.py", line 1392, in minimum
result = _op_def_lib.apply_op("Minimum", x=x, y=y, name=name)
"..../tensorflow/python/framework/op_def_library.py", line 331, in apply_op
g = ops._get_graph_from_inputs(_Flatten(keywords.values()))
"..../tensorflow/python/framework/ops.py", line 3912, in _get_graph_from_inputs
_assert_same_graph(original_graph_element, graph_element)
"..../tensorflow/python/framework/ops.py", line 3851, in _assert_same_graph
"%s must be from the same graph as %s." % (item, original_item))
ValueError: Tensor("EMA/decay:0", shape=(), dtype=float32) must be from the same graph as Tensor("truediv:0", shape=(), dtype=float32).
| 0.300161 |
Traceback (most recent call last):
"./basic_example.py", line 7, in <module>
trainer='chatterbot.trainers.ListTrainer'
"/Library/Python/2.7/site-packages/ChatterBot/chatterbot/chatterbot.py", line 39, in __init__
self.storage = utils.initialize_class(storage_adapter, **kwargs)
"/Library/Python/2.7/site-packages/ChatterBot/chatterbot/utils.py", line 33, in initialize_class
return Class(**kwargs)
"/Library/Python/2.7/site-packages/ChatterBot/chatterbot/storage/sql_storage.py", line 41, in __init__
from sqlalchemy import create_engine
ImportError: No module named sqlalchemy
| ERROR: Signature extraction failed: Traceback (most recent call last):
"bin/youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 601, in _decrypt_signature
video_id, player_url, s
"bin/youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 497, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vflYjf147/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | 0.280148 |
Traceback (most recent call last):
"fairseq/examples/speech_to_text/prep_covost_data.py", line 18, in <module>
from examples.speech_to_text.data_utils import (
"<path to fairseq>/fairseq/examples/speech_to_text/data_utils.py", line 18, in <module>
import sentencepiece as sp
ModuleNotFoundError: No module named 'sentencepiece'
| Traceback (most recent call last):
"/tmp/Werkzeug-0.8.1/werkzeug/testsuite/contrib/cache.py", line 111, in test_set_many
c.set_many({'foo': 'bar', 'spam': ['eggs']})
"/tmp/Werkzeug-0.8.1/werkzeug/contrib/cache.py", line 538, in set_many
pipe.execute()
"/usr/lib64/python2.7/site-packages/redis/client.py", line 1382, in execute
return execute(conn, stack)
"/usr/lib64/python2.7/site-packages/redis/client.py", line 1307, in _execute_transaction
connection.send_packed_command(all_cmds)
"/usr/lib64/python2.7/site-packages/redis/connection.py", line 180, in send_packed_command
self.connect()
"/usr/lib64/python2.7/site-packages/redis/connection.py", line 127, in connect
raise ConnectionError(self._error_message(e))ConnectionError: Error 111 connecting localhost:6379. Connection refused. | 0.262116 |
Traceback (most recent call last):
"/opt/dev/venv36/lib64/python3.6/site-packages/astroid/__init__.py", line 93, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x7f77d2f42048>, <Call l.399 at 0x7f77d2012ac8>)
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'cv2'
| 0.265443 |
Traceback (most recent call last):
"/usr/local/searx/searx-src/searx/webapp.py", line 74, in <module>
from searx.search import SearchWithPlugins, get_search_query_from_webapp
"/usr/local/searx/searx-src/searx/search.py", line 32, in <module>
from searx.external_bang import get_bang_url
"/usr/local/searx/searx-src/searx/external_bang.py", line 13, in <module>
for bang in json.load(json_file)['bang']:
"/usr/lib/python3.8/json/__init__.py", line 293, in load
return loads(fp.read(),
"/usr/lib/python3.8/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 31341: ordinal not in range(128)
| Traceback (most recent call last):
"/usr/local/bin/yowsup-cli", line 518, in <module>
if not parser.process():
"/usr/local/bin/yowsup-cli", line 340, in process
self.handleRequestCode(self.args["requestcode"], config)
"/usr/local/bin/yowsup-cli", line 351, in handleRequestCode
codeReq = WACodeRequest(method, config)
"/usr/local/lib/python3.5/dist-packages/yowsup/registration/coderequest.py", line 15, in __init__
super(WACodeRequest,self).__init__(config)
"/usr/local/lib/python3.5/dist-packages/yowsup/common/http/warequest.py", line 71, in __init__
config.client_static_keypair = WATools.generateKeyPair()
"/usr/local/lib/python3.5/dist-packages/yowsup/common/tools.py", line 70, in generateKeyPair
return KeyPair.generate()
"/usr/local/lib/python3.5/dist-packages/consonance/structs/keypair.py", line 36, in generate
keypair = X25519DH().generate_keypair()
"/usr/local/lib/python3.5/dist-packages/dissononce/dh/x25519/x25519.py", line 37, in generate_keypair
encoding=serialization.Encoding.Raw,
"/usr/lib/python3.5/enum.py", line 274, in __getattr__
raise AttributeError(name) from None
AttributeError: Raw
| 0.29776 |
Traceback (most recent call last):
"/home/mythtv/.kodi/addons/plugin.video.youtube/default.py", line 7, in <module>
runner.run(__provider__)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/kodion/runner.py", line 32, in run
__RUNNER__.run(provider, context)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/kodion/impl/xbmc/xbmc_runner.py", line 23, in run
results = provider.navigate(context)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/kodion/abstract_provider.py", line 123, in navigate
result = method(context, re_match)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/kodion/register_provider_path.py", line 12, in wrapper
return func(*args, **kwargs)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/youtube/provider.py", line 367, in on_play
return yt_play.play_video(self, context, re_match)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/yt_play.py", line 17, in play_video
video_streams = client.get_video_streams(context, video_id)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/youtube/client/youtube.py", line 80, in get_video_streams
video_streams = video_info.load_stream_infos(video_id)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/video_info.py", line 330, in load_stream_infos
return self._method_get_video_info(video_id)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/youtube/helper/video_info.py", line 542, in _method_get_video_info
result = requests.get(url, params=params, headers=headers, verify=False, allow_redirects=True)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/kodion/simple_requests/api.py", line 179, in get
return _request('GET', url, **kwargs)
"/home/mythtv/.kodi/addons/plugin.video.youtube/resources/lib/kodion/simple_requests/api.py", line 155, in _request
response = opener.open(request)
"/usr/lib64/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
"/usr/lib64/python2.7/urllib2.py", line 447, in _open
'_open', req)
"/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
"/usr/lib64/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
"/usr/lib64/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 0] Error> | Traceback (most recent call last):
"C:\SickRageMedusa\**********\search\core.py", line 553, in searchProviders
downCurQuality, manual_search, manual_search_type)
"C:\SickRageMedusa\**********\providers\GenericProvider.py", line 212, in find_search_results
parse_result = NameParser(parse_method=('normal', 'anime')[show.is_anime]).parse(title)
"C:\SickRageMedusa\**********\name_parser\parser.py", line 234, in parse
self.assert_supported(result)
"C:\SickRageMedusa\**********\name_parser\parser.py", line 251, in assert_supported
'Parser result: {result}'.format(result=result))
"C:\SickRageMedusa\**********\name_parser\parser.py", line 360, in __str__
return helpers.canonical_name(obj, fmt='{key}: {value}', separator=', ')
"C:\SickRageMedusa\**********\helpers.py", line 1634, in canonical_name
return str(separator.join([fmt.format(key=k, value=v) for k, v in guess.items() if k not in ignore_list]))
"C:\Python27\lib\encodings\cp1252.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_table)UnicodeEncodeError: 'charmap' codec can't encode characters in position 7-11: character maps to | 0.31917 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/gdrivefs-0.13.14-py2.7.egg/gdrivefs/gdfs/fsutility.py", line 77, in wrapper
result = f(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/gdrivefs-0.13.14-py2.7.egg/gdrivefs/gdfs/opened_file.py", line 585, in read
(offset, buffer_len))IndexError: Offset (655360) exceeds length of data (524289). | Traceback (most recent call last):
"dwt_util.py", line 205, in set_registryWindowsError: [Error 5] **Access is denied** | 0.234906 |
Traceback (most recent call last):
"/usr/lib/python3.5/distutils/unixccompiler.py", line 118, in _compile
extra_postargs)
"/usr/lib/python3.5/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/usr/lib/python3.5/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/usr/lib/python3.5/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
| Traceback (most recent call last):
"/usr/local/bin/t2t-decoder", line 17, in <module>
tf.app.run()
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"/usr/local/bin/t2t-decoder", line 12, in main
t2t_decoder.main(argv)
"/usr/local/lib/python3.6/dist-packages/tensor2tensor/bin/t2t_decoder.py", line 190, in main
decode(estimator, hp, decode_hp)
"/usr/local/lib/python3.6/dist-packages/tensor2tensor/bin/t2t_decoder.py", line 90, in decode
checkpoint_path=FLAGS.checkpoint_path)
"/usr/local/lib/python3.6/dist-packages/tensor2tensor/utils/decoding.py", line 333, in decode_from_file
p_hp = hparams.problem_hparams
AttributeError: 'HParams' object has no attribute 'problem_hparams'
| 0.272818 |
Traceback (most recent call last):
"/Users/livio/Desktop/github-sqlalchem/sqlalchemy/test/ext/test_horizontal_shard.py", line 172, in test_roundtrip
'North America', 'New York'), (3, 'North America', 'Toronto')])
"/Users/livio/Desktop/github-sqlalchem/sqlalchemy/test/../lib/sqlalchemy/testing/assertions.py", line 214, in eq_
assert a == b, msg or "%r != %r" % (a, b)AssertionError: [(4, u'North America', u'New York'), (5, u'North America', u'Toronto')] != [(2, 'North America', 'New York'), (3, 'North America', 'Toronto')] | Traceback (most recent call last):
"D:\ciocenv\Lib\site-packages\pyramid_exclog__init__.py", line 31, in exclog_tween
return handler(request)
"D:\ciocenv\Lib\site-packages\pyramid\router.py", line 116, in handle_request
tdict = traverser(request)
"D:\ciocenv\Lib\site-packages\pyramid\traversal.py", line 606, in **call**
vpath_tuple = traversal_path(vpath)
"D:\ciocenv\Lib\site-packages\repoze\lru__init__.py", line 96, in lru_cached
val = f(*arg)
"D:\ciocenv\Lib\site-packages\pyramid\traversal.py", line 482, in traversal_path
raise URLDecodeError(e.encoding, e.object, e.start, e.end, e.reason)URLDecodeError: 'utf8' codec can't decode byte 0x9c in position 3: invalid start byte | 0.177307 |
Traceback (most recent call last):
"/home/vagrant/.local/lib/python3.5/site-packages/urllib3/util/ssl_.py", line 308, in ssl_wrap_socket
NotADirectoryError: [Errno 20] Not a directory
| Traceback (most recent call last):
"setup.py", line 203, in <module>
dist = setuptools.setup(**setup_params)
"C:\Program
s (x86)\Python\Python266\lib\distutils\core.py", line 152, in setup
dist.run_commands()
"C:\Program
s (x86)\Python\Python266\lib\distutils\dist.py", line 975, in run_commands
self.run_command(cmd)
"C:\Program
s (x86)\Python\Python266\lib\distutils\dist.py", line 995, in run_command
cmd_obj.run()
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\setuptools\command\install.py", line 73, in run
self.do_egg_install()
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\setuptools\command\install.py", line 96, in do_egg_install
cmd.run()
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\setuptools\command\easy_install.py", line 358, in run
self.easy_install(spec, not self.no_deps)
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\setuptools\command\easy_install.py", line 574, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\setuptools\command\easy_install.py", line 625, in install_item
self.process_distribution(spec, dist, deps)
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\setuptools\command\easy_install.py", line 671, in process_distribution
[requirement], self.local_index, self.easy_install
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 633, in resolve
requirements.extend(dist.requires(req.extras)[::-1])
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 2291, in requires
dm = self._dep_map
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 2277, in _dep_map
for extra,reqs in split_sections(self._get_metadata(name)):
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 2715, in split_sections
for line in yield_lines(s):
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 1989, in yield_lines
for ss in strs:
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 2305, in _get_metadata
for line in self.get_metadata_lines(name):
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 1369, in get_metadata_lines
return yield_lines(self.get_metadata(name))
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 1361, in get_metadata
return self._get(self._fn(self.egg_info,name))
"c:\users\jurko\appdata\local\temp\tmp_xhasz\setuptools-3.3\pkg_resources.py", line 1425, in _get
return self.loader.get_data(path)zipimport.ZipImportError: bad local file header in c:\program files (x86)\python\python266\lib\site-packages\setuptools-3.3-py2.6.egg | 0.229288 |
Traceback (most recent call last):
"/opt/**PGUSER**/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 278, in handle
return self.do_handle(args, other, juris)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 329, in do_handle
report['import'] = self.do_import(juris, args)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 219, in do_import
report.update(bill_importer.import_directory(datadir))
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/importers/base.py", line 196, in import_directory
return self.import_data(json_stream())
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/importers/base.py", line 233, in import_data
obj_id, what = self.import_item(data)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/importers/base.py", line 279, in import_item
updated = self._update_related(obj, related, self.related_models)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/importers/base.py", line 367, in _update_related
self._create_related(obj, {field: items}, subfield_dict)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/importers/base.py", line 403, in _create_related
raise DataImportError('{} while importing {} as {}'.format(e, subobjects, Subtype))
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/base.py", line 503, in __repr__
return '<%s: %s>' % (self.__class__.__name__, self)
"/opt/**PGUSER**/venv-pupa/src/opencivicdata/opencivicdata/legislative/models/bill.py", line 102, in __str__
return '{0} action on {1}'.format(self.bill.identifier, self.date)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/fields/related_descriptors.py", line 177, in __get__
rel_obj = self.get_object(instance)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/fields/related_descriptors.py", line 144, in get_object
return qs.get(self.field.get_reverse_related_filter(instance))
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/query.py", line 393, in get
num = len(clone)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/query.py", line 250, in __len__
self._fetch_all()
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/query.py", line 1186, in _fetch_all
self._result_cache = list(self._iterable_class(self))
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/query.py", line 54, in __iter__
results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1065, in execute_sql
cursor.execute(sql, params)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/backends/utils.py", line 68, in execute
return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/backends/utils.py", line 77, in _execute_with_wrappers
return executor(sql, params, many, context)
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/backends/utils.py", line 80, in _execute
self.db.validate_no_broken_transaction()
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/django/db/backends/base/base.py", line 437, in validate_no_broken_transaction
"An error occurred in the current transaction. You can't "django.db.transaction.TransactionManagementError: An error occurred in the current transaction. You can't execute queries until the end of the 'atomic' block. | Traceback (most recent call last):
"/home/kdadi/.local/lib/python3.6/site-packages/sphinx/util/pycompat.py", line 74, in execfile_
code = compile(source, filepath_enc, 'exec')
"/home/kdadi/dev/nilearn/doc/conf.py", line 231
ur"""Ga\xebl Varoquaux and Alexandre Abraham"""
^
SyntaxError: invalid syntax
| 0.321728 |
Traceback (most recent call last):
"/home/pi/mycroft-core/mycroft/client/speech/hotword_factory.py", line 411, in initialize
instance = clazz(hotword, config, lang=lang)
"/home/pi/mycroft-core/mycroft/client/speech/hotword_factory.py", line 361, in __init__
sensitivities=sensitivities)
TypeError: __init__() got an unexpected keyword argument 'model_file_path'
| Traceback (most recent call last):
"/home/tn/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/home/tn/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
"/home/tn/lib/python3.5/site-packages/icrawler-0.2.1-py3.5.egg/icrawler/downloader.py", line 228, in thread_run
self.download(task, request_timeout, **kwargs)
"/home/tn/lib/python3.5/site-packages/icrawler-0.2.1-py3.5.egg/icrawler/downloader.py", line 124, in download
img = Image.open(io.BytesIO(response.content))
"/home/tn/lib/python3.5/site-packages/Pillow-3.2.0-py3.5-linux-x86_64.egg/PIL/Image.py", line 2309, in open
% (filename if filename else fp))OSError: cannot identify image file <_io.BytesIO object at 0x2aaabc453a40>` | 0.30543 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
"/Users/.../pylint/pylint/__main__.py", line 20, in <module>
pylint.run_pylint()
"/Users/.../pylint/pylint/__init__.py", line 22, in run_pylint
PylintRun(sys.argv[1:])
"/Users/.../pylint/pylint/lint/run.py", line 264, in __init__
linter.load_default_plugins()
"/Users/.../pylint/pylint/lint/pylinter.py", line 480, in load_default_plugins
self._load_reporter()
"/Users/.../pylint/pylint/lint/pylinter.py", line 513, in _load_reporter
raise exceptions.InvalidReporterError(name) from e
pylint.exceptions.InvalidReporterError: text
| Traceback (most recent call last):
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 849, in callback
result_list.append(f.result())
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 1113, in run
yielded = self.gen.send(value)
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\distributed\deploy\local.py", line 189, in _start_worker
raise gen.TimeoutError("Worker failed to start")
tornado.util.TimeoutError: Worker failed to start
| 0.192131 |
Traceback (most recent call last):
"/Users/danielr/anaconda/bin/conda", line 3, in <module>
from conda.cli import main
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/cli/**init**.py", line 8, in <module>
from conda.cli.main import main
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 48, in <module>
from conda.cli import main_create
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/cli/main_create.py", line 11, in <module>
from conda.cli import common, install
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 18, in <module>
import conda.plan as plan
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/plan.py", line 22, in <module>
from conda.fetch import fetch_pkg
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/fetch.py", line 24, in <module>
from conda.connection import CondaSession, unparse_url, RETRIES
"/Users/danielr/anaconda/lib/python2.7/site-packages/conda/connection.py", line 22, in <module>
import requestsImportError: No module named requests | Traceback (most recent call last):
"/var/lib/jenkins/workspace/smarkets-pylint/env3/bin/mypy", line 6, in <module>
main(__file__)
"/var/lib/jenkins/workspace/smarkets-pylint/env3/lib/python3.5/site-packages/mypy/main.py", line 40, in main
res = type_check_only(sources, bin_dir, options)
"/var/lib/jenkins/workspace/smarkets-pylint/env3/lib/python3.5/site-packages/mypy/main.py", line 81, in type_check_only
options=options)
"/var/lib/jenkins/workspace/smarkets-pylint/env3/lib/python3.5/site-packages/mypy/build.py", line 180, in build
dispatch(sources, manager)
"/var/lib/jenkins/workspace/smarkets-pylint/env3/lib/python3.5/site-packages/mypy/build.py", line 1335, in dispatch
process_graph(graph, manager)
"/var/lib/jenkins/workspace/smarkets-pylint/env3/lib/python3.5/site-packages/mypy/build.py", line 1424, in process_graph
stale_deps = {id for id in deps if not graph[id].is_fresh()}
"/var/lib/jenkins/workspace/smarkets-pylint/env3/lib/python3.5/site-packages/mypy/build.py", line 1424, in <setcomp>
stale_deps = {id for id in deps if not graph[id].is_fresh()}KeyError: 'configuration' | 0.258911 |
Traceback (most recent call last):
"E:/Pycharm/NER/ERNIE_NER/sequence_label.py", line 123, in <module>
seq_label_task.finetune_and_eval()
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\finetune\task.py", line 506, in finetune_and_eval
return self.finetune(do_eval=True)
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\finetune\task.py", line 516, in finetune
run_states = self._run(do_eval=do_eval)
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\finetune\task.py", line 557, in _run
return self._run_with_data_feeder(do_eval=do_eval)
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\finetune\task.py", line 567, in _run_with_data_feeder
for run_step, batch in enumerate(self.reader(), start=1):
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\reader\nlp_reader.py", line 286, in wrapper
examples, batch_size, phase=phase):
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\reader\nlp_reader.py", line 213, in _prepare_batch_data
self.tokenizer, phase)
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\reader\nlp_reader.py", line 464, in _convert_example_to_record
for label in labels] + [no_entity_id]
"C:\Users\user\paddlepaddle\lib\site-packages\paddlehub\reader\nlp_reader.py", line 464, in <listcomp>
for label in labels] + [no_entity_id]
KeyError: 'O O O B-时间点 I-时间点 I-时间点 O B-否定 | 11-May-2016 10:05:46 - ERROR
:: Thread-12 : Uncaught exception: Traceback (most recent call last):
"/opt/mylar/mylar/logger.py", line 158, in new_run
old_run(_args, *_kwargs)
"/usr/lib/python2.7/threading.py", line 754, in run
self.__target(_self.__args, *_self.__kwargs)
"/opt/mylar/mylar/importer.py", line 535, in addComictoDB
myDB.upsert("comics", newValueDict, controlValueDict)
"/opt/mylar/mylar/db.py", line 170, in upsert
self.action(query, valueDict.values() + keyDict.values())
"/opt/mylar/mylar/db.py", line 129, in action
sqlResult = self.connection.execute(query, args)OperationalError: no such column: DynamicComicName | 0.328114 |
Traceback (most recent call last):
"/srv/mastersalt/makina-states/src/salt/salt/loader.py", line 1142, in process_virtual
virtual = mod.__virtual__()
"/srv/mastersalt/makina-states/src/salt/salt/modules/xapi.py", line 68, in __virtual__
if _check_xenapi() is not False:
"/srv/mastersalt/makina-states/src/salt/salt/modules/xapi.py", line 50, in _check_xenapi
if __grains__['os'] == 'Debian':KeyError: 'os' | Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py", line 3481, in get_slice_bound
slc = self._get_loc_only_exact_matches(label)
"/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py", line 3450, in _get_loc_only_exact_matches
return self.get_loc(key)
"/usr/local/lib/python3.6/dist-packages/pandas/core/indexes/base.py", line 2444, in get_loc
return self._engine.get_loc(self._maybe_cast_indexer(key))
"pandas/_libs/index.pyx", line 132, in pandas._libs.index.IndexEngine.get_loc (pandas/_libs/index.c:5280)
"pandas/_libs/index.pyx", line 154, in pandas._libs.index.IndexEngine.get_loc (pandas/_libs/index.c:5126)
"pandas/_libs/hashtable_class_helper.pxi", line 1210, in pandas._libs.hashtable.PyObjectHashTable.get_item (pandas/_libs/hashtable.c:20523)
"pandas/_libs/hashtable_class_helper.pxi", line 1218, in pandas._libs.hashtable.PyObjectHashTable.get_item (pandas/_libs/hashtable.c:20477)
KeyError: (Timestamp('2016-05-17 00:00:00'), '000001')
| 0.275479 |
Traceback (most recent call last):
"/data/run/Projects/project-123/cloudbiolinux/utils/prepare_tx_gff.py", line 821, in <module>
main(args.org_build, args.gtf, args.fasta, genome_dir, args.cores)
"/data/run/Projects/project-123/cloudbiolinux/utils/prepare_tx_gff.py", line 286, in main
db = _get_gtf_db(gtf_file)
"/data/run/Projects/project-123/cloudbiolinux/utils/prepare_tx_gff.py", line 757, in _get_gtf_db
disable_infer_transcripts, disable_infer_genes = guess_disable_infer_extent(gtf)
"/data/run/Projects/project-123/cloudbiolinux/utils/prepare_tx_gff.py", line 729, in guess_disable_infer_extent
db = _create_tiny_gffutils_db(gtf_file)
"/data/run/Projects/project-123/cloudbiolinux/utils/prepare_tx_gff.py", line 700, in _create_tiny_gffutils_db
disable_infer_transcripts=True)
"/Tools/bcbio-0.9.9/anaconda/lib/python2.7/site-packages/gffutils/create.py", line 1273, in create_db
c.create()
"/Tools/bcbio-0.9.9/anaconda/lib/python2.7/site-packages/gffutils/create.py", line 488, in create
self._populate_from_lines(self.iterator)
"/Tools/bcbio-0.9.9/anaconda/lib/python2.7/site-packages/gffutils/create.py", line 609, in _populate_from_lines
raise ValueError("No lines parsed -- was an empty file provided?")ValueError: No lines parsed -- was an empty file provided? | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/mmckerns/lib/python3.5/site-packages/dill-0.2.6.dev0-py3.5.egg/dill/dill.py", line 256, in dumps
dump(obj, file, protocol, byref, fmode, recurse)#, strictio)
"/Users/mmckerns/lib/python3.5/site-packages/dill-0.2.6.dev0-py3.5.egg/dill/dill.py", line 249, in dump
pik.dump(obj)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 408, in dump
self.save(obj)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 520, in save
self.save_reduce(obj=obj, *rv)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 623, in save_reduce
save(state)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 475, in save
f(self, obj) # Call unbound method with explicit self
"/Users/mmckerns/lib/python3.5/site-packages/dill-0.2.6.dev0-py3.5.egg/dill/dill.py", line 818, in save_module_dict
StockPickler.save_dict(pickler, obj)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 810, in save_dict
self._batch_setitems(obj.items())
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 836, in _batch_setitems
save(v)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 520, in save
self.save_reduce(obj=obj, *rv)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 623, in save_reduce
save(state)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 475, in save
f(self, obj) # Call unbound method with explicit self
"/Users/mmckerns/lib/python3.5/site-packages/dill-0.2.6.dev0-py3.5.egg/dill/dill.py", line 818, in save_module_dict
StockPickler.save_dict(pickler, obj)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 810, in save_dict
self._batch_setitems(obj.items())
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 836, in _batch_setitems
save(v)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 475, in save
f(self, obj) # Call unbound method with explicit self
"/Users/mmckerns/lib/python3.5/site-packages/dill-0.2.6.dev0-py3.5.egg/dill/dill.py", line 1236, in save_type
StockPickler.save_global(pickler, obj)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/pickle.py", line 911, in save_global
(obj, module_name, name))
_pickle.PicklingError: Can't pickle <class 'sympy.polys.domains.mpelements.constant'>: it's not found as sympy.polys.domains.mpelements.constant
| 0.261563 |
Traceback (most recent call last):
"/home/kali/RsaCtfTool/RsaCtfTool.py", line 283, in <module>
attackobj.attack_single_key(publickey, attacks_list)
"/home/kali/RsaCtfTool/lib/rsa_attack.py", line 176, in attack_single_key
self.load_attacks(attacks_list)
"/home/kali/RsaCtfTool/lib/rsa_attack.py", line 109, in load_attacks
attack_module = importlib.import_module(
"/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1030, in _gcd_import
"<frozen importlib._bootstrap>", line 1007, in _find_and_load
"<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 680, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 790, in exec_module
"<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
"/home/kali/RsaCtfTool/attacks/single_key/z3_solver.py", line 17, in <module>
r = solve(int(sys.argv[1]))
ValueError: invalid literal for int() with base 10: '-e'
| Traceback (most recent call last):
"/usr/bin/flowblade", line 93, in <module>
app.main(modules_path)
"/usr/share/pyshared/Flowblade/app.py", line 170, in main
editorpersistance.load()
"/usr/share/pyshared/Flowblade/editorpersistance.py", line 73, in load
with atomicfile.Atomic
Writer(prefs_file_path, "wb") as afw:
"/usr/share/pyshared/Flowblade/atomicfile.py", line 114, in __enter__
maybe_tmp_filename = self.__get_random_filename(self.basename)
"/usr/share/pyshared/Flowblade/atomicfile.py", line 225, in __get_random_filename
uuid_str = hashlib.md5(str(os.urandom(32)).encode('utf-8')).hexdigest()
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf1 in position 1: ordinal not in range(128)
| 0.324352 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/scripts/mbusb_gui.py", line 349, in install_syslinux
syslinux_default(config.usb_disk)
"/usr/lib/python3/dist-packages/scripts/syslinux.py", line 107, in syslinux_default
mbr_install_cmd = 'dd bs=440 count=1 conv=notrunc if=' + mbr_bin + ' of=' + usb_disk[:-1]
TypeError: must be str, not NoneType
| Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.all_switches
| 0.285719 |
Traceback (most recent call last):
"upload_key.py", line 17, in <module>
resp = m.get_data(url='account/keys', type='POST', params={'public_key': public_key, 'name': name})
"/Users/stantonk/.virtualenvs/myenv/lib/python2.7/site-packages/digitalocean/Manager.py", line 39, in get_data
unpaged_data = self.__deal_with_pagination(args[0], data, params)IndexError: tuple index out of range | Traceback (most recent call last):
"setup.py", line 11, in <module>
import setuptools
"/kivytools/.buildozer/android/platform/build/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/__init__.py", line 14, in <module>
from setuptools.dist import Distribution, Feature
"/kivytools/.buildozer/android/platform/build/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/dist.py", line 25, in <module>
from setuptools import windows_support
"/kivytools/.buildozer/android/platform/build/build/other_builds/setuptools-python3/armeabi-v7a__ndk_target_21/setuptools/setuptools/windows_support.py", line 2, in <module>
import ctypes
"/kivytools/.buildozer/android/platform/build/build/other_builds/hostpython3/desktop/hostpython3/Lib/ctypes/__init__.py", line 7, in <module>
from _ctypes import Union, Structure, Array
ModuleNotFoundError: No module named '_ctypes'
| 0.285571 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 771, in _decrypt_signature
video_id, player_url, s
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 663, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vfljDEtYP/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | Traceback (most recent call last):
"/home/romain/miniconda3/envs/dsbug/lib/python3.7/site-packages/datasette/utils/asgi.py", line 101, in __call__
return await view(new_scope, receive, send)
"/home/romain/miniconda3/envs/dsbug/lib/python3.7/site-packages/datasette/utils/asgi.py", line 173, in view
request, **scope["url_route"]["kwargs"]
"/home/romain/miniconda3/envs/dsbug/lib/python3.7/site-packages/datasette/views/base.py", line 267, in get
request, database, hash, correct_hash_provided, **kwargs
"/home/romain/miniconda3/envs/dsbug/lib/python3.7/site-packages/datasette/views/base.py", line 399, in view_get
request, database, hash, **kwargs
TypeError: data() got an unexpected keyword argument 'as_format'
| 0.196547 |
Traceback (most recent call last):
"C:\python-2.7.10\lib\site-packages\cx_Freeze\initscripts\Console.py", line 27, in <module>
"E:\Coding\Python\Eve\Pyfa\library.zip\pyfa__main__.py", line 85, in <module>
"E:\Coding\Python\Eve\Pyfa\config.py", line 69, in defPaths
sys.modules['__main__'].__file__))), sys.getfilesystemencoding())AttributeError: 'module' object has no attribute '__file__' | ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1210, in _decrypt_signature
video_id, player_url, s
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1121, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1182, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 972, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.24043 |
Traceback (most recent call last):
"D:\DEV\WinPython3.5_64\python-3.5.4.amd64\lib\site-packages\psychopy-3.1.0-py3.5.egg\psychopy\visual\window.py", line 501, in __del__
self.close()
"D:\DEV\WinPython3.5_64\python-3.5.4.amd64\lib\site-packages\psychopy-3.1.0-py3.5.egg\psychopy\visual\window.py", line 1327, in close
self.backend.close()
# moved here, dereferencing the window prevents
AttributeError: 'NoneType' object has no attribute 'close'
| Traceback (most recent call last):
"C:\projects\gym\gym\envs\tests\test_envs_semantics.py", line 88, in test_env_semantics
assert rollout_dict[spec.id]['observations'] == observations_now, 'Observations not equal for {}'.format(spec.id)AssertionError: Observations not equal for FrozenLake-v0 | 0.228208 |
Traceback (most recent call last):
"youma_javbus.py", line 770, in <module>
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: 'Y:\\test\\1\\KBI-019.mp4' -> 'Y:\\test\\1\\20191011 KANBi専属 復活降臨!! 神戸の人妻 米倉穂香 35歳 中出し痙攣絶頂【生ハメ中出し】4本番!! ホンモノ母乳大噴射 産後さらにエロさ倍増!女として進化した神戸の人妻が大復活!!
(KBI-019).mp4'
| 2020-05-24 17:49:57 UTC | CORE | ERROR | (pkg/collector/runner/runner.go:292 in work) | Error running check istio: [{"message": "list index out of range", "traceback": "Traceback (most recent call last):\n
\"/opt/datadog-agent/embedded/lib/python3.8/site-packages/datadog_checks/base/checks/base.py\", line 800, in run\n
instance = copy.deepcopy(self.instances[0])\nIndexError: list index out of range\n"}]
2020-05-24 17:49:57 UTC | CORE | INFO | (pkg/collector/runner/runner.go:327 in work) | Done running check istio
| 0.258699 |
Traceback (most recent call last):
"test.py", line 38, in <module>
y_hat = model(snapshot.x, snapshot.edge_index, snapshot.edge_attr)
"/private/tmp/test/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
result = self.forward(*input, **kwargs)
"test.py", line 23, in forward
h = self.recurrent(x, edge_index, edge_weight)
"/private/tmp/test/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl
result = self.forward(*input, **kwargs)
"/private/tmp/test/env/lib/python3.7/site-packages/torch_geometric_temporal/nn/recurrent/dcrnn.py", line 181, in forward
Z = self._calculate_update_gate(X, edge_index, edge_weight, H)
"/private/tmp/test/env/lib/python3.7/site-packages/torch_geometric_temporal/nn/recurrent/dcrnn.py", line 144, in _calculate_update_gate
Z = torch.cat([X,H], dim=1)
RuntimeError: Tensors must have same number of dimensions: got 3 and 2
| Traceback (most recent call last):
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/main.py", line 76, in main
ret = cmd.run()
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/command/repro.py", line 47, in run
params=self.args.params,
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/__init__.py", line 51, in wrapper
return f(repo, *args, **kwargs)
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/scm_context.py", line 4, in run
result = method(repo, *args, **kw)
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/reproduce.py", line 89, in reproduce
**kwargs,
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/reproduce.py", line 151, in _reproduce_experiments
return repo.experiments.reproduce_one(**kwargs)
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/experiments/__init__.py", line 274, in reproduce_one
stash_rev = self.new(**kwargs)
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/experiments/__init__.py", line 36, in wrapper
return f(exp, *args, **kwargs)
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/experiments/__init__.py", line 306, in new
self._scm_checkout(rev)
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/experiments/__init__.py", line 168, in _scm_checkout
self._checkout_default_branch()
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/dvc/repo/experiments/__init__.py", line 178, in _checkout_default_branch
ref = origin_refs["HEAD"].reference
"/home/roman/miniconda3/envs/tensorflow/lib/python3.6/site-packages/git/util.py", line 883, in __getitem__
raise IndexError("No item found with id %r" % (self._prefix + index)) from e
IndexError: No item found with id 'origin/HEAD'
| 0.312634 |
Traceback (most recent call last):
"C:\projects\bleachbit\bleachbit\Worker.py", line 87, in execute
"C:\projects\bleachbit\bleachbit\Command.py", line 160, in execute
"C:\projects\bleachbit\bleachbit\Special.py", line 186, in delete_chrome_history
"C:\projects\bleachbit\bleachbit\Special.py", line 324, in get_chrome_bookmark_ids
"C:\projects\bleachbit\bleachbit\Special.py", line 338, in get_chrome_bookmark_urls
"C:\Python34\lib\json\__init__.py", line 265, in load
"C:\Python34\lib\encodings\cp1252.py", line 23, in decode
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 101503: character maps to <undefined>
| Traceback (most recent call last):
"G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/connection.py#L159">ext\urllib3\connection.py</a>", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/util/connection.py#L80">ext\urllib3\util\connection.py</a>", line 80, in create_connection
raise err
"G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/util/connection.py#L70">ext\urllib3\util\connection.py</a>", line 70, in create_connection
sock.connect(sa)ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it | 0.239196 |
Traceback (most recent call last):
"/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/data/gholl/miniconda3/envs/py38/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/IPython/terminal/debugger.py", line 122, in in_thread
line = self.pt_app.prompt()
"/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/prompt_toolkit/shortcuts/prompt.py", line 1013, in prompt
return self.app.run(set_exception_handler=set_exception_handler)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/site-packages/prompt_toolkit/application/application.py", line 813, in run
loop = new_event_loop()
"/data/gholl/miniconda3/envs/py38/lib/python3.8/asyncio/events.py", line 758, in new_event_loop
return get_event_loop_policy().new_event_loop()
"/data/gholl/miniconda3/envs/py38/lib/python3.8/asyncio/events.py", line 656, in new_event_loop
return self._loop_factory()
"/data/gholl/miniconda3/envs/py38/lib/python3.8/asyncio/unix_events.py", line 54, in __init__
super().__init__(selector)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/asyncio/selector_events.py", line 59, in __init__
logger.debug('Using selector: %s', selector.__class__.__name__)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/logging/__init__.py", line 1422, in debug
self._log(DEBUG, msg, args, **kwargs)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/logging/__init__.py", line 1577, in _log
self.handle(record)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/logging/__init__.py", line 1587, in handle
self.callHandlers(record)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/logging/__init__.py", line 1649, in callHandlers
hdlr.handle(record)
"/data/gholl/miniconda3/envs/py38/lib/python3.8/logging/__init__.py", line 950, in handle
self.emit(record)
"/home/gholl/checkouts/2019_iafe/devel_code/mwe/mwe108.py", line 6, in emit
raise RuntimeError("nooo")
RuntimeError: nooo
| Traceback (most recent call last):
"../run_classifier_ner.py", line 1124, in <module>
tf.app.run()
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"../run_classifier_ner.py", line 1035, in main
tf.estimator.train_and_evaluate(estimator, train_spec, eval_spec)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/training.py", line 471, in train_and_evaluate
return executor.run()
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/training.py", line 611, in run
return self.run_local()
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/training.py", line 712, in run_local
saving_listeners=saving_listeners)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 2457, in train
rendezvous.raise_errors()
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/error_handling.py", line 128, in raise_errors
six.reraise(typ, value, traceback)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/six.py", line 696, in reraise
raise value
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 2452, in train
saving_listeners=saving_listeners)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 358, in train
loss = self._train_model(input_fn, hooks, saving_listeners)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1124, in _train_model
return self._train_model_default(input_fn, hooks, saving_listeners)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1154, in _train_model_default
features, labels, model_fn_lib.ModeKeys.TRAIN, self.config)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 2251, in _call_model_fn
config)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1112, in _call_model_fn
model_fn_results = self._model_fn(features=features, **kwargs)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 2534, in _model_fn
features, labels, is_export_mode=is_export_mode)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 1323, in call_without_tpu
return self._call_model_fn(features, labels, is_export_mode=is_export_mode)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 1593, in _call_model_fn
estimator_spec = self._model_fn(features=features, **kwargs)
"../run_classifier_ner.py", line 705, in model_fn
) = modeling.get_assignment_map_from_checkpoint(tvars, init_checkpoint)
"/home/wgpu/deep/Pretrained-Language-Model/NEZHA/modeling.py", line 336, in get_assignment_map_from_checkpoint
init_vars = tf.train.list_variables(init_checkpoint)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/python/training/checkpoint_utils.py", line 95, in list_variables
reader = load_checkpoint(ckpt_dir_or_file)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/python/training/checkpoint_utils.py", line 64, in load_checkpoint
return pywrap_tensorflow.NewCheckpointReader(filename)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 326, in NewCheckpointReader
return CheckpointReader(compat.as_bytes(filepattern), status)
"/home/wgpu/.conda/envs/tensorflow-gpu2/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ../nezha/model.ckpt
| 0.318786 |
```Traceback (most recent call last):
"train_single.py", line 223, in <module>
main()
"train_single.py", line 74, in main
full_tokenizer = tokenization_bert.BertTokenizer(vocab_file=args.tokenizer_path)
UnboundLocalError: local variable 'tokenization_bert' referenced before assignment
| Traceback (most recent call last):
"/root/vmaf/python/test/quality_runner_test.py", line 933, in test_run_vmaf_runner_pool_perc10
self.assertAlmostEqual(results[0]['VMAF_score'], 72.753572476835515, places=4)
AssertionError: 72.753852967634373 != 72.75357247683552 within 4 places
| 0.287147 |
Traceback (most recent call last):
"main.py", line 80, in <module>
map_location=torch.device(cpu))
NameError: name 'cpu' is not defined
| Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 138, in github_gist_search_main
links = get_links(page_set, proxy=proxy, agent=agent)
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 66, in get_links
if not any(s in redirect for s in gist_skip_schema):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 66, in <genexpr>
if not any(s in redirect for s in gist_skip_schema):TypeError: argument of type 'NoneType' is not iterable | 0.306059 |
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible__mF8NE/ansible_module_docker_image.py\", line 607, in <module>\n
main()\n
\"/tmp/ansible__mF8NE/ansible_module_docker_image.py\", line 602, in main\n
ImageManager(client, results)\n
\"/tmp/ansible__mF8NE/ansible_module_docker_image.py\", line 295, in __init__\n
self.present()\n
\"/tmp/ansible__mF8NE/ansible_module_docker_image.py\", line 323, in present\n
self.results['image'] = self.build_image()\n
\"/tmp/ansible__mF8NE/ansible_module_docker_image.py\", line 525, in build_image\n
for line in self.client.build(**params):\n
\"/usr/local/lib/python2.7/dist-packages/docker/api/client.py\", line 316, in _stream_helper\n
yield self._result(response, json=decode)\n
\"/usr/local/lib/python2.7/dist-packages/docker/api/client.py\", line 231, in _result\n
self._raise_for_status(response)\n
\"/usr/local/lib/python2.7/dist-packages/docker/api/client.py\", line 227, in _raise_for_status\n
raise create_api_error_from_http_exception(e)\n
\"/usr/local/lib/python2.7/dist-packages/docker/errors.py\", line 31, in create_api_error_from_http_exception\n
raise cls(e, response=response, explanation=explanation)\ndocker.errors.APIError: 500 Server Error: Internal Server Error (\"Cannot locate specified Dockerfile: /tmp/molecule/ansible-role-cleanup/default/Dockerfile_ubuntu_16_04\")\n",
"module_stdout": "",
| Traceback (most recent call last):
"SickBeard.py", line 65, in <module>
import sickbeard
"C:\Downloaden\SickRage\SickRage\sickbeard\__init__.py", line 40, in <module>
from sickbeard.databases import mainDB, cache_db, failed_db
"C:\Downloaden\SickRage\SickRage\sickbeard\databases\mainDB.py", line 30, in <module>
from sickbeard.name_parser.parser import NameParser, InvalidNameException, InvalidShowException
ImportError: cannot import name NameParser
| 0.282173 |
Traceback (most recent call last):
"site.py", line 101, in main
"site.py", line 78, in run_entry_point
"site-packages\calibre\utils\ipc\worker.py", line 195, in main
"site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override
"site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert
"site-packages\calibre\ebooks\conversion\plumber.py", line 1088, in run
"site-packages\calibre\customize\conversion.py", line 245, in __call__
"site-packages\calibre\ebooks\conversion\plugins\mobi_input.py", line 36, in convert
"site-packages\calibre\ebooks\mobi\reader\mobi6.py", line 161, in extract_content
"site-packages\calibre\ebooks\mobi\reader\mobi6.py", line 157, in check_for_drm
calibre.ebooks.DRMError: Breaking the Rules: A Novel
| Traceback (most recent call last):
"neural_style.py", line 292, in <module>
main()
"neural_style.py", line 219, in main
for iteration, image, loss_vals in stylize(
"/home/isaac/Documents/art_github_2/neural-style/stylize.py", line 207, in stylize
img_out = vgg.unprocess(best.reshape(shape[1:]), vgg_mean_pixel)
AttributeError: 'NoneType' object has no attribute 'reshape'
| 0.165774 |
Traceback (most recent call last):
"...leo\core\leoCommands.py", line 2252, in doCommand
return_value = command_func(event)
"...leo\core\leoGlobals.py", line 244, in commander_command_wrapper
method(event=event)
"...\leo\commands\commanderEditCommands.py", line 714, in indentBody
c.editCommands.selfInsertCommand(event)
# Handles undo.
"...leo\commands\editCommands.py", line 1678, in selfInsertCommand
oldYview = w.getYScrollPosition()
AttributeError: 'QHeadlineWrapper' object has no attribute 'getYScrollPosition'
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/Users/zhangyongqi/.cache/vim/dein/.cache/init.vim/.dein/autoload/leaderf/python/leaderf/anyExpl.py", line 797, in start
the_args.start(arguments, *args, **kwargs)
"/Users/zhangyongqi/.cache/vim/dein/.cache/init.vim/.dein/autoload/leaderf/python/leaderf/anyExpl.py", line 729, in _default_action
manager.startExplorer(win_pos[2:], *args, **kwargs)
"/Users/zhangyongqi/.cache/vim/dein/.cache/init.vim/.dein/autoload/leaderf/python/leaderf/fileExpl.py", line 729, in startExplorer
super(
ExplManager, self).startExplorer(win_pos, *args, **kwargs)
"/Users/zhangyongqi/.cache/vim/dein/.cache/init.vim/.dein/autoload/leaderf/python/leaderf/manager.py", line 1994, in startExplorer
self._getInstance().enterBuffer(win_pos, not isinstance(content, list))
"/Users/zhangyongqi/.cache/vim/dein/.cache/init.vim/.dein/autoload/leaderf/python/leaderf/instance.py", line 956, in enterBuffer
self._createPopupWindow(clear)
"/Users/zhangyongqi/.cache/vim/dein/.cache/init.vim/.dein/autoload/leaderf/python/leaderf/instance.py", line 406, in _createPopupWindow
lfCmd("call nvim_win_set_option(%d, 'foldcolumn', 1)" % self._popup_winid)
"/usr/local/lib/python3.7/site-packages/pynvim/api/nvim.py", line 287, in command
return self.request('nvim_command', string, **kwargs)
"/usr/local/lib/python3.7/site-packages/pynvim/api/nvim.py", line 182, in request
res = self._session.request(name, *args, **kwargs)
"/usr/local/lib/python3.7/site-packages/pynvim/msgpack_rpc/session.py", line 104, in request
raise self.error_wrapper(err)
pynvim.api.common.NvimError: Vim(call):E5555: API call: Option 'foldcolumn' requires a string value
| 0.250822 |
Traceback (most recent call last):
"C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time
elapsed_time = time.monotonic() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"<string>", line 1, in <module>
"~/.vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 558, in Handle
ParseRequest
self._latest_diagnostics = self._latest_file_parse_request.Response()
"~/.vim/bundle/YouCompleteMe/autoload/../python/ycm/client/event_notification.py", line 65, in Response
self._cached_response = JsonFromFuture( self._response_future )
"~/.vim/bundle/YouCompleteMe/autoload/../python/ycm/client/base_request.py", line 173, in JsonFromFuture
response = future.result()
"~/.vim/bundle/YouCompleteMe/third_party/pythonfutures/concurrent/futures/_base.py", line 404, in result
return self.__get_result()
"~/.vim/bundle/YouCompleteMe/third_party/pythonfutures/concurrent/futures/_base.py", line 356, in __get_result
raise self._exceptionrequests.exceptions.ConnectionError: ('Connection aborted.', BadStatusLine("''",)) | 0.287841 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.