text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"<stdin>", line 102, in <module>
"<stdin>", line 94, in _ansiballz_main
"<stdin>", line 40, in invoke_module
"/usr/lib64/python2.7/runpy.py", line 176, in run_module
fname, loader, pkg_name)
"/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code
mod_name, mod_fname, mod_loader, pkg_name)
"/usr/lib64/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/tmp/ansible_tower_workflow_template_payload_sphiyR/ansible_tower_workflow_template_payload.zip/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py", line 203, in <module>
"/tmp/ansible_tower_workflow_template_payload_sphiyR/ansible_tower_workflow_template_payload.zip/ansible/modules/web_infrastructure/ansible_tower/tower_workflow_template.py", line 187, in main
"/usr/lib/python2.7/site-packages/tower_cli/models/base.py", line 720, in modify
return self.write(pk, create_on_missing=create_on_missing, force_on_exists=True, **kwargs)
"/usr/lib/python2.7/site-packages/tower_cli/models/base.py", line 1187, in write
kwargs['extra_vars'] = parser.process_extra_vars(kwargs['extra_vars'])
"/usr/lib/python2.7/site-packages/tower_cli/utils/parser.py", line 130, in process_extra_vars
opt_dict = string_to_dict(extra_vars_opt, allow_kv=True)
"/usr/lib/python2.7/site-packages/tower_cli/utils/parser.py", line 105, in string_to_dict
'variables.\nvariables: \n%s' % var_string
tower_cli.exceptions.TowerCLIError: failed to parse some of the extra variables.
| Traceback (most recent call last):
"/opt/conda/lib/python3.6/site-packages/distributed/comm/utils.py", line 45, in _to_frames
msg, serializers=serializers, on_error=on_error, context=context
"/opt/conda/lib/python3.6/site-packages/distributed/protocol/core.py", line 31, in dumps
small_header, small_payload = dumps_msgpack(msg)
"/opt/conda/lib/python3.6/site-packages/distributed/protocol/core.py", line 159, in dumps_msgpack
payload = msgpack.dumps(msg, use_bin_type=True)
"/opt/conda/lib/python3.6/site-packages/msgpack/__init__.py", line 46, in packb
return Packer(**kwargs).pack(o)
"msgpack/_packer.pyx", line 282, in msgpack._cmsgpack.Packer.pack
"msgpack/_packer.pyx", line 288, in msgpack._cmsgpack.Packer.pack
"msgpack/_packer.pyx", line 285, in msgpack._cmsgpack.Packer.pack
"msgpack/_packer.pyx", line 232, in msgpack._cmsgpack.Packer._pack
"msgpack/_packer.pyx", line 261, in msgpack._cmsgpack.Packer._pack
"msgpack/_packer.pyx", line 279, in msgpack._cmsgpack.Packer._pack
TypeError: can not serialize 'Future' object
| 0.260933 |
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 | Traceback (most recent call last):
"gen-outputs.py", line 30, in <module>
Lcar = lread(detected_cars_labels)
"/home/toor/alpr-unconstrained-master/alpr-unconstrained-master/src/label.py", line 54, in lread
with open(file_path,'r') as fd:
IOError: [Errno 2] No such file or directory: '/tmp/output/03009_cars.txt' | 0.207956 |
Traceback (most recent call last):
"C:\Users\Reethi\Miniconda3\lib\site-packages\conda\exceptions.py", line 479, in conda_exception_handler
return_value = func(*args, **kwargs)
"C:\Users\Reethi\Miniconda3\lib\site-packages\conda\cli\main.py", line 145, in _main
exit_code = args.func(args, p)
"C:\Users\Reethi\Miniconda3\lib\site-packages\conda\cli\main_install.py", line 80, in execute
install(args, parser, 'install')
"C:\Users\Reethi\Miniconda3\lib\site-packages\conda\cli\install.py", line 422, in install
raise CondaSystemExit('Exiting', e)
"C:\Users\Reethi\Miniconda3\lib\contextlib.py", line 77, in __exit__
self.gen.throw(type, value, traceback)
"C:\Users\Reethi\Miniconda3\lib\site-packages\conda\cli\common.py", line 573, in json_progress_bars
yield
"C:\Users\Reethi\Miniconda3\lib\site-packages\conda\cli\install.py", line 420, in install
raise CondaRuntimeError('RuntimeError: %s' % e)
conda.exceptions.CondaRuntimeError: Runtime error: RuntimeError: Runtime error: Could not open 'C:\\Users\\Reethi\\Miniconda3\\pkgs\\mkl-2017.0.1-0.tar.bz2.part' for writing (HTTPSConnectionPool(host='repo.continuum.io', port=443): Read timed out.). | Traceback (most recent call last):
"dirsearch.py", line 47, in <module>
main = Program()
"dirsearch.py", line 36, in __init__
self.arguments = ArgumentParser(self.script_path)
"/home/kali/tools/dirsearch/lib/core/argument_parser.py", line 337, in __init__
self.exit_on_error = options.exit_on_error
AttributeError: 'Values' object has no attribute 'exit_on_error'
| 0.311334 |
```Traceback (most recent call last):
"balloon.py", line 329, in <module>
model_dir=args.logs)
"/Users/tomlutherborrow/Documents/TU_Berlin/WS_1718/GIS_Project/Mask_RCNN/mrcnn/model.py", line 1845, in __init__
self.keras_model = self.build(mode=mode, config=config)
"/Users/tomlutherborrow/Documents/TU_Berlin/WS_1718/GIS_Project/Mask_RCNN/mrcnn/model.py", line 2046, in build
fc_layers_size=config.FPN_CLASSIF_FC_LAYERS_SIZE)
"/Users/tomlutherborrow/Documents/TU_Berlin/WS_1718/GIS_Project/Mask_RCNN/mrcnn/model.py", line 946, in fpn_classifier_graph
name="mrcnn_class")(mrcnn_class_logits)
"/Users/tomlutherborrow/anaconda3/lib/python3.6/site-packages/keras/engine/topology.py", line 619, in __call__
output = self.call(inputs, **kwargs)
"/Users/tomlutherborrow/anaconda3/lib/python3.6/site-packages/keras/layers/wrappers.py", line 213, in call
y = self.layer.call(inputs, **kwargs)
"/Users/tomlutherborrow/anaconda3/lib/python3.6/site-packages/keras/layers/core.py", line 304, in call
return self.activation(inputs)
"/Users/tomlutherborrow/anaconda3/lib/python3.6/site-packages/keras/activations.py", line 29, in softmax
return K.softmax(x)
"/Users/tomlutherborrow/anaconda3/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 2963, in softmax
return tf.nn.softmax(x, axis=axis)
TypeError: softmax() got an unexpected keyword argument 'axis' ``` | Traceback (most recent call last):
"/hummingbot/core/utils/async_utils.py", line 8, in safe_wrapper
return await c
"binance_market.pyx", line 1095, in execute_cancel
UnboundLocalError: local variable 'cancel_result' referenced before assignment
| 0.258639 |
Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
load_entry_point('salt==3001', 'console_scripts', 'salt-call')()
"/usr/lib/python3/dist-packages/salt/scripts.py", line 472, in salt_call
client.run()
"/usr/lib/python3/dist-packages/salt/cli/call.py", line 58, in run
caller.run()
"/usr/lib/python3/dist-packages/salt/cli/caller.py", line 121, in run
ret = self.call()
"/usr/lib/python3/dist-packages/salt/cli/caller.py", line 228, in call
ret["return"] = self.minion.executors[fname](
"/usr/lib/python3/dist-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/lib/python3/dist-packages/salt/modules/kubeadm.py", line 114, in join_params
"token": _token(create_if_needed),
"/usr/lib/python3/dist-packages/salt/modules/kubeadm.py", line 55, in _token
tokens = token_list()
"/usr/lib/python3/dist-packages/salt/modules/kubeadm.py", line 337, in token_list
header = lines.pop(0)
IndexError: pop from empty list
| Traceback (most recent call last):
"/usr/local/share/mypaint/gui/freehand.py", line 555, in _motion_queue_idle_cb
self._process_queued_event(tdw, event)
"/usr/local/share/mypaint/gui/freehand.py", line 597, in _process_queued_event
self.stroke_to(model, dtime, x, y, pressure, xtilt, ytilt)
"/usr/local/share/mypaint/gui/mode.py", line 760, in stroke_to
cmd.stroke_to(dtime, x, y, pressure, xtilt, ytilt)
"/usr/local/share/mypaint/lib/command.py", line 389, in stroke_to
xtilt, ytilt, dtime,
"/usr/local/share/mypaint/lib/layer/data.py", line 1319, in stroke_to
pressure, xtilt, ytilt, dtime
"/usr/local/share/mypaint/lib/mypaintlib.py", line 285, in stroke_to
def stroke_to(self, *args): return _mypaintlib.PythonBrush_stroke_to(self, *args)OverflowError: in method 'PythonBrush_stroke_to', argument 7 of type 'float' | 0.302693 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 784, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 450, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'media_urls',)); 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/bin/salt-run", line 10, in <module>
salt_run()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 95, in salt_run
client.run()
"/usr/lib/python2.7/site-packages/salt/cli/__init__.py", line 357, in run
runner.run()
"/usr/lib/python2.7/site-packages/salt/runner.py", line 218, in run
self.opts['fun'], self.opts['arg'], self.opts)
"/usr/lib/python2.7/site-packages/salt/runner.py", line 134, in cmd
return self.functions[fun](*args, **kwargs)
"/usr/lib/python2.7/site-packages/salt/runners/jobs.py", line 36, in active
ret[job['jid']] = _format_job_instance(job)
"/usr/lib/python2.7/site-packages/salt/runners/jobs.py", line 178, in _format_job_instance
'Target': job['tgt'],KeyError: 'tgt' | 0.130678 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/pyls_jsonrpc/endpoint.py", line 113, in consume
self._handle_request(message['id'], message['method'], message.get('params'))
"/usr/lib/python3.8/site-packages/pyls_jsonrpc/endpoint.py", line 182, in _handle_request
handler_result = handler(params)
"/usr/lib/python3.8/site-packages/pyls_jsonrpc/dispatchers.py", line 23, in handler
return method(**(params or {}))
"/usr/lib/python3.8/site-packages/pyls/python_ls.py", line 352, in m_text_document__references
return self.references(textDocument['uri'], position, exclude_declaration)
"/usr/lib/python3.8/site-packages/pyls/python_ls.py", line 278, in references
return flatten(self._hook(
"/usr/lib/python3.8/site-packages/pyls/python_ls.py", line 156, in _hook
return hook_handlers(config=self.config, workspace=workspace, document=doc, **kwargs)
"/usr/lib/python3.8/site-packages/pluggy/hooks.py", line 286, in __call__
return self._hookexec(self, self.get_hookimpls(), kwargs)
"/usr/lib/python3.8/site-packages/pluggy/manager.py", line 93, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
"/usr/lib/python3.8/site-packages/pluggy/manager.py", line 337, in traced_hookexec
return outcome.get_result()
"/usr/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
"/usr/lib/python3.8/site-packages/pluggy/callers.py", line 52, in from_call
result = func()
"/usr/lib/python3.8/site-packages/pluggy/manager.py", line 335, in <lambda>
outcome = _Result.from_call(lambda: oldcall(hook, hook_impls, kwargs))
"/usr/lib/python3.8/site-packages/pluggy/manager.py", line 84, in <lambda>
self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
"/usr/lib/python3.8/site-packages/pluggy/callers.py", line 208, in _multicall
return outcome.get_result()
"/usr/lib/python3.8/site-packages/pluggy/callers.py", line 80, in get_result
raise ex[1].with_traceback(ex[2])
"/usr/lib/python3.8/site-packages/pluggy/callers.py", line 187, in _multicall
res = hook_impl.function(*args)
"/usr/lib/python3.8/site-packages/pyls/plugins/references.py", line 18, in pyls_references
return [{
"/usr/lib/python3.8/site-packages/pyls/plugins/references.py", line 19, in <listcomp>
'uri': uris.uri_with(document.uri, path=d.module_path) if d.module_path else document.uri,
"/usr/lib/python3.8/site-packages/pyls/uris.py", line 88, in uri_with
path, _netloc = _normalize_win_path(path)
"/usr/lib/python3.8/site-packages/pyls/uris.py", line 110, in _normalize_win_path
if path[:2] == '//':
TypeError: 'PosixPath' object is not subscriptable
| Traceback (most recent call last):
"/.../miniconda3/envs/jupy/lib/python3.8/site-packages/neobolt/direct.py", line 854, in _secure
s = ssl_context.wrap_socket(s, server_hostname=host if HAS_SNI and host else None)
"/.../miniconda3/envs/jupy/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
"/.../miniconda3/envs/jupy/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
"/.../miniconda3/envs/jupy/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:1108)
| 0.309902 |
Traceback (most recent call last):
"build.py", line 43, in <module>
ffi.build()
"/home/pengsun/anaconda3/envs/CenterNet/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 189, in build
_build_extension(ffi, cffi_wrapper_name, target_dir, verbose)
"/home/pengsun/anaconda3/envs/CenterNet/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 111, in _build_extension
outfile = ffi.compile(tmpdir=tmpdir, verbose=verbose, target=libname)
"/home/pengsun/anaconda3/envs/CenterNet/lib/python3.6/site-packages/cffi/api.py", line 723, in compile
compiler_verbose=verbose, debug=debug, **kwds)
"/home/pengsun/anaconda3/envs/CenterNet/lib/python3.6/site-packages/cffi/recompiler.py", line 1526, in recompile
compiler_verbose, debug)
"/home/pengsun/anaconda3/envs/CenterNet/lib/python3.6/site-packages/cffi/ffiplatform.py", line 22, in compile
outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
"/home/pengsun/anaconda3/envs/CenterNet/lib/python3.6/site-packages/cffi/ffiplatform.py", line 58, in _build
raise VerificationError('%s: %s' % (e.__class__.__name__, e))
cffi.VerificationError: LinkError: command 'gcc' failed with exit status 1
| Traceback (most recent call last):
"/usr/bin/douban.fm", line 9, in <module>
load_entry_point('douban.fm==0.2.15', 'console_scripts', 'douban.fm')()
"/usr/lib/python3.4/site-packages/pkg_resources/**init**.py", line 521, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3.4/site-packages/pkg_resources/**init**.py", line 2632, in load_entry_point
return ep.load()
"/usr/lib/python3.4/site-packages/pkg_resources/**init**.py", line 2312, in load
return self.resolve()
"/usr/lib/python3.4/site-packages/pkg_resources/**init**.py", line 2318, in resolve
module = **import**(self.module_name, fromlist=['**name**'], level=0)
"/usr/lib/python3.4/site-packages/douban/douban.py", line 502
print self.win.TITLE
^SyntaxError: Missing parentheses in call to 'print' | 0.321647 |
Traceback (most recent call last):
"/Users/raphael/anaconda3/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 304, in _send_until_done
return self.connection.send(data)
"/Users/raphael/anaconda3/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1630, in send
self._raise_ssl_error(self._ssl, result)
"/Users/raphael/anaconda3/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1538, in _raise_ssl_error
raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (32, 'EPIPE')
| Traceback (most recent call last):
"<ipython-input-20-22f63c35d212>", line 1, in <module>
T[T.cce_contractid == 12199].nrows
"C:\Python\lib\site-packages\blaze\expr\expressions.py", line 222, in __getattr__
result = object.__getattribute__(self, key)AttributeError: 'Slice' object has no attribute 'nrows' | 0.274164 |
`'Connection aborted.', BadStatusLine('HTTP/1.1 0 -\r\n',)) Traceback (most recent call last):
"/Users/allen/Desktop/wxBot/wxbot.py", line 55, in request
allow_redirects, proxies, hooks, stream, verify, cert, json)
"/Library/Python/2.7/site-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"/Library/Python/2.7/site-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"/Library/Python/2.7/site-packages/requests/adapters.py", line 473, in send
raise ConnectionError(err, request=request)
ConnectionError: ('Connection aborted.', BadStatusLine('HTTP/1.1 0 -\r\n',)) ` | testtools.testresult.real._StringException: Traceback (most recent call last):
"/builddir/build/BUILD/falcon-0.3.0/tests/test_cookies.py", line 140, in test_request_cookie_parsing
self.assertEqual("no", req.cookies["logged_in"])KeyError: 'logged_in' | 0.312955 |
b'{"errors": [{"message": "\'NoneType\' object has no attribute \'content_type\'", "locations": [{"line": 3, "column": 9}], "path": ["productImageCreate"], "extensions": {"exception": {"code": "AttributeError", "stacktrace ": ["Traceback (most recent call last):", "
\\"/app/.heroku/python/lib/python3.7/site-packages/promise/promise.py\\", line 487, in _resolve_from_executor", "
executor(resolve, reject)", "
\\"/app/.heroku/python/lib/python3.7/site-packages/promise/promise.py\\", line 754, in executor", "
return resolve(f(*args, **kwargs))", "
\\"/app/.heroku/python/lib/python3.7/site-packages/graphql/execution/middleware.py\\", line 75, in make_it_promise", "
return next(*args, **kwargs)", "
\\"./saleor/graphql/core/mutations.py\\", line 207, in mutate", "
response = cls.perform_mutation(root, info, **data)", "
\\"./saleor/graphql/product/mutations/products.py\\", line 753, in perform_mutation", "
validate_image_file(image_data, \\"image\\")", "
\\"./saleor/graphql/core/utils.py\\", line 29, in validate_image_file", "
if not file.content_type.startswith(\\"image/\\"):", "AttributeError: \'NoneType\' object has no attribute \'content_type\'"]}}}], "data": {"productImageCreate": null}}'
| Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3320, in _real_extract
raise UnsupportedError(url)
UnsupportedError: Unsupported URL: https://education.francetv.fr/matiere/actualite/ce1/video/pourquoi-mange-t-on-des-galettes-en-janvier
| 0.240441 |
Traceback (most recent call last):
"/home/jbp/miniconda3/envs/det/lib/python3.6/site-packages/connexion/apis/abstract.py", line 242, in add_paths
self.add_operation(method, path, endpoint, path_parameters)
"/home/jbp/miniconda3/envs/det/lib/python3.6/site-packages/connexion/apis/abstract.py", line 195, in add_operation
pythonic_params=self.pythonic_params)
"/home/jbp/miniconda3/envs/det/lib/python3.6/site-packages/connexion/operation.py", line 215, in __init__
resolution = resolver.resolve(self)
"/home/jbp/miniconda3/envs/det/lib/python3.6/site-packages/connexion/resolver.py", line 40, in resolve
return Resolution(self.resolve_function_from_operation_id(operation_id), operation_id)
"/home/jbp/miniconda3/envs/det/lib/python3.6/site-packages/connexion/resolver.py", line 65, in resolve_function_from_operation_id
raise ResolverError(msg, sys.exc_info())
connexion.exceptions.ResolverError: <ResolverError: Cannot resolve operationId "swagger_server.controllers.admins_controller.add_typedefs"! Import error was "No module named 'swagger_server'">
| Traceback (most recent call last):
"/tmp/nix-build-python3.6-bpython-0.17.drv-0/bpython-0.17/bpython/test/test_curtsies_painting.py", line 236, in setUp
self.repl = TestRepl(banner='', config=setup_config())
"/tmp/nix-build-python3.6-bpython-0.17.drv-0/bpython-0.17/bpython/curtsiesfrontend/repl.py", line 405, in __init__
fileno=sys.__stdout__.fileno())
ValueError: underlying buffer has been detached
| 0.310954 |
Traceback (most recent call last):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent
and not self.is_completion_widget_visible()):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible
return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted | Traceback (most recent call last):
"test.py", line 1, in <module>
import PySimpleGUI as sg
"/usr/local/lib/python3.4/dist-packages/PySimpleGUI/__init__.py", line 2, in <module>
from .PySimpleGUI import *
"/usr/local/lib/python3.4/dist-packages/PySimpleGUI/PySimpleGUI.py", line 123, in <module>
from typing import List, Any, Union, Tuple, Dict
# because this code has to run on 2.7 can't use real type hints.
Must do typing only in comments
ImportError: No module named 'typing'
| 0.267809 |
Traceback (most recent call last):
"C:\Python27\lib\site-packages\youtube_dl\downloader\http.py", line 175, in real_download
(stream, tmpfilename) = sanitize_open(tmpfilename, open_mode)
"C:\Python27\lib\site-packages\youtube_dl\utils.py", line 454, in sanitize_open
stream = open(encode
name(filename), open_mode)
IOError: [Errno 22] invalid mode ('wb') or filename: u'Z:\\Media\\Educational\\Education\\20160901-UC6pXMS7qre9GZW7A7FVM90Q-Safety_to_the_Weak_Security_Through_Feebleness_-_An_Unorthodox_Manifesto [lQ
| Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 191, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 96, in start
self._seed_discovery()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 423, in _seed_discovery
self._seed_producer.seed_output_queue(cf.cf.get('targets'))
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/seed.py", line 104, in seed_output_queue
kb.kb.add_fuzzable_request(_seed)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 671, in add_fuzzable_request
self.add_url(fuzzable_request.get_url())
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 652, in add_url
return self.urls.add(url)AttributeError: 'DBKnowledgeBase' object has no attribute 'urls' | 0.237535 |
Traceback (most recent call last):
"/opt/code/localstack/.venv/lib/python3.6/site-packages/werkzeug/serving.py", line 304, in run_wsgi
execute(self.server.app)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/werkzeug/serving.py", line 292, in execute
application_iter = app(environ, start_response)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/server.py", line 132, in __call__
return backend_app(environ, start_response)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 1741, in handle_exception
reraise(exc_type, exc_value, tb)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
"/opt/code/localstack/.venv/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/core/utils.py", line 140, in __call__
result = self.callback(request, request.url, {})
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/core/responses.py", line 168, in dispatch
return cls()._dispatch(*args, **kwargs)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/core/responses.py", line 259, in _dispatch
return self.call_action()
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/core/responses.py", line 340, in call_action
response = method()
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/core/utils.py", line 264, in _wrapper
response = f(*args, **kwargs)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/responses.py", line 108, in create_change_set
change_set_type=update_or_create,
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/models.py", line 452, in create_change_set
cross_stack_resources=self.exports
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/models.py", line 295, in __init__
create_change_set=True,
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/models.py", line 187, in __init__
self.resource_map = self._create_resource_map()
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/models.py", line 195, in _create_resource_map
resource_map.create()
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/parsing.py", line 482, in create
if isinstance(self[resource], ec2_models.TaggedEC2Resource):
"/opt/code/localstack/.venv/lib/python3.6/site-packages/moto/cloudformation/parsing.py", line 415, in __getitem__
resource_logical_id, resource_json, self, self._region_name)
"/opt/code/localstack/localstack/services/cloudformation/cloudformation_starter.py", line 173, in parse_and_create_resource
return _parse_and_create_resource(logical_id, resource_json, resources_map, region_name)
"/opt/code/localstack/localstack/services/cloudformation/cloudformation_starter.py", line 260, in _parse_and_create_resource
result = deploy_func(logical_id, resource_wrapped, stack_name=stack_name)
"/opt/code/localstack/localstack/utils/cloudformation/template_deployer.py", line 671, in deploy_resource
result = deploy_resource_via_sdk_function(resource_id, resources, resource_type, func, stack_name)
"/opt/code/localstack/localstack/utils/cloudformation/template_deployer.py", line 741, in deploy_resource_via_sdk_function
raise e
"/opt/code/localstack/localstack/utils/cloudformation/template_deployer.py", line 738, in deploy_resource_via_sdk_function
result = function(**params)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/botocore/client.py", line 357, in _api_call
return self._make_api_call(operation_name, kwargs)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/botocore/client.py", line 634, in _make_api_call
api_params, operation_model, context=request_context)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/botocore/client.py", line 682, in _convert_to_request_dict
api_params, operation_model)
"/opt/code/localstack/.venv/lib/python3.6/site-packages/botocore/validate.py", line 297, in serialize_to_request
raise ParamValidationError(report=report.generate_report())
botocore.exceptions.ParamValidationError: Parameter validation failed:
| Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/bin/hrun", line 11, in <module>
sys.exit(main_hrun())
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/httprunner/cli.py", line 95, in main_hrun
html_report_template=args.html_report_template
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/httprunner/api.py", line 256, in gen_html_report
html_report_template
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/httprunner/report.py", line 99, in render_html_report
start_at_timestamp = int(summary["time"]["start_at"])
KeyError: 'start_at'
| 0.253469 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request
response = ET.XML(res.content)
# releases connection to the pool
"/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML
return parser.close()
"<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
| Traceback (most recent call last):
"./test.py", line 90, in <module>
item = helper.messages.process_message(message, chat, message.sender, message.media, dest_index, account_id)
"/opt/application/helper/messages.py", line 104, in process_message
progress_callback=download_progress_callback
"/usr/lib/python3.6/site-packages/telethon/sync.py", line 39, in syncified
return loop.run_until_complete(coro)
"/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
"/usr/lib/python3.6/site-packages/telethon/tl/custom/message.py", line 742, in download_media
return await self._client.download_media(self, *args, **kwargs)
"/usr/lib/python3.6/site-packages/telethon/client/downloads.py", line 356, in download_media
media, file
"/usr/lib/python3.6/site-packages/telethon/client/downloads.py", line 746, in _download_contact
f = open(file, 'wb', encoding='utf-8')
ValueError: binary mode doesn't take an encoding argument
| 0.270065 |
Traceback (most recent call last):
"dwt_util.py", line 205, in set_registryWindowsError: [Error 5] Access is denied | Traceback (most recent call last):
"/usr/local/lib/python3.2/dist-packages/spyderlib/spyder.py", line 1605, in report_issue
url.addEncodedQueryItem("comment", urllib.quote(issue_template))AttributeError: 'module' object has no attribute 'quote' | 0.291576 |
Traceback (most recent call last):
"/Users/cdoig/anaconda/envs/test/bin/bokeh-server", line 4, in <module>
import bokeh.server.start
"/Users/cdoig/anaconda/envs/test/lib/python2.7/site-packages/bokeh/server/start.py", line 8, in <module>
from .zmqpub import Publisher
"/Users/cdoig/anaconda/envs/test/lib/python2.7/site-packages/bokeh/server/zmqpub.py", line 9, in <module>
import zmqImportError: No module named zmq | Traceback (most recent call last):
"gam.py", line 1043, in callGAPI
"site-packages\googleapiclient\_helpers.py", line 130, in positional_wrapper
"site-packages\googleapiclient\http.py", line 851, in execute
"site-packages\googleapiclient\http.py", line 184, in _retry_request
"site-packages\googleapiclient\http.py", line 165, in _retry_request
"gam.py", line 100, in wrapped_request_method
"site-packages\google_auth_httplib2.py", line 198, in request
"site-packages\httplib2\__init__.py", line 1953, in request
"site-packages\httplib2\__init__.py", line 1618, in _request
"site-packages\httplib2\__init__.py", line 1524, in _conn_request
"site-packages\httplib2\__init__.py", line 1307, in connect
"ssl.py", line 423, in wrap_socket
"ssl.py", line 870, in _create
"ssl.py", line 1139, in do_handshake
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1076)
| 0.189713 |
Traceback (most recent call last):
"/usr/lib64/python3.5/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
"/var/tmp/portage/dev-python/matplotlib-1.4.3/work/matplotlib-1.4.3-python3_5/build/test/lib/matplotlib-1.4.3-py3.5-linux-x86_64.egg/matplotlib/tests/test_patheffects.py", line 123, in test_SimplePatchShadow_offset_xy
dep.assert_called()
"/usr/lib64/python3.5/unittest/mock.py", line 583, in __getattr__
raise AttributeError(name)AttributeError: assert_called | Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 997, in _real_extract
doc = parse_xml(webpage)
"/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1558, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
"/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1301, in XML
parser.feed(text)
"/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1643, in feed
self._raiseerror(v)
"/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise errParseError: not well-formed (invalid token): line 15, column 440 | 0.32782 |
Traceback (most recent call last):
"/opt/cobra-master/cobra/__init__.py", line 89, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/opt/cobra-master/cobra/cli.py", line 92, in start
language=main_language, framework=main_framework, file_count=file_count, extension_count=len(files))
"/opt/cobra-master/cobra/engine.py", line 158, in scan
cve_vuls = scan_cve(target_directory)
"/opt/cobra-master/cobra/cve.py", line 354, in scan_cve
pool = multiprocessing.Pool()
"/usr/local/python27/lib/python2.7/multiprocessing/__init__.py", line 232, in Pool
return Pool(processes, initializer, initargs, maxtasksperchild)
"/usr/local/python27/lib/python2.7/multiprocessing/pool.py", line 159, in __init__
self._repopulate_pool()
"/usr/local/python27/lib/python2.7/multiprocessing/pool.py", line 223, in _repopulate_pool
w.start()
"/usr/local/python27/lib/python2.7/multiprocessing/process.py", line 130, in start
self._popen = Popen(self)
"/usr/local/python27/lib/python2.7/multiprocessing/forking.py", line 126, in __init__
code = process_obj._bootstrap()
"/usr/local/python27/lib/python2.7/multiprocessing/process.py", line 274, in _bootstrap
sys.stderr.write('Process %s:\n' % self.name)IOError: [Errno 32] Broken pipe | Traceback (most recent call last):
"/home/uma/anaconda/bin/conda", line 5, in <module>
sys.exit(main())
"/home/uma/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 166, in main
args = p.parse_args()
"/home/uma/anaconda/lib/python2.7/argparse.py", line 1688, in parse_args
args, argv = self.parse_known_args(args, namespace)
"/home/uma/anaconda/lib/python2.7/argparse.py", line 1720, in parse_known_args
namespace, args = self._parse_known_args(args, namespace)
"/home/uma/anaconda/lib/python2.7/argparse.py", line 1926, in _parse_known_args
start_index = consume_optional(start_index)
"/home/uma/anaconda/lib/python2.7/argparse.py", line 1866, in consume_optional
take_action(action, args, option_string)
"/home/uma/anaconda/lib/python2.7/argparse.py", line 1794, in take_action
action(self, namespace, argument_values, option_string)
"/home/uma/anaconda/lib/python2.7/argparse.py", line 994, in __call__
parser.print_help()
"/home/uma/anaconda/lib/python2.7/site-packages/conda/cli/conda_argparse.py", line 86, in print_help
help()
"/home/uma/anaconda/lib/python2.7/site-packages/conda/cli/find_commands.py", line 67, in help
filter_descr(cmd)
"/home/uma/anaconda/lib/python2.7/site-packages/conda/cli/find_commands.py", line 54, in filter_descr
output = subprocess.check_output(args)
"/home/uma/anaconda/lib/python2.7/subprocess.py", line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
"/home/uma/anaconda/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
"/home/uma/anaconda/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exceptionAttributeError: 'NoneType' object has no attribute 'rfind' | 0.262699 |
[ERROR
] An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1703, in call
**cdata['kwargs'])
"/usr/lib/python2.7/dist-packages/salt/loader.py", line 1649, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/states/saltmod.py", line 624, in wheel
out = __salt__['saltutil.wheel'](name, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/saltutil.py", line 1067, in wheel
return wclient.cmd(_fun, kwarg=kwargs)
"/usr/lib/python2.7/dist-packages/salt/wheel/__init__.py", line 124, in cmd
return super(WheelClient, self).cmd(fun, arg, pub_data, kwarg)
"/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 231, in cmd
return self.low(fun, low)
"/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 369, in low
mminion=self.mminion,
"/usr/lib/python2.7/dist-packages/salt/utils/job.py", line 31, in store_job
job_cache = opts['master_job_cache']KeyError: 'master_job_cache' | Traceback (most recent call last):
"test_cfg_tcpdump.py", line 19, in <module>
test()
"test_cfg_tcpdump.py", line 15, in test
_ = p.analyses.CFG()
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/analysis.py", line 108, in __call__
oself.__init__(*args, **kwargs)
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/cfg/cfg.py", line 55, in __init__
CFGFast.__init__(self, **kwargs)
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/cfg/cfg_fast.py", line 1013, in __init__
self._analyze()
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/forward_analysis.py", line 552, in _analyze
self._analysis_core_baremetal()
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/forward_analysis.py", line 653, in _analysis_core_baremetal
self._job_queue_empty()
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/cfg/cfg_fast.py", line 1484, in _job_queue_empty
self._process_unresolved_indirect_jumps()
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/cfg/cfg_base.py", line 2167, in _process_unresolved_indirect_jumps
all_targets |= self._process_one_indirect_jump(jump)
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/cfg/cfg_base.py", line 2193, in _process_one_indirect_jump
resolved, targets = resolver.resolve(self, jump.addr, jump.func_addr, block, jump.jumpkind)
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/analyses/cfg/indirect_jump_resolvers/jumptable.py", line 70, in resolve
max_level=3, base_state=self.base_state)
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/blade.py", line 62, in __init__
self._backward_slice()
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/blade.py", line 275, in _backward_slice
data.get('stmt_idx', None)
"/home/lrxiao/.pyenv/versions/3.6.1/lib/python3.6/site-packages/angr/blade.py", line 297, in _backward_slice_recursive
if type(exit_stmt.guard) is pyvex.IRExpr.RdTmp:
AttributeError: 'WrTmp' object has no attribute 'guard'
| 0.275551 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckrszvwp\build\youtube_dl\extractor\youtube.py", line 1162, in _decrypt_signature
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckrszvwp\build\youtube_dl\extractor\youtube.py", line 1085, in _extract_signature_function
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckrszvwp\build\youtube_dl\extractor\youtube.py", line 1138, in <lambda>
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckrszvwp\build\youtube_dl\jsinterp.py", line 254, in resf
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckrszvwp\build\youtube_dl\jsinterp.py", line 55, in interpret_statement
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpckrszvwp\build\youtube_dl\jsinterp.py", line 211, in interpret_expression
youtube_dl.utils.ExtractorError: Unsupported JS expression 'oE["do"](a,67)'; 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):
"https://t.co/oY6LXrEgZv", line 983, in <module>
train_seq2seq=train_seq2seq, train_postnet=train_postnet)
"https://t.co/oY6LXrEgZv", line 717, in train
eval_model(global_step, writer, device, model, checkpoint_dir, ismultispeaker)
"https://t.co/oY6LXrEgZv", line 414, in eval_model
writer.add_image(tag, np.uint8(cm.viridis(np.flip(alignment, 1).T) * 255), global_step)
"/usr/local/lib/python3.5/dist-packages/tensorboardX/writer.py", line 412, in add_image
self.file_writer.add_summary(image(tag, img_tensor), global_step, walltime)
"/usr/local/lib/python3.5/dist-packages/tensorboardX/summary.py", line 205, in image
image = make_image(tensor, rescale=rescale)
"/usr/local/lib/python3.5/dist-packages/tensorboardX/summary.py", line 243, in make_image
image = Image.fromarray(tensor)
"/usr/lib/python3/dist-packages/PIL/Image.py", line 2153, in fromarray
raise TypeError("Cannot handle this data type")
TypeError: Cannot handle this data type | 0.207256 |
Traceback (most recent call last):
"C:\redacted\site-packages\trio\_core\_run.py", line 2068, in unrolled_run
runner.io_manager.process_events(events)
"C:\redacted\site-packages\trio\_core\_io_windows.py", line 516, in process_events
waiter = self._overlapped_waiters.pop(entry.lpOverlapped)
KeyError: <cdata 'OVERLAPPED *' 0x000001EDFA33D220>
| TRAIN (1) | Loss: 0.334 | Acc 0.92 mIoU 0.69 | B 0.62 D 0.03 |:
27%|███████▋
| 80/291 [00:49<01:51,
1.90it/s]Traceback (most recent call last):
"train.py", line 61, in <module>
main(config, args.resume)
"train.py", line 42, in main
trainer.train()
"/home/caffe/语义分割/pytorch_segmentation/base/base_trainer.py", line 101, in train
results = self._train_epoch(epoch)
"/home/caffe/语义分割/pytorch_segmentation/trainer.py", line 49, in _train_epoch
for batch_idx, (data, target) in enumerate(tbar):
"/home/caffe/anaconda3/envs/pytorch/lib/python3.6/site-packages/tqdm/_tqdm.py", line 1017, in __iter__
for obj in iterable:
"/home/caffe/语义分割/pytorch_segmentation/base/base_dataloader.py", line 81, in __iter__
self.preload()
"/home/caffe/语义分割/pytorch_segmentation/base/base_dataloader.py", line 64, in preload
self.next_input, self.next_target = next(self.loaditer)
"/home/caffe/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 582, in __next__
return self._process_next_batch(batch)
"/home/caffe/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 608, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
NotFoundError: Traceback (most recent call last):
| 0.319065 |
Traceback (most recent call last):
"/Applications/Lektor.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lektor/uilink.py", line 47, in <module>
main()
"/Applications/Lektor.app/Contents/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/lektor/uilink.py", line 42, in main
from .cli import main
ValueError: Attempted relative import in non-package
| Traceback (most recent call last):
"C:\Python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"C:\Python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract
ie_result = self._real_extract(url)
"C:\Python37\lib\site-packages\youtube_dl\extractor\youtube.py", line 2108, in _real_extract
raise ExtractorError(error_message, expected=True)
youtube_dl.utils.ExtractorError: This video may be inappropriate for some users.
| 0.153779 |
Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 538, in on_activated_async
callback.on_activated_async(v)
"sublime_linter in /Users/johnnyyang/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 112, in on_activated_async
"sublime_linter in /Users/johnnyyang/Library/Application Support/Sublime Text 3/Installed Packages/SublimeLinter.sublime-package", line 282, in hit
KeyError: 4
| Traceback (most recent call last):
"/Users/michael/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"/Users/michael/bin/youtube-dl/youtube_dl/extractor/common.py", line 514, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('app_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.
| 0.162364 |
Traceback (most recent call last):
"/home/vasiliy/env/mitmproxy/bin/mitmproxy", line 11, in <module>
sys.exit(mitmproxy())
"/home/vasiliy/env/mitmproxy/lib/python3.5/site-packages/mitmproxy/tools/main.py", line 68, in mitmproxy
console_options.load_paths(args.conf)
"/home/vasiliy/env/mitmproxy/lib/python3.5/site-packages/mitmproxy/optmanager.py", line 245, in load_paths
self.load(txt)
"/home/vasiliy/env/mitmproxy/lib/python3.5/site-packages/mitmproxy/optmanager.py", line 232, in load
self.update(**data)
"/home/vasiliy/env/mitmproxy/lib/python3.5/site-packages/mitmproxy/optmanager.py", line 141, in update
raise KeyError("No such option: %s" % k)
KeyError: 'No such option: reverse'
| Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 171, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 620, in run
"calibre_plugins.dedrm.__init__", line 570, in KindleMobiDecrypt
DeDRMError: DeDRM v6.6.0: Ultimately failed to decrypt after 0.3 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| 0.328151 |
Traceback (most recent call last):
"windows-exploit-suggester.py", line 1641, in <module>
main()
"windows-exploit-suggester.py", line 453, in main
elif ARGS.systeminfo or ARGS.ostext: run(database)
"windows-exploit-suggester.py", line 849, in run
if not ARGS.duplicates: alerted.add(lmsid)
UnboundLocalError: local variable 'lmsid' referenced before assignment | Traceback (most recent call last):
"/Users/sholden/.virtualenvs/py3/lib/python3.1/site-packages/zmq/eventloop/ioloop.py", line 440, in _run_callback
callback()
"/Users/sholden/.virtualenvs/py3/lib/python3.1/site-packages/tornado/iostream.py", line 311, in wrapper
callback(_args)
"/Users/sholden/.virtualenvs/py3/lib/python3.1/site-packages/tornado/httpserver.py", line 256, in _on_headers
headers=headers, remote_ip=remote_ip)
"/Users/sholden/.virtualenvs/py3/lib/python3.1/site-packages/tornado/httpserver.py", line 391, in __init__
arguments = parse_qs_bytes(self.query)
"/Users/sholden/.virtualenvs/py3/lib/python3.1/site-packages/tornado/escape.py", line 151, in parse_qs_bytes
encoding='latin1', errors='strict')TypeError: parse_qs() got an unexpected keyword argument 'encoding' | 0.24245 |
Traceback (most recent call last):
"main.py", line 49, in <module>
train_model(parameters, args.dataset)
"/content/nmt-keras/nmt_keras/training.py", line 159, in train_model
nmt_model.trainNet(dataset, training_params)
"/content/nmt-keras/src/keras-wrapper/keras_wrapper/cnn_model.py", line 910, in trainNet
self.__train(ds, params)
"/content/nmt-keras/src/keras-wrapper/keras_wrapper/cnn_model.py", line 1135, in __train
initial_epoch=params['epoch_offset'])
"/content/nmt-keras/src/keras/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
"/content/nmt-keras/src/keras/keras/engine/training.py", line 1480, in fit_generator
initial_epoch=initial_epoch)
"/content/nmt-keras/src/keras/keras/engine/training_generator.py", line 251, in fit_generator
callbacks.on_epoch_end(epoch, epoch_logs)
"/content/nmt-keras/src/keras/keras/callbacks.py", line 79, in on_epoch_end
callback.on_epoch_end(epoch, logs)
"/content/nmt-keras/src/keras-wrapper/keras_wrapper/extra/callbacks.py", line 280, in on_epoch_end
self.evaluate(epoch, counter_name='epoch')
"/content/nmt-keras/src/keras-wrapper/keras_wrapper/extra/callbacks.py", line 518, in evaluate
split=s)
"/content/nmt-keras/src/keras-wrapper/keras_wrapper/extra/evaluation.py", line 57, in get_coco_score
scorers.append((Meteor(language=extra_vars.get('language', 'en')), "METEOR"))
"/content/nmt-keras/src/coco-caption/pycocoevalcap/meteor/meteor.py", line 24, in __init__
env=d)
"/usr/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: 'java': 'java'
| Traceback (most recent call last):
"/home/alisue/Dropbox/Codes/django-social-auth/social_auth/tests/google.py", line 17, in setUp
self.assertTrue(self.user)AssertionError: None is not true | 0.283436 |
Traceback (most recent call last):
"/Users/navid/Google Drive/PhD/Repositories/XAI-2016/py/rule_lists_titanic_dataset.py", line 228, in <module>
false_predictions = query_for_false_predictions(y_hat, y_new_test)
"/Users/navid/Google Drive/PhD/Repositories/XAI-2016/py/rule_lists_titanic_dataset.py", line 223, in <lambda>
query_for_false_predictions = lambda predictions, ground_truth:
np.where(ground_truth != predictions)
"/Users/navid/opt/anaconda3/envs/skater-test/lib/python3.6/site-packages/pandas/core/ops/__init__.py", line 1207, in wrapper
raise ValueError("Lengths must match to compare")
ValueError: Lengths must match to compare
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 0.325281 |
Traceback (most recent call last):
"/home/user/tool/w3af/w3af/core/ui/gui/main.py", line 546, in _scan_director
func()
"/home/user/tool/w3af/w3af/core/ui/gui/main.py", line 645, in _scan_start
self.set_tabs(True)
"/home/user/tool/w3af/w3af/core/ui/gui/main.py", line 792, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/home/user/tool/w3af/w3af/core/ui/gui/main.py", line 798, in _set_tab
newone = realWidget(self.w3af)
"/home/user/tool/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/home/user/tool/w3af/w3af/core/ui/gui/scanrun.py", line 247, in __init__
description = self.get_notebook_description()
"/home/user/tool/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()NameError: global name 'webkit' is not defined | Traceback (most recent call last):
"/home/rdemb/anaconda3/envs/py2/lib/python2.7/site-packages/ray/function_manager.py", line 408, in fetch_and_register_remote_function
function = pickle.loads(serialized_function)
"/home/rdemb/anaconda3/envs/py2/lib/python2.7/pickle.py", line 1388, in loads
return Unpickler(file).load()
"/home/rdemb/anaconda3/envs/py2/lib/python2.7/pickle.py", line 864, in load
dispatch[key](self)
"/home/rdemb/anaconda3/envs/py2/lib/python2.7/pickle.py", line 1089, in load_newobj
obj = cls.__new__(cls, *args)
TypeError: __new__() takes at least 3 arguments (1 given)
| 0.328143 |
Traceback (most recent call last):
"C:\MobSF2\Mobile-Security-Framework-MobSF\StaticAnalyzer\views\android\manifest_analysis.py", line 885, in get_manifest_file
subprocess.check_output(args)
"c:\programdata\anaconda3\lib\subprocess.py", line 395, in check_output
**kwargs).stdout
"c:\programdata\anaconda3\lib\subprocess.py", line 487, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['C:\\Program
s\\Java\\jdk-13.0.1\\bin\\java.exe', '-jar', 'C:\\MobSF2\\Mobile-Security-Framework-MobSF\\StaticAnalyzer/tools/apktool_2.4.1.jar', '--match-original', '--frame-path', 'C:\\Users\\Undisclosed\\AppData\\Local\\Temp', '-f', '-s', 'd', 'C:\\MobSF2\\Mobile-Security-Framework-MobSF\\uploads/ded524d566140a28ba9de80a6bf3fa85/ded524d566140a28ba9de80a6bf3fa85.apk', '-o', 'C:\\MobSF2\\Mobile-Security-Framework-MobSF\\uploads/ded524d566140a28ba9de80a6bf3fa85/apktool_out']' returned non-zero exit status 1.
| Traceback (most recent call last):
"/usr/local/bin/music-dl", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/music_dl/__main__.py", line 136, in main
run()
"/usr/local/lib/python3.7/site-packages/music_dl/__main__.py", line 89, in run
run()
"/usr/local/lib/python3.7/site-packages/music_dl/__main__.py", line 84, in run
music_download(idx, music_list)
"/usr/local/lib/python3.7/site-packages/music_dl/core.py", line 40, in music_download
music = music_list[int(idx)]
IndexError: list index out of range | 0.224432 |
Traceback (most recent call last):
"/home/warren/gitwork/scipy/scipy/stats/tests/test_distributions.py", line 553, in test_entropy
h = p.entropy()
"/home/warren/local_scipy/lib/python2.7/site-packages/scipy/stats/distributions.py", line 6769, in entropy
place(output,cond0,self.vecentropy(*goodargs))
"/home/warren/local_scipy/lib/python2.7/site-packages/numpy/lib/function_base.py", line 1832, in __call__
_res = array(self.ufunc(*newargs),copy=False,TypeError: function not supported for these types, and can't coerce safely to supported types | Traceback (most recent call last):
"/Users/dwales/.local/pipx/venvs/visidata/lib/python3.9/site-packages/visidata/threads.py", line 215, in _toplevelTryFunc
t.status = func(*args, **kwargs)
"/Users/dwales/.local/pipx/venvs/visidata/lib/python3.9/site-packages/visidata/sheets.py", line 284, in reload
for r in self.iterload():
"/Users/dwales/.local/pipx/venvs/visidata/lib/python3.9/site-packages/visidata/loaders/json.py", line 43, in iterload
ret = json.load(fp)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 293, in load
return loads(fp.read(),
"/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/json/__init__.py", line 335, in loads
raise JSONDecodeError("Unexpected UTF-8 BOM (decode using utf-8-sig)",
json.decoder.JSONDecodeError: Unexpected UTF-8 BOM (decode using utf-8-sig): line 1 column 1 (char 0)
| 0.191028 |
Traceback (most recent call last):
"/home/someuser/anaconda3/lib/python3.8/site-packages/vaex/scopes.py", line 101, in evaluate
result = self[expression]
"/home/someuser/anaconda3/lib/python3.8/site-packages/vaex/scopes.py", line 163, in __getitem__
raise KeyError("Unknown variables or column: %r" % (variable,))
KeyError: "Unknown variables or column: 'lambda_function(original_description)'"
| Traceback (most recent call last):
"<string>", line 38, in <module>
"/home/alejo/pyinstaller-1.5.1/iu.py", line 436, in importHook
mod = _self_doimport(nm, ctx, fqname)
"/home/alejo/pyinstaller-1.5.1/iu.py", line 521, in doimport
exec co in mod.__dict__
"basic/build/pyi.linux2/basic/outPYZ1.pyz/zmq", line 35, in <module>ImportError: cannot import name initthreads | 0.310846 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/asyncio/selector_events.py", line 724, in _read_ready
data = self._sock.recv(self.max_size)
TimeoutError: [Errno 110] Connection timed out
| Traceback (most recent call last):
"/home/xxxxxxxx/.local/bin/gimme-aws-creds", line 17, in <module>
GimmeAWSCreds().run()
"/home/xxxxxxxx/.local/lib/python3.5/site-packages/gimme_aws_creds/main.py", line 434, in run
saml_data = okta.get_saml_response(aws_app['links']['appLink'])
"/home/xxxxxxxx/.local/lib/python3.5/site-packages/gimme_aws_creds/okta.py", line 426, in get_saml_response
api_response = self.stepup_auth(url, state_token)
"/home/xxxxxxxx/.local/lib/python3.5/site-packages/gimme_aws_creds/okta.py", line 85, in stepup_auth
flow_state['stateToken'], flow_state['apiResponse'])
"/home/xxxxxxxx/.local/lib/python3.5/site-packages/gimme_aws_creds/okta.py", line 260, in _next_login_step
return self._login_multi_factor(state_token, login_data)
"/home/xxxxxxxx/.local/lib/python3.5/site-packages/gimme_aws_creds/okta.py", line 361, in _login_multi_factor
factor = self._choose_factor(login_data['_embedded']['factors'])
"/home/xxxxxxxx/.local/lib/python3.5/site-packages/gimme_aws_creds/okta.py", line 516, in _choose_factor
return factors[int(selection)]
IndexError: list index out of range
| 0.19385 |
Traceback (most recent call last):
".\threading.py", line 532, in __bootstrap_inner
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\commands\install_package_command.py", line 43, in run
'reinstall', 'pull', 'none'])
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\package_installer.py", line 61, in make_package_list
packages = self.manager.list_available_packages()
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\package_manager.py", line 343, in list_available_packages
repositories = self.list_repositories()
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\package_manager.py", line 271, in list_repositories
channel_repositories = provider.get_repositories()
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\providers\channel_provider.py", line 189, in get_repositories
self.fetch()
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\providers\channel_provider.py", line 86, in fetch
'Error downloading channel.')
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\download_manager.py", line 264, in fetch
return self.downloader.download(url, error_message, timeout, 3, prefer_cached)
"C:\Users\Playloud\AppData\Roaming\SUBLIM~1\Packages\PACKAG~1\package_control\downloaders\wininet_downloader.py", line 513, in download
if str(e).find('timed out') != -1:UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-11: ordinal not in range(128) | Traceback (most recent call last):
"/home/biguser/anaconda/lib/python2.7/site-packages/boto/utils.py", line 211, in retry_url
r = opener.open(req)
"/home/biguser/anaconda/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
"/home/biguser/anaconda/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
"/home/biguser/anaconda/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(_args)
"/home/biguser/anaconda/lib/python2.7/urllib2.py", line 1214, in http_open
return self.do_open(httplib.HTTPConnection, req)
"/home/biguser/anaconda/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)URLError: <urlopen error [Errno 111] Connection refused> | 0.24968 |
Traceback (most recent call last):
"/usr/local/bin/openpyn", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/dist-packages/openpyn/openpyn.py", line 130, in main
args.skip_dns_patch, args.silent, args.nvram, args.openvpn_options)
"/usr/local/lib/python3.6/dist-packages/openpyn/openpyn.py", line 323, in run
connect(aserver, port, silent, test, skip_dns_patch, openvpn_options)
"/usr/local/lib/python3.6/dist-packages/openpyn/openpyn.py", line 777, in connect
use_systemd_resolved = uses_systemd_resolved()
"/usr/local/lib/python3.6/dist-packages/openpyn/openpyn.py", line 728, in uses_systemd_resolved
"Invalid configuration: systemd-resolved is running, but resolv.conf contains {}".format(dns_servers))
RuntimeError: Invalid configuration: systemd-resolved is running, but resolv.conf contains ['8.8.8.8', '8.8.4.4', '208.67.222.222']
| Traceback (most recent call last):
"laZagne.py", line 19, in <module>
"c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 395, in load_module
exec(bytecode, module.__dict__)
"lazagne\config\manage_modules.py", line 59, in <module>
"c:\python27\Lib\site-packages\PyInstaller\loader\pyimod03_importers.py",
line 395, in load_module
exec(bytecode, module.__dict__)
"lazagne\softwares\windows\ppypykatz.py", line 10, in <module>
ImportError: No module named pypykatz.pypykatz
| 0.303435 |
Traceback (most recent call last):
"main.py", line 201, in <module>
main()
"main.py", line 192, in main
print(colors.OKBLUE + banner + colors.ENDC)
"C:\Users\xxxxx\AppData\Local\Programs\Python\Python37-32\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode characters in position 9-15: character maps to <undefined>
| Traceback (most recent call last):
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.temperature_ac_bedroom_inside. Platform daikin does not generate unique IDs
| 0.322733 |
Traceback (most recent call last):
"/home/pi/scratch/ranger/ranger/core/main.py", line 171, in main
fm.initialize()
"/home/pi/scratch/ranger/ranger/core/fm.py", line 132, in initialize
self.ui.initialize()
"/home/pi/scratch/ranger/ranger/gui/ui.py", line 127, in initialize
self.handle_multiplexer()
"/home/pi/scratch/ranger/ranger/gui/ui.py", line 500, in handle_multiplexer
['screen', '-Q', 'title']).strip()
"/home/pi/scratch/ranger/ranger/ext/spawn.py", line 35, in check_output
process = Popen(popenargs, stderr=fd_devnull, **kwargs)
"/usr/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: 'screen': 'screen'
| Traceback (most recent call last):
"/home/jsha/certbot/venv/bin/certbot", line 9, in <module>
load_entry_point('certbot', 'console_scripts', 'certbot')()
"/home/jsha/certbot/certbot/main.py", line 770, in main
return config.func(config, plugins)
"/home/jsha/certbot/certbot/main.py", line 565, in obtain_cert
_, action = _auth_from_domains(le_client, config, domains, lineage)
"/home/jsha/certbot/certbot/main.py", line 104, in _auth_from_domains
lineage = le_client.obtain_and_enroll_certificate(domains)
"/home/jsha/certbot/certbot/client.py", line 275, in obtain_and_enroll_certificate
certr, chain, key, _ = self.obtain_certificate(domains)
"/home/jsha/certbot/certbot/client.py", line 247, in obtain_certificate
self.config.allow_subset_of_names)
"/home/jsha/certbot/certbot/auth_handler.py", line 70, in get_authorizations
resp = self._solve_challenges()
"/home/jsha/certbot/certbot/auth_handler.py", line 114, in _solve_challenges
assert len(resp) == len(self.achalls)TypeError: object of type 'NoneType' has no len() | 0.3101 |
Traceback (most recent call last):
"/usr/local/airflow/.local/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1356, in _do_call
return fn(*args)
"/usr/local/airflow/.local/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1341, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"/usr/local/airflow/.local/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1429, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InvalidArgumentError: TensorArray dtype is float but Op is trying to write dtype int64.
| Traceback (most recent call last):
"/home/brain/git/upstream/meson/meson_test.py", line 176, in <module>
run_tests(options, datafile)
"/home/brain/git/upstream/meson/meson_test.py", line 165, in run_tests
drain_futures(futures)
"/home/brain/git/upstream/meson/meson_test.py", line 125, in drain_futures
print_stats(numlen, tests, name, result.result(), i, logfile, jsonlogfile)
"/usr/lib64/python3.4/concurrent/futures/_base.py", line 402, in result
return self.__get_result()
"/usr/lib64/python3.4/concurrent/futures/_base.py", line 354, in __get_result
raise self._exception
"/usr/lib64/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/home/brain/git/upstream/meson/meson_test.py", line 96, in run_single_test
env=child_env)
"/usr/lib64/python3.4/subprocess.py", line 858, in __init__
restore_signals, start_new_session)
"/usr/lib64/python3.4/subprocess.py", line 1456, in _execute_child
raise child_exception_type(errno_num, err_msg)OSError: [Errno 8] Exec format error | 0.326826 |
Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/twitch.py", line 582, in _real_extract
raise ExtractorError('%s is offline' % channel_id, expected=True)
ExtractorError: rossbroadcast is offline
|
Traceback (most recent call last):
"/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 161, in run
cmd = self.call_command('install_lib', warn_dir=0)
"/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 147, in call_command
self.run_command(cmdname)
"/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 23, in run
self.build()
"/usr/lib/python3.5/distutils/command/install_lib.py", line 109, in build
self.run_command('build_ext')
"/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 49, in run
_build_ext.run(self)
"/usr/lib/python3.5/distutils/command/build_ext.py", line 338, in run
self.build_extensions()
"/usr/lib/python3.5/distutils/command/build_ext.py", line 447, in build_extensions
self._build_extensions_serial()
"/usr/lib/python3.5/distutils/command/build_ext.py", line 472, in _build_extensions_serial
self.build_extension(ext)
"/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 174, in build_extension
_build_ext.build_extension(self, ext)
"/usr/lib/python3.5/distutils/command/build_ext.py", line 532, in build_extension
depends=ext.depends)
"/usr/lib/python3.5/distutils/ccompiler.py", line 574, in compile
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
"/usr/lib/python3.5/distutils/unixccompiler.py", line 120, in _compile
raise CompileError(msg)
distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
| 0.245914 |
Traceback (most recent call last):
"train_wc.py", line 138, in <module>
if_highway=args.high_way, in_doc_words=in_doc_words, highway_layers=args.highway_layers)
"/home/usr/Downloads/arabic-ner-master/lmbilstmcrf/lm_lstm_crf.py", line 27, in __init__
dropout=dropout_ratio)
"/home/usr/anaconda3/envs/py37/lib/python3.7/site-packages/torch/nn/modules/rnn.py", line 425, in __init__
super(LSTM, self).__init__('LSTM', *args, **kwargs)
"/home/usr/anaconda3/envs/py37/lib/python3.7/site-packages/torch/nn/modules/rnn.py", line 31, in __init__
raise ValueError("dropout should be a number in range [0, 1] "
ValueError: dropout should be a number in range [0, 1] representing the probability of an element being zeroed
| Traceback (most recent call last):
"youtube_dl\extractor\generic.pyo", line 530, in _real_extract
"youtube_dl\utils.pyo", line 1469, in parse_xml
"xml\etree\ElementTree.pyo", line 1300, in XML
"xml\etree\ElementTree.pyo", line 1642, in feed
"xml\etree\ElementTree.pyo", line 1506, in _raiseerrorParseError: mismatched tag: line 133, column 3 | 0.276386 |
Traceback (most recent call last):
"/home/pi/Medusa/<a href="../blob/94e0649919e9e05ac380f8e6d3817c18255931ee/medusa/providers/generic_provider.py#L512">medusa/providers/generic_provider.py</a>", line 512, in parse_pubdate
dt = parser.parse(pubdate, fuzzy=True)
"/home/pi/Medusa/<a href="../blob/94e0649919e9e05ac380f8e6d3817c18255931ee/lib/dateutil/parser.py#L1181">lib/dateutil/parser.py</a>", line 1181, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
"/home/pi/Medusa/<a href="../blob/94e0649919e9e05ac380f8e6d3817c18255931ee/lib/dateutil/parser.py#L584">lib/dateutil/parser.py</a>", line 584, in parse
ret = default.replace(**repl)ValueError: hour must be in 0..23 |
Traceback (most recent call last):
"/tmp/pip-install-yng81v4j/timesketch/setup.py", line 32, in <module>
from pip._internal.download import PipSession
ModuleNotFoundError: No module named 'pip._internal.download'
| 0.187756 |
Traceback (most recent call last):
"<ipython-input-4-8020991106b8>", line 1, in <module>
runfile('folderpath/fn_guv.py', wdir='folderpath')
"C:\Users\Q1900M\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 705, in runfile
execfile(filename, namespace)
"C:\Users\Q1900M\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 102, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"folderpath/fn_guv.py", line 610, in <module>
(x,y,c,c)->(x,f)', target = targetOpt)(guv_gen_int)
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\npyufunc\decorators.py", line 179, in wrap
guvec.add(fty)
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\npyufunc\deviceufunc.py", line 468, in add
kernel = self._compile_kernel(fnobj, sig=tuple(outertys))
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\vectorizers.py", line 55, in _compile_kernel
return cuda.jit(sig)(fnobj)
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\decorators.py", line 96, in kernel_jit
kernel.bind()
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\compiler.py", line 490, in bind
self._func.get()
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\compiler.py", line 374, in get
linker = driver.Linker()
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\cudadrv\driver.py", line 1380, in __init__
byref(self.handle))
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\cudadrv\driver.py", line 288, in safe_cuda_api_call
self._check_error(fname, retcode)
"C:\Users\Q1900M\Anaconda3\lib\site-packages\numba\cuda\cudadrv\driver.py", line 323, in _check_error
raise CudaAPIError(retcode, msg)
CudaAPIError: Call to cuLinkCreate results in CUDA_ERROR_UNKNOWN
| Traceback (most recent call last):
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'context'
| 0.296716 |
Traceback (most recent call last):
"twitter_test.py", line 375, in testTwitterError
self.assertEqual('test error', error.message)AssertionError: 'test error' != [{u'message': u'Invalid or expired token', u'code': 89}] | Traceback (most recent call last):
"<ipython-input-64-a649b509054f>", line 1, in <module>
import tensorflow
"C:\Users\deepaksingh2\AppData\Local\Continuum\Anaconda3\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
from tensorflow.python import *
"C:\Users\deepaksingh2\AppData\Local\Continuum\Anaconda3\lib\site-packages\tensorflow\python\__init__.py", line 51, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\deepaksingh2\AppData\Local\Continuum\Anaconda3\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 52, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| 0.258692 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/threading.py", line 917, in _bootstrap_inner
self.run()
"test.py", line 37, in run
self.send_heartbeat(counter)
"test.py", line 71, in send_heartbeat
try: logging.error('send_heartbeat: %s' % self.db_thread.executesql('''select now()''')[0][0])
"/data/app/gluon/packages/dal/pydal/base.py", line 772, in executesql
adapter.execute(query)
"/data/app/gluon/packages/dal/pydal/adapters/__init__.py", line 67, in wrap
return f(*args, **kwargs)
"/data/app/gluon/packages/dal/pydal/adapters/base.py", line 413, in execute
rv = self.cursor.execute(command, *args[1:], **kwargs)
psycopg2.OperationalError: server closed the connection unexpectedly
| Traceback (most recent call last):
"/Users/onyxfish/src/csvkit/tests/test_csvkit.py", line 111, in test_writer_alias
self.assertEqual(result, 'a,b,c\r\n1,2,☃\r\n')AssertionError: 'a,b,c\n1,2,\xe2\x98\x83\n' != 'a,b,c\r\n1,2,\xe2\x98\x83\r\n' | 0.162778 |
Traceback (most recent call last):
"create_lmdb.py", line 411, in <module>
main()
"create_lmdb.py", line 39, in main
general_image_folder(opt)
"create_lmdb.py", line 105, in general_image_folder
env = lmdb.open(lmdb_save_path, map_size=data_size * 10)
lmdb.Error: ../../datasets/DIV2K/DIV2K800_sub.lmdb: There is not enough space on the disk.
| Traceback (most recent call last):
"/home/anthony/.local/bin/acd_cli.py", line 168, in wrapped
ret_val = f(*args, **kwargs)
"/home/anthony/.local/bin/acd_cli.py", line 314, in upload_file
sync.insert_node(r)
"/home/anthony/.local/lib/python3.4/site-packages/acdcli/cache/sync.py", line 54, in insert_node
insert_nodes([node])
"/home/anthony/.local/lib/python3.4/site-packages/acdcli/cache/sync.py", line 46, in insert_nodes
insert_files(files)
"/home/anthony/.local/lib/python3.4/site-packages/acdcli/cache/sync.py", line 103, in insert_files
) for f in files
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1991, in execute
return connection.execute(statement, *multiparams, **params)
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 906, in execute
return self._execute_text(object, multiparams, params)
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1054, in _execute_text
statement, parameters
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context
context)
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1341, in _handle_dbapi_exception
exc_info
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/util/compat.py", line 188, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=exc_value)
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/util/compat.py", line 181, in reraise
raise value.with_traceback(tb)
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context
context)
"/home/anthony/.local/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute
cursor.execute(statement, parameters)sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked [SQL: 'INSERT OR REPLACE INTO nodes (id, type, name, description, created, modified, updated, status) VALUES (:id, :type, :name, :description, :created, :modified, :updated, :status)'] [parameters: {'status': 'AVAILABLE', 'name': 'IMG_4189.JPG.png', 'description': None, 'id': 'fy1cW28WSjmE-Ksvbb4BRQ', 'updated': datetime.datetime(2015, 7, 25, 17, 31, 55, 254472), 'type': 'file', 'modified': datetime.datetime(2015, 7, 25, 17, 31, 55, 193000, tzinfo=tzutc()), 'created': datetime.datetime(2015, 7, 25, 17, 31, 55, 5000, tzinfo=tzutc())}] | 0.174394 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/runpy.py", line 174, 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
"/ml/kfp_component/launcher/__main__.py", line 45, in <module>
main()
"/ml/kfp_component/launcher/__main__.py", line 42, in main
launch(args.file_or_module, args.args)
"kfp_component/launcher/launcher.py", line 45, in launch
return fire.Fire(module, command=args, name=module.__name__)
"/usr/local/lib/python2.7/site-packages/fire/core.py", line 127, in Fire
component_trace = _Fire(component, args, context, name)
"/usr/local/lib/python2.7/site-packages/fire/core.py", line 366, in _Fire
component, remaining_args)
"/usr/local/lib/python2.7/site-packages/fire/core.py", line 542, in _CallCallable
result = fn(*varargs, **kwargs)
"kfp_component/google/dataproc/_create_cluster.py", line 74, in create_cluster
wait_interval)
"kfp_component/google/dataproc/_create_cluster.py", line 89, in _create_cluster_internal
return _dump_cluster(operation.get('response'))
"kfp_component/google/dataproc/_create_cluster.py", line 109, in _dump_cluster
cluster.get('clusterName'))
AttributeError: 'NoneType' object has no attribute 'get'
| Traceback (most recent call last):
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/helpers.py", line 363, in copy
ek(shutil.copyfile, src
, dest
)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickrage/helper/encoding.py", line 40, in ek
result = function(*[ss(x) if isinstance(x, (str, unicode)) else x for x in args], **kwargs)
"/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/shutil_custom/__init__.py", line 42, in copyfile_custom
fout = os.open(dst, WRITE_FLAGS)OSError: [Errno 63]
name too long: "/media/TvSeries/Star Trek - The Next Generation/S02/Star Trek The Next Generation - S02E01E02E03E04E05E06E07E08E09E10E11 - Il bambino & Dove regna il silenzio & Elem$ | 0.232652 |
Traceback (most recent call last):
"/usr/local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/click/core.py", line 1063, in invoke
Command.invoke(self, ctx)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/pipenv/cli.py", line 1626, in cli
if need_update_check():
"/usr/local/lib/python3.5/dist-packages/pipenv/utils.py", line 962, in need_update_check
mkdir_p(PIPENV_CACHE_DIR)
"/usr/local/lib/python3.5/dist-packages/pipenv/utils.py", line 750, in mkdir_p
mkdir_p(head)
"/usr/local/lib/python3.5/dist-packages/pipenv/utils.py", line 752, in mkdir_p
os.mkdir(newdir)
PermissionError: [Errno 13] Permission denied: '/var/www/.cache'
| Traceback (most recent call last):
"/Pillow/Tests/test_font_pcf.py", line 59, in test_high_characters
self._test_high_characters(message)
"/Pillow/Tests/test_font_pcf.py", line 55, in _test_high_characters
self.assert_image_equal(image, compare)
"/Pillow/Tests/helper.py", line 85, in assert_image_equal
msg or "got size %r, expected %r" % (a.size, b.size))
AssertionError: got size (783, 22), expected (765, 22)
| 0.327454 |
Traceback (most recent call last):
"train.py", line 49, in <module>
from object_detection.builders import dataset_builder
"D:\python_ver\python364\lib\site-packages\object_detection\builders\dataset_builder.py", line 27, in <module>
from object_detection.data_decoders import tf_example_decoder
"D:\python_ver\python364\lib\site-packages\object_detection\data_decoders\tf_example_decoder.py", line 24, in <module>
from object_detection.protos import input_reader_pb2
ImportError: cannot import name 'input_reader_pb2'
| ERROR: Signature extraction failed: Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)youtube_dl.utils.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. | 0.246496 |
Traceback (most recent call last):
"/vagrant/apps/skedup/tests/base.py", line 28, in setUp
db.session.commit()
"/usr/local/lib/python2.7/site-packages/sqlalchemy/orm/scoping.py", line 157, in do
return getattr(self.registry(), name)(*args, **kwargs)
"/usr/local/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 874, in commit
self.transaction.commit()
"/usr/local/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 459, in commit
self._assert_active(prepared_ok=True)
"/usr/local/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 276, in _assert_active
% self._rollback_exceptionInvalidRequestError: This Session's transaction has been rolled back due to a previous exception during flush. To begin a new transaction with this Session, first issue Session.rollback(). Original exception was: (exceptions.AttributeError) 'SQLiteDialect_pysqlite' object has no attribute '_json_serializer' | Traceback (most recent call last):
"norm_embed.py", line 14, in <module>
with codecs.open(infile, 'r', encoding='utf8') as f:
"/home1/irteam/anaconda3/lib/python3.6/codecs.py", line 895, in open
file = builtins.open(filename, mode, buffering)
NotFoundError: [Errno 2] No such file or directory: 'embed_glove_d300'
| 0.297774 |
Traceback (most recent call last):
"translate.py", line 36, in <module>
main(opt)
"translate.py", line 24, in main
attn_debug=opt.attn_debug)
"/home/Jacob/OpenNMT-py/onmt/translate/translator.py", line 213, in translate
batch_data = self.translate_batch(batch, data, fast=self.fast)
"/home/Jacob/OpenNMT-py/onmt/translate/translator.py", line 314, in translate_batch
return self._translate_batch(batch, data)
"/home/Jacob/OpenNMT-py/onmt/translate/translator.py", line 590, in _translate_batch
ret = self._from_beam(beam)
"/home/Jacob/OpenNMT-py/onmt/translate/translator.py", line 604, in _from_beam
scores, ks = b.sort_finished(minimum=n_best)
"/home/Jacob/OpenNMT-py/onmt/translate/beam.py", line 160, in sort_finished
s = global_scores[i]
IndexError: index 5 is out of bounds for dimension 0 with size 5
|
Traceback (most recent call last):
"/opt/conda/lib/python3.6/site-packages/torch/utils/cpp_extension.py", line 1515, in _run_ninja_build
env=env)
"/opt/conda/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
| 0.24094 |
Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/gevent/pywsgi.py", line 438, in handle_one_response
self.run_application()
"/usr/lib/pymodules/python2.7/gevent/pywsgi.py", line 424, in run_application
self.result = self.application(self.environ, self.start_response)
"/usr/lib/pymodules/python2.7/ajenti/http.py", line 30, in dispatch
output = middleware.handle(context)
"/usr/lib/pymodules/python2.7/ajenti/middleware.py", line 95, in handle
ignore_bad_cookies=True,
"/usr/lib/pymodules/python2.7/ajenti/cookies.py", line 1094, in from_request
header_data, ignore_bad_cookies=ignore_bad_cookies)
"/usr/lib/pymodules/python2.7/ajenti/cookies.py", line 1031, in parse_request
cookie = Cookie.from_dict(cookie_dict)
"/usr/lib/pymodules/python2.7/ajenti/cookies.py", line 737, in from_dict
cookie = Cookie(name, value)
"/usr/lib/pymodules/python2.7/ajenti/cookies.py", line 699, in **init**
self.value = value or ''
"/usr/lib/pymodules/python2.7/ajenti/cookies.py", line 811, in **setattr**
repr(self.attribute_validators.get(name)))InvalidCookieAttributeError: did not validate with <function valid_value at 0x234df50>: 'value' = u'o:columns=a%3Ao%253Aid%253Ds%25253Aqueue%255Ewidth%253Dn%25253A30%5Eo%253Aid%253Ds%25253Aname%255Ewidth%253Dn%25253A222%5Eo%253Aid%253Dn%25253A2%255Ewidth%253Dn%25253A75%5Eo%253Aid%253Dn%25253A3%255Ewidth%253Dn%25253A150%5Eo%253Aid%253Dn%25253A4%255Ewidth%253Dn%25253A60%5Eo%253Aid%253Dn%25253A5%255Ewidth%253Dn%25253A60%5Eo%253Aid%253Dn%25253A6%255Ewidth%253Dn%25253A80%5Eo%253Aid%253Dn%25253A7%255Ewidth%253Dn%25253A80%5Eo%253Aid%253Dn%25253A8%255Ewidth%253Dn%25253A60%5Eo%253Aid%253Dn%25253A9%255Ewidth%253Dn%25253A60%5Eo%253Aid%253Dn%25253A10%255Ewidth%253Dn%25253A60%5Eo%253Aid%253Dn%25253A11%255Ewidth%253Dn%25253A80%5Eo%253Aid%253Dn%25253A12%255Ewidth%253Dn%25253A120%5Eo%253Aid%253Dn%25253A13%255Ewidth%253Dn%25253A120^sort=o%3Afield%3Ds%253Atotal_size%5Edirection%3Ds%253ADESC' | Traceback (most recent call last):
"experiment.py", line 31, in <module>
import sonnet as snt
"/usr/local/lib/python2.7/dist-packages/sonnet/__init__.py", line 64, in <module>
_ensure_dependency_available_at_version('tensorflow_probability', '0.4.0')
"/usr/local/lib/python2.7/dist-packages/sonnet/__init__.py", line 54, in _ensure_dependency_available_at_version
package_name, min_version, pip_name, pip_name))
SystemError: Sonnet requires tensorflow_probability (minimum version 0.4.0) to be installed. If using pip, run `pip install tensorflow-probability` or `pip install tensorflow-probability-gpu`
| 0.255597 |
ERROR: Traceback (most recent call last):
"./managedsoftwareupdate", line 568, in main
updatecheckresult = updatecheck.check(client_id=options.id)
"/usr/local/munki/munkilib/updatecheck.py", line 2742, in check
installinfo)
"/usr/local/munki/munkilib/updatecheck.py", line 1654, in processManifestForKey
installinfo)
"/usr/local/munki/munkilib/updatecheck.py", line 1497, in processInstall
installed_state = installedState(item_pl)
"/usr/local/munki/munkilib/updatecheck.py", line 1060, in installedState
comparison = compareItemVersion(item)
"/usr/local/munki/munkilib/updatecheck.py", line 518, in compareItemVersion
return compareApplicationVersion(item)
"/usr/local/munki/munkilib/updatecheck.py", line 360, in compareApplicationVersion
'\tPath: \t %s' % item['path'].encode('UTF-8'))
"/usr/local/munki/munkilib/munkicommon.py", line 363, in display_debug2
print msg.encode('UTF-8')UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 83: ordinal not in range(128) | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
"/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run
wb.build(autobuilding=True)
"/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build
self.requirement_set.prepare_files(self.finder)
"/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in prepare_files
ignore_dependencies=self.ignore_dependencies))
"/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 512, in _prepare_file
finder, self.upgrade, require_hashes)
"/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 273, in populate_link
self.link = finder.find_requirement(self, upgrade)
"/usr/lib/python2.7/dist-packages/pip/index.py", line 442, in find_requirement
all_candidates = self.find_all_candidates(req.name)
"/usr/lib/python2.7/dist-packages/pip/index.py", line 400, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
"/usr/lib/python2.7/dist-packages/pip/index.py", line 545, in _get_pages
page = self._get_page(location)
"/usr/lib/python2.7/dist-packages/pip/index.py", line 648, in _get_page
return HTMLPage.get_page(link, session=self.session)
"/usr/lib/python2.7/dist-packages/pip/index.py", line 757, in get_page
"Cache-Control": "max-age=600",
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py", line 480, in get
return self.request('GET', url, **kwargs)
"/usr/lib/python2.7/dist-packages/pip/download.py", line 378, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/share/python-wheels/CacheControl-0.11.5-py2.py3-none-any.whl/cachecontrol/adapter.py", line 46, in send
resp = super(CacheControlAdapter, self).send(request, **kw)
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/adapters.py", line 376, in send
timeout=timeout
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 610, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 228, in increment
total -= 1TypeError: unsupported operand type(s) for -=: 'Retry' and 'int' | 0.284128 |
Traceback (most recent call last):
"/app/medusa/lib/traktor/trakt.py", line 118, in request
resp.raise_for_status()
"/app/medusa/ext/requests/models.py", line 943, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://trakt.tv/oauth/token
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/solactus/anaconda3/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
"/home/solactus/anaconda3/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 8] Exec format error: '/home/solactus/anaconda3/bin/phantomjs'
| 0.324473 |
Traceback (most recent call last):
"./backup.py", line 543, in <module>
run_duplicity_verification()
"./backup.py", line 354, in run_duplicity_verification
] + rsync_ssh_options, get_env(env))
"/root/mailinabox/management/utils.py", line 123, in shell
ret = getattr(subprocess, method)(cmd_args, **kwargs)
"/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/duplicity', '--verbosity', 'info', 'verify', '--compare-data', '--archive-dir', '/home/user-data/backup/cache', '--exclude', '/home/user-data/backup', 'rsync://[email protected]//srv/Backups/Backup_Mail', '/home/user-data', '--rsync-options=-e "/usr/bin/ssh -oStrictHostKeyChecking=no -oBatchMode=yes -p 22 -i /root/.ssh/id_rsa_miab"']'
|
Traceback (most recent call last):
"<stdin>", line 4, in <module>
"/usr/lib64/python2.6/site-packages/sqlalchemy/sql/schema.py", line 355, in __new__
table._init(name, metadata, *args, **kw)
"/usr/lib64/python2.6/site-packages/sqlalchemy/sql/schema.py", line 429, in _init
self._autoload(metadata, autoload_with, include_columns)
"/usr/lib64/python2.6/site-packages/sqlalchemy/sql/schema.py", line 457, in _autoload
self, include_columns, exclude_columns
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 1578, in run_callable
with self.contextual_connect() as conn:
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 1645, in contextual_connect
self.pool.connect(),
"/usr/lib64/python2.6/site-packages/sqlalchemy/pool.py", line 271, in connect
return _ConnectionFairy.checkout(self)
"/usr/lib64/python2.6/site-packages/sqlalchemy/pool.py", line 466, in checkout
fairy = _ConnectionRecord.checkout(pool)
"/usr/lib64/python2.6/site-packages/sqlalchemy/pool.py", line 329, in checkout
rec = pool._do_get()
"/usr/lib64/python2.6/site-packages/sqlalchemy/pool.py", line 799, in _do_get
return self._create_connection()
"/usr/lib64/python2.6/site-packages/sqlalchemy/pool.py", line 224, in _create_connection
return _ConnectionRecord(self)
"/usr/lib64/python2.6/site-packages/sqlalchemy/pool.py", line 320, in __init__
exec_once(self.connection, self)
"/usr/lib64/python2.6/site-packages/sqlalchemy/event/attr.py", line 238, in exec_once
self(*args, **kw)
"/usr/lib64/python2.6/site-packages/sqlalchemy/event/attr.py", line 247, in __call__
fn(*args, **kw)
"/usr/lib64/python2.6/site-packages/sqlalchemy/util/langhelpers.py", line 1180, in go
return once_fn(*arg, **kw)
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/strategies.py", line 166, in first_connect
dialect.initialize(c)
"/usr/lib64/python2.6/site-packages/sqlalchemy/connectors/pyodbc.py", line 142, in initialize
super(PyODBCConnector, self).initialize(connection)
"/usr/lib64/python2.6/site-packages/sqlalchemy/dialects/mssql/base.py", line 1129, in initialize
super(MSDialect, self).initialize(connection)
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/default.py", line 199, in initialize
self._get_default_schema_name(connection)
"/usr/lib64/python2.6/site-packages/sqlalchemy/dialects/mssql/base.py", line 1145, in _get_default_schema_name
user_name = connection.scalar("SELECT user_name()")
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 594, in scalar
return self.execute(object, *multiparams, **params).scalar()
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 656, in execute
return self._execute_text(object, multiparams, params)
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 805, in _execute_text
statement, parameters
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 874, in _execute_context
context)
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 1023, in _handle_dbapi_exception
exc_info
"/usr/lib64/python2.6/site-packages/sqlalchemy/util/compat.py", line 185, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb)
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/base.py", line 867, in _execute_context
context)
"/usr/lib64/python2.6/site-packages/sqlalchemy/engine/default.py", line 388, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.DBAPIError: (Error) ('HY000', '[HY000](HY000) [Microsoft](Microsoft)[Server Native Client 11.0](SQL)Connection is busy with results for another command (0) (SQLExecDirectW)') 'SELECT user_name()' () | 0.305902 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 608, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 599, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 187, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start
self._fuzzable_request_router()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 189, in _fuzzable_request_router
self._handle_all_consumer_exceptions(_other)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 279, in _handle_all_consumer_exceptions
self._handle_consumer_exception(result_item)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 291, in _handle_consumer_exception
self._w3af_core.exception_handler.handle_exception_data(exception_data)
"/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 74, in handle_exception_data
exception_data.enabled_plugins)
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 111, in _audit
plugin.audit_with_copy(fuzzable_request, orig_resp)
"/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 133, in audit_with_copy
return self.audit(fuzzable_request, orig_resp)
"/usr/share/w3af/w3af/plugins/audit/sqli.py", line 161, in audit
self._analyze_result)
"/usr/share/w3af/w3af/core/controllers/plugins/plugin.py", line 204, in _send_mutants_in_threads
for (mutant,), http_response in imap_unordered(func, iterable):
"/usr/lib/python2.7/multiprocessing/pool.py", line 653, in next
raise valueHTTPRequestException: SSL Error: None | Traceback (most recent call last):
"models.py", line 1, in <module>
from werkzeug.security import generate_password_hash, check_password_hash
"/usr/local/lib/python3.5/dist-packages/werkzeug/__init__.py", line 151, in <module>
__import__('werkzeug.exceptions')
"/usr/local/lib/python3.5/dist-packages/werkzeug/exceptions.py", line 71, in <module>
from werkzeug.wrappers import Response
"/usr/local/lib/python3.5/dist-packages/werkzeug/wrappers.py", line 26, in <module>
from werkzeug.http import HTTP_STATUS_CODES, \
"/usr/local/lib/python3.5/dist-packages/werkzeug/http.py", line 24, in <module>
from email.Utils import parsedate_tz
"/home/josh/tangan/flasky/app/email.py", line 2, in <module>
from flask import current_app, render_template
"/usr/local/lib/python3.5/dist-packages/flask/__init__.py", line 17, in <module>
from werkzeug.exceptions import abort
ImportError: cannot import name 'abort'
| 0.158746 |
Traceback (most recent call last):
"/opt/certbot/bin/pip", line 7, in <module>
from pip._internal.cli.main import main
"/opt/certbot/lib/python3.5/site-packages/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax
| Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool
ProxiedRequests(self.w3af)
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__
self.reload_options()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options
self._start_proxy()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy
self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener)
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__
name='LocalProxyThread')
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__
port=port)
"/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__
sslversion_choices[ssl_version_client]KeyError: 'SSLv23' | 0.233504 |
Traceback (most recent call last):
"/data/user/code/mainRun.py", line 150, in <module>
tf.app.run()
"/usr/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"/data/user/code/mainRun.py", line 137, in main
tf.estimator.train_and_evaluate(model, train_spec, eval_spec)
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 471, in train_and_evaluate
return executor.run()
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 637, in run
getattr(self, task_to_run)()
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 642, in run_chief
return self._start_distributed_training()
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 788, in _start_distributed_training
saving_listeners=saving_listeners)
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 354, in train
loss = self._train_model(input_fn, hooks, saving_listeners)
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 1207, in _train_model
return self._train_model_default(input_fn, hooks, saving_listeners)
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 1241, in _train_model_default
saving_listeners)
"/usr/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 1468, in _train_with_estimator_spec
log_step_count_steps=log_step_count_steps) as mon_sess:
"/usr/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 504, in MonitoredTrainingSession
stop_grace_period_secs=stop_grace_period_secs)
"/usr/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 921, in __init__
stop_grace_period_secs=stop_grace_period_secs)
"/usr/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 643, in __init__
self._sess = _RecoverableSession(self._coordinated_creator)
"/usr/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1107, in __init__
_WrappedSession.__init__(self, self._create_session())
"/usr/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1112, in _create_session
return self._sess_creator.create_session()
"/usr/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 807, in create_session
hook.after_create_session(self.tf_sess, self.coord)
"/usr/lib/python2.7/site-packages/tensorflow/python/training/basic_session_run_hooks.py", line 568, in after_create_session
self._save(session, global_step)
"/usr/lib/python2.7/site-packages/tensorflow/python/training/basic_session_run_hooks.py", line 599, in _save
self._get_saver().save(session, self._save_path, global_step=step)
"/usr/lib/python2.7/site-packages/tensorflow/python/training/saver.py", line 1441, in save
{self.saver_def.filename_tensor_name: checkpoint_file})
"/usr/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
"/usr/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"/usr/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run
run_metadata)
"/usr/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.UnknownError: hdfs://ss-wxg-3-v2/user/tdw_gilbertchen/model_path/test/2019080400/model.ckpt-0_temp_6e34385f8bd846499e635fda38324771/part-00000-of-00001.index; Unknown error 255
| Traceback (most recent call last):
"…/lib/powerline/scripts/powerline-config", line 16, in <module>
import powerline.bindings.config as configImportError: No module named 'powerline.bindings.config' | 0.251042 |
Traceback (most recent call last):
"/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent
scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero | 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) | 0.074443 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkc931nsv\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkc931nsv\build\youtube_dl\extractor\common.py", line 501, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkc931nsv\build\youtube_dl\extractor\iqiyi.py", line 352, in _real_extract
youtube_dl.utils.ExtractorError: Can't find any video; 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.
| 2-24 22:34:02,292 - ERROR - Exception from semantic completer (using general): Traceback (most recent call last):
"/home/cysh/.emacs.d/bin/ycmd/ycmd/../ycmd/handlers.py", line 111, in GetCompletions
.ComputeCandidates( request_data ) )
"/home/cysh/.emacs.d/bin/ycmd/ycmd/../ycmd/completers/completer.py", line 168, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
"/home/cysh/.emacs.d/bin/ycmd/ycmd/../ycmd/completers/completer.py", line 184, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
"/home/cysh/.emacs.d/bin/ycmd/ycmd/../ycmd/completers/cpp/clang_completer.py", line 112, in ComputeCandidatesInner
raise RuntimeError( NO_COMPLETIONS_MESSAGE )RuntimeError: No completions found; errors in the file? | 0.186501 |
Traceback (most recent call last):
"/home/minecraft/overviewer/chunk.py", line 168, in render_and_save
return a.render_and_save(cave)
"/home/minecraft/overviewer/chunk.py", line 516, in render_and_save
img = self.chunk_render(cave=cave)
"/home/minecraft/overviewer/chunk.py", line 724, in chunk_render
index = biomeColorData[ ((startY*16)+y) * 512 + (startX*16) + x]IndexError: index out of bounds | Traceback (most recent call last):
"build/bdist.linux-i686/egg/subliminal/providers/**init**.py", line 319, in download_subtitle
provider.download_subtitle(subtitle)
"build/bdist.linux-i686/egg/subliminal/providers/addic7ed.py", line 200, in download_subtitle
r = self.session.get(self.server + subtitle.download_link, timeout=10, headers={'Referer': subtitle.page_link})
"/usr/lib/python2.7/site-packages/requests-2.2.1-py2.7.egg/requests/sessions.py", line 395, in get
return self.request('GET', url, *_kwargs)
"/usr/lib/python2.7/site-packages/requests-2.2.1-py2.7.egg/requests/sessions.py", line 383, in request
resp = self.send(prep, *_send_kwargs)
"/usr/lib/python2.7/site-packages/requests-2.2.1-py2.7.egg/requests/sessions.py", line 486, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.7/site-packages/requests-2.2.1-py2.7.egg/requests/adapters.py", line 378, in send
raise ConnectionError(e)ConnectionError: HTTPConnectionPool(host='www.addic7ed.com', port=80): Max retries exceeded with url: /updated/1/84030/0 (Caused by <class 'httplib.BadStatusLine'>: '') | 0.223092 |
Traceback (most recent call last):
"pymc3-try.py", line 43, in <module>
main(model)
"pymc3-try.py", line 13, in main
trace = pm.sample(20000, step=step, model=model, njobs=1)
"C:\Miniconda2\envs\mcmc\lib\site-packages\pymc3\sampling.py", line 252, in sample
progressbar=progressbar, **args)
"C:\Miniconda2\envs\mcmc\lib\site-packages\pymc3\sampling.py", line 879, in init_nuts
step = pm.NUTS(potential=potential, **kwargs)
"C:\Miniconda2\envs\mcmc\lib\site-packages\pymc3\step_methods\arraystep.py", line 39, in __new__
model = modelcontext(kwargs.get('model'))
"C:\Miniconda2\envs\mcmc\lib\site-packages\pymc3\model.py", line 147, in modelcontext
return Model.get_context()
"C:\Miniconda2\envs\mcmc\lib\site-packages\pymc3\model.py", line 139, in get_context
raise TypeError("No context on context stack")
TypeError: No context on context stack
| Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1511, in _real_extract
playlist_title = self._og_search_title(page)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 428, in _og_search_title
return self._og_search_property('title', html, *_kargs)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 416, in _og_search_property
escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, *_kargs)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract OpenGraph title; 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. | 0.252382 |
Traceback (most recent call last):
"/anaconda/envs/asap/lib/python3.5/site-packages/aiomysql/connection.py", line 694, in **del**
"/anaconda/envs/asap/lib/python3.5/site-packages/aiomysql/connection.py", line 260, in close
"/anaconda/envs/asap/lib/python3.5/asyncio/selector_events.py", line 573, in close
"/anaconda/envs/asap/lib/python3.5/asyncio/base_events.py", line 497, in call_soon
"/anaconda/envs/asap/lib/python3.5/asyncio/base_events.py", line 506, in _call_soon
"/anaconda/envs/asap/lib/python3.5/asyncio/base_events.py", line 334, in _check_closedRuntimeError: Event loop is closed | Traceback (most recent call last):
"/home/pouwelse/GIT-pulls/tribler/Tribler/Main/vwxGUI/TopSearchPanel.py", line 158, in OnSettings
self.guiutility.ShowPage('settings')
"/home/pouwelse/GIT-pulls/tribler/Tribler/Main/vwxGUI/__init__.py", line 128, in invoke_func
func(*args, **kwargs)
"/home/pouwelse/GIT-pulls/tribler/Tribler/Main/vwxGUI/GuiUtility.py", line 114, in ShowPage
dialog = SettingsDialog()
"/home/pouwelse/GIT-pulls/tribler/Tribler/Main/vwxGUI/settingsDialog.py", line 91, in __init__
self._seeding_panel, self._seeding_id = self.__create_s4(tree_root, hsizer)
"/home/pouwelse/GIT-pulls/tribler/Tribler/Main/vwxGUI/settingsDialog.py", line 653, in __create_s4
radios[seeding_mode].SetValue(True)KeyError: None | 0.244832 |
Traceback (most recent call last):
"/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/home/pi/wukong/wukong-robot/robot/Player.py", line 91, in run
self.onCompleted()
"/home/pi/.wukong/contrib/Direction.py", line 100, in <lambda>
self.say("去哪里", cache=True, onCompleted=lambda: onAsk(self.activeListen()))
"/home/pi/.wukong/contrib/Direction.py", line 52, in onAsk
res = self.request(url_place, params_place)
"/home/pi/.wukong/contrib/Direction.py", line 22, in request
return json.loads(content)
"/usr/lib/python3.5/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'bytes'
| Traceback (most recent call last):
"/usr/local/share/python/powerline", line 30, in <module>
rendered = powerline.renderer.render(width=args.width, side=args.side)
"/usr/local/lib/python2.7/site-packages/powerline/renderer.py", line 55, in render
if mode not in segment['exclude_modes'] or (segment['include_modes'] and segment in segment['include_modes'])]
"/usr/local/lib/python2.7/site-packages/powerline/renderer.py", line 31, in get_highlighting
segment['highlight'] = self.colorscheme.get_highlighting(segment['highlight_group'], mode, segment.get('gradient_level'))
"/usr/local/lib/python2.7/site-packages/powerline/colorscheme.py", line 101, in get_highlighting
raise KeyError('Highlighting groups not found in colorscheme: ' + ', '.join(groups))KeyError: u'Highlighting groups not found in colorscheme: l, a, s, t, _, s, t, a, t, u, s' | 0.311626 |
Traceback (most recent call last):
"/Users/rtoma/projects/dns-network-policy-operator/env/lib/python3.9/site-packages/aiojobs/_scheduler.py", line 138, in _wait_failed
await task
# should raise exception
"/Users/rtoma/projects/dns-network-policy-operator/env/lib/python3.9/site-packages/kopf/reactor/queueing.py", line 311, in worker
await processor(
TypeError: process_peering_event() got an unexpected keyword argument 'resource_indexed'
| Traceback (most recent call last):
"/root/SaltStack/salt/salt/cloud/cli.py", line 254, in run
self.config.get('names')
"/root/SaltStack/salt/salt/cloud/__init__.py", line 1370, in run_profile
ret[name] = self.create(vm_)
"/root/SaltStack/salt/salt/cloud/__init__.py", line 1240, in create
output = self.clouds[func](vm_)
"/root/SaltStack/salt/salt/cloud/clouds/ec2.py", line 2220, in create
call='action'
"/root/SaltStack/salt/salt/cloud/clouds/ec2.py", line 2317, in create_attach_volumes
volume_dict['volume_id'] = item['volumeId']TypeError: string indices must be integers, not str | 0.223594 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1511, in _real_extract
playlist_title = self._og_search_title(page)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 428, in _og_search_title
return self._og_search_property('title', html, *_kargs)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 416, in _og_search_property
escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, *_kargs)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract OpenGraph title; 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):
"/data/stock/jobs/minute_job.py", line 2, in <module>
import akshare as ak
"/root/anaconda3/lib/python3.8/site-packages/akshare/__init__.py", line 1108, in <module>
from akshare.stock_feature.stock_a_pb import stock_a_pb
"/root/anaconda3/lib/python3.8/site-packages/akshare/stock_feature/stock_a_pb.py", line 317, in <module>
js_functions = execjs.compile(hash_code)
"/root/anaconda3/lib/python3.8/site-packages/execjs/__init__.py", line 61, in compile
return get().compile(source, cwd)
"/root/anaconda3/lib/python3.8/site-packages/execjs/_runtimes.py", line 21, in get
return get_from_environment() or _find_available_runtime()
"/root/anaconda3/lib/python3.8/site-packages/execjs/_runtimes.py", line 49, in _find_available_runtime
raise exceptions.RuntimeUnavailableError("Could not find an available JavaScript runtime.")
execjs._exceptions.RuntimeUnavailableError: Could not find an available JavaScript runtime.
| 0.328755 |
Traceback (most recent call last):
"/Users/travis/build/MacPython/netcdf4-python-wheels/netcdf4-python/test/tst_atts.py", line 142, in runTest
dep=subprocess.Popen(['ncdump','-h',FILE_NAME],stdout=subprocess.PIPE).communicate()[0]
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"E:\youku-lixian\iambus-youku-lixian-8058707\ku6.py", line 33, in <module>
main()
"E:\youku-lixian\iambus-youku-lixian-8058707\ku6.py", line 30, in main
script_main('ku6', ku6_download)
"E:\youku-lixian\iambus-youku-lixian-8058707\common.py", line 291, in script_main
download(url, merge=merge)
"E:\youku-lixian\iambus-youku-lixian-8058707\ku6.py", line 24, in ku6_download
ku6_download_by_id(id, merge=merge)
"E:\youku-lixian\iambus-youku-lixian-8058707\ku6.py", line 10, in ku6_download_by_id
data = json.loads(get_html('http://v.ku6.com/fetchVideo4Player/%s...html'%id))['data']
"E:\youku-lixian\iambus-youku-lixian-8058707\common.py", line 56, in get_html
content = get_response(url).data
"E:\youku-lixian\iambus-youku-lixian-8058707\common.py", line 46, in get_response
response = urllib2.urlopen(url)
"D:\Python27\lib\urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
"D:\Python27\lib\urllib2.py", line 400, in open
response = meth(req, response)
"D:\Python27\lib\urllib2.py", line 513, in http_response
'http', request, response, code, msg, hdrs)
"D:\Python27\lib\urllib2.py", line 438, in error
return self._call_chain(_args)
"D:\Python27\lib\urllib2.py", line 372, in _call_chain
result = func(_args)
"D:\Python27\lib\urllib2.py", line 521, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)urllib2.HTTPError: HTTP Error 404: Not Found | 0.320854 |
Traceback (most recent call last):
"/usr/bin/pip3", line 9, in \<module\>
from pip import main
ImportError: cannot import name 'main'
| Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| 0.314059 |
Traceback (most recent call last):
"/home/gustavoeloi/programs/anaconda3/envs/tf_gpu2/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call
return fn(*args)
"/home/gustavoeloi/programs/anaconda3/envs/tf_gpu2/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1350, in _run_fn
target_list, run_metadata)
"/home/gustavoeloi/programs/anaconda3/envs/tf_gpu2/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1443, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) found.
| Traceback (most recent call last):
"C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 600, in urlopen
chunked=chunked)
"C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 345, in _make_request
self._validate_conn(conn)
"C:\Python34\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 844, in _validate_conn
conn.connect()
"C:\Python34\lib\site-packages\requests\packages\urllib3\connection.py", line 326, in connect
ssl_context=context)
"C:\Python34\lib\site-packages\requests\packages\urllib3\util\ssl_.py", line 324, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
"C:\Python34\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 443, in wrap_socket
raise ssl.SSLError('bad handshake: %r' % e)
ssl.SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
| 0.197407 |
Traceback (most recent call last):
"/Users/maorbarkan/PlexConnect/XMLConverter.py", line 561, in XML_ExpandLine
res = getattr(g_CommandCollection, 'ATTRIB_'+cmd)(src, srcXML, param)
"/Users/maorbarkan/PlexConnect/XMLConverter.py", line 1076, in ATTRIB_getDurationString
min = int(duration)/1000/60ValueError: invalid literal for int() with base 10: '' | Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.kfx_input.package_filetype", line 21, in run
"calibre_plugins.kfx_input.package_filetype", line 32, in run_kfx
"calibre_plugins.kfx_input.kfxlib.yj_book", line 83, in convert_to_single_kfx
"calibre_plugins.kfx_input.kfxlib.yj_book", line 202, in decode_book
"calibre_plugins.kfx_input.kfxlib.yj_book", line 309, in get_container
KFXDRMError: Book container Fooled by Randomness_ The Hidden Role of Chance in Life and in the Markets_B002RI9BH6.kfx has DRM and cannot be converted
| 0.210308 |
Traceback (most recent call last):
"<console>", line 1, in <module>
"/Users/loic/Dev/django-rest-framework/rest_framework/serializers.py", line 429, in errors
return ReturnDict(ret, serializer=self)
"/Users/loic/Dev/django-rest-framework/rest_framework/utils/serializer_helpers.py", line 13, in __init__
super(ReturnDict, self).__init__(*args, **kwargs)
"/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/collections.py", line 52, in __init__
self.__update(*args, **kwds)
"/Users/loic/Dev/rest_tutorial/./.venv/bin/../lib/python2.7/_abcoll.py", line 566, in update
for key, value in other:ValueError: too many values to unpack | Traceback (most recent call last):
"/murks/cherrymusic/cherrymusicserver/configuration.py", line 462, in __getitem__
return self._dic[key]KeyError: 'server.dynamic_dns_address' | 0.276883 |
Traceback (most recent call last):
"./load-images.py", line 22, in <module>
from gratipay import wireup
"/Users/whit537/personal/gratipay/gratipay.com/gratipay/wireup.py", line 19, in <module>
import gratipay.billing.payday
"/Users/whit537/personal/gratipay/gratipay.com/gratipay/billing/payday.py", line 29, in <module>
with open('sql/payday.sql') as f:IOError: [Errno 2] No such file or directory: u'sql/payday.sql' | Traceback (most recent call last):
"/usr/local/bin/s4cmd.py", line 1928, in main
CommandHandler(opt).run(args)
"/usr/local/bin/s4cmd.py", line 1557, in run
CommandHandler.__dict__[cmd + '_handler'](self, args)
"/usr/local/bin/s4cmd.py", line 129, in wrapper
ret = func(*args, **kargs)
"/usr/local/bin/s4cmd.py", line 1628, in ls_handler
self.pretty_print(self.s3handler().list_buckets())
"/usr/local/bin/s4cmd.py", line 129, in wrapper
ret = func(*args, **kargs)
"/usr/local/bin/s4cmd.py", line 694, in list_buckets
for bucket in self.s3.list_buckets().get('Buckets') or []:
"/usr/local/bin/s4cmd.py", line 402, in wrapped_method
ret = getattr(self.client, method)(*args, **merged_kargs)
"/usr/local/lib/python3.7/dist-packages/botocore/client.py", line 357, in _api_call
return self._make_api_call(operation_name, kwargs)
"/usr/local/lib/python3.7/dist-packages/botocore/client.py", line 661, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidAccessKeyId) when calling the ListBuckets operation: The AWS Access Key Id you provided does not exist in our records.
| 0.286608 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dlp/inspect_content_test.py", line 447, in test_inspect_datastore_no_results
assert "No findings" in outAssertionError: assert 'No findings' in 'Inspection operation started: projects/python-docs-samples-tests/locations/global/dlpJobs/i-492908695190707347\nNo event received before the timeout. Please verify that the subscription provided is subscribed to the topic provided.\n'</pre></details> | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 259, in _key
return func()
"/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 224, in _key_enter
self._proc(text)
"/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 232, in _proc
result = self.procfunc(text)
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/shell.py", line 106, in parse_input_run_command
cmd_stdout = shell.generic_user_input(command, params)
"/usr/share/w3af/w3af/core/data/kb/shell.py", line 121, in generic_user_input
return self._print_runnable_payloads()
"/usr/share/w3af/w3af/core/data/kb/shell.py", line 226, in _print_runnable_payloads
payloads = payload_handler.runnable_payloads(self)
"/usr/share/w3af/w3af/plugins/attack/payloads/payload_handler.py", line 80, in runnable_payloads
payload = get_payload_instance(payload_name, shell_obj)
"/usr/share/w3af/w3af/plugins/attack/payloads/payload_handler.py", line 93, in get_payload_instance
__import__(name)
"/usr/share/w3af/w3af/plugins/attack/payloads/payloads/php_sca.py", line 28, in <module>
from w3af.core.controllers.sca.sca import PhpSCA
"/usr/share/w3af/w3af/core/controllers/sca/sca.py", line 25, in <module>
from phply import phplex
"/usr/lib/python2.7/dist-packages/phply/phplex.py", line 7, in <module>
import ply.lex as lexImportError: No module named ply.lex | 0.061749 |
Traceback (most recent call last):
"/home/tallby/zeus-scanner/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
"/home/tallby/zeus-scanner/zeus-scanner/var/search/selenium_search.py", line 80, in get_urls
ff_display = Display(visible=0, size=(800, 600))
"/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 34, in __init__
self._obj = self.display_class(
"/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 52, in display_class
cls.check_installed()
"/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/xvfb.py", line 38, in check_installed
ubuntu_package=PACKAGE).check_installed()TypeError: __init__() got an unexpected keyword argument 'url' | Traceback (most recent call last):
"<ipython-input-20-2337cf17fd1e>", line 5, in <module>
import gym_pull
"C:\ProgramData\Anaconda3\lib\site-packages\gym_pull\__init__.py", line 6, in <module>
from gym.configuration import logger_setup, undo_logger_setup
ModuleNotFoundError: No module named 'gym.configuration'
| 0.251297 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 275, in start
self.scan_end_hook()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 456, in scan_end_hook
om.manager.end_output_plugins()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 149, in end_output_plugins
self.__end_output_plugins_impl()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 160, in __end_output_plugins_impl
o_plugin.end()
"/usr/share/w3af/w3af/plugins/output/html_file.py", line 172, in end
target_domain = cf.cf.get('target_domains')[0]IndexError: list index out of range | Traceback (most recent call last):
"/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/seanh/Projects/ckan/ckan/ckan/tests/functional/api/test_activity.py", line 1405, in test_01_update_resource_not_logged_in
for resource in package_dict['resources']:KeyError: "'resources'\n-------------------- >> begin captured logging << --------------------\nckan.lib.base: INFO:
/api/action/package_list render time 0.003 seconds\nckan.lib.base: INFO:
/api/action/package_show render time 0.024 seconds\n--------------------- >> end captured logging << ---------------------" | 0.227323 |
Traceback (most recent call last):
"test.py", line 21, in <module>
aladin = niftyreg.RegAladin()
"/Users/x/miniconda3/lib/python3.8/site-packages/nipype/interfaces/niftyreg/base.py", line 66, in __init__
_version = self.version
"/Users/x/miniconda3/lib/python3.8/site-packages/nipype/interfaces/niftyreg/base.py", line 117, in version
return Info.version()
"/Users/x/miniconda3/lib/python3.8/site-packages/nipype/interfaces/base/core.py", line 1119, in version
clout = CommandLine(
"/Users/x/miniconda3/lib/python3.8/site-packages/nipype/interfaces/base/core.py", line 419, in run
runtime = self._run_interface(runtime)
"/Users/x/miniconda3/lib/python3.8/site-packages/nipype/interfaces/base/core.py", line 814, in _run_interface
self.raise_exception(runtime)
"/Users/x/miniconda3/lib/python3.8/site-packages/nipype/interfaces/base/core.py", line 741, in raise_exception
raise RuntimeError(
RuntimeError: Command:
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
"/usr/lib/python3/dist-packages/pip/commands/install.py", line 317, in run
requirement_set.prepare_files(finder)
"/usr/lib/python3/dist-packages/pip/req/req_set.py", line 360, in prepare_files
ignore_dependencies=self.ignore_dependencies))
"/usr/lib/python3/dist-packages/pip/req/req_set.py", line 448, in _prepare_file
req_to_install, finder)
"/usr/lib/python3/dist-packages/pip/req/req_set.py", line 387, in _check_skip_installed
req_to_install.check_if_exists()
"/usr/lib/python3/dist-packages/pip/req/req_install.py", line 1011, in check_if_exists
self.req.project_nameAttributeError: 'Requirement' object has no attribute 'project_name' | 0.27328 |
Traceback (most recent call last):
"testcase.py", line 8, in <module>
print(a.groupby(level=0).last())
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/series.py", line 1735, in groupby
return SeriesGroupBy(
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/groupby/groupby.py", line 525, in __init__
grouper, exclusions, obj = get_grouper(
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/groupby/grouper.py", line 773, in get_grouper
if is_in_obj(gpr):
# df.groupby(df['name'])
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/groupby/grouper.py", line 765, in is_in_obj
return gpr is obj[gpr.name]
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/series.py", line 888, in __getitem__
result = self._get_value(key)
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/series.py", line 989, in _get_value
loc = self.index.get_loc(label)
"/home/burk/.local/share/virtualenvs/timeseries-Gj3kjmJv/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 2895, in get_loc
return self._engine.get_loc(casted_key)
"pandas/_libs/index.pyx", line 70, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/index.pyx", line 96, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/index.pyx", line 118, in pandas._libs.index.IndexEngine._get_loc_duplicates
TypeError: only integer scalar arrays can be converted to a scalar index
| Traceback (most recent call last):
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/bin/nucypher-deploy", line 11, in <module>
load_entry_point('nucypher', 'console_scripts', 'nucypher-deploy')()
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/Users/david/NuCypher/dev/nucypher/nucypher/cli/options.py", line 149, in wrapper
return func(**kwargs)
"/Users/david/NuCypher/dev/nucypher/nucypher/cli/options.py", line 149, in wrapper
return func(**kwargs)
"/Users/david/NuCypher/dev/nucypher/nucypher/cli/commands/deploy.py", line 457, in contracts
deployment_parameters=deployment_parameters)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/actors.py", line 300, in deploy_contract
**deployment_parameters)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/deployers.py", line 576, in deploy
**overrides)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/deployers.py", line 531, in _deploy_essential
**constructor_kwargs
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/decorators.py", line 104, in wrapped
return func(*args, **kwargs)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/interfaces.py", line 806, in deploy_contract
confirmations=confirmations)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/decorators.py", line 104, in wrapped
return func(*args, **kwargs)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/interfaces.py", line 618, in send_transaction
confirmations=confirmations)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/interfaces.py", line 541, in sign_and_broadcast_transaction
receipt = self.client.wait_for_receipt(txhash, timeout=self.TIMEOUT)
"/Users/david/NuCypher/dev/nucypher/nucypher/blockchain/eth/clients.py", line 258, in wait_for_receipt
receipt = self.w3.eth.waitForTransactionReceipt(transaction_hash=transaction_hash, timeout=timeout)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/eth.py", line 328, in waitForTransactionReceipt
return wait_for_transaction_receipt(self.web3, transaction_hash, timeout, poll_latency)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/_utils/transactions.py", line 101, in wait_for_transaction_receipt
txn_receipt = web3.eth.getTransactionReceipt(txn_hash)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/eth.py", line 340, in getTransactionReceipt
[transaction_hash],
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/manager.py", line 149, in request_blocking
response = self._make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/manager.py", line 128, in _make_request
return request_func(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/cache.py", line 134, in middleware
return make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/cache.py", line 427, in middleware
response = make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/cache.py", line 247, in middleware
return make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/formatting.py", line 75, in apply_formatters
response = make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/gas_price_strategy.py", line 34, in middleware
return make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/formatting.py", line 73, in apply_formatters
response = make_request(method, formatted_params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/attrdict.py", line 33, in middleware
response = make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/formatting.py", line 75, in apply_formatters
response = make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/normalize_errors.py", line 25, in middleware
result = make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/formatting.py", line 75, in apply_formatters
response = make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/formatting.py", line 73, in apply_formatters
response = make_request(method, formatted_params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/formatting.py", line 75, in apply_formatters
response = make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/middleware/exception_retry_request.py", line 105, in middleware
return make_request(method, params)
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/providers/rpc.py", line 83, in make_request
**self.get_request_kwargs()
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/web3/_utils/request.py", line 35, in make_post_request
response.raise_for_status()
"/Users/david/.local/share/virtualenvs/nucypher-cjt3uwkK/lib/python3.7/site-packages/requests/models.py", line 941, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 429 Client Error: Too Many Requests for url: https://rinkeby.infura.io/v3/b05a9d95c9894b14a3fd96cf7c4c58b6
| 0.295407 |
Traceback (most recent call last):
"c:\users\apc001\appdata\local\programs\python\python38-32\lib\site-packages\pytube\extract.py", line 288, in apply_descrambler
stream_data[key] = [
"c:\users\apc001\appdata\local\programs\python\python38-32\lib\site-packages\pytube\extract.py", line 290, in <listcomp>
"url": format_item["url"],
KeyError: 'url'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/nas/home/broot/centos6/lib/python2.7/site-packages/xray-0.6.0_154_gf270b9f-py2.7.egg/xray/core/dataarray.py", line 1091, in func
f(self.variable, other_variable)
"/nas/home/broot/centos6/lib/python2.7/site-packages/xray-0.6.0_154_gf270b9f-py2.7.egg/xray/core/variable.py", line 799, in func
self.values = f(self_data, other_data)TypeError: ufunc subtract cannot use operands with types dtype('<M8[ns]') and dtype('O') | 0.297806 |
Traceback (most recent call last):
"/Users/konrad/tmp/py3/bin/whereami", line 7, in <module>
from whereami.__main__ import main
"/Users/konrad/tmp/py3/lib/python3.5/site-packages/whereami/__main__.py", line 1, in <module>
from whereami.predict import predict
"/Users/konrad/tmp/py3/lib/python3.5/site-packages/whereami/predict.py", line 3, in <module>
from whereami.pipeline import get_model
"/Users/konrad/tmp/py3/lib/python3.5/site-packages/whereami/pipeline.py", line 3, in <module>
from sklearn.ensemble import RandomForestClassifier
"/Users/konrad/tmp/py3/lib/python3.5/site-packages/sklearn/__init__.py", line 57, in <module>
from .base import clone
"/Users/konrad/tmp/py3/lib/python3.5/site-packages/sklearn/base.py", line 9, in <module>
from scipy import sparseImportError: No module named 'scipy' | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp7hc5a09v\build\youtube_dl\YoutubeDL.py", line 2237, in urlopen
"C:\Python\Python34\lib\urllib\request.py", line 470, in open
"C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
"C:\Python\Python34\lib\urllib\request.py", line 508, in error
"C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
"C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden
| 0.181391 |
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/botocore/endpoint.py", line 148, in _get_response
proxies=self.proxies, timeout=self.timeout)
"/usr/lib/python2.6/site-packages/botocore/vendored/requests/sessions.py", line 464, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.6/site-packages/botocore/vendored/requests/adapters.py", line 363, in send
raise SSLError(e)SSLError: [Errno 185090050] _ssl.c:330: error:0B084002:x509 certificate routines:X509_load_cert_crl_file:system lib |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\Mario\Desktop\winappdbg\trunk\build\sqlalchemy\setup.py", line 179, in <module>
run_setup(True)
"C:\Users\Mario\Desktop\winappdbg\trunk\build\sqlalchemy\setup.py", line 147, in run_setup
**kwargs
"C:\Python25-x64\lib\distutils\core.py", line 151, in setup
dist.run_commands()
"C:\Python25-x64\lib\distutils\dist.py", line 974, in run_commands
self.run_command(cmd)
"C:\Python25-x64\lib\distutils\dist.py", line 994, in run_command
cmd_obj.run()
"c:\python25-x64\lib\site-packages\distribute-0.6.21-py2.5.egg\setuptools\command\install.py", line 53, in run
return _install.run(self)
"C:\Python25-x64\lib\distutils\command\install.py", line 506, in run
self.run_command('build')
"C:\Python25-x64\lib\distutils\cmd.py", line 333, in run_command
self.distribution.run_command(command)
"C:\Python25-x64\lib\distutils\dist.py", line 994, in run_command
cmd_obj.run()
"C:\Python25-x64\lib\distutils\command\build.py", line 112, in run
self.run_command(cmd_name)
"C:\Python25-x64\lib\distutils\cmd.py", line 333, in run_command
self.distribution.run_command(command)
"C:\Python25-x64\lib\distutils\dist.py", line 994, in run_command
cmd_obj.run()
"C:\Users\Mario\Desktop\winappdbg\trunk\build\sqlalchemy\setup.py", line 64, in run
build_ext.run(self)
"C:\Python25-x64\lib\distutils\command\build_ext.py", line 290, in run
self.build_extensions()
"C:\Python25-x64\lib\distutils\command\build_ext.py", line 416, in build_extensions
self.build_extension(ext)
"C:\Users\Mario\Desktop\winappdbg\trunk\build\sqlalchemy\setup.py", line 70, in build_extension
build_ext.build_extension(self, ext)
"C:\Python25-x64\lib\distutils\command\build_ext.py", line 481, in build_extension
depends=ext.depends)
"C:\Python25-x64\lib\distutils\msvccompiler.py", line 354, in compile
if not self.initialized: self.initialize()
"C:\Python25-x64\lib\distutils\msvccompiler.py", line 264, in initialize
self.__paths = self.get_msvc_paths("path")
"C:\Python25-x64\lib\distutils\msvccompiler.py", line 616, in get_msvc_paths
% (self.__root, self.__version))
AttributeError: MSVCCompiler instance has no attribute '_MSVCCompiler__root' | 0.310795 |
>>> Traceback (most recent call last):
"D:\Python\spyder\spyderlib\plugins\ipythonconsole.py", line 1049, in close_console
self.close_related_ipyclients(client)
"D:\Python\spyder\spyderlib\plugins\ipythonconsole.py", line 991, in close_related_ipyclients
self.close_console(widget=cl)TypeError: close_console() got an unexpected keyword argument 'widget' | Oct 08 13:44:30.995 - [ERROR] Except stack:Traceback (most recent call last):
"D:\Program files\XX-Net\code\3.6.7\x_tunnel\local\proxy_session.py", line 343, in normal_roundtrip_worker self.transfer_list[transfer_no]["try"] = try_no KeyError: 19
Oct 08 13:44:32.975 - [DEBUG] roundtrip time:102196 cost:4 transfer_no:28 send_sn:28 send:33 recv_sn:20 rcv:86 status:200
| 0.276569 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| Traceback (most recent call last):
"./ocrmypdf", line 7, in <module>
from ocrmypdf.__main__ import run_pipeline
"/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ocrmypdf/__init__.py", line 37, in <module>
from . import pdfa
"/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ocrmypdf/pdfa.py", line 41, in <module>
from libxmp.utils import file_to_dict
"/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/libxmp/__init__.py", line 50, in <module>
from .core import XMPMeta, XMPIterator
"/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/libxmp/core.py", line 50, in <module>
from . import exempi as _cexempi
"/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/libxmp/exempi.py", line 69, in <module>
EXEMPI = _load_exempi()
"/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/libxmp/exempi.py", line 60, in _load_exempi
raise ExempiLoadError('Exempi library not found.')
libxmp.ExempiLoadError: Exempi library not found.
| 0.2278 |
Traceback (most recent call last):
"sqlmap", line 166, in main
init()
"/Cellar/sqlmap/1.3.12/libexec/lib/core/option.py", line 2687, in init
loadBoundaries()
"/Cellar/sqlmap/1.3.12/libexec/lib/parse/payloads.py", line 89, in loadBoundaries
parseXmlNode(root)
"/Cellar/sqlmap/1.3.12/libexec/lib/parse/payloads.py", line 44, in parseXmlNode
for element in node.getiterator("boundary"):AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'getiterator' | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all
exploit.exploit()
"/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit
s = self._generate_shell(vuln)
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell
if self._verify_vuln(vuln_obj):
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 115, in _verify_vuln
if sqlmap.is_vulnerable():
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 101, in is_vulnerable
raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "python sqlmap.py --batch --disable-coloring --proxy=http://127.0.0.1:57159/ --batch --url=http://domain/index.php?app=core&module=search&do=search&fromMainBar=1 --data=search_term=Hello%20World&search_app=forums": " | 0.199007 |
Traceback (most recent call last):
"LB77-KerasGRU-with-filterbanks-Silva-v1.py", line 151, in <module>
model.save('models/gru_{}_{}.hdf5'.format(bag+1,best_loss))
"/usr/local/lib/python3.4/dist-packages/keras/engine/topology.py", line 2556, in save
save_model(self, filepath, overwrite, include_optimizer)
"/usr/local/lib/python3.4/dist-packages/keras/models.py", line 103, in save_model
with h5py.
(filepath, mode='w') as f:
"/usr/local/lib/python3.4/dist-packages/h5py/_hl/files.py", line 269, in __init__
fid = make_fid(name, mode, userblock_size, fapl, swmr=swmr)
"/usr/local/lib/python3.4/dist-packages/h5py/_hl/files.py", line 105, in make_fid
fid = h5f.create(name, h5f.ACC_TRUNC, fapl=fapl, fcpl=fcpl)
"h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
"h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
"h5py/h5f.pyx", line 98, in h5py.h5f.create
OSError: Unable to create file (unable to open file: name = 'models/gru_1_0.028946343809366226.hdf5', errno = 2, error message = 'No such file or directory', flags = 13, o_flags = 242)
| Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"build/bdist.linux-x86_64/egg/impacket/examples/ntlmrelayx/attacks/ldapattack.py", line 313, in run
userSid, privs = self.validatePrivileges(self.username, domainDumper)
"build/bdist.linux-x86_64/egg/impacket/examples/ntlmrelayx/attacks/ldapattack.py", line 165, in validatePrivileges
user = self.client.entries[0]
IndexError: list index out of range
| 0.293164 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'stats_exporter' from 'opencensus.ext.stackdriver'
| Traceback (most recent call last):
"/Applications/PlexConnect/WebServer.py", line 229, in do_GET
XML = XMLConverter.XML_PMS2aTV(PMSaddress, self.path + query, options)
"/Applications/PlexConnect/XMLConverter.py", line 376, in XML_PMS2aTV
PMS = PlexAPI.getXMLFromPMS(PMS_baseURL, path, options, auth_token, enableGzip)
"/Applications/PlexConnect/PlexAPI.py", line 402, in getXMLFromPMS
response = urllib2.urlopen(request, timeout=20)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 285, in get_type
raise ValueError, "unknown url type: %s" % self.__originalValueError: unknown url type: /library/metadata/1156 | 0.328836 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 730, in _real_extract
doc = parse_xml(webpage)
"/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1515, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errParseError: not well-formed (invalid token): line 2, column 63 | Traceback (most recent call last):
"/home/<my_user>/.local/lib/python3.4/site-packages/pgcli/main.py", line 104, in cli
res = pgexecute.run(document.text)
"/home/<my_user>/.local/lib/python3.4/site-packages/pgcli/pgexecute.py", line 91, in run
_logger.debug('Failed to switch. DB missing: %r', dbname)UnboundLocalError: local variable 'dbname' referenced before assignment | 0.151888 |
Traceback (most recent call last):
"/root/cobra/cobra/detection.py", line 176, in project_information
for root, dirs, filenames in os.walk(absolute_path):
"/usr/lib/python2.7/os.py", line 286, in walk
if isdir(join(top, name)):
"/usr/lib/python2.7/posixpath.py", line 73, in join
path += '/' + bUnicodeDecodeError: 'utf8' codec can't decode byte 0xb0 in position 1: invalid start byte | Traceback (most recent call last):
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\site-packages\keras\utils\data_utils.py", line 565, in _run
with closing(self.executor_fn(_SHARED_SEQUENCES)) as executor:
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\site-packages\keras\utils\data_utils.py", line 548, in <lambda>
initargs=(seqs,))
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\context.py", line 119, in Pool
context=self.get_context())
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\pool.py", line 174, in __init__
self._repopulate_pool()
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\pool.py", line 239, in _repopulate_pool
w.start()
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__
reduction.dump(process_obj, to_child)
"C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
BrokenPipeError: [Errno 32] Broken pipe
| 0.313556 |
Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 94, in <module>
main()
"/home/frappe/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 18, in main
click.Group(commands=commands)(prog_name='bench')
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/frappe/frappe-bench/env/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 24, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/commands/site.py", line 217, in migrate
migrate(context.verbose, rebuild_website=rebuild_website)
"/home/frappe/frappe-bench/apps/frappe/frappe/migrate.py", line 31, in migrate
frappe.modules.patch_handler.run_all()
"/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 29, in run_all
if not run_single(patchmodule = patch):
"/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 63, in run_single
return execute_patch(patchmodule, method, methodargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 83, in execute_patch
frappe.get_attr(patchmodule.split()[0] + ".execute")()
"/home/frappe/frappe-bench/apps/frappe/frappe/patches/v9_1/resave_domain_settings.py", line 7, in execute
domain = frappe.get_doc('Domain', d)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 634, in get_doc
return frappe.model.document.get_doc(*args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 68, in get_doc
return controller(*args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 103, in __init__
self.load_from_db()
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 140, in load_from_db
frappe.throw(_("{0} {1} not found").format(_(self.doctype), self.name), frappe.DoesNotExistError)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 319, in throw
msgprint(msg, raise_exception=exc, title=title, indicator='red')
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 309, in msgprint
_raise_exception()
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 282, in _raise_exception
raise raise_exception(encode(msg))
frappe.exceptions.DoesNotExistError: Domain Hospitality not found
| Traceback (most recent call last):
"./pyLoadCli.py", line 49, in <module>
from module.cli.printer import *
"/home/wrz/bin/pyload/module/cli/__init__.py", line 2, in <module>
from Manage
s import Manage
s
"/home/wrz/bin/pyload/module/cli/Manage
s.py", line 27, in <module>
from module.Api import Destination, PackageData
"/home/wrz/bin/pyload/module/Api.py", line 27, in <module>
from Py
import Py
"/home/wrz/bin/pyload/module/Py
.py", line 20, in <module>
from module.PullEvents import UpdateEvent
"/home/wrz/bin/pyload/module/PullEvents.py", line 21, in <module>
from module.utils import uniqify
ImportError: No module named utils
| 0.230341 |
Traceback (most recent call last):
"train.py", line 289, in <module>
main()
"train.py", line 238, in main
avg_loss /= len(train_loader)
ZeroDivisionError: division by zero
| Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 171, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 620, in run
"calibre_plugins.dedrm.__init__", line 570, in KindleMobiDecrypt
DeDRMError: DeDRM v6.6.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| 0.250383 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _decrypt_signature
return func(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 449, in <lambda>
return lambda s: initial_function([s])
"/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
"/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]KeyError: u'go' |
Traceback (most recent call last):
"C:\bin\Miniconda3\lib\site-packages\conda\exceptions.py", line 1074, in __call__
return func(*args, **kwargs)
"C:\bin\Miniconda3\lib\site-packages\conda_env\cli\main.py", line 78, in do_call
exit_code = getattr(module, func_name)(args, parser)
"C:\bin\Miniconda3\lib\site-packages\conda_env\cli\main_update.py", line 124, in execute
result[installer_type] = installer.install(prefix, specs, args, env)
"C:\bin\Miniconda3\lib\site-packages\conda_env\installers\conda.py", line 27, in install
unlink_link_transaction = solver.solve_for_transaction(prune=getattr(args, 'prune', False))
"C:\bin\Miniconda3\lib\site-packages\conda\core\solve.py", line 117, in solve_for_transaction
should_retry_solve)
"C:\bin\Miniconda3\lib\site-packages\conda\core\solve.py", line 158, in solve_for_diff
force_remove, should_retry_solve)
"C:\bin\Miniconda3\lib\site-packages\conda\core\solve.py", line 262, in solve_final_state
ssc = self._collect_all_metadata(ssc)
"C:\bin\Miniconda3\lib\site-packages\conda\common\io.py", line 88, in decorated
return f(*args, **kwds)
"C:\bin\Miniconda3\lib\site-packages\conda\core\solve.py", line 415, in _collect_all_metadata
index, r = self._prepare(prepared_specs)
"C:\bin\Miniconda3\lib\site-packages\conda\core\solve.py", line 1004, in _prepare
self.subdirs, prepared_specs, self._repodata_fn)
"C:\bin\Miniconda3\lib\site-packages\conda\core\index.py", line 214, in get_reduced_index
repodata_fn=repodata_fn)
"C:\bin\Miniconda3\lib\site-packages\conda\core\subdir_data.py", line 97, in query_all
result = tuple(concat(executor.map(subdir_query, channel_urls)))
"C:\bin\Miniconda3\lib\concurrent\futures\_base.py", line 586, in result_iterator
yield fs.pop().result()
"C:\bin\Miniconda3\lib\concurrent\futures\_base.py", line 425, in result
return self.__get_result()
"C:\bin\Miniconda3\lib\concurrent\futures\_base.py", line 384, in __get_result
raise self._exception
"C:\bin\Miniconda3\lib\concurrent\futures\thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"C:\bin\Miniconda3\lib\site-packages\conda\core\subdir_data.py", line 90, in <lambda>
package_ref_or_match_spec))
"C:\bin\Miniconda3\lib\site-packages\conda\core\subdir_data.py", line 102, in query
self.load()
"C:\bin\Miniconda3\lib\site-packages\conda\core\subdir_data.py", line 166, in load
_internal_state = self._load()
"C:\bin\Miniconda3\lib\site-packages\conda\core\subdir_data.py", line 261, in _load
with io_open(self.cache_path_json, 'w') as fh:
OSError: [Errno 22] Invalid argument: 'C:\\bin\\Miniconda3\\pkgs\\cache\\9fea5de8.json'
| 0.236225 |
Traceback (most recent call last):
"tf_cnn_benchmarks.py", line 73, in <module>
app.run(main)
# Raises error on invalid flags, unlike tf.app.run()
"/usr/local/lib/python2.7/dist-packages/absl/app.py", line 303, in run
_run_main(main, args)
"/usr/local/lib/python2.7/dist-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"tf_cnn_benchmarks.py", line 63, in main
bench = benchmark_cnn.BenchmarkCNN(params)
"/home/cluster/benchmarks/scripts/tf_cnn_benchmarks/benchmark_cnn.py", line 1454, in __init__
params, create_config_proto(params))
"/home/cluster/benchmarks/scripts/tf_cnn_benchmarks/platforms/default/util.py", line 42, in get_cluster_manager
return cnn_util.GrpcClusterManager(params, config_proto)
"/home/cluster/benchmarks/scripts/tf_cnn_benchmarks/cnn_util.py", line 246, in __init__
protocol=params.server_protocol)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/server_lib.py", line 148, in __init__
self._server = c_api.TF_NewServer(self._server_def.SerializeToString())
tensorflow.python.framework.errors_impl.NotFoundError: No CPU devices are available in this process
| Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 98, in update
print datetime.strptime("12:50", "%H:%M")
"/usr/lib/python2.7/_strptime.py", line 270, in <module>
_TimeRE_cache = TimeRE()
"/usr/lib/python2.7/_strptime.py", line 188, in __init__
self.locale_time = LocaleTime()
"/usr/lib/python2.7/_strptime.py", line 70, in __init__
self.lang = _getlang()
"/usr/lib/python2.7/_strptime.py", line 29, in _getlang
return locale.getlocale(locale.LC_TIME)
"/usr/lib/python2.7/locale.py", line 562, in getlocale
return _parse_localename(localename)
"/usr/lib/python2.7/locale.py", line 475, in _parse_localename
raise ValueError, 'unknown locale: %s' % localenameValueError: unknown locale: bn_BD | 0.304 |
Traceback (most recent call last):
"/home/clusters-testing/sandbox/lib/python3.7/site-packages/twisted/trial/runner.py", line 804, in loadByName
return self.suiteFactory([self.findByName(name, recurse=recurse)])
"/home/clusters-testing/sandbox/lib/python3.7/site-packages/twisted/trial/runner.py", line 746, in findByName
recurse=recurse)
"/home/clusters-testing/sandbox/lib/python3.7/site-packages/twisted/trial/runner.py", line 765, in loadAnything
if isPackage(obj):
"/home/clusters-testing/sandbox/lib/python3.7/site-packages/twisted/trial/runner.py", line 54, in isPackage
basename = os.path.splitext(os.path.basename(module.__file__))[0]
"/home/clusters-testing/sandbox/lib/python3.7/posixpath.py", line 146, in basename
p = os.fspath(p)
builtins.TypeError: expected str, bytes or os.PathLike object, not NoneType
|
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_EsBR_K/ansible_module_dnf.py\", line 543, in <module>\n
main()\n
\"/tmp/ansible_EsBR_K/ansible_module_dnf.py\", line 539, in main\n
ensure(module, base, params['state'], params['name'], params['autoremove'])\n
\"/tmp/ansible_EsBR_K/ansible_module_dnf.py\", line 378, in ensure\n
base.group_install(group, dnf.const.GROUP_PACKAGE_TYPES)\n
\"/usr/lib/python2.7/site-packages/dnf/base.py\", line 1460, in group_install\n
strict)\n
\"/usr/lib/python2.7/site-packages/dnf/comps.py\", line 90, in install_or_skip\n
return install_fnc(grp_or_env_id, types, exclude, strict)\n
\"/usr/lib/python2.7/site-packages/dnf/comps.py\", line 600, in _group_install\n
raise ValueError(_(\"Group_id '%s' does not exist.\") % ucd(group_id))\nValueError: Group_id '<dnf.comps.Group object at 0x7f75df2b26d0>' does not exist.\n",
"module_stdout": "",
| 0.312394 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/openload.py", line 383, in _real_extract
'stream URL'))
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 983, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract stream 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):
"/home/werner/.pyenv/versions/pyload/bin/pyload", line 11, in <module>
load_entry_point('pyload-ng', 'console_scripts', 'pyload')()
"/home/werner/pyload.git/src/pyload/script.py", line 124, in main
run(core_args, args.daemon)
"/home/werner/pyload.git/src/pyload/script.py", line 108, in run
pyload_core = Core(*core_args)
"/home/werner/pyload.git/src/pyload/core/__init__.py", line 98, in __init__
self._init_webserver()
"/home/werner/pyload.git/src/pyload/core/__init__.py", line 154, in _init_webserver
from pyload.webui.webserver_thread import WebServerThread
"/home/werner/pyload.git/src/pyload/webui/webserver_thread.py", line 10, in <module>
from .app import App
"/home/werner/pyload.git/src/pyload/webui/app/__init__.py", line 16, in <module>
from .blueprints import BLUEPRINTS
"/home/werner/pyload.git/src/pyload/webui/app/blueprints/__init__.py", line 11, in <module>
from .app_blueprint import bp as app_bp
"/home/werner/pyload.git/src/pyload/webui/app/blueprints/app_blueprint.py", line 18, in <module>
from ..helpers import (
"/home/werner/pyload.git/src/pyload/webui/app/helpers.py", line 8, in <module>
import flask_themes2
"/home/werner/.pyenv/versions/3.8.3/envs/pyload/lib/python3.8/site-packages/flask_themes2/__init__.py", line 36, in <module>
from werkzeug import cached_property
ImportError: cannot import name 'cached_property' from 'werkzeug' (/home/werner/.pyenv/versions/3.8.3/envs/pyload/lib/python3.8/site-packages/werkzeug/__init__.py)
| 0.285492 |
Traceback (most recent call last):
"sqlmap.py", line 149, in main
init()
"lib/core/option.py", line 2538, in init
_createHomeDirectories()
"lib/core/option.py", line 1445, in _createHomeDirectories
warnMsg += "'%s' (%s). " % (directory, getUnicode(ex))NameError: global name 'getUnicode' is not defined | 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'
| 0.291938 |
Traceback (most recent call last):
"http/client.py", line 554, in _get_chunk_left
"http/client.py", line 521, in _read_next_chunk_size
ValueError: invalid literal for int() with base 16: b''
| Traceback (most recent call last):
"C:\Users\longy\AppData\Local\Continuum\anaconda3\envs\lab\lib\site-packages\tensorflow\python\client\session.py", line 1334, in _do_call
return fn(*args)
"C:\Users\longy\AppData\Local\Continuum\anaconda3\envs\lab\lib\site-packages\tensorflow\python\client\session.py", line 1319, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"C:\Users\longy\AppData\Local\Continuum\anaconda3\envs\lab\lib\site-packages\tensorflow\python\client\session.py", line 1407, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [64,1024,1,1] vs. [128,1024,1,1]
| 0.306777 |
Traceback (most recent call last):
"/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/worker.py", line 848, in _process_task
*arguments)
"/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/function_manager.py", line 481, in actor_method_executor
method_returns = method(actor, *args)
"/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/experimental/sgd/sgd_worker.py", line 116, in __init__
plasma.build_plasma_tensorflow_op()
"/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/plasma.py", line 73, in build_plasma_tensorflow_op
tf_plasma_op = tf.load_op_library(TF_PLASMA_OP_PATH)
"/home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 56, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/ray/pyarrow_files/pyarrow/tensorflow/plasma_op.so: file too short
| Traceback (most recent call last):
"/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
"/Library/Python/2.7/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
"/Library/Python/2.7/site-packages/pip/req/req_set.py", line 778, in install
requirement.uninstall(auto_confirm=True)
"/Library/Python/2.7/site-packages/pip/req/req_install.py", line 754, in uninstall
paths_to_remove.remove(auto_confirm)
"/Library/Python/2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove
renames(path, new_path)
"/Library/Python/2.7/site-packages/pip/utils/__init__.py", line 267, in renames
shutil.move(old, new)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 302, in move
copy2(src, real_dst)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 131, in copy2
copystat(src, dst)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 103, in copystat
os.chflags(dst, st.st_flags)
OSError: [Errno 1] Operation not permitted: '/var/folders/vq/6110fnsj2295ydwyzwmsv1jm0000gn/T/pip-JgN47R-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info' | 0.303845 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='tccna.honeywell.com', port=443): Max retries exceeded with url: /WebAPI/api/locations?userId=838460&allData=True (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x70747730>: Failed to establish a new connection: [Errno -3] Try again',))
| Traceback (most recent call last):
"/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1725, in restore
{self.saver_def.filename_tensor_name: save_path})
"/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 877, in run
run_metadata_ptr)
"/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1100, in _run
feed_dict_tensor, options, run_metadata)
"/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1272, in _do_run
run_metadata)
"/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1291, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.NotFoundError: Key BoxPredictor_0/BoxEncodingPredictor/biases not found in checkpoint
| 0.296848 |
Traceback (most recent call last):
"/opt/modoboa_home/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 353, in execute_from_command_line
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 345, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python2.7/dist-packages/subcommand/base.py", line 53, in run_from_argv
return super(SubcommandCommand, self).run_from_argv(argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 348, in run_from_argv
self.execute(_args, *_cmd_options)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 399, in execute
output = self.handle(_args, *_options)
"/usr/local/lib/python2.7/dist-packages/subcommand/base.py", line 84, in handle
return command.run_from_argv(argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 348, in run_from_argv
self.execute(_args, *_cmd_options)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 399, in execute
output = self.handle(_args, *_options)
"/usr/local/lib/python2.7/dist-packages/modoboa/admin/management/commands/subcommands/_mx.py", line 241, in handle
self.check_domain(domain, *_options)
"/usr/local/lib/python2.7/dist-packages/modoboa/admin/management/commands/subcommands/_mx.py", line 217, in check_domain
self.check_valid_mx(domain, mx_list, *_options)
"/usr/local/lib/python2.7/dist-packages/modoboa/admin/management/commands/subcommands/_mx.py", line 173, in check_valid_mx
for mx in mx_list]
"/usr/lib/python2.7/dist-packages/ipaddress.py", line 166, in ip_address
address)ValueError: u'mail.olearys.ae.' does not appear to be an IPv4 or IPv6 address | Traceback (most recent call last):
"/home/libreant/libreant/ve/lib/python2.7/site-packages/werkzeug/serving.py", line 45, in <module>
from ._compat import PY2ValueError: Attempted relative import in non-package | 0.232538 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
"/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
"/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 200, in connect
conn = self._new_conn()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fc65114b640>: Failed to establish a new connection: [Errno 111] Connection refused
| Traceback (most recent call last):
"/home/yellow/src/electrum/lib/util.py", line 135, in run_jobs
job.run()
"/home/yellow/src/electrum/lib/synchronizer.py", line 189, in run
self.wallet.synchronize()
"/home/yellow/src/electrum/lib/wallet.py", line 1511, in synchronize
self.synchronize_sequence(False)
"/home/yellow/src/electrum/lib/wallet.py", line 1501, in synchronize_sequence
self.create_new_address(for_change)
"/home/yellow/src/electrum/lib/wallet.py", line 1490, in create_new_address
address = self.pubkeys_to_address(x)
"/home/yellow/src/electrum/lib/wallet.py", line 1650, in pubkeys_to_address
raise NotImplementedError(self.txin_type)
NotImplementedError: p2phk
| 0.2419 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1005, in _decrypt_signature
video_id, player_url, s
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 919, in _extract_signature_function
errnote='Download of %s failed' % player_url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 517, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 424, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 404, in _request_webpage
return self._downloader.urlopen(url_or_request)
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 423, in open
protocol = req.get_type()
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 285, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js
| Traceback (most recent call last):
"/usr/local/src/lemur/lemur/factory.py", line 162, in install_plugins
plugin = ep.load()
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load
entry = **import**(self.module_name, globals(),globals(), ['**name**'])ImportError: No module named lemur_openssl.plugin | 0.290205 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.