text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"pylint-bugs/metaclass_definition_order.py", line 1, in <module>
class Something( metaclass = ClassFactory ): pass
NameError: name 'ClassFactory' is not defined
|
Traceback (most recent call last):
"/home/rsivapr/anaconda/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
task = get()
"/home/rsivapr/anaconda/lib/python2.7/multiprocessing/queues.py", line 376, in get
return recv()UnpicklingError: invalid load key, 'k'.
| 0.269684 |
Traceback (most recent call last):
"C:\Users\My User\Documents\My Project\libraries\numba\numba\tests\support.py", line 694, in tearDown
self.memory_leak_teardown()
"C:\Users\My User\Documents\My Project\libraries\numba\numba\tests\support.py", line 668, in memory_leak_teardown
self.assert_no_memory_leak()
"C:\Users\My User\Documents\My Project\libraries\numba\numba\tests\support.py", line 677, in assert_no_memory_leak
self.assertEqual(total_alloc, total_free)
AssertionError: 1 != 0
|
Traceback (most recent call last):
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/kombu/utils/functional.py", line 344, in retry_over_time
return fun(*args, **kwargs)
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/kombu/connection.py", line 283, in connect
return self.connection
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/kombu/connection.py", line 839, in connection
self._connection = self._establish_connection()
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/kombu/connection.py", line 794, in _establish_connection
conn = self.transport.establish_connection()
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/kombu/transport/pyamqp.py", line 130, in establish_connection
conn.connect()
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/amqp/connection.py", line 311, in connect
self.transport.connect()
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/amqp/transport.py", line 77, in connect
self._connect(self.host, self.port, self.connect_timeout)
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/amqp/transport.py", line 148, in _connect
"failed to resolve broker hostname"))
OSError: failed to resolve broker hostname
| 0.289299 |
Traceback (most recent call last):
"test.py", line 24, in <module>
method.kernel()
"/home/work/pyscf/pyscf/lib/misc.py", line 601, in aliased_fn
return getattr(self, fname)(*args, **kwargs)
"/home/work/pyscf/pyscf/scf/hf.py", line 1630, in scf
conv_check=self.conv_check, **kwargs)
"/home/work/pyscf/pyscf/scf/hf.py", line 122, in kernel
dm = mf.get_init_guess(mol, mf.init_guess)
"/home/work/pyscf/pyscf/scf/hf.py", line 1563, in get_init_guess
dm = self.init_guess_by_atom(mol)
"/home/work/pyscf/pyscf/scf/hf.py", line 1519, in init_guess_by_atom
return init_guess_by_atom(mol)
"/home/work/pyscf/pyscf/scf/hf.py", line 468, in init_guess_by_atom
e_hf, e, c, occ = atm_scf[symb]
KeyError: 'GHOST-Mg'
|
Traceback (most recent call last):
"/home/el3ctron/.local/bin/autokey-gtk", line 31, in <module>
from src.lib.gtkapp import ApplicationImportError: No module named 'src'
| 0.210664 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
|
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 650, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 273, in extract
return self._real_extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/vimeo.py", line 289, in _real_extract
cause=e)ExtractorError: Unable to extract info section (caused by RegexNotFoundError(u'Unable to extract \x1b[0;34minfo section\x1b[0m; 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.',)); 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.209696 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
status = self.run(options, args)
"/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run
wb.build(autobuilding=True)
"/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build
self.requirement_set.prepare_files(self.finder)
"/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in prepare_files
ignore_dependencies=self.ignore_dependencies))
"/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 448, in _prepare_file
req_to_install, finder)
"/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 387, in _check_skip_installed
req_to_install.check_if_exists()
"/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1011, in check_if_exists
self.req.project_nameAttributeError: 'Requirement' object has no attribute 'project_name'
|
Traceback (most recent call last):
"/home/lresende/opt/conda/lib/python3.8/site-packages/elyra/pipeline/processor_local.py", line 224, in process
run(argv, cwd=file_dir, env=envs, check=True)
"/home/lresende/opt/conda/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['python3', '/home/lresende/opensource/jupyter-notebooks/pipelines/factorial.py', '--PYTHONHOME', '/home/lresende/opensource/jupyter-notebooks/pipelines']' returned non-zero exit status 1.
| 0.270009 |
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\qgrid\grid.py", line 743, in _handle_qgrid_msg
self._handle_qgrid_msg_helper(content)
"C:\Anaconda3\lib\site-packages\qgrid\grid.py", line 805, in _handle_qgrid_msg_helper
self._update_sort()
"C:\Anaconda3\lib\site-packages\qgrid\grid.py", line 491, in _update_sort
inplace=True
"C:\Anaconda3\lib\site-packages\pandas\core\frame.py", line 3201, in sort_values
na_position=na_position)
"C:\Anaconda3\lib\site-packages\pandas\core\sorting.py", line 247, in nargsort
indexer = non_nan_idx[non_nans.argsort(kind=kind)]
TypeError: '>' not supported between instances of 'float' and 'str'
|
Traceback (most recent call last):
"/home/chx/.conda/envs/py3.7/bin/bert-base-ner-train", line 11, in <module>
load_entry_point('bert-base==0.0.9', 'console_scripts', 'bert-base-ner-train')()
"/home/chx/.conda/envs/py3.7/lib/python3.7/site-packages/bert_base-0.0.9-py3.7.egg/bert_base/runs/__init__.py", line 38, in train_ner
train(args=args)
"/home/chx/.conda/envs/py3.7/lib/python3.7/site-packages/bert_base-0.0.9-py3.7.egg/bert_base/train/bert_lstm_ner.py", line 619, in train
early_stopping_hook = tf.contrib.estimator.stop_if_no_decrease_hook(
AttributeError: module 'tensorflow.contrib.estimator' has no attribute 'stop_if_no_decrease_hook'
| 0.319308 |
Traceback (most recent call last):
"scripts/install_third_party.py", line 341, in <module>
_install_third_party_libs()
"scripts/install_third_party.py", line 329, in _install_third_party_libs
download_manifest_files(MANIFEST_FILE_PATH)
"scripts/install_third_party.py", line 307, in download_manifest_files
dependency_zip_root_name, dependency_target_root_name)
"scripts/install_third_party.py", line 123, in download_and_unzip_files
urllib.urlretrieve(source_url, TMP_UNZIP_PATH)
"/usr/lib/python2.7/urllib.py", line 98, in urlretrieve
return opener.retrieve(url, filename, reporthook, data)
"/usr/lib/python2.7/urllib.py", line 245, in retrieve
fp = self.open(url, data)
"/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
"/usr/lib/python2.7/urllib.py", line 457, in open_https
return self.http_error(url, fp, errcode, errmsg, headers)
"/usr/lib/python2.7/urllib.py", line 377, in http_error
result = method(url, fp, errcode, errmsg, headers)
"/usr/lib/python2.7/urllib.py", line 673, in http_error_301
return self.http_error_302(url, fp, errcode, errmsg, headers, data)
"/usr/lib/python2.7/urllib.py", line 642, in http_error_302
headers, data)
"/usr/lib/python2.7/urllib.py", line 669, in redirect_internal
return self.open(newurl)
"/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
"/usr/lib/python2.7/urllib.py", line 457, in open_https
return self.http_error(url, fp, errcode, errmsg, headers)
"/usr/lib/python2.7/urllib.py", line 377, in http_error
result = method(url, fp, errcode, errmsg, headers)
"/usr/lib/python2.7/urllib.py", line 642, in http_error_302
headers, data)
"/usr/lib/python2.7/urllib.py", line 669, in redirect_internal
return self.open(newurl)
"/usr/lib/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
"/usr/lib/python2.7/urllib.py", line 443, in open_https
h.endheaders(data)
"/usr/lib/python2.7/httplib.py", line 1053, in endheaders
self._send_output(message_body)
"/usr/lib/python2.7/httplib.py", line 897, in _send_output
self.send(msg)
"/usr/lib/python2.7/httplib.py", line 859, in send
self.connect()
"/usr/lib/python2.7/httplib.py", line 1270, in connect
HTTPConnection.connect(self)
"/usr/lib/python2.7/httplib.py", line 836, in connect
self.timeout, self.source_address)
"/usr/lib/python2.7/socket.py", line 557, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):IOError: [Errno socket error] [Errno -3] Temporary failure in name resolution
|
Traceback (most recent call last):
"/Users/cnst/anaconda/lib/python3.5/site-packages/notebook/base/handlers.py", line 436, in wrapper
result = yield gen.maybe_future(method(self, *args, **kwargs))
"/Users/cnst/anaconda/lib/python3.5/site-packages/tornado/gen.py", line 870, in run
value = future.result()
"/Users/cnst/anaconda/lib/python3.5/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"<string>", line 3, in raise_exc_info
"/Users/cnst/anaconda/lib/python3.5/site-packages/tornado/gen.py", line 230, in wrapper
yielded = next(result)
"/Users/cnst/anaconda/lib/python3.5/site-packages/notebook/services/contents/handlers.py", line 126, in get
path=path, type=type, format=format, content=content,
"/Users/cnst/anaconda/lib/python3.5/site-packages/notebook/services/contents/filemanager.py", line 350, in get
model = self._notebook_model(path, content=content)
"/Users/cnst/anaconda/lib/python3.5/site-packages/notebook/services/contents/filemanager.py", line 310, in _notebook_model
self.mark_trusted_cells(nb, path)
"/Users/cnst/anaconda/lib/python3.5/site-packages/notebook/services/contents/manager.py", line 447, in mark_trusted_cells
trusted = self.notary.check_signature(nb)
"/Users/cnst/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 220, in check_signature
if self.db is None:
"/Users/cnst/anaconda/lib/python3.5/site-packages/traitlets/traitlets.py", line 439, in __get__
value = self._validate(obj, dynamic_default())
"/Users/cnst/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 127, in _db_default
self.init_db(db)
"/Users/cnst/anaconda/lib/python3.5/site-packages/nbformat/sign.py", line 139, in init_db
)""")
sqlite3.DatabaseError: database disk image is malformed
| 0.236149 |
Traceback (most recent call last):
"/srv/ha/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 343, in _async_add_entity
raise HomeAssistantError(msg)
homeassistant.exceptions.HomeAssistantError: Entity id already exists: group.all_switches
|
Traceback (most recent call last):
"run_language_modeling.py", line 40, in <module>
from transformers import (
ImportError: cannot import name 'CONFIG_MAPPING'
| 0.300162 |
Traceback (most recent call last):
"<string>", line 6, in <module>
"__main__.py", line 726, in <module>
"__main__.py", line 332, in bootstrap
"__main__.py", line 359, in chainload
"__main__.py", line 715, in _chainload
"__main__.py", line 128, in <module>
"__main__salt-call__.py", line 14, in <module>
"salt/scripts.py", line 82, in salt_call
"salt/cli/__init__.py", line 319, in run
"salt/cli/caller.py", line 148, in run
"salt/output/__init__.py", line 35, in display_output
"salt/output/nested.py", line 81, in output
"salt/output/nested.py", line 72, in display
"salt/output/nested.py", line 56, in display
"salt/output/nested.py", line 46, in displayUnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 5: ordinal not in range(128)
|
Traceback (most recent call last):
"/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond
self.body.process()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 996, in process
super(RequestBody, self).process()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 540, in process
proc(self)
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
process_multipart(entity)
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 215, in process_multipart
part.process()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 538, in process
self.default_proc()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 710, in default_proc
self.file = self.read_into_file()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 725, in read_into_file
self.read_lines_to_boundary(fp_out=fp_out)
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 651, in read_lines_to_boundary
raise EOFError("Illegal end of multipart body.")EOFError: Illegal end of multipart body.
| 0.328752 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
"/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
"/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 200, in connect
conn = self._new_conn()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fc650f8b940>: Failed to establish a new connection: [Errno 111] Connection refused
|
Traceback (most recent call last):
"/Users/josh/anaconda/envs/Openfolio/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 3066, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-14-3f216cf6821e>", line 1, in <module>
df = extended_dfNameError: name 'extended_df' is not defined
| 0.221658 |
Traceback (most recent call last):
"/var/task/c7n/policy.py", line 291, in run
resources = self.policy.resource_manager.resources()
"/var/task/c7n/query.py", line 507, in resources
resources = self.filter_resources(resources)
"/var/task/c7n/manager.py", line 121, in filter_resources
resources = f.process(resources, event)
"/var/task/c7n/filters/iamaccess.py", line 303, in process
return super(CrossAccountAccessFilter, self).process(resources, event)
"/var/task/c7n/filters/core.py", line 217, in process
return list(filter(self, resources))
"/var/task/c7n/filters/iamaccess.py", line 342, in __call__
violations = self.checker.check(p)
"/var/task/c7n/filters/iamaccess.py", line 100, in check
policy = json.loads(policy_text)
"/var/lang/lib/python3.8/json/__init__.py", line 357, in loads
return _default_decoder.decode(s)
"/var/lang/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/var/lang/lib/python3.8/json/decoder.py", line 353, in raw_decode
obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
|
Traceback (most recent call last):
"/usr/wiss/user/libs/tfmodels/inception/bazel-bin/inception/imagenet_train.runfiles/inception/inception/imagenet_train.py", line 41, in <module>
tf.app.run()
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 44, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"/usr/wiss/user/libs/tfmodels/inception/bazel-bin/inception/imagenet_train.runfiles/inception/inception/imagenet_train.py", line 37, in main
inception_train.train(dataset)
"/usr/wiss/user/libs/tfmodels/inception/bazel-bin/inception/imagenet_train.runfiles/inception/inception/inception_train.py", line 217, in train
num_preprocess_threads=num_preprocess_threads)
"/usr/wiss/user/libs/tfmodels/inception/bazel-bin/inception/imagenet_train.runfiles/inception/inception/image_processing.py", line 136, in distorted_inputs
num_readers=FLAGS.num_readers)
"/usr/wiss/user/libs/tfmodels/inception/bazel-bin/inception/imagenet_train.runfiles/inception/inception/image_processing.py", line 490, in batch_inputs
example_serialized)
"/usr/wiss/user/libs/tfmodels/inception/bazel-bin/inception/imagenet_train.runfiles/inception/inception/image_processing.py", line 397, in parse_example_proto
bbox = tf.concat(0, [ymin, xmin, ymax, xmax])
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/ops/array_ops.py", line 1248, in concat
dtype=dtypes.int32).get_shape(
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 651, in convert_to_tensor
as_ref=False)
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 716, in internal_convert_to_tensor
ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref)
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/framework/constant_op.py", line 176, in _constant_tensor_conversion_function
return constant(v, dtype=dtype, name=name)
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/framework/constant_op.py", line 165, in constant
tensor_util.make_tensor_proto(value, dtype=dtype, shape=shape, verify_shape=verify_shape))
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/framework/tensor_util.py", line 367, in make_tensor_proto
_AssertCompatible(values, dtype)
"/usr/wiss/user/.local/lib/python2.7/site-packages/tensorflow/python/framework/tensor_util.py", line 302, in _AssertCompatible
(dtype.name, repr(mismatch), type(mismatch).__name__))
TypeError: Expected int32, got list containing Tensors of type '_Message' instead.
| 0.300434 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube.pyo", line 1047, in _decrypt_signature
"youtube_dl\extractor\youtube.pyo", line 434, in <lambda>
"youtube_dl\extractor\youtube.pyo", line 434, in <genexpr>IndexError: string index out of range
|
Traceback (most recent call last):
"run/run_training.py", line 90, in <module>
batch_dice=batch_dice, stage=stage, unpack_data=unpack, deterministic=deterministic)
"/home/jma/Code/nnUNet/nnunet/training/network_training/nnUNetTrainerCascadeFullRes.py", line 31, in __init__
"Cannot run final stage of cascade. Run corresponding 3d_lowres first and predict the "
RuntimeError: Cannot run final stage of cascade. Run corresponding 3d_lowres first and predict the segmentations for the next stage
| 0.213974 |
Traceback (most recent call last):
"/usr/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.7/dist-packages/tensorboardX/event_file_writer.py", line 219, in run
self._record_writer.flush()
"/usr/local/lib/python3.7/dist-packages/tensorboardX/event_file_writer.py", line 69, in flush
self._py_recordio_writer.flush()
"/usr/local/lib/python3.7/dist-packages/tensorboardX/record_writer.py", line 187, in flush
self._writer.flush()
"/usr/local/lib/python3.7/dist-packages/tensorboardX/record_writer.py", line 149, in flush
self.blob.upload_from_string(upload_buffer.getvalue())
"/usr/local/lib/python3.7/dist-packages/google/cloud/storage/blob.py", line 1733, in upload_from_string
if_metageneration_not_match=if_metageneration_not_match,
"/usr/local/lib/python3.7/dist-packages/google/cloud/storage/blob.py", line 1567, in upload_from_file
if_metageneration_not_match,
"/usr/local/lib/python3.7/dist-packages/google/cloud/storage/blob.py", line 1420, in _do_upload
if_metageneration_not_match,
"/usr/local/lib/python3.7/dist-packages/google/cloud/storage/blob.py", line 1098, in _do_multipart_upload
response = upload.transmit(transport, data, object_metadata, content_type)
"/usr/local/lib/python3.7/dist-packages/google/resumable_media/requests/upload.py", line 106, in transmit
retry_strategy=self._retry_strategy,
"/usr/local/lib/python3.7/dist-packages/google/resumable_media/requests/_helpers.py", line 136, in http_request
return _helpers.wait_and_retry(func, RequestsMixin._get_status_code, retry_strategy)
"/usr/local/lib/python3.7/dist-packages/google/resumable_media/_helpers.py", line 150, in wait_and_retry
response = func()
"/usr/local/lib/python3.7/dist-packages/google/auth/transport/requests.py", line 470, in request
**kwargs
"/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
|
Traceback (most recent call last):
"/home/omer/.virtualenvs/restapi/bin/nose2", line 9, in <module>
load_entry_point('nose2==0.5.0', 'console_scripts', 'nose2')()
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/main.py", line 284, in discover
return main(*args, **kwargs)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/main.py", line 98, in __init__
super(PluggableTestProgram, self).__init__(**kw)
"/home/omer/.pyenv/versions/2.7.4/lib/python2.7/unittest/main.py", line 95, in __init__
self.runTests()
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/main.py", line 260, in runTests
self.result = runner.run(self.test)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/runner.py", line 53, in run
executor(test, result)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/runner.py", line 41, in <lambda>
executor = lambda suite, result: suite(result)
"/home/omer/.pyenv/versions/2.7.4/lib/python2.7/unittest/suite.py", line 70, in __call__
return self.run(*args, **kwds)
"/home/omer/.pyenv/versions/2.7.4/lib/python2.7/unittest/suite.py", line 108, in run
test(result)
"/home/omer/.pyenv/versions/2.7.4/lib/python2.7/unittest/suite.py", line 70, in __call__
return self.run(*args, **kwds)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/suite.py", line 31, in run
test(result)
"/home/omer/.pyenv/versions/2.7.4/lib/python2.7/unittest/suite.py", line 70, in __call__
return self.run(*args, **kwds)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/suite.py", line 33, in run
self.tearDownTest(test)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/suite.py", line 75, in tearDownTest
self._allLayers(test, 'testTearDown', reverse=True)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/suite.py", line 97, in _allLayers
self._inLayer(layer, test, method)
"/home/omer/.virtualenvs/restapi/lib/python2.7/site-packages/nose2/suite.py", line 105, in _inLayer
meth(test)
"/home/omer/Documents/Projects/Stokeet/stokeet-api/tests/common/layers.py", line 24, in testTearDown
raise AssertionError(str(test) + ': ' + e.message)AssertionError: test 0002: should disallow action if a client does not have the permission to register users (tests.common.layers.UnitTest): 2 queries executed, 0 expected
| 0.289107 |
Traceback (most recent call last):
"demo.py", line 56, in <module>
demo(opt)
"demo.py", line 21, in demo
detector = Detector(opt)
"/home/spring/workspace/cenet/src/lib/detectors/ctdet.py", line 22, in __init__
super(CtdetDetector, self).__init__(opt)
"/home/spring/workspace/cenet/src/lib/detectors/base_detector.py", line 24, in __init__
self.model = create_model(opt.arch, opt.heads, opt.head_conv)
"/home/spring/workspace/cenet/src/lib/models/model.py", line 28, in create_model
model = get_model(num_layers=num_layers, heads=heads, head_conv=head_conv)
"/home/spring/workspace/cenet/src/lib/models/networks/pose_dla_dcn.py", line 491, in get_pose_net
head_conv=head_conv)
"/home/spring/workspace/cenet/src/lib/models/networks/pose_dla_dcn.py", line 434, in __init__
self.base = globals()[base_name](pretrained=pretrained)
"/home/spring/workspace/cenet/src/lib/models/networks/pose_dla_dcn.py", line 314, in dla34
model.load_pretrained_model(data='imagenet', name='dla34', hash='ba72cf86')
"/home/spring/workspace/cenet/src/lib/models/networks/pose_dla_dcn.py", line 300, in load_pretrained_model
model_weights = model_zoo.load_url(model_url)
"/home/spring/anaconda3/envs/cenet/lib/python3.6/site-packages/torch/utils/model_zoo.py", line 65, in load_url
_download_url_to_file(url, cached_file, hash_prefix, progress=progress)
"/home/spring/anaconda3/envs/cenet/lib/python3.6/site-packages/torch/utils/model_zoo.py", line 101, in _download_url_to_file
.format(hash_prefix, digest))
RuntimeError: invalid hash value (expected "ba72cf86", got "14cd8aa9060346eea8b3fb0525ff2e77ac90e9835ec83b9314845da20bd546ba")
|
Traceback (most recent call last):
"/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 536, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 199, in extract
return self._real_extract(url)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 934, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 549, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
| 0.264513 |
Traceback (most recent call last):
"setup.py", line 44, in <module>
paster_plugins=['pyramid'],
"/usr/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
"/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
"/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
"/usr/lib/python2.7/dist-packages/babel/messages/frontend.py", line 314, in run
for filename, lineno, message, comments in extracted:
"/usr/lib/python2.7/dist-packages/babel/messages/extract.py", line 171, in extract_from_dir
strip_comment_tags):
"/usr/lib/python2.7/dist-packages/babel/messages/extract.py", line 201, in extract_from_file
strip_comment_tags))
"/usr/lib/python2.7/dist-packages/babel/messages/extract.py", line 270, in extract
raise ValueError('Unknown extraction method %r' % method)ValueError: Unknown extraction method 'lingua_python'
|
Traceback (most recent call last):
"/home/nick-pc/.local/lib/python3.8/site-packages/requests/models.py", line 382, in prepare_url
scheme, auth, host, port, path, query, fragment = parse_url(url)
"/usr/lib/python3/dist-packages/urllib3/util/url.py", line 392, in parse_url
return six.raise_from(LocationParseError(source_url), None)
"<string>", line 3, in raise_from
urllib3.exceptions.LocationParseError: Failed to parse: https://api.binance.com/api/v3/ping
| 0.244674 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/apscheduler/executors/base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
"/usr/src/core/dragonchain/transaction_processor/level_1_actions.py", line 73, in execute
store_data(block)
"/usr/src/core/dragonchain/transaction_processor/level_1_actions.py", line 173, in store_data
transaction_dao.store_full_txns(block)
"/usr/src/core/dragonchain/lib/dao/transaction_dao.py", line 84, in store_full_txns
redisearch.put_many_documents(key, value, upsert=True)
"/usr/src/core/dragonchain/lib/database/redisearch.py", line 281, in put_many_documents
batch_indexer.commit()
"/usr/local/lib/python3.8/site-packages/redisearch/client.py", line 153, in commit
self.pipeline.execute()
"/usr/local/lib/python3.8/site-packages/redis/client.py", line 3691, in execute
return execute(conn, stack, raise_on_error)
"/usr/local/lib/python3.8/site-packages/redis/client.py", line 3633, in _execute_pipeline
self.raise_first_error(commands, response)
"/usr/local/lib/python3.8/site-packages/redis/client.py", line 3640, in raise_first_error
raise r
"/usr/local/lib/python3.8/site-packages/redis/client.py", line 3628, in _execute_pipeline
self.parse_response(connection, args[0], **options))
"/usr/local/lib/python3.8/site-packages/redis/client.py", line 3649, in parse_response
result = Redis.parse_response(
"/usr/local/lib/python3.8/site-packages/redis/client.py", line 853, in parse_response
response = connection.read_response()
"/usr/local/lib/python3.8/site-packages/redis/connection.py", line 718, in read_response
raise response
redis.exceptions.ResponseError: Command # 1 (FT.ADD testingType1 1ea74dd4-a92a-4a14-a10b-f41f78443226 1.0 REPLACE FIELDS timestamp 1573863248 tag
block_id 28372715) of pipeline caused error: Unknown index name
|
Traceback (most recent call last):
"/home/pi/GassistPi/src/main.py", line 572, in <module>
Myassistant().main()
"/home/pi/GassistPi/src/main.py", line 565, in main
spotify_playlist_select(str(usrcmd).lower())
"/home/pi/GassistPi/src/actions.py", line 1311, in spotify_playlist_select
playlists,num=scan_spotify_playlists()
"/home/pi/GassistPi/src/actions.py", line 1287, in scan_spotify_playlists
playlistdetails.append(playlist_name)
UnboundLocalError: local variable 'playlist_name' referenced before assignment
| 0.325813 |
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_vePfWC/ansible_module_katello.py\", line 537, in <module>\n
main()\n
\"/tmp/ansible_vePfWC/ansible_module_katello.py\", line 505, in main\n
result = ng.product(params)\n
\"/tmp/ansible_vePfWC/ansible_module_katello.py\", line 257, in product\n
product = self._entities.Product(self._server, **params)\n
\"/usr/lib/python2.7/site-packages/nailgun/entities.py\", line 3948, in __init__\n
super(Product, self).__init__(server_config, **kwargs)\n
\"/usr/lib/python2.7/site-packages/nailgun/entity_mixins.py\", line 413, in __init__\n
self._server_config\n
\"/usr/lib/python2.7/site-packages/nailgun/entity_mixins.py\", line 136, in _make_entity_from_id\n
return entity_cls(server_config, id=entity_obj_or_id)\n
\"/usr/lib/python2.7/site-packages/nailgun/entities.py\", line 5332, in __init__\n
_check_for_value('organization', kwargs)\n
\"/usr/lib/python2.7/site-packages/nailgun/entities.py\", line 152, in _check_for_value\n
'A value must be provided for the \"{0}\" field.'.format(field_name)\nTypeError: A value must be provided for the \"organization\" field.\n",
"module_stdout": "",
|
Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/gi/overrides/GLib.py", line 702, in <lambda>
func_fdtransform = lambda _, cond, *data: callback(channel, cond, *data)
"/usr/lib64/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py", line 52, in <lambda>
lambda *args: ref() and ref().io_event(*args))
"/usr/lib64/python2.7/site-packages/blueman/plugins/applet/KillSwitch.py", line 97, in io_event
self.Applet.Plugins.PowerManager.UpdatePowerState()
"/usr/lib64/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 178, in UpdatePowerState
self.BluetoothStatusChanged(new_state)
"/usr/lib64/python2.7/site-packages/dbus/decorators.py", line 300, in emit_signal
for location in self.locations:AttributeError: 'PowerManager' object has no attribute 'locations'
| 0.230403 |
Traceback (most recent call last):
"/usr/local/munki/munkiimport", line 718, in <module>
main()
"/usr/local/munki/munkiimport", line 589, in main
matchingpkginfo = findMatchingPkginfo(pkginfo)
"/usr/local/munki/munkiimport", line 347, in findMatchingPkginfo
db = makeCatalogDB()
"/usr/local/munki/munkiimport", line 319, in makeCatalogDB
if install.get('type') == 'application':AttributeError: '__NSCFArray' object has no attribute 'get' What version of the Munki tools are you using? On what operating system? 0.8.0 Build 1351 Please provide any additional information below. I found that I can successfully run makepkginfo on the dmg, could it be tripping over older versions of vlc in our repo when it checks the receipts?
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2373, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2551, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2540, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 6, column 635
| 0.16734 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_locales.py", line 330, in test_format_relative_now
result = self.locale._format_relative("अभी", "now", 0)
AttributeError: 'TestHindiLocale' object has no attribute 'locale'
|
Traceback (most recent call last):
"/Users/nathaadmin/Documents/face_recog.py", line 2, in <module>
image = face_recognition.load_image_file("My_Image.png")
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/face_recognition/api.py", line 83, in load_image_file
im = PIL.Image.open(file)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/PIL/Image.py", line 2609, in open
fp = builtins.open(filename, "rb")
IsADirectoryError: [Errno 21] Is a directory: 'My_Image.png'
| 0.236374 |
Traceback (most recent call last):
"/var/folders/5t/qb0jlm4x7g90bp__cnr1lybh0000gn/T/ansible_a_ligN/ansible_module_composer.py", line 232, in <module>
main()
"/var/folders/5t/qb0jlm4x7g90bp__cnr1lybh0000gn/T/ansible_a_ligN/ansible_module_composer.py", line 183, in main
available_options = get_available_options(module=module, command=command)
"/var/folders/5t/qb0jlm4x7g90bp__cnr1lybh0000gn/T/ansible_a_ligN/ansible_module_composer.py", line 151, in get_available_options
command_help_json = json.loads(out)
"/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
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkyaecyzu\build\youtube_dl\YoutubeDL.py", line 762, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkyaecyzu\build\youtube_dl\extractor\common.py", line 433, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkyaecyzu\build\youtube_dl\extractor\generic.py", line 2796, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: http://www.oxygen.com/three-days-to-live/season-1/melissa-duran
| 0.20489 |
Traceback (most recent call last):
"/usr/lib/calibre/calibre/customize/ui.py", line 171, in _run_filetype_plugins
nfp = plugin.run(nfp) or nfp
"calibre_plugins.dedrm.__init__", line 625, in run
"calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt
DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
|
Traceback (most recent call last):
"/usr/local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/usr/local/lib/python2.7/dist-packages/pipenv/vendor/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/pipenv/vendor/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/usr/local/lib/python2.7/dist-packages/pipenv/vendor/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/local/lib/python2.7/dist-packages/pipenv/vendor/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python2.7/dist-packages/pipenv/vendor/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/pipenv/cli.py", line 2057, in shell
do_shell(three=three, python=python, fancy=fancy, shell_args=shell_args)
"/usr/local/lib/python2.7/dist-packages/pipenv/cli.py", line 1952, in do_shell
shell = os.path.abspath(PIPENV_SHELL)
"/usr/lib/python2.7/posixpath.py", line 360, in abspath
if not isabs(path):
"/usr/lib/python2.7/posixpath.py", line 54, in isabs
return s.startswith('/')
AttributeError: 'NoneType' object has no attribute 'startswith'
| 0.303245 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4k56gdgt\build\youtube_dl\YoutubeDL.py", line 784, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4k56gdgt\build\youtube_dl\extractor\common.py", line 437, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4k56gdgt\build\youtube_dl\extractor\common.py", line 395, in initialize
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4k56gdgt\build\youtube_dl\extractor\udemy.py", line 140, in _real_initialize
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4k56gdgt\build\youtube_dl\extractor\udemy.py", line 180, in _login
youtube_dl.utils.ExtractorError: Unable to log in; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
|
Traceback (most recent call last):
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/multiprocessing/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torchbiggraph/batching.py", line 83, in call
return f()
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torchbiggraph/batching.py", line 117, in process_in_batches
all_stats.append(batch_processor.process_one_batch(model, batch_edges))
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torchbiggraph/batching.py", line 160, in process_one_batch
return self._process_one_batch(model, batch_edges)
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torchbiggraph/train_cpu.py", line 105, in _process_one_batch
self.model_optimizer.step(closure=None)
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torch/autograd/grad_mode.py", line 43, in decorate_no_grad
return func(*args, **kwargs)
"/home/mdl/nrc53/softwares/power-mc/anaconda3/envs/pytorch/lib/python3.6/site-packages/torchbiggraph/async_adagrad.py", line 76, in step
std = local_G.sqrt().add_(group["eps"])
KeyError: 'eps'
| 0.12353 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Appl\myenv\lib\site-packages\pystan\model.py", line 349, in __init__
build_extension.run()
"C:\appl\Python36\lib\distutils\command\build_ext.py", line 339, in run
self.build_extensions()
"C:\appl\Python36\lib\distutils\command\build_ext.py", line 448, in build_extensions
self._build_extensions_serial()
"C:\appl\Python36\lib\distutils\command\build_ext.py", line 473, in _build_extensions_serial
self.build_extension(ext)
"C:\appl\Python36\lib\distutils\command\build_ext.py", line 533, in build_extension
depends=ext.depends)
"C:\appl\Python36\lib\distutils\_msvccompiler.py", line 425, in compile
raise CompileError(msg)
distutils.errors.CompileError: command 'C:\\Program
s (x86)\\Microsoft Visual Studio\\2019\\BuildTools\\VC\\Tools\\MSVC\\14.20.27508\\bin\\HostX86\\x64\\cl.exe' failed with exit status 2
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0hst59yw\build\youtube_dl\YoutubeDL.py", line 1699, in process_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0hst59yw\build\youtube_dl\YoutubeDL.py", line 1641, in dl
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0hst59yw\build\youtube_dl\downloader\common.py", line 353, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0hst59yw\build\youtube_dl\downloader\http.py", line 61, in real_download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0hst59yw\build\youtube_dl\YoutubeDL.py", line 2001, in urlopen
"C:\Python\Python34\lib\urllib\request.py", line 470, in open
"C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
"C:\Python\Python34\lib\urllib\request.py", line 508, in error
"C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
"C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 404: Not Found
| 0.249357 |
Traceback (most recent call last):
"scripts/download_third_party_data.py", line 17, in <module>
download_third_party_data()
"scripts/download_third_party_data.py", line 11, in download_third_party_data
download_tagger()
"/home/javier/repo/iepy/tagger.py", line 67, in download
os.mkdir(DIRS.user_data_dir)OSError: [Errno 2] No such file or directory: '/home/javier/.config/iepy'
|
Traceback (most recent call last):
"D:\Libraries\Desktop\oi.py", line 139, in <module>
img = imgkit.from_string(data.to_html(), False, options = {'width': 772, 'disable-smart-width': '', 'zoom' : 1.5, 'quiet': ''})
"C:\Users\prana\AppData\Roaming\Python\Python37\site-packages\imgkit\api.py", line 108, in from_string
return rtn.to_img(output_path)
"C:\Users\prana\AppData\Roaming\Python\Python37\site-packages\imgkit\imgkit.py", line 242, in to_img
stderr = stderr.decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
| 0.327911 |
Traceback (most recent call last):
"/home/hd1/*************_/apps/sickrage/lib/tornado/http1connection.py", line 693, in _server_request_loop
ret = yield conn.read_response(request_delegate)
"/home/hd1/**_**********_/apps/sickrage/lib/tornado/gen.py", line 870, in run
value = future.result()
"/home/hd1/**_**********_/apps/sickrage/lib/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/home/hd1/**_**********_/apps/sickrage/lib/tornado/gen.py", line 876, in run
yielded = self.gen.throw(_exc_info)
"/home/hd1/*************_/apps/sickrage/lib/tornado/http1connection.py", line 168, in _read_message
quiet_exceptions=iostream.StreamClosedError)
"/home/hd1/**_**********_/apps/sickrage/lib/tornado/gen.py", line 870, in run
value = future.result()
"/home/hd1/**_**********_/apps/sickrage/lib/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"<string>", line 3, in raise_exc_infoSSLError: [Errno 1] _ssl.c:510: error:1408A0C1:SSL routines:SSL3_GET_CLIENT_HELLO:no shared cipher
|
Traceback (most recent call last):
"/home/hoose/homeassistant/lib64/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 82, in async_setup
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/opt/rh/rh-python36/root/usr/lib64/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
"/opt/rh/rh-python36/root/usr/lib64/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/home/hoose/homeassistant/lib64/python3.6/site-packages/homeassistant/components/sensor/alpha_vantage.py", line 90, in setup_platform
timeseries.get_intraday(symbol[CONF_SYMBOL])
"/home/hoose/homeassistant/lib64/python3.6/site-packages/alpha_vantage/alphavantage.py", line 176, in _format_wrapper
data = call_response[data_key]
KeyError: 'Time Series (15min)'
| 0.299173 |
Traceback (most recent call last):
"test_requests.py", line 91, in test_HTTP_302_ALLOW_REDIRECT_POST
self.assertEqual(r.status_code, 200)AssertionError: 405 != 200
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 273, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/eighttracks.py", line 146, in _real_extract
'id': compat_str(track_data['id']),KeyError: u'id'
| 0.254323 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 2000, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1991, in wsgi_app
response = self.make_response(self.handle_exception(e))
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1567, in handle_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python2.7/site-packages/Flask-0.11.1-py2.7.egg/flask/app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/lib/python2.7/site-packages/Flask_AppBuilder-1.8.1-py2.7.egg/flask_appbuilder/security/decorators.py", line 26, in wraps
return f(self, *args, **kwargs)
"/Users/z084258/dev/new/caravel/caravel/models.py", line 1760, in wrapper
return f(*args, **kwargs)
"/Users/z084258/dev/new/caravel/caravel/views.py", line 1184, in explore
viz_obj.get_json(),
"/Users/z084258/dev/new/caravel/caravel/viz.py", line 318, in get_json
'data': self.get_data(),
"/Users/z084258/dev/new/caravel/caravel/viz.py", line 513, in get_data
return self.get_df().to_html(
"/Users/z084258/dev/new/caravel/caravel/viz.py", line 508, in get_df
margins=True,
"/usr/local/lib/python2.7/site-packages/pandas-0.18.1-py2.7-macosx-10.11-x86_64.egg/pandas/tools/pivot.py", line 158, in pivot_table
margins_name=margins_name)
"/usr/local/lib/python2.7/site-packages/pandas-0.18.1-py2.7-macosx-10.11-x86_64.egg/pandas/tools/pivot.py", line 222, in _add_margins
row_margin[k] = grand_margin[k[0]]KeyError: u'OOS%'
|
Traceback (most recent call last):
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 403, in mainloop
self._mainloop()
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/core/window/window_pygame.py", line 290, in _mainloop
EventLoop.idle()
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/base.py", line 327, in idle
Clock.tick()
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/clock.py", line 515, in tick
self._process_events()
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/clock.py", line 647, in _process_events
event.tick(self._last_tick, remove)
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/clock.py", line 406, in tick
ret = callback(self._dt)
"/home/saad/.pyenv/versions/2.7.12/lib/python2.7/site-packages/kivy/uix/boxlayout.py", line 175, in do_layout
c.width = w
"kivy/properties.pyx", line 408, in kivy.properties.Property.__set__ (/tmp/pycharm-packaging0.tmp/Kivy/kivy/properties.c:5515)
"kivy/properties.pyx", line 446, in kivy.properties.Property.set (/tmp/pycharm-packaging0.tmp/Kivy/kivy/properties.c:6348)
"kivy/properties.pyx", line 501, in kivy.properties.Property.dispatch (/tmp/pycharm-packaging0.tmp/Kivy/kivy/properties.c:7048)
"kivy/_event.pyx", line 1224, in kivy._event.EventObservers.dispatch (/tmp/pycharm-packaging0.tmp/Kivy/kivy/_event.c:14008)
"kivy/_event.pyx", line 1130, in kivy._event.EventObservers._dispatch (/tmp/pycharm-packaging0.tmp/Kivy/kivy/_event.c:13166)
"designer/components/kv_lang_area.py", line 58, in on_width
self.kv_lang_area.bind(_lines=self.on_lines_changed)
AttributeError: 'NoneType' object has no attribute 'bind'
| 0.173663 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-8nqd722w/torch-scatter/setup.py", line 3, in <module>
import torch
ModuleNotFoundError: No module named 'torch'
|
Traceback (most recent call last):
"/usr/pkg/lib/python3.6/site-packages/_pytest/config.py", line 325, in _getconftestmodules
return self._path2confmods[path]
KeyError: local('.../cryptography/tests')
| 0.317704 |
Error: Traceback (most recent call last):
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/__main__.py", line 120, in main
cli(None, None, None)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/click/core.py", line 700, in __call__
return self.main(*args, **kwargs)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/click/core.py", line 680, in main
rv = self.invoke(ctx)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/click/core.py", line 1027, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/click/core.py", line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/click/core.py", line 508, in invoke
return callback(*args, **kwargs)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/click/decorators.py", line 16, in new_func
return f(get_current_context(), *args, **kwargs)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/commands/init.py", line 102, in cli
pg = ProjectGenerator(project_dir, ide, env_name)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/ide/projectgenerator.py", line 35, in __init__
self._gather_tplvars()
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/ide/projectgenerator.py", line 150, in _gather_tplvars
self._tplvars.update(self.get_project_env())
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/util.py", line 126, in wrapper
self.cache[key] = (time.time(), func(*args, **kwargs))
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/ide/projectgenerator.py", line 53, in get_project_env
for k, v in config.items(section):
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/util.py", line 51, in items
items.append((option, self.get(section, option)))
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/util.py", line 58, in get
return self.VARTPL_RE.sub(self._re_sub_handler, value)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/util.py", line 64, in _re_sub_handler
return self.get(section, option)
"/Users/marc/.platformio/penv/lib/python2.7/site-packages/platformio/util.py", line 55, in get
value = ConfigParser.get(self, section, option, **kwargs)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 618, in get
raise NoOptionError(option, section)
NoOptionError: No option 'upload_port' in section: 'common'
|
Traceback (most recent call last):
"/Users/USERNAME/Scripts/sickbeard_mp4_automator/postSonarr.py", line 106, in <module>
log.info("Sonarr response: ID %d %s." % (rstate['id'], rstate['state']))
TypeError: list indices must be integers, not str
| 0.326451 |
Traceback (most recent call last):
".\gui\mainFrame.py", line 922, in openGraphFrame
self.graphFrame.SetFocus()
"C:\Python27\lib\site-packages\wx-3.0-msw\wx\_core.py", line 10129, in SetFocus
return _core_.Window_SetFocus(*args, **kwargs)
TypeError: in method 'Window_SetFocus', expected argument 1 of type 'wxWindow *'
|
Traceback (most recent call last):
"./tmp_ddr.py", line 22, in <module>
print tvm.lower(s, [c, data, tmp], simple_mode = True)
"/nnvm/tvm/python/tvm/build_module.py", line 330, in lower
bounds = schedule.InferBound(sch)
"/nnvm/tvm/python/tvm/_ffi/function.py", line 280, in my_api_func
return flocal(*args)
"/nnvm/tvm/python/tvm/_ffi/_ctypes/function.py", line 183, in __call__
ctypes.byref(ret_val), ctypes.byref(ret_tcode)))
"/nnvm/tvm/python/tvm/_ffi/base.py", line 66, in check_call
raise TVMError(py_str(_LIB.TVMGetLastError()))
tvm._ffi.base.TVMError: [10:48:14]
| 0.19726 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
NameError: name 'df_train' is not defined
|
Traceback (most recent call last):
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback
ret = callback()
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 542, in <lambda>
self.io_loop.add_callback(lambda : self._handle_events(self.socket, 0))
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 456, in _handle_events
self._handle_recv()
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 486, in _handle_recv
self._run_callback(callback, msg)
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 438, in _run_callback
callback(*args, **kwargs)
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/jupyter_client/threaded.py", line 92, in _handle_recv
msg = self.session.deserialize(smsg)
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/jupyter_client/session.py", line 927, in deserialize
raise ValueError("Duplicate Signature: %r" % signature)ValueError: Duplicate Signature: b'2611739bc902ef83f8ad959eaea7cdd9ded60b27a2e6a9baa5bb48387b91c79f'
| 0.316981 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/homeassistant/components/fan/xiaomi_miio.py", line 551, in _try_command
partial(func, *args, **kwargs))
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/local/lib/python3.6/site-packages/miio/airhumidifier.py", line 329, in set_mode
return self.send("set_mode", [mode.value])
"/usr/local/lib/python3.6/site-packages/miio/device.py", line 272, in send
raise DeviceError(m.data.value["error"])
miio.exceptions.DeviceError: {'code': -6011, 'message': 'device_poweroff'}
|
Traceback (most recent call last):
"/usr/libexec/webmin/webmin/acme_tiny.py", line 235, in <module>
main(sys.argv[1:])
"/usr/libexec/webmin/webmin/acme_tiny.py", line 231, in main
signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, args.dns_hook, args.cleanup_hook, log=LOGGER, CA=args.ca)
"/usr/libexec/webmin/webmin/acme_tiny.py", line 106, in get_crt
raise ValueError("Error registering: {0} {1}".format(code, result))
ValueError: Error registering: 400 {
| 0.324853 |
Traceback (most recent call last):
"/Users/jeff/test/venv/lib/python2.7/site-packages/django/core/handlers/base.py", line 115, in get_response
response = callback(request, *callback_args, **callback_kwargs)
"/Users/jeff/test/venv/lib/python2.7/site-packages/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, *args, **kwargs)
"/Users/jeff/test/venv/lib/python2.7/site-packages/django/views/decorators/cache.py", line 89, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
"/Users/jeff/test/venv/lib/python2.7/site-packages/sentry/web/decorators.py", line 164, in wrapped
return func(request, *args, **kwargs)
"/Users/jeff/test/venv/lib/python2.7/site-packages/django/db/transaction.py", line 223, in inner
return func(*args, **kwargs)
"/Users/jeff/test/venv/lib/python2.7/site-packages/sentry/web/frontend/accounts.py", line 238, in notification_settings
for project in sorted(project_list, key=lambda x: (x.team.name, x.name))
"/Users/jeff/test/venv/lib/python2.7/site-packages/sentry/web/frontend/accounts.py", line 238, in <lambda>
for project in sorted(project_list, key=lambda x: (x.team.name, x.name))AttributeError: 'NoneType' object has no attribute 'name'
|
Traceback (most recent call last):
"/usr/lib/python2.7/multiprocessing/managers.py", line 207, in handle_request
result = func(c, *args, **kwds)
"/usr/lib/python2.7/multiprocessing/managers.py", line 435, in decref
assert self.id_to_refcount[ident] >= 1KeyError: '1060f38'
| 0.269941 |
Traceback (most recent call last):
"/home/hh/.virtualenvs/sweddoc3/bin/sphinx-build", line 9, in <module>
load_entry_point('Sphinx==1.1.2', 'console_scripts', 'sphinx-build')()
"/home/hh/.virtualenvs/sweddoc3/lib/python3.1/site-packages/sphinx/__init__.py", line 72, in main
return cmdline.main(argv)
"/home/hh/.virtualenvs/sweddoc3/lib/python3.1/site-packages/sphinx/cmdline.py", line 142, in main
val = val.decode(likely_encoding)AttributeError: 'str' object has no attribute 'decode'
|
Traceback (most recent call last):
"<ipython-input-105-729cbaf02a5a>", line 1, in <module>
autowrap.autowrap(expr, args=[x, t], helpers=[['f', 4*x, [x]]])
"D:\Anaconda\lib\site-packages\sympy\utilities\autowrap.py", line 510, in autowrap
for name_h, expr_h, args_h in helpers:ValueError: need more than 1 value to unpack
| 0.218684 |
Traceback (most recent call last):
"./tools/train.py", line 153, in <module>
main()
"./tools/train.py", line 149, in main
meta=meta)
"/home/zy/data/mmdetection/mmdet/apis/train.py", line 143, in train_detector
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/home/zy/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 122, in run
epoch_runner(data_loaders[i], **kwargs)
"/home/zy/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 32, in train
**kwargs)
"/home/zy/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/mmcv/parallel/distributed.py", line 36, in train_step
output = self.module.train_step(*inputs[0], **kwargs[0])
"/home/zy/data/mmdetection/mmdet/models/detectors/base.py", line 237, in train_step
losses = self(**data)
"/home/zy/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/zy/data/mmdetection/mmdet/core/fp16/decorators.py", line 51, in new_func
return old_func(*args, **kwargs)
"/home/zy/data/mmdetection/mmdet/models/detectors/base.py", line 171, in forward
return self.forward_train(img, img_metas, **kwargs)
"/home/zy/data/mmdetection/mmdet/models/detectors/two_stage.py", line 164, in forward_train
**kwargs)
"/home/zy/data/mmdetection/mmdet/models/roi_heads/standard_roi_head.py", line 106, in forward_train
proposal_list[i], gt_bboxes[i], gt_bboxes_ignore[i],
TypeError: 'NoneType' object is not subscriptable
|
Traceback (most recent call last):
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\requests\adapters.py", line 440, in send
timeout=timeout
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\urllib3\util\retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8097): Max retries exceeded with url: /env/main (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x000002CCC845D2E8>: Failed to establish a new connection: [WinError 10061] ▒▒▒▒Ŀ▒▒▒▒▒▒▒▒▒▒▒ܾ▒▒▒▒▒▒▒▒ӡ▒',))
| 0.255468 |
Traceback (most recent call last):
"runtests.py", line 72, in <module>
django.setup()
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/__init__.py", line 18, in setup
from django.utils.log import configure_logging
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/utils/log.py", line 13, in <module>
from django.views.debug import ExceptionReporter, get_exception_reporter_filter
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/views/debug.py", line 10, in <module>
from django.http import (HttpResponse, HttpResponseServerError,
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/http/__init__.py", line 4, in <module>
from django.http.response import (
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/http/response.py", line 13, in <module>
from django.core.serializers.json import DjangoJSONEncoder
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/core/serializers/__init__.py", line 23, in <module>
from django.core.serializers.base import SerializerDoesNotExist
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/core/serializers/base.py", line 6, in <module>
from django.db import models
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/db/models/__init__.py", line 6, in <module>
from django.db.models.query import Q, QuerySet, Prefetch
# NOQA
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/db/models/query.py", line 13, in <module>
from django.db.models.fields import AutoField, Empty, FieldDoesNotExist
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/db/models/fields/__init__.py", line 18, in <module>
from django import forms
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/forms/__init__.py", line 6, in <module>
from django.forms.fields import *
# NOQA
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/forms/fields.py", line 18, in <module>
from django.forms.utils import from_current_timezone, to_current_timezone
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/forms/utils.py", line 15, in <module>
from django.utils.html import format_html, format_html_join, escape
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/utils/html.py", line 16, in <module>
from .html_parser import HTMLParser, HTMLParseError
"/Users/ben/.virtualenvs/django-s3direct/lib/python3.6/site-packages/django/utils/html_parser.py", line 12, in <module>
HTMLParseError = _html_parser.HTMLParseError
AttributeError: module 'html.parser' has no attribute 'HTMLParseError'
|
Traceback (most recent call last):
"C:/Users/Jonas/PycharmProjects/ReinforcementLearning/TflearnSaveLoadTest.py", line 20, in <module>
model2.load(path, weights_only=True)
"D:\Python\Python36\lib\site-packages\tflearn\models\dnn.py", line 308, in load
self.trainer.restore(model_file, weights_only, **optargs)
"D:\Python\Python36\lib\site-packages\tflearn\helpers\trainer.py", line 492, in restore
self.restorer_trainvars.restore(self.session, model_file)
"D:\Python\Python36\lib\site-packages\tensorflow\python\training\saver.py", line 1666, in restore
{self.saver_def.filename_tensor_name: save_path})
"D:\Python\Python36\lib\site-packages\tensorflow\python\client\session.py", line 889, in run
run_metadata_ptr)
"D:\Python\Python36\lib\site-packages\tensorflow\python\client\session.py", line 1120, in _run
feed_dict_tensor, options, run_metadata)
"D:\Python\Python36\lib\site-packages\tensorflow\python\client\session.py", line 1317, in _do_run
options, run_metadata)
"D:\Python\Python36\lib\site-packages\tensorflow\python\client\session.py", line 1336, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.NotFoundError: Key FullyConnected_3/b not found in checkpoint
| 0.278216 |
Traceback (most recent call last):
"C:\Users-\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\client.py", line 267, in _run_event
yield from getattr(self, event)(_args, *_kwargs)
"red.py", line 63, in on_message
await bot.process_commands(message)
"C:\Users-\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\bot.py", line 607, in process_commands
yield from command.invoke(ctx)
"C:\Users-\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\core.py", line 343, in invoke
yield from injected(_ctx.args, *_ctx.kwargs)
"C:\Users-\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\core.py", line 47, in wrapped
ret = yield from coro(_args, *_kwargs)
"C:\Users-\Documents\Red\Red-DiscordBot\cogs\audio.py", line 668, in addplaylist
if links:UnboundLocalError: local variable 'links' referenced before assignment
|
Traceback (most recent call last):
"vgg16_cd_0120.py", line 33, in <module>
X_f_val=basemodel.predict_generator(datagen.flow(X_train, batch_size=32,shuffle=False),int(0.1*len(X_train)),nb_worker=16)
"/usr/local/lib/python2.7/dist-packages/keras/engine/training.py", line 1749, in predict_generator
all_outs[i][processed_samples:(processed_samples + nb_samples)] = out
ValueError: could not broadcast input array from shape (32,7,7,512) into shape (4,7,7,512)
| 0.280248 |
Traceback (most recent call last):
"tools/test_recognizer_heavy.py", line 211, in <module>
main()
"tools/test_recognizer_heavy.py", line 170, in main
init_dist(args.launcher, **cfg.dist_params)
"/media/liuxy/dataset/mmaction/mmaction/apis/env.py", line 16, in init_dist
_init_dist_pytorch(backend, **kwargs)
"/media/liuxy/dataset/mmaction/mmaction/apis/env.py", line 27, in _init_dist_pytorch
rank = int(os.environ['RANK'])
"/usr/local/src/python37/lib/python3.7/os.py", line 678, in __getitem__
raise KeyError(key) from None
KeyError: 'RANK'
|
Traceback (most recent call last):
"/tmp/pip-install-ubzvucnj/horovod/setup.py", line 980, in build_extensions
torch_version = check_torch_version()
"/tmp/pip-install-ubzvucnj/horovod/setup.py", line 778, in check_torch_version
'import torch failed, is it installed?\n\n%s' % traceback.format_exc())
distutils.errors.DistutilsPlatformError: import torch failed, is it installed?
| 0.319814 |
Traceback (most recent call last):
".../glue/dialogs/data_wizard/qt/data_wizard_dialog.py", line 36, in data_wizard
result = gdd.load_data()
".../glue/dialogs/data_wizard/qt/data_wizard_dialog.py", line 105, in load_data
d = load_data(path, factory=fac.function)
".../glue/core/data_factories/helpers.py", line 237, in load_data
d = as_list(factory(path, **kwargs))
".../glue/core/data_factories/helpers.py", line 330, in auto_data
return fac(filename, *args, **kwargs)
".../glue/core/data_factories/astropy_table.py", line 99, in astropy_tabular_data_fits
return astropy_tabular_data(*args, **kwargs)
".../glue/core/data_factories/astropy_table.py", line 66, in astropy_tabular_data
table = astropy_table_read(*args, **kwargs)
".../glue/core/data_factories/astropy_table.py", line 49, in astropy_table_read
return Table.read(*args, **kwargs)
".../astropy/table/table.py", line 2332, in read
return io_registry.read(cls, *args, **kwargs)
".../astropy/io/registry.py", line 351, in read
data = reader(*args, **kwargs)
".../astropy/io/fits/connect.py", line 135, in read_table_fits
hdulist = fits_open(input)
".../astropy/io/fits/hdu/hdulist.py", line 139, in fitsopen
return HDUList.fromfile(name, mode, memmap, save_backup, cache, **kwargs)
".../astropy/io/fits/hdu/hdulist.py", line 281, in fromfile
save_backup=save_backup, cache=cache, **kwargs)
".../astropy/io/fits/hdu/hdulist.py", line 839, in _readfrom
hdu = _BaseHDU.readfrom(ffo, **kwargs)
".../astropy/io/fits/hdu/base.py", line 423, in readfrom
**kwargs)
".../astropy/io/fits/hdu/base.py", line 483, in _readfrom_internal
header = Header.fromfile(data, endcard=not ignore_missing_end)
".../astropy/io/fits/header.py", line 451, in fromfile
padding)[1]
".../astropy/io/fits/header.py", line 520, in _from_blocks
raise IOError('Header missing END card.')OSError: Header missing END card.
|
Traceback (most recent call last):
"\Anaconda3\lib\site-packages\conda\gateways\connection\__init__.py", line 21, in <module>
from requests import ConnectionError, HTTPError, Session
ModuleNotFoundError: No module named 'requests'
| 0.263446 |
Traceback (most recent call last):
"/Users/Beister/pyrit-read-only/pyrit/test/test_pyrit.py", line 63, in new_f
f(*args, **kwds)
"/Users/Beister/pyrit-read-only/pyrit/test/test_pyrit.py", line 449, in testHandshakes
self._testHandshake(filename, essid, ap, sta, passwd)
"/Users/Beister/pyrit-read-only/pyrit/test/test_pyrit.py", line 165, in _testHandshake
parser = cpyrit.pckttools.PacketParser(filename)
"/Library/Python/2.7/site-packages/cpyrit/pckttools.py", line 623, in __init__
self.parse_file(pcapfile)
"/Library/Python/2.7/site-packages/cpyrit/pckttools.py", line 663, in parse_file
with PcapDevice(pcapfile, self.use_bpf) as rdr:
"/Library/Python/2.7/site-packages/cpyrit/pckttools.py", line 491, in __init__
self.open_offline(fname)
"/Library/Python/2.7/site-packages/cpyrit/pckttools.py", line 561, in open_offline
with util.
Wrapper(fname) as infile:
"/Library/Python/2.7/site-packages/cpyrit/util.py", line 255, in __init__
self.f = gzip.open(filename, mode, 6)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py", line 34, in open
return Gzip
(filename, mode, compresslevel)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py", line 89, in __init__
fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb')IOError: [Errno 2] No such file or directory: 'wpapsk-linksys.dump.gz'
|
Traceback (most recent call last):
"C:\Users-\AppData\Local\Programs\Python\Python35\lib\threading.py", line 914, in _bootstrap_inner
self.run()
"C:\Users-\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\gateway.py", line 73, in run
f = compat.run_coroutine_threadsafe(coro, loop=self.ws.loop)
"C:\Users-\AppData\Local\Programs\Python\Python35\lib\asyncio\tasks.py", line 727, in run_coroutine_threadsafe
loop.call_soon_threadsafe(callback)
"C:\Users-\AppData\Local\Programs\Python\Python35\lib\asyncio\base_events.py", line 482, in call_soon_threadsafe
handle = self._call_soon(callback, args)
"C:\Users-\AppData\Local\Programs\Python\Python35\lib\asyncio\base_events.py", line 456, in _call_soon
self._check_closed()
"C:\Users-\AppData\Local\Programs\Python\Python35\lib\asyncio\base_events.py", line 284, in _check_closed
raise RuntimeError('Event loop is closed')RuntimeError: Event loop is closed
| 0.278636 |
Traceback (most recent call last):
"/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
self.result = application(self.environ, self.start_response)
"/usr/lib/python2.7/dist-packages/radicale/__init__.py", line 300, in __call__
user)
"/usr/lib/python2.7/dist-packages/radicale/__init__.py", line 509, in propfind
environ["PATH_INFO"], content, collections, user)
"/usr/lib/python2.7/dist-packages/radicale/xmlutils.py", line 226, in propfind
response = _propfind_response(path, collection, props, user)
"/usr/lib/python2.7/dist-packages/radicale/xmlutils.py", line 237, in _propfind_response
collection_props = properties
"/usr/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
"/usr/lib/python2.7/dist-packages/radicale/storage/filesystem.py", line 113, in props
with open(self._props_path, "w") as prop_file:
"/usr/lib/python2.7/dist-packages/radicale/storage/filesystem.py", line 42, in open
return codecs.open(abs_path, mode, config.get("encoding", "stock"))
"/usr/lib/python2.7/codecs.py", line 878, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 20] Not a directory: '/var/lib/radicale/collections/calendars/joe/joe.ics.props'
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 168, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 751, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://video.wikia.com/wiki/
:Star_Trek_Original_Series_Doesn%27t_Make_Sense; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update.
| 0.181988 |
Traceback (most recent call last):
"VideoWidget_vlc.py", line 882, in setMedia
TypeError: 'method' object is not connected
|
Traceback (most recent call last):
"/home/pal/.local/bin/sentinelsat", line 11, in <module>
load_entry_point('sentinelsat==0.13', 'console_scripts', 'sentinelsat')()
"/home/user/.local/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/user/.local/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/user/.local/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/user/.local/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/user/.local/lib/python3.6/site-packages/sentinelsat/scripts/cli.py", line 168, in cli
product_infos, triggered, failed_downloads = api.download_all(products, path)
"/home/user/.local/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 690, in download_all
raise next(iter(x.exception() for x in dl_tasks if x.exception()))
"/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/home/user/.local/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 761, in _download_online_retry
if self.is_online(product_info['id']):
"/home/user/.local/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 457, in is_online
raise SentinelAPIError('Could not verify whether product {} is online'.format(id), r)
sentinelsat.sentinel.SentinelAPIError: HTTP status 404 Not Found: Could not verify whether product 4c6186dd-f89e-4164-86bb-b597a478821a is online
| 0.222893 |
[CRITICAL] Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/minion.py", line 792, in tune_in
multiprocessing.active_children()
"/usr/lib64/python2.6/multiprocessing/process.py", line 43, in active_children
_cleanup()
"/usr/lib64/python2.6/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
"/usr/lib64/python2.6/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)OSError: [Errno 10] No child processes
|
Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 231, in run_callback
expr()
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 252, in <lambda>
run_callback('on_load', callback, lambda: callback.on_load(v))
"/Users/divinites/Library/Application Support/Sublime Text 3/Packages/Anaconda/listeners/linting.py", line 76, in on_load
self.run_linter(view)
"/Users/divinites/Library/Application Support/Sublime Text 3/Packages/Anaconda/anaconda_lib/linting/sublime.py", line 344, in run_linter
Worker().execute(Callback(on_success=parse_results), **data)
"/Users/divinites/Library/Application Support/Sublime Text 3/Packages/Anaconda/anaconda_lib/worker.py", line 447, in execute
worker.start()
"/Users/divinites/Library/Application Support/Sublime Text 3/Packages/Anaconda/anaconda_lib/worker.py", line 198, in start
python_interpreter,UnboundLocalError: local variable 'python_interpreter' referenced before assignment
| 0.26681 |
Traceback (most recent call last):
"c:\anaconda2\lib\site-packages\wormhole\cli\cli.py", line 99, in _dispatch_command
yield maybeDeferred(command)ConnectionRefusedError: Connection was refused by other side: 10061: No connection could be made because the target machine actively refused it..
|
Traceback (most recent call last):
"/usr/lib/python3.6/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
"/usr/lib/python3.6/asyncio/futures.py", line 419, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
"/usr/lib/python3.6/asyncio/base_events.py", line 620, in call_soon_threadsafe
self._check_closed()
"/usr/lib/python3.6/asyncio/base_events.py", line 357, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
| 0.183173 |
Traceback (most recent call last):
"test.py", line 29, in <module>
inserted = client.write_points(df, 'TEST', tag_columns = ['tag1','tag2','tag3'] , field_columns = ['val1', 'val2'])
"/opt/conda/lib/python3.7/site-packages/influxdb/_dataframe_client.py", line 138, in write_points
protocol=protocol)
"/opt/conda/lib/python3.7/site-packages/influxdb/client.py", line 490, in write_points
tags=tags, protocol=protocol)
"/opt/conda/lib/python3.7/site-packages/influxdb/client.py", line 551, in _write_points
protocol=protocol
"/opt/conda/lib/python3.7/site-packages/influxdb/client.py", line 327, in write
headers=headers
"/opt/conda/lib/python3.7/site-packages/influxdb/client.py", line 286, in request
raise InfluxDBClientError(response.content, response.status_code)
influxdb.exceptions.InfluxDBClientError: 400: {"error":"partial write: unable to parse 'TEST,tag1=a7,tag2=b7,tag3=c7 ,val2=70i 1561467310365975040': invalid field format dropped=0"}
|
Traceback (most recent call last):
"bug.py", line 14, in <module>
learner.train(features, labels)
"/Users/b/.pythonbrew/pythons/Python-2.7/lib/python2.7/site-packages/milk/supervised/multi.py", line 120, in train
model = self.base.train(features[idxs], (labels[idxs]==i).astype(int), **child_kwargs)
"/Users/b/.pythonbrew/pythons/Python-2.7/lib/python2.7/site-packages/milk/supervised/adaboost.py", line 86, in train
H,A = _adaboost(features, labels, self.base, self.max_iters)
"/Users/b/.pythonbrew/pythons/Python-2.7/lib/python2.7/site-packages/milk/supervised/adaboost.py", line 39, in _adaboost
train_out = names[train_out]ValueError: too many boolean indices
| 0.227411 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/site-packages/statsmodels/base/wrapper.py", line 41, in __getattribute__
obj = data.wrap_output(obj, how=how)
"/usr/local/lib/python2.7/site-packages/statsmodels/base/data.py", line 411, in wrap_output
return self.attach_cov(obj)
"/usr/local/lib/python2.7/site-packages/statsmodels/base/data.py", line 531, in attach_cov
columns=self.param_names)
"/usr/local/lib/python2.7/site-packages/pandas/core/frame.py", line 361, in __init__
copy=copy)
"/usr/local/lib/python2.7/site-packages/pandas/core/frame.py", line 533, in _init_ndarray
return create_block_manager_from_blocks([values], [columns, index])
"/usr/local/lib/python2.7/site-packages/pandas/core/internals.py", line 4631, in create_block_manager_from_blocks
construction_error(tot_items, blocks[0].shape[1:], axes, e)
"/usr/local/lib/python2.7/site-packages/pandas/core/internals.py", line 4608, in construction_error
passed, implied))
ValueError: Shape of passed values is (30, 30), indices imply (10, 10)
|
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_5EnQ71/ansible_module_ios_config.py\", line 363, in <module>\n
main()\n
\"/tmp/ansible_5EnQ71/ansible_module_ios_config.py\", line 350, in main\n
result['__backup__'] = module.config.get_config()\n
\"/tmp/ansible_5EnQ71/ansible_modlib.zip/ansible/module_utils/network.py\", line 125, in config\n
\"/tmp/ansible_5EnQ71/ansible_modlib.zip/ansible/module_utils/network.py\", line 147, in connect\n
\"/tmp/ansible_5EnQ71/ansible_modlib.zip/ansible/module_utils/ios.py\", line 180, in connect\n
\"/tmp/ansible_5EnQ71/ansible_modlib.zip/ansible/module_utils/shell.py\", line 228, in connect\n
\"/tmp/ansible_5EnQ71/ansible_modlib.zip/ansible/module_utils/shell.py\", line 82, in open\n
\"{details clipped}ansible/lib/paramiko/client.py\", line 173, in load_host_keys\n
self._host_keys.load(filename)\n
\"{details clipped}ansible/lib/paramiko/hostkeys.py\", line 155, in load\n
e = HostKeyEntry.from_line(line)\n
\"{details clipped}/ansible/lib/paramiko/hostkeys.py\", line 67, in from_line\n
key = RSAKey(data=base64.decodestring(key))\n
\"/usr/lib64/python2.6/base64.py\", line 321, in decodestring\n
return binascii.a2b_base64(s)\nbinascii.Error: Incorrect padding\n",
"module_stdout": "",
| 0.22782 |
Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\youtube.py", line 1212, in _decrypt_signature
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\youtube.py", line 1121, in _extract_signature_function
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\youtube.py", line 1184, in _parse_sig_js
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\common.py", line 972, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.257093 |
MANUAL :: [5a9a634] Failed doing webui callback: Traceback (most recent call last):
"/sickrage/sickbeard/webserve.py", line 288, in async_call
result = function(**kwargs)TypeError: robots_txt() got an unexpected keyword argument '1527860419046'
|
Traceback (most recent call last):
"/usr/local/bin/mmconvert", line 10, in <module>
sys.exit(_main())
"/usr/local/lib/python2.7/dist-packages/mmdnn/conversion/_script/convert.py", line 102, in _main
ret = convertToIR._convert(ir_args)
"/usr/local/lib/python2.7/dist-packages/mmdnn/conversion/_script/convertToIR.py", line 66, in _convert
parser = TensorflowParser(args.network, args.weights, args.dstNodeName, inputshape[0], args.inNodeName)
"/usr/local/lib/python2.7/dist-packages/mmdnn/conversion/tensorflow/tensorflow_parser.py", line 189, in __init__
model = TensorflowParser._load_meta(meta_file)
"/usr/local/lib/python2.7/dist-packages/mmdnn/conversion/tensorflow/tensorflow_parser.py", line 84, in _load_meta
load_protobuf_from_file(meta_graph, model_network_path)
"/usr/local/lib/python2.7/dist-packages/mmdnn/conversion/common/IR/IR_graph.py", line 31, in load_protobuf_from_file
raise IOError("Cannot parse file %s: %s." % (filename, str(e)))
IOError: Cannot parse file /home/cui/PycharmProjects/Tensorflow-TCDCN/pretrained/utf8.pb: 2:2 : Message type "tensorflow.MetaGraphDef" has no field named "Placeholder"..
| 0.266803 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3021, in _dep_map
return self.__dep_map
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2815, in __getattr__
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
|
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 507, in spawn_worker
worker.init_process()
"/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py", line 193, in init_process
super(GeventWorker, self).init_process()
"/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 114, in init_process
self.wsgi = self.app.wsgi()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 66, in wsgi
self.callable = self.load()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 65, in load
return self.load_wsgiapp()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
return util.import_app(self.app_uri)
"/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 356, in import_app
__import__(module)
"/usr/local/lib/python2.7/dist-packages/docker_registry/wsgi.py", line 19, in <module>
from .app import app
# noqa
"/usr/local/lib/python2.7/dist-packages/docker_registry/app.py", line 22, in <module>
from .lib import mirroring
# noqa
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/mirroring.py", line 11, in <module>
from . import cache
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/cache.py", line 60, in <module>
init()
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/cache.py", line 20, in init
enable_redis_cache(cfg.cache, cfg.storage_path)
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/cache.py", line 36, in enable_redis_cache
port=int(cache.port),TypeError: int() argument must be a string or a number, not 'NoneType'
| 0.29702 |
Traceback (most recent call last):
"/usr/lib/python3.8/shutil.py", line 788, in move
os.rename(src, real_dst)
OSError: [Errno 18] Invalid cross-device link: '/opt/media/import/document10142021.pdf' -> '/tmp/tmpl4dqqcw5/document10142021.pdf'
|
Traceback (most recent call last):
"./faster_rcnn/train_net.py", line 109, in <module>
restore=bool(float(args.restore)))
"./faster_rcnn/../lib/fast_rcnn/train.py", line 400, in train_net
sw.train_model(sess, max_iters, restore=restore)
"./faster_rcnn/../lib/fast_rcnn/train.py", line 255, in train_model
cls_prob, bbox_pred, rois =
sess.run(fetches=fetch_list, feed_dict=feed_dict)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 895, in run
run_metadata_ptr)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1124, in _run
feed_dict_tensor, options, run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1321, in _do_run
options, run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1340, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [1,35,63,36] vs. [300,116]
| 0.272779 |
Nov 20 10:30:21.321 - [ERROR] Except stack:Traceback (most recent call last):
"C:\XX-Net-3.8.1\XX-Net-3.8.1\code\default\gae_proxy\local\google_ip.py", line 625, in scan_ip_worker ip = google_ip_range.ip_range.get_ip()
"C:\XX-Net-3.8.1\XX-Net-3.8.1\code\default\gae_proxy\local\google_ip_range.py", line 208, in get_ip return self.get_ipv4()
"C:\XX-Net-3.8.1\XX-Net-3.8.1\code\default\gae_proxy\local\google_ip_range.py", line 212, in get_ipv4 index = random.randint(0, len(self.ip_range_list) - 1)
"C:\XX-Net-3.8.1\XX-Net-3.8.1\code\default\python27\1.0\lib\random.py", line 242, in randint return self.randrange(a, b+1)
"C:\XX-Net-3.8.1\XX-Net-3.8.1\code\default\python27\1.0\lib\random.py", line 218, in randrange raise ValueError, "empty range for randrange() (%d,%d, %d)" % (istart, istop, width) ValueError: empty range for randrange() (0,0, 0)
|
WARNING: Writing cache to u'/home/chunhao/.cache/youtube-dl/youtube-sigfuncs/js_mVwz_86.json' failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 369, in _extract_signature_function
cache_res = res(test_string)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 530, in <lambda>
return lambda s: initial_function([s])
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 525, in resf
res = interpret_statement(stmt, local_vars)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 460, in interpret_statement
v = interpret_expression(expr, local_vars, allow_recursion)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 513, in interpret_expression
raise ExtractorError(u'Unsupported JS expression %r' % expr)ExtractorError: Unsupported JS expression u'$y(a,7)'; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update.
| 0.23931 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, s
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 792, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 855, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)ExtractorError: Could not find JS function u'gr'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
|
Traceback (most recent call last):
"/usr/local/bin/bigchaindb", line 11, in <module>
load_entry_point('BigchainDB==1.0.1', 'console_scripts', 'bigchaindb')()
"/usr/local/lib/python3.5/dist-packages/bigchaindb/commands/bigchaindb.py", line 348, in main
utils.start(create_parser(), sys.argv[1:], globals())
"/usr/local/lib/python3.5/dist-packages/bigchaindb/commands/utils.py", line 204, in start
return func(args)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/commands/utils.py", line 49, in configure
command(args)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/commands/utils.py", line 76, in start_logging
command(args)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/commands/bigchaindb.py", line 199, in run_start
_run_init()
"/usr/local/lib/python3.5/dist-packages/bigchaindb/commands/bigchaindb.py", line 138, in _run_init
schema.init_database(connection=b.connection)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/schema.py", line 99, in init_database
create_database(connection, dbname)
"/usr/lib/python3.5/functools.py", line 743, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/mongodb/schema.py", line 19, in create_database
if dbname in conn.conn.database_names():
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/connection.py", line 122, in conn
self.connect()
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/connection.py", line 153, in connect
self._conn = self._connect()
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/mongodb/connection.py", line 101, in _connect
self.crlfile)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/mongodb/connection.py", line 198, in initialize_replica_set
_check_replica_set(conn)
"/usr/local/lib/python3.5/dist-packages/bigchaindb/backend/mongodb/connection.py", line 238, in _check_replica_set
raise ConfigurationError('mongod was not started with'
bigchaindb.common.exceptions.ConfigurationError: mongod was not started with the replSet option.
| 0.228871 |
Traceback (most recent call last):
"/home/buildslave/nd-bb-slave-sparc-sid/pandas-py3_x-sid-sparc/build/venv/lib/python3.3/site-packages/pandas-0.13.0rc1_124_g8cd34c6-py3.3-linux-sparc64.egg/pandas/tseries/tests/test_timedeltas.py", line 204, in test_to_timedelta_on_missing_values
expected = Series([np.timedelta64(1000000000, 'ns'), timedelta_NaT], dtype='<m8[ns]')
"/home/buildslave/nd-bb-slave-sparc-sid/pandas-py3_x-sid-sparc/build/venv/lib/python3.3/site-packages/pandas-0.13.0rc1_124_g8cd34c6-py3.3-linux-sparc64.egg/pandas/core/series.py", line 218, in __init__
raise_cast_failure=True)
"/home/buildslave/nd-bb-slave-sparc-sid/pandas-py3_x-sid-sparc/build/venv/lib/python3.3/site-packages/pandas-0.13.0rc1_124_g8cd34c6-py3.3-linux-sparc64.egg/pandas/core/series.py", line 2542, in _sanitize_array
subarr = _try_cast(data, False)
"/home/buildslave/nd-bb-slave-sparc-sid/pandas-py3_x-sid-sparc/build/venv/lib/python3.3/site-packages/pandas-0.13.0rc1_124_g8cd34c6-py3.3-linux-sparc64.egg/pandas/core/series.py", line 2503, in _try_cast
arr = _possibly_cast_to_datetime(arr, dtype)
"/home/buildslave/nd-bb-slave-sparc-sid/pandas-py3_x-sid-sparc/build/venv/lib/python3.3/site-packages/pandas-0.13.0rc1_124_g8cd34c6-py3.3-linux-sparc64.egg/pandas/core/common.py", line 1579, in _possibly_cast_to_datetime
"cannot convert timedeltalike to dtype [%s]" % dtype)TypeError: cannot convert timedeltalike to dtype [<m8[ns]]
|
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/weasyprint/urls.py", line 287, in fetch
result = url_fetcher(url)
"/usr/local/lib/python3.4/dist-packages/weasyprint/urls.py", line 252, in default_url_fetcher
response = urlopen(Request(url, headers=HTTP_HEADERS))
"/usr/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
"/usr/lib/python3.4/urllib/request.py", line 455, in open
response = self._open(req, data)
"/usr/lib/python3.4/urllib/request.py", line 473, in _open
'_open', req)
"/usr/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(*args)
"/usr/lib/python3.4/urllib/request.py", line 1202, in http_open
return self.do_open(http.client.HTTPConnection, req)
"/usr/lib/python3.4/urllib/request.py", line 1176, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
| 0.264654 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/chris/arrow/arrow/api.py", line 80, in get
return _factory.get(*args, **kwargs)
"/home/chris/arrow/arrow/factory.py", line 228, in get
raise TypeError("Cannot parse argument of type None.")
TypeError: Cannot parse argument of type None.
|
Traceback (most recent call last):
"/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 222, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 125, in show_sqlmap_log
log_req = requests.get(running_log_url)
"/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 473, in send
raise ConnectionError(err, request=request)ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
| 0.288804 |
Traceback (most recent call last):
"/usr/local/bin/overviewer.py", line 493, in <module>
ret = main()
"/usr/local/bin/overviewer.py", line 426, in main
tset = tileset.TileSet(rset, assetMrg, tex, tileSetOpts, tileset_dir)TypeError: **init**() takes exactly 7 arguments (6 given)
|
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/elastalert-0.2.1-py3.6.egg/elastalert/elastalert.py", line 383, in get_hits
**extra_args
"/usr/local/lib/python3.6/dist-packages/elasticsearch-7.0.4-py3.6.egg/elasticsearch/client/utils.py", line 84, in _wrapped
return func(*args, params=params, **kwargs)
"/usr/local/lib/python3.6/dist-packages/elasticsearch-7.0.4-py3.6.egg/elasticsearch/client/__init__.py", line 819, in search
"GET", _make_path(index, "_search"), params=params, body=body
"/usr/local/lib/python3.6/dist-packages/elasticsearch-7.0.4-py3.6.egg/elasticsearch/transport.py", line 350, in perform_request
timeout=timeout,
"/usr/local/lib/python3.6/dist-packages/elasticsearch-7.0.4-py3.6.egg/elasticsearch/connection/http_requests.py", line 156, in perform_request
self._raise_error(response.status_code, raw_data)
"/usr/local/lib/python3.6/dist-packages/elasticsearch-7.0.4-py3.6.egg/elasticsearch/connection/base.py", line 181, in _raise_error
status_code, error_message, additional_info
elasticsearch.exceptions.TransportError: TransportError(429, 'circuit_breaking_exception', '[parent] Data too large, data for [<http_request>] would be [1442490142/1.3gb], which is larger than the limit of [1394606080/1.2gb], real usage: [1442489056/1.3gb], new bytes reserved: [1086/1kb]')
| 0.242685 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/app/parser/__init__.py", line 5, in main
receipt_files = get_files_in_folder(config.receipts_path)
"/app/parser/parse.py", line 57, in get_files_in_folder
files = os.listdir(os.path.join(BASE_PATH,folder))
# list content of folder
NotFoundError: [Errno 2] No such file or directory: '/app/data/txt'
|
Traceback (most recent call last):
"/opt/develop/lib/python3.3/site-packages/ipython-1.1.0-py3.3.egg/IPython/core/interactiveshell.py", line 2828, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-7-a72839a0fd41>", line 1, in <module>
savefig('/tmp/тест.eps')
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/pyplot.py", line 561, in savefig
return fig.savefig(_args, *_kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/figure.py", line 1411, in savefig
self.canvas.print_figure(_args, *_kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backends/backend_qt4agg.py", line 161, in print_figure
FigureCanvasAgg.print_figure(self, _args, *_kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backend_bases.py", line 2220, in print_figure
*_kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backend_bases.py", line 1947, in print_eps
return ps.print_eps(_args, *_kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backends/backend_ps.py", line 979, in print_eps
return self._print_ps(outfile, 'eps', *args, *_kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backends/backend_ps.py", line 1007, in _print_ps
**kwargs)
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backends/backend_ps.py", line 1199, in _print_figure
print_figure_impl()
"/opt/develop/lib/python3.3/site-packages/matplotlib-1.4.x-py3.3-linux-x86_64.egg/matplotlib/backends/backend_ps.py", line 1117, in print_figure_impl
if title: print("%%Title: "+title, file=fh)UnicodeEncodeError: 'ascii' codec can't encode characters in position 14-17: ordinal not in range(128)
| 0.190769 |
Traceback (most recent call last):
"c:\Users\2\AppData\Local\Programs\Python\Python35-32\Lib\asyncio\tasks.py", line 239, in _step
result = coro.send(None)
"C:\prj\paintman\paintman\socket\async_socket_server.py", line 63, in process_queue
commands = await async_read_server_command_chunk()
"C:\prj\paintman\paintman\socket\redis_protocol.py", line 89, in async_read_server_command_chunk
res = await p.execute()
"C:\prj\paintman\env\lib\site-packages\aredis\pipeline.py", line 286, in execute
return await exec(conn, stack, raise_on_error)
"C:\prj\paintman\env\lib\site-packages\aredis\pipeline.py", line 203, in _execute_transaction
if isinstance(response, typing.Awaitable):
AttributeError: module 'typing' has no attribute 'Awaitable'
|
Traceback (most recent call last):
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract
raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info')
youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; 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.283661 |
Traceback (most recent call last):
"/home/grossmj/PycharmProjects/gns3-gui/gns3/utils/progress_dialog.py", line 74, in __del__
self._cleanup()
"/home/grossmj/PycharmProjects/gns3-gui/gns3/utils/progress_dialog.py", line 80, in _cleanup
if self._thread.isRunning():RuntimeError: wrapped C/C++ object of type QThread has been deleted
|
Traceback (most recent call last):
"/home/sully/src/e/edgedb/edb/pgsql/compiler/__init__.py", line 86, in compile_ir_to_sql_tree
qtree = dispatch.compile(ir_expr, ctx=ctx)
"/usr/lib/python3.8/functools.py", line 875, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 60, in compile_Set
_compile_set_impl(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 118, in _compile_set_impl
_compile_set(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 599, in _compile_set
relgen.get_set_rvar(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/relgen.py", line 136, in get_set_rvar
return _process_toplevel_query(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/relgen.py", line 220, in _process_toplevel_query
rvars = _get_set_rvar(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/relgen.py", line 233, in _get_set_rvar
rvars = process_set_as_subquery(ir_set, stmt, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/relgen.py", line 1101, in process_set_as_subquery
dispatch.visit(ir_set.expr, ctx=newctx)
"/usr/lib/python3.8/functools.py", line 875, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/dispatch.py", line 44, in visit
compile(ir, ctx=ctx)
"/usr/lib/python3.8/functools.py", line 875, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/stmt.py", line 85, in compile_SelectStmt
outvar = clauses.compile_output(stmt.result, ctx=ictx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/clauses.py", line 176, in compile_output
dispatch.visit(ir_set, ctx=newctx)
"/usr/lib/python3.8/functools.py", line 875, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 85, in visit_Set
_compile_set_impl(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 114, in _compile_set_impl
_compile_set(ir_set, ctx=scopectx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 603, in _compile_set
_compile_shape(
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 614, in _compile_shape
result = shapecomp.compile_shape(ir_set, shape, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/shapecomp.py", line 75, in compile_shape
wrapper = relgen.set_as_subquery(
"/home/sully/src/e/edgedb/edb/pgsql/compiler/relgen.py", line 330, in set_as_subquery
dispatch.visit(ir_set, ctx=subctx)
"/usr/lib/python3.8/functools.py", line 875, in wrapper
return dispatch(args[0].__class__)(*args, **kw)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 85, in visit_Set
_compile_set_impl(ir_set, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 114, in _compile_set_impl
_compile_set(ir_set, ctx=scopectx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 603, in _compile_set
_compile_shape(
"/home/sully/src/e/edgedb/edb/pgsql/compiler/expr.py", line 614, in _compile_shape
result = shapecomp.compile_shape(ir_set, shape, ctx=ctx)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/shapecomp.py", line 75, in compile_shape
wrapper = relgen.set_as_subquery(
"/home/sully/src/e/edgedb/edb/pgsql/compiler/relgen.py", line 335, in set_as_subquery
pathctx.get_path_serialized_output(
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 1034, in get_path_serialized_output
ref = get_path_serialized_or_value_var(rel, path_id, env=env)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 1017, in get_path_serialized_or_value_var
ref = get_path_value_var(rel, path_id, env=env)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 382, in get_path_value_var
return get_path_var(rel, path_id, aspect='value', env=env)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 328, in get_path_var
outvar = get_path_output(
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 852, in get_path_output
return _get_path_output(rel, path_id=path_id, aspect=aspect,
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 896, in _get_path_output
ref = get_path_var(rel, path_id, aspect=aspect, env=env)
"/home/sully/src/e/edgedb/edb/pgsql/compiler/pathctx.py", line 215, in get_path_var
raise LookupError(
LookupError: cannot find refs for path (__derived__::expr~21).>subordinates[IS test::Subordinate]@comment[IS std::str] value in <pg.SelectStmt at 0x7fa636151c40>
| 0.323222 |
Traceback (most recent call last):
"crawler.py", line 83, in <module>
args.username, args.number, args.mode == "posts_full", args.debug
"crawler.py", line 27, in get_posts_by_user
ins_crawler = InsCrawler(has_screen=debug)
"C:\Users\kurys\IdeaProjects\myprojects\instagram-crawler-master\inscrawler\crawler.py", line 70, in __init__
self.login()
"C:\Users\kurys\IdeaProjects\myprojects\instagram-crawler-master\inscrawler\crawler.py", line 82, in login
u_input.send_keys(secret.username)
AttributeError: 'NoneType' object has no attribute 'send_keys'
|
Traceback (most recent call last):
"C:\Users\master.AndroidStudio1.4\system\tmp\lcast50666631302600571711.50922", line 634, in
pnlist = [package_name_fromapk(i,sdkdir) for i in projlist]
"C:\Users\master.AndroidStudio1.4\system\tmp\lcast50666631302600571711.50922", line 634, in
pnlist = [package_name_fromapk(i,sdkdir) for i in projlist]
"C:\Users\master.AndroidStudio1.4\system\tmp\lcast50666631302600571711.50922", line 192, in package_name_fromapk aaptpath = get_aapt(sdkdir)
"C:\Users\master.AndroidStudio1.4\system\tmp\lcast50666631302600571711.50922", line 423, in get_aapt if LooseVersion(pn) > minv:
"C:\Python34\lib\distutils\version.py", line 70, in **gt** c = self._cmp(other)
"C:\Python34\lib\distutils\version.py", line 343, in _cmp if self.version other.version: TypeError: unorderable types: str() int()
| 0.261644 |
Traceback (most recent call last):
"/config/deps/lib/python3.7/site-packages/switchbot/__init__.py", line 35, in _connect
bluepy.btle.ADDR_TYPE_RANDOM)
"/config/deps/lib/python3.7/site-packages/bluepy/btle.py", line 391, in __init__
self._connect(deviceAddr, addrType, iface)
"/config/deps/lib/python3.7/site-packages/bluepy/btle.py", line 439, in _connect
raise BTLEDisconnectError("Failed to connect to peripheral %s, addr type: %s" % (addr, addrType), rsp)
bluepy.btle.BTLEDisconnectError: Failed to connect to peripheral d7:2e:95:d5:29:38, addr type: random
|
Traceback (most recent call last):
"tools/train_net.py", line 186, in <module>
main()
"tools/train_net.py", line 179, in main
model = train(cfg, args.local_rank, args.distributed)
"tools/train_net.py", line 72, in train
start_iter=arguments["iteration"],
"f:\maskrcnn-benchmark\maskrcnn_benchmark\data\build.py", line 160, in make_data_loader
dataset, sampler, aspect_grouping, images_per_gpu, num_iters, start_iter
"f:\maskrcnn-benchmark\maskrcnn_benchmark\data\build.py", line 91, in make_batch_data_sampler
aspect_ratios = _compute_aspect_ratios(dataset)
"f:\maskrcnn-benchmark\maskrcnn_benchmark\data\build.py", line 80, in _compute_aspect_ratios
aspect_ratio = float(img_info["height"]) / float(img_info["width"])
ZeroDivisionError: float division by zero
| 0.137607 |
Traceback (most recent call last):
"/opt/medusa/<a href="../blob/7597778ce0c19be4af039877127342eba7e4c316/medusa/show_queue.py#L690">medusa/show_queue.py</a>", line 690, in run
self.show.populate_cache()
"/opt/medusa/<a href="../blob/7597778ce0c19be4af039877127342eba7e4c316/medusa/tv/series.py#L1717">medusa/tv/series.py</a>", line 1717, in populate_cache
image_cache.fill_cache(self)
"/opt/medusa/<a href="../blob/7597778ce0c19be4af039877127342eba7e4c316/medusa/image_cache.py#L307">medusa/image_cache.py</a>", line 307, in fill_cache
file_type = which_type(filename)
"/opt/medusa/<a href="../blob/7597778ce0c19be4af039877127342eba7e4c316/medusa/image_cache.py#L139">medusa/image_cache.py</a>", line 139, in which_type
image_dimension = get_image_size(path)
"/opt/medusa/<a href="../blob/7597778ce0c19be4af039877127342eba7e4c316/medusa/helpers/__init__.py#L1566">medusa/helpers/__init__.py</a>", line 1566, in get_image_size
return struct.unpack('>HH', f.read(4))TypeError: Struct() argument 1 must be string, not unicode
|
Traceback (most recent call last):
"/Users/jche11/anaconda/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2862, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-2-1a0b0bf45d07>", line 2, in <module>
wb.download(indicator='SP.POP.TOTL', country='WLD', start=1800, end=2100)
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/wb.py", line 379, in download
**kwargs).read()
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/wb.py", line 163, in read
return self._read()
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/wb.py", line 172, in _read
df = self._read_one_data(self.url + indicator, self.params)
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/base.py", line 81, in _read_one_data
out = self._get_response(url, params=params).json()
"/Users/jche11/anaconda/lib/python3.6/site-packages/pandas_datareader/base.py", line 139, in _get_response
raise RemoteDataError('Unable to read URL: {0}'.format(url))
pandas_datareader._utils.RemoteDataError: Unable to read URL: http://api.worldbank.org/countries/WLD/indicators/SP.POP.TOTL?date=1800%3A2100&per_page=25000&format=json
| 0.281777 |
```Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/smarlow/projects/venvs/mashold/lib64/python3.8/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
"/home/user/projects/venvs/env/lib64/python3.8/site-packages/googleapiclient/errors.py", line 46, in __init__
self._get_reason()
"/home/user/projects/venvs/env/lib64/python3.8/site-packages/googleapiclient/errors.py", line 55, in _get_reason
reason = self.resp.reason
AttributeError: 'str' object has no attribute 'reason'
|
Traceback (most recent call last):
"athena/decode_main.py", line 87, in <module>
decode(jsonfile, n=5, log_file='nohup.out')
"athena/decode_main.py", line 65, in decode
v = tf.reduce_mean(tf.concat(v,axis=0),axis=0)
"/8T_raid/user/venv_athena/lib/python3.5/site-packages/tensorflow_core/python/util/dispatch.py", line 180, in wrapper
return target(*args, **kwargs)
"/8T_raid/user/venv_athena/lib/python3.5/site-packages/tensorflow_core/python/ops/array_ops.py", line 1431, in concat
return gen_array_ops.concat_v2(values=values, axis=axis, name=name)
"/8T_raid/user/venv_athena/lib/python3.5/site-packages/tensorflow_core/python/ops/gen_array_ops.py", line 1249, in concat_v2
_six.raise_from(_core._status_to_exception(e.code, message), None)
"<string>", line 3, in raise_from
tensorflow.python.framework.errors_impl.InvalidArgumentError: OpKernel 'ConcatV2' has constraint on attr 'T' not in
| 0.320209 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature
video_id, player_url, len(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update.
|
Traceback (most recent call last):
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/error_handler.py", line 54, in error_handler
yield
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/main.py", line 351, in main
args=args.rest[1:],
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/commands/hook_impl.py", line 180, in hook_impl
return retv | run(config, store, ns)
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/commands/run.py", line 337, in run
install_hook_envs(hooks, store)
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/repository.py", line 200, in install_hook_envs
_hook_install(hook)
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/repository.py", line 83, in _hook_install
hook.prefix, hook.language_version, hook.additional_dependencies,
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/languages/node.py", line 75, in install_environment
cmd_output_b(*cmd)
"/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/lib/python3.7/site-packages/pre_commit/util.py", line 140, in cmd_output_b
raise CalledProcessError(returncode, cmd, retcode, stdout_b, stderr_b)
pre_commit.util.CalledProcessError: command: ('/Users/yngve/.local/share/virtualenvs/entrepedia-lgvwzfOB/bin/python3.7', '-mnodeenv', '--prebuilt', '--clean-src', '/Users/yngve/.cache/pre-commit/repo4tbfp50l/node_env-default')
| 0.24601 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 597, in real_scan_start
helpers.coreWrap(self.w3af.plugins.init_plugins)
"/usr/share/w3af/w3af/core/ui/gui/helpers.py", line 205, in __call__
return func(*args, **kwargs)
"/usr/share/w3af/w3af/core/controllers/core_helpers/plugins.py", line 85, in init_plugins
self.plugin_factory()
"/usr/share/w3af/w3af/core/controllers/core_helpers/plugins.py", line 358, in plugin_factory
self.order_plugins()
"/usr/share/w3af/w3af/core/controllers/core_helpers/plugins.py", line 325, in order_plugins
plugin_type].index(plugin_name)ValueError: 'detect_reverse_proxy' is not in list
|
Traceback (most recent call last):
"/usr/lib64/python3.4/wsgiref/handlers.py", line 138, in run
self.finish_response()
"/usr/lib64/python3.4/wsgiref/handlers.py", line 180, in finish_response
self.write(data)
"/usr/lib64/python3.4/wsgiref/handlers.py", line 274, in write
self.send_headers()
"/usr/lib64/python3.4/wsgiref/handlers.py", line 332, in send_headers
self.send_preamble()
"/usr/lib64/python3.4/wsgiref/handlers.py", line 255, in send_preamble
('Date: %s\r\n' % format_date_time(time.time())).encode('iso-8859-1')
"/usr/lib64/python3.4/wsgiref/handlers.py", line 453, in _write
self.stdout.write(data)
"/usr/lib64/python3.4/socket.py", line 391, in write
return self._sock.send(b)BrokenPipeError: [Errno 32] Broken pipe
| 0.258875 |
Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main
gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable
|
Traceback (most recent call last):
"/usr/local/bin/plasma", line 11, in <module>
load_entry_point('plasma==1.0', 'console_scripts', 'plasma')()
"/usr/local/lib/python3.5/dist-packages/plasma-1.0-py3.5-linux-x86_64.egg/plasma/main.py", line 35, in console_entry
if not gctx.load_file():
"/usr/local/lib/python3.5/dist-packages/plasma-1.0-py3.5-linux-x86_64.egg/plasma/lib/__init__.py", line 217, in load_file
self.libarch = dis.load_arch_module()
"/usr/local/lib/python3.5/dist-packages/plasma-1.0-py3.5-linux-x86_64.egg/plasma/lib/disassembler.py", line 208, in load_arch_module
import plasma.lib.arch.x86 as ARCH
"/usr/local/lib/python3.5/dist-packages/plasma-1.0-py3.5-linux-x86_64.egg/plasma/lib/arch/x86/__init__.py", line 1, in <module>
import plasma.lib.arch.x86.output
"/usr/local/lib/python3.5/dist-packages/plasma-1.0-py3.5-linux-x86_64.egg/plasma/lib/arch/x86/output.py", line 20, in <module>
from capstone.x86 import (X86_INS_ADD, X86_INS_AND, X86_INS_CMP, X86_INS_DEC,
ImportError: cannot import name 'X86_OP_FP'
| 0.184329 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
|
[EE] Traceback (most recent call last):
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1246, in _execute_context
cursor, statement, parameters, context
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 588, in do_execute
cursor.execute(statement, parameters)
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/cursors.py", line 170, in execute
result = self._query(query)
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/cursors.py", line 328, in _query
conn.query(q)
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/connections.py", line 517, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/connections.py", line 732, in _read_query_result
result.read()
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/connections.py", line 1075, in read
first_packet = self.connection._read_packet()
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/connections.py", line 684, in _read_packet
packet.check_error()
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/protocol.py", line 220, in check_error
err.raise_mysql_exception(self._data)
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.InternalError: (1248, 'Every derived table must have its own alias')
| 0.302437 |
Traceback (most recent call last):
"/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
"/usr/local/lib/python2.7/dist-packages/tensorpack/dataflow/parallel.py", line 163, in run
for dp in self.ds:
"/usr/local/lib/python2.7/dist-packages/tensorpack/dataflow/common.py", line 116, in __iter__
for data in self.ds:
"/content/drive/app/deep-voice-conversion-master/data_load.py", line 34, in get_data
wav_file = random.choice(self.wav_files)
"/usr/lib/python2.7/random.py", line 277, in choice
return seq[int(self.random() * len(seq))]
# raises IndexError if seq is empty
IndexError: list index out of range
|
Traceback (most recent call last):
"./run", line 54, in <module>
import utils
"/opt/congress/tasks/utils.py", line 15, in <module>
import scrapelib
ImportError: No module named scrapelib
| 0.276027 |
Traceback (most recent call last):
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-23-e547cb7c64fb>", line 1, in <module>
from keras.preprocessing.sequence import pad_sequences
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\keras\__init__.py", line 3, in <module>
from . import utils
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
from . import conv_utils
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
from .. import backend as K
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
from .load_backend import epsilon
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
from .tensorflow_backend import *
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in <module>
from tensorflow.python.eager import context
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\eager\context.py", line 29, in <module>
from tensorflow.core.protobuf import config_pb2
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
module = self._load()
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow\__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
"C:\Users\91901\anaconda3\envs\tf_1\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\__init__.py", line 42, in <module>
from . _api.v2 import audio
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\_api\v2\audio\__init__.py", line 10, in <module>
from tensorflow.python.ops.gen_audio_ops import decode_wav
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in <module>
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
module = self._load()
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow\__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
"C:\Users\91901\anaconda3\envs\tf_1\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
|
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/salt/utils/vt.py", line 203, in __init__
self._spawn()
"/usr/local/lib/python2.7/site-packages/salt/utils/vt.py", line 394, in _spawn
self.pid, self.child_fd, self.child_fde = self.__fork_ptys()
"/usr/local/lib/python2.7/site-packages/salt/utils/vt.py", line 525, in __fork_ptys
tty_fd = os.open('/dev/tty', os.O_WRONLY)OSError: [Errno 6] Device not configured: '/dev/tty'
| 0.255307 |
Traceback (most recent call last):
"miya.py", line 30, in <module>
rtm_client.start()
"/home/john/.local/lib/python3.6/site-packages/slack/rtm/client.py", line 197, in start
return self._event_loop.run_until_complete(future)
"/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
"/home/john/.local/lib/python3.6/site-packages/slack/rtm/client.py", line 339, in _connect_and_read
await self._read_messages()
"/home/john/.local/lib/python3.6/site-packages/slack/rtm/client.py", line 390, in _read_messages
await self._dispatch_event(event, data=payload)
"/home/john/.local/lib/python3.6/site-packages/slack/rtm/client.py", line 440, in _dispatch_event
self._execute_in_thread(callback, data)
"/home/john/.local/lib/python3.6/site-packages/slack/rtm/client.py", line 465, in _execute_in_thread
future.result()
"/usr/lib/python3.6/concurrent/futures/_base.py", line 425, in result
return self.__get_result()
"/usr/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
"/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"miya.py", line 12, in say_hello
if 'Hello' in data['text']:
KeyError: 'text'
|
Traceback (most recent call last):
"c:\users\dell\appdata\local\programs\python\python39\lib\site.py", line 169, in addpackage
exec(line)
"<string>", line 1, in <module>
"c:\users\dell\appdata\local\programs\python\python39\lib\importlib\util.py", line 2, in <module>
from . import abc
"c:\users\dell\appdata\local\programs\python\python39\lib\importlib\abc.py", line 17, in <module>
from typing import Protocol, runtime_checkable
"c:\users\dell\appdata\local\programs\python\python39\lib\typing.py", line 26, in <module>
import re as stdlib_re
# Avoid confusion with the re we export.
"c:\users\dell\appdata\local\programs\python\python39\lib\re.py", line 145, in <module>
class RegexFlag(enum.IntFlag):
AttributeError: module 'enum' has no attribute 'IntFlag'
| 0.313822 |
Traceback (most recent call last):
"pokecli.py", line 452, in <module>
main()
"pokecli.py", line 53, in main
config = init_config()
"pokecli.py", line 124, in init_config
load.update(json.load(data))
"/usr/lib/python2.7/json/**init**.py", line 291, in load
**kw)
"/usr/lib/python2.7/json/**init**.py", line 339, in loads
return _default_decoder.decode(s)
"/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)ValueError: Expecting property name: line 60 column 7 (char 1324)
|
Traceback (most recent call last):
"./myCfScript", line 123, in <module>
bu_cf = bu.get_cloudformation_template(args.region)
"/Users/me/Development/project/cf_stuff.py", line 74, in get_cloudformation_template
RouteTableId=Ref(privateRouteTable),
"/Library/Python/2.7/site-packages/troposphere/__init__.py", line 44, in __init__
self.validate_title()
"/Library/Python/2.7/site-packages/troposphere/__init__.py", line 159, in validate_title
raise ValueError('Name "%s" not alphanumeric' % self.title)ValueError: Name "myVpc.internal.us-west-2a" not alphanumeric
| 0.32892 |
Traceback (most recent call last):
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 260, in save
return self._save(*args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 283, in _save
self.insert()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 249, in insert
self.run_post_save_methods()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 898, in run_post_save_methods
self.run_method("on_update")
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 765, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1040, in composer
return composed(self, method, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1023, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 759, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/setup/doctype/company/company.py", line 90, in on_update
self.create_default_accounts()
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/setup/doctype/company/company.py", line 135, in create_default_accounts
create_charts(self.name, self.chart_of_accounts, self.existing_company)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py", line 56, in create_charts
_import_accounts(chart, None, None, root_account=True)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py", line 50, in _import_accounts
account.insert()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 216, in insert
self.set_new_name()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 376, in set_new_name
set_new_name(self)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/naming.py", line 39, in set_new_name
doc.run_method("autoname")
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 765, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1040, in composer
return composed(self, method, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1023, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 759, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/account.py", line 23, in autoname
self.name = get_account_autoname(self.account_number, self.account_name, self.company)
NameError: global name 'get_account_autoname' is not defined
|
Traceback (most recent call last):
"c:\python27\lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"c:\python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
"C:\Python27\Scripts\aws-shell.exe\__main__.py", line 9, in <module>
"c:\python27\lib\site-packages\awsshell\__init__.py", line 47, in main
write_index(index_file)
"c:\python27\lib\site-packages\awsshell\makeindex.py", line 67, in write_index
index_command(current, help_command)
"c:\python27\lib\site-packages\awsshell\makeindex.py", line 59, in index_command
index_command(child, sub_help_command)
"c:\python27\lib\site-packages\awsshell\makeindex.py", line 59, in index_command
index_command(child, sub_help_command)
"c:\python27\lib\site-packages\awsshell\makeindex.py", line 40, in index_command
arg_obj.documentation.split('\n')[0])
"c:\python27\lib\site-packages\awsshell\utils.py", line 22, in remove_html
s.feed(html)
"c:\python27\lib\HTMLParser.py", line 108, in feed
self.goahead(0)
"c:\python27\lib\HTMLParser.py", line 148, in goahead
k = self.parse_starttag(i)
"c:\python27\lib\HTMLParser.py", line 229, in parse_starttag
endpos = self.check_for_whole_start_tag(i)
"c:\python27\lib\HTMLParser.py", line 304, in check_for_whole_start_tag
self.error("malformed start tag")
"c:\python27\lib\HTMLParser.py", line 115, in error
raise HTMLParseError(message, self.getpos())
HTMLParser.HTMLParseError: malformed start tag, at line 1, column 275
| 0.2531 |
Traceback (most recent call last):
"/home/ec2-user/miniconda/envs/sciencedb/lib/python2.7/site-packages/rq/worker.py", line 479, in perform_job
rv = job.perform()
"/home/ec2-user/miniconda/envs/sciencedb/lib/python2.7/site-packages/rq/job.py", line 466, in perform
self._result = self.func(_self.args, *_self.kwargs)TypeError: find_new_visifiles_at_site() got an unexpected keyword argument 'timeout'
|
Traceback (most recent call last):
"/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
"/usr/lib/python2.6/threading.py", line 484, in run
self.__target(_self.__args, *_self.__kwargs)
"/home/xbmc/.headphones/headphones/postprocessor.py", line 480, in forcePostProcess
verify(rgid, albumpath)
"/home/xbmc/.headphones/headphones/postprocessor.py", line 114, in verify
for r,d,f in os.walk(albumpath):
"/usr/lib/python2.6/os.py", line 294, in walk
for x in walk(path, topdown, onerror, followlinks):
"/usr/lib/python2.6/os.py", line 284, in walk
if isdir(join(top, name)):
"/usr/lib/python2.6/posixpath.py", line 70, in join
path += '/' + bUnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 7: ordinal not in range(128)
| 0.209564 |
Traceback (most recent call last):
"C:\Anaconda3\lib\runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
"C:\Anaconda3\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Anaconda3\Scripts\kernprof.exe\__main__.py", line 9, in <module>
"C:\Anaconda3\lib\site-packages\kernprof.py", line 221, in main
execfile(script_file, ns, ns)
"C:\Anaconda3\lib\site-packages\kernprof.py", line 34, in execfile
exec_(compile(f.read(), filename, 'exec'), globals, locals)UnicodeDecodeError: 'gbk' codec can't decode byte 0xaa in position 553: illegal multibyte sequence
|
Traceback (most recent call last):
"/usr/local/bin/bcbio_nextgen.py", line 114, in <module>
main(**kwargs)
"/usr/local/bin/bcbio_nextgen.py", line 56, in main
fc_dir, run_info_yaml)
"/Users/yangjl/Documents/MyNGS/NGSpipe/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 51, in run_main
pipeline_items = _add_provenance(pipeline_items, dirs, run_parallel, parallel, config)
"/Users/yangjl/Documents/MyNGS/NGSpipe/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 59, in _add_provenance
p = programs.write_versions(dirs, config)
"/Users/yangjl/Documents/MyNGS/NGSpipe/anaconda/lib/python2.7/site-packages/bcbio/provenance/programs.py", line 121, in write_versions
for p in _get_versions(config):
"/Users/yangjl/Documents/MyNGS/NGSpipe/anaconda/lib/python2.7/site-packages/bcbio/provenance/programs.py", line 109, in _get_versions
"version": p["version_fn"](config)})
"/Users/yangjl/Documents/MyNGS/NGSpipe/anaconda/lib/python2.7/site-packages/bcbio/provenance/programs.py", line 32, in get_version
return runner.get_picard_version("ViewSam")
"/Users/yangjl/Documents/MyNGS/NGSpipe/anaconda/lib/python2.7/site-packages/bcbio/broad/__init__.py", line 97, in get_picard_version
version = float(p.stdout.read().split("(")[0])ValueError: could not convert string to float: Error occurred during initialization of VM
| 0.297922 |
Traceback (most recent call last):
"spider.py", line 9, in <module>
from upload import Upload, SERVICE_DRIVE, SERVICE_DROPBOX, SERVICE_SCP
"/root/packtpub-crawler/script/upload.py", line 2, in <module>
from scpUpload import ScpUpload
"/root/packtpub-crawler/script/scpUpload.py", line 5, in <module>
import paramiko
ImportError: No module named paramiko
|
Traceback (most recent call last):
"C:\Python27\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py", line 14669, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
"C:\Users\Niels\git\tribler\Tribler\Main\vwxGUI\channel.py", line 124, in do_gui
result = delayedResult.get()
"C:\Users\Niels\git\tribler\Tribler\Main\Utility\GuiDBHandler.py", line 269, in get
raise self.__exceptionAttributeError: 'int' object has no attribute 'lower'
| 0.226566 |
Traceback (most recent call last):
"SimpleServer.py", line 311, in <module>
ret = loop.run_until_complete(server.arun())
"/usr/lib/python3.5/asyncio/base_events.py", line 387, in run_until_complete
return future.result()
"/usr/lib/python3.5/asyncio/futures.py", line 274, in result
raise self._exception
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"SimpleServer.py", line 189, in arun
sks = dict(await poller.poll(100))
"/usr/local/lib/python3.5/dist-packages/zmq/eventloop/future.py", line 65, in poll
socket._add_recv_event('poll', future=watcher)AttributeError: 'int' object has no attribute '_add_recv_event'
|
Traceback (most recent call last):
"Tests/test_imagechops.py", line 1, in <module>
from tester import *
"/home/aclark/Developer/Pillow/Tests/tester.py", line 1, in <module>
from __future__ import print_functionImportError: No module named __future__
| 0.325977 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-a8p_j031/pillow/setup.py", line 792, in <module>
zip_safe=not (debug_build() or PLATFORM_MINGW), )
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/command/install.py", line 545, in run
self.run_command('build')
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/u/kraceku/miniconda3/envs/mdata/lib/python3.6/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
"/tmp/pip-build-a8p_j031/pillow/setup.py", line 373, in build_extensions
for path in dirs:
TypeError: 'NoneType' object is not iterable
|
Traceback (most recent call last):
"<string>", line 1, in <module>NameError: name 'UltiSnips_Manager' is not defined
| 0.303113 |
Traceback (most recent call last):
"c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\twisted\internet\defer.py", line 1299, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\twisted\python\failure.py", line 393, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\scrapy\core\downloader\middleware.py", line 43, in process_request
defer.returnValue((yield download_func(request=request,spider=spider)))
twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 10061.
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-sbvthk4m/mmcv-full_ed893921b56c478284273043bf71907f/setup.py", line 304, in <module>
zip_safe=False)
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/setuptools/__init__.py", line 152, in setup
_install_setup_requires(attrs)
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
dist.fetch_build_eggs(dist.setup_requires)
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/setuptools/dist.py", line 689, in fetch_build_eggs
replace_conflicting=True,
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/pkg_resources/__init__.py", line 768, in resolve
replace_conflicting=replace_conflicting
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1051, in best_match
return self.obtain(req, installer)
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1063, in obtain
return installer(requirement)
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/setuptools/dist.py", line 745, in fetch_build_egg
return fetch_build_egg(self, req)
"/home/lupeng/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/setuptools/installer.py", line 77, in fetch_build_egg
raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/home/lupeng/anaconda3/envs/open-mmlab/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpyy9gs60l', '--quiet', 'pytest-runner']' returned non-zero exit status 1.
| 0.310857 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 170, in extract
return self._real_extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 860, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 489, in _decrypt_signature
u'Signature extraction failed: ' + tb, cause=e)ExtractorError: Signature extraction failed: Traceback (most recent call last):
|
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1317, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request
self._send_request(method, url, body, headers, encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1224, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1016, in _send_output
self.send(msg)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 956, in send
self.connect()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1392, in connect
server_hostname=server_hostname)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 412, in wrap_socket
session=session
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 850, in _create
self.do_handshake()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1108, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)
| 0.271904 |
Traceback (most recent call last):
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 266, in get_value
value = self.df.iat[row, column]
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 2270, in __getitem__
return self.obj._get_value(*key, takeable=self._takeable)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\frame.py", line 2765, in _get_value
return com.maybe_box_datetimelike(series._values[index])
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1010, in __getitem__
return self._get_val_at(key)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1053, in _get_val_at
return libindex.get_value_at(self.sp_values, sp_loc)
TypeError: Argument 'arr' has incorrect type (expected numpy.ndarray, got IntegerArray)
|
Traceback (most recent call last):
"/usr/bin/theharvester", line 19, in <module>
from lib import htmlExportImportError: cannot import name htmlExport
| 0.188191 |
Traceback (most recent call last):
"C:/Users/asongtoruin/cmap tester.py", line 17, in <module>
cloud.to_file('test.png')
"C:\Anaconda3\envs\temp\lib\site-packages\wordcloud\wordcloud.py", line 650, in to_file
img = self.to_image()
"C:\Anaconda3\envs\temp\lib\site-packages\wordcloud\wordcloud.py", line 592, in to_image
draw.text(pos, word, fill=color, font=transposed_font)
"C:\Anaconda3\envs\temp\lib\site-packages\PIL\ImageDraw.py", line 210, in text
ink, fill = self._getink(fill)
"C:\Anaconda3\envs\temp\lib\site-packages\PIL\ImageDraw.py", line 106, in _getink
ink = ImageColor.getcolor(ink, self.mode)
"C:\Anaconda3\envs\temp\lib\site-packages\PIL\ImageColor.py", line 128, in getcolor
color, alpha = getrgb(color), 255
"C:\Anaconda3\envs\temp\lib\site-packages\PIL\ImageColor.py", line 113, in getrgb
raise ValueError("unknown color specifier: %r" % color)
ValueError: unknown color specifier: 'rgb(255, 0, -0)'
|
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/jedi/cache.py", line 141, in wrapper
return getattr(self, name)AttributeError: 'UserContextParser' object has no attribute '_user_stmt'
| 0.296181 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/opt/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1057, in _decrypt_signature
video_id, player_url, s
"/opt/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 971, in _extract_signature_function
errnote='Download of %s failed' % player_url)
"/opt/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
"/opt/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/common.py", line 436, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
"/opt/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/extractor/common.py", line 416, in _request_webpage
return self._downloader.urlopen(url_or_request)
"/opt/app/node_modules/youtube-dl/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/usr/lib/python2.7/urllib2.py", line 421, in open
protocol = req.get_type()
"/usr/lib/python2.7/urllib2.py", line 283, in get_type
raise ValueError, "unknown url type: %s" % self.__original
ValueError: unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js
|
Traceback (most recent call last):
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\DeepFaceLab\mainscripts\Trainer.py", line 75, in trainerThread
loss_string = model.train_one_epoch()
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\DeepFaceLab\models\ModelBase.py", line 309, in train_one_epoch
losses = self.onTrainOneEpoch(sample, self.generator_list)
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\DeepFaceLab\models\Model_H128\Model.py", line 84, in onTrainOneEpoch
total, loss_src_bgr, loss_src_mask, loss_dst_bgr, loss_dst_mask = self.ae.train_on_batch( [warped_src, target_src_mask, warped_dst, target_dst_mask], [target_src, target_src_mask, target_dst, target_dst_mask] )
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\python-3.6.8\lib\site-packages\keras\engine\training.py", line 1217, in train_on_batch
outputs = self.train_function(ins)
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\python-3.6.8\lib\site-packages\keras\backend\tensorflow_backend.py", line 2715, in __call__
return self._call(inputs)
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\python-3.6.8\lib\site-packages\keras\backend\tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1439, in __call__
run_metadata_ptr)
"C:\temp\DeepFaceLabCUDA9.2SSE\_internal\python-3.6.8\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
| 0.300939 |
Traceback (most recent call last):
"C:\Users\mleun\projects\swift-jupyter\swift_kernel.py", line 19, in <module>
import lldb
"C:\Library\Developer\Toolchains\unknown-Asserts-development.xctoolchain\usr\lib\site-packages\lldb\__init__.py", line 38, in <module>
from . import _lldb
ImportError: DLL load failed: The specified module could not be found.
|
Traceback (most recent call last):
"youtube_dl\YoutubeDL.pyo", line 506, in extract_info
"youtube_dl\extractor\common.pyo", line 161, in extract
"youtube_dl\extractor\generic.pyo", line 535, in _real_extractExtractorError: Unsupported URL: http://thecolbertreport.cc.com/videos/ppqf1u/headline-news-rebrand; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update.
| 0.308187 |
> Traceback (most recent call last):
"getGitlabProjects.py", line 9, in <module>
projects.unarchive()
"/usr/lib/python2.7/site-packages/gitlab/v4/objects.py", line 2027, in unarchive
raise_error_from_response(r, GitlabCreateError, 201)
"/usr/lib/python2.7/site-packages/gitlab/exceptions.py", line 204, in raise_error_from_response
response_body=response.content)
gitlab.exceptions.GitlabCreateError: 404: {"error":"404 Not Found"}
|
Traceback (most recent call last):
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/pre_commit/error_handler.py", line 34, in error_handler
yield
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/pre_commit/main.py", line 108, in main
return run(runner, args)
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/pre_commit/commands/run.py", line 151, in run
return _run_hooks(runner, args, write=write, environ=environ)
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/pre_commit/commands/run.py", line 104, in _run_hooks
for repo in runner.repositories:
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/cached_property.py", line 26, in __get__
value = obj.__dict__[self.func.__name__] = self.func(obj)
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/pre_commit/runner.py", line 39, in repositories
config = load_config(self.config_file_path)
"/Users/buck/venv/venv-update/lib/python2.7/site-packages/pre_commit/clientlib/validate_base.py", line 47, in validate
'
{0} is not a valid yaml file'.format(filename), e,InvalidConfigError: (u'
/Users/buck/trees/yelp/venv-update/.pre-commit-config.yaml is not a valid yaml file', ScannerError())
| 0.182833 |
Traceback (most recent call last):
"tensorflow_datasets/scripts/create_new_dataset.py", line 38, in <module>
from tensorflow_datasets.core import naming
# pylint: disable=g-import-not-at-top
ModuleNotFoundError: No module named 'tensorflow_datasets'
|
Traceback (most recent call last):
"/home/users/mkaysi/.local/lib/python3.3/site-packages/supybot/plugins/ShrinkUrl/plugin.py", line 175, in _getLnUrl
return self.db.get('ln', url)
"/home/users/mkaysi/.local/lib/python3.3/site-packages/supybot/plugins/ShrinkUrl/plugin.py", line 59, in get
return self.dbs[service][url]
"/home/users/mkaysi/.local/lib/python3.3/site-packages/supybot/cdb.py", line 384, in __getitem__
return self.cdb[key] # If this raises KeyError, we lack key.
"/home/users/mkaysi/.local/lib/python3.3/site-packages/supybot/cdb.py", line 259, in find
raise KeyError(key)
"/home/users/mkaysi/.local/lib/python3.3/site-packages/supybot/cdb.py", line 259, in find
[0/1806]
raise KeyError(key)KeyError: 'https%3A//github.com/ProgVal/Limnoria/issues/616'
| 0.191033 |
'return': 'Exception occurred in runner state.event: Traceback (most recent call last):\n
"/usr/lib/python2.7/dist-packages/salt/client/mixins.py", line 337, in low\n
data[\'return\'] = self.functions[fun](*args, **kwargs)\n
"/usr/lib/python2.7/dist-packages/salt/runners/state.py", line 198, in event\n
indent=None if not pretty else 4)))\n
"/usr/lib/python2.7/json/__init__.py", line 250, in dumps\n
sort_keys=sort_keys, **kw).encode(obj)\n
"/usr/lib/python2.7/json/encoder.py", line 209, in encode\n
chunks = list(chunks)\n
"/usr/lib/python2.7/json/encoder.py", line 434, in _iterencode\n
for chunk in _iterencode_dict(o, _current_indent_level):\n
"/usr/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict\n
for chunk in chunks:\n
"/usr/lib/python2.7/json/encoder.py", line 390, in _iterencode_dict\n
yield _encoder(value)\nUnicodeDecodeError: \'utf8\' codec can\'t decode byte 0xe1 in position 0: invalid continuation byte\n', 'success': False,
|
Traceback (most recent call last):
"c:\users\yaoshirong\appdata\local\programs\python\python35\lib\site-packages\mongo_connector\util.py", line 90, in wrapped
func(*args, **kwargs)
"c:\users\yaoshirong\appdata\local\programs\python\python35\lib\site-packages\mongo_connector\oplog_manager.py", line 310, in run
ns, timestamp)
"c:\users\yaoshirong\appdata\local\programs\python\python35\lib\site-packages\mongo_connector\util.py", line 32, in wrapped
return f(*args, **kwargs)
"c:\users\yaoshirong\appdata\local\programs\python\python35\lib\site-packages\mongo_connector\doc_managers\elastic2_doc_manager.py", line 162, in update
updated = self.apply_update(document['_source'], update_spec)
"c:\users\yaoshirong\appdata\local\programs\python\python35\lib\site-packages\mongo_connector\doc_managers\elastic2_doc_manager.py", line 112, in apply_update
return super(DocManager, self).apply_update(doc, update_spec)
"c:\users\yaoshirong\appdata\local\programs\python\python35\lib\site-packages\mongo_connector\doc_managers\doc_manager_base.py", line 70, in apply_update
wl = len(where)
TypeError: object of type 'NoneType' has no len()
| 0.323824 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\youtube.py", line 1426, in _decrypt_signature
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\youtube.py", line 1338, in _extract_signature_function
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\youtube.py", line 1402, in <lambda>
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\jsinterp.py", line 258, in resf
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\jsinterp.py", line 56, in interpret_statement
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\jsinterp.py", line 92, in interpret_expression
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\jsinterp.py", line 189, in interpret_expression
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\jsinterp.py", line 56, in interpret_statement
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\jsinterp.py", line 211, in interpret_expression
youtube_dl.utils.ExtractorError: Unsupported JS expression '['; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/linkedin.py", line 158, in _real_extract
course_data = self._call_api(course_slug, 'chapters,description,title')
"/usr/local/bin/youtube-dl/youtube_dl/extractor/linkedin.py", line 36, in _call_api
'Csrf-Token': self._get_cookies(api_url)['JSESSIONID'].value,
KeyError: 'JSESSIONID'
| 0.232996 |
Traceback (most recent call last):
"/home/k/projects/Tweeter.py", line 548, in <module>
runengine_for_full_retweets()
"/home/k/projects/Tweeter.py", line 161, in runengine_for_full_retweets
twittersearch = t.statuses.user_timeline(screen_name=i) ## i becomes variable for entire return of timeline tweets##
"/usr/local/lib/python3.2/dist-packages/twitter/api.py", line 245, in **call**
return self._handle_response(req, uri, arg_data, _timeout)
"/usr/local/lib/python3.2/dist-packages/twitter/api.py", line 267, in _handle_response
res = json.loads(data.decode('utf8'))
"/usr/lib/python3.2/json/__init__.py", line 309, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.2/json/decoder.py", line 353, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.2/json/decoder.py", line 369, in raw_decode
obj, end = self.scan_once(s, idx)ValueError: Unterminated string starting at: line 1 column 35495 (char 35495)
|
Traceback (most recent call last):
"automation_calculator.py", line 161, in <module>
CalcOnWindows10()
"automation_calculator.py", line 149, in CalcOnWindows10
calcWindow.CaptureToImage('calc.png', 7, 0, -14, -7)
# on windows 10, 7 pixels of windows border are transparent
"C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\site-packages\uiautomation\uiautomation.py", line 6174, in CaptureToImage
if bitmap.FromControl(self, x, y, width, height):
"C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\site-packages\uiautomation\uiautomation.py", line 3003, in FromControl
return self.FromHandle(handle, left, top, right, bottom)
"C:\Users\PC\AppData\Local\Programs\Python\Python38\lib\site-packages\uiautomation\uiautomation.py", line 2958, in FromHandle
self._bitmap = _DllClient.instance().dll.BitmapFromWindow(root.NativeWindowHandle, left, top, right, bottom)
AttributeError: 'NoneType' object has no attribute 'BitmapFromWindow'
| 0.301439 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1391, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 279, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=etree.TreeBuilder(element_factory=_element_factory)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 268, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errParseError: mismatched tag: line 51, column 3
|
Traceback (most recent call last):
"manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line
utility.execute()
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/core/management/__init__.py", line 337, in execute
django.setup()
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/apps/registry.py", line 85, in populate
app_config = AppConfig.create(entry)
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/apps/config.py", line 120, in create
mod = import_module(mod_path)
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/contrib/postgres/apps.py", line 8, in <module>
from .signals import register_type_handlers
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/django/contrib/postgres/signals.py", line 1, in <module>
import psycopg2
"/home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/psycopg2/__init__.py", line 50, in <module>
from psycopg2._psycopg import (
# noqa
ImportError: /home/mahmood/.virtualenvs/taiga/lib/python3.6/site-packages/psycopg2/.libs/libresolv-2-c4c53def.5.so: symbol __res_maybe_init version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
| 0.306793 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/tornado/ioloop.py", line 759, in _run_callback
ret = callback()
"/usr/local/lib/python3.5/dist-packages/tornado/stack_context.py", line 276, in null_wrapper
return fn(*args, **kwargs)
"/home/fhof/.local/lib/python3.5/site-packages/streamz/dataframe/core.py", line 187, in _
cds.stream(d, backlog)
"/home/fhof/.local/lib/python3.5/site-packages/bokeh/models/sources.py", line 343, in stream
self._stream(new_data, rollover)
"/home/fhof/.local/lib/python3.5/site-packages/bokeh/models/sources.py", line 455, in _stream
self.data._stream(self.document, self, new_data, rollover, setter)
"/home/fhof/.local/lib/python3.5/site-packages/bokeh/core/property/containers.py", line 383, in _stream
data = np.append(self[k], new_data[k])
"/usr/local/lib/python3.5/dist-packages/numpy/lib/function_base.py", line 5152, in append
return concatenate((arr, values), axis=axis)
TypeError: invalid type promotion
|
Traceback (most recent call last):
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/medusa/show/recommendations/trakt.py#L113">medusa/show/recommendations/trakt.py</a>", line 113, in fetch_popular_shows
library_shows = sync.get_watched('shows', extended='noseasons') + sync.get_collection('shows', extended='full')
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/ext/trakt/core.py#L540">ext/trakt/core.py</a>", line 540, in inner
json_data = self._handle_request('get', url)
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/ext/trakt/core.py#L510">ext/trakt/core.py</a>", line 510, in _handle_request
response = requests.request(method, url, params=data,
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/ext/requests/api.py#L61">ext/requests/api.py</a>", line 61, in request
return session.request(method=method, url=url, **kwargs)
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/ext/requests/sessions.py#L542">ext/requests/sessions.py</a>", line 542, in request
resp = self.send(prep, **send_kwargs)
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/ext/requests/sessions.py#L655">ext/requests/sessions.py</a>", line 655, in send
r = adapter.send(request, **kwargs)
"/share/CACHEDEV1_DATA/.qpkg/OMedusa/OMedusa/<a href="../blob/698ca1db9903a9f716d9ed1910972cbf70ea50e8/ext/requests/adapters.py#L498">ext/requests/adapters.py</a>", line 498, in send
raise ConnectionError(err, request=request)requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
| 0.308301 |
Traceback (most recent call last):
"/root/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all
exploit.exploit()
"/root/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit
s = self._generate_shell(vuln)
"/root/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell
if self._verify_vuln(vuln_obj):
"/root/w3af/w3af/plugins/attack/sqlmap.py", line 106, in _verify_vuln
if sqlmap.is_vulnerable():
"/root/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 98, 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:60096/ --batch --url=http://svmv.de/index.php&id=66&no_cache=1?locationData=10"%20OR%20"10"="10&scols=tt_content.header-bodytext-imagecaption&sword=Suche&submit=56&stype=L0": "
|
Traceback (most recent call last):
"/usr/local/share/bcbio-nextgen/anaconda/bin/bcbio_nextgen.py", line 216, in <module>
main(**kwargs)
"/usr/local/share/bcbio-nextgen/anaconda/bin/bcbio_nextgen.py", line 42, in main
run_main(**kwargs)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 36, in run_main
fc_dir, run_info_yaml)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 82, in _run_toplevel
for xs in pipeline.run(config, config_file, parallel, dirs, pipeline_items):
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 306, in run
samples = run_parallel("process_alignment", samples)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/distributed/multi.py", line 28, in run_parallel
return run_multicore(fn, items, config, parallel=parallel)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/distributed/multi.py", line 84, in run_multicore
for data in joblib.Parallel(parallel["num_jobs"])(joblib.delayed(fn)(x) for x in items):
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 644, in __call__
self.dispatch(function, args, kwargs)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 391, in dispatch
job = ImmediateApply(func, args, kwargs)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/joblib/parallel.py", line 129, in **init**
self.results = func(_args, *_kwargs)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/utils.py", line 63, in wrapper
return apply(f, _args, *_kwargs)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/distributed/multitasks.py", line 27, in process_alignment
return sample.process_alignment(_args)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/sample.py", line 104, in process_alignment
data = align_to_sort_bam(fastq1, fastq2, aligner, data)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/alignment.py", line 64, in align_to_sort_bam
names, align_dir, data)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/pipeline/alignment.py", line 98, in _align_from_fastq
out = align_fn(fastq1, fastq2, align_ref, names, align_dir, data)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/ngsalign/star.py", line 46, in align
do.run(cmd.format(_*locals()), run_message, None)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 20, in run
_do_run(cmd, checks, log_stdout)
"/usr/local/share/bcbio-nextgen/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 93, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)subprocess.CalledProcessError: Command 'set -o pipefail; /usr/local/bin/STAR --genomeDir
--read
sIn /newdata4/RS/EC_RS/work/trimmed/ECT100_R1.trimmed.fq.gz /newdata4/RS/EC_RS/work/trimmed/ECT100_R2.trimmed.fq.gz --runThreadN 30 --out
NamePrefix /newdata4/RS/EC_RS/work/align/EC_Tumor/1_2014-09-24_EC_RS --outReadsUnmapped Fastx --outFilterMultimapNmax 10 --outStd SAM --outSAMunmapped Within --outSAMattributes NH HI NM MD AS --read
sCommand zcat
--outSAMattrRGline ID:1 PL:illumina PU:1_2014-09-24_EC_RS SM:EC_Tumor
--chimSegmentMin 15 --chimJunctionOverhangMin 15 --outSAMstrandField intronMotif |
/usr/local/bin/sambamba view --format=bam -S -t 30 /dev/stdin
| /usr/local/bin/sambamba sort --tmpdir /usr/local/share/java/null/bcbiotx/2832863d-49f3-11e4-ad21-00259058b4c8/tmpCfqZrp -t 30
/dev/stdin -o /usr/local/share/java/null/bcbiotx/2832863e-49f3-11e4-ad21-00259058b4c8/tmp2kfi9b/EC_Tumor.bam
| 0.217982 |
Traceback (most recent call last):
"runtests.py", line 39, in capture_exec
exec code_string in namespace
"<string>", line 1, in <module>
"<string>", line 1, in <lambda>
"<string>", line 1, in <lambda>
"<string>", line 1, in <lambda>NameError: global name 'USED_VARS' is not defined
|
Traceback (most recent call last):
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/console_application.py", line 131, in run
status_code = command.handle(parsed_args, io)
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/api/command/command.py", line 120, in handle
status_code = self._do_handle(args, io)
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/api/command/command.py", line 171, in _do_handle
return getattr(handler, handler_method)(args, io, self)
"/home/maxnoe/.local/lib/python3.9/site-packages/cleo/commands/command.py", line 92, in wrap_handle
return self.handle()
"/home/maxnoe/.local/lib/python3.9/site-packages/poetry/console/commands/show.py", line 256, in handle
self.line(line)
"/home/maxnoe/.local/lib/python3.9/site-packages/cleo/commands/command.py", line 233, in line
self._io.write_line(styled, verbosity)
"/home/maxnoe/.local/lib/python3.9/site-packages/cleo/io/io_mixin.py", line 65, in write_line
super(IOMixin, self).write_line(string, flags)
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/api/io/io.py", line 66, in write_line
self._output.write_line(string, flags=flags)
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/api/io/output.py", line 69, in write_line
self.write(string, flags=flags, new_line=True)
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/api/io/output.py", line 61, in write
self._stream.write(to_str(formatted))
"/home/maxnoe/.local/lib/python3.9/site-packages/clikit/io/output_stream/stream_output_stream.py", line 25, in write
self._stream.flush()
BrokenPipeError: [Errno 32] Broken pipe
| 0.226055 |
Traceback (most recent call last):
"<stdin>", line 1, in ?
"/usr/lib/python2.4/site-packages/scipy/signal/signaltools.py", line 1056, in residue
k,b = polydiv(b,a)
"/usr/lib/python2.4/site-packages/numpy/lib/polynomial.py", line 401, in polydiv
q = NX.zeros((m-n+1,), float)ValueError: negative dimensions are not allowed
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"psutil/__init__.py", line 427
except OSError, err:
^SyntaxError: invalid syntax
| 0.268624 |
Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 943, in emit
"C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 28] No space left on device
|
Traceback (most recent call last):
"C:\Anaconda3\Scripts\conda-script.py", line 5, in <module>
sys.exit(main())
"C:\Anaconda3\lib\site-packages\conda\cli\main.py", line 120, in main
args_func(args, p)
"C:\Anaconda3\lib\site-packages\conda\cli\main.py", line 127, in args_func
args.func(args, p)
"C:\Anaconda3\lib\site-packages\conda\cli\main_update.py", line 64, in execute
install(args, parser, 'update')
"C:\Anaconda3\lib\site-packages\conda\cli\install.py", line 407, in install
execute_actions(actions, index, verbose=not args.quiet)
"C:\Anaconda3\lib\site-packages\conda\plan.py", line 566, in execute_actions
inst.execute_instructions(plan, index, verbose)
"C:\Anaconda3\lib\site-packages\conda\instructions.py", line 137, in execute_instructions
cmd(state, arg)
"C:\Anaconda3\lib\site-packages\conda\instructions.py", line 80, in LINK_CMD
link(state['prefix'], dist, lt, index=state['index'], shortcuts=shortcuts)
"C:\Anaconda3\lib\site-packages\conda\install.py", line 1040, in link
os.makedirs(dst_dir)
"C:\Anaconda3\lib\os.py", line 237, in makedirs
mkdir(name, mode)
ExistsError: [WinError 183] Cannot create a file when that file already exists: 'C:\Anaconda3\Lib/site-packages/MarkupSafe-0.23-py3.4-win-amd64.egg-info'
| 0.216597 |
Traceback (most recent call last):
"/usr/lib/python3.6/distutils/unixccompiler.py", line 118, in _compile
extra_postargs)
"/usr/lib/python3.6/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/usr/lib/python3.6/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/usr/lib/python3.6/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
|
Traceback (most recent call last):
"Tribler\Main\tribler_main.pyo", line 669, in sesscb_states_callback
"Tribler\dispersy\util.pyo", line 35, in helper
"Tribler\community\tunnel\hidden_community.pyo", line 250, in monitor_downloads
"Tribler\community\tunnel\hidden_community.pyo", line 639, in create_introduction_point
"Tribler\community\tunnel\tunnel_community.pyo", line 500, in create_circuitKeyError: 'LibNaCLPK:~\x1c9\xa7\xfb\x10\xe8\x97\x1cp\xf5P\xf3Z\xd0\x0c\x9e\x9aJ\xc9\x80\x8b\xa5\x94\n\xab\xd60g\x10\xcb\x00\xcc\xb1`\x08g"\xd3\xb0\'\xe1\xe1$]\x00\xa4\x83r\x06/\xdb\xe6\x1dt`o\xc2\xd4T\xa8\x04\x8a\x85'
| 0.167656 |
Traceback (most recent call last):
"/private/tmp/shitter/bin/celeryd", line 8, in <module>
load_entry_point('celery==3.0.13', 'console_scripts', 'celeryd')()
"/private/tmp/shitter/lib/python2.7/site-packages/celery/**main**.py", line 20, in _compat_worker
main()
"/private/tmp/shitter/lib/python2.7/site-packages/celery/bin/celeryd.py", line 202, in main
worker.execute_from_commandline()
"/private/tmp/shitter/lib/python2.7/site-packages/celery/bin/celeryd.py", line 134, in execute_from_commandline
return super(WorkerCommand, self).execute_from_commandline(argv)
"/private/tmp/shitter/lib/python2.7/site-packages/celery/bin/base.py", line 180, in execute_from_commandline
return self.handle_argv(prog_name, argv[1:])
"/private/tmp/shitter/lib/python2.7/site-packages/celery/bin/base.py", line 220, in handle_argv
return self.run(_args, *_options)
"/private/tmp/shitter/lib/python2.7/site-packages/celery/bin/celeryd.py", line 153, in run
return self.app.Worker(**kwargs).run()
"/private/tmp/shitter/lib/python2.7/site-packages/celery/apps/worker.py", line 174, in run
print(str(self.colored.cyan(' \n', self.startup_info())) +
"/private/tmp/shitter/lib/python2.7/site-packages/celery/apps/worker.py", line 251, in startup_info
'queues': app.amqp.queues.format(indent=0, indent_first=False),UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 13: ordinal not in range(128)
|
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game
self.store.append(
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append
return self._do_insert(-1, row)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 988, in _do_insert
row, columns = self._convert_row(row)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 900, in _convert_row
result.append(self._convert_value(cur_col, value))
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 914, in _convert_value
return GObject.Value(self.get_column_type(column), value)
"/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 210, in __init__
self.set_value(py_value)
"/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 249, in set_value
raise TypeError("Expected string but got %s%s" %
TypeError: Expected string but got 3.48972222222223<class 'float'>
| 0.312705 |
Traceback (most recent call last):
"/sites/metrics_dev/env/lib/python3.3/site-packages/pyramid/router.py", line 251, in __call__
response = self.invoke_subrequest(request, use_tweens=True)
"/sites/metrics_dev/env/lib/python3.3/site-packages/pyramid/router.py", line 227, in invoke_subrequest
response = handle_request(request)
"/sites/metrics_dev/env/lib/python3.3/site-packages/pyramid_debugtoolbar-1.0.4-py3.3.egg/pyramid_debugtoolbar/toolbar.py", line 108, in toolbar_tween
list(filter(None, map(request.path.startswith, exclude))) or
"/sites/metrics_dev/env/lib/python3.3/site-packages/WebOb-1.2.3-py3.3.egg/webob/request.py", line 486, in path
bpath = bytes_(self.path_info, self.url_encoding)
"/sites/metrics_dev/env/lib/python3.3/site-packages/WebOb-1.2.3-py3.3.egg/webob/descriptors.py", line 68, in fget
return req.encget(key, encattr=encattr)
"/sites/metrics_dev/env/lib/python3.3/site-packages/WebOb-1.2.3-py3.3.egg/webob/request.py", line 167, in encget
return bytes_(val, 'latin-1').decode(encoding)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc5 in position 1: unexpected end of data
|
Traceback (most recent call last):
"<stdin>", line 13, in <module>
"/Users/marcoslpbueno/automlpy/env/lib/python3.8/site-packages/autosklearn/estimators.py", line 636, in predict_proba
pred_proba = super().predict_proba(
"/Users/marcoslpbueno/automlpy/env/lib/python3.8/site-packages/autosklearn/estimators.py", line 456, in predict_proba
return self.automl_.predict_proba(
"/Users/marcoslpbueno/automlpy/env/lib/python3.8/site-packages/autosklearn/automl.py", line 1337, in predict_proba
return super().predict(X, batch_size=batch_size, n_jobs=n_jobs)
"/Users/marcoslpbueno/automlpy/env/lib/python3.8/site-packages/autosklearn/automl.py", line 858, in predict
X = self.InputValidator.validate_features(X)
"/Users/marcoslpbueno/automlpy/env/lib/python3.8/site-packages/autosklearn/data/validation.py", line 158, in validate_features
X = self._check_and_encode_features(X)
"/Users/marcoslpbueno/automlpy/env/lib/python3.8/site-packages/autosklearn/data/validation.py", line 427, in _check_and_encode_features
raise ValueError(
ValueError: During fit, the input features contained categorical values in columns['A1', 'A4', 'A5', 'A6', 'A8', 'A9', 'A11', 'A12'], with categories [array(['0', '1'], dtype=object), array(['1', '2'], dtype=object), array(['1', '10', '11', '12', '13', '14', '2', '3', '4', '5', '6', '7',
| 0.291281 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 507, in spawn_worker
worker.init_process()
"/usr/local/lib/python2.7/dist-packages/gunicorn/workers/ggevent.py", line 193, in init_process
super(GeventWorker, self).init_process()
"/usr/local/lib/python2.7/dist-packages/gunicorn/workers/base.py", line 114, in init_process
self.wsgi = self.app.wsgi()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 66, in wsgi
self.callable = self.load()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 65, in load
return self.load_wsgiapp()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
return util.import_app(self.app_uri)
"/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 356, in import_app
__import__(module)
"/usr/local/lib/python2.7/dist-packages/docker_registry/wsgi.py", line 28, in <module>
from .search import *
# noqa
"/usr/local/lib/python2.7/dist-packages/docker_registry/search.py", line 14, in <module>
INDEX = index.load(cfg.search_backend.lower())
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/index/__init__.py", line 82, in load
return db.SQLAlchemyIndex()
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/index/db.py", line 86, in __init__
self._setup_database()
"/usr/local/lib/python2.7/dist-packages/docker_registry/toolkit.py", line 353, in wrapper
os.remove(lock_path)OSError: [Errno 2] No such file or directory: './registry._setup_database.lock'
|
Traceback (most recent call last):
"/apps1/local/share/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 26, in run
_do_run(cmd, checks, log_stdout, env=env)
"/apps1/local/share/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 106, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
subprocess.CalledProcessError: Command '/apps1/local/share/bcbio/anaconda/envs/r36/bin/Rscript --vanilla -e library(tidyverse);salmon_files = list.files("/apps2/data/K008-K0011_Target_Discovery/K0008-K0011_RNA_updated/work/salmon", pattern="quant.sf", recursive=TRUE, full.names=TRUE);tx2gene = readr::read_csv("/apps2/data/K008-K0011_Target_Discovery/K0008-K0011_RNA_updated/work/inputs/transcriptome/tx2gene.csv", col_names=c("transcript", "gene")); samples = basename(dirname(salmon_files));names(salmon_files) = samples;txi = tximport::tximport(salmon_files, type="salmon", tx2gene=tx2gene, countsFromAbundance="lengthScaledTPM", dropInfReps=TRUE);readr::write_csv(round(txi$counts) %>% as.data.frame() %>% tibble::rownames_to_column("gene"), "/apps2/data/K008-K0011_Target_Discovery/K0008-K0011_RNA_updated/work/bcbiotx/tmpyh6_tqvc/tximport-counts.csv");readr::write_csv(txi$abundance %>% as.data.frame() %>% tibble::rownames_to_column("gene"), "/apps2/data/K008-K0011_Target_Discovery/K0008-K0011_RNA_updated/work/bcbiotx/tmp9mjt2ip1/tximport-tpm.csv");
| 0.235849 |
Traceback (most recent call last):
"/usr/lib/python3.8/doctest.py", line 1328, in __run
exec(compile(example.source, filename, "single",
"<doctest Bio.Cluster._cluster.kmedoids[0]>", line 1, in <module>
distance = array([[0.0, 1.1, 2.3],
NameError: name 'array' is not defined
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/update.py", line 148, in update_self
urlh = opener.open(version['bin'][0])
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
response = meth(req, response)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
'http', request, response, code, msg, hdrs)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 469, in error
result = self._call_chain(*args)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 656, in http_error_302
return self.parent.open(new, timeout=req.timeout)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
"/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1086, in https_open
req, **kwargs)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 8] nodename nor servname provided, or not known>
| 0.321464 |
Traceback (most recent call last):
"/home/francisco/.vim/plugged/jedi-vim/jedi_vim.py", line 182, in completions
completions = script.completions()
"/home/francisco/.vim/plugged/jedi-vim/jedi/jedi/api/__init__.py", line 192, in completions
completion_names = get_completions(user_stmt, b)
"/home/francisco/.vim/plugged/jedi-vim/jedi/jedi/api/__init__.py", line 178, in get_completions
completion_names += self._simple_complete(path, dot, like)
"/home/francisco/.vim/plugged/jedi-vim/jedi/jedi/api/__init__.py", line 259, in _simple_complete
for names_dict in s.names_dicts(search_global=False):AttributeError: 'NoneType' object has no attribute 'names_dicts'
|
Traceback (most recent call last):
"D:/Sentiment/sentiment/SentimentDemo.py", line 2, in <module>
from polyglot.text import Text,Word
"C:\Python36\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\text.py", line 11, in <module>
from polyglot.detect import Detector, Language
"C:\Python36\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\detect\__init__.py", line 1, in <module>
from .base import Detector, Language
"C:\Python36\lib\site-packages\polyglot-16.7.4-py3.6.egg\polyglot\detect\base.py", line 11, in <module>
from icu import Locale
ModuleNotFoundError: No module named 'icu'
| 0.248689 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-liolni/superset/setup.py", line 19, in <module>
with open('README.md', encoding='utf-8') as f:
TypeError: 'encoding' is an invalid keyword argument for this function
|
Traceback (most recent call last):
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/medusa/scene_exceptions.py#L387">medusa\scene_exceptions.py</a>", line 387, in _get_anidb_exceptions
cache_path=join(app.CACHE_DIR, 'adba')
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L128">ext\adba\aniDBAbstracter.py</a>", line 128, in __init__
self.aid = self._get_aid_from_xml(self.name)
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L178">ext\adba\aniDBAbstracter.py</a>", line 178, in _get_aid_from_xml
self.allAnimeXML = read_anidb_xml(self.cache_path)
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L111">ext\adba\aniDBfileInfo.py</a>", line 111, in read_anidb_xml
return read_xml_into_etree(file_path)
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L135">ext\adba\aniDBfileInfo.py</a>", line 135, in read_xml_into_etree
xml_a_setree = etree.ElementTree().parse(filePath)
"<string>", line 38, in parseParseError: no element found: line 30418, column 40
| 0.200918 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.