text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"real_time_video.py", line 2, in <module>
import imutils
ModuleNotFoundError: No module named 'imutils' | Traceback (most recent call last):
"/usr/local/lib/python3.6/asyncio/tasks.py", line 179, in _step
result = coro.send(None)
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 381, in async_process_entity
new_entity, self, update_before_add=update_before_add
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 238, in async_add_entity
yield from entity.async_update_ha_state()
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 239, in async_update_ha_state
state = self.state
"/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/dyson.py", line 176, in state
if self._device.environmental_state:
AttributeError: 'DysonPureCoolLink' object has no attribute 'environmental_state'
| 0.314561 |
Traceback (most recent call last):
"/usr/local/bin/salt-call", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
"/salt/scripts/salt-call", line 11, in <module>
salt_call()
"/salt/salt/scripts.py", line 333, in salt_call
client.run()
"/salt/salt/cli/call.py", line 58, in run
caller.run()
"/salt/salt/cli/caller.py", line 133, in run
ret = self.call()
"/salt/salt/cli/caller.py", line 196, in call
ret['return'] = func(*args, **kwargs)
"/salt/salt/modules/state.py", line 535, in highstate
conflict = _check_queue(queue, kwargs)
"/salt/salt/modules/state.py", line 159, in _check_queue
conflict = running()
"/salt/salt/modules/state.py", line 122, in running
active = __salt__['saltutil.is_running']('state.*')
"/salt/salt/modules/saltutil.py", line 629, in is_running
run = running()
"/salt/salt/modules/saltutil.py", line 647, in running
return salt.utils.minion.running(__opts__)
"/salt/salt/utils/minion.py", line 24, in running
data = _read_proc_file(path, opts)
"/salt/salt/utils/minion.py", line 57, in _read_proc_file
if not salt.utils.process.os_is_running(data['pid']):KeyError: 'pid' | Jun 06 13:17:45.871 - [ERROR] Except stack:Traceback (most recent call last):
"D:\翻墙\XX-Net\XX-Mini\XX-Mini_win_v1.2.7\python27.zip\google_ip.py", line 619, in scan_ip_worker
"D:\翻墙\XX-Net\XX-Mini\XX-Mini_win_v1.2.7\python27.zip\check_ip.py", line 213, in test_gae_ip2
"D:\翻墙\XX-Net\XX-Mini\XX-Mini_win_v1.2.7\python27.zip\hyper\http20\connection.py", line 114, in **init**
"D:\翻墙\XX-Net\XX-Mini\XX-Mini_win_v1.2.7\python27.zip\hyper\http20\connection.py", line 282, in _send_preamble
"D:\翻墙\XX-Net\XX-Mini\XX-Mini_win_v1.2.7\python27.zip\hyper\common\bufsocket.py", line 110, in send
"D:\翻墙\XX-Net\XX-Mini\XX-Mini_win_v1.2.7\python27.zip\hyper\common\bufsocket.py", line 123, in flushTypeError: unsupported operand type(s) for +=: 'int' and 'NoneType' | 0.318542 |
Traceback (most recent call last):
"/mist.io/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/buildout.py", line 1946, in main
getattr(buildout, command)(args)
"/mist.io/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/buildout.py", line 626, in install
installed_files = self[part]._call(recipe.install)
"/mist.io/eggs/zc.buildout-2.3.1-py2.7.egg/zc/buildout/buildout.py", line 1370, in _call
return f()
"/mist.io/eggs/gocept.download-0.9.5-py2.7.egg/gocept/download/__init__.py", line 93, in install
retcode = subprocess.call(call)
"/usr/lib64/python2.7/subprocess.py", line 524, in call
return Popen(*popenargs, **kwargs).wait()
"/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
"/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'context'
| 0.186348 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/owntracks/messages.py", line 352, in async_handle_message
await handler(hass, context, message)
"/usr/src/homeassistant/homeassistant/components/owntracks/messages.py", line 315, in async_handle_encrypted_message
context.secret, message.get("topic"), message["data"]
"/usr/src/homeassistant/homeassistant/components/owntracks/messages.py", line 136, in _decrypt_payload
message = decrypt(ciphertext, key)
"/usr/src/homeassistant/homeassistant/components/owntracks/messages.py", line 32, in decrypt
return SecretBox(key).decrypt(ciphertext, encoder=Base64Encoder)
"/usr/local/lib/python3.7/site-packages/nacl/secret.py", line 131, in decrypt
nonce, self._key)
"/usr/local/lib/python3.7/site-packages/nacl/bindings/crypto_secretbox.py", line 78, in crypto_secretbox_open
raising=exc.CryptoError)
"/usr/local/lib/python3.7/site-packages/nacl/exceptions.py", line 68, in ensure
raise raising(*args)
nacl.exceptions.CryptoError: Decryption failed. Ciphertext failed verification
| Traceback (most recent call last):
"docker-compose", line 6, in <module>
"compose\cli\main.py", line 71, in main
"compose\cli\main.py", line 127, in perform_command
"compose\cli\main.py", line 1039, in up
"compose\cli\main.py", line 1035, in up
"compose\project.py", line 465, in up
"compose\service.py", line 327, in ensure_image_exists
"compose\service.py", line 998, in build
"site-packages\docker\api\build.py", line 150, in build
"site-packages\docker\utils\build.py", line 15, in tar
"site-packages\docker\utils\utils.py", line 121, in create_archive
OSError: Can not read file in context: C:\Users\\1dal\\devel\\kek\\mekekeke\\bin\\console
| 0.236032 |
Traceback (most recent call last):
"test.py", line 36, in <module>
model.test()
"/home/nikhitha/Srijita_work/deblur/DeblurGAN-master/models/test_model.py", line 37, in test
self.fake_B = self.netG.forward(self.real_A)
"/home/nikhitha/Srijita_work/deblur/DeblurGAN-master/models/networks.py", line 148, in forward
output = input + output
"/usr/local/lib/python2.7/dist-packages/torch/autograd/variable.py", line 745, in __add__
return self.add(other)
"/usr/local/lib/python2.7/dist-packages/torch/autograd/variable.py", line 283, in add
return self._add(other, False)
"/usr/local/lib/python2.7/dist-packages/torch/autograd/variable.py", line 277, in _add
return Add(inplace)(self, other)
"/usr/local/lib/python2.7/dist-packages/torch/autograd/_functions/basic_ops.py", line 20, in forward
return a.add(b)
RuntimeError: sizes do not match at /b/wheel/pytorch-src/torch/lib/THC/generated/../generic/THCTensorMathPointwise.cu:216
| Traceback (most recent call last):\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 1475, in <module>\r\n
main()\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 1468, in main\r\n
rval = OCObjectValidator.run_ansible(module.params)\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 1430, in run_ansible\r\n
success, rval, invalid = objectvalidator.get_invalid(resource, invalid_filter)\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 1379, in get_invalid\r\n
rval = self._get(kind)\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 907, in _get\r\n
rval = self.openshift_cmd(cmd, output=True)\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 1033, in openshift_cmd\r\n
returncode, stdout, stderr = self._run(cmds, input_data)\r\n
\"/tmp/ansible_w0XVgT/ansible_module_oc_objectvalidator.py\", line 1008, in _run\r\n
return proc.returncode, stdout.decode(), stderr.decode()\r\nUnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 521: ordinal not in range(128)\r\n", "msg": "MODULE FAILURE"}
to retry, use: --limit @/root/openshift-ansible/playbooks/byo/openshift-cluster/upgrades/v3_5/upgrade.retry
```
| 0.320568 |
Traceback (most recent call last):
"../instagram_private_api/client.py", line 523, in _call_api
response = self.opener.open(req, timeout=self.timeout)
"/usr/lib/python3.5/urllib/request.py", line 472, in open
response = meth(req, response)
"/usr/lib/python3.5/urllib/request.py", line 582, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python3.5/urllib/request.py", line 510, in error
return self._call_chain(*args)
"/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
result = func(*args)
"/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 400: Bad Request
| Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2881, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-8-4d14c0917102>", line 3, in <module>
result = hough_ellipse(np.zeros((100, 100)))
"C:\Anaconda3\lib\site-packages\skimage\transform\hough_transform.py", line 163, in hough_ellipse
min_size=min_size, max_size=max_size)
"skimage/transform/_hough_transform.pyx", line 150, in skimage.transform._hough_transform._hough_ellipse (skimage\transform\_hough_transform.c:3881)
ValueError: Buffer and memoryview are not contiguous in the same dimension.
| 0.256432 |
Traceback (most recent call last):
"aaaa.py", line 431, in ddd
twitterApi.createFriendship(user_id=str(fullUser["id"]).encode('UTF-8'))
"C:\Python27\lib\site-packages\twython\twython.py", line 138, in <lambda>
return lambda *_kwargs: self._constructFunc(key, *_kwargs)
"C:\Python27\lib\site-packages\twython\twython.py", line 155, in _constructFunc
content = self._request(url, method=fn['method'], params=kwargs)
"C:\Python27\lib\site-packages\twython\twython.py", line 211, in _request
retry_after=response.headers.get('retry-after'))TwythonError: 'An error occurred processing your request.' | Traceback (most recent call last):
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\doit\action.py", line 424, in execute
returned_value = self.py_callable(*self.args, **kwargs)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nikola\post.py", line 652, in compile
lang)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nikola\plugins\compile\ipynb.py", line 88, in compile
output, shortcode_deps = self.compile_string(nb_str, is_two_file, post, lang)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nikola\plugins\compile\ipynb.py", line 79, in compile_string
output = self._compile_string(nbformat.reads(new_data, current_nbformat))
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nikola\plugins\compile\ipynb.py", line 64, in _compile_string
exportHtml = HTMLExporter(config=c)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nbconvert\exporters\templateexporter.py", line 256, in __init__
super(TemplateExporter, self).__init__(config=config, **kw)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nbconvert\exporters\exporter.py", line 109, in __init__
self._init_preprocessors()
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nbconvert\exporters\exporter.py", line 263, in _init_preprocessors
self.register_preprocessor(preprocessor, enabled=True)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\nbconvert\exporters\exporter.py", line 224, in register_preprocessor
preprocessor_cls = import_item(preprocessor)
"c:\users\abdull~1\docume~1\github\myblog2\nikola\lib\site-packages\traitlets\utils\importstring.py", line 34, in import_item
module = __import__(package, fromlist=[obj])
ModuleNotFoundError: No module named 'jupyter_contrib_nbextensions'
| 0.243731 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/urllib3/__init__.py", line 10, in <module>
from .connectionpool import (
"/usr/lib/python2.7/site-packages/urllib3/connectionpool.py", line 31, in <module>
from .connection import (
"/usr/lib/python2.7/site-packages/urllib3/connection.py", line 45, in <module>
from .util.ssl_ import (
"/usr/lib/python2.7/site-packages/urllib3/util/__init__.py", line 4, in <module>
from .request import make_headers
"/usr/lib/python2.7/site-packages/urllib3/util/request.py", line 5, in <module>
from ..exceptions import UnrewindableBodyError
ImportError: cannot import name UnrewindableBodyError
| Traceback (most recent call last):
"/data/home/nwagner/local/lib64/python2.3/site-packages/scipy/io/tests/test_mio.py", line 25, in ?
class TestMIOArray(NumpyTestCase):
"/data/home/nwagner/local/lib64/python2.3/site-packages/scipy/io/tests/test_mio.py", line 235, in TestMIOArray
format = case in case_table4 and '4' or '5'ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() | 0.249423 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
NameError: name 'self' is not defined
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 0.319702 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self._create_connected_socket('control')
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context()
"zmq/backend/cython/context.pyx", line 48, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Bad address
|
Traceback (most recent call last):
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/exceptions.py", line 640, in conda_exception_handler
return_value = func(*args, **kwargs)
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/cli/main.py", line 140, in _main
exit_code = args.func(args, p)
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/cli/main_install.py", line 80, in execute
install(args, parser, 'install')
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/cli/install.py", line 326, in install
execute_actions(actions, index, verbose=not context.quiet)
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/plan.py", line 830, in execute_actions
execute_instructions(plan, index, verbose)
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/instructions.py", line 247, in execute_instructions
cmd(state, arg)
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/instructions.py", line 108, in UNLINKLINKTRANSACTION_CMD
txn.execute()
"/opt/continuum/anaconda/lib/python3.6/site-packages/conda/core/link.py", line 297, in execute
rollback_excs,
conda.CondaMultiError: [Errno 22] Invalid argument: '/opt/continuum/anaconda/envs/anaconda44_py35/lib/python3.5/version.txt' -> '/opt/continuum/anaconda/envs/anaconda44_py35/lib/python3.5/version.txt.c~'
| 0.225555 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/api/__init__.py", line 217, in completions
return completion.completions(fuzzy)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/api/completion.py", line 94, in completions
return self._completions(fuzzy, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/api/completion.py", line 109, in _completions
completion_names = self._get_value_completions(leaf)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/api/completion.py", line 218, in _get_value_completions
completion_names += self._trailer_completions(dot.get_previous_leaf())
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/api/completion.py", line 270, in _trailer_completions
completion_names += filter.values()
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 243, in values
return [n for filter in self._filters for n in filter.values()]
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 243, in <listcomp>
return [n for filter in self._filters for n in filter.values()]
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 92, in values
for name_key in self._used_names
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 87, in _convert_names
return [self.name_class(self.parent_context, name) for name in names]
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 87, in <listcomp>
return [self.name_class(self.parent_context, name) for name in names]
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 95, in <genexpr>
**filter_kwargs
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 122, in _filter
return list(self._check_flows(names))
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/filters.py", line 137, in _check_flows
origin_scope=self._origin_scope
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/flow_analysis.py", line 78, in reachability_check
return _break_check(context, value_scope, first_flow_scope, node)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/flow_analysis.py", line 93, in _break_check
reachable = _check_if(context, flow_node)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/flow_analysis.py", line 113, in _check_if
types = context.infer_node(node)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/context.py", line 210, in infer_node
return infer_node(self, node)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 148, in infer_node
return _infer_node_if_inferred(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 161, in _infer_node_if_inferred
return _infer_node_cached(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/cache.py", line 42, in wrapper
rv = function(obj, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 166, in _infer_node_cached
return _infer_node(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/debug.py", line 82, in wrapper
return func(*args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 62, in wrapper
return func(context, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 248, in _infer_node
return infer_or_test(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 453, in infer_or_test
types = context.infer_node(next(iterator))
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/context.py", line 210, in infer_node
return infer_node(self, node)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 148, in infer_node
return _infer_node_if_inferred(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 161, in _infer_node_if_inferred
return _infer_node_cached(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/cache.py", line 42, in wrapper
rv = function(obj, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 166, in _infer_node_cached
return _infer_node(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/debug.py", line 82, in wrapper
return func(*args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 62, in wrapper
return func(context, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 248, in _infer_node
return infer_or_test(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 471, in infer_or_test
context.infer_node(right))
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 524, in _infer_comparison
for left in left_values
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/common/value.py", line 32, in from_sets
for set_ in sets:
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 525, in <genexpr>
for right in right_values
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 601, in _infer_comparison_part
if left.is_compiled() and right.is_compiled():
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/base_value.py", line 287, in __getattr__
return getattr(self._wrapped_value, name)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/utils.py", line 75, in wrapper
return func(*args, **kwds)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/cache.py", line 143, in wrapper
result = method(self, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/base_value.py", line 295, in _wrapped_value
return self._get_wrapped_value()
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/value/iterable.py", line 202, in _get_wrapped_value
TupleGenericManager(self._get_generics())
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/value/iterable.py", line 194, in _get_generics
return (self.merge_types_of_iterate().py__class__(),)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/base_value.py", line 58, in merge_types_of_iterate
for lazy_value in self.iterate(contextualized_node, is_async)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/common/value.py", line 32, in from_sets
for set_ in sets:
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/base_value.py", line 57, in <genexpr>
lazy_value.infer()
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/value/iterable.py", line 346, in py__iter__
for addition in check_array_additions(self._defining_context, self):
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/value/dynamic_arrays.py", line 40, in check_array_additions
return _internal_check_array_additions(context, sequence)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/cache.py", line 42, in wrapper
rv = function(obj, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/debug.py", line 82, in wrapper
return func(*args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/value/dynamic_arrays.py", line 110, in _internal_check_array_additions
cut_own_trailer=True
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/helpers.py", line 106, in infer_call_of_leaf
values = context.infer_node(base)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/context.py", line 210, in infer_node
return infer_node(self, node)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 148, in infer_node
return _infer_node_if_inferred(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 161, in _infer_node_if_inferred
return _infer_node_cached(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/cache.py", line 42, in wrapper
rv = function(obj, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 166, in _infer_node_cached
return _infer_node(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/debug.py", line 82, in wrapper
return func(*args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 62, in wrapper
return func(context, *args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 176, in _infer_node
return infer_atom(context, element)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 301, in infer_atom
return context.py__getattribute__(atom, position=position)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/context.py", line 75, in py__getattribute__
values = ValueSet.from_sets(name.infer() for name in names)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/common/value.py", line 32, in from_sets
for set_ in sets:
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/context.py", line 75, in <genexpr>
values = ValueSet.from_sets(name.infer() for name in names)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/names.py", line 237, in infer
self.tree_name
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/plugins/__init__.py", line 21, in wrapper
return built_functions[name](*args, **kwargs)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/plugins/stdlib.py", line 827, in wrapper
return func(inference_state, context, tree_name)
"/home/akuli/porcu/env/lib/python3.7/site-packages/jedi/inference/syntax_tree.py", line 744, in tree_name_to_values
raise ValueError("Should not happen. type: %s" % typ)
ValueError: Should not happen. type: del_stmt
| 2021-01-15 08:43:09.922 | INFO
| core.base:__call__:185 Timeouterror Timeout 24076ms exceeded. Traceback (most recent call last):
"/app/core/base.py", line 165, in __call__
self.page.goto(self.start_url)
"/usr/local/lib/python3.8/dist-packages/playwright/sync_api.py", line 4197, in goto
self._sync(
"/usr/local/lib/python3.8/dist-packages/playwright/sync_base.py", line 107, in _sync
return future.result()
"/usr/local/lib/python3.8/dist-packages/playwright/page.py", line 451, in goto
return await self._main_frame.goto(**locals_to_params(locals()))
"/usr/local/lib/python3.8/dist-packages/playwright/frame.py", line 116, in goto
await self._channel.send("goto", locals_to_params(locals()))
"/usr/local/lib/python3.8/dist-packages/playwright/connection.py", line 39, in send
result = await callback.future
playwright.helper.TimeoutError: Timeout 30000ms exceeded.
| 0.320855 |
> Traceback (most recent call last):
"C:\XXX\PycharmProjects\ciExp\venv\lib\site-packages\nltk\probability.py", line 1907, in plot
from matplotlib import plt
ImportError: cannot import name 'plt' from 'matplotlib' (C:\XXX\PycharmProjects\ciExp\venv\lib\site-packages\matplotlib\__init__.py)
| Traceback (most recent call last):
"/path/to/run2.py", line 459, in <module>
results = test_model()
"/home/vym1/nn2/lib/python3.7/site-packages/torch/autograd/grad_mode.py", line 26, in decorate_context
return func(*args, **kwargs)
"/path/to/run2.py", line 130, in test_model
for data in tqdm(test_loader):
"/home/vym1/nn2/lib/python3.7/site-packages/tqdm/std.py", line 1167, in __iter__
for obj in iterable:
"/home/vym1/nn2/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 435, in __next__
data = self._next_data()
"/home/vym1/nn2/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1065, in _next_data
return self._process_data(data)
"/home/vym1/nn2/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1111, in _process_data
data.reraise()
"/home/vym1/nn2/lib/python3.7/site-packages/torch/_utils.py", line 428, in reraise
raise self.exc_type(msg)
NotFoundError: Caught
NotFoundError in DataLoader worker process 11.
| 0.250295 |
Traceback (most recent call last):
"/usr/local/bin/ipython", line 4, in <module>
from IPython import start_ipython
"/usr/local/lib/python2.7/dist-packages/IPython/__init__.py", line 48, in <module>
from .core.application import Application
"/usr/local/lib/python2.7/dist-packages/IPython/core/application.py", line 24, in <module>
from IPython.core import release, crashhandler
"/usr/local/lib/python2.7/dist-packages/IPython/core/crashhandler.py", line 28, in <module>
from IPython.core import ultratb
"/usr/local/lib/python2.7/dist-packages/IPython/core/ultratb.py", line 117, in <module>
from IPython.core import debugger
"/usr/local/lib/python2.7/dist-packages/IPython/core/debugger.py", line 35, in <module>
from IPython.utils import PyColorize, ulinecache
"/usr/local/lib/python2.7/dist-packages/IPython/utils/PyColorize.py", line 57, in <module>
from .colorable import Colorable
"/usr/local/lib/python2.7/dist-packages/IPython/utils/colorable.py", line 21, in <module>
class Colorable(Configurable):
"/usr/local/lib/python2.7/dist-packages/IPython/utils/colorable.py", line 25, in Colorable
default_style=Unicode('lightbg').tag(config=True)AttributeError: 'Unicode' object has no attribute 'tag' | Traceback (most recent call last):
"/home/gz/anaconda3/envs/pc/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"/home/gz/anaconda3/envs/pc/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
"/home/gz/.vscode/extensions/ms-python.python-2021.3.680753044/python
s/lib/python/debugpy/__main__.py", line 45, in <module>
cli.main()
"/home/gz/.vscode/extensions/ms-python.python-2021.3.680753044/python
s/lib/python/debugpy/../debugpy/server/cli.py", line 444, in main
run()
"/home/gz/.vscode/extensions/ms-python.python-2021.3.680753044/python
s/lib/python/debugpy/../debugpy/server/cli.py", line 285, in run_file
runpy.run_path(target_as_str, run_name=compat.force_str("__main__"))
"/home/gz/anaconda3/envs/pc/lib/python3.8/runpy.py", line 265, in run_path
return _run_module_code(code, init_globals, run_name,
"/home/gz/anaconda3/envs/pc/lib/python3.8/runpy.py", line 97, in _run_module_code
_run_code(code, mod_globals, init_globals,
"/home/gz/anaconda3/envs/pc/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
"/home/gz/桌面/3DCVcode/segmentation/PointNet12KiTTI/pcdseg.py", line 242, in <module>
evaluate(args)
"/home/gz/桌面/3DCVcode/segmentation/PointNet12KiTTI/pcdseg.py", line 229, in evaluate
acc, miou = test_kitti_semseg(model.eval(), testdataloader,args.model_name,num_classes,class_names)
"/home/gz/桌面/3DCVcode/segmentation/PointNet12KiTTI/pcdseg.py", line 64, in test_kitti_semseg
for points, target in tqdm(loader, total=len(loader), smoothing=0.9, dynamic_ncols=True):
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/tqdm/std.py", line 1166, in __iter__
for obj in iterable:
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 435, in __next__
data = self._next_data()
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 475, in _next_data
data = self._dataset_fetcher.fetch(index)
# may raise StopIteration
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp>
data = [self.dataset[idx] for idx in possibly_batched_index]
"/home/gz/桌面/3DCVcode/segmentation/PointNet12KiTTI/data_utils/SemKITTI_Loader.py", line 92, in __getitem__
point_cloud, label = self.get_data(self.keys[index])
"/home/gz/桌面/3DCVcode/segmentation/PointNet12KiTTI/data_utils/SemKITTI_Loader.py", line 77, in get_data
if not self.np_redis.exists(key):
"/home/gz/桌面/3DCVcode/segmentation/PointNet12KiTTI/data_utils/redis_utils.py", line 49, in exists
return bool(self.handle.execute_command('EXISTS ' + key))
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/redis/client.py", line 898, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/redis/connection.py", line 1192, in get_connection
connection.connect()
"/home/gz/anaconda3/envs/pc/lib/python3.8/site-packages/redis/connection.py", line 563, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 111 connecting to 127.0.0.1:6379. Connection refused.
| 0.270424 |
Traceback (most recent call last):
"/www/pyenv/lib/python2.7/site-packages/flask/app.py", line 1994, in __call__
return self.wsgi_app(environ, start_response)
"/www/pyenv/lib/python2.7/site-packages/flask_socketio/__init__.py", line 42, in __call__
start_response)
"/www/pyenv/lib/python2.7/site-packages/engineio/middleware.py", line 47, in __call__
return self.engineio_app.handle_request(environ, start_response)
"/www/pyenv/lib/python2.7/site-packages/socketio/server.py", line 353, in handle_request
return self.eio.handle_request(environ, start_response)
"/www/pyenv/lib/python2.7/site-packages/engineio/server.py", line 278, in handle_request
socket.handle_post_request(environ)
"/www/pyenv/lib/python2.7/site-packages/engineio/socket.py", line 105, in handle_post_request
self.receive(pkt)
"/www/pyenv/lib/python2.7/site-packages/engineio/socket.py", line 55, in receive
async=self.server.async_handlers)
"/www/pyenv/lib/python2.7/site-packages/engineio/server.py", line 378, in _trigger_event
return self.handlers[event](*args)
"/www/pyenv/lib/python2.7/site-packages/socketio/server.py", line 509, in _handle_eio_message
self._handle_connect(sid, pkt.namespace)
"/www/pyenv/lib/python2.7/site-packages/socketio/server.py", line 415, in _handle_connect
self.manager.disconnect(sid, namespace)
"/www/pyenv/lib/python2.7/site-packages/socketio/base_manager.py", line 68, in disconnect
for room_name, room in six.iteritems(self.rooms[namespace]):
KeyError: u'/xiyouws'
| Pushing files to PavloviaTraceback (most recent call last):
"/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/app/pavlovia_ui/project.py", line 455, in syncProject
"/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/psychopy/projects/pavlovia.py", line 758, in firstPush
"/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/git/cmd.py", line 548, in <lambda>
"/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/git/cmd.py", line 1014, in _call_process
"/Applications/PsychoPy3.app/Contents/Resources/lib/python3.6/git/cmd.py", line 825, in execute
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
| 0.286284 |
Traceback (most recent call last):
"/home/viking/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot/plugins/disco.py", line 130, in prepare
self._initialized.prepare()
"/home/viking/.local/share/letsencrypt/local/lib/python2.7/site-packages/certbot_apache/configurator.py", line 173, in prepare
'Cannot find Apache control command {0}'.format(restart_cmd))
NoInstallationError: Cannot find Apache control command apache2ctl
| Traceback (most recent call last):
"/usr/local/bin/git-filter-repo", line 3913, in <module>
filter.run()
"/usr/local/bin/git-filter-repo", line 3850, in run
self._parser.run(self._input, self._output)
"/usr/local/bin/git-filter-repo", line 1414, in run
self._parse_commit()
"/usr/local/bin/git-filter-repo", line 1267, in _parse_commit
self._commit_callback(commit, aux_info)
"/usr/local/bin/git-filter-repo", line 3407, in _tweak_commit
self._record_remapping(commit, orig_parents)
"/usr/local/bin/git-filter-repo", line 3190, in _record_remapping
self._output.flush()
BrokenPipeError: [Errno 32] Broken pipe
| 0.251816 |
Traceback (most recent call last):
"interactive_conditional_samples.py", line 90, in <module>
fire.Fire(interact_model)
"A:\Coding_and_Scripting\Miniconda3\lib\site-packages\fire\core.py", line 127, in Fire
component_trace = _Fire(component, args, context, name)
"A:\Coding_and_Scripting\Miniconda3\lib\site-packages\fire\core.py", line 366, in _Fire
component, remaining_args)
"A:\Coding_and_Scripting\Miniconda3\lib\site-packages\fire\core.py", line 542, in _CallCallable
result = fn(*varargs, **kwargs)
"interactive_conditional_samples.py", line 46, in interact_model
enc = encoder.get_encoder(model_name, models_dir)
"A:\Coding_and_Scripting\Miniconda3\_PROJECTS\gpt-2-master\src\encoder.py", line 109, in get_encoder
with open(os.path.join("A:\Coding_and_Scripting\Miniconda3\_PROJECTS\gpt-2-master\models\345M\encoder.json"), 'r') as f:
NotFoundError: [Errno 2] No such file or directory: 'A:\\Coding_and_Scripting\\Miniconda3\\_PROJECTS\\gpt-2-master\\modelsåM\\encoder.json'
| Traceback (most recent call last):
"/usr/local/bin/OptiTypePipeline.py", line 398, in <module>
coverage_mat = ht.calculate_coverage(plot_variables, features, hlatype, features_used)
"/usr/local/share/bcbio/anaconda/share/optitype-2015.10.20-1/hlatyper.py", line 617, in calculate_coverage
coverage[bool(i_mismatches)][i_pairing-1][i_hitcount-1][i_pos-1:i_pos-1+i_read_length] += 1
IndexError: in the future, 0-d boolean arrays will be interpreted as a valid boolean index
| 0.29051 |
Traceback (most recent call last):
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/study.py", line 677, in _run_trial
result = func(trial)
"/Users/Hendrik/Desktop/larry1/min_working.py", line 174, in objective
trainer.fit(model)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 793, in fit
self.run_pretrain_routine(model)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 913, in run_pretrain_routine
self.train()
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py", line 347, in train
self.run_training_epoch()
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py", line 453, in run_training_epoch
self.call_early_stop_callback()
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/pytorch_lightning/trainer/training_loop.py", line 793, in call_early_stop_callback
self.early_stop_callback.on_epoch_end(self, self.get_model())
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/integration/pytorch_lightning.py", line 61, in on_epoch_end
self._trial.report(current_score, step=epoch)
"/Users/Hendrik/opt/anaconda3/lib/python3.7/site-packages/optuna/trial.py", line 597, in report
if step < 0:
TypeError: '<' not supported between instances of 'Trainer' and 'int'
| Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 259, in _key
return func()
"/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 224, in _key_enter
self._proc(text)
"/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 232, in _proc
result = self.procfunc(text)
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/shell.py", line 79, in parse_input_run_command
cmd_stdout = shell.generic_user_input(command, params)
"/usr/share/w3af/w3af/core/data/kb/shell.py", line 107, in generic_user_input
return self.help(help_command)
"/usr/share/w3af/w3af/core/data/kb/shell.py", line 88, in help
raise NotImplementedError('Please implement the help() method.')NotImplementedError: Please implement the help() method. | 0.296255 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1156, in download_one_from
file = downloader.download_one()
"/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
"/usr/lib/python3/dist-packages/variety/plugins/builtin/downloaders/DesktopprDownloader.py", line 57, in fill_queue
response = Util.fetch_json("https://api.desktoppr.co/1/wallpapers/random", verify=False)
"/usr/lib/python3/dist-packages/variety/Util.py", line 643, in fetch_json
return Util.request(url, data, **request_kwargs).json()
"/usr/lib/python3/dist-packages/variety/Util.py", line 612, in request
r = requests.request(
"/usr/lib/python3/dist-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3/dist-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.desktoppr.co', port=443): Max retries exceeded with url: /1/wallpapers/random (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl_choose_client_version', 'unsupported protocol')])")))
| Traceback (most recent call last):
"/Users/bverst/Library/Python/2.7/lib/python/site-packages/azure/cli/core/commands/__init__.py", line 287, in get_command_table
import_module('azure.cli.command_modules.' + mod).load_commands()
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/azure/cli/command_modules/cosmosdb/__init__.py", line 14, in load_commands
import azure.cli.command_modules.cosmosdb.commands
# pylint: disable=redefined-outer-name
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/azure/cli/command_modules/cosmosdb/commands.py", line 24, in <module>
APPLICATION.register(APPLICATION.COMMAND_PARSER_PARSING, deprecate)
AttributeError: 'Application' object has no attribute 'COMMAND_PARSER_PARSING'
| 0.279971 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/optuna/study.py", line 709, in _run_trial
result = func(trial)
"/usr/local/lib/python3.6/dist-packages/optuna/integration/_lightgbm_tuner/optimize.py", line 304, in __call__
val_scores = self._get_cv_scores(cv_results)
"/usr/local/lib/python3.6/dist-packages/optuna/integration/_lightgbm_tuner/optimize.py", line 294, in _get_cv_scores
val_scores = cv_results["{}-mean".format(metric)]
KeyError: 'l1-mean'
| Traceback (most recent call last):
"X:\Python27-x64\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
"X:\Python27-x64\lib\site-packages\matplotlib\tests\test_triangulation.py", line 405, in test_triinterpcubic_C1_continuity
check_continuity(interp, (ax, ay), values[:, 0])
"X:\Python27-x64\lib\site-packages\matplotlib\tests\test_triangulation.py", line 366, in check_continuity
(dzx, dzy) = interpolator.gradient([loc_x], [loc_y])
"X:\Python27-x64\lib\site-packages\matplotlib\tri\triinterpolate.py", line 435, in gradient
return_keys=('dzdx', 'dzdy'))
"X:\Python27-x64\lib\site-packages\matplotlib\tri\triinterpolate.py", line 208, in _interpolate_multikeys
return_key, valid_tri_index, valid_x, valid_y) * scaleTypeError: NumPy boolean array indexing assignment requires a 0 or 1-dimensional input, input has 2 dimensions | 0.268597 |
Traceback (most recent call last):
"<string>", line 1, in <module>
".\urllib2.py", line 126, in urlopen
".\urllib2.py", line 397, in open
".\urllib2.py", line 510, in http_response
".\urllib2.py", line 429, in error
".\urllib2.py", line 369, in _call_chain
".\urllib2.py", line 605, in http_error_302
".\urllib2.py", line 391, in open
".\urllib2.py", line 414, in _open
".\urllib2.py", line 369, in _call_chain
".\urllib2.py", line 1194, in unknown_openurllib2.URLError: <urlopen error unknown url type: https> | Traceback (most recent call last):
"/var/task/django/db/backends/utils.py", line 85, in _execute
return self.cursor.execute(sql, params)
"/var/task/django/db/backends/sqlite3/base.py", line 298, in execute
return Database.Cursor.execute(self, query, params)
sqlite3.OperationalError: attempt to write a readonly database
| 0.202934 |
Traceback (most recent call last):
"/home/alexus/.local/share/letsencrypt/bin/letsencrypt", line 7, in <module>
from letsencrypt.cli import main
"/home/alexus/.local/share/letsencrypt/lib/python2.7/site-packages/letsencrypt/cli.py", line 15, in <module>
import OpenSSL
"/home/alexus/.local/share/letsencrypt/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
"/home/alexus/.local/share/letsencrypt/lib/python2.7/site-packages/OpenSSL/rand.py", line 11, in <module>
from OpenSSL._util import (
"/home/alexus/.local/share/letsencrypt/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
from cryptography.hazmat.bindings.openssl.binding import Binding
"/home/alexus/.local/share/letsencrypt/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 13, in <module>
from cryptography.hazmat.bindings._openssl import ffi, libImportError: /home/alexus/.local/share/letsencrypt/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so: Undefined symbol "CRYPTO_malloc_debug_init" | Traceback (most recent call last):
"/miniconda2/envs/elasticdl-rc0/bin/elasticdl", line 10, in <module>
sys.exit(main())
"/miniconda2/envs/elasticdl-rc0/lib/python3.7/site-packages/elasticdl/python/elasticdl/client.py", line 46, in main
args.func(args)
"/miniconda2/envs/elasticdl-rc0/lib/python3.7/site-packages/elasticdl/python/elasticdl/api.py", line 24, in train
docker_tlskey=args.docker_tlskey,
"/miniconda2/envs/elasticdl-rc0/lib/python3.7/site-packages/elasticdl/python/elasticdl/image_builder.py", line 74, in build_and_push_docker_image
_build_docker_image(client, ctx_dir, df.name, image_name)
"/miniconda2/envs/elasticdl-rc0/lib/python3.7/site-packages/elasticdl/python/elasticdl/image_builder.py", line 241, in _build_docker_image
_print_docker_progress(line)
"/miniconda2/envs/elasticdl-rc0/lib/python3.7/site-packages/elasticdl/python/elasticdl/image_builder.py", line 224, in _print_docker_progress
raise RuntimeError("Docker image build: " + error)
RuntimeError: Docker image build: COPY failed: stat /var/lib/docker/tmp/docker-builder531748767/model_zoo: no such file or directory
| 0.255647 |
Traceback (most recent call last):
"wechat_jump_auto.py", line 356, in <module>
main()
"wechat_jump_auto.py", line 343, in main
im = Image.open('./autojump.png')
"C:\ProgramData\Anaconda2\lib\site-packages\PIL\Image.py", line 2519, in open
% (filename if filename else fp))
IOError: cannot identify image file './autojump.png' | Traceback (most recent call last):
"json_to_csv_converter.py", line 122, in <module> column_names=get_superset_of_column_names_from_file<json_file>
"json_to_csv_converter.py", line 25, in get_superset_of_column_names_from_file
for line in fin:
"C:\Users\Bengi\Appdata\Local\Programs\Python\Python35-32\lib\encodings\cp1252.py" line 23, in decode
return codecs.charmap_decode(input, self_errors,decoding_table)[0]Unicode Decode Error: 'charmap' codec cant decode byte 0X9d in position 1102: character maps to <undefinede> | 0.199822 |
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):
"demo.py", line 12, in <module>
from lib.networks.factory import get_network
"/home/zhup/Desktop/TFFRCNN/lib/networks/__init__.py", line 8, in <module>
from .VGGnet_train import VGGnet_train
"/home/zhup/Desktop/TFFRCNN/lib/networks/VGGnet_train.py", line 2, in <module>
from network import Network
"/home/zhup/Desktop/TFFRCNN/lib/networks/network.py", line 5, in <module>
from ..roi_pooling_layer import roi_pooling_op as roi_pool_op
"/home/zhup/Desktop/TFFRCNN/lib/roi_pooling_layer/__init__.py", line 7, in <module>
import roi_pooling_op
"/home/zhup/Desktop/TFFRCNN/lib/roi_pooling_layer/roi_pooling_op.py", line 5, in <module>
_roi_pooling_module = tf.load_op_library(filename)
"/home/zhup/anaconda3/envs/frcnn-tf/lib/python2.7/site-packages/tensorflow/python/framework/load_library.py", line 64, in load_op_library
None, None, error_msg, error_code)
tensorflow.python.framework.errors_impl.NotFoundError: libcudart.so.7.5: cannot open shared object file: No such file or directory
| 0.172468 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/gof/opt.py", line 1493, in process_node
replacements = lopt.transform(node)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/opt.py", line 952, in local_gpu_advanced_incsubtensor1
gpu_y = gpu_from_host(y)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/gof/op.py", line 507, in __call__
node = self.make_node(*inputs, **kwargs)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/basic_ops.py", line 133, in make_node
dtype=x.dtype)()])
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/type.py", line 69, in __init__
(self.__class__.__name__, dtype, name))TypeError: CudaNdarrayType only supports dtype float32 for now. Tried using dtype int8 for variable None | Traceback (most recent call last):
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\base.py", line 1182, in _execute_context
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\venv\lib\site-packages\sqlalchemy\engine\default.py", line 470, in do_execute
sqlite3.OperationalError: no such table: crest
| 0.291287 |
Traceback (most recent call last):
"/home/container/.local/lib/python3.8/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection
return await self._loop.create_connection(*args, **kwargs)
# type: ignore
# noqa
"/usr/lib/python3.8/asyncio/base_events.py", line 1017, in create_connection
raise exceptions[0]
"/usr/lib/python3.8/asyncio/base_events.py", line 1002, in create_connection
sock = await self._connect_sock(
"/usr/lib/python3.8/asyncio/base_events.py", line 916, in _connect_sock
await self.sock_connect(sock, address)
"/usr/lib/python3.8/asyncio/selector_events.py", line 485, in sock_connect
return await fut
"/usr/lib/python3.8/asyncio/selector_events.py", line 517, in _sock_connect_cb
raise OSError(err, f'Connect call failed {address}')
ConnectionRefusedError: [Errno 111] Connect call failed ('0.0.0.0', 7000)
| Traceback (most recent call last):
"/home/synapse/env/lib/python3.6/site-packages/synapse/http/server.py", line 77, in wrapped_request_handler
await h(self, request)
"/home/synapse/env/lib/python3.6/site-packages/synapse/http/server.py", line 326, in _async_render
callback_return = await callback_return
"/home/synapse/env/lib/python3.6/site-packages/synapse/rest/client/v2_alpha/sync.py", line 178, in on_GET
full_state=full_state,
"/home/synapse/env/lib/python3.6/site-packages/synapse/handlers/sync.py", line 263, in wait_for_sync_for_user
full_state,
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/handlers/sync.py", line 285, in _wait_for_sync_for_user
sync_config, since_token, full_state=full_state
"/home/synapse/env/lib/python3.6/site-packages/synapse/handlers/sync.py", line 956, in generate_sync_result
sync_result_builder, account_data_by_room
"/home/synapse/env/lib/python3.6/site-packages/synapse/handlers/sync.py", line 1367, in _generate_sync_entry_for_rooms
await concurrently_execute(handle_room_entries, room_entries, 10)
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/util/async_helpers.py", line 155, in _concurrently_execute_inner
await maybe_awaitable(func(next(it)))
"/home/synapse/env/lib/python3.6/site-packages/synapse/handlers/sync.py", line 1762, in _generate_room_entry
newly_joined_room=newly_joined,
"/home/synapse/env/lib/python3.6/site-packages/synapse/handlers/sync.py", line 413, in _load_filtered_recents
current_state_ids = await self.state.get_current_state_ids(room_id)
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/__init__.py", line 171, in get_current_state_ids
ret = yield self.resolve_state_groups_for_events(room_id, latest_event_ids)
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/util/metrics.py", line 82, in measured_func
r = yield func(self, *args, **kwargs)
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/__init__.py", line 402, in resolve_state_groups_for_events
state_res_store=StateResolutionStore(self.store),
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/__init__.py", line 525, in resolve_state_groups
state_res_store=state_res_store,
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/v2.py", line 116, in resolve_events_with_store
room_id, power_events, event_map, state_res_store, full_conflicted_set
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/v2.py", line 364, in _reverse_topological_power_sort
room_id, event_id, event_map, state_res_store
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/home/synapse/env/lib/python3.6/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/v2.py", line 186, in _get_power_level_for_sender
aev = yield _get_event(room_id, aid, event_map, state_res_store)
"/home/synapse/env/lib/python3.6/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
result = g.send(result)
"/home/synapse/env/lib/python3.6/site-packages/synapse/state/v2.py", line 535, in _get_event
event = event_map[event_id]
KeyError: '$S38_aRG4Qz8eIdrTyzJuQdH3Ieus1Y1dhczoFKnOB7M'
| 0.247876 |
Traceback (most recent call last):
"weibo_img_cnn_vgg_emo_top100_finetune_lastlayer_binarydense_senti.py", line 115, in <module>
vgg_model.compile(loss='categorical_crossentropy', optimizer='rmsprop')
"build/bdist.linux-x86_64/egg/keras/models.py", line 400, in compile
"build/bdist.linux-x86_64/egg/keras/layers/containers.py", line 103, in get_output
"build/bdist.linux-x86_64/egg/keras/layers/core.py", line 873, in get_output
"build/bdist.linux-x86_64/egg/keras/layers/core.py", line 139, in get_input
"build/bdist.linux-x86_64/egg/keras/layers/core.py", line 601, in get_output
"build/bdist.linux-x86_64/egg/keras/layers/core.py", line 139, in get_inputTypeError: 'TensorVariable' object is not callable | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/impacket-0.9.21.dev0-py2.7.egg/EGG-INFO/scripts/wmiexec.py", line 84, in run
"/usr/local/lib/python2.7/dist-packages/impacket-0.9.21.dev0-py2.7.egg/impacket/dcerpc/v5/dcomrt.py", line 1057, in CoCreateInstanceEx
iInterface = scm.RemoteCreateInstance(clsid, iid)
"/usr/local/lib/python2.7/dist-packages/impacket-0.9.21.dev0-py2.7.egg/impacket/dcerpc/v5/dcomrt.py", line 1836, in RemoteCreateInstance
resp = self.__portmap.request(request)
"/usr/local/lib/python2.7/dist-packages/impacket-0.9.21.dev0-py2.7.egg/impacket/dcerpc/v5/rpcrt.py", line 877, in request
raise exception
DCERPCSessionError: DCOM SessionError: code: 0x80010111 - RPC_E_INVALID_HEADER - OLE received a packet with an invalid header.
| 0.258461 |
Traceback (most recent call last):
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/spyderlib/spyder.py", line 2008, in edit_preferences
widget = plugin.create_configwidget(dlg)
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/spyderlib/plugins/__init__.py", line 212, in create_configwidget
configwidget.initialize()
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/spyderlib/plugins/configdialog.py", line 59, in initialize
self.setup_page()
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/spyderlib/plugins/inspector.py", line 136, in setup_page
jedi_installed = programs.is_module_installed('jedi', '>=0.8.1')
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/spyderlib/utils/programs.py", line 292, in is_module_installed
actver = get_module_version(module_name)
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/spyderlib/utils/programs.py", line 238, in get_module_version
mod = __import__(module_name)
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/jedi/__init__.py", line 41, in <module>
from jedi.api import Script, Interpreter, NotFoundError, set_debug_function
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/jedi/api/__init__.py", line 16, in <module>
from jedi.parser import Parser, load_grammar
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/jedi/parser/__init__.py", line 21, in <module>
from jedi.parser import tree as pt
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/jedi/parser/tree.py", line 39, in <module>
from jedi import cache
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/jedi/cache.py", line 32, in <module>
from jedi import debug
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/jedi/debug.py", line 17, in <module>
init()
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/colorama/initialise.py", line 37, in init
wrap_stream(orig_stdout, convert, strip, autoreset, wrap)
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/colorama/initialise.py", line 76, in wrap_stream
convert=convert, strip=strip, autoreset=autoreset)
"/Users/davidepstein/anaconda/lib/python3.5/site-packages/colorama/ansitowin32.py", line 67, in __init__
strip = conversion_supported or (not wrapped.closed and not is_a_tty(wrapped))AttributeError: 'SysOutput' object has no attribute 'closed' | Traceback (most recent call last):
"body_type_analysis.py", line 117, in <module>
draw_body_shape(shoulder, bust, waist, hips)
"body_type_analysis.py", line 59, in draw_body_shape
im.save(filename, 'PNG')
"/Users/foresmac/.virtualenvs/tioo/lib/python2.7/site-packages/PIL/Image.py", line 1564, in save
save_handler(self, fp, filename)
"/Users/foresmac/.virtualenvs/tioo/lib/python2.7/site-packages/PIL/PngImagePlugin.py", line 619, in _save
Image
._save(im, _idat(fp, chunk), [("zip", (0,0)+im.size, 0, rawmode)])
"/Users/foresmac/.virtualenvs/tioo/lib/python2.7/site-packages/PIL/Image
.py", line 459, in _save
e = Image._getencoder(im.mode, e, a, im.encoderconfig)
"/Users/foresmac/.virtualenvs/tioo/lib/python2.7/site-packages/PIL/Image.py", line 415, in _getencoder
raise IOError("encoder %s not available" % encoder_name)IOError: encoder zip not available | 0.321196 |
Traceback (most recent call last):
"/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step
result = coro.send(None)
"/home/MusicBot/musicbot/player.py", line 323, in _play
mean, maximum = self.get_mean_volume(entry.filename)
"/home/MusicBot/musicbot/player.py", line 270, in get_mean_volume
cmd = '"' + self.get('ffmpeg') + '" -i "' + input_file + '" -af "volumedetect" -f null /dev/null'
TypeError: Can't convert 'NoneType' object to str implicitly
| Traceback (most recent call last):
"/usr/local/bin/hub", line 5, in <module>
from paddlehub.commands.utils import execute
"/usr/local/lib/python3.8/dist-packages/paddlehub/__init__.py", line 24, in <module>
from paddlehub import datasets
"/usr/local/lib/python3.8/dist-packages/paddlehub/datasets/__init__.py", line 15, in <module>
from paddlehub.datasets.canvas import Canvas
"/usr/local/lib/python3.8/dist-packages/paddlehub/datasets/canvas.py", line 19, in <module>
import paddle
ModuleNotFoundError: No module named 'paddle'
| 0.32837 |
Traceback (most recent call last):
"./bin/lutris", line 52, in <module>
from lutris.gui.application import Application
# pylint: disable=no-name-in-module
"/home/legluondunet/Téléchargements/lutris/lutris/gui/application.py", line 35, in <module>
from lutris import settings
"/home/legluondunet/Téléchargements/lutris/lutris/settings.py", line 9, in <module>
from lutris.util.settings import SettingsIO
ModuleNotFoundError: No module named 'lutris.util.settings'
| Traceback (most recent call last):
"/home/nick/Dev/mopidy-dev/mopidy/mopidy/core/library.py", line 17, in _backend_error_handling
yield
"/home/nick/Dev/mopidy-dev/mopidy/mopidy/core/library.py", line 181, in get_images
if future.get() is None:
"/home/nick/.virtualenvs/mopidy3/lib/python3.8/site-packages/pykka/_threading.py", line 45, in get
_compat.reraise(*self._data['exc_info'])
"/home/nick/.virtualenvs/mopidy3/lib/python3.8/site-packages/pykka/_compat/__init__.py", line 29, in reraise
raise value
"/home/nick/.virtualenvs/mopidy3/lib/python3.8/site-packages/pykka/_actor.py", line 193, in _actor_loop
response = self._handle_receive(envelope.message)
"/home/nick/.virtualenvs/mopidy3/lib/python3.8/site-packages/pykka/_actor.py", line 299, in _handle_receive
return callee(*message.args, **message.kwargs)
"/home/nick/Dev/mopidy-dev/mopidy-spotify/mopidy_spotify/library.py", line 35, in get_images
return images.get_images(self._backend._web_client, uris)
"/home/nick/Dev/mopidy-dev/mopidy-spotify/mopidy_spotify/images.py", line 23, in get_images
uris = sorted((_parse_uri(u) for u in uris), key=uri_type_getter)
"/home/nick/Dev/mopidy-dev/mopidy-spotify/mopidy_spotify/images.py", line 23, in <genexpr>
uris = sorted((_parse_uri(u) for u in uris), key=uri_type_getter)
"/home/nick/Dev/mopidy-dev/mopidy-spotify/mopidy_spotify/images.py", line 59, in _parse_uri
raise ValueError(f"Could not parse {repr(uri)} as a Spotify URI")
ValueError: Could not parse 'spotify:playlists:featured' as a Spotify URI
| 0.309526 |
Traceback (most recent call last):
"/Users/leslie/Downloads/test_sklearn2pmml.py", line 73, in <module>
sklearn2pmml(neigh, df_mapper, "FeaturesAsFeaturesKNN.pmml", with_repr = True)
"/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/__init__.py", line 65, in sklearn2pmml
subprocess.check_call(cmd)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)CalledProcessError: Command '['java', '-cp', '/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/guava-19.0.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/istack-commons-runtime-2.21.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/jaxb-core-2.2.11.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/jaxb-runtime-2.2.11.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/jcommander-1.48.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/jpmml-converter-1.1.1.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/jpmml-sklearn-1.1.2.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/jpmml-xgboost-1.1.1.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/pmml-agent-1.3.3.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/pmml-model-1.3.3.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/pmml-model-metro-1.3.3.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/pmml-schema-1.3.3.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/pyrolite-4.13.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/serpent-1.12.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/slf4j-api-1.7.21.jar:/Users/leslie/Library/Python/2.7/lib/python/site-packages/sklearn2pmml/resources/slf4j-jdk14-1.7.21.jar', 'org.jpmml.sklearn.Main', '--pkl-estimator-input', '/var/folders/ph/8rj4z16x1w3cy86hj3qh7nxh0000gn/T/estimator-8TGJgQ.pkl.z', '--repr-estimator', "KNeighborsRegressor(algorithm='kd_tree', leaf_size=30, metric='minkowski',\n
metric_params=None, n_jobs=-1, n_neighbors=400, p=2,\n
weights='uniform')", '--pkl-mapper-input', '/var/folders/ph/8rj4z16x1w3cy86hj3qh7nxh0000gn/T/mapper-1hiTl4.pkl.z', '--repr-mapper', "DataFrameMapper(features=[(['participant', 'condition', 'yaw', 'touchX', 'touchY', 'touchW', 'touchH', 'S0cx', 'S0cy', 'S0eo', 'S0evp', 'S0evm', 'S0ee', 'S1cx', 'S1cy', 'S1eo', 'S1evp', 'S1evm', 'S1ee', 'S2cx', 'S2cy', 'S2eo', 'S2evp', 'S2evm', 'S2ee', 'T0cx', 'T0cy', 'T0eo', 'T0evp', 'T0evm', 'T0ee', 'T1cx', 'T1cy', 'T1eo', 'T1evp', 'T1evm', 'T1ee', 'T2cx', 'T2cy', 'T2eo', 'T2evp', 'T2evm', 'T2ee', 'Ucx', 'Ucy', 'Ueo', 'Uevp', 'Uevm', 'Uee'], None), ('pitch', None)],\n
sparse=False)", '--pmml-output', 'FeaturesAsFeaturesKNN.pmml']' returned non-zero exit status 1 | Traceback (most recent call last):
"c:\users\bukowa\vritualenv2\lib\site-packages\twisted\internet\defer.py", line 1384, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"c:\users\bukowa\vritualenv2\lib\site-packages\twisted\python\failure.py", line 393, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"c:\users\bukowa\vritualenv2\lib\site-packages\scrapy\core\downloader\middleware.py", line 43, in process_request
defer.returnValue((yield download_func(request=request,spider=spider)))
ValueError: invalid hostname: www.bg_2014.team360.pl`
| 0.324005 |
Traceback (most recent call last):
"E:\Anaconda\lib\site-packages\traitlets\traitlets.py", line 528, in get
value = obj._trait_values[self.name]KeyError: 'context' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: cannot import name 'glue_compute_metrics' from 'transformers' (/home/wangbingchen/wangbingchen/anaconda3/lib/python3.7/site-packages/transformers/__init__.py)
| 0.182601 |
Traceback (most recent call last):
"/Users/anudeepsamaiya/.vim/bundle/jedi-vim/pythonx/jedi/jedi/api/environment.py", line 74, in _get_subprocess
info = self._subprocess._send(None, _get_info)
"/Users/anudeepsamaiya/.vim/bundle/jedi-vim/pythonx/jedi/jedi/evaluate/compiled/subprocess/__init__.py", line 242, in _send
is_exception, traceback, result = pickle_load(self._process.stdout)
"/Users/anudeepsamaiya/.vim/bundle/jedi-vim/pythonx/jedi/jedi/_compatibility.py", line 464, in pickle_load
return pickle.load(file, encoding='bytes')
_pickle.UnpicklingError: invalid load key, '\x1b'.
| Traceback (most recent call last):
"/home/explore-student/anaconda3/lib/python3.7/site-packages/urllib3/connection.py", line 157, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw
"/home/explore-student/anaconda3/lib/python3.7/site-packages/urllib3/util/connection.py", line 84, in create_connection
raise err
"/home/explore-student/anaconda3/lib/python3.7/site-packages/urllib3/util/connection.py", line 74, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
| 0.272391 |
Traceback (most recent call last):
"dreamer.py", line 339, in <module>
args.zoom, args.stepsize, args.blend, args.layers, args.guide, args.gpu, args.flow)
"dreamer.py", line 166, in main
img = PIL.Image.open(inputdir + '/' + vids[0])IndexError: list index out of range | Traceback (most recent call last):
"c:\python27\lib\site-packages\youtube_dl\YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
"c:\python27\lib\site-packages\youtube_dl\extractor\common.py", line 508, in extract
ie_result = self._real_extract(url)
"c:\python27\lib\site-packages\youtube_dl\extractor\iqiyi.py", line 352, in _real_extract
raise ExtractorError('Can\'t find any video')
ExtractorError: Can't find any video; 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.144685 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 502, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/generic.py", line 3258, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://consent.kijk.nl/?url=https://www.kijk.nl/sbs6/despa/videos/ZEiG4I6789w/de-spa
| Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/distributed/protocol/core.py", line 130, in loads
value = _deserialize(head, fs, deserializers=deserializers)
"/usr/local/lib/python3.8/site-packages/distributed/protocol/serialize.py", line 302, in deserialize
return loads(header, frames)
"/usr/local/lib/python3.8/site-packages/distributed/protocol/serialize.py", line 64, in pickle_loads
return pickle.loads(x, buffers=buffers)
"/usr/local/lib/python3.8/site-packages/distributed/protocol/pickle.py", line 67, in loads
return pickle.loads(x)
"/usr/local/lib/python3.8/site-packages/dagster/utils/__init__.py", line 167, in __readonly__
raise RuntimeError("Cannot modify ReadOnlyList")
RuntimeError: Cannot modify ReadOnlyList
| 0.327148 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/pi/.local/lib/python3.7/site-packages/music21/converter/__init__.py", line 1129, in parse
forceSource=forceSource, **keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/converter/__init__.py", line 1009, in parse
v.parse
(fp, number=number, format=format, forceSource=forceSource, **keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/converter/__init__.py", line 544, in parse
self.parse
NoPickle(fp, number, format, forceSource, **keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/converter/__init__.py", line 478, in parse
NoPickle
self.subConverter.parse
(fp, number=number, **keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/converter/subConverters.py", line 982, in parse
midiTranslate.midi
PathToStream(fp, self.stream, **keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/midi/translate.py", line 1975, in midi
PathToStream
return midi
ToStream(mf, inputM21, **keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/midi/translate.py", line 2115, in midi
ToStream
**keywords)
"/home/pi/.local/lib/python3.7/site-packages/music21/midi/translate.py", line 1905, in midiTracksToStreams
p = s.getElementsByClass('Stream')[0]
"/home/pi/.local/lib/python3.7/site-packages/music21/stream/iterator.py", line 328, in __getitem__
e = fe[k]
IndexError: list index out of range
| Traceback (most recent call last):
"train.py", line 193, in <module>
training_dbs
= [datasets[dataset](configs["db"], train_split) for _ in range(threads)]
"train.py", line 193, in <listcomp>
training_dbs
= [datasets[dataset](configs["db"], train_split) for _ in range(threads)]
"/home/zhouwei_lou/CenterNet-master/db/coco.py", line 68, in __init__
self._load_data()
"/home/zhouwei_lou/CenterNet-master/db/coco.py", line 79, in _load_data
self._extract_data()
"/home/zhouwei_lou/CenterNet-master/db/coco.py", line 110, in _extract_data
self._coco
= COCO(self._label_file)
"data/coco/PythonAPI/pycocotools/coco.py", line 86, in __init__
dataset = json.load(open(annotation_file, 'r'))
NotFoundError: [Errno 2] No such file or directory: '../data/coco/annotations/instances_trainval2014.json'
| 0.307813 |
Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 633, in extract_info
ie_result = ie.extract(url)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 270, in extract
return self._real_extract(url)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1066, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 645, in _decrypt_signature
'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.5/bin/xonsh", line 3, in <module>
main()
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/main.py", line 221, in main
shell.shell.cmdloop()
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/readline_shell.py", line 399, in cmdloop
self._cmdloop(intro=intro)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/readline_shell.py", line 359, in _cmdloop
line = self.singleline()
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/readline_shell.py", line 249, in singleline
rtn = input(self.prompt)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/proc.py", line 759, in _signal_int
if self.proc.poll() is not None:
AttributeError: 'NoneType' object has no attribute 'poll'
| 0.275306 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/khal/khalendar/khalendar.py", line 175, in _update_vevent
self._dbtool.update(event.raw, href=href, etag=etag)
"/usr/lib/python2.7/site-packages/khal/khalendar/backend.py", line 253, in update
self._update_impl(vevent, href, etag)
"/usr/lib/python2.7/site-packages/khal/khalendar/backend.py", line 280, in _update_impl
dtstartend = aux.expand(vevent, self.locale['default_timezone'], href)
"/usr/lib/python2.7/site-packages/khal/khalendar/aux.py", line 72, in expand
rrule._until = rrule._until.astimezone(events_tz)TypeError: astimezone() argument 1 must be datetime.tzinfo, not None | ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 658, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 550, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vflpmpoFG/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | 0.194051 |
Traceback (most recent call last):
"c:\Folder\.vscode\extensions\ms-python.python-2019.3.6558\python
s\ptvsd_launcher.py", line 45, in <module>
main(ptvsdArgs)
"c:\Folder\.vscode\extensions\ms-python.python-2019.3.6558\python
s\lib\python\ptvsd\__main__.py", line 391, in main
run()
"c:\Folder\.vscode\extensions\ms-python.python-2019.3.6558\python
s\lib\python\ptvsd\__main__.py", line 272, in run_file
runpy.run_path(target, run_name='__main__')
"C:\Folder\anaconda3\envs\py36\Lib\runpy.py", line 263, in run_path
pkg_name=pkg_name, script_name=fname)
"C:\Folder\anaconda3\envs\py36\Lib\runpy.py", line 96, in _run_module_code
mod_name, mod_spec, pkg_name, script_name)
"C:\Folder\anaconda3\envs\py36\Lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Folder\test.py", line 11, in <module>
queues = client.queues.list()
"C:\Folder\venv\lib\site-packages\twilio\rest\api\v2010\account\queue\__init__.py", line 76, in list
return list(self.stream(limit=limit, page_size=page_size, ))
"C:\Folder\venv\lib\site-packages\twilio\base\version.py", line 180, in stream
for record in page:
"C:\Folder\venv\lib\site-packages\twilio\base\page.py", line 42, in __next__
return self.next()
"C:\Folder\venv\lib\site-packages\twilio\base\page.py", line 48, in next
return self.get_instance(next(self._records))
"C:\Folder\venv\lib\site-packages\twilio\rest\api\v2010\account\queue\__init__.py", line 198, in get_instance
return QueueInstance(self._version, payload, account_sid=self._solution['account_sid'], )
"C:\Folder\venv\lib\site-packages\twilio\rest\api\v2010\account\queue\__init__.py", line 339, in __init__
'subresource_uris': payload['subresource_uris'],
KeyError: 'subresource_uris'
| Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 893, in _compare
self.commCompareTool.create()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 156, in create
self.winCreator(self.w3af, self)
"/usr/share/w3af/w3af/core/ui/gui/compare.py", line 152, in __init__
self.comp = comparator.
Diff()
"/usr/share/w3af/w3af/core/ui/gui/comparator/comparator.py", line 293, in __init__
self.load_font()
"/usr/share/w3af/w3af/core/ui/gui/comparator/comparator.py", line 456, in load_font
"button_apply0.xpm", self.pixels_per_line)
"/usr/share/w3af/w3af/core/ui/gui/comparator/comparator.py", line 114, in load_pixbuf
image = image.get_pixbuf()ValueError: image should be a GdkPixbuf or empty | 0.252379 |
18-okt-2016 10:57:24 - ERROR
:: Thread-14 : Uncaught exception: Traceback (most recent call last):
"C:\GitHub\HeadPhones\headphones\logger.py", line 214, in new_run
old_run(*args, **kwargs)
"C:\Python27\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"C:\GitHub\HeadPhones\headphones\lastfm.py", line 152, in getTagTopArtists
artist_mbid = artist["mbid"]KeyError: 'mbid' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"pandas/core/ops.py", line 819, in wrapper
.format(op=op, typ=self.dtype))
TypeError: Cannot compare a Categorical for op <built-in function gt> with Series of dtype int64.
| 0.20845 |
Traceback (most recent call last):
"/Users/user/code/app/app-env/lib/python3.4/site-packages/luigi/scheduler.py", line 943, in _update_task_history
self._task_history.task_started(task_id, host)
"/Users/user/code/app/app-env/lib/python3.4/site-packages/luigi/db_task_history.py", line 95, in task_started
self._add_task_event(task, TaskEvent(event_name=RUNNING, ts=datetime.datetime.now()))
"/Users/user/code/app/app-env/lib/python3.4/site-packages/luigi/db_task_history.py", line 108, in _add_task_event
for (task_record, session) in self._find_or_create_task(task):
"/Users/user/code/app/app-env/lib/python3.4/site-packages/luigi/db_task_history.py", line 122, in _find_or_create_task
task_record.parameters[k] = TaskParameter(name=k, value=v)
"/Users/user/code/app/app-env/lib/python3.4/site-packages/sqlalchemy/orm/collections.py", line 1225, in __setitem__
value = __set(self, value, _sa_initiator)
"/Users/user/code/app/app-env/lib/python3.4/site-packages/sqlalchemy/orm/collections.py", line 1044, in __set
item = executor.fire_append_event(item, _sa_initiator)
"/Users/user/code/app/app-env/lib/python3.4/site-packages/sqlalchemy/orm/collections.py", line 716, in fire_append_event
item, initiator)
"/Users/user/code/app/app-env/lib/python3.4/site-packages/sqlalchemy/orm/attributes.py", line 936, in fire_append_event
initiator or self._append_token or self._init_append_token())
"/Users/user/code/app/app-env/lib/python3.4/site-packages/sqlalchemy/orm/unitofwork.py", line 36, in append
sess = state.sessionAttributeError: 'InstanceState' object has no attribute 'parse_session' | Traceback (most recent call last):
"youtube_dl\extractor\generic.pyo", line 969, in _real_extract
"youtube_dl\utils.pyo", line 1558, in parse_xml
"xml\etree\ElementTree.pyo", line 1300, in XML
"xml\etree\ElementTree.pyo", line 1642, in feed
"xml\etree\ElementTree.pyo", line 1506, in _raiseerrorParseError: mismatched tag: line 151, column 2 | 0.162264 |
Traceback (most recent call last):
"/opt/pyenv/versions/3.6.7/lib/python3.6/site-packages/conans/errors.py", line 34, in conanfile_exception_formatter
yield
"/opt/pyenv/versions/3.6.7/lib/python3.6/site-packages/conans/client/conanfile/configure.py", line 30, in run_configure_method
conanfile.configure()
"/home/conan/.conan/data/sdl2/2.0.12/bp3d/stable/export/conanfile.py", line 112, in configure
self.options["sdl2-sys-require"][v] = self.options[v]
TypeError: 'PackageOptionValues' object does not support item assignment
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1334, in _do_call
return fn(*args)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1319, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1407, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.NotFoundError: Key Tacotron_model/inference/CBHG_postnet/CBHG_postnet_highwaynet_1/H/bias not found in checkpoint
| 0.251504 |
Traceback (most recent call last):
"/home/mike/anaconda3/envs/python3/lib/python3.6/distutils/unixccompiler.py", line 118, in _compile
extra_postargs)
"/home/mike/anaconda3/envs/python3/lib/python3.6/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/home/mike/anaconda3/envs/python3/lib/python3.6/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/home/mike/anaconda3/envs/python3/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):
"Memcrashed.py", line 125, in <module>
send(IP(src=target, dst='%s' % i) / UDP(sport=int(str(targetport)),dport=11211)/Raw(load=setdata), count=1)
"/home/admin/.local/lib/python3.6/site-packages/scapy/sendrecv.py", line 289, in send
socket = conf.L3socket(*args, **kargs)
"/home/admin/.local/lib/python3.6/site-packages/scapy/arch/linux.py", line 407, in __init__
self.ins = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, socket.htons(type))
"/usr/lib/python3.6/socket.py", line 144, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 97] Address family not supported by protocol | 0.246998 |
Traceback (most recent call last):
"X:\Python27-x64\lib\site-packages\nose\suite.py", line 208, in run
self.setUp()
"X:\Python27-x64\lib\site-packages\nose\suite.py", line 291, in setUp
self.setupContext(ancestor)
"X:\Python27-x64\lib\site-packages\nose\suite.py", line 314, in setupContext
try_run(context, names)
"X:\Python27-x64\lib\site-packages\nose\util.py", line 470, in try_run
return func()
"X:\Python27-x64\lib\site-packages\matplotlib\testing\decorators.py", line 102, in setup_class
cls._func()
"X:\Python27-x64\lib\site-packages\matplotlib\tests\test_triangulation.py", line 752, in test_tri_smooth_gradient
tri_refi, z_test_refi = refiner.refine_field(V, subdiv=3)
"X:\Python27-x64\lib\site-packages\matplotlib\tri\trirefine.py", line 179, in refine_field
subdiv=subdiv, return_tri_index=True)
"X:\Python27-x64\lib\site-packages\matplotlib\tri\trirefine.py", line 125, in refine_triangulation
] = np.repeat(ancestors[ancestor_mask], 3)ValueError: shape mismatch: value array of shape (5376,) could not be broadcast to indexing result of shape (1792,3) | Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/nose/loader.py", line 382, in loadTestsFromName
addr.filename, addr.module)
"/usr/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
"/usr/lib/python2.6/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/home/tom/rpmbuild/BUILD/pyzmq-2.0.10/zmq/devices/**init**.py", line 34, in <module>
for submod in (basedevice, monitoredqueue, monitoredqueuedevice):NameError: name 'monitoredqueuedevice' is not defined | 0.253142 |
Traceback (most recent call last):
"/Users/chyikwei/getglue-python-webservice/virtual/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/Users/chyikwei/scikit-learn/sklearn/cluster/tests/test_spectral.py", line 155, in test_spectral_clustering_sparse
assert_greater(np.mean(labels == [1, 1, 1, 1, 1, 0, 0, 0, 0, 0]), .89)AssertionError: 0.59999999999999998 not greater than 0.89 | Traceback (most recent call last):
"/usr/local/bin/instagram-scraper", line 6, in <module>
from instagram_scraper.app import main
"/home/username/.local/lib/python2.7/site-packages/instagram_scraper/__init__.py", line 1, in <module>
from instagram_scraper.app import InstagramScraper
"/home/username/.local/lib/python2.7/site-packages/instagram_scraper/app.py", line 6, in <module>
import configparser
"/home/username/.local/lib/python2.7/site-packages/configparser.py", line 11, in <module>
from backports.configparser import (
ImportError: cannot import name ConverterMapping | 0.17136 |
Traceback (most recent call last):
"./test_client.py", line 30, in test
response = await task
"/usr/local/lib/python3.6/dist-packages/grpclib/client.py", line 473, in __call__
return await stream.recv_message()
"/usr/local/lib/python3.6/dist-packages/grpclib/client.py", line 286, in recv_message
await self.recv_initial_metadata()
"/usr/local/lib/python3.6/dist-packages/grpclib/client.py", line 243, in recv_initial_metadata
.format(content_type))
"/usr/local/lib/python3.6/dist-packages/grpclib/utils.py", line 41, in __exit__
raise self._error
grpclib.exceptions.StreamTerminatedError: Connection was closed
| Traceback (most recent call last):
"/home/twofyw/projects/psutil/psutil/tests/test_process.py", line 953, in test_cpu_affinity_all_combinations
self.assertEqual(p.cpu_affinity(), combo)
AssertionError: Lists differ: [8, 1] != [1, 8]
| 0.193864 |
SubTest error: Traceback (most recent call last):
"/usr/lib/python3.6/unittest/case.py", line 59, in testPartExecutor
yield
"/usr/lib/python3.6/unittest/case.py", line 523, in subTest
yield
"/home/charles/PycharmProjects/my_project/models.py", line 39, in test_delete_cascade
result = self.session.execute(explain_query).fetchall()
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/orm/session.py", line 1170, in execute
bind, close_with_result=True).execute(clause, params or {})
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 948, in execute
return meth(self, multiparams, params)
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/sql/elements.py", line 269, in _execute_on_connection
return connection._execute_clauseelement(self, multiparams, params)
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1053, in _execute_clauseelement
if not self.schema_for_object.is_default else None)
"<string>", line 1, in <lambda>
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/sql/elements.py", line 442, in compile
return self._compiler(dialect, bind=bind, **kw)
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/sql/elements.py", line 448, in _compiler
return dialect.statement_compiler(dialect, self, **kw)
"/home/charles/PycharmProjects/my_project/.env/lib/python3.6/site-packages/sqlalchemy/sql/compiler.py", line 457, in __init__
) and statement._returning:AttributeError: 'explain' object has no attribute '_returning' | Traceback (most recent call last):
"dwt_util.py", line 218, in set_registry
WindowsError: [Error 5] Access is denied
| 0.3084 |
Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
"/opt/ros/indigo/lib/python2.7/dist-packages/rosmake/parallel_build.py", line 160, in run
(result, result_string) = self.rosmakeall.build(pkg, self.argument, self.build_queue.robust_build)
"/opt/ros/indigo/lib/python2.7/dist-packages/rosmake/engine.py", line 415, in build
(returncode, pstd_out) = self._build_package(p, argument)
"/opt/ros/indigo/lib/python2.7/dist-packages/rosmake/engine.py", line 394, in _build_package
return (command_line.returncode, pstd_out.decode())UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 35: ordinal not in range(128) | Traceback (most recent call last):
"./local/bin/flake8", line 9, in <module>
load_entry_point('flake8==2.5.1', 'console_scripts', 'flake8')()
"/home/matrix/GitHub/syncserver/local/local/lib/python2.7/site-packages/flake8/main.py", line 25, in main
flake8_style = get_style_guide(parse_argv=True, config_file=DEFAULT_CONFIG)
"/home/matrix/GitHub/syncserver/local/local/lib/python2.7/site-packages/flake8/engine.py", line 284, in get_style_guide
report = styleguide.init_report(reporter)
"/home/matrix/GitHub/syncserver/local/local/lib/python2.7/site-packages/flake8/engine.py", line 186, in init_report
return self._styleguide.init_report(reporter)
"/home/matrix/GitHub/syncserver/local/local/lib/python2.7/site-packages/pep8.py", line 1827, in init_report
self.options.report = (reporter or self.options.reporter)(self.options)
"/home/matrix/GitHub/syncserver/local/local/lib/python2.7/site-packages/pep8.py", line 1721, in __init__
super(StandardReport, self).__init__(options)
"/home/matrix/GitHub/syncserver/local/local/lib/python2.7/site-packages/flake8/reporter.py", line 43, in __init__
self.task_queue = multiprocessing.Queue()
"/usr/lib/python2.7/multiprocessing/__init__.py", line 218, in Queue
return Queue(maxsize)
"/usr/lib/python2.7/multiprocessing/queues.py", line 63, in __init__
self._rlock = Lock()
"/usr/lib/python2.7/multiprocessing/synchronize.py", line 147, in __init__
SemLock.__init__(self, SEMAPHORE, 1, 1)
"/usr/lib/python2.7/multiprocessing/synchronize.py", line 75, in __init__
sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)OSError: [Errno 13] Permission denied | 0.205242 |
Traceback (most recent call last):
"/home/pi/oprint/local/lib/python2.7/site-packages/sockjs_tornado-1.0.1-py2.7.egg/sockjs/tornado/periodic.py", line 69, in _run
next_call = self.callback()
"/home/pi/oprint/local/lib/python2.7/site-packages/sockjs_tornado-1.0.1-py2.7.egg/sockjs/tornado/session.py", line 409, in _heartbeat
self.handler.send_pack(proto.HEARTBEAT)
"/home/pi/oprint/local/lib/python2.7/site-packages/sockjs_tornado-1.0.1-py2.7.egg/sockjs/tornado/transports/websocket.py", line 86, in send_pack
self.write_message(message, binary)
"/home/pi/oprint/local/lib/python2.7/site-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/websocket.py", line 201, in write_message
self.ws_connection.write_message(message, binary=binary)
"/home/pi/oprint/local/lib/python2.7/site-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/websocket.py", line 491, in write_message
self._write_frame(True, opcode, message)
"/home/pi/oprint/local/lib/python2.7/site-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/websocket.py", line 480, in _write_frame
self.stream.write(frame)
"/home/pi/oprint/local/lib/python2.7/site-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/iostream.py", line 348, in write
self._handle_write()
"/home/pi/oprint/local/lib/python2.7/site-packages/tornado-4.0.1-py2.7-linux-armv7l.egg/tornado/iostream.py", line 801, in _handle_write
self._write_buffer.popleft()IndexError: pop from an empty deque | Traceback (most recent call last):
"import_class.py", line 1, in <module>
from doesntexist import SomeClass
ImportError: No module named 'doesntexist'
| 0.275501 |
Traceback (most recent call last):
"setup.py", line 47, in <module>
readme = open(path_join(dirname(__file__), "README.rst")).read()
UnicodeDecodeError: 'cp950' codec can't decode byte 0xe2 in position 1761: illegal multibyte sequence
| Traceback (most recent call last):
"/home/me/scancode-toolkit/bin/scancode", line 9, in <module>
load_entry_point('scancode-toolkit==1.6.3', 'console_scripts', 'scancode')()
"/home/me/scancode-toolkit/local/lib/python2.7/site-packages/click/core.py", line 664, in __call__
return self.main(*args, **kwargs)
"/home/me/scancode-toolkit/src/scancode/utils.py", line 61, in main
standalone_mode=standalone_mode, **extra)
"/home/me/scancode-toolkit/local/lib/python2.7/site-packages/click/core.py", line 644, in main
rv = self.invoke(ctx)
"/home/me/scancode-toolkit/local/lib/python2.7/site-packages/click/core.py", line 837, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/me/scancode-toolkit/local/lib/python2.7/site-packages/click/core.py", line 464, in invoke
return callback(*args, **kwargs)
"/home/me/scancode-toolkit/src/scancode/cli.py", line 248, in scancode
results = scan(input, copyright, license, package, email, url, info, verbose, quiet)
"/home/me/scancode-toolkit/src/scancode/cli.py", line 315, in scan
scan_result.update(scan_one(res, scanners))
"/home/me/scancode-toolkit/src/scancode/cli.py", line 332, in scan_one
scan = scan_func(input_file)
"/home/me/scancode-toolkit/src/scancode/api.py", line 178, in get_package_infos
package = recognize_packaged_archives(location)
"/home/me/scancode-toolkit/src/packagedcode/recognize.py", line 58, in recognize_packaged_archives
return package.get_package(location)AttributeError: type object 'NpmPackage' has no attribute 'get_package' | 0.278818 |
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/nose/loader.py", line 364, in loadTestsFromName
addr.filename, addr.module)
"/usr/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
"/usr/lib/python2.6/site-packages/nose/importer.py", line 84, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/usr/local/scikit-learn-master/sklearn/tests/test_grid_search.py", line 16, in <module>
from sklearn.utils.testing import assert_equal
"/usr/local/scikit-learn-master/sklearn/utils/__init__.py", line 11, in <module>
from .validation import (as_float_array,
"/usr/local/scikit-learn-master/sklearn/utils/validation.py", line 18, in <module>
FLOAT_DTYPES = (np.float64, np.float32, np.float16)AttributeError: 'module' object has no attribute 'float16' | ERROR (theano.gof.opt): Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/theano/gof/opt.py", line 1787, in process_node
replacements = lopt.transform(node)
"/usr/local/lib/python3.4/dist-packages/theano/gof/opt.py", line 1238, in transform
repl = opt.transform(node)
"/usr/local/lib/python3.4/dist-packages/theano/sandbox/cuda/dnn.py", line 2108, in local_conv_dnn
direction_hint=direction_hint)
"/usr/local/lib/python3.4/dist-packages/theano/sandbox/cuda/dnn.py", line 1153, in dnn_conv
desc_op.subsample)
"/usr/local/lib/python3.4/dist-packages/theano/sandbox/cuda/dnn.py", line 557, in get_out_shape
subsample)
"/usr/local/lib/python3.4/dist-packages/theano/tensor/nnet/abstract_conv2d.py", line 46, in get_conv_output_shape
bsize, imshp = image_shape[0], list(image_shape[2:])
"/usr/local/lib/python3.4/dist-packages/theano/tensor/var.py", line 545, in __iter__
for i in xrange(theano.tensor.basic.get_vector_length(self)):
"/usr/local/lib/python3.4/dist-packages/theano/tensor/basic.py", line 4262, in get_vector_length
raise ValueError("length not known: %s" % msg)ValueError: length not known: Subtensor{int64::} [id A] '' | 0.321646 |
Traceback (most recent call last):
"/home/cefn/.local/lib/python3.6/site-packages/thonny/workbench.py", line 243, in _load_plugins_from_path
m = importlib.import_module(module_name)
"/usr/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/cefn/.local/lib/python3.6/site-packages/thonny/plugins/goto_definition.py", line 2, in <module>
from jedi import ScriptModuleNotFoundError: No module named 'jedi' | Traceback (most recent call last):
"<stdin>", line 1, in <module>TypeError: Item in ``from list'' not a string | 0.294295 |
Traceback (most recent call last):
"minimal_demo.py", line 18, in <module>
main()
"/home/bilderbuchi/Dropbox/Coding/Gooey/gooey/python_bindings/gooey_decorator.py", line 71, in inner2
return payload(*args, **kwargs)
"minimal_demo.py", line 13, in main
args = parser.parse_args()
"/home/bilderbuchi/Dropbox/Coding/Gooey/gooey/python_bindings/gooey_decorator.py", line 65, in run_gooey
f.write(json.dumps(build_spec, indent=2))
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/__init__.py", line 250, in dumps
sort_keys=sort_keys, **kw).encode(obj)
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 209, in encode
chunks = list(chunks)
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 434, in _iterencode
for chunk in _iterencode_dict(o, _current_indent_level):
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
for chunk in chunks:
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 332, in _iterencode_list
for chunk in chunks:
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
for chunk in chunks:
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 408, in _iterencode_dict
for chunk in chunks:
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 442, in _iterencode
o = _default(o)
"/home/bilderbuchi/anaconda3/envs/py2/lib/python2.7/json/encoder.py", line 184, in default
raise TypeError(repr(o) + " is not JSON serializable")TypeError: <built-in function max> is not JSON serializable | Traceback (most recent call last):
"test.py", line 22, in <module>
writer.save()
"/usr/local/lib/python3.6/site-packages/pandas/io/excel.py", line 1732, in save
return self.book.close()
"/usr/local/lib/python3.6/site-packages/xlsxwriter/workbook.py", line 311, in close
self._store_workbook()
"/usr/local/lib/python3.6/site-packages/xlsxwriter/workbook.py", line 658, in _store_workbook
xlsx_file.write(os_filename, xml_filename)
"/usr/local/lib/python3.6/zipfile.py", line 1594, in write
zinfo = ZipInfo.from_file(filename, arcname)
"/usr/local/lib/python3.6/zipfile.py", line 496, in from_file
zinfo = cls(arcname, date_time)
"/usr/local/lib/python3.6/zipfile.py", line 338, in __init__
raise ValueError('ZIP does not support timestamps before 1980')
ValueError: ZIP does not support timestamps before 1980
| 0.323231 |
Traceback (most recent call last):
"/Users/khj/works/web/styleshare/pictures/operate.py", line 28, in resize
image.liquid_rescale(width, height)
"/Users/khj/.virtualenvs/styleshare/lib/python2.7/site-packages/wand/image.py", line 1470, in liquid_rescale
self.raise_exception()
"/Users/khj/.virtualenvs/styleshare/lib/python2.7/site-packages/wand/resource.py", line 223, in raise_exception
raise eMissingDelegateError: delegate library support not built-in `' (LQR) @ error/resize.c/LiquidRescaleImage/1900 | Traceback (most recent call last):
"/opt/pycharm-eap/helpers/pydev/pydevd.py", line 2060, in <module>
main()
"/opt/pycharm-eap/helpers/pydev/pydevd.py", line 2054, in main
globals = debugger.run(setup['file'], None, None, is_module)
"/opt/pycharm-eap/helpers/pydev/pydevd.py", line 1405, in run
return self._exec(is_module, entry_point_fn, module_name, file, globals, locals)
"/opt/pycharm-eap/helpers/pydev/pydevd.py", line 1412, in _exec
pydev_imports.execfile(file, globals, locals)
# execute the script
"/opt/pycharm-eap/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"myscript.py", line 212, in <module>
main()
"myscript.py", line 53, in main
rendered_plan_path = render_plan(args.latest)
"myscript.py", line 91, in render_plan
plan_renderer.render_recursive()
"myscript.py", line 170, in render_recursive
self.render_file(template)
"myscript.py", line 150, in render_file
rendered_template = self.j2env.get_template(template).render(config)
"/usr/lib/python3.7/site-packages/jinja2/asyncsupport.py", line 76, in render
return original_render(self, *args, **kwargs)
"/usr/lib/python3.7/site-packages/jinja2/environment.py", line 1008, in render
return self.environment.handle_exception(exc_info, True)
"/usr/lib/python3.7/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
"/usr/lib/python3.7/site-packages/jinja2/_compat.py", line 37, in reraise
raise value.with_traceback(tb)
"mytemplate.tf.j2", line 11, in top-level template code
options = {{ my_missing_dictionary|tojson }}
"/usr/lib/python3.7/site-packages/jinja2/filters.py", line 1078, in do_tojson
return htmlsafe_json_dumps(value, dumper=dumper, **options)
"/usr/lib/python3.7/site-packages/jinja2/utils.py", line 565, in htmlsafe_json_dumps
rv = dumper(obj, **kwargs) \
"/usr/lib/python3.7/json/__init__.py", line 238, in dumps
**kw).encode(obj)
"/usr/lib/python3.7/json/encoder.py", line 199, in encode
chunks = self.iterencode(o, _one_shot=True)
"/usr/lib/python3.7/json/encoder.py", line 257, in iterencode
return _iterencode(o, 0)
"/usr/lib/python3.7/json/encoder.py", line 179, in default
raise TypeError(f'Object of type {o.__class__.__name__} '
TypeError: Object of type StrictUndefined is not JSON serializable
| 0.189856 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.2/dist-packages/soco/core.py", line 100, in discover
if "Sonos" not in data:TypeError: Type str doesn't support the buffer API | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/workspace/venv/lib/python3.6/site-packages/uiautomator2/__init__.py", line 1316, in app_start
info = self.app_info(package_name)
"/workspace/venv/lib/python3.6/site-packages/uiautomator2/__init__.py", line 1460, in app_info
raise BaseError(resp.get('description', 'unknown'))
uiautomator2.exceptions.BaseError: stat /data/app/com.appatomic.vpnhub-d3kmp3Wod8qpTtwoJJmYKA==/base.apk
| 0.220238 |
Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 429, in get_file_type_metadata
"site-packages\calibre\customize\builtins.py", line 285, in get_metadata
"site-packages\calibre\ebooks\metadata\mobi.py", line 495, in get_metadata
"site-packages\calibre\ebooks\mobi\reader\headers.py", line 285, in __init__
"site-packages\calibre\ebooks\mobi\reader\headers.py", line 313, in identity
MobiError: Unknown book type: ¢ÄÞŒ
| Traceback (most recent call last):
"hitomi_downloader_GUI.py", line 2213, in clip_timer_event
"hitomi_downloader_GUI.py", line 775, in downButton
AttributeError: 'NoneType' object has no attribute 'strip' | 0.310866 |
Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.kfx_input.package_filetype", line 21, in run
"calibre_plugins.kfx_input.package_filetype", line 32, in run_kfx
"calibre_plugins.kfx_input.kfxlib.yj_book", line 83, in convert_to_single_kfx
"calibre_plugins.kfx_input.kfxlib.yj_book", line 202, in decode_book
"calibre_plugins.kfx_input.kfxlib.yj_book", line 309, in get_container
KFXDRMError: Book container B07BBVRR8C_EBOK.azw has DRM and cannot be converted
| Traceback (most recent call last):
"[REDACTED]/lib/python3.6/site-packages/billiard/pool.py", line 1750, in safe_apply_callback
fun(*args, **kwargs)
"[REDACTED]/lib/python3.6/site-packages/celery/worker/request.py", line 371, in on_failure
store_result=self.store_errors,
"[REDACTED]/lib/python3.6/site-packages/celery/backends/base.py", line 160, in mark_as_failure
traceback=traceback, request=request)
"[REDACTED]/lib/python3.6/site-packages/celery/backends/base.py", line 342, in store_result
request=request, **kwargs)
"[REDACTED]/lib/python3.6/site-packages/django_celery_results/backends/database.py", line 35, in _store_result
task_kwargs=task_kwargs,
"[REDACTED]/lib/python3.6/site-packages/django_celery_results/managers.py", line 50, in _inner
return fun(*args, **kwargs)
"[REDACTED]/lib/python3.6/site-packages/django_celery_results/managers.py", line 126, in store_result
obj, created = self.get_or_create(task_id=task_id, defaults=fields)
"[REDACTED]/lib/python3.6/site-packages/django/db/models/manager.py", line 82, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"[REDACTED]/lib/python3.6/site-packages/django/db/models/query.py", line 538, in get_or_create
return self.get(**kwargs), False
"[REDACTED]/lib/python3.6/site-packages/django/db/models/query.py", line 402, in get
num = len(clone)
"[REDACTED]/lib/python3.6/site-packages/django/db/models/query.py", line 256, in __len__
self._fetch_all()
"[REDACTED]/lib/python3.6/site-packages/django/db/models/query.py", line 1242, in _fetch_all
self._result_cache = list(self._iterable_class(self))
"[REDACTED]/lib/python3.6/site-packages/django/db/models/query.py", line 55, in __iter__
results = compiler.execute_sql(chunked_fetch=self.chunked_fetch, chunk_size=self.chunk_size)
"[REDACTED]/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1098, in execute_sql
cursor = self.connection.cursor()
"[REDACTED]/lib/python3.6/site-packages/django/db/backends/base/base.py", line 256, in cursor
return self._cursor()
"[REDACTED]/lib/python3.6/site-packages/django/db/backends/base/base.py", line 233, in _cursor
self.ensure_connection()
"[REDACTED]/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
self.connect()
"[REDACTED]/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
raise dj_exc_value.with_traceback(traceback) from exc_value
"[REDACTED]/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
self.connect()
"[REDACTED]/lib/python3.6/site-packages/django/db/backends/base/base.py", line 195, in connect
self.connection = self.get_new_connection(conn_params)
"[REDACTED]/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 227, in get_new_connection
return Database.connect(**conn_params)
"[REDACTED]/lib/python3.6/site-packages/MySQLdb/__init__.py", line 84, in Connect
return Connection(*args, **kwargs)
"[REDACTED]/lib/python3.6/site-packages/MySQLdb/connections.py", line 164, in __init__
super(Connection, self).__init__(*args, **kwargs2)
django.db.utils.OperationalError: (2002, "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)")
| 0.25948 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks
callback(self)
"/usr/local/lib/python3.7/asyncio/futures.py", line 362, in _call_set_state
dest_loop.call_soon_threadsafe(_set_state, destination, source)
"uvloop/loop.pyx", line 1261, in uvloop.loop.Loop.call_soon_threadsafe
"uvloop/loop.pyx", line 604, in uvloop.loop.Loop._call_soon
"uvloop/loop.pyx", line 608, in uvloop.loop.Loop._call_soon_handle
"uvloop/loop.pyx", line 637, in uvloop.loop.Loop._check_closed
RuntimeError: Event loop is closed
| Traceback (most recent call last):
"/usr/lib/pymodules/python2.6/overviewer_core/rendernode.py", line 42, in newfunc
return func(_args, *_kwargs)
"/usr/lib/pymodules/python2.6/overviewer_core/rendernode.py", line 541, in render_worldtile_batch
quadtree.render_worldtile(tile)
"/usr/lib/pymodules/python2.6/overviewer_core/quadtree.py", line 501, in render_worldtile
a.chunk_render(tileimg, xpos, ypos, None)
"/usr/lib/pymodules/python2.6/overviewer_core/chunk.py", line 383, in chunk_render
self.queue.put(['removePOI', (self.chunkX, self.chunkY)])
"<string>", line 2, in put
"/usr/lib/python2.6/multiprocessing/managers.py", line 725, in _callmethod
conn.send((self._id, methodname, args, kwds))IOError: [Errno 32] Broken pipe | 0.327699 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 651, in _real_extract
doc = parse_xml(webpage)
"/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1425, in parse_xml
tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errParseError: syntax error: line 1, column 0 | Traceback (most recent call last):
"/usr/lib64/python3.6/wsgiref/handlers.py", line 141, in run
self.handle_error()
"/usr/lib64/python3.6/wsgiref/handlers.py", line 368, in handle_error
self.finish_response()
"/usr/lib64/python3.6/wsgiref/handlers.py", line 180, in finish_response
self.write(data)
"/usr/lib64/python3.6/wsgiref/handlers.py", line 274, in write
self.send_headers()
"/usr/lib64/python3.6/wsgiref/handlers.py", line 331, in send_headers
if not self.origin_server or self.client_is_modern():
"/usr/lib64/python3.6/wsgiref/handlers.py", line 344, in client_is_modern
return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'
TypeError: 'NoneType' object is not subscriptable
| 0.261352 |
Traceback (most recent call last):
"/home/david/yapf/yapf/yapflib/pytree_utils.py", line 85, in ParseCodeToTree
tree = parser_driver.parse_string(code, debug=False)
"/home/david/.pyenv/versions/3.4.2/lib/python3.4/lib2to3/pgen2/driver.py", line 106, in parse_string
return self.parse_tokens(tokens, debug)
"/home/david/.pyenv/versions/3.4.2/lib/python3.4/lib2to3/pgen2/driver.py", line 71, in parse_tokens
if p.addtoken(type, value, (prefix, start)):
"/home/david/.pyenv/versions/3.4.2/lib/python3.4/lib2to3/pgen2/parse.py", line 116, in addtoken
ilabel = self.classify(type, value, context)
"/home/david/.pyenv/versions/3.4.2/lib/python3.4/lib2to3/pgen2/parse.py", line 172, in classify
raise ParseError("bad token", type, value, context)
lib2to3.pgen2.parse.ParseError: bad token: type=56, value='\ufeff', context=('', (1, 0)) | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 275, in start
self.scan_end_hook()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 456, in scan_end_hook
om.manager.end_output_plugins()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 149, in end_output_plugins
self.__end_output_plugins_impl()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 160, in __end_output_plugins_impl
o_plugin.end()
"/usr/share/w3af/w3af/plugins/output/html_file.py", line 172, in end
target_domain = cf.cf.get('target_domains')[0]TypeError: 'set' object does not support indexing | 0.267424 |
Traceback (most recent call last):
"script.py", line 12, in <module>
crash = rex.Crash(tt, crash=solution[1])
"/home/angr/.virtualenvs/angr/lib/python3.6/site-packages/rex/crash.py", line 119, in __init__
self._work(pov_file, format_infos)
"/home/angr/.virtualenvs/angr/lib/python3.6/site-packages/rex/crash.py", line 565, in _work
format_infos=format_infos,
"/home/angr/.virtualenvs/angr/lib/python3.6/site-packages/rex/crash.py", line 647, in _trace
self.state = simgr.crashed[0]
IndexError: list index out of range
| Traceback (most recent call last):
"/var/jenkins/workspace/sqlalchemy-default-sqlite-pypy-2.7/.tox/full/site-packages/sqlalchemy/pool.py", line 631, in _finalize_fairy
fairy._reset(pool)
"/var/jenkins/workspace/sqlalchemy-default-sqlite-pypy-2.7/.tox/full/site-packages/sqlalchemy/pool.py", line 765, in _reset
pool._dialect.do_rollback(self)
"/var/jenkins/workspace/sqlalchemy-default-sqlite-pypy-2.7/.tox/full/site-packages/sqlalchemy/engine/default.py", line 412, in do_rollback
dbapi_connection.rollback()
"/opt/pypy-python2.7/site-packages/psycopg2cffi/_impl/connection.py", line 42, in check_closed_
raise exceptions.InterfaceError('connection already closed')InterfaceError: connection already closed | 0.235164 |
Traceback (most recent call last):
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module>
main()
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main
spec.loader.exec_module(synth_module)
# type: ignore
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
"/tmpfs/src/git/autosynth/working_repo/videointelligence/synth.py", line 34, in <module>
include_protos=True,
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 44, in py_library
return self._generate_code(service, version, "python", **kwargs)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/gapic_generator.py", line 125, in _generate_code
generator_args=generator_args,
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/artman.py", line 141, in run
shell.run(cmd, cwd=root_dir)
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 39, in run
raise exc
"/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/shell.py", line 33, in run
encoding="utf-8",
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/subprocess.py", line 418, in run
output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['docker', 'run', '--name', 'artman-docker', '--rm', '-i', '-e', 'HOST_USER_ID=1000', '-e', 'HOST_GROUP_ID=1000', '-e', 'RUNNING_IN_ARTMAN_DOCKER=True', '-v', '/home/kbuilder/.cache/synthtool/googleapis:/home/kbuilder/.cache/synthtool/googleapis', '-v', '/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles:/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles', '-w', PosixPath('/home/kbuilder/.cache/synthtool/googleapis'), 'googleapis/artman:latest', '/bin/bash', '-c', 'artman --local --config google/cloud/videointelligence/artman_videointelligence_v1beta2.yaml generate python_gapic']' returned non-zero exit status 32. | Traceback (most recent call last):
"/usr/bin/shinken-discovery", line 170, in <module>
d.match_rules()
"/usr/lib/python2.6/site-packages/shinken/discovery/discoverymanager.py", line 503, in match_rules
dh.update_properties()
"/usr/lib/python2.6/site-packages/shinken/discovery/discoverymanager.py", line 161, in update_properties
if isinstance(d[k], 'list'):TypeError: isinstance() arg 2 must be a class, type, or tuple of classes and types | 0.180414 |
Traceback (most recent call last):
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\DeepFaceLab\mainscripts\Trainer.py", line 130, in trainerThread
iter, iter_time = model.train_one_iter()
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\DeepFaceLab\models\ModelBase.py", line 462, in train_one_iter
losses = self.onTrainOneIter()
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 678, in onTrainOneIter
src_loss, dst_loss = self.src_dst_train (warped_src, target_src, target_srcm, target_srcm_em, warped_dst, target_dst, target_dstm, target_dstm_em)
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\DeepFaceLab\models\Model_SAEHD\Model.py", line 538, in src_dst_train
self.target_dstm_em:target_dstm_em,
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 929, in run
run_metadata_ptr)
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1328, in _do_run
run_metadata)
"C:\DeepFaceLab\DeepFaceLab_NVIDIA_RTX2080Ti_and_earlier\_internal\python-3.6.8\lib\site-packages\tensorflow\python\client\session.py", line 1348, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[8,128,64,64] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
| Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2047, in post_process
files_to_delete, info = pp.run(info)
"/usr/local/bin/youtube-dl/youtube_dl/postprocessor/ffmpeg.py", line 308, in run
'audio conversion failed: ' + e.msg)
PostProcessingError: audio conversion failed: Unknown encoder 'libvorbis'
| 0.306261 |
Traceback (most recent call last):
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_jc/build/tests/test_stat.py", line 54, in test_stat_ubuntu_18_4
self.assertEqual(jc.parsers.stat.parse(self.ubuntu_18_4_stat, quiet=True), self.ubuntu_18_4_stat_json)
AssertionError: Lists differ: [{'fi[444 chars]1573719483, 'access_time_epoch_utc': 157371948[117866 chars]one}] != [{'fi[444 chars]1573748283, 'access_time_epoch_utc': 157371948[117866 chars]one}]
| Traceback (most recent call last):
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/bin/pylint", line 8, in <module>
sys.exit(run_pylint())
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/pylint/__init__.py", line 19,
from pylint.lint import Run as PylintRun
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/pylint/lint/__init__.py", line
from pylint.lint.check_parallel import check_parallel
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/pylint/lint/check_parallel.py"
from pylint import reporters
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/pylint/reporters/__init__.py",
from pylint import utils
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/pylint/utils/__init__.py", lin
from pylint.utils.ast_walker import ASTWalker
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/pylint/utils/ast_walker.py", l
from astroid import nodes
"/home/snejus/.cache/pypoetry/virtualenvs/service-mypackage-4v1lnku2-py3.6/lib/python3.6/site-packages/astroid/__init__.py", line 44,
import wrapt
ModuleNotFoundError: No module named 'wrapt'
/0.9s
| 0.249565 |
Traceback (most recent call last):
"/home/pmatos/.pyenv/versions/cfd-venv/bin/pylint", line 11, in <module>
sys.exit(run_pylint())
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/__init__.py", line 13, in run_pylint
Run(sys.argv[1:])
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/lint.py", line 1300, in __init__
linter.check(args)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/lint.py", line 726, in check
self._do_check(files_or_modules)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/lint.py", line 855, in _do_check
self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/lint.py", line 934, in check_astroid_module
walker.walk(ast_node)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/utils.py", line 973, in walk
self.walk(child)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/utils.py", line 973, in walk
self.walk(child)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/utils.py", line 973, in walk
self.walk(child)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/utils.py", line 970, in walk
cb(astroid)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/pylint/checkers/base.py", line 539, in visit_call
infered = next(node.func.infer())
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/decorators.py", line 85, in wrapped
res = next(generator)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/decorators.py", line 138, in raise_if_nothing_inferred
yield next(generator)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/inference.py", line 237, in infer_attribute
for owner in self.expr.infer(context):
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/context.py", line 40, in cache_generator
for result in generator:
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/decorators.py", line 85, in wrapped
res = next(generator)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/decorators.py", line 138, in raise_if_nothing_inferred
yield next(generator)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/inference.py", line 258, in infer_attribute
for obj in owner.igetattr(self.attrname, context):
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 363, in igetattr
return bases._infer_stmts(self.getattr(name, context),
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 345, in getattr
result = [self.import_module(name, relative_only=True)]
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 409, in import_module
return MANAGER.ast_from_module_name(absmodname)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/manager.py", line 154, in ast_from_module_name
return self.ast_from_file(found_spec.location, modname, fallback=False)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/manager.py", line 80, in ast_from_file
return AstroidBuilder(self).file_build(filepath, modname)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/builder.py", line 152, in file_build
return self._post_build(module, encoding)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/builder.py", line 172, in _post_build
self.delayed_assattr(delayed)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/builder.py", line 238, in delayed_assattr
if not _can_assign_attr(inferred, node.attrname):
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/builder.py", line 81, in _can_assign_attr
slots = node.slots()
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/decorators.py", line 28, in cached
cache[func] = result = func(*args, **kwargs)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 1745, in slots
slots = list(grouped_slots())
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 1730, in grouped_slots
for cls in self.mro()[:-1]:
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 1823, in mro
return self._compute_mro(context=context)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 1808, in _compute_mro
_verify_duplicates_mro(unmerged_mro, self, context)
"/home/pmatos/.pyenv/versions/3.6.0/envs/cfd-venv/lib/python3.6/site-packages/astroid/scoped_nodes.py", line 80, in _verify_duplicates_mro
mros=sequences, cls=cls, context=context)
astroid.exceptions.DuplicateBasesError: Duplicates found in MROs (JSONOptions), (CodecOptions, CodecOptions, tuple, object), (CodecOptions) for <ClassDef.JSONOptions l.166 at 0x7f39c320e320>.
| Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/thingsboard_gateway-2.5.5.2-py3.8.egg/thingsboard_gateway/connectors/mqtt/json_mqtt_uplink_converter.py", line 62, in convert
value = TBUtility.get_value(datatype_config["value"], data, datatype_config["type"], expression_instead_none=True)
"/usr/local/lib/python3.8/site-packages/thingsboard_gateway-2.5.5.2-py3.8.egg/thingsboard_gateway/tb_utility/tb_utility.py", line 124, in get_value
body = loads(body)
"/usr/local/lib/python3.8/site-packages/simplejson-3.17.2-py3.8-linux-x86_64.egg/simplejson/__init__.py", line 525, in loads
return _default_decoder.decode(s)
"/usr/local/lib/python3.8/site-packages/simplejson-3.17.2-py3.8-linux-x86_64.egg/simplejson/decoder.py", line 373, in decode
raise JSONDecodeError("Extra data", s, end, len(s))
simplejson.errors.JSONDecodeError: Extra data: line 1 column 4 - line 1 column 78 (char 3 - 77)
| 0.175408 |
fatal: [192.168.20.1]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "Traceback (most recent call last):\r\n
\"/tmp/ansible_7lfdJ7/ansible_module_openshift_facts.py\", line 2130, in <module>\r\n
main()\r\n
\"/tmp/ansible_7lfdJ7/ansible_module_openshift_facts.py\", line 2111, in main\r\n
protected_facts_to_overwrite)\r\n
\"/tmp/ansible_7lfdJ7/ansible_module_openshift_facts.py\", line 1589, in __init__\r\n
protected_facts_to_overwrite)\r\n
\"/tmp/ansible_7lfdJ7/ansible_module_openshift_facts.py\", line 1622, in generate_facts\r\n
defaults = self.get_defaults(roles, deployment_type)\r\n
\"/tmp/ansible_7lfdJ7/ansible_module_openshift_facts.py\", line 1665, in get_defaults\r\n
ip_addr = self.system_facts['default_ipv4']['address']\r\nKeyError: 'address'\r\n", "msg": "MODULE FAILURE", "parsed": false}
fatal: [192.168.20.2]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "Traceback (most recent call last):\r\n
\"/tmp/ansible_A7Bz2D/ansible_module_openshift_facts.py\", line 2130, in <module>\r\n
main()\r\n
\"/tmp/ansible_A7Bz2D/ansible_module_openshift_facts.py\", line 2111, in main\r\n
protected_facts_to_overwrite)\r\n
\"/tmp/ansible_A7Bz2D/ansible_module_openshift_facts.py\", line 1589, in __init__\r\n
protected_facts_to_overwrite)\r\n
\"/tmp/ansible_A7Bz2D/ansible_module_openshift_facts.py\", line 1622, in generate_facts\r\n
defaults = self.get_defaults(roles, deployment_type)\r\n
\"/tmp/ansible_A7Bz2D/ansible_module_openshift_facts.py\", line 1665, in get_defaults\r\n
ip_addr = self.system_facts['default_ipv4']['address']\r\nKeyError: 'address'\r\n", "msg": "MODULE FAILURE", "parsed": false}
| Traceback (most recent call last):
"/home/admin/work/_public-mars-0.6.7.zip/mars/utils.py", line 384, in _wrapped
return func(*args, **kwargs)
"/home/admin/work/_public-mars-0.6.7.zip/mars/scheduler/graph.py", line 946, in create_operand_actors
self.get_executable_operand_dag, op_key).result()
"src/gevent/event.py", line 383, in gevent._gevent_cevent.AsyncResult.result
"src/gevent/event.py", line 305, in gevent._gevent_cevent.AsyncResult.get
"src/gevent/event.py", line 335, in gevent._gevent_cevent.AsyncResult.get
"src/gevent/event.py", line 323, in gevent._gevent_cevent.AsyncResult.get
"src/gevent/event.py", line 303, in gevent._gevent_cevent.AsyncResult._raise_exception
"/opt/conda/lib/python3.7/site-packages/gevent/_compat.py", line 65, in reraise
raise value.with_traceback(tb)
"/opt/conda/lib/python3.7/site-packages/gevent/threadpool.py", line 142, in __run_task
thread_result.set(func(*args, **kwargs))
"mars/actors/pool/gevent_pool.pyx", line 201, in mars.actors.pool.gevent_pool.GeventThreadPool._wrap_watch.inner
"/home/admin/work/_public-mars-0.6.7.zip/mars/utils.py", line 384, in _wrapped
return func(*args, **kwargs)
"/home/admin/work/_public-mars-0.6.7.zip/mars/scheduler/graph.py", line 833, in get_executable_operand_dag
= build_fetch_chunk(inp, input_chunk_keys).data
"/home/admin/work/_public-mars-0.6.7.zip/mars/utils.py", line 574, in build_fetch_chunk
params = chunk.params.copy()
"/home/admin/work/_public-mars-0.6.7.zip/mars/tensor/core.py", line 78, in params
'dtype': self.dtype,
"/home/admin/work/_public-mars-0.6.7.zip/mars/tensor/core.py", line 105, in dtype
return getattr(self, '_dtype', None) or self.op.dtype
AttributeError: 'LearnShuffleProxy' object has no attribute 'dtype'
| 0.264394 |
Traceback (most recent call last):
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/weave/tests/test_catalog.py", line 279, in test_add_function_ordered
q.add_function('f',string.upper)
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/weave/catalog.py", line 653, in add_function
self.add_function_persistent(code,function)
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/weave/catalog.py", line 688, in add_function_persistent
function_list = function_list + cat.get(code,[])
"/usr/lib64/python2.6/shelve.py", line 113, in get
if key in self.dict:
"/home/nwagner/local/lib64/python2.6/site-packages/scipy/io/dumbdbm_patched.py", line 73, in __getitem__
pos, siz = self._index[key] # may raise KeyError
KeyError: 0
| Traceback (most recent call last):
"/usr/bin/jrnl", line 9, in <module>
load_entry_point('jrnl==1.7.3', 'console_scripts', 'jrnl')()
"/usr/lib/python3.3/site-packages/pkg_resources.py", line 352, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3.3/site-packages/pkg_resources.py", line 2307, in load_entry_point
return ep.load()
"/usr/lib/python3.3/site-packages/pkg_resources.py", line 2021, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
"/usr/lib/python3.3/site-packages/jrnl/__init__.py", line 15, in <module>
from . import Journal
"/usr/lib/python3.3/site-packages/jrnl/Journal.py", line 14, in <module>
import dateutilImportError: No module named 'dateutil' | 0.285469 |
Traceback (most recent call last):
"train_mnist.py", line 134, in <module>
main()
"train_mnist.py", line 130, in main
trainer.run()
"/path/to/chainer/chainer/chainer/training/trainer.py", line 349, in run
six.reraise(*exc_info)
"/path/to/python/lib/python3.5/site-packages/six.py", line 693, in reraise
raise value
"/path/to/chainer/chainer/chainer/training/trainer.py", line 316, in run
update()
"/path/to/chainer/chainer/chainer/training/updaters/standard_updater.py", line 175, in update
self.update_core()
"/path/to/chainer/chainer/chainer/training/updaters/standard_updater.py", line 187, in update_core
optimizer.update(loss_func, *in_arrays)
"/path/to/chainer/chainer/chainer/optimizer.py", line 800, in update
loss = lossfun(*args, **kwds)
"/path/to/chainer/chainer/chainer/link.py", line 294, in __call__
out = forward(*args, **kwargs)
"/path/to/chainer/chainer/chainer/links/model/classifier.py", line 143, in forward
self.y = self.predictor(*args, **kwargs)
"/path/to/chainer/chainer/chainer/link.py", line 294, in __call__
out = forward(*args, **kwargs)
"train_mnist.py", line 27, in forward
h1 = F.relu(self.l1(x))
"/path/to/chainer/chainer/chainer/link.py", line 294, in __call__
out = forward(*args, **kwargs)
"/path/to/chainer/chainer/chainer/links/connection/linear.py", line 155, in forward
return linear.linear(x, self.W, self.b, n_batch_axes=n_batch_axes)
"/path/to/chainer/chainer/chainer/functions/connection/linear.py", line 305, in linear
y, = LinearFunction().apply(args)
"/path/to/chainer/chainer/chainer/function_node.py", line 271, in apply
outputs = self.forward_chainerx(in_data)
"/path/to/chainer/chainer/chainer/functions/connection/linear.py", line 76, in forward_chainerx
return chainerx.linear(x, W, b),
chainerx.ChainerxError: CUBLAS_STATUS_NOT_INITIALIZED
| Traceback (most recent call last):
".\sublime_plugin.py", line 356, in run_
".\text_transfer.py", line 129, in run
".\text_transfer.py", line 58, in ruby_sender
".\text_transfer.py", line 17, in default_sender
".\repls\repl.py", line 83, in write
".\repls\subprocess_repl.py", line 210, in write_bytesIOError: [Errno 22] Invalid argument | 0.316736 |
Traceback (most recent call last):
"gui\builtinShipBrowser\sfBrowserItem.py", line 289, in OnPaint
wx._core.wxAssertionError: C++ assertion "bmp.IsOk()" failed at ..\..\src\msw\dc.cpp(1313) in wxMSWDCImpl::DoDrawBitmap(): invalid bitmap in wxMSWDCImpl::DrawBitmap
| Traceback (most recent call last):
"/home/fj9124/projects/ir/models/im2txt/bazel-bin/im2txt/run_inference.runfiles/im2txt/im2txt/run_inference.py", line 84, in <module>
tf.app.run()
"/home/fj9124/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 43, in run
sys.exit(main(sys.argv[:1] + flags_passthrough))
"/home/fj9124/projects/ir/models/im2txt/bazel-bin/im2txt/run_inference.runfiles/im2txt/im2txt/run_inference.py", line 73, in main
captions = generator.beam_search(sess, image)
"/home/fj9124/projects/ir/models/im2txt/bazel-bin/im2txt/run_inference.runfiles/im2txt/im2txt/inference_utils/caption_generator.py", line 142, in beam_search
initial_state = self.model.feed_image(sess, encoded_image)
"/home/fj9124/projects/ir/models/im2txt/bazel-bin/im2txt/run_inference.runfiles/im2txt/im2txt/inference_wrapper.py", line 41, in feed_image
feed_dict={"image_feed:0": encoded_image})
"/home/fj9124/anaconda2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 766, in run
run_metadata_ptr)
"/home/fj9124/anaconda2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 964, in _run
feed_dict_string, options, run_metadata)
"/home/fj9124/anaconda2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1014, in _do_run
target_list, options, run_metadata)
"/home/fj9124/anaconda2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1034, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Invalid JPEG data, size 8773168
| 0.258707 |
Traceback (most recent call last):
"cli.py", line 161, in <module>
role=args.role,
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 467, in run_until_complete
return future.result()
"cli.py", line 102, in run
await signaling.send(pc.localDescription)
"/Users/python-project/lib/python3.6/site-packages/aiortc/contrib/signaling.py", line 147, in send
self._write_pipe.write(object_to_string(descr) + "\n")
BlockingIOError: [Errno 35] write could not complete without blocking
| Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\pandas\core\groupby.py", line 570, in wrapper
return self._aggregate_item_by_item(name, *args, **kwargs)
"C:\Anaconda3\lib\site-packages\pandas\core\groupby.py", line 511, in __getattr__
(type(self).__name__, attr))AttributeError: 'SeriesGroupBy' object has no attribute '_aggregate_item_by_item' | 0.189013 |
Traceback (most recent call last):
"test_Phylo.py", line 266, in setUp
self.phylogenies = list(Phylo.parse(EX_PHYLO, 'phyloxml'))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/_io.py", line 51, in parse
for tree in getattr(supported_formats[format], 'parse')(fp, **kwargs):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/PhyloXMLIO.py", line 98, in parse
return Parser(file).parse()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/PhyloXMLIO.py", line 296, in __init__
event, root = next(context)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/etree/ElementTree.py", line 1223, in iterator
data = source.read(16 * 1024)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13090: ordinal not in range(128)
| Traceback (most recent call last):
"quickstart.py", line 65, in <module>
print dir(service.mediaItems().search(body="{\"pageSize\":\"100\"}").execute())
"/home/parrisj/src/kallitype/scripts/google-env/lib/python2.7/site-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper
return wrapped(*args, **kwargs)
"/home/parrisj/src/kallitype/scripts/google-env/lib/python2.7/site-packages/googleapiclient/http.py", line 842, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 400 when requesting https://photoslibrary.googleapis.com/v1/mediaItems:search?alt=json returned "Invalid JSON payload received. Unknown name "": Root element must be a message.">
| 0.259624 |
Traceback (most recent call last):
"setup.py", line 30, in <module>
license=open('LICENSE.txt').read(),IOError: [Errno 2] No such file or directory: 'LICENSE.txt' | Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/tornado/ioloop.py", line 865, in start
handler_func(fd_obj, events)
"/usr/lib64/python2.7/site-packages/tornado/stack_context.py", line 276, in null_wrapper
_state.contexts = current_state
UnboundLocalError: local variable 'current_state' referenced before assignment
| 0.269803 |
2013-12-06 00:37:30 thumbor:ERROR ERROR: Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1115, in _stack_context_handle_exception
raise_exc_info((type, value, traceback))
"/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 302, in wrapped
ret = fn(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/thumbor/loaders/http_loader.py", line 49, in return_contents
callback(response.body)
"/usr/local/lib/python2.7/dist-packages/thumbor/handlers/__init__.py", line 299, in handle_loader_loaded
storage.put(url, buffer)
"/usr/local/lib/python2.7/dist-packages/thumbor/storages/file_storage.py", line 25, in put
file_abspath = self.path_on_filesystem(path)
"/usr/local/lib/python2.7/dist-packages/thumbor/storages/file_storage.py", line 101, in path_on_filesystem
return join(self.context.config.FILE_STORAGE_ROOT_PATH.rstrip('/'), digest[:2] + '/' + digest[2:])
"/usr/lib/python2.7/posixpath.py", line 65, in join
for b in p:TypeError: an integer is required | Traceback (most recent call last):
"/home/bsatya/Study/ML/p3/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 1628, in _create_c_op
c_op = c_api.TF_FinishOperation(op_desc)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Dimension 1 in both shapes must be equal, but are 100 and 256. Shapes are [64,100] and [64,256].
| 0.294223 |
Traceback (most recent call last):
"/home/user/qutebrowser.git/qutebrowser/misc/ipc.py", line 359, in on_ready_read
while socket is not None and socket.canReadLine():
RuntimeError: wrapped C/C++ object of type QLocalSocket has been deleted
| Traceback (most recent call last):
"/usr/bin/telepresence/telepresence/cli.py", line 136, in crash_reporting
yield
"/usr/bin/telepresence/telepresence/main.py", line 60, in main
remote_info = start_proxy(runner)
"/usr/bin/telepresence/telepresence/proxy/__init__.py", line 102, in start_proxy
run_id=run_id,
"/usr/bin/telepresence/telepresence/proxy/remote.py", line 153, in get_remote_info
runner, deployment_name, deployment_type, run_id=run_id
"/usr/bin/telepresence/telepresence/proxy/remote.py", line 100, in get_deployment_json
)["items"][0]
IndexError: list index out of range
| 0.297692 |
Traceback (most recent call last):
"dvc/remote/base.py", line 35, in wrapper
"dvc/tree/base.py", line 369, in upload
"dvc/tree/local.py", line 342, in _upload
"dvc/tree/local.py", line 301, in protect
"dvc/tree/local.py", line 249, in chmod
PermissionError: [Errno 1] Operation not permitted: '/mnt/t/Algo/DVC/d7/84fa8b6d98d27699781bd9a7cf19f0.XUhxTRCPgxpkJUzcAri3PW.tmp'
| [2014-08-31 00:46:03] Traceback (most recent call last):
"/home/santiago/thug/src/Debugger/Shellcode.py", line 100, in run
result = self.ctxt.eval(self.script)TypeError: TypeError: undefined is not a function (
@ 4 : 68 )
-> turn o?e:c?n.call(e):u?n(e[0],r):a},now:function(){return(new Date).getTime()} | 0.296977 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/4_/3m18vsgn6tx2gwh1n_g78tv40000gn/T/pip-build-v4xjk72f/parse/setup.py", line 10, in <module>
f.write(__doc__)
TypeError: write() argument must be str, not None
| Traceback (most recent call last):
"./pokecli.py", line 187, in <module>
main()
"./pokecli.py", line 178, in main
bot.take_step()
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/__init__.py", line 35, in take_step
self.stepper.take_step()
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/stepper.py", line 61, in take_step
self._work_at_position(position[0], position[1], position[2], True)
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/stepper.py", line 134, in _work_at_position
self.bot.work_on_cell(cell, position, pokemon_only)
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/__init__.py", line 120, in work_on_cell
hack_chain = worker.work()
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/cell_workers/seen_fort_worker.py", line 40, in work
self.stepper._walk_to(self.config.walk, *position)
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/stepper.py", line 87, in _walk_to
alt, False)
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/stepper.py", line 134, in _work_at_position
self.bot.work_on_cell(cell, position, pokemon_only)
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/__init__.py", line 90, in work_on_cell
if worker.work() == -1:
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/cell_workers/pokemon_catch_worker.py", line 135, in work
if self.should_release_pokemon(pokemon_name, cp, pokemon_potential, response_dict):
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/cell_workers/pokemon_catch_worker.py", line 213, in should_release_pokemon
release_config = self._get_release_config_for(pokemon_name)
"/Users/ttran/TMPS/PokemonGo-Bot/pokemongo_bot/cell_workers/pokemon_catch_worker.py", line 255, in _get_release_config_for
release_config = self.config.release_config['any']KeyError: 'any' | 0.200963 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
return func(self, *args, **kwargs)
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 827, in __extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/vrt.py", line 58, in _real_extract
r'(<[^>]+class="vrtvideo"[^>]*>)', webpage, 'vrt video'))
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1010, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract vrt video; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"<ipython-input-3-b7c74cbf5af0>", line 1, in <module>
import sklearn
"/usr/lib/python3.6/site-packages/sklearn/__init__.py", line 134, in <module>
from .base import clone
"/usr/lib/python3.6/site-packages/sklearn/base.py", line 12, in <module>
from .utils.fixes import signature
"/usr/lib/python3.6/site-packages/sklearn/utils/__init__.py", line 11, in <module>
from .validation import (as_float_array,
"/usr/lib/python3.6/site-packages/sklearn/utils/validation.py", line 18, in <module>
from ..utils.fixes import signature
"/usr/lib/python3.6/site-packages/sklearn/utils/fixes.py", line 144, in <module>
from scipy.sparse.linalg import lsqr as sparse_lsqr
# noqa
"/usr/lib/python3.6/site-packages/scipy/sparse/linalg/__init__.py", line 114, in <module>
from .dsolve import *
"/usr/lib/python3.6/site-packages/scipy/sparse/linalg/dsolve/__init__.py", line 60, in <module>
from .linsolve import *
"/usr/lib/python3.6/site-packages/scipy/sparse/linalg/dsolve/linsolve.py", line 15, in <module>
import scikits.umfpack as umfpack
"<frozen importlib._bootstrap>", line 961, in _find_and_load
"<frozen importlib._bootstrap>", line 946, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 881, in _find_spec
"<frozen importlib._bootstrap>", line 855, in _find_spec_legacy
"/usr/lib/python3.6/site-packages/pyximport/pyximport.py", line 253, in find_module
fp, pathname, (ext,mode,ty) = imp.find_module(fullname,package_path)
"/usr/lib/python3.6/imp.py", line 270, in find_module
"not {}".format(type(path)))
RuntimeError: 'path' must be None or a list, not <class '_frozen_importlib_external._NamespacePath'> | 0.303488 |
Traceback (most recent call last):
"<console>", line 1, in <module>TypeError: coercing to Unicode: need string or buffer, StripeError found | Traceback (most recent call last):
"/home/jamie.chang/.local/bin/uvicorn", line 11, in <module>
sys.exit(main())
"/home/jamie.chang/.local/lib/python3.5/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/jamie.chang/.local/lib/python3.5/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/jamie.chang/.local/lib/python3.5/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/jamie.chang/.local/lib/python3.5/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/jamie.chang/.local/lib/python3.5/site-packages/uvicorn/main.py", line 166, in main
logger = get_logger(log_level)
NameError: name 'get_logger' is not defined``` | 0.202748 |
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/ajenti/plugins/main/main.py", line 158, in handle_message
self.ui.dispatch_event(update['uid'], update['event'], update['params'])
"/usr/lib/python2.6/site-packages/ajenti/ui/__init__.py", line 72, in dispatch_event
self.root.dispatch_event(uid, event, params)
"/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
"/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 378, in dispatch_event
self.event(event, params)
"/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 402, in event
getattr(self, 'on_%s' % self_event)(**(params or {}))
"/usr/lib/python2.6/site-packages/ajenti/plugins/main/main.py", line 381, in on_switch
child.broadcast('on_page_load')
"/usr/lib/python2.6/site-packages/ajenti/ui/element.py", line 356, in broadcast
getattr(self, method)(*args, **kwargs)
"/usr/lib/python2.6/site-packages/ajenti/plugins/services/main.py", line 32, in on_page_load
self.refresh()
"/usr/lib/python2.6/site-packages/ajenti/plugins/services/main.py", line 35, in refresh
self.services = sorted(self.mgr.get_all(), key=lambda x: x.name)
"/usr/lib/python2.6/site-packages/ajenti/util.py", line 75, in wrapper
val = fx(*args, **kwargs)
"/usr/lib/python2.6/site-packages/ajenti/plugins/services/api.py", line 21, in get_all
r += mgr.get_all()
"/usr/lib/python2.6/site-packages/ajenti/util.py", line 75, in wrapper
val = fx(*args, **kwargs)
"/usr/lib/python2.6/site-packages/ajenti/plugins/services/sm_sysvinit_centos.py", line 27, in get_all
s.refresh()
"/usr/lib/python2.6/site-packages/ajenti/plugins/services/sm_sysvinit.py", line 58, in refresh
self.running = subprocess.call([self.script, 'status']) == 0
"/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 115, in call
return Popen(*popenargs, **kwargs).wait()
"/usr/lib/python2.6/site-packages/ajenti/compat.py", line 26, in Popen
*args, **kwargs)
"/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 238, in __init__
errread, errwrite)
"/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 756, in _execute_child
raise child_exceptionOSError: [Errno 13] Permission denied | Traceback (most recent call last):
"/home/tbm/.local/bin/bean-check", line 6, in <module>
sys.exit(main())
"/home/tbm/.local/lib/python3.7/site-packages/beancount/scripts/check.py", line 40, in main
extra_validations=validation.HARDCORE_VALIDATIONS)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/loader.py", line 90, in load_file
_log_errors(errors, log_errors)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/loader.py", line 128, in _log_errors
printer.print_errors(errors, file=log_errors)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 444, in print_errors
output.write(format_error(error))
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 414, in format_error
error_string = '\n'.join(format_entry(entry) for entry in entries)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 414, in <genexpr>
error_string = '\n'.join(format_entry(entry) for entry in entries)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 339, in format_entry
return EntryPrinter(dcontext, render_weights)(entry)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 117, in __call__
method(obj, oss)
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 203, in Transaction
self.write_metadata(posting.meta, oss, '
')
"/home/tbm/.local/lib/python3.7/site-packages/beancount/parser/printer.py", line 143, in write_metadata
raise ValueError("Unexpected value: '{!r}'".format(value))ValueError: Unexpected value: 'None' | 0.289052 |
Traceback (most recent call last):
"/app/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/__main__.py#L2122">medusa/__main__.py</a>", line 2122, in load_shows_from_db
cur_show = Series(sql_show['indexer'], sql_show['indexer_id'])
"/app/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/tv/series.py#L245">medusa/tv/series.py</a>", line 245, in __init__
self._load_from_db()
"/app/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/tv/series.py#L1493">medusa/tv/series.py</a>", line 1493, in _load_from_db
self.airdate_offset = int(sql_results[0]['airdate_offset'] or 0)KeyError: u'airdate_offset' | Traceback (most recent call last):
"main.py", line 152, in <module>
train_logger, train_batch_logger)
"/home/yashbhambhu_18je0949/PyTorch3DCNNs_UCF101/train.py", line 30, in train_epoch
outputs = model(inputs)
"/home/yashbhambhu_18je0949/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/yashbhambhu_18je0949/.local/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 150, in forward
return self.module(*inputs[0], **kwargs[0])
"/home/yashbhambhu_18je0949/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/yashbhambhu_18je0949/PyTorch3DCNNs_UCF101/models/efficientnet.py", line 186, in forward
x = self.extract_features(inputs)
"/home/yashbhambhu_18je0949/PyTorch3DCNNs_UCF101/models/efficientnet.py", line 175, in extract_features
x = block(x, drop_connect_rate=drop_connect_rate)
"/home/yashbhambhu_18je0949/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/yashbhambhu_18je0949/PyTorch3DCNNs_UCF101/models/efficientnet.py", line 75, in forward
x = self._swish(self._bn1(self._depthwise_conv(x)))
"/home/yashbhambhu_18je0949/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/yashbhambhu_18je0949/PyTorch3DCNNs_UCF101/models/efficient_utils.py", line 142, in forward
x = F.conv3d(x, self.weight, self.bias, self.stride, self.padding, self.dilation, self.groups)
RuntimeError: Calculated padded input size per channel: (2 x 8 x 8). Kernel size: (3 x 3 x 3). Kernel size can't be greater than actual input size | 0.225908 |
Traceback (most recent call last):
"/tmp/pip-build-cth80kky/PyICU/setup.py", line 66, in <module>
ICU_VERSION = check_output(('icu-config', '--version')).strip()
"/tmp/pip-build-cth80kky/PyICU/setup.py", line 19, in check_output
return subprocess_check_output(popenargs)
"/usr/lib64/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
"/usr/lib64/python3.6/subprocess.py", line 423, in run
with Popen(*popenargs, **kwargs) as process:
"/usr/lib64/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
"/usr/lib64/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: 'icu-config': 'icu-config'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/pi/.local/lib/python3.7/site-packages/miio/device.py", line 310, in send
return self.send(command, parameters, retry_count - 1)
"/home/pi/.local/lib/python3.7/site-packages/miio/device.py", line 291, in send
raise DeviceError(error)
miio.exceptions.DeviceError: {'code': -9999, 'message': 'UART timeout'}
| 0.314061 |
Traceback (most recent call last):
"train.py", line 167, in <module>
tf.app.run()
"D:\Program
s\Python36\lib\site-packages\tensorflow\python\platform\app.py", line 126, in run
_sys.exit(main(argv))
"train.py", line 163, in main
worker_job_name, is_chief, FLAGS.train_dir)
"D:\Python\Tensorflow\models\research\object_detection\trainer.py", line 358, in train
saver=saver)
"D:\Program
s\Python36\lib\site-packages\tensorflow\contrib\slim\python\slim\learning.py", line 791, in train
return total_loss
UnboundLocalError: local variable 'total_loss' referenced before assignment
|
Traceback (most recent call last):
"c:\python3.7\lib\site-packages\setuptools\package_index.py", line 766, in open_url
return open_with_auth(url, self.opener)
"c:\python3.7\lib\site-packages\setuptools\package_index.py", line 961, in _socket_timeout
return func(*args, **kwargs)
"c:\python3.7\lib\site-packages\setuptools\package_index.py", line 1079, in open_with_auth
fp = opener(request)
"c:\python3.7\lib\urllib\request.py", line 525, in open
response = self._open(req, data)
"c:\python3.7\lib\urllib\request.py", line 543, in _open
'_open', req)
"c:\python3.7\lib\urllib\request.py", line 503, in _call_chain
result = func(*args)
"c:\python3.7\lib\site-packages\setuptools\ssl_support.py", line 161, in https_open
lambda host, **kw: VerifyingHTTPSConn(host, self.ca_bundle, **kw), req
"c:\python3.7\lib\urllib\request.py", line 1319, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
| 0.245993 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/cherrypy/wsgiserver/__init__.py", line 2021, in start
self.tick()
"/usr/lib/python3/dist-packages/cherrypy/wsgiserver/__init__.py", line 2090, in tick
s, ssl_env = self.ssl_adapter.wrap(s)
"/usr/lib/python3/dist-packages/cherrypy/wsgiserver/ssl_builtin.py", line 67, in wrap
server_side=True)
"/usr/lib/python3.6/ssl.py", line 407, in wrap_socket
_context=self, _session=session)
"/usr/lib/python3.6/ssl.py", line 817, in __init__
self.do_handshake()
"/usr/lib/python3.6/ssl.py", line 1077, in do_handshake
self._sslobj.do_handshake()
"/usr/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
OSError: [Errno 0] Error
| Traceback (most recent call last):
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/core/handlers/wsgi.py", line 245, in __call__
response = middleware_method(request, response)
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/debug_toolbar/middleware.py", line 128, in process_response
panel.process_response(request, response)
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/debug_toolbar/panels/request_vars.py", line 58, in process_response
'session': [(k, self.request.session.get(k)) for k in self.request.session.iterkeys()]
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/contrib/sessions/backends/base.py", line 115, in iterkeys
return self._session.iterkeys()
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/contrib/sessions/backends/base.py", line 172, in _get_session
self._session_cache = self.load()
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/contrib/sessions/backends/db.py", line 16, in load
expire_date__gt=datetime.datetime.now()
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/db/models/manager.py", line 120, in get
return self.get_query_set().get(*args, **kwargs)
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/db/models/query.py", line 300, in get
num = len(clone)
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/db/models/query.py", line 81, in __len__
self._result_cache = list(self.iterator())
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/db/models/query.py", line 238, in iterator
for row in self.query.results_iter():
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/db/models/sql/query.py", line 287, in results_iter
for rows in self.execute_sql(MULTI):
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/django/db/models/sql/query.py", line 2369, in execute_sql
cursor.execute(sql, params)
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/debug_toolbar/utils/tracking/db.py", line 77, in execute
stacktrace = tidy_stacktrace(reversed(get_stack()))
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/debug_toolbar/utils/__init__.py", line 146, in get_stack
framelist.append((frame,) + getframeinfo(frame, context))
"/home2/kfi/.virtualenvs/kfitest/lib/python2.5/site-packages/debug_toolbar/utils/__init__.py", line 132, in getframeinfo
return inspect.Traceback(filename, lineno, frame.f_code.co_name, lines, index)AttributeError: 'module' object has no attribute 'Traceback' | 0.257847 |
Traceback (most recent call last):
"./fail2ban/tests/servertestcase.py", line 787, in testLogTargetSYSLOG
self.setGetTest("logtarget", "SYSLOG")
"./fail2ban/tests/servertestcase.py", line 88, in setGetTest
self.assertEqual(v(self.transm.proceed(setCmd)), v((outCode, outValue)))AssertionError: Tuples differ: (1, error(111, 'Connection ref... != (0, 'SYSLOG') | Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/vimeo.py", line 378, in _real_extract
view_count = int(self._search_regex(r'UserPlays:(\d+)', webpage, 'view count'))
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 584, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract view count; 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.285325 |
Traceback (most recent call last):
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 601, in urlopen
chunked=chunked)
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 357, in _make_request
conn.request(method, url, **httplib_request_kw)
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\http\client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\http\client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\http\client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\http\client.py", line 1026, in _send_output
self.send(msg)
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\http\client.py", line 964, in send
self.connect()
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\urllib3\connection.py", line 166, in connect
conn = self._new_conn()
"C:\Users\foo\AppData\Local\Continuum\anaconda3\lib\site-packages\urllib3\connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x0000014D34EBE320>: Failed to establish a new connection: [WinError 10061] ▒▒▒▒Ŀ▒▒▒▒▒▒▒▒▒▒▒ܾ▒▒▒▒▒▒▒▒ӡ▒
| fatal: [r03u05-d.hq.verseon.us]: FAILED! => {"changed": true, "cmd": ["ceph-volume", "--cluster", "ceph", "lvm", "batch", "--bluestore", "--yes", "/dev/sdb", "--db-devices", "/dev/sda3", "--report", "--format=json"], "msg": "non-zero return code", "rc": 1, "stderr": "--> passed data devices: 1 physical, 0 LVM\n--> relative data size: 1.0\n--> passed block_db devices: 0 physical, 1 LVM\nTraceback (most recent call last):\n
\"/usr/sbin/ceph-volume\", line 9, in <module>\n
load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')()\n
\"/usr/lib/python2.7/site-packages/ceph_volume/main.py\", line 39, in __init__\n
self.main(self.argv)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/decorators.py\", line 59, in newfunc\n
return f(*a, **kw)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/main.py\", line 150, in main\n
terminal.dispatch(self.mapper, subcommand_args)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/terminal.py\", line 194, in dispatch\n
instance.main()\n
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/main.py\", line 42, in main\n
terminal.dispatch(self.mapper, self.argv)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/terminal.py\", line 194, in dispatch\n
instance.main()\n
\"/usr/lib/python2.7/site-packages/ceph_volume/decorators.py\", line 16, in is_root\n
return func(*a, **kw)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 402, in main\n
plan = self.get_plan(self.args)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 440, in get_plan\n
args.wal_devices)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 472, in get_deployment_layout\n
fast_type)\n
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 509, in fast_allocations\n
ret.extend(get_lvm_fast_allocs(lvm_devs))\n
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 147, in get_lvm_fast_allocs\n
d.used_by_ceph]\nIndexError: list index out of range", "stderr_lines": ["--> passed data devices: 1 physical, 0 LVM", "--> relative data size: 1.0", "--> passed block_db devices: 0 physical, 1 LVM", "Traceback (most recent call last):", "
\"/usr/sbin/ceph-volume\", line 9, in <module>", "
load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')()", "
\"/usr/lib/python2.7/site-packages/ceph_volume/main.py\", line 39, in __init__", "
self.main(self.argv)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/decorators.py\", line 59, in newfunc", "
return f(*a, **kw)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/main.py\", line 150, in main", "
terminal.dispatch(self.mapper, subcommand_args)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/terminal.py\", line 194, in dispatch", "
instance.main()", "
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/main.py\", line 42, in main", "
terminal.dispatch(self.mapper, self.argv)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/terminal.py\", line 194, in dispatch", "
instance.main()", "
\"/usr/lib/python2.7/site-packages/ceph_volume/decorators.py\", line 16, in is_root", "
return func(*a, **kw)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 402, in main", "
plan = self.get_plan(self.args)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 440, in get_plan", "
args.wal_devices)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 472, in get_deployment_layout", "
fast_type)", "
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 509, in fast_allocations", "
ret.extend(get_lvm_fast_allocs(lvm_devs))", "
\"/usr/lib/python2.7/site-packages/ceph_volume/devices/lvm/batch.py\", line 147, in get_lvm_fast_allocs", "
d.used_by_ceph]", "IndexError: list index out of range"], "stdout": "", "stdout_lines": []}
```
| 0.281226 |
Traceback (most recent call last):
"fairseq_en_de.py", line 16, in <module>
bpe='subword_nmt')
"H:\Research\torch\env\lib\site-packages\torch\hub.py", line 340, in load
model = entry(*args, **kwargs)
"C:\Users\youwei/.cache\torch\hub\pytorch_fairseq_master\fairseq\models\fairseq_model.py", line 176, in from_pretrained
return hub_utils.GeneratorHubInterface(x['args'], x['task'], x['models'])
"C:\Users\youwei/.cache\torch\hub\pytorch_fairseq_master\fairseq\hub_utils.py", line 92, in __init__
self.bpe = encoders.build_bpe(args)
"C:\Users\youwei/.cache\torch\hub\pytorch_fairseq_master\fairseq\registry.py", line 41, in build_x
return builder(args, *extra_args, **extra_kwargs)
"C:\Users\youwei/.cache\torch\hub\pytorch_fairseq_master\fairseq\data\encoders\subword_nmt_bpe.py", line 41, in __init__
bpe_args.glossaries,
"H:\Research\torch\env\lib\site-packages\subword_nmt\apply_bpe.py", line 37, in __init__
firstline = codes.readline()
UnicodeDecodeError: 'gbk' codec can't decode byte 0x93 in position 3259: illegal multibyte sequence
|
Traceback (most recent call last):
"/usr/lib/python3.7/pathlib.py", line 697, in __str__
return self._str
AttributeError: _str
| 0.283981 |
Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 102, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 121, in check_service_health
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 117, in check_service_health
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 45, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/s3/s3_starter.py", line 42, in check_s3
assert isinstance(out['Buckets'], list)
TypeError: 'NoneType' object is not subscriptable
| "ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/youtube.py", line 1070, in _decrypt_signature video_id, player_url, s
"/usr/local/lib/python3.5/dist-packages/youtube_dl/extractor/youtube.py", line 958, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url) youtube_dl.utils.ExtractorError: Cannot identify player 'https://www.youtube.com/yts/jsbin/player-vflppxuSE/en_US/base.js' (caused by ExtractorError("Cannot identify player 'https://www.youtube.com/yts/jsbin/player-vflppxuSE/en_US/base.js'",))"
I even tried to remake my bot a lot of times, but the same exact thing comes up.
| 0.287761 |
Traceback (most recent call last):
"/Users/rjones/anaconda/bin/soundscrape", line 11, in <module>
sys.exit(main())
"/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 119, in main
process_soundcloud(vargs)
"/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 198, in process_soundcloud
hard_track_url = get_hard_track_url(item_id)
"/Users/rjones/anaconda/lib/python3.6/site-packages/soundscrape/soundscrape.py", line 518, in get_hard_track_url
json_response = response.json()
"/Users/rjones/anaconda/lib/python3.6/site-packages/requests/models.py", line 892, in json
return complexjson.loads(self.text, **kwargs)
"/Users/rjones/anaconda/lib/python3.6/site-packages/simplejson/__init__.py", line 516, in loads
return _default_decoder.decode(s)
"/Users/rjones/anaconda/lib/python3.6/site-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
"/Users/rjones/anaconda/lib/python3.6/site-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| Traceback (most recent call last):
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 849, in callback
result_list.append(f.result())
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 1113, in run
yielded = self.gen.send(value)
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\distributed\deploy\local.py", line 189, in _start_worker
raise gen.TimeoutError("Worker failed to start")
tornado.util.TimeoutError: Worker failed to start
| 0.22936 |
Traceback (most recent call last):
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_limnoria/build/supybot/test.py", line 212, in runTest
originalRunTest()
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_limnoria/build/supybot/plugins/Scheduler/test.py", line 73, in testRepeat
self.assertResponse(' ', 'testRepeat')
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.7_limnoria/build/supybot/test.py", line 386, in assertResponse
raise TimeoutError(query)
supybot.test.TimeoutError: ' ' timed out
| Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/ansible/executor/task_executor.py", line 125, in run
res = self._execute()
"/usr/local/lib/python3.5/site-packages/ansible/executor/task_executor.py", line 521, in _execute
result = self._handler.run(task_vars=variables)
"/usr/local/lib/python3.5/site-packages/ansible/plugins/action/normal.py", line 45, in run
results = merge_hash(results, self._execute_module(tmp=tmp, task_vars=task_vars, wrap_async=wrap_async))
"/usr/local/lib/python3.5/site-packages/ansible/plugins/action/__init__.py", line 635, in _execute_module
(module_style, shebang, module_data, module_path) = self._configure_module(module_name=module_name, module_args=module_args, task_vars=task_vars)
"/usr/local/lib/python3.5/site-packages/ansible/plugins/action/__init__.py", line 170, in _configure_module
play_context=self._play_context, environment=final_environment)
"/usr/local/lib/python3.5/site-packages/ansible/executor/module_common.py", line 868, in build_windows_module_payload
exec_manifest["powershell_modules"][m] = base64.b64encode(to_bytes(_slurp(os.path.join(_MODULE_UTILS_PATH, m + ".ps1"))))
TypeError: can't concat bytes to str
| 0.266032 |
Traceback (most recent call last):
"C:/Users/cahilll/PycharmProjects/excelrefresher/venv/GoogleAPI.py", line 50, in <module>
main()
"C:/Users/cahilll/PycharmProjects/excelrefresher/venv/GoogleAPI.py", line 34, in main
service = build('drive', 'v3', credentials=creds)
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\googleapiclient\_helpers.py", line 130, in positional_wrapper
return wrapped(*args, **kwargs)
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\googleapiclient\discovery.py", line 224, in build
requested_url, discovery_http, cache_discovery, cache, developerKey)
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\googleapiclient\discovery.py", line 274, in _retrieve_discovery_doc
resp, content = http.request(actual_url)
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\httplib2\__init__.py", line 1926, in request
cachekey,
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\httplib2\__init__.py", line 1595, in _request
conn, request_uri, method, body, headers
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\httplib2\__init__.py", line 1501, in _conn_request
conn.connect()
"C:\Users\cahilll\PycharmProjects\excelrefresher\venv\lib\site-packages\httplib2\__init__.py", line 1291, in connect
self.sock = self._context.wrap_socket(sock, server_hostname=self.host)
"C:\Users\cahilll\AppData\Local\Programs\Python\Python37-32\lib\ssl.py", line 412, in wrap_socket
session=session
"C:\Users\cahilll\AppData\Local\Programs\Python\Python37-32\lib\ssl.py", line 853, in _create
self.do_handshake()
"C:\Users\cahilll\AppData\Local\Programs\Python\Python37-32\lib\ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1056)
| Traceback (most recent call last):
"/usr/bin/salt-minion", line 14, in <module>
salt_minion()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 56, in salt_minion
minion.start()
"/usr/lib/python2.7/site-packages/salt/__init__.py", line 264, in start
self.minion.tune_in()
"/usr/lib/python2.7/site-packages/salt/minion.py", line 504, in tune_in
minions = self.minions()
"/usr/lib/python2.7/site-packages/salt/minion.py", line 484, in minions
minions = self._gen_minions()
"/usr/lib/python2.7/site-packages/salt/minion.py", line 470, in _gen_minions
minions.append(Minion(s_opts, 5, False))
"/usr/lib/python2.7/site-packages/salt/minion.py", line 603, in __init__
opts['environment'],
"/usr/lib/python2.7/site-packages/salt/pillar/__init__.py", line 91, in compile_pillar
ret_pillar = self.sreq.crypted_transfer_decode_dictentry(load, dictkey='pillar', tries=3, timeout=7200)
"/usr/lib/python2.7/site-packages/salt/transport/__init__.py", line 236, in crypted_transfer_decode_dictentry
aes = key.private_decrypt(ret['key'], 4)TypeError: string indices must be integers, not str | 0.280969 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/util/canvas/__init__.py", line 208, in __on_draw
drawer.draw(cairo_ctx)
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/util/canvas/animations.py", line 197, in draw
(self.frame % self.nb_frames[0]),ZeroDivisionError: integer division or modulo by zero | Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract
return self._real_extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 158, in _real_extract
raise ExtractorError(u'Invalid URL: %s' % url)ExtractorError: Invalid URL: http://veehd.com/video/4686958_Time-Lapse-View-from-Space-ISS; 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.117861 |
Traceback (most recent call last):
"/home/predrag/.config/sublime-text/Packages/LSP/plugin/code_actions.py", line 313, in handle_select
session.run_code_action(selected[2])
"/home/predrag/.config/sublime-text/Packages/LSP/plugin/core/sessions.py", line 683, in __getattr__
raise AttributeError(name)
AttributeError: run_code_action
| Traceback (most recent call last):
"/home/binhasan/local/lib/python2.7/site-packages/doit/action.py", line 365, in execute
returned_value = self.py_callable(_self.args, *_kwargs)
"/home/binhasan/local/lib/python2.7/site-packages/nikola/utils.py", line 825, in unlessLink
action(target)
"/home/binhasan/local/lib/python2.7/site-packages/nikola/filters.py", line 67, in f_in_file
data = f(data)
"/home/binhasan/local/lib/python2.7/site-packages/nikola/filters.py", line 183, in php_template_injection
return phpdataUnboundLocalError: local variable 'phpdata' referenced before assignment | 0.296227 |
PIO Core Call Error: "Platform C:\\Users\\agambier\\.platformio\\platforms\\espressif8266\r\n--------\r\nUpdating espressif8266
@ 2.0.4
[2.2.1]\r\r\nUninstalling espressif8266 @ 2.0.4: \t[OK]\r\nPlatformManager: Installing espressif8266 @ 2.2.1\r\r\nDownloading\r\nDownloading\r\nUnpacking\r\nUnpacking\r\nespressif8266 @ 2.2.1 has been successfully installed!\r\nUpdating tool-esptoolpy
@ 1.20600.0
[Up-to-date]\r\nUpdating tool-mkspiffs
@ 1.200.0
[Up-to-date]\r\nUpdating tool-esptool
@ 1.413.0
[Up-to-date]\r\nUpdating toolchain-xtensa
@ 1.40802.0
[2.40802.190218]\n\nError: Traceback (most recent call last):\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\__main__.py\", line 120, in main\r\n
cli(None, None, None)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 700, in __call__\r\n
return self.main(*args, **kwargs)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 680, in main\r\n
rv = self.invoke(ctx)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 1027, in invoke\r\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 1027, in invoke\r\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 873, in invoke\r\n
return ctx.invoke(self.callback, **ctx.params)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 508, in invoke\r\n
return callback(*args, **kwargs)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\commands\\platform.py\", line 385, in platform_update\r\n
platform, only_packages=only_packages, only_check=only_check)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\platform.py\", line 131, in update\r\n
p.update_packages(only_check)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\platform.py\", line 312, in update_packages\r\n
self.pm.update(manifest['__pkg_dir'], requirements, only_check)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\package.py\", line 831, in update\r\n
self.uninstall(pkg_dir, after_update=True)\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\package.py\", line 748, in uninstall\r\n
with Lock
(self.package_dir):\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\lockfile.py\", line 102, in __enter__\r\n
self.acquire()\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\lockfile.py\", line 86, in acquire\r\n
return self._lock()\r\n
\"c:\\users\\agambier\\.platformio\\penv\\lib\\site-packages\\platformio\\lockfile.py\", line 61, in _lock\r\n
self._fp = open(self._lock_path, \"w\")\r\nIOError: [Errno 13] Permission denied: 'C:\\\\Users\\\\agambier\\\\.platformio\\\\packages.lock'\r\n\r\n============================================================\r\n\r\nAn unexpected error occurred. Further steps:\r\n\r\n* Verify that you have the latest version of PlatformIO using\r\n
`pip install -U platformio` command\r\n\r\n* Try to find answer in FAQ Troubleshooting section\r\n
https://docs.platformio.org/page/faq.html\r\n\r\n* Report this problem to the developers\r\n
https://github.com/platformio/platformio-core/issues\r\n\r\n============================================================" | Traceback (most recent call last):
"test_image.py", line 26, in <module>
model.load_state_dict(torch.load('epochs/' + MODEL_NAME))
"/home/gasoon/anaconda3/envs/vd/lib/python3.6/site-packages/torch/nn/modules/module.py", line 522, in load_state_dict
.format(name))
KeyError: 'unexpected key "block8.2.conv.weight" in state_dict'
| 0.205889 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/state.py", line 1744, in call
**cdata['kwargs'])
"/usr/lib/python2.6/site-packages/salt/loader.py", line 1702, in wrapper
return f(*args, **kwargs)
"/usr/lib64/python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
"/usr/lib/python2.6/site-packages/salt/utils/context.py", line 48, in func_globals_inject
yield
"/usr/lib/python2.6/site-packages/salt/loader.py", line 1702, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.6/site-packages/salt/states/ssh_known_hosts.py", line 142, in present
timeout=timeout)
"/usr/lib/python2.6/site-packages/salt/modules/ssh.py", line 1053, in set_known_host
cmd_result = __salt__['ssh.hash_known_hosts'](user=user, config=full)
"<string>", line 2, in hash_known_hosts
"/usr/lib/python2.6/site-packages/salt/utils/decorators/__init__.py", line 186, in wrapped
return function(*args, **kwargs)
"/usr/lib/python2.6/site-packages/salt/modules/ssh.py", line 1168, in hash_known_hosts
os.stat(full, origmode)
TypeError: stat() takes exactly 1 argument (2 given)
Started: 14:15:46.412315
| Thread-16 :: [7e6e057] Failed doing webui callback: Traceback (most recent call last):
"/opt/sickrage/sickbeard/webserve.py", line 273, in async_call
result = function(**kwargs)TypeError: index() got an unexpected keyword argument 'Mode' | 0.311198 |
Traceback (most recent call last):
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 101, in main_intel_amt
json_data = __get_hardware(url, agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 59, in __get_hardware
req = __get_raw_data(target, 'hw-sys', agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 51, in __get_raw_data
'Authorization': __get_auth_headers(target),
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 22, in __get_auth_headers
}, proxies=proxy)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 487, in send
raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='https', port=80): Max retries exceeded with url: //www.tiobe.com:16992/index.htm (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f05acd8ecd0>: Failed to establish a new connection: [Errno -2] Name or service not known',)) | Traceback (most recent call last):
"./KingPhisher", line 49, in <module>
from king_phisher.client import application
"/opt/king-phiser/king_phisher/client/application.py", line 52, in <module>
from king_phisher.client import assistants
"/opt/king-phiser/king_phisher/client/assistants/__init__.py", line 33, in <module>
from .campaign import *
"/opt/king-phiser/king_phisher/client/assistants/campaign.py", line 36, in <module>
from king_phisher.client import gui_utilities
"/opt/king-phiser/king_phisher/client/gui_utilities.py", line 517
elif len(error.args) > 1:
^
SyntaxError: invalid syntax
| 0.290459 |
Traceback (most recent call last):
"c:\python36\lib\site-packages\instalooter\cli\__init__.py", line 171, in main
dlpbar_cls=None if args['--quiet'] else TqdmProgressBar)
"c:\python36\lib\site-packages\instalooter\looters.py", line 828, in download
new_only, condition)
"c:\python36\lib\site-packages\instalooter\looters.py", line 600, in _fill_media_queue
for media in six.moves.filter(_condition, medias_iter):
"c:\python36\lib\site-packages\instalooter\looters.py", line 792, in medias
info = self.info
"c:\python36\lib\site-packages\instalooter\looters.py", line 760, in info
self._info = self.get_post_info(self.code)
"c:\python36\lib\site-packages\instalooter\looters.py", line 337, in get_post_info
return data['entry_data']['PostPage'][0]['graphql']['shortcode_media']
KeyError: 'PostPage'
| Traceback (most recent call last):
"c:\program files\python37\lib\logging\__init__.py", line 1037, in emit
stream.write(msg + self.terminator)
AttributeError: 'NoneType' object has no attribute 'write'
| 0.289763 |
Traceback (most recent call last):
"/var/lib/**********mediaserver/medusa/medusa/helpers/__init__.py", line 322, in move_file
shutil.move(src_file, dest_file)
"/usr/lib64/python3.6/shutil.py", line 564, in move
copy_function(src, real_dst)
"/usr/lib64/python3.6/shutil.py", line 264, in copy2
copystat(src, dst, follow_symlinks=follow_symlinks)
"/usr/lib64/python3.6/shutil.py", line 202, in copystat
st = lookup("stat")(src, follow_symlinks=follow)
NotFoundError: [Errno 2] No such file or directory: '/var/cache/sab/ragetv/Last.Week.Tonight.with.John.Oliver.S06E18.1080p.AMZN.WEBRip.DDP2.0.x264-monkee[rarbg]/Last.Week.Tonight.with.John.Oliver.S06E18.1080p.AMZN.WEB-DL.DDP2.0.H.264-monkee.mkv' | Traceback (most recent call last):
"/var/mycodo-root/mycodo/controller_pid.py", line 211, in run
noiseband=self.autotune_noiseband)
"/var/mycodo-root/mycodo/utils/pid_autotune.py", line 59, in __init__
raise ValueError('lookback must be greater or equal to sampletime')
ValueError: lookback must be greater or equal to sampletime
| 0.320502 |
Traceback (most recent call last):
"Main.py", line 2, in <module>
"<frozen importlib._bootstrap>", line 2237, in _find_and_load
"<frozen importlib._bootstrap>", line 2226, in find_and_load_unlocked
"<frozen importlib._bootstrap>", line 1191, in _load_unlocked
"<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
"C:\Anaconda3\lib\site-packages\zipextimporter.py", line 86, in load_module
return zipimport.zipimporter.load_module(self, fullname)
"C:\Anaconda3\lib\site-packages\pandas\__init__.py", line 7, in <module>
from . import hashtable, tslib, lib
"<frozen importlib._bootstrap>", line 2237, in _find_and_load
"<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 1191, in _load_unlocked
"<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
"C:\Anaconda3\lib\site-packages\zipextimporter.py", line 109, in load_module self.get_data)
"pandas\hashtable.pyx", line 9, in init pandas.hashtable (pandas\hashtable.c:23000)SystemError: Parent module '' not loaded, cannot perform relative import | Traceback (most recent call last):
"repro.py", line 5, in <module>
scipy.sparse.save_npz('x.npz', x)
"/usr/local/lib/python2.7/dist-packages/scipy/sparse/_matrix_io.py", line 50, in save_npz
arrays_dict = dict(format=matrix.format, shape=matrix.shape, data=matrix.data)
"/usr/local/lib/python2.7/dist-packages/scipy/sparse/base.py", line 576, in __getattr__
raise AttributeError(attr + " not found")
AttributeError: data not found
| 0.327923 |
Traceback (most recent call last):
"Q:\Python27\lib\threading.py", line 808, in __bootstrap_inner
self.run()
"Q:\PyBitmessage\src\class_singleWorker.py", line 60, in run
self.sendMsg()
"C:\AdminRoot\TBM\PyBitmessage\src\class_singleWorker.py", line 503, in sendMsg
self.requestPubKey(toaddress)
"Q:\PyBitmessage\src\class_singleWorker.py", line 897, in requestPubKey
shared.inventorySets[streamNumber].add(inventoryHash)KeyError: 1 | Traceback (most recent call last):
"C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 1087, in process_info
success = dl(filename, info_dict)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 1063, in dl
return fd.download(name, info)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\downloader\common.py", line 294, in download
return self.real_download(filename, info_dict)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\downloader\http.py", line 66, in real_download
data = self.ydl.urlopen(request)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 1321, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"C:\Python27\lib\urllib2.py", line 410, in open
response = meth(req, response)
"C:\Python27\lib\urllib2.py", line 523, in http_response
'http', request, response, code, msg, hdrs)
"C:\Python27\lib\urllib2.py", line 448, in error
return self._call_chain(_args)
"C:\Python27\lib\urllib2.py", line 382, in _call_chain
result = func(_args)
"C:\Python27\lib\urllib2.py", line 531, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)HTTPError: HTTP Error 404: Not Found | 0.225753 |
Traceback (most recent call last):
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
conn.connect()
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/urllib3/connection.py", line 284, in connect
conn = self._new_conn()
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x68146650>: Failed to establish a new connection: [Errno -2] Name or service not known
| Traceback (most recent call last):
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 1302, in communicate
req.respond()
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 831, in respond
self.server.gateway(self).respond()
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/lib/cherrypy/cherrypy/wsgiserver/wsgiserver2.py", line 2115, in respond
response = self.req.server.wsgi_app(self.env, self.start_response)
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py", line 292, in __call__
return app(environ, start_response)
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/wsgi_server.py", line 332, in __call__
return self.app(environ, start_response)
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py", line 1664, in __call__
return self._handle_request(environ, start_response)
"/Users/agupta/Documents/code/oppia_workspace/oppia_tools/google-cloud-sdk-304.0.0/google-cloud-sdk/platform/google_appengine/google/appengine/tools/devappserver2/module.py", line 824, in _handle_request
logservice = apiproxy_stub_map.apiproxy.GetStub('logservice')
AttributeError: 'module' object has no attribute 'apiproxy'
| 0.319922 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/tmp/pip-build-zcdeslux/python-ldap/setup.py", line 53
print name + ': ' + cfg.get('_ldap', name)
^
SyntaxError: invalid syntax | Traceback (most recent call last):
"c:\python26\lib\site-packages\ipython-0.12.beta-py2.6.egg\IPython\frontend\qt\console\tests\test_ansi_code_processor.py", line 123, in test_beep
self.assertEquals(action.count, 1)AssertionError: <built-in method count of BeepAction object at 0x05347710> != 1 | 0.180878 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.