text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 387, in _update_entity_states
yield from update_coro
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/entity.py", line 216, in async_update_ha_state
yield from self.hass.loop.run_in_executor(None, self.update)
"/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/util/__init__.py", line 296, in wrapper
result = method(*args, **kwargs)
"/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/sensor/google_travel_time.py", line 230, in update
**options_copy)
"/home/hass/.homeassistant/deps/googlemaps/distance_matrix.py", line 130, in distance_matrix
return client._get("/maps/api/distancematrix/json", params)
"/home/hass/.homeassistant/deps/googlemaps/client.py", line 222, in _get
raise googlemaps.exceptions.TransportError(e)
googlemaps.exceptions.TransportError: HTTPSConnectionPool(host='maps.googleapis.com', port=443): Max retries exceeded with url: /maps/api/distancematrix/json?departure_time=now&destinations=-34.782027%2C138.669962&mode=driving&origins=-34.8101167887553%2C138.6212516102226&units=metric&key=AIzaSyDz5lwuNxatWHEDMq-mCIwZSpvvfbCUoYE (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x684c66f0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
|
Traceback (most recent call last):
Traceback (most recent call last):
"/home/R1/.local/lib/python2.7/site-packages/fbchat/_client.py", line 3062, in _parseMessage
self._parseDelta(m)
"/home/R1/.local/lib/python2.7/site-packages/fbchat/_client.py", line 2862, in _parseDelta
msg=m,
TypeError: onReactionAdded() got multiple values for keyword argument 'mid'
| 0.257104 |
Traceback (most recent call last):
"/isilon/prod/apps/bcbio/bin/bcbio_nextgen.py", line 238, in <module>
main(**kwargs)
"/isilon/prod/apps/bcbio/bin/bcbio_nextgen.py", line 46, in main
run_main(**kwargs)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 45, in run_main
fc_dir, run_info_yaml)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 89, in _run_toplevel
for xs in pipeline(config, run_info_yaml, parallel, dirs, samples):
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 245, in rnaseqpipeline
samples = run_parallel("process_alignment", samples)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/distributed/multi.py", line 28, in run_parallel
return run_multicore(fn, items, config, parallel=parallel)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/distributed/multi.py", line 86, in run_multicore
for data in joblib.Parallel(parallel["num_jobs"], batch_size=1, backend="multiprocessing")(joblib.delayed(fn)(*x) for x in items):
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 917, in __call__
if self.dispatch_one_batch(iterator):
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 759, in dispatch_one_batch
self._dispatch(tasks)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 716, in _dispatch
job = self._backend.apply_async(batch, callback=cb)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/joblib/_parallel_backends.py", line 182, in apply_async
result = ImmediateResult(func)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/joblib/_parallel_backends.py", line 549, in __init__
self.results = batch()
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 225, in __call__
for func, args, kwargs in self.items]
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/utils.py", line 54, in wrapper
return f(*args, **kwargs)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/distributed/multitasks.py", line 119, in process_alignment
return sample.process_alignment(*args)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/sample.py", line 132, in process_alignment
f1, f2, avg_cov = postalign.umi_consensus(data)
"/isilon/prod/apps/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/ngsalign/postalign.py", line 190, in umi_consensus
umi_method, umi_tag = _check_umi_type(align_bam)
TypeError: 'NoneType' object is not iterable
|
Traceback (most recent call last):
"./youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"./youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"./youtube-dl/youtube_dl/extractor/youtube.py", line 1897, in _real_extract
raise ExtractorError(error_message, expected=True)
ExtractorError: This video is unavailable.
| 0.204059 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named dns.resolver
|
Traceback (most recent call last):
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module>
include(settings_file, optional(settings_files), scope=locals())
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include
exec(compiled_code, scope)
# noqa: S102, WPS421
"/etc/tower/settings.py", line 19, in <module>
SECRET_KEY = get_secret()
"/etc/tower/settings.py", line 8, in get_secret
return open('/etc/tower/SECRET_KEY', 'rb').read().strip()
IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
| 0.241434 |
Traceback (most recent call last):
"/cobra/cobra/detection.py", line 185, in project_information
for root, dirs, filenames in os.walk(absolute_path):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/usr/lib/python2.7/os.py", line 296, in walk
for x in walk(new_path, topdown, onerror, followlinks):
"/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 0xce in position 1: invalid continuation byte
|
Traceback (most recent call last):
"/home/rocco/.local/lib/python3.5/site-packages/labelImg/labelImg.py", line 611, in showInfoDialog
msg = u'Name:{0} \nApp Version:{1} \n{2} '.format(__appname__, __version__, sys.version_info)
NameError: name '__version__' is not defined
| 0.286498 |
Traceback (most recent call last):
"/usr/local/bin/ptpython", line 11, in <module>
sys.exit(run())
"/usr/local/lib/python2.7/site-packages/ptpython/entry_points/run_ptpython.py", line 71, in run
title='Python REPL (ptpython)')
"/usr/local/lib/python2.7/site-packages/ptpython/repl.py", line 307, in embed
cli.run()
"/Library/Python/2.7/site-packages/prompt_toolkit/interface.py", line 358, in run
self.application.on_start.fire(self)
"/Library/Python/2.7/site-packages/prompt_toolkit/utils.py", line 52, in fire
handler(*args, **kwargs)
"/usr/local/lib/python2.7/site-packages/ptpython/repl.py", line 64, in _on_start
output = self.cli.outputAttributeError: 'PythonRepl' object has no attribute 'cli'
|
Traceback (most recent call last):
"c:\users\luca\appdata\local\programs\python\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 695, in getImports
return _getImports_pe(pth)
"c:\users\luca\appdata\local\programs\python\python35\lib\site-packages\PyInstaller\depend\bindepend.py", line 122, in _getImports_pe
dll, _ = sym.forwarder.split('.')
TypeError: a bytes-like object is required, not 'str'
| 0.278985 |
Traceback (most recent call last):
"/Users/jloden/src/psutil/test/test_psutil.py", line 223, in wrapper
return fun(*args, **kwargs)
"/Users/jloden/src/psutil/test/_osx.py", line 110, in test_vmem_active
self.assertAlmostEqual(psutil.virtual_memory().active, num, TOLERANCE)AssertionError: 2789736448L != 2790035456 within 512000 places
|
Traceback (most recent call last):
"tools/run_net.py", line 5, in <module>
from slowfast.utils.misc import launch_job
"/home/slowfast/slowfast/utils/misc.py", line 20, in <module>
from slowfast.datasets.utils import pack_pathway_output
"/home/slowfast/slowfast/datasets/__init__.py", line 7, in <module>
from .kinetics import Kinetics
# noqa
"/home/slowfast/slowfast/datasets/kinetics.py", line 14, in <module>
from . import video_container as container
"/home/slowfast/slowfast/datasets/video_container.py", line 4, in <module>
import av
"/opt/conda/lib/python3.7/site-packages/av/__init__.py", line 9, in <module>
from av._core import time_base, pyav_version as __version__, library_versions
ImportError: libopenh264.so.5: cannot open shared object file: No such file or directory
| 0.200119 |
Traceback (most recent call last):
"/data/stock/libs/common.py", line 160, in run_with_args
run_fun(tmp_datetime_show)
# 使用当前时间
"/data/stock/jobs/18h_daily_job.py", line 49, in stat_today_all
data = ts.get_today_all()
"/usr/local/lib/python3.6/site-packages/tushare/stock/trading.py", line 327, in get_today_all
newdf = _parsing_dayprice_json('hs_a', i)
"/usr/local/lib/python3.6/site-packages/tushare/stock/trading.py", line 120, in _parsing_dayprice_json
text = urlopen(request, timeout=10).read()
"/usr/local/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
"/usr/local/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/local/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
"/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/local/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 456:
|
[Traceback (most recent call last):
"/Users/ocervell/.virtualenvs/flask/lib/python2.7/site-packages/gunicorn/util.py", line 142, in load_class
mod = import_module('.'.join(components))
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)ImportError: No module named socketio.sgunicorn
| 0.226221 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>ZeroDivisionError: float division by zero
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp5xdqinp2\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp5xdqinp2\build\youtube_dl\extractor\common.py", line 507, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp5xdqinp2\build\youtube_dl\extractor\pluralsight.py", line 421, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp5xdqinp2\build\youtube_dl\extractor\common.py", line 1286, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.133107 |
Traceback (most recent call last):
"C:\Users\mjkam\.conda\envs\PyTorch-0\lib\logging\__init__.py", line 1084, in emit
stream.write(msg + self.terminator)AttributeError: 'NoneType' object has no attribute 'write'
|
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/thonny/shared/thonny/ast_utils.py", line 178, in _mark_text_ranges_rec
tokens = _mark_end_and_return_child_tokens(node, tokens, prelim_end_lineno, prelim_end_col_offset)
"/usr/lib/python3/dist-packages/thonny/shared/thonny/ast_utils.py", line 263, in _mark_end_and_return_child_tokens
_strip_trailing_junk_from_expressions(tokens)
"/usr/lib/python3/dist-packages/thonny/shared/thonny/ast_utils.py", line 202, in _strip_trailing_junk_from_expressions
while (tokens[-1].type not in (token.RBRACE, token.RPAR, token.RSQB,
IndexError: list index out of range
| 0.224694 |
Traceback (most recent call last):
"/home/worker/cobra/cobra/__init__.py", line 82, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/home/worker/cobra/cobra/cli.py", line 122, in start
write_to_file(target=target, sid=s_sid, output_format=formatter, filename=output)
"/home/worker/cobra/cobra/export.py", line 148, in write_to_file
with open(filename, 'w', encoding='utf-8') as f:
"/usr/lib/python2.7/codecs.py", line 896, in open
file = __builtin__.open(filename, mode, buffering)IOError: [Errno 2] No such file or directory: '/temp/report.json'
|
Traceback (most recent call last):
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/basecommand.py", line 122, in main
status = self.run(options, args)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/req.py", line 1177, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/index.py", line 194, in find_requirement
page = self._get_page(main_index_url, req)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/index.py", line 568, in _get_page
session=self.session,
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/index.py", line 670, in get_page
resp = session.get(url, headers={"Accept": "text/html"})
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/sessions.py", line 468, in get
return self.request('GET', url, **kwargs)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/download.py", line 237, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/sessions.py", line 456, in request
resp = self.send(prep, **send_kwargs)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/sessions.py", line 559, in send
r = adapter.send(request, **kwargs)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/adapters.py", line 327, in send
timeout=timeout
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 516, in urlopen
body=body, headers=headers)
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 331, in _make_request
httplib_response = conn.getresponse(buffering=True)
"/Users/kevin/.pyenv/versions/pypy-2.3.1/lib-python/2.7/httplib.py", line 1043, in getresponse
response = self.response_class(*args, **kwds)
"/Users/kevin/.pyenv/versions/pypy-2.3.1/lib-python/2.7/httplib.py", line 339, in __init__
self.fp = sock.makefile('rb')
"/Users/kevin/code/pip/venv/site-packages/pip-1.5.6-py2.7.egg/pip/_vendor/requests/packages/urllib3/contrib/pyopenssl.py", line 169, in makefile
return _fileobject(self, mode, bufsize)
"/Users/kevin/.pyenv/versions/pypy-2.3.1/lib-python/2.7/socket.py", line 300, in __init__
sock._reuse()AttributeError: 'WrappedSocket' object has no attribute '_reuse'
| 0.285358 |
Traceback (most recent call last):
"scripts/demo.py", line 171, in <module>
saver.restore(sess, args.ckpt_fn)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/training/saver.py", line 1306, in restore
err, "a Variable name or other graph key that is missing")
tensorflow.python.framework.errors_impl.NotFoundError: Restoring from checkpoint failed. This is most likely due to a Variable name or other graph key that is missing from the checkpoint. Please ensure that you have not altered the graph expected based on the checkpoint. Original error:
|
Traceback (most recent call last):
"/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 170, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 74, in show_sqlmap_log
current_status = status_json["status"]KeyError: 'status'
| 0.140751 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'context'
|
Traceback (most recent call last):
"/run/media/cheese/cheesenotes/upstream/zim-desktop-wiki/tests/plugins.py", line 145, in runTest
self.assertGreaterEqual(len(notebook.__zim_extension_objects__), 3)
AssertionError: 2 not greater than or equal to 3
| 0.297189 |
Traceback (most recent call last):
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/bin/flintrock", line 8, in <module>
sys.exit(main())
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/flintrock.py", line 1247, in main
cli(obj={})
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/flintrock.py", line 486, in launch
cluster = ec2.launch(
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/ec2.py", line 54, in wrapper
res = func(*args, **kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/ec2.py", line 983, in launch
provision_cluster(
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/core.py", line 714, in provision_cluster
run_against_hosts(partial_func=partial_func, hosts=hosts)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/core.py", line 510, in run_against_hosts
future.result()
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/concurrent/futures/_base.py", line 438, in result
return self.__get_result()
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/concurrent/futures/_base.py", line 390, in __get_result
raise self._exception
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/core.py", line 775, in provision_node
service.configure(
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/services.py", line 222, in configure
mapping=generate_template_mapping(
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/core.py", line 458, in generate_template_mapping
'master_ip': cluster.master_ip,
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/ec2.py", line 90, in master_ip
if self.private_network:
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/flintrock/ec2.py", line 86, in private_network
return not ec2.Subnet(self.master_instance.subnet_id).map_public_ip_on_launch
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/boto3/resources/factory.py", line 339, in property_loader
self.load()
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/boto3/resources/factory.py", line 505, in do_action
response = action(self, *args, **kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(**params)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/botocore/client.py", line 276, in _api_call
return self._make_api_call(operation_name, kwargs)
"/Users/robertlaabs/opt/miniconda3/envs/flintrock_test/lib/python3.9/site-packages/botocore/client.py", line 586, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (RequestLimitExceeded) when calling the DescribeSubnets operation (reached max retries: 4): Request limit exceeded.
|
Traceback (most recent call last):
"pandas_bug.py", line 34, in <module>
data = stream.read()
"/home/brett/.virtualenvs/datasets-service/lib/python3.4/codecs.py", line 798, in read
data = self.reader.read(size)
"/home/brett/.virtualenvs/datasets-service/lib/python3.4/codecs.py", line 497, in read
newchars, decodedbytes = self.decode(data, self.errors)UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 12: invalid start byte
| 0.235833 |
Traceback (most recent call last):
"/opt/openstates/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle
return self.do_handle(args, other, juris)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle
report['scrape'] = self.do_scrape(juris, args, scrapers)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape
for obj in self.scrape(**kwargs) or []:
"/opt/openstates/openstates/openstates/la/people.py", line 11, in scrape
yield from getattr(self, 'scrape_' + chamber)(chamber)
"/opt/openstates/openstates/openstates/la/people.py", line 167, in scrape_lower
yield from self.scrape_lower_legislator(hrp, info)
"/opt/openstates/openstates/openstates/la/people.py", line 122, in scrape_lower_legislator
)[0].strip()IndexError: list index out of range
|
"module_stderr": "Traceback (most recent call last):\n
\"<stdin>\", line 123, in <module>\nNameError: name 'temp_path' is not defined\n",
"module_stdout": "",
| 0.185559 |
Traceback (most recent call last):
"C:\Python3\lib\site-packages\nose-1.3.4-py3.4.egg\nose\result.py", line 187, in _exc_info_to_string
return _TextTestResult._exc_info_to_string(self, err, test)
"C:\Python3\lib\unittest\result.py", line 184, in _exc_info_to_string
msgLines = traceback.format_exception(exctype, value, tb)
"C:\Python3\lib\traceback.py", line 181, in format_exception
return list(_format_exception_iter(etype, value, tb, limit, chain))
"C:\Python3\lib\traceback.py", line 153, in _format_exception_iter
yield from _format_list_iter(_extract_tb_iter(tb, limit=limit))
"C:\Python3\lib\traceback.py", line 18, in _format_list_iter
for filename, lineno, name, line in extracted_list:
"C:\Python3\lib\traceback.py", line 65, in _extract_tb_or_stack_iter
line = linecache.getline(filename, lineno, f.f_globals)
"C:\Python3\lib\linecache.py", line 15, in getline
lines = getlines(filename, module_globals)
"C:\Python3\lib\linecache.py", line 41, in getlines
return updatecache(filename, module_globals)
"C:\Python3\lib\linecache.py", line 126, in updatecache
with tokenize.open(fullname) as fp:
"C:\Python3\lib\tokenize.py", line 438, in open
buffer = _builtin_open(filename, 'rb')TypeError: open() takes 1 positional argument but 2 were given
|
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.6/dist-packages/flask/_compat.py", line 33, in reraise
raise value
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/share/mkchromecast/mkchromecast/audio.py", line 748, in stream
if (platform == 'Linux' and bool(backends_dict) is True and
NameError: name 'platform' is not defined
| 0.277402 |
Traceback (most recent call last):
"./python3.3/subprocess.py", line 1104, in _execute_child
NotFoundError: [WinError 2] 系统找不到指定的文件。
|
Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/salt/utils/templates.py", line 55, in render_tmpl
output = render_str(tmplstr, context, tmplpath)
"/usr/lib/pymodules/python2.7/salt/utils/templates.py", line 98, in render_jinja_tmpl
output = jinja_env.from_string(tmplstr).render(**context)
"/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 894, in render
return self.environment.handle_exception(exc_info, True)
"<template>", line 117, in top-level template code
UndefinedError: 'dict object' has no attribute 'vhost'
| 0.230624 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/salt/cloud/clouds/proxmox.py", line 541, in create
data = create_node(vm_, newid)
"/usr/lib/python3/dist-packages/salt/cloud/clouds/proxmox.py", line 727, in create_node
static_props):
"/usr/lib/python3/dist-packages/salt/cloud/clouds/proxmox.py", line 652, in _get_properties
sub = (item for item in sub if item["path"] == search_path).next()['children']
AttributeError: 'generator' object has no attribute 'next'
|
Traceback (most recent call last):
"/app/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/__main__.py#L2122">medusa/__main__.py</a>", line 2122, in load_shows_from_db
cur_show = Series(sql_show['indexer'], sql_show['indexer_id'])
"/app/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/tv/series.py#L245">medusa/tv/series.py</a>", line 245, in __init__
self._load_from_db()
"/app/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/tv/series.py#L1493">medusa/tv/series.py</a>", line 1493, in _load_from_db
self.airdate_offset = int(sql_results[0]['airdate_offset'] or 0)KeyError: u'airdate_offset'
| 0.189753 |
Traceback (most recent call last):
"/home1/xujin/anaconda3/lib/python3.6/site-packages/gym/envs/atari/atari_env.py", line 9, in <module>
import atari_py
ModuleNotFoundError: No module named 'atari_py'
|
Traceback (most recent call last):
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 209, in timerUpdate
data=self.get
Data()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 118, in get
Data
cdsLib=self.getCdsLib()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 215, in getCdsLib
return k.widget.cdsLibAttributeError: 'oaideWidget' object has no attribute 'cdsLib'
| 0.288261 |
Traceback (most recent call last):
"//anaconda/lib/python2.7/site-packages/twisted/internet/defer.py", line 653, in _runCallbacks
current.result = callback(current.result, *args, **kw)
"/Users/me/test/scrapy/test/test/spiders/my_spider.py", line 37, in parse_url
inspect_response(response, self)
"//anaconda/lib/python2.7/site-packages/scrapy/shell.py", line 167, in inspect_response
Shell(spider.crawler).start(response=response)
"//anaconda/lib/python2.7/site-packages/scrapy/shell.py", line 81, in start
banner=self.vars.pop('banner', ''))
"//anaconda/lib/python2.7/site-packages/scrapy/utils/console.py", line 82, in start_python_console
shell(namespace=namespace, banner=banner)
"//anaconda/lib/python2.7/site-packages/scrapy/utils/console.py", line 22, in wrapper
banner1=banner, user_ns=namespace, config=config)
"//anaconda/lib/python2.7/site-packages/traitlets/config/configurable.py", line 416, in instance
'%s are being created.' % cls.__name__
MultipleInstanceError: Multiple incompatible subclass instances of InteractiveShellEmbed are being created.
|
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 654, in extract_info
ie_result = ie.extract(url)
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 272, in extract
self.initialize()
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 266, in initialize
self._real_initialize()
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/twitch.py", line 52, in _real_initialize
self._login()
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/twitch.py", line 64, in _login
login_page, 'authenticity token')
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 555, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract authenticity token; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.326532 |
Traceback (most recent call last):
"<pyshell#0>", line 1, in <module>
import vocab
ImportError: No module named vocab
|
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/razer_daemon/misc/key_event_management.py", line 386, in key_action
key_name = self.EVENT_MAP[key_id]
KeyError: 9
| 0.296952 |
Traceback (most recent call last):
"test.py", line 10, in <module>
aaa = librosa.load(Path('./test1_22050.mp3'))
"C:\Users\Luux\Miniconda3\envs\3.7\lib\site-packages\librosa\core\audio.py", line 149, in load
six.reraise(*sys.exc_info())
"C:\Users\Luux\Miniconda3\envs\3.7\lib\site-packages\six.py", line 696, in reraise
raise value
"C:\Users\Luux\Miniconda3\envs\3.7\lib\site-packages\librosa\core\audio.py", line 129, in load
with sf.Sound
(path) as sf_desc:
"C:\Users\Luux\Miniconda3\envs\3.7\lib\site-packages\soundfile.py", line 629, in __init__
self._file = self._open(file, mode_int, closefd)
"C:\Users\Luux\Miniconda3\envs\3.7\lib\site-packages\soundfile.py", line 1184, in _open
"Error opening {0!r}: ".format(self.name))
"C:\Users\Luux\Miniconda3\envs\3.7\lib\site-packages\soundfile.py", line 1357, in _error_check
raise RuntimeError(prefix + _ffi.string(err_str).decode('utf-8', 'replace'))
RuntimeError: Error opening 'test1_22050.mp3':
contains data in an unknown format.
|
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: DLL load failed: The paging file is too small for this operation to complete.
"multiprocessing\spawn.py", line 105, in spawn_main
| 0.305778 |
Traceback (most recent call last):
"lib/python3.5/site-packages/tornado/ioloop.py", line 1026, in _run
return self.callback()
"lib/python3.5/site-packages/distributed/system_monitor.py", line 38, in update
ioc = psutil.net_io_counters()
"lib/python3.5/site-packages/psutil/__init__.py", line 2087, in net_io_counters
rawdict = _psplatform.net_io_counters()
"lib/python3.5/site-packages/psutil/_pslinux.py", line 934, in net_io_counters
with open_text("%s/net/dev" % get_procfs_path()) as f:
"lib/python3.5/site-packages/psutil/_pslinux.py", line 204, in open_text
return open(fname, "rt", **kwargs)
NotADirectoryError: [Errno 20] Not a directory: '/proc/net/dev'
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\extractor\common.py", line 508, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\extractor\generic.py", line 3298, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://blizzcon.com/en-us/watch?v=5bc4202383792ad352e52f5a
| 0.257187 |
Traceback (most recent call last):
"test_FaceDict.py", line 270, in <module>
reverse_align(WholeInputPath, FaceResultPath, ParamPath, SaveWholePath, UpScaleWhole)
"test_FaceDict.py", line 59, in reverse_align
input_img = dlib.load_rgb_image(input_path)
RuntimeError: Unable to open file: /home/dfl2/Desktop/DFDNet-whole/TestData/TestWhole/04377.png
|
Traceback (most recent call last):
"./server/rpm_kernel_unittest.py", line 51, in test_install
host.bootloader.remove_kernel.expect_call('autotest')AttributeError: 'mock_class' object has no attribute 'remove_kernel'
| 0.213515 |
ERROR
[twisted
] TypeError: __init__() missing 1 required keyword-only argument: 'outfilebasename': Traceback (most recent call last):
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\autobahn\twisted\websocket.py", line 162, in _onMessage
self.onMessage(payload, isBinary)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\autobahn\wamp\websocket.py", line 95, in onMessage
self._session.onMessage(msg)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\autobahn\wamp\protocol.py", line 895, in onMessage
on_reply = txaio.as_future(endpoint.fn, *invoke_args, **invoke_kwargs)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\txaio\tx.py", line 417, in as_future
return maybeDeferred(fun, *args, **kwargs)
--- <exception caught here> ---
|
Traceback (most recent call last):
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Scripting.py", line 118, in waf_entry_point
run_commands()
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Scripting.py", line 178, in run_commands
ctx=run_command(cmd_name)
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Scripting.py", line 169, in run_command
ctx.execute()
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Scripting.py", line 366, in execute
return execute_method(self)
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Build.py", line 93, in execute
self.execute_build()
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Build.py", line 96, in execute_build
self.recurse([self.run_dir])
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/.waf-2.0.9-6b5f17f340ec613b295ffa3dedcecc80/waflib/Context.py", line 126, in recurse
user_function(self)
"/var/tmp/portage/dev-python/pyinstaller-3.4/work/PyInstaller-3.4/bootloader/wscript", line 785, in build
features=features)
UnboundLocalError: local variable 'features' referenced before assignment
| 0.325169 |
Traceback (most recent call last):
"/home/sean/.local/bin/molecule", line 11, in <module>
sys.exit(main())
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/cli.py", line 41, in main
cli(obj={})
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/command/test.py", line 96, in test
util.sysexit(t.execute()[0])
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/command/test.py", line 44, in execute
status, output = c.execute(exit=False)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/command/create.py", line 42, in execute
self.molecule.driver.up(no_provision=True)
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/driver/dockerdriver.py", line 115, in up
self._build_ansible_compatible_image()
"/home/sean/.local/venvs/molecule/local/lib/python2.7/site-packages/molecule/driver/dockerdriver.py", line 221, in _build_ansible_compatible_image
for tag in image.get('RepoTags', [])
TypeError: 'NoneType' object is not iterable
|
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/djangorestframework-0.2.3-py2.6.egg/djangorestframework/tests/mixins.py", line 53, in test_creation_with_m2m_relation
self.assertEquals(1, User.objects.count())AssertionError: 1 != 2
| 0.306576 |
Traceback (most recent call last):
"tests/lib/test_appliance.py", line 65, in execute
function(verbose=verbose, *filenames)
"tests/lib/test_yaml_ext.py", line 240, in wrapper
function(*args, **kwds)
"tests/lib/test_emitter.py", line 62, in test_emitter_styles
_compare_events(events, new_events)
"tests/lib/test_emitter.py", line 15, in _compare_events
assert event1.value == event2.value, (event1, event2)
AssertionError: see below
|
Traceback (most recent call last):
"/usr/bin/pip", line 5, in <module>
from pkg_resources import load_entry_point
"/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 97, in <module>
import packaging.versionImportError: No module named 'packaging'
| 0.214156 |
Traceback (most recent call last):
"C:\Users\jskm\AppData\Local\Programs\Python\Python36\lib\concurrent\futures\thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"C:\Code\python-prompt-toolkit\prompt_toolkit\eventloop\asyncio_win32.py", line 101, in wait
if self._handle_callbacks[handle] != callback:
KeyError: 19
|
Traceback (most recent call last):
"/home/farmsec/gsil/gsil/notification.py", line 70, in notification
s.login(mail, get('mail', 'password'))
"/usr/lib/python3.6/smtplib.py", line 730, in login
raise last_exception
"/usr/lib/python3.6/smtplib.py", line 721, in login
initial_response_ok=initial_response_ok)
"/usr/lib/python3.6/smtplib.py", line 642, in auth
raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Error: \xc7\xeb\xca\xb9\xd3\xc3\xca\xda\xc8\xa8\xc2\xeb\xb5\xc7\xc2\xbc\xa1\xa3\xcf\xea\xc7\xe9\xc7\xeb\xbf\xb4: http://service.mail.qq.com/cgi-bin/help?subtype=1&&id=28&&no=1001256')
| 0.21612 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\conda\exceptions.py", line 1074, in __call__
return func(*args, **kwargs)
"C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\main.py", line 84, in _main
exit_code = do_call(args, p)
"C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\conda_argparse.py", line 82, in do_call
exit_code = getattr(module, func_name)(args, parser)
"C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\main_update.py", line 20, in execute
install(args, parser, 'update')
"C:\ProgramData\Anaconda3\lib\site-packages\conda\cli\install.py", line 116, in install
if context.use_only_tar_bz2:
"C:\ProgramData\Anaconda3\lib\site-packages\conda\base\context.py", line 666, in use_only_tar_bz2
import conda_package_handling.api
"C:\ProgramData\Anaconda3\lib\site-packages\conda_package_handling\api.py", line 3, in <module>
from libarchive.exception import ArchiveError as _LibarchiveArchiveError
"C:\ProgramData\Anaconda3\lib\site-packages\libarchive\__init__.py", line 1, in <module>
from .entry import ArchiveEntry
"C:\ProgramData\Anaconda3\lib\site-packages\libarchive\entry.py", line 6, in <module>
from . import ffi
"C:\ProgramData\Anaconda3\lib\site-packages\libarchive\ffi.py", line 27, in <module>
libarchive = ctypes.cdll.LoadLibrary(libarchive_path)
"C:\ProgramData\Anaconda3\lib\ctypes\__init__.py", line 434, in LoadLibrary
return self._dlltype(name)
"C:\ProgramData\Anaconda3\lib\ctypes\__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
|
Traceback (most recent call last):
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/widgets/github/backend.py", line 144, in send_report
ret = repo.issues.post(title=title, body=body)
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/utils/external/github.py", line 124, in __call__
return self._gh._http(self._method, self._path, **kw)
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/utils/external/github.py", line 260, in _http
raise ApiError(url, req, resp)spyder.utils.external.github.ApiError: https://api.github.com/repos/spyder-ide/spyder/issues
| 0.296644 |
Traceback (most recent call last):
"/home/shu/miniconda3/envs/ml/lib/python3.6/site-packages/paddle/fluid/framework.py", line 41, in <module>
from . import core
ImportError: /home/shu/miniconda3/envs/ml/lib/python3.6/site-packages/paddle/fluid/core.so: undefined symbol: mkldnn_primitive_desc_query_pd
|
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| 0.275511 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 221, in async_update_ha_state
await self.async_device_update()
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 349, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 315, in wrapper
result = method(*args, **kwargs)
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/waze_travel_time.py", line 207, in update
routes = params.calc_all_routes_info(real_time=self._realtime)
"/srv/homeassistant/lib/python3.6/site-packages/WazeRouteCalculator/WazeRouteCalculator.py", line 145, in calc_all_routes_info
routes = self.get_route(npaths, time_delta)
"/srv/homeassistant/lib/python3.6/site-packages/WazeRouteCalculator/WazeRouteCalculator.py", line 95, in get_route
response_json = response.json()
"/srv/homeassistant/lib/python3.6/site-packages/requests/models.py", line 897, in json
return complexjson.loads(self.text, **kwargs)
"/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
"/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/local/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
|
Traceback (most recent call last):
"test_pixel_link.py", line 8, in <module>
from datasets import dataset_factory
"/home/wen/TextDetection/pixel_link/datasets/dataset_factory.py", line 2, in <module>
from datasets import dataset_utils
"/home/wen/TextDetection/pixel_link/datasets/dataset_utils.py", line 21, in <module>
import util
ImportError: No module named util
| 0.236763 |
Comment:
An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/pymodules/python2.6/salt/state.py", line 1203, in call
ret = self.states[cdata['full']](*cdata['args'])
"/usr/lib/pymodules/python2.6/salt/states/pecl.py", line 33, in installed
installed_pecls = __salt__['pecl.list']()
"/usr/lib/pymodules/python2.6/salt/modules/pecl.py", line 78, in list
lines = _pecl('list').splitlines()AttributeError: 'bool' object has no attribute 'splitlines'
|
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self._create_connected_socket('control')
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context()
"zmq/backend/cython/context.pyx", line 48, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Bad address
| 0.118972 |
"module_stdout": "Traceback (most recent call last):\r\n
\"/tmp/ansible_39h5lqrl/ansible_module_expect.py\", line 244, in <module>\r\n
main()\r\n
\"/tmp/ansible_39h5lqrl/ansible_module_expect.py\", line 160, in main\r\n
events[key.decode()] = response\r\nAttributeError: 'str' object has no attribute 'decode'\r\n",
"msg": "MODULE FAILURE",
|
Traceback (most recent call last):
"/home/yimengzh/anaconda/envs/theano_clean/lib/python2.7/site-packages/numpy/testing/utils.py", line 644, in assert_array_compare
val = comparison(x[~x_id], y[~y_id])
"/home/yimengzh/anaconda/envs/theano_clean/lib/python2.7/site-packages/numpy/testing/utils.py", line 1292, in compare
return np.allclose(x, y, rtol=rtol, atol=atol)
"/home/yimengzh/anaconda/envs/theano_clean/lib/python2.7/site-packages/numpy/core/numeric.py", line 2234, in allclose
r = all(less_equal(abs(x - y), atol + rtol * abs(y)))ValueError: operands could not be broadcast together with shapes (15,) (16,)
| 0.239834 |
Traceback (most recent call last):
"/usr/local/bin/shutit", line 7, in <module>
from shutit_main import main
"/usr/local/lib/python3.5/site-packages/shutit_main.py", line 655
print 'Please input a valid module id'
^SyntaxError: Missing parentheses in call to 'print'
|
Traceback (most recent call last):
"./manage.py", line 14, in <module>
execute_manager(settings)
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 438, in execute_manager
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 191, in run_from_argv
self.execute(_args, *_options.**dict**)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 219, in execute
self.validate()
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 249, in validate
num_errors = get_validation_errors(s, app)
"/usr/local/lib/python2.7/dist-packages/django/core/management/validation.py", line 36, in get_validation_errors
for (app_name, error) in get_app_errors().items():
"/usr/local/lib/python2.7/dist-packages/django/db/models/loading.py", line 146, in get_app_errors
self._populate()
"/usr/local/lib/python2.7/dist-packages/django/db/models/loading.py", line 61, in _populate
self.load_app(app_name, True)
"/usr/local/lib/python2.7/dist-packages/django/db/models/loading.py", line 78, in load_app
models = import_module('.models', app_name)
"/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)
"/home/juanfe/Vichara/liquidity/Web/bids/models.py", line 5, in <module>
class Bids(models.Model):
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 96, in **new**
new_class.add_to_class(obj_name, obj)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 216, in add_to_class
value.contribute_to_class(cls, name)
"/usr/local/lib/python2.7/dist-packages/djmoney/models/fields.py", line 96, in contribute_to_class
cls.objects = money_manager(cls._default_manager)AttributeError: type object 'Bids' has no attribute '_default_manager'
| 0.183129 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/ch/v8wwjmsd66z8_x20jstpv8080000gn/T/pip-install-orgleqsd/cloud/setup.py", line 23
print 'using regular setup tools'
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(int 'using regular setup tools')?
|
Traceback (most recent call last):
"F:\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"F:\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"F:\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"F:\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"F:\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self.connect_control()
"F:\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control
return self._create_connected_socket('control', identity=identity)
"F:\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"F:\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"F:\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"F:\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context.instance()
"F:\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance
cls._instance = cls(io_threads=io_threads)
"zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Unknown error
| 0.231741 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/requests/adapters.py", line 440, in send
timeout=timeout
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fd457180630>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
|
Traceback (most recent call last):
"site-packages\jellyfin_apiclient_python\connection_manager.py", line 196, in _request_url
"site-packages\jellyfin_apiclient_python\http.py", line 117, in request
KeyError: 'auth.server-id'
| 0.323924 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/theano/gof/opt.py", line 1772, in process_node
replacements = lopt.transform(node)
"/usr/local/lib/python2.7/site-packages/theano/tensor/opt.py", line 644, in dimshuffle_as_view
v = new_op(*node.inputs)
"/usr/local/lib/python2.7/site-packages/theano/gof/op.py", line 635, in __call__
(i, ins, node))ValueError: Cannot compute test value: input 0 (Elemwise{gt,no_inplace}.0) of Op InplaceDimShuffle{x,0}(Elemwise{gt,no_inplace}.0) missing default value
|
Traceback (most recent call last):
"test2.py", line 17, in <module>
SolverFactory('gurobi').solve(m, tee=True)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/opt/base/solvers.py", line 597, in solve
self._presolve(*args, **kwds)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/solvers/plugins/solvers/GUROBI.py", line 209, in _presolve
ILMLicensedSystemCallSolver._presolve(self, *args, **kwds)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/opt/solver/shellcmd.py", line 196, in _presolve
OptSolver._presolve(self, *args, **kwds)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/opt/base/solvers.py", line 693, in _presolve
**kwds)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/opt/base/solvers.py", line 761, in _convert_problem
**kwds)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/opt/base/convert.py", line 110, in convert_problem
problem_files, symbol_map = converter.apply(*tmp, **tmpkw)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/solvers/plugins/converter/model.py", line 96, in apply
io_options=io_options)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/core/base/block.py", line 1647, in write
io_options)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/repn/plugins/cpxlp.py", line 170, in __call__
include_all_variable_bounds=include_all_variable_bounds)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/repn/plugins/cpxlp.py", line 655, in _print_model_LP
for constraint_data, canonical_repn in yield_all_constraints():
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/repn/plugins/cpxlp.py", line 635, in constraint_generator
canonical_repn = generate_canonical_repn(constraint_data.body)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/repn/canonical_repn.py", line 1070, in generate_canonical_repn
return coopr3_generate_canonical_repn(exp, idMap, compute_values)
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/repn/canonical_repn.py", line 805, in coopr3_generate_canonical_repn
degree = exp.polynomial_degree()
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/core/kernel/expr_coopr3.py", line 412, in polynomial_degree
x_degree = x.polynomial_degree()
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/core/kernel/expr_coopr3.py", line 412, in polynomial_degree
x_degree = x.polynomial_degree()
"/home/qichen/.solvers/pyomo/src/pyomo/pyomo/core/kernel/expr_coopr3.py", line 341, in polynomial_degree
if self._args[0].is_fixed():
AttributeError: 'int' object has no attribute 'is_fixed'
| 0.32655 |
Traceback (most recent call last):
"/usr/bin/powerline", line 24, in <module>
segment_info=segment_info,
"/usr/lib/python3.3/site-packages/powerline/__init__.py", line 371, in render
self.update_renderer()
"/usr/lib/python3.3/site-packages/powerline/__init__.py", line 363, in update_renderer
self.pl.exception('Failed to create renderer: {0}', str(e))AttributeError: 'NoneType' object has no attribute 'exception'
|
Traceback (most recent call last):
"ml/rl/test/workflow/eval_cartpole.py", line 56, in <module>
main(args.model, args.softmax_temperature)
"ml/rl/test/workflow/eval_cartpole.py", line 21, in main
model_path = glob.glob(model_path)[0]
IndexError: list index out of range
| 0.249192 |
Traceback (most recent call last):
"quickstart.py", line 25, in <module>
multi_logs=True)
"/home/pi/Projects/InstaPy/instapy/instapy.py", line 195, in __init__
self.set_selenium_local_session()
"/home/pi/Projects/InstaPy/instapy/instapy.py", line 306, in set_selenium_local_session
Settings.chromedriver_location))
instapy.instapy.InstaPyError: ensure chromedriver is installed at /home/pi/Projects/InstaPy/assets/chromedriver
|
Traceback (most recent call last):
"script.py", line 18, in <module>
print(cert.not_valid_before)
"/usr/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/x509.py", line 84, in not_valid_before
return _parse_asn1_time(self._backend, asn1_time)
"/usr/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py", line 793, in _parse_asn1_time
return _parse_asn1_generalized_time(backend, generalized_time)
"/usr/lib/python3.7/site-packages/cryptography/hazmat/backends/openssl/decode_asn1.py", line 800, in _parse_asn1_generalized_time
return datetime.datetime.strptime(time, "%Y%m%d%H%M%SZ")
"/usr/lib/python3.7/_strptime.py", line 577, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
"/usr/lib/python3.7/_strptime.py", line 544, in _strptime
datetime_date(year, 1, 1).toordinal() + 1
ValueError: year 0 is out of range
| 0.21699 |
Traceback (most recent call last):
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/parallel/controller/hub.py", line 1149, in resubmit_task
raise ValueError("Task %r appears to be inflight" % msg_id)ValueError: Task u'2e8e2c96-1767-4c7e-b26c-498682fa4c85' appears to be inflight
|
Traceback (most recent call last):
"./glasgow", line 11, in <module>
load_entry_point('glasgow', 'console_scripts', 'glasgow')()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point
return ep.load()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2324, in load
return self.resolve()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2330, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/matt/work/fpga/glasgow/software/glasgow/cli.py", line 28, in <module>
from .applet import all
"/home/matt/work/fpga/glasgow/software/glasgow/applet/all.py", line 30, in <module>
from .program.xc6s import ProgramXC6SApplet
"/home/matt/work/fpga/glasgow/software/glasgow/applet/program/xc6s/__init__.py", line 12, in <module>
from bitarray import bitarray
"/usr/lib/python3/dist-packages/bitarray/__init__.py", line 11, in <module>
from bitarray._bitarray import _bitarray, bitdiff, bits2bytes, _sysinfo
ModuleNotFoundError: No module named 'bitarray._bitarray'
| 0.200752 |
Traceback (most recent call last):
"/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
"/usr/lib/python3.7/asyncio/sslproto.py", line 207, in feed_ssldata
self._sslobj.unwrap()
"/usr/lib/python3.7/ssl.py", line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
|
Traceback (most recent call last):
"//bcbio/data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/qcsummary.py", line 586, in _run_qualimap
species = data["genome_resources"]["aliases"].get("ensembl", "").upper()KeyError: 'aliases
| 0.179224 |
Traceback (most recent call last):
"/home/xxx/ttsbench/tts/keithito_tacotron/datasets/datafeeder.py", line 73, in run
self._enqueue_next_group()
"/home/xxx/ttsbench/tts/keithito_tacotron/datasets/datafeeder.py", line 95, in _enqueue_next_group
self._session.run(self._enqueue_op, feed_dict=feed_dict)
"/usr/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 789, in run
run_metadata_ptr)
"/usr/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 997, in _run
feed_dict_string, options, run_metadata)
"/usr/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 1132, in _do_run
target_list, options, run_metadata)
"/usr/lib/python3.4/site-packages/tensorflow/python/client/session.py", line 1152, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.CancelledError: Enqueue operation was cancelled
|
Traceback (most recent call last):
"2.py", line 24, in <module>
candidates = embeddings.similarity(query, sections)
"/home/vyasa/.virtualenvs/txtai/lib/python3.6/site-packages/txtai/embeddings.py", line 228, in similarity
query = self.transform((None, query, None)).reshape(1, -1)
"/home/vyasa/.virtualenvs/txtai/lib/python3.6/site-packages/txtai/embeddings.py", line 179, in transform
embedding = self.model.transform(document)
"/home/vyasa/.virtualenvs/txtai/lib/python3.6/site-packages/txtai/vectors.py", line 155, in transform
weights = self.scoring.weights(document) if self.scoring else None
"/home/vyasa/.virtualenvs/txtai/lib/python3.6/site-packages/txtai/scoring.py", line 133, in weights
weights.append(self.score(freq, idf, length))
"/home/vyasa/.virtualenvs/txtai/lib/python3.6/site-packages/txtai/scoring.py", line 217, in score
k = self.k1 * ((1 - self.b) + self.b * length / self.avgdl)
ZeroDivisionError: float division by zero
| 0.289381 |
Traceback (most recent call last):
"/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner
response = get_response(request)
"/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response
response = self.process_exception_by_middleware(e, request)
"/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/django/core/handlers/base.py", line 124, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/Users/apple/projects/limonproject/api/exchange/exchangerest/views.py", line 28, in test
shell_id = p.open_shell()
"/Users/apple/projects/limonproject/api/exchange/eenv/lib/python3.6/site-packages/winrm/protocol.py", line 161, in open_shell
root = ET.fromstring(res)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/etree/ElementTree.py", line 1314, in XML
parser.feed(text)
"<string>", line None
xml.etree.ElementTree.ParseError: syntax error: line 1, column 62
|
Traceback (most recent call last):
"/Share/home/E18301151/anaconda3/envs/env1/lib/python3.7/site-packages/sklearn/__check_build/__init__.py", line 44, in <module>
from ._check_build import check_build
# noqa
ImportError: dlopen: cannot load any more object with static TLS
| 0.240957 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/cellprofiler/pipeline.py", line 2097, in prepare_run
if ((not module.prepare_run(workspace)) or
"/usr/local/lib/python2.7/site-packages/cellprofiler/modules/images.py", line 324, in prepare_run
ifcls = javabridge.class_for_name("org.cellprofiler.imageset.Image
")
"/usr/local/lib/python2.7/site-packages/javabridge/jutil.py", line 1739, in class_for_name
'()Ljava/lang/ClassLoader;')
"/usr/local/lib/python2.7/site-packages/javabridge/jutil.py", line 934, in static_call
fn = make_static_call(class_name, method_name, sig)
"/usr/local/lib/python2.7/site-packages/javabridge/jutil.py", line 905, in make_static_call
klass = env.find_class(class_name)
AttributeError: 'NoneType' object has no attribute 'find_class'
|
Traceback (most recent call last):
"/usr/local/virtualenvs/tmp-196889bbe4a5f01d/coveragepy/.tox/lint/lib/python3.7/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x11032bb90>, <Call l.40 at 0x148a334d0>)
| 0.31009 |
Traceback (most recent call last):
"skipgram_word_embeddings.py", line 93, in <module>
tokenizer.fit_on_texts(text_generator())
"build/bdist.linux-x86_64/egg/keras/preprocessing/text.py", line 55, in fit_on_texts
"skipgram_word_embeddings.py", line 76, in text_generator
f = open(path)IOError: [Errno 2] No such file or directory: '/home/ubgpu/HNCommentsAll.1perline.json'
|
Traceback (most recent call last):
"/home/amalik/tenENV/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/home/amalik/tenENV/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/home/amalik/DATA/models/research/inception/inception/data/build_imagenet_data.py", line 395, in _process_image_files_batch
height, width)
"/home/amalik/DATA/models/research/inception/inception/data/build_imagenet_data.py", line 214, in _convert_to_example
'image/colorspace': _bytes_feature(colorspace),
"/home/amalik/DATA/models/research/inception/inception/data/build_imagenet_data.py", line 175, in _bytes_feature
value = six.binary_type(value, encoding='utf-8')
TypeError: str() takes at most 1 argument (2 given)
| 0.326327 |
" Command failed: cmake-format --config-file d:\totalcmd\util\VSCode-win32-x64-1.38.1 - Traceback (most recent call last):
"C:\Python27\Scripts\cmake-format-script.py", line 11, in <module> load_entry_point('cmake-format==0.6.4', 'console_scripts', 'cmake-format')()
"c:\python27\lib\site-packages\cmake_format\__main__.py", line 472, in main "You cannot mix stdin as an input with other input files" AssertionError: You cannot mix stdin as an input with other input files"
|
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.298632 |
Traceback (most recent call last):
"/lib/python3.6/psutil/tests/test_system.py", line 508, in test_disk_partitions
assert os.path.isdir(disk.mountpoint), disk
AssertionError: sdiskpart(device='/dev/sda5', mountpoint='/etc/resolv.conf', fstype='ext4', opts='rw,relatime,errors=remount-ro,data=ordered')
|
Traceback (most recent call last):
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/Users/manthansharma/Projects/PycharmProjects/kivy-designer/designer/__main__.py", line 17, in <module>
main()
"/Users/manthansharma/Projects/PycharmProjects/kivy-designer/designer/__main__.py", line 13, in main
DesignerApp().run()
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/kivy/app.py", line 828, in run
runTouchApp()
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/kivy/base.py", line 487, in runTouchApp
EventLoop.window.mainloop()
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/kivy/core/window/window_sdl2.py", line 622, in mainloop
r = ExceptionManager.handle_exception(inst)
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/kivy/base.py", line 86, in handle_exception
r = handler.handle_exception(inst)
"designer/app.py", line 1668, in handle_exception
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/kivy/app.py", line 802, in run
root = self.build()
"designer/tools/bug_reporter.py", line 178, in build
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/pip/req/req_file.py", line 84, in parse_requirements
filename, comes_from=comes_from, session=session
"/Users/manthansharma/virtualenvs/kivy-designer/lib/python2.7/site-packages/pip/download.py", line 425, in get_file_content
'Could not open requirements file: %s' % str(exc)
pip.exceptions.InstallationError: Could not open requirements file: [Errno 2] No such file or directory: '/Users/manthansharma/Library/Application Support/designer/.kivy-designer/new_project/designer/tools/../../requirements.txt'
| 0.310548 |
Traceback (most recent call last):
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/site-packages/numba/typeinfer.py", line 111, in propagate
constraint(typeinfer)
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/site-packages/numba/typeinfer.py", line 352, in __call__
attrty = typeinfer.context.resolve_getattr(ty, self.attr)
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/site-packages/numba/typing/context.py", line 149, in resolve_getattr
attrty = self.resolve_module_constants(typ, attr)
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/site-packages/numba/typing/context.py", line 195, in resolve_module_constants
ty = self.resolve_value_type(attrval)
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/site-packages/numba/typing/context.py", line 214, in resolve_value_type
tp = typeof(val, Purpose.constant)
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/site-packages/numba/typing/typeof.py", line 29, in typeof
return typeof_impl(val, c)
"/home/juanlu/.miniconda3/envs/hyper35/lib/python3.5/functools.py", line 743, in wrapper
return dispatch(args[0].__class__)(*args, **kw)AttributeError: cffi library '_hyper' has no function, constant or global variable named '__class__'
|
Traceback (most recent call last):
"/opt/ros/kinetic/lib/python2.7/dist-packages/rospy/topics.py", line 750, in _invoke_callback
cb(msg)
"/home/siddhantsahu/centerpoint_p3_ws/src/centerpoint_ros_node/src/tools/multi_sweep_inference.py", line 339, in rslidar_callback
scores, dt_box_lidar, types = proc_1.run()
"/home/siddhantsahu/centerpoint_p3_ws/src/centerpoint_ros_node/src/tools/multi_sweep_inference.py", line 192, in run
outputs = self.net(self.inputs)[0]
"/home/siddhantsahu/miniconda3/envs/centerpoint/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/siddhantsahu/Desktop/CenterPoint/det3d/models/detectors/point_pillars.py", line 48, in forward
x = self.extract_feat(data)
"/home/siddhantsahu/Desktop/CenterPoint/det3d/models/detectors/point_pillars.py", line 26, in extract_feat
input_features, data["coors"], data["batch_size"], data["input_shape"]
"/home/siddhantsahu/miniconda3/envs/centerpoint/lib/python3.6/site-packages/torch/nn/modules/module.py", line 493, in __call__
result = self.forward(*input, **kwargs)
"/home/siddhantsahu/Desktop/CenterPoint/det3d/models/readers/pillar_encoder.py", line 177, in forward
self.nx = input_shape[0]
IndexError: invalid index to scalar variable.
| 0.31007 |
Traceback (most recent call last):
"/usr/bin/salt-minion", line 18, in <module>
main()
"/usr/bin/salt-minion", line 15, in main
minion.start()
"/usr/lib/python2.7/dist-packages/salt/__init__.py", line 190, in start
minion = salt.minion.Minion(self.opts)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 134, in __init__
self.authenticate()
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 437, in authenticate
creds = auth.sign_in()
"/usr/lib/python2.7/dist-packages/salt/crypt.py", line 249, in sign_in
if not self.verify_master(payload['pub_key'], payload['token']):
"/usr/lib/python2.7/dist-packages/salt/crypt.py", line 209, in verify_master
plaintext = pub.public_decrypt(token, 5)
"/usr/lib/python2.7/dist-packages/M2Crypto/RSA.py", line 55, in public_decrypt
return m2.rsa_public_decrypt(self.rsa, data, padding)M2Crypto.RSA.RSAError: invalid header
|
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 658, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 550, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vflteKQR7/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.27012 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-8sz8l45e/pyclustering/setup.py", line 29, in <module>
from pyclustering.tests.tests_runner import tests_runner
"/tmp/pip-install-8sz8l45e/pyclustering/pyclustering/tests/tests_runner.py", line 32, in <module>
import matplotlib
ModuleNotFoundError: No module named 'matplotlib'
|
Traceback (most recent call last):
"../../delta/delta/main.py", line 111, in <module>
app.run(main)
"/home/david175/miniconda3/envs/delta-py3.6-tf1.14/lib/python3.6/site-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/home/david175/miniconda3/envs/delta-py3.6-tf1.14/lib/python3.6/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"../../delta/delta/main.py", line 81, in main
solver.eval()
"/home/david175/project/delta/delta/utils/solver/emotion_solver.py", line 132, in eval
self.model_fn(mode=utils.EVAL)
"/home/david175/project/delta/delta/utils/solver/asr_solver.py", line 193, in model_fn
self.model.load_weights(str(model_path))
"/home/david175/miniconda3/envs/delta-py3.6-tf1.14/lib/python3.6/site-packages/tensorflow/python/keras/engine/training.py", line 162, in load_weights
return super(Model, self).load_weights(filepath, by_name)
"/home/david175/miniconda3/envs/delta-py3.6-tf1.14/lib/python3.6/site-packages/tensorflow/python/keras/engine/network.py", line 1424, in load_weights
saving.load_weights_from_hdf5_group(f, self.layers)
"/home/david175/miniconda3/envs/delta-py3.6-tf1.14/lib/python3.6/site-packages/tensorflow/python/keras/saving/hdf5_format.py", line 737, in load_weights_from_hdf5_group
' layers.')
ValueError: You are trying to load a weight file containing 3 layers into a model with 0 layers.
| 0.294385 |
Traceback (most recent call last):
"/usr/lib/python3.4/site-packages/msrest/service_client.py", line 189, in send
**kwargs)
"/usr/lib/python3.4/site-packages/requests/sessions.py", line 465, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python3.4/site-packages/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3.4/site-packages/requests/adapters.py", line 422, in send
raise RetryError(e, request=request)
requests.exceptions.RetryError: HTTPSConnectionPool(host='management.azure.com', port=443): Max retries exceeded with url: /subscriptions/xxx/resourceGroups/yyy/providers/Microsoft.Storage/storageAccounts?api-version=2017-06-01 (Caused by ResponseError('too many 500 error responses',))
|
Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/maestro/__main__.py", line 167, in execute
c = maestro.Conductor(config)
"/usr/local/lib/python3.5/site-packages/maestro/maestro.py", line 59, in __init__
name, self.ships[instance['ship']],TypeError: string indices must be integers
| 0.214743 |
Traceback (most recent call last):
"c:\users\administrator\downloads\salt-develop\tests\integration\proxy\test_shell.py", line 63, in test_grains_items
ret = self._load_return(self.run_call('--proxyid proxytest --out=json grains.items'))
"c:\users\administrator\downloads\salt-develop\tests\integration\proxy\test_shell.py", line 25, in _load_return
return json.loads('\n'.join(ret))
"C:\\Users\\Administrator\\Downloads\\salt-develop\salt\utils\json.py", line 93, in loads
return json_module.loads(s, **kwargs)
"C:\Python35\lib\json\__init__.py", line 319, in loads
return _default_decoder.decode(s)
"C:\Python35\lib\json\decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"C:\Python35\lib\json\decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Python27\lib\site-packages\fiona\__init__.py", line 175, in open
enabled_drivers=enabled_drivers)
"C:\Python27\lib\site-packages\fiona\collection.py", line 147, in __init__
self.session.start(self)
"fiona\ogrext.pyx", line 444, in fiona.ogrext.Session.start (fiona/ogrext.c:9253)
FionaValueError: No dataset found at path '\test.shp' using drivers: *
| 0.223552 |
Traceback (most recent call last):
"cellprofiler\gui\pipelinecontroller.pyc", line 2615, in do_step
"cellprofiler\modules\measureobjectintensity.pyc", line 380, in run
"scipy\ndimage\measurements.pyc", line 377, in sum
"scipy\ndimage\measurements.pyc", line 302, in _statsValueError: zero-size array to ufunc.reduce without identity
|
Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.telegram.org', port=443): Max retries exceeded with url: /bot843253220:AAGteG_EPJHZY7lL0DKF_gIe8w4MOzrJ2Og/getUpdates?offset=1&timeout=20 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ff142c946a0>: Failed to establish a new connection: [Errno 101] Network is unreachable'))
| 0.260029 |
`Traceback (most recent call last):
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/core/page/data_import_tool/importer.py", line 257, in upload
doc.insert()
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/document.py", line 207, in insert
self.set_new_name()
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/document.py", line 325, in set_new_name
set_new_name(self)
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/naming.py", line 38, in set_new_name
doc.run_method("autoname")
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/document.py", line 638, in run_method
return Document.hook(fn)(self, *args, **kwargs)
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/document.py", line 816, in composer
return composed(self, method, *args, **kwargs)
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/document.py", line 799, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/model/document.py", line 632, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/home/frappe/benches/sunseap-prod/apps/frappe/frappe/custom/doctype/custom_script/custom_script.py", line 12, in autoname
self.name = self.dt + "-" + self.script_typeTypeError: coercing to Unicode: need string or buffer, NoneType found`
|
Traceback (most recent call last):
"/root/Jarvis/jarviscli/tests/test_manual/test_parser.py", line 8, in setUp
self.jarvis = Jarvis()
"/root/Jarvis/jarviscli/Jarvis.py", line 48, in __init__
first_reaction, enable_voice)
"/root/Jarvis/jarviscli/CmdInterpreter.py", line 130, in __init__
self.speech = voice.Voice()
"/root/Jarvis/jarviscli/utilities/voice.py", line 25, in __init__
self.create()
"/root/Jarvis/jarviscli/utilities/voice.py", line 33, in create
self.engine = pyttsx3.init()
"/usr/local/lib/python2.7/dist-packages/pyttsx3/__init__.py", line 46, in init
eng = Engine(driverName, debug)
"/usr/local/lib/python2.7/dist-packages/pyttsx3/engine.py", line 52, in __init__
self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug)
"/usr/local/lib/python2.7/dist-packages/pyttsx3/driver.py", line 75, in __init__
self._module = importlib.import_module(name)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/usr/local/lib/python2.7/dist-packages/pyttsx3/drivers/espeak.py", line 5, in <module>
from . import _espeak, toUtf8, fromUtf8
"/usr/local/lib/python2.7/dist-packages/pyttsx3/drivers/_espeak.py", line 18, in <module>
dll = cdll.LoadLibrary('libespeak.so.1')
"/usr/lib/python2.7/ctypes/__init__.py", line 444, in LoadLibrary
return self._dlltype(name)
"/usr/lib/python2.7/ctypes/__init__.py", line 366, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libespeak.so.1: cannot open shared object file: No such file or directory
| 0.313379 |
Traceback (most recent call last):
"/opt/cobra/cobra/__init__.py", line 90, in main
api.start(args.host, args.port, args.debug)
"/opt/cobra/cobra/api.py", line 767, in start
api.add_resource(Sendmail, 'api/send_mail')
"/usr/local/python27/lib/python2.7/site-packages/flask_restful/__init__.py", line 404, in add_resource
self._register_view(self.app, resource, *urls, **kwargs)
"/usr/local/python27/lib/python2.7/site-packages/flask_restful/__init__.py", line 470, in _register_view
app.add_url_rule(rule, view_func=resource_func, **kwargs)
"/usr/local/python27/lib/python2.7/site-packages/flask/app.py", line 62, in wrapper_func
return f(self, *args, **kwargs)
"/usr/local/python27/lib/python2.7/site-packages/flask/app.py", line 976, in add_url_rule
rule = self.url_rule_class(rule, methods=methods, **options)
"/usr/local/python27/lib/python2.7/site-packages/werkzeug/routing.py", line 599, in __init__
raise ValueError('urls must start with a leading slash')ValueError: urls must start with a leading slash
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
TypeError: 'Field' object is not callable
| 0.311427 |
Traceback (most recent call last):
"C:\Users\Haruna\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\adapters.py", line 445, in send
timeout=timeout
"C:\Users\Haruna\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"C:\Users\Haruna\AppData\Local\Programs\Python\Python36\lib\site-packages\urllib3\util\retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='101.236.6.31', port=8080): Max retries exceeded with url: /code (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000002452B413BA8>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。',))
|
Traceback (most recent call last):
"/volume1/@appstore/sickbeard-custom/var/SickBeard/ext/knowit/api.py", line 64, in know
result = provider.describe(video_path, context)
"/volume1/@appstore/sickbeard-custom/var/SickBeard/ext/knowit/providers/mediainfo.py", line 285, in describe
media_info = self.executor.extract_info(video_path)
"/volume1/@appstore/sickbeard-custom/var/SickBeard/ext/knowit/providers/mediainfo.py", line 100, in extract_info
return self._execute(filename)
"/volume1/@appstore/sickbeard-custom/var/SickBeard/ext/knowit/providers/mediainfo.py", line 167, in _execute
return MediaInfo.parse(filename, library_file=self.location)
"/volume1/@appstore/sickbeard-custom/var/SickBeard/lib/pymediainfo/__init__.py", line 266, in parse
" with libmediainfo".format(filename))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 78: ordinal not in range(128)
| 0.271229 |
Traceback (most recent call last):
"sqlmap", line 183, in main
fuzzTest()
"/share/sqlmap/lib/core/testing.py", line 300, in fuzzTest
content = open(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "sqlmap.conf"))).read().replace("url =", "url = %s" % url)
NotFoundError: [Errno 2] No such file or directory: '/usr/share/sqlmap/sqlmap.conf'
|
Traceback (most recent call last):
"/tmp/urllib3/test/with_dummyserver/test_proxy_poolmanager.py", line 169, in test_cross_protocol_redirect
retries=1,
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/request.py", line 76, in request
method, url, fields=fields, headers=headers, **urlopen_kw
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/request.py", line 97, in request_encode_url
return self.urlopen(method, url, **extra_kw)
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/poolmanager.py", line 466, in urlopen
return super(ProxyManager, self).urlopen(method, url, redirect=redirect, **kw)
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/poolmanager.py", line 328, in urlopen
response = conn.urlopen(method, url, **kw)
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/connectionpool.py", line 760, in urlopen
**response_kw
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
"/tmp/urllib3/.nox/test-2-7/lib/python2.7/site-packages/urllib3/util/retry.py", line 436, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
MaxRetryError: HTTPConnectionPool(host='localhost', port=37403): Max retries exceeded with url: http://localhost:44723/redirect?target=https%3A%2F%2Flocalhost%3A45413%2Fecho%3Fa%3Db (Caused by ReadTimeoutError("HTTPConnectionPool(host='localhost', port=37403): Read timed out. (read timeout=0.01)",))
| 0.169692 |
Traceback (most recent call last):
"/home/xbf/Desktop/vmaf-master/python/test/quality_runner_test.py", line 534, in test_run_parallel_vamf_runner_with_model
'model_filepath':config.ROOT + "/resource/model/nflx_vmaff_rf_v1.pkl",
"/home/xbf/Desktop/vmaf-master/python/core/executor.py", line 415, in run_executors_in_parallel
results = [executor.results[0] for executor in executors]AttributeError: 'NoneType' object has no attribute 'results'
|
Traceback (most recent call last):
"site-packages/algorithm.py", line 288, in run
new_state = function(**deps.as_kwargs)
"aspen/algorithms/website.py", line 75, in get_response_for_resource
return {'response': resource.respond(request)}
"aspen/resources/dynamic_resource.py", line 56, in respond
exec self.pages[1] in context
"/app/www/on/%platform/associate.spt", line 29, in <module>
sess = platform.handle_auth_callback(url, query_id, query_data)
"gratipay/elsewhere/__init__.py", line 273, in handle_auth_callback
authorization_response=url)
"requests_oauthlib/oauth2_session.py", line 160, in fetch_token
self._client.parse_request_body_response(r.text, scope=self.scope)
"oauthlib/oauth2/rfc6749/clients/base.py", line 409, in parse_request_body_response
self.token = parse_token_response(body, scope=scope)
"oauthlib/oauth2/rfc6749/parameters.py", line 376, in parse_token_response
validate_token_parameters(params)
"oauthlib/oauth2/rfc6749/parameters.py", line 386, in validate_token_parameters
raise MissingTokenError(description="Missing access token parameter.")MissingTokenError: (missing_token) Missing access token parameter.
| 0.244862 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 691, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 347, in extract
return self._real_extract(url)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/generic.py", line 2388, in _real_extract
raise UnsupportedError(url)youtube_dl.utils.UnsupportedError: Unsupported URL: http://eurosport.onet.pl/tenis/wta/us-open-agnieszka-radwanska-awansowala-do-ii-rundy/418fzg
|
Traceback (most recent call last):
"/home/swx/head_detection/myssd/trans_resnet50_from_slim.py", line 18, in <module>
saver.restore(sess,'./resnet_v2_50.ckpt')
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1768, in restore
six.reraise(exception_type, exception_value, exception_traceback)
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/six.py", line 693, in reraise
raise value
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1752, in restore
{self.saver_def.filename_tensor_name: save_path})
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 900, in run
run_metadata_ptr)
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1135, in _run
feed_dict_tensor, options, run_metadata)
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1316, in _do_run
run_metadata)
"/home/swx/anaconda3/envs/tensorflow/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1335, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.NotFoundError: Tensor name "resnet_v2_50/resnet_v2_50/block1/unit_1/bottleneck_v2/conv1/BatchNorm/beta" not found in checkpoint files ./resnet_v2_50.ckpt
| 0.276556 |
Traceback (most recent call last):
"/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
"/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/connectionpool.py", line 343, in _make_request
self._validate_conn(conn)
"/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/connectionpool.py", line 849, in _validate_conn
conn.connect()
"/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/connection.py", line 314, in connect
conn = self._new_conn()
"/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/connection.py", line 180, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f4948ce5860>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/wf/ccs_jbzd6vb3lw5hjpqn6nyh0000gn/T/pip-install-otn6q3l5/projectq/setup.py", line 12, in <module>
long_description = open('README.rst').read()
"/anaconda/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7095: ordinal not in range(128)
| 0.3026 |
Traceback (most recent call last):
"C:\SickRageMedusa\**********\search\core.py", line 553, in searchProviders
downCurQuality, manual_search, manual_search_type)
"C:\SickRageMedusa\**********\providers\GenericProvider.py", line 212, in find_search_results
parse_result = NameParser(parse_method=('normal', 'anime')[show.is_anime]).parse(title)
"C:\SickRageMedusa\**********\name_parser\parser.py", line 233, in parse
result = self._parse_string(name)
"C:\SickRageMedusa\**********\name_parser\parser.py", line 207, in _parse_string
result=str(result))
"C:\Python27\lib\encodings\cp1252.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_table)UnicodeEncodeError: 'charmap' codec can't encode character u'\u0439' in position 50: character maps to
|
Traceback (most recent call last):
"/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 377, in draw
wrd = bpy.data.worlds['Arm']
KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
| 0.279203 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/asset/cloud-client/quickstart_searchallresources_test.py", line 64, in test_search_all_resources
eventually_consistent_test()
"/workspace/asset/cloud-client/.nox/py-3-8/lib/python3.8/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
"/workspace/asset/cloud-client/quickstart_searchallresources_test.py", line 62, in eventually_consistent_test
assert DATASET in outAssertionError: assert 'dataset_184f9f0192c94fc79efe9a2f755ff3bc' in ''</pre></details>
|
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/vuln_list.py", line 276, in _launch_exploit
expl.exploit(vuln_id_list)
"/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 109, in _verify_vuln
if sqlmap.is_vulnerable():
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 99, 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:42549/ --batch --url=http://www.atua.com.br/site/interna_indice.php?c=163&t=1": "
| 0.329384 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/dist-packages/youtube_dl/YoutubeDL.py", line 1956, in process_info
partial_success = dl(fname, new_info)
"/usr/local/lib/python3.8/dist-packages/youtube_dl/YoutubeDL.py", line 1901, in dl
return fd.download(name, info)
"/usr/local/lib/python3.8/dist-packages/youtube_dl/downloader/common.py", line 366, in download
return self.real_download(filename, info_dict)
"/usr/local/lib/python3.8/dist-packages/youtube_dl/downloader/http.py", line 351, in real_download
establish_connection()
"/usr/local/lib/python3.8/dist-packages/youtube_dl/downloader/http.py", line 116, in establish_connection
raise err
"/usr/local/lib/python3.8/dist-packages/youtube_dl/downloader/http.py", line 110, in establish_connection
ctx.data = self.ydl.urlopen(request)
"/usr/local/lib/python3.8/dist-packages/youtube_dl/YoutubeDL.py", line 2274, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/usr/lib/python3.8/urllib/request.py", line 525, in open
response = self._open(req, data)
"/usr/lib/python3.8/urllib/request.py", line 542, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
"/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
"/usr/local/lib/python3.8/dist-packages/youtube_dl/utils.py", line 2734, in https_open
return self.do_open(functools.partial(
"/usr/lib/python3.8/urllib/request.py", line 1353, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 101] Network is unreachable>
|
Traceback (most recent call last):
"aws", line 27, in <module>
"aws", line 23, in main
"site-packages/awscli/clidriver.py", line 73, in main
"site-packages/awscli/clidriver.py", line 83, in create_clidriver
"site-packages/awscli/plugin.py", line 44, in load_plugins
"site-packages/awscli/plugin.py", line 58, in _import_plugins
ModuleNotFoundError: No module named 'botocore_amazon'
| 0.259911 |
Traceback (most recent call last):
"C:\Python\Python37-32\lib\site-packages\django\db\backends\utils.py", line 85, in _execute
return self.cursor.execute(sql, params)
"C:\Python\Python37-32\lib\site-packages\django\db\backends\sqlite3\base.py", line 296, in execute
return Database.Cursor.execute(self, query, params)
sqlite3.OperationalError: no such table: main.pokemon_v2_region__old
|
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/worker.py", line 934, in _process_task
*arguments)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/actor.py", line 261, in actor_method_executor
method_returns = method(actor, *args)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/trainable.py", line 137, in train
result = self._train()
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/function_runner.py", line 109, in _train
result = self._status_reporter._get_and_clear_status()
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/function_runner.py", line 40, in _get_and_clear_status
raise TuneError("Trial finished without reporting result!")
TuneError: Trial finished without reporting result!
| 0.257039 |
Traceback (most recent call last):
"run.py", line 2, in <module>
from app import app, socketio
"C:\Users\usr\Documents\BitBucket\site\site\app\__init__.py", line 4, in <module>
from flask_socketio import SocketIO
"C:\Users\usr\Documents\BitBucket\site\flask\lib\site-packages\flask_socketio\__init__.py", line 16, in <module>
import socketio
"C:\Users\usr\Documents\BitBucket\site\flask\lib\site-packages\socketio\__init__.py", line 5, in <module>
from .pubsub_manager import PubSubManager
ImportError: cannot import name 'PubSubManager'
|
"module_stdout": "Traceback (most recent call last):\r\n
\"/tmp/ansible_UmI8My/ansible_module_docker_network.py\", line 378, in <module>\r\n
main()\r\n
\"/tmp/ansible_UmI8My/ansible_module_docker_network.py\", line 371, in main\r\n
cm = DockerNetworkManager(client)\r\n
\"/tmp/ansible_UmI8My/ansible_module_docker_network.py\", line 211, in __init__\r\n
self.present()\r\n
\"/tmp/ansible_UmI8My/ansible_module_docker_network.py\", line 335, in present\r\n
self.create_network()\r\n
\"/tmp/ansible_UmI8My/ansible_module_docker_network.py\", line 283, in create_network\r\n
ipam=ipam_config)\r\n
\"/usr/local/lib/python2.7/dist-packages/docker/utils/decorators.py\", line 35, in wrapper\r\n
return f(self, *args, **kwargs)\r\n
\"/usr/local/lib/python2.7/dist-packages/docker/api/network.py\", line 62, in create_network\r\n
return self._result(res, json=True)\r\n
\"/usr/local/lib/python2.7/dist-packages/docker/client.py\", line 178, in _result\r\n
self._raise_for_status(response)\r\n
\"/usr/local/lib/python2.7/dist-packages/docker/client.py\", line 174, in _raise_for_status\r\n
raise errors.APIError(e, response, explanation=explanation)\r\ndocker.errors.APIError: 500 Server Error: Internal Server Error (\"{\"message\":\"datastore for scope \\\"global\\\" is not initialized \"}\")\r\n",
"msg": "MODULE FAILURE"
| 0.307776 |
Traceback (most recent call last):
"main.py", line 248, in <module>
main(*sys.argv)
"main.py", line 243, in main
sched.print_jobs()
"c:\Python27\lib\site-packages\apscheduler\schedulers\base.py", line 550, in print_jobs
print(six.u('
%s') % job, file=out)
"c:\Python27\lib\site-packages\apscheduler\job.py", line 246, in __unicode__
return six.u('%s (trigger: %s, next run at: %s)') % (self.name, self.trigger, datetime_repr(self.next_run_time))AttributeError: next_run_time
|
Traceback (most recent call last):
"/data/offline/anaconda2/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/data/offline/anaconda2/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
"/data1/bolt163/DeepSpeech/data_utils/utility.py", line 135, in order_handle_worker
while order_id != out_order[0]:
"<string>", line 2, in __getitem__
"/data/offline/anaconda2/lib/python2.7/multiprocessing/managers.py", line 759, in _callmethod
kind, result = conn.recv()
IOError: [Errno 104] Connection reset by peer
| 0.305143 |
Traceback (most recent call last):
"/home/pikacyu/install/landsat-util-0.13.0/bin/landsat", line 8, in <module>
landsat.landsat.**main**()
"/home/pikacyu/install/landsat-util-0.13.0/landsat/landsat.py", line 491, in **main**
exit(_main(args))
"/home/pikacyu/install/landsat-util-0.13.0/landsat/landsat.py", line 306, in main
args.ndvigrey, bounds)
"/home/pikacyu/install/landsat-util-0.13.0/landsat/landsat.py", line 479, in process_image
return p.run()
"/home/pikacyu/install/landsat-util-0.13.0/landsat/decorators.py", line 11, in wrapped_f
return func(_args, *_kwargs)
"/home/pikacyu/install/landsat-util-0.13.0/landsat/image.py", line 481, in run
return self._write_to_file(new_bands, pan, *_rasterio_options)
"/home/pikacyu/install/landsat-util-0.13.0/landsat/decorators.py", line 11, in wrapped_f
return func(_args, *_kwargs)
"/home/pikacyu/install/landsat-util-0.13.0/landsat/image.py", line 500, in _write_to_file
band = self._color_correction(band, self.bands[i], 0, coverage)
"/home/pikacyu/install/landsat-util-0.13.0/landsat/image.py", line 278, in _color_correction
p_low, cloud_cut_low = self._percent_cut(band, low, 100 - (coverage \* 3 / 4))
"/home/pikacyu/install/landsat-util-0.13.0/landsat/image.py", line 288, in _percent_cut
return numpy.percentile(color[numpy.logical_and(color > 0, color < 65535)], (low, high))
"/usr/lib64/python2.7/site-packages/numpy/lib/function_base.py", line 3268, in percentile
interpolation=interpolation)
"/usr/lib64/python2.7/site-packages/numpy/lib/function_base.py", line 2997, in _ureduce
r = func(a, **kwargs)
"/usr/lib64/python2.7/site-packages/numpy/lib/function_base.py", line 3292, in _percentile
raise ValueError("Percentiles must be in the range [0,100]")ValueError: Percentiles must be in the range [0,100]
|
Traceback (most recent call last):
"/home/kevin/.local/lib/python3.6/site-packages/pyqtgraph/GraphicsScene/GraphicsScene.py", line 162, in mouseMoveEvent
self.sendHoverEvents(ev)
"/home/kevin/.local/lib/python3.6/site-packages/pyqtgraph/GraphicsScene/GraphicsScene.py", line 228, in sendHoverEvents
items = self.itemsNearEvent(event, hoverable=True)
"/home/kevin/.local/lib/python3.6/site-packages/pyqtgraph/GraphicsScene/GraphicsScene.py", line 424, in itemsNearEvent
if hoverable and not hasattr(item, 'hoverEvent'):
RuntimeError: wrapped C/C++ object of type TextItem has been deleted
| 0.205765 |
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 Rebirth of the Undead King_ Book 1_B07PZ2NGJ1.kfx has DRM and cannot be converted
|
Traceback (most recent call last):
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module>
include(settings_file, optional(settings_files), scope=locals())
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include
exec(compiled_code, scope)
# noqa: S102, WPS421
"/etc/tower/settings.py", line 19, in <module>
SECRET_KEY = get_secret()
"/etc/tower/settings.py", line 8, in get_secret
return open('/etc/tower/SECRET_KEY', 'rb').read().strip()
IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
| 0.278215 |
Traceback (most recent call last):
"/opt/conda/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/opt/conda/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/opt/conda/lib/python3.6/site-packages/torch/distributed/launch.py", line 261, in <module>
main()
"/opt/conda/lib/python3.6/site-packages/torch/distributed/launch.py", line 257, in main
cmd=cmd)
subprocess.CalledProcessError: Command '['/opt/conda/bin/python', '-u', 'run_clm.py', '--local_rank=3', '--do_train', '--do_eval', '--fp16', '--logging_first_step', '--model_parallel', '--evaluation_strategy', 'epoch', '--logging_steps', '50', '--model_name_or_path', 'gpt2', '--model_type', 'gpt2', '--num_train_epochs', '1', '--output_dir', '/opt/ml/model/', '--per_device_eval_batch_size', '2', '--per_device_train_batch_size', '2', '--save_steps', '50', '--save_total_limit', '1', '--train_file', '/opt/ml/input/data/data/train.txt', '--validation_file', '/opt/ml/input/data/data/val.txt']' returned non-zero exit status 1.
|
Traceback (most recent call last):
"/home/ludo/.ansible/tmp/ansible-tmp-1404209494.7-244300550568170/docker", line 1971, in <module>
main()
"/home/ludo/.ansible/tmp/ansible-tmp-1404209494.7-244300550568170/docker", line 680, in main
running_containers = manager.get_running_containers()
"/home/ludo/.ansible/tmp/ansible-tmp-1404209494.7-244300550568170/docker", line 528, in get_running_containers
for i in self.get_deployed_containers():
"/home/ludo/.ansible/tmp/ansible-tmp-1404209494.7-244300550568170/docker", line 507, in get_deployed_containers
running_image, running_tag = self.get_split_image_tag(i['Image'])
"/home/ludo/.ansible/tmp/ansible-tmp-1404209494.7-244300550568170/docker", line 457, in get_split_image_tag
if '/' in image:TypeError: argument of type 'int' is not iterable
| 0.23952 |
Traceback (most recent call last):
"/home/alexportable/.local/lib/python3.5/site-packages/supybot/callbacks.py", line 1478, in _callRegexp
method(irc, msg, m)
"/home/alexportable/limnoria/plugins/SedRegex/plugin.py", line 148, in replacer
fcn_name='replacer'):
"/home/alexportable/.local/lib/python3.5/site-packages/supybot/commands.py", line 149, in regexp_wrapper
v = process(re_bool, s, reobj, timeout=timeout, pn=plugin_name, cn=fcn_name)
"/home/alexportable/.local/lib/python3.5/site-packages/supybot/commands.py", line 119, in process
p.start()
"/home/alexportable/.local/lib/python3.5/multiprocessing/process.py", line 105, in start
self._popen = self._Popen(self)
"/home/alexportable/.local/lib/python3.5/multiprocessing/context.py", line 212, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"/home/alexportable/.local/lib/python3.5/multiprocessing/context.py", line 267, in _Popen
return Popen(process_obj)
"/home/alexportable/.local/lib/python3.5/multiprocessing/popen_fork.py", line 17, in __init__
sys.stdout.flush()OSError: [Errno 5] Input/output error
|
Traceback (most recent call last):
"wxTerminal.py", line 356, in OnDTR
self.serial.dtr = event.Checked()
AttributeError: 'CommandEvent' object has no attribute 'Checked'
| 0.280185 |
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'
|
Traceback (most recent call last):
"/usr/lib/python2.7/logging/__init__.py", line 861, in emit
msg = self.format(record)
"/usr/lib/python2.7/logging/__init__.py", line 734, in format
return fmt.format(record)
"/usr/lib/python2.7/logging/__init__.py", line 469, in format
s = self._fmt % record.__dict__
KeyError: 'username'
| 0.304047 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python2.7/dist-packages/flask_cors/extension.py", line 188, in wrapped_function
return cors_after_request(app.make_response(f(_args, *_kwargs)))
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/lib/python2.7/dist-packages/flask_admin/base.py", line 64, in inner
abort = self._handle_view(f.__name__, *_kwargs)
"/vagrant/open_event/views/admin/models_views/event.py", line 59, in _handle_view
if not self.is_accessible():
"/vagrant/open_event/views/admin/models_views/event.py", line 56, in is_accessible
return login.current_user.is_authenticated()TypeError: 'bool' object is not callable
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named 'netmiko'
| 0.261769 |
Traceback (most recent call last):
"./manage.py", line 15, in <module>
execute_manager(settings)
"/Library/Python/2.7/site-packages/django/core/management/**init**.py", line 438, in execute_manager
utility.execute()
"/Library/Python/2.7/site-packages/django/core/management/**init**.py", line 379, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/Library/Python/2.7/site-packages/django/core/management/**init**.py", line 261, in fetch_command
klass = load_command_class(app_name, subcommand)
"/Library/Python/2.7/site-packages/django/core/management/**init**.py", line 67, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
"/Library/Python/2.7/site-packages/django/utils/importlib.py", line 35, in import_module
**import**(name)
"/Library/Python/2.7/site-packages/djcelery/management/commands/celeryd.py", line 16, in <module>
class Command(CeleryCommand):
"/Library/Python/2.7/site-packages/djcelery/management/commands/celeryd.py", line 22, in Command
+ worker.preload_options)
"/Library/Python/2.7/site-packages/celery/bin/celeryd.py", line 104, in get_options
conf = self.app.conf
"/Library/Python/2.7/site-packages/kombu/utils/**init**.py", line 229, in **get**
value = obj.**dict**[self.**name**] = self.**get(obj)
"/Library/Python/2.7/site-packages/celery/app/base.py", line 365, in conf
return self._get_config()
"/Library/Python/2.7/site-packages/celery/app/base.py", line 319, in _get_config
return Settings({}, [self.prepare_config(self.loader.conf),
"/Library/Python/2.7/site-packages/kombu/utils/__init**.py", line 229, in **get**
value = obj.**dict**[self.**name**] = self.**get(obj)
"/Library/Python/2.7/site-packages/celery/app/base.py", line 382, in loader
return get_loader_cls(self.loader_cls)(app=self)
"/Library/Python/2.7/site-packages/celery/loaders/__init**.py", line 25, in get_loader_cls
return get_cls_by_name(loader, LOADER_ALIASES)
"/Library/Python/2.7/site-packages/celery/utils/**init**.py", line 289, in get_cls_by_name
module = imp(module_name, package=package, **kwargs)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/**init**.py", line 37, in import_module
**import**(name)
"/Library/Python/2.7/site-packages/djcelery/loaders.py", line 16, in <module>
from .utils import DATABASE_ERRORS, now
"/Library/Python/2.7/site-packages/djcelery/utils.py", line 37, in <module>
JUST_NOW = _("just now")
"/Library/Python/2.7/site-packages/django/utils/translation/__init__.py", line 81, in ugettext
return _trans.ugettext(message)
"/Library/Python/2.7/site-packages/django/utils/translation/trans_real.py", line 286, in ugettext
return do_translate(message, 'ugettext')
"/Library/Python/2.7/site-packages/django/utils/translation/trans_real.py", line 276, in do_translate
_default = translation(settings.LANGUAGE_CODE)
"/Library/Python/2.7/site-packages/django/utils/translation/trans_real.py", line 185, in translation
default_translation = _fetch(settings.LANGUAGE_CODE)
"/Library/Python/2.7/site-packages/django/utils/translation/trans_real.py", line 162, in _fetch
app = import_module(appname)
"/Library/Python/2.7/site-packages/django/utils/importlib.py", line 35, in import_module
__import__(name)
"/Users/bjornlilja/kundo/richmedia/**init**.py", line 1, in <module>
from richmedia.signals import *
"/Users/bjornlilja/kundo/richmedia/signals.py", line 3, in <module>
from dialog.models import Dialog, Comment
"/Users/bjornlilja/kundo/dialog/**init**.py", line 1, in <module>
from dialog.signals import *
"/Users/bjornlilja/kundo/dialog/signals.py", line 7, in <module>
from search.tasks import index_dialog, delete_dialog
"/Users/bjornlilja/kundo/search/tasks.py", line 2, in <module>
from celery.task import task
"/Library/Python/2.7/site-packages/celery/task/**init**.py", line 17, in <module>
from .base import Task, PeriodicTask
# noqa
"/Library/Python/2.7/site-packages/celery/task/base.py", line 19, in <module>
Task = current_app.Task
"/Library/Python/2.7/site-packages/celery/local.py", line 84, in **getattr**
return getattr(self._get_current_object(), name)
"/Library/Python/2.7/site-packages/kombu/utils/__init__.py", line 229, in **get**
value = obj.**dict**[self.**name**] = self.**get(obj)
"/Library/Python/2.7/site-packages/celery/app/__init**.py", line 203, in Task
return self.create_task_cls()
"/Library/Python/2.7/site-packages/celery/app/**init**.py", line 95, in create_task_cls
conf = self.conf
"/Library/Python/2.7/site-packages/kombu/utils/**init**.py", line 229, in **get**
value = obj.**dict**[self.**name**] = self.**get(obj)
"/Library/Python/2.7/site-packages/celery/app/base.py", line 365, in conf
return self._get_config()
"/Library/Python/2.7/site-packages/celery/app/base.py", line 319, in _get_config
return Settings({}, [self.prepare_config(self.loader.conf),
"/Library/Python/2.7/site-packages/kombu/utils/__init**.py", line 229, in **get**
value = obj.**dict**[self.**name**] = self.**get(obj)
"/Library/Python/2.7/site-packages/celery/app/base.py", line 382, in loader
return get_loader_cls(self.loader_cls)(app=self)
"/Library/Python/2.7/site-packages/celery/loaders/__init**.py", line 25, in get_loader_cls
return get_cls_by_name(loader, LOADER_ALIASES)
"/Library/Python/2.7/site-packages/celery/utils/**init**.py", line 293, in get_cls_by_name
return getattr(module, cls_name)AttributeError: 'module' object has no attribute 'DjangoLoader'
|
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self.connect_control()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control
return self._create_connected_socket('control', identity=identity)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context.instance()
"C:\ProgramData\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance
cls._instance = cls(io_threads=io_threads)
"zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Permission denied
| 0.271962 |
Traceback (most recent call last):
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/plugins/Owner/plugin.py", line 125, in __init__
self._connect(network)
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/plugins/Owner/plugin.py", line 165, in _connect
driver = drivers.newDriver(newIrc)
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/drivers/__init__.py", line 190, in newDriver
driver = driverModule.Driver(irc)
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/drivers/Socket.py", line 85, in __init__
self.connect()
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/drivers/Socket.py", line 218, in connect
self.reconnect(reset=False, **kwargs)
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/drivers/Socket.py", line 281, in reconnect
self.starttls()
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/drivers/Socket.py", line 376, in starttls
ca_file=network_config.ssl.authorityCertificate(),
"/home/meetingology/.local/lib/python2.7/site-packages/supybot/utils/net.py", line 169, in ssl_wrap_socket
ssl_version=ssl.ssl.PROTOCOL_TLSv1, verify_mode=ssl.CERT_NONE)AttributeError: 'module' object has no attribute 'ssl'
|
Traceback (most recent call last):
"c:\Python26-AMD64\Lib\unittest.py", line 279, in run
testMethod()
"C:\Program
s (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\tests\test_series.py", line 1348, in test_where_setitem_invalid
assert_series_equal(s, expected)
"C:\Program
s (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 441, in assert_series_equal
assert_attr_equal('dtype', left, right)
"C:\Program
s (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 425, in assert_attr_equal
assert_equal(left_attr,right_attr,"attr is not equal [{0}]" .format(attr))
"C:\Program
s (x86)\Jenkins\workspace\pandas_tests\BITS\64\PYTHONVER\26\pandas\util\testing.py", line 408, in assert_equal
assert a == b, "%s: %r != %r" % (msg.format(a,b), a, b)AssertionError: attr is not equal [dtype]: dtype('int32') != dtype('int64')
| 0.134257 |
Traceback (most recent call last):
"C:\pyinstaller-2.0\pyinstaller.py", line 91, in <module>
main()
"C:\pyinstaller-2.0\pyinstaller.py", line 84, in main
spec_file = run_makespec(opts, args)
"C:\pyinstaller-2.0\pyinstaller.py", line 44, in run_makespec
spec_file = PyInstaller.makespec.main(args, **opts.**dict**)
"C:\pyinstaller-2.0\PyInstaller\makespec.py", line 302, in main
specfile = open(specfnm, 'w')IOError: [Errno 22] invalid mode ('w') or filename: 'c:\nzbToMedia.spec'
|
Traceback (most recent call last):
"./iSniff_import.py", line 5, in <module>
from scapy.all import *
"/Library/Python/2.7/site-packages/scapy/all.py", line 22, in <module>
from route import *
"/Library/Python/2.7/site-packages/scapy/route.py", line 158, in <module>
conf.route=Route()
"/Library/Python/2.7/site-packages/scapy/route.py", line 18, in **init**
self.resync()
"/Library/Python/2.7/site-packages/scapy/route.py", line 27, in resync
self.routes = read_routes()
"/Library/Python/2.7/site-packages/scapy/arch/unix.py", line 83, in read_routes
ifaddr = scapy.arch.get_if_addr(netif)
"/Library/Python/2.7/site-packages/scapy/arch/**init**.py", line 32, in get_if_addr
return socket.inet_ntoa(get_if_raw_addr(iff))
"/Library/Python/2.7/site-packages/scapy/arch/pcapdnet.py", line 184, in get_if_raw_addr
i = dnet.intf()AttributeError: 'module' object has no attribute 'intf'
| 0.326143 |
syncthing-gtk: Traceback (most recent call last):
"c:\syncthing-gui\syncthing_gtk\wizard.py", line 647, in save_settingsIOError: [Errno 2] No such file or directory: u'C:\Users\dr-spangle\AppData\Local\syncthing\config.xml'
|
Traceback (most recent call last):
"/usr/bin/youtube-dl", line 9, in <module>
load_entry_point('youtube-dl==2014.07.21', 'console_scripts', 'youtube-dl')()
"/usr/lib/python2.7/site-packages/youtube_dl/__init__.py", line 857, in main
_real_main(argv)
"/usr/lib/python2.7/site-packages/youtube_dl/__init__.py", line 847, in _real_main
retcode = ydl.download(all_urls)
"/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1052, in download
self.extract_info(url)
"/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 527, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
"/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 645, in process_ie_result
extra_info=extra)
"/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 564, in process_ie_result
return self.process_video_result(ie_result, download=download)
"/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 770, in process_video_result
format['ext'] = determine_ext(format['url']).lower()
"/usr/lib/python2.7/site-packages/youtube_dl/utils.py", line 855, in determine_ext
guess = url.partition(u'?')[0].rpartition(u'.')[2]AttributeError: 'NoneType' object has no attribute 'partition'
| 0.194152 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/notify/__init__.py", line 73, in async_setup_platform
notify_service = await platform.async_get_service(
"/srv/homeassistant/lib/python3.8/site-packages/homeassistant/components/aws/notify.py", line 44, in async_get_service
import aiobotocore
"/srv/homeassistant/lib/python3.8/site-packages/aiobotocore/__init__.py", line 1, in <module>
from .session import get_session, AioSession
"/srv/homeassistant/lib/python3.8/site-packages/aiobotocore/session.py", line 8, in <module>
from .client import AioClientCreator
"/srv/homeassistant/lib/python3.8/site-packages/aiobotocore/client.py", line 11, in <module>
from .args import AioClientArgsCreator
"/srv/homeassistant/lib/python3.8/site-packages/aiobotocore/args.py", line 9, in <module>
from .endpoint import AioEndpointCreator
"/srv/homeassistant/lib/python3.8/site-packages/aiobotocore/endpoint.py", line 14, in <module>
from botocore.vendored.requests.structures import CaseInsensitiveDict
ModuleNotFoundError: No module named 'botocore.vendored.requests.structures'
|
Traceback (most recent call last):
"/usr/local/bin/blueprint-create", line 58, in <module>
filename = getattr(b, options.generate)().dumpf()
"/usr/lib64/python2.7/site-packages/blueprint/sh.py", line 61, in dumpf
f.write(out)
"/usr/lib64/python2.7/codecs.py", line 692, in write
return self.writer.write(data)
"/usr/lib64/python2.7/codecs.py", line 352, in write
data, consumed = self.encode(object, self.errors)UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 9141: ordinal not in range(128)
| 0.292224 |
Traceback (most recent call last):
"build.py", line 3, in <module>
import torch
ImportError: No module named torch
|
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/clusterGraph.py", line 185, in _launch_graph_generator
custom_code=custom_code)
"/usr/share/w3af/w3af/core/ui/gui/clusterGraph.py", line 335, in __init__
self.set_dotcode(dotcode)
"/usr/share/w3af/w3af/core/ui/gui/clusterGraph.py", line 275, in set_dotcode
if self.widget.set_dotcode(dotcode, filename):
"/usr/lib/python2.7/dist-packages/xdot.py", line 1477, in set_dotcode
self.set_xdotcode(xdotcode)
"/usr/lib/python2.7/dist-packages/xdot.py", line 1497, in set_xdotcode
self.graph = parser.parse()
"/usr/lib/python2.7/dist-packages/xdot.py", line 1167, in parse
DotParser.parse(self)
"/usr/lib/python2.7/dist-packages/xdot.py", line 977, in parse
self.parse_graph()
"/usr/lib/python2.7/dist-packages/xdot.py", line 986, in parse_graph
self.parse_stmt()
"/usr/lib/python2.7/dist-packages/xdot.py", line 1008, in parse_stmt
self.handle_graph(attrs)
"/usr/lib/python2.7/dist-packages/xdot.py", line 1127, in handle_graph
self.shapes.extend(parser.parse())
"/usr/lib/python2.7/dist-packages/xdot.py", line 625, in parse
points = self.read_polygon()
"/usr/lib/python2.7/dist-packages/xdot.py", line 517, in read_polygon
x, y = self.read_point()
"/usr/lib/python2.7/dist-packages/xdot.py", line 500, in read_point
x = self.read_number()
"/usr/lib/python2.7/dist-packages/xdot.py", line 494, in read_number
return int(self.read_code())ValueError: invalid literal for int() with base 10: '-137.11'
| 0.241008 |
Traceback (most recent call last):
"read_only_bug.py", line 3, in <module>
time_signal.imag ** 2
ValueError: output array is read-only
|
Traceback (most recent call last):
"/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
"/usr/local/lib/python3.9/site-packages/django/db/backends/sqlite3/base.py", line 413, in execute
return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: UNIQUE constraint failed: core_tag.slug
| 0.261147 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 719, in urlopen
retries = retries.increment(
"/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 400, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/lib/python3/dist-packages/six.py", line 702, in reraise
raise value.with_traceback(tb)
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 665, in urlopen
httplib_response = self._make_request(
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, in _make_request
six.raise_from(e, None)
"<string>", line 3, in raise_from
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 416, in _make_request
httplib_response = conn.getresponse()
"/usr/lib/python3.8/http/client.py", line 1347, in getresponse
response.begin()
"/usr/lib/python3.8/http/client.py", line 307, in begin
version, status, reason = self._read_status()
"/usr/lib/python3.8/http/client.py", line 276, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
Traceback (most recent call last):
"/root/Desktop/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/root/Desktop/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/root/Desktop/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/root/Desktop/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/root/Desktop/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/root/Desktop/w3af/w3af/core/ui/gui/scanrun.py", line 246, in __init__
description = self.get_notebook_description()
"/root/Desktop/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView'
| 0.240706 |
Traceback (most recent call last):
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 908, in <module>
w.main()
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 903, in main
self.main()
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 902, in main
self.diskpart_erase(selected_disk, use_gpt, clover_version)
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 326, in diskpart_erase
self.select_package(disk, clover_version)
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 423, in select_package
self.dd_image(disk, os.path.join(temp, hfs), clover_version)
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 462, in dd_image
self.install_oc(disk)
"E:\hackingtosh\gibMacOS-master\MakeInstall.py", line 536, in install_oc
shutil.copy(os.path.join(temp, self.oc_boot), "{}/boot".format(part))
"C:\Users\temp\AppData\Local\Programs\Python\Python38-32\lib\shutil.py", line 415, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
"C:\Users\temp\AppData\Local\Programs\Python\Python38-32\lib\shutil.py", line 261, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
NotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\temp\\AppData\\Local\\Temp\\tmpfxvwblq_\\boot'
|
Traceback (most recent call last):
"/My/path/here", line 204, in <module>
sys.stdout.write(p.draw())UnicodeEncodeError: 'ascii' codec can't encode character '\u2b80' in position 74: ordinal not in range(128)
| 0.187696 |
Traceback (most recent call last):
"/Users/emily.hontoria/.pyenv/versions/3.7.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/Users/emily.hontoria/.pyenv/versions/3.7.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/Users/emily.hontoria/.local/share/virtualenvs/eng-handbook-munAcKkw/lib/python3.7/site-packages/virtualenv/__main__.py", line 80, in <module>
run_with_catch()
# pragma: no cov
"/Users/emily.hontoria/.local/share/virtualenvs/eng-handbook-munAcKkw/lib/python3.7/site-packages/virtualenv/__main__.py", line 65, in run_with_catch
run(args, options, env)
"/Users/emily.hontoria/.local/share/virtualenvs/eng-handbook-munAcKkw/lib/python3.7/site-packages/virtualenv/__main__.py", line 18, in run
session = cli_run(args, options, env)
"/Users/emily.hontoria/.local/share/virtualenvs/eng-handbook-munAcKkw/lib/python3.7/site-packages/virtualenv/run/__init__.py", line 30, in cli_run
of_session = session_via_cli(args, options, setup_logging, env)
"/Users/emily.hontoria/.local/share/virtualenvs/eng-handbook-munAcKkw/lib/python3.7/site-packages/virtualenv/run/__init__.py", line 48, in session_via_cli
parser, elements = build_parser(args, options, setup_logging, env)
"/Users/emily.hontoria/.local/share/virtualenvs/eng-handbook-munAcKkw/lib/python3.7/site-packages/virtualenv/run/__init__.py", line 72, in build_parser
raise RuntimeError("failed to find interpreter for {}".format(discover))
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.7m'
|
8月 14 16:21:14.03 - [ERROR] Except stack:Traceback (most recent call last):
"/usr/share/xx-net/gae_proxy/local/proxy_handler.py", line 211, in do_CONNECT_AGENT
self.raw_requestline = self.rfile.readline(65537)
"/usr/lib64/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
"/usr/lib64/python2.7/ssl.py", line 756, in recv
return self.read(buflen)
"/usr/lib64/python2.7/ssl.py", line 643, in read
v = self._sslobj.read(len)SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1754)
| 0.317395 |
Traceback (most recent call last):
"/rpovelik/installed/miniconda3/envs/ray/lib/python3.8/site-packages/ray/actor.py", line 657, in __del__
AttributeError: 'NoneType' object has no attribute 'global_worker'
|
Traceback (most recent call last):
"gui\builtinShipBrowser\sfBrowserItem.py", line 291, in OnPaint
"gui\builtinShipBrowser\fitItem.py", line 495, in DrawItem
wx._core.wxAssertionError: C++ assertion "bmp.IsOk()" failed at ..\..\src\msw\dc.cpp(1313) in wxMSWDCImpl::DoDrawBitmap(): invalid bitmap in wxMSWDCImpl::DrawBitmap
| 0.233461 |
Traceback (most recent call last):
"d:\buildbot\sandbox\lib\site-packages\twisted\spread\banana.py", line 173, in gotItem
self.callExpressionReceived(item)
"d:\buildbot\sandbox\lib\site-packages\twisted\spread\banana.py", line 136, in callExpressionReceived
self.expressionReceived(obj)
"d:\buildbot\sandbox\lib\site-packages\twisted\spread\pb.py", line 575, in expressionReceived
method(*sexp[1:])
"d:\buildbot\sandbox\lib\site-packages\twisted\spread\pb.py", line 896, in proto_message
self._recvMessage(self.localObjectForID, requestID, objectID, message, answerRequired, netArgs, netKw)
--- <exception caught here> ---
"d:\buildbot\sandbox\lib\site-packages\twisted\spread\pb.py", line 913, in _recvMessage
netResult = object.remoteMessageReceived(self, message, netArgs, netKw)
"d:\buildbot\sandbox\lib\site-packages\twisted\spread\flavors.py", line 120, in remoteMessageReceived
state = method(*args, **kw)
"d:\buildbot\sandbox\lib\site-packages\buildbot_worker\base.py", line 139, in remote_startCommand
self.stopCommand()
"d:\buildbot\sandbox\lib\site-packages\buildbot_worker\base.py", line 174, in stopCommand
self.command.doInterrupt()
# shut up! and die!
"d:\buildbot\sandbox\lib\site-packages\buildbot_worker\commands\base.py", line 192, in doInterrupt
self.interrupt()
"d:\buildbot\sandbox\lib\site-packages\buildbot_worker\commands\shell.py", line 58, in interrupt
self.command.kill("command interrupted")
"d:\buildbot\sandbox\lib\site-packages\buildbot_worker\runprocess.py", line 933, in kill
hit = self.sendSig(self.interruptSignal)
"d:\buildbot\sandbox\lib\site-packages\buildbot_worker\runprocess.py", line 890, in sendSig
"TASKKILL /F /PID %s /T" % self.process.pid)
"c:\python27\Lib\subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'TASKKILL /F /PID 102996 /T' returned non-zero exit status 1
```
|
Traceback (most recent call last):
"/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap
self.run()
"/usr/lib/python3.5/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"/usr/local/lib/python3.5/dist-packages/flake8/checker.py", line 667, in _run_checks_from_queue
checker.run_checks(results_queue, statistics_queue)
"/usr/local/lib/python3.5/dist-packages/flake8/checker.py", line 607, in run_checks
self.run_ast_checks()
"/usr/local/lib/python3.5/dist-packages/flake8/checker.py", line 505, in run_ast_checks
row, column = self._extract_syntax_information(exception)
"/usr/local/lib/python3.5/dist-packages/flake8/checker.py", line 489, in _extract_syntax_information
lines = physical_line.rstrip('\n').split('\n')AttributeError: 'NoneType' object has no attribute 'rstrip'
| 0.198114 |
Traceback (most recent call last):
"<stdin>", line 2, in <module>
"/usr/lib/pymodules/python2.7/salt/grains/core.py", line 784, in os_data
elif salt.utils.is_linux():
"/usr/lib/pymodules/python2.7/salt/utils/decorators/__init__.py", line 192, in _memoize
cache[args] = func(*args)
"/usr/lib/pymodules/python2.7/salt/utils/__init__.py", line 1174, in is_linux
if 'salt-proxy-minion' in main.__file__:AttributeError: 'module' object has no attribute '__file__'
|
Traceback (most recent call last):
"./train.py", line 388, in <module>
m.train_crack_captcha_cnn()
"./train.py", line 361, in train_crack_captcha_cnn
summary, acc = sess.run([merged, accuracy], feed_dict={self.X: batch_x_test, self.Y: batch_y_test, self.keep_prob: 1})
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 887, in run
run_metadata_ptr)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1110, in _run
feed_dict_tensor, options, run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1286, in _do_run
run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1308, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 761600 values, but the requested shape requires a multiple of 3328
| 0.270519 |
Traceback (most recent call last):
"./test.py", line 23, in <module>
fx = interp1d(xs, ys, kind='cubic')
"/usr/local/lib/python2.7/dist-packages/scipy/interpolate/interpolate.py", line 412, in __init__
self._spline = splmake(x, y, order=order)
"/usr/local/lib/python2.7/dist-packages/scipy/interpolate/interpolate.py", line 2110, in splmake
coefs = func(xk, yk, order, conds, B)
"/usr/local/lib/python2.7/dist-packages/scipy/interpolate/interpolate.py", line 1800, in _find_smoothest
u, s, vh = np.dual.svd(B)
"/usr/local/lib/python2.7/dist-packages/scipy/linalg/decomp_svd.py", line 103, in svd
raise LinAlgError("SVD did not converge")numpy.linalg.linalg.LinAlgError: SVD did not converge
|
Traceback (most recent call last):
"/usr/local/share/pypy3/ipython", line 7, in <module>
from IPython import start_ipython
"/usr/local/Cellar/pypy3/2.4.0/libexec/site-packages/IPython/__init__.py", line 34, in <module>
raise ImportError('IPython requires Python version 2.7 or 3.3 or above.')ImportError: IPython requires Python version 2.7 or 3.3 or above.
| 0.1845 |
Traceback (most recent call last):
"sqlmap.py", line 130, in main
init()
"lib/core/option.py", line 2619, in init
_setTamperingFunctions()
"lib/core/option.py", line 892, in _setTamperingFunctions
elif os.path.exists(os.path.join(paths.SQLMAP_TAMPER_PATH, tfile if tfile.endswith('.py') else "%s.py" % tfile)):
"usr/lib64/python2.7/genericpath.py", line 18, in exists
os.stat(path)UnicodeEncodeError: 'ascii' codec can't encode character u'\u201c' in position 20: ordinal not in range(128)
|
```Traceback (most recent call last):
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 101, in main_intel_amt
json_data = __get_hardware(url, agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 59, in __get_hardware
req = __get_raw_data(target, 'hw-sys', agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 51, in __get_raw_data
'Authorization': __get_auth_headers(target),
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 22, in __get_auth_headers
}, proxies=proxy)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 487, in send
raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='https', port=80): Max retries exceeded with url: //laravel.com:16992/index.htm (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f05b0dee2d0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
| 0.255898 |
Traceback (most recent call last):
"/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/judge/dmoj/judge.py", line 145, in _grading_thread_main
self.log_internal_error()
"/judge/dmoj/judge.py", line 250, in log_internal_error
self.packet_manager.internal_error_packet(strip_ansi(message))
"/judge/dmoj/packet.py", line 323, in internal_error_packet
self._send_packet(
"/judge/dmoj/packet.py", line 235, in _send_packet
self.output.writelines((PacketManager.SIZE_PACK.pack(len(raw)), raw))
"/usr/lib/python3.8/socket.py", line 687, in write
return self._sock.send(b)
"/usr/lib/python3.8/ssl.py", line 1173, in send
return self._sslobj.write(data)
BrokenPipeError: [Errno 32] Broken pipe
|
Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 138, in github_gist_search_main
links = get_links(page_set, proxy=proxy, agent=agent)
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 66, in get_links
if not any(s in redirect for s in gist_skip_schema):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 66, in <genexpr>
if not any(s in redirect for s in gist_skip_schema):TypeError: argument of type 'NoneType' is not iterable
| 0.233467 |
Traceback (most recent call last):
"<ipython-input-17-63f8983bbf61>", line 5, in <module>
def array_copy(data, delta, result):
"/home/pierre/anaconda3/lib/python3.8/site-packages/numba/np/ufunc/decorators.py", line 177, in wrap
guvec = GUVectorize(func, signature, **kws)
"/home/pierre/anaconda3/lib/python3.8/site-packages/numba/np/ufunc/decorators.py", line 49, in __new__
return imp(func, signature, identity=identity, cache=cache,
"/home/pierre/anaconda3/lib/python3.8/site-packages/numba/np/ufunc/ufuncbuilder.py", line 298, in __init__
self.sin, self.sout = parse_signature(signature)
"/home/pierre/anaconda3/lib/python3.8/site-packages/numba/np/ufunc/sigparse.py", line 49, in parse_signature
outputs = list(parse(outs))
"/home/pierre/anaconda3/lib/python3.8/site-packages/numba/np/ufunc/sigparse.py", line 35, in parse
raise ValueError('bad token in signature "%s"' % tok[1])
ValueError: bad token in signature "2"
|
Traceback (most recent call last):
"setup.py", line 175, in <module>
setup(**setup_args)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
self.run_command('build')
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"setup.py", line 100, in run
subprocess.check_call(nvcc_cmd, shell=True)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '/usr/local/cuda/bin/nvcc -m64
| 0.317585 |
Traceback (most recent call last):
"c:\users\ali\anaconda3\envs\py36\lib\site-packages\win32ctypes\pywin32\pywintypes.py", line 35, in pywin32error
yield
"c:\users\ali\anaconda3\envs\py36\lib\site-packages\win32ctypes\pywin32\win32api.py", line 43, in LoadLibraryEx
return _dll._LoadLibraryEx(fileName, 0, flags)
"c:\users\ali\anaconda3\envs\py36\lib\site-packages\win32ctypes\core\ctypes\_util.py", line 42, in check_null
raise make_error(function, function_name)
OSError: [WinError 2] 系统找不到指定的文件。
|
Traceback (most recent call last):
"/home/myuser/anaconda/bin/jupyter-trust", line 8, in <module>
main()
"/home/myuser/anaconda/bin/jupyter-trust", line 5, in main
TrustNotebookApp.launch_instance()
"/home/myuser/anaconda/lib/python3.5/site-packages/jupyter_core/application.py", line 267, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
"/home/myuser/anaconda/lib/python3.5/site-packages/traitlets/config/application.py", line 596, in launch_instance
app.start()
"/home/myuser/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 416, in start
self.sign_notebook(notebook_path)
"/home/myuser/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 393, in sign_notebook
if self.notary.check_signature(nb):
"/home/myuser/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 220, in check_signature
if self.db is None:
"/home/myuser/anaconda/lib/python3.5/site-packages/traitlets/traitlets.py", line 529, in __get__
return self.get(obj, cls)
"/home/myuser/anaconda/lib/python3.5/site-packages/traitlets/traitlets.py", line 508, in get
value = self._validate(obj, dynamic_default())
"/home/myuser/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 127, in _db_default
self.init_db(db)
"/home/myuser/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 139, in init_db
)""")sqlite3.OperationalError: disk I/O error
| 0.258976 |
Traceback (most recent call last):
"/usr/home/fullmeta/chia/venv/lib/python3.7/site-packages/aiosqlite/core.py", line 109, in run
get_loop(future).call_soon_threadsafe(set_result, future, result)
"/usr/local/lib/python3.7/asyncio/base_events.py", line 736, in call_soon_threadsafe
self._check_closed()
"/usr/local/lib/python3.7/asyncio/base_events.py", line 479, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
|
Traceback (most recent call last):
"eventHandler.pyo", line 136, in executeEvent
"eventHandler.pyo", line 84, in **init**
"eventHandler.pyo", line 91, in next
"NVDAObjects__init__.pyo", line 812, in event_mouseMove
"NVDAObjects\IAccessible__init__.pyo", line 141, in expandAttributeError: 'NoneType' object has no attribute 'rindex'
| 0.149218 |
Traceback (most recent call last):
"/usr/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/lunavorax/Documents/Code/openage/py/openage/convert/__main__.py", line 71, in <module>
main()
"/home/lunavorax/Documents/Code/openage/py/openage/convert/__main__.py", line 68, in main
args.handler(args)
"/home/lunavorax/Documents/Code/openage/py/openage/convert/mediafile.py", line 157, in media_convert
lpath = util.ifilepath(args.srcdir, l)
"/home/lunavorax/Documents/Code/openage/py/openage/util.py", line 113, in ifilepath
raise e from None
"/home/lunavorax/Documents/Code/openage/py/openage/util.py", line 109, in ifilepath
realcase = ifilename(basepath, p)
"/home/lunavorax/Documents/Code/openage/py/openage/util.py", line 87, in ifilename
) from None
NotFoundError: could not find 'language_x1.dll' in './aoe2' case-insensitively
|
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube.pyo", line 974, in _decrypt_signature
"youtube_dl\extractor\youtube.pyo", line 360, in _extract_signature_function
"ntpath.pyo", line 108, in joinUnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 22: ordinal not in ra
| 0.222278 |
Traceback (most recent call last):
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/basecommand.py", line 139, in main
status = self.run(options, args)
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/commands/install.py", line 266, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/req.py", line 1062, in prepare_files
req_to_install.assert_source_matches_version()
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/req.py", line 371, in assert_source_matches_version
version = self.installed_version
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/req.py", line 367, in installed_version
return self.pkg_info()['version']
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/req.py", line 334, in pkg_info
data = self.egg_info_data('PKG-INFO')
"/home/extesy/kdd/venv/lib/python3.3/site-packages/pip-1.3.1-py3.3.egg/pip/req.py", line 274, in egg_info_data
data = fp.read()
"/home/extesy/kdd/venv/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 3593: ordinal not in range(128)
|
[WARNING] [2019-04-23 17:03:09,462:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_0_7.npy: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 316, in read_ensemble_preds
y_ensemble = self._read_np_fn(fp=fp)
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 641, in _read_np_fn
predictions = np.load(fp).astype(dtype=np.float32)
"/usr/local/lib/python3.6/dist-packages/numpy/lib/npyio.py", line 451, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
| 0.302521 |
Traceback (most recent call last):
"/Users/urikz/anaconda/envs/mentionmemory/lib/python3.7/site-packages/datasets/load.py", line 267, in prepare_module
local_path = cached_path(file_path, download_config=download_config)
"/Users/urikz/anaconda/envs/mentionmemory/lib/python3.7/site-packages/datasets/utils/file_utils.py", line 308, in cached_path
use_etag=download_config.use_etag,
"/Users/urikz/anaconda/envs/mentionmemory/lib/python3.7/site-packages/datasets/utils/file_utils.py", line 486, in get_from_cache
raise
NotFoundError("Couldn't find file at {}".format(url))
NotFoundError: Couldn't find file at https://raw.githubusercontent.com/huggingface/datasets/1.1.3/datasets/hover/hover.py
|
'Failed to import command chmod: Non-ASCII character \'\\xe2\' in file /home/cowrie/cowrie/src/cowrie/commands/chmod.py on line 72, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details (chmod.py, line 72): Traceback (most recent call last):\n
"/home/cowrie/cowrie/src/cowrie/shell/protocol.py", line 33, in HoneyPotBaseProtocol\n
globals(), locals(), [\'commands\'])\n
"/home/cowrie/cowrie/src/cowrie/commands/chmod.py", line 72\nSyntaxError: Non-ASCII character \'\\xe2\' in file /home/cowrie/cowrie/src/cowrie/commands/chmod.py on line 72, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details\n'
```
| 0.231672 |
Traceback (most recent call last):
"<string>", line 3, in <module>
"C:\Users\username\Desktop\PyInstaller-2.1\PyInstaller\loader\pyi_importers.py", line 270, in load_module
"C:\Users\username\Desktop\Turbines\build\convert_to_csv\out00-PYZ.pyz\fdb", line 23, in <module>
"C:\Users\username\Desktop\PyInstaller-2.1\PyInstaller\loader\pyi_importers.py", line 270, in load_module
"C:\Users\username\Desktop\Turbines\build\convert_to_csv\out00-PYZ.pyz\fdb.fbcore", line 34, in <module>
"C:\Users\username\Desktop\PyInstaller-2.1\PyInstaller\loader\pyi_importers.py", line 270, in load_module
"C:\Users\username\Desktop\Turbines\build\convert_to_csv\out00-PYZ.pyz\fdb.ibase", line 43, in <module>
"C:\Users\username\Desktop\Turbines\build\convert_to_csv\out00-PYZ.pyz\ctypes", line 365, in **init**TypeError: expected string or Unicode object, NoneType found
|
Traceback (most recent call last):
"/srv/medusa/<a href="../blob/94fae847b6e7e443d74c59cb11bdbd37c464b363/medusa/__main__.py#L2122">medusa/__main__.py</a>", line 2122, in load_shows_from_db
cur_show = Series(sql_show['indexer'], sql_show['indexer_id'])
"/srv/medusa/<a href="../blob/94fae847b6e7e443d74c59cb11bdbd37c464b363/medusa/tv/series.py#L245">medusa/tv/series.py</a>", line 245, in __init__
self._load_from_db()
"/srv/medusa/<a href="../blob/94fae847b6e7e443d74c59cb11bdbd37c464b363/medusa/tv/series.py#L1484">medusa/tv/series.py</a>", line 1484, in _load_from_db
self.rls_ignore_exclude = sql_results[0]['rls_ignore_exclude']KeyError: u'rls_ignore_exclude'
| 0.206565 |
Traceback (most recent call last):
"/Users/up/t/tests/test_models.py", line 25, in test_timestamped
class Model(Document, TimeStamped):
"/Users/up/t/models/tests/test_models.py", line 21, in **new**
klass = super_new(cls, name, bases, attrs)
"/Users/up/.virtualenvs/dictshield/lib/python2.7/site-packages/dictshield/document.py", line 195, in **new**
for field_name, field in klass._fields.items():AttributeError: type object 'Model' has no attribute '_fields'
|
Traceback (most recent call last):
"./test2", line 6, in <module>
ps.publish('foo','bar')
"/Users/nfarring/.virtualenvs/mordia/lib/python2.7/site-packages/redis/client.py", line 1136, in publish
return self.execute_command('PUBLISH', channel, message)
"/Users/nfarring/.virtualenvs/mordia/lib/python2.7/site-packages/redis/client.py", line 1063, in execute_command
return self.parse_response()
"/Users/nfarring/.virtualenvs/mordia/lib/python2.7/site-packages/redis/client.py", line 1078, in parse_response
if response[0] in self.subscribe_commands:TypeError: 'long' object is not subscriptable
| 0.234183 |
Traceback (most recent call last):
"main.py", line 576, in <module>
main(sys.argv[1:])
"main.py", line 507, in main
phase="pretrain",
"/Users/Bowman/Drive/JSALT/jiant/jiant/trainer.py", line 486, in train
tasks, batch_size, train_params, optimizer_params, scheduler_params, phase
"/Users/Bowman/Drive/JSALT/jiant/jiant/trainer.py", line 315, in _setup_training
instance = [i for i in itertools.islice(task.train_data, 1)][0]
IndexError: list index out of range
|
Traceback (most recent call last):
"launcher/start.py", line 54, in <module>
import web_control
"/Users/shenhf/XX-Net-2.6.2/launcher/web_control.py", line 13, in <module>
import SocketServer, socket, ssl
"/usr/local/Cellar/python/2.7.7_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ssl.py", line 60, in <module>
import _ssl
# if we can't import it, let the error propagateImportError: dlopen(/usr/local/Cellar/python/2.7.7_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_ssl.so, 2): Symbol not found: _SSLv2_method
| 0.207226 |
Traceback (most recent call last):
"C:\Users\Miran\Desktop\yes.py", line 1, in <module>
from textgenrnn import textgenrnn
"C:\Users\Miran\AppData\Local\Programs\Python\Python38\lib\site-packages\textgenrnn\__init__.py", line 1, in <module>
from .textgenrnn import textgenrnn
"C:\Users\Miran\AppData\Local\Programs\Python\Python38\lib\site-packages\textgenrnn\textgenrnn.py", line 14, in <module>
from keras.backend.tensorflow_backend import set_session
ModuleNotFoundError: No module named 'keras.backend.tensorflow_backend'; 'keras.backend' is not a package`
|
Traceback (most recent call last):
"/home/culpo/PycharmProjects/spack/lib/spack/spack/main.py", line 761, in main
return _invoke_command(command, parser, args, unknown)
"/home/culpo/PycharmProjects/spack/lib/spack/spack/main.py", line 489, in _invoke_command
return_val = command(parser, args)
"/home/culpo/PycharmProjects/spack/lib/spack/spack/cmd/config.py", line 432, in config
action[args.config_command](args)
"/home/culpo/PycharmProjects/spack/lib/spack/spack/cmd/config.py", line 245, in config_add
existing = spack.config.get_valid_type(path)
"/home/culpo/PycharmProjects/spack/lib/spack/spack/config.py", line 913, in get_valid_type
raise ConfigError("Cannot determine valid type for path '%s'." % path)
spack.config.ConfigError: Cannot determine valid type for path 'config:build_jobs'.
| 0.298987 |
Traceback (most recent call last):
"/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 170, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 74, in show_sqlmap_log
current_status = status_json["status"]KeyError: 'status'
|
`Traceback (most recent call last):
"/usr/local/bin/powerline-shell", line 11, in <module>
sys.exit(main())
"/Library/Python/2.7/site-packages/powerline_shell/__init__.py", line 204, in main
config = json.loads(f.read())
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded`
| 0.189049 |
Traceback (most recent call last):
"/opt/conda/envs/py37/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/opt/conda/envs/py37/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/opt/conda/envs/py37/lib/python3.7/site-packages/torch/distributed/launch.py", line 260, in <module>
main()
"/opt/conda/envs/py37/lib/python3.7/site-packages/torch/distributed/launch.py", line 256, in main
cmd=cmd)
subprocess.CalledProcessError: Command '['/opt/conda/envs/py37/bin/python', '-u', 'train.py', '--local_rank=0', '--config', 'configs/unit_test/spade.yaml']' returned non-zero exit status 1.
|
Traceback (most recent call last):
"main.py", line 34, in <module>
import mycroft.version
# nopep8
ImportError: No module named mycroft.version
| 0.314507 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/gns3_gui-1.0.dev1-py3.4.egg/gns3/modules/iou/pages/iou_device_preferences_page.py", line 131, in _iouDeviceEditSlot
self._refreshInfo(iou_device)
"/usr/local/lib/python3.4/dist-packages/gns3_gui-1.0.dev1-py3.4.egg/gns3/modules/iou/pages/iou_device_preferences_page.py", line 167, in _refreshInfo
QtGui.QTreeWidgetItem(section_item, ["RAM:", iou_device["ram"]])TypeError: arguments did not match any overloaded call:
|
Traceback (most recent call last):
"/usr/bin/solaar-cli", line 42, in <module>
solaar.cli.main()
"/usr/share/solaar/lib/solaar/cli.py", line 430, in main
receiver = _receiver(args.hidraw_path)
"/usr/share/solaar/lib/solaar/cli.py", line 53, in _receiver
for dev_info in receivers():
"/usr/share/solaar/lib/logitech_receiver/base.py", line 86, in receivers
for d in _hid.enumerate(*receiver_usb_id):
"/usr/share/solaar/lib/hidapi/udev.py", line 199, in enumerate
dev_info = _match('add', dev, vendor_id, product_id, interface_number, hid_driver)
"/usr/share/solaar/lib/hidapi/udev.py", line 87, in _match
if not ((vendor_id is None or vendor_id == int(vid, 16)) andTypeError: int() can't convert non-string with explicit base
| 0.209335 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.