text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
RuntimeError: Traceback (most recent call last):
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/pipeline/plugins/multiproc.py", line 69, in run_node
result['result'] = node.run(updatehash=updatehash)
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 471, in run
result = self._run_interface(execute=True)
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 555, in _run_interface
return self._run_command(execute)
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/pipeline/engine/nodes.py", line 635, in _run_command
result = self._interface.run(cwd=outdir)
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/interfaces/base/core.py", line 521, in run
runtime = self._run_interface(runtime)
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/algorithms/modelgen.py", line 453, in _run_interface
self._generate_design()
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/algorithms/modelgen.py", line 628, in _generate_design
outliers=outliers)
"/home/hstojic/.pyenv/nipy/local/lib/python2.7/site-packages/nipype/algorithms/modelgen.py", line 372, in _generate_standard_design
info.regressor_names[j]
IndexError: list index out of range
| Traceback (most recent call last):
"k:\codeprojects\python\geeknote\tests\editorTest.py", line 30, in test_ENMLToText
self.assertEqual(Editor.ENMLtoText(wrapped), self.MD_TEXT)AssertionError: '# Header 1\r\n\r\n## Header 2\r\n\r\nLine 1\r\n\r\n_Line 2_\r\n\r\n**Line 3**\r\n' != '# Header 1\n\n## Header 2\n\nLine 1\n\n_Line 2_\n\n**Line 3**\n\n' | 0.264284 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/peewee.py", line 3830, in execute_sql
cursor.execute(sql, params or ())
sqlite3.OperationalError: row value misused
| Traceback (most recent call last):
"<ipython-input-3-bc7ab1fdfb9b>", line 1, in <module>
runfile('/Users/aaa/.spyder-py3/temp.py', wdir='/Users/aaa/.spyder-py3')
"/usr/local/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py", line 705, in runfile
execfile(filename, namespace)
"/usr/local/lib/python3.6/site-packages/spyder/utils/site/sitecustomize.py", line 102, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"/Users/aaa/.spyder-py3/temp.py", line 7, in <module>
import torch
"/usr/local/lib/python3.6/site-packages/torch/__init__.py", line 184, in <module>
from .tensor import Tensor
"/usr/local/lib/python3.6/site-packages/torch/tensor.py", line 12, in <module>
class Tensor(torch._C._TensorBase):
"/usr/local/lib/python3.6/site-packages/torch/tensor.py", line 170, in Tensor
""")
RuntimeError: method 'detach' already has a docstring
| 0.252747 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/pyrogram/client/client.py", line 1243, in download_worker
packet = await self.download_queue.get()
"/usr/local/lib/python3.8/asyncio/queues.py", line 163, in get
await getter
RuntimeError: Task <Task pending name='Task-66' coro=<Client.download_worker() running at /usr/local/lib/python3.8/site-packages/pyrogram/client/client.py:1243>> got Future <Future pending> attached to a different loop
| Traceback (most recent call last):
"<path>numba/numba/tests/test_closure.py", line 218, in test_recursive_closure
self.assertEqual(cfunc(var), ref(var))
"<path>numba/numba/dispatcher.py", line 307, in _compile_for_args
return self.compile(tuple(argtypes))
"<path>numba/numba/dispatcher.py", line 579, in compile
cres = self._compiler.compile(args, return_type)
"<path>numba/numba/dispatcher.py", line 80, in compile
flags=flags, locals=self.locals)
"<path>numba/numba/compiler.py", line 740, in compile_extra
return pipeline.compile_extra(func)
"<path>numba/numba/compiler.py", line 360, in compile_extra
return self._compile_bytecode()
"<path>numba/numba/compiler.py", line 699, in _compile_bytecode
return self._compile_core()
"<path>numba/numba/compiler.py", line 686, in _compile_core
res = pm.run(self.status)
"<path>numba/numba/compiler.py", line 246, in run
raise patched_exception
"<path>numba/numba/compiler.py", line 238, in run
stage()
"<path>numba/numba/compiler.py", line 374, in stage_analyze_bytecode
func_ir = translate_stage(self.func_id, self.bc)
"<path>numba/numba/compiler.py", line 803, in translate_stage
return interp.interpret(bytecode)
"<path>numba/numba/interpreter.py", line 109, in interpret
self._dispatch(inst, kws)
"<path>numba/numba/interpreter.py", line 238, in _dispatch
raise e
"<path>numba/numba/interpreter.py", line 234, in _dispatch
return fn(inst, **kws)
"<path>numba/numba/interpreter.py", line 971, in op_LOAD_CLOSURE
gl = self.get(name)
"<path>numba/numba/interpreter.py", line 272, in get
var = self.current_scope.get(name)
"<path>numba/numba/ir.py", line 662, in get
return self.get_exact(name)
"<path>numba/numba/ir.py", line 673, in get_exact
return self.parent.get(name)
"<path>numba/numba/ir.py", line 662, in get
return self.get_exact(name)
"<path>numba/numba/ir.py", line 670, in get_exact
return self.localvars.get(name)
"<path>numba/numba/ir.py", line 71, in get
raise NotDefinedError(name)
numba.errors.NotDefinedError: 'inner' is not defined in <path>numba/numba/tests/test_closure.py (207)
| 0.318148 |
Traceback (most recent call last):
"bcbio_nextgen_install.py", line 260, in <module>
main(parser.parse_args(), sys.argv[1:])
"bcbio_nextgen_install.py", line 38, in main
bcbio = install_conda_pkgs(anaconda, args)
"bcbio_nextgen_install.py", line 78, in install_conda_pkgs
"-c", "conda-forge", "-c", "bioconda", "--only-deps", "bcbio-nextgen"])
"/apps/software/Anaconda3/4.3.1/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/localscratch/msmith/bcbio/anaconda/bin/conda', 'install', '--yes', '-c', 'conda-forge', '-c', 'bioconda', '--only-deps', 'bcbio-nextgen']' returned non-zero exit status 2.
| Traceback (most recent call last):
"/home/galaxy/bcbio-dev/anaconda/bin/coverage_bin_size.py", line 158, in <module>
fields = hybrid(rc_table, read_len, args.bam, targets, access)
"/home/galaxy/bcbio-dev/anaconda/bin/coverage_bin_size.py", line 58, in hybrid
anti_table = anti_table.assign(mapped=anti_table.mapped - target_reads)
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/pandas/core/ops.py", line 715, in wrapper
result = wrap_results(safe_na_op(lvalues, rvalues))
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/pandas/core/ops.py", line 676, in safe_na_op
return na_op(lvalues, rvalues)
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/pandas/core/ops.py", line 652, in na_op
raise_on_error=True, **eval_kwargs)
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/pandas/computation/expressions.py", line 210, in evaluate
**eval_kwargs)
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/pandas/computation/expressions.py", line 121, in _evaluate_numexpr
result = _evaluate_standard(op, op_str, a, b, raise_on_error)
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/pandas/computation/expressions.py", line 63, in _evaluate_standard
return op(a, b)
ValueError: operands could not be broadcast together with shapes (124,) (166,)
| 0.322026 |
Traceback (most recent call last):
"/home/cosmos/library/python2.7/lib/python2.7/site-packages/nose-1.2.1-py2.7.egg/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/cosmos/library/python2.7/lib/python2.7/site-packages/sklearn/cluster/bicluster/tests/test_utils.py", line 43, in test_get_submatrix
assert_true(np.all(X != -1))
"/home/cosmos/library/python2.7/lib/python2.7/unittest/case.py", line 418, in assertTrue
if not expr:
"/home/cosmos/library/python2.7/lib/python2.7/site-packages/scipy/sparse/base.py", line 183, in __bool__
raise ValueError("The truth value of an array with more than one "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all(). | Traceback (most recent call last):
"/opt/deepvariant/bin/run_deepvariant.py", line 421, in <module>
app.run(main)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 299, in run
_run_main(main, args)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 250, in _run_main
sys.exit(main(argv))
"/opt/deepvariant/bin/run_deepvariant.py", line 414, in main
subprocess.check_call(command, shell=True, executable='/bin/bash')
"/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '( time seq 0 23 | parallel -q --halt 2 --line-buffer /opt/deepvariant/bin/make_examples --mode calling --ref ref.fa --reads reads.bam --examples "/tmp/tmp7rsj5zvh/[email protected]" --add_hp_channel --alt_aligned_pileup "diff_channels" --noparse_sam_aux_fields --norealign_reads --nosort_by_haplotypes --vsc_min_fraction_indels "0.12" --task {} )' returned non-zero exit status 252.
| 0.219204 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0y1qi6u7\build\youtube_dl\YoutubeDL.py", line 696, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0y1qi6u7\build\youtube_dl\extractor\common.py", line 370, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0y1qi6u7\build\youtube_dl\extractor\generic.py", line 2604, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://v.douyu.com/show/rjNBdvnARNWE2ywK
| Traceback (most recent call last):
"main.py", line 111, in <module>
tf.app.run()
"C:\Users\abc\PycharmProjects\Stocks-RNN\tensorflow\python\platform\app.py", line 125, in run
_sys.exit(main(argv))
"main.py", line 104, in main
rnn_model.train(stock_data_list, FLAGS)
"C:\Users\abc\PycharmProjects\Stocks-RNN\model_rnn.py", line 212, in train
for epoch in xrange(config.max_epoch):
NameError: name 'xrange' is not defined | 0.202472 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 138, in run
res = self._execute()
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 516, in _execute
self._connection = self._get_connection(variables=variables, templar=templar)
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 790, in _get_connection
socket_path = self._start_connection()
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 877, in _start_connection
[python, find_file_in_path('ansible-connection'), to_text(os.getppid())],
"/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 868, in find_file_in_path
paths = os.environ['PATH'].split(os.pathsep) + [os.path.dirname(sys.argv[0])]
"/usr/lib64/python2.7/UserDict.py", line 23, in __getitem__
raise KeyError(key)
KeyError: 'PATH'
| Traceback (most recent call last):
".../stroop_lastrun.py", line 117, in <module>
routineClock.reset() #this is the new t0 for non-slip RoutinesNameError: name 'routineClock' is not defined | 0.300929 |
Traceback (most recent call last):
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 261, in main
old_handlers)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 297, in _serve_one
code = spawn._main(child_r)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 114, in _main
prepare(preparation_data)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 225, in prepare
_fixup_main_from_path(data['init_main_from_path'])
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 277, in _fixup_main_from_path
run_name="__mp_main__")
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 261, in run_path
code, fname = _get_code_from_file(run_name, path_name)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 231, in _get_code_from_file
with open(fname, "rb") as f:
NotFoundError: [Errno 2] No such file or directory: '/Users/123456/PycharmProjects/Data_folder/<input>'
| Traceback (most recent call last):
"/app/medusa/medusa/server/web/core/base.py", line 252, in async_call
result = function(**kwargs)
"/app/medusa/medusa/server/web/home/post_process.py", line 61, in processEpisode
ignore_subs=argToBool(ignore_subs)
"/app/medusa/medusa/process_tv.py", line 61, in run
return ProcessResult(path, process_method).process(force=force, **kwargs)
"/app/medusa/medusa/process_tv.py", line 188, in process
ignore_subs=ignore_subs)
"/app/medusa/medusa/process_tv.py", line 380, in process_files
self.process_media(path, self.video_files, force, is_priority, ignore_subs)
"/app/medusa/medusa/process_tv.py", line 600, in process_media
self.result = processor.process()
"/app/medusa/medusa/post_processor.py", line 1300, in process
notifiers.trakt_notifier.update_library(ep_obj)
"/app/medusa/medusa/notifiers/trakt.py", line 83, in update_library
sync.add_to_collection(data)
"/app/medusa/ext/trakt/core.py", line 583, in inner
json_data = self._handle_request('post', url, data=args)
"/app/medusa/ext/trakt/core.py", line 528, in _handle_request
json_data = json.loads(response.content.decode('UTF-8', 'ignore'))
"/usr/local/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
"/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| 0.236895 |
Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/usr/lib64/python2.7/site-packages/sklearn/ensemble/tests/test_weight_boosting.py", line 224, in test_base_estimator
from sklearn.svm import SVC
"/usr/lib64/python2.7/site-packages/sklearn/svm/__init__.py", line 13, in <module>
from .classes import SVC, NuSVC, SVR, NuSVR, OneClassSVM, LinearSVC
"/usr/lib64/python2.7/site-packages/sklearn/svm/classes.py", line 1, in <module>
from .base import BaseLibLinear, BaseSVC, BaseLibSVM
"/usr/lib64/python2.7/site-packages/sklearn/svm/base.py", line 8, in <module>
from . import libsvm, liblinearImportError: /usr/lib64/python2.7/site-packages/sklearn/svm/liblinear.so: undefined symbol: daxpy_ | Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/django/db/backends/base/base.py", line 236, in _commit
return self.connection.commit()
sqlite3.OperationalError: database is locked
| 0.206968 |
Traceback (most recent call last):
"cellprofiler\gui\pipelinecontroller.pyc", line 2482, in do_step
"cellprofiler\modules\identifyprimaryobjects.pyc", line 859, in run
"cellprofiler\modules\identify.pyc", line 737, in threshold_image
"cellprofiler\cpimage.pyc", line 401, in __getattr__
"cellprofiler\cpimage.pyc", line 214, in get_mask
"cellprofiler\cpimage.pyc", line 288, in crop_image_similarlyValueError: Cropped image is not the same size as the reference image: (1648L, 1648L) vs (874L, 874L) | Traceback (most recent call last):
"C:\Users\DSarkar\AppData\Local\Continuum\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 316, in data
return to_qvariant(self.get_bgcolor(index))
"C:\Users\DSarkar\AppData\Local\Continuum\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 253, in get_bgcolor
(vmax - color_func(value)) / (vmax - vmin))ZeroDivisionError: float division by zero | 0.302827 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-xcgne0pi/pyocd/setup.py", line 31, in <module>
long_description=open('README.md', 'r').read(),
"/usr/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 0xe2 in position 6073: ordinal not in range(128)
| Traceback (most recent call last):
"/media/Databank/Apps/webserver/sickrage/lib/tornado/ioloop.py", line 888, in start
handler_func(fd_obj, events)
"/media/Databank/Apps/webserver/sickrage/lib/tornado/stack_context.py", line 277, in null_wrapper
return fn(*args, **kwargs)
"/media/Databank/Apps/webserver/sickrage/lib/tornado/netutil.py", line 276, in accept_handler
callback(connection, address)
"/media/Databank/Apps/webserver/sickrage/lib/tornado/tcpserver.py", line 264, in _handle_connection
do_handshake_on_connect=False)
"/media/Databank/Apps/webserver/sickrage/lib/tornado/netutil.py", line 517, in ssl_wrap_socket
context = ssl_options_to_context(ssl_options)
"/media/Databank/Apps/webserver/sickrage/lib/tornado/netutil.py", line 494, in ssl_options_to_context
context.load_cert_chain(ssl_options['certfile'], ssl_options.get('keyfile', None))
SSLError: [SSL: CA_MD_TOO_WEAK] ca md too weak (_ssl.c:2699)
| 0.265069 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/discord/client.py", line 244, in _run_event
yield from getattr(self, event)(*args, **kwargs)
"musicbot.py", line 21, in on_message
voice = yield from client.join_voice_channel(message.author.voice_channel)
"/usr/local/lib/python3.4/dist-packages/discord/client.py", line 2454, in join_voice_channel
yield from voice.connect()
"/usr/local/lib/python3.4/dist-packages/discord/voice_client.py", line 204, in connect
self.ws = yield from DiscordVoiceWebSocket.from_client(self)
"/usr/local/lib/python3.4/dist-packages/discord/gateway.py", line 462, in from_client
ws = yield from websockets.connect(gateway, loop=client.loop, klass=cls)
"/usr/local/lib/python3.4/dist-packages/websockets/client.py", line 150, in connect
factory, wsuri.host, wsuri.port, **kwds)
"/usr/lib/python3.4/asyncio/base_events.py", line 588, in create_connection
sock, protocol_factory, ssl, server_hostname)
"/usr/lib/python3.4/asyncio/base_events.py", line 610, in _create_connection_transport
yield from waiter
"/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/asyncio/selector_events.py", line 727, in _on_handshake
self._sock.do_handshake()
"/usr/lib/python3.4/ssl.py", line 804, in do_handshake
self._sslobj.do_handshake()ConnectionResetError: [Errno 104] Connection reset by peer |
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'setuptools'
| 0.164766 |
Traceback (most recent call last):
"C:\spark\spark-2.3.4-bin-hadoop2.7\python\lib\py4j-0.10.7-src.zip\py4j\java_gateway.py", line 1152, in send_command
"C:\Users\Chris\Anaconda3\lib\socket.py", line 586, in readinto
return self._sock.recv_into(b)
ConnectionResetError: [WinError 10054] Eine vorhandene Verbindung wurde vom Remotehost geschlossen
| Traceback (most recent call last):
"/Users/sixtynorth/projects/ycmd/third_party/bottle/bottle.py", line 861, in _handle
return route.call(**args)
"/Users/sixtynorth/projects/ycmd/third_party/bottle/bottle.py", line 1734, in wrapper
rv = callback(*a, **ka)
"/Users/sixtynorth/projects/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 100, in wrapper
return callback( *args, **kwargs )
"/Users/sixtynorth/projects/ycmd/ycmd/../ycmd/hmac_plugin.py", line 54, in wrapper
body = callback( *args, **kwargs )
"/Users/sixtynorth/projects/ycmd/ycmd/../ycmd/handlers.py", line 100, in GetCompletions
completer.ComputeCandidates( request_data ),
"/Users/sixtynorth/projects/ycmd/ycmd/../ycmd/completers/completer.py", line 158, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
"/Users/sixtynorth/projects/ycmd/ycmd/../ycmd/completers/completer.py", line 173, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
"/Users/sixtynorth/projects/ycmd/ycmd/../ycmd/completers/cpp/clang_completer.py", line 81, in ComputeCandidatesInner
raise RuntimeError( PARSING_FILE_MESSAGE )RuntimeError: Still parsing file, no completions yet. | 0.238462 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
"/usr/local/lib/python3.8/site-packages/urllib3/connectionpool.py", line 726, in urlopen
retries = retries.increment(
"/usr/local/lib/python3.8/site-packages/urllib3/util/retry.py", line 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='music.163.com', port=443): Max retries exceeded with url: /weapi/login/cellphone (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)')))
| Traceback (most recent call last):
"queueHandler.pyc", line 50, in flushQueue
"NVDAHelper.pyc", line 210, in handleInputCandidateListUpdate
"baseObject.pyc", line 34, in __get__
"baseObject.pyc", line 110, in _getPropertyViaCache
"NVDAObjects\behaviors.pyc", line 394, in _get_visibleCandidateItemsText
"baseObject.pyc", line 34, in __get__
"baseObject.pyc", line 110, in _getPropertyViaCache
"NVDAObjects\inputComposition.pyc", line 147, in _get_name
"NVDAObjects\behaviors.pyc", line 361, in getFormattedCandidateNameKeyError: u'number' | 0.240497 |
Traceback (most recent call last):
"/usr/bin/salt-cp", line 10, in <module>
salt_cp()
"/usr/lib/python2.6/site-packages/salt/scripts.py", line 321, in salt_cp
client.run()
"/usr/lib/python2.6/site-packages/salt/cli/cp.py", line 38, in run
cp_.run()
"/usr/lib/python2.6/site-packages/salt/cli/cp.py", line 105, in run
ret = local.cmd(*args)
"/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 558, in cmd
**kwargs)
"/usr/lib/python2.6/site-packages/salt/client/__init__.py", line 313, in run_job
raise SaltClientError(general_exception)
SaltClientError: Salt request timed out. The master is not responding. If this error persists after verifying the master is up, worker_threads may need to be increased.
| Traceback (most recent call last):
"tool/main.py", line 156, in <module>
sys.exit(main())
"tool/main.py", line 56, in main
pdf_url = extract_pdf_url(download_url(INDEX_URL))
"tool/main.py", line 93, in download_url
response = requests.get(url)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 55, in get
return request('get', url, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 44, in request
return session.request(method=method, url=url, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests_cache/core.py", line 111, in request
hooks, stream, verify, cert)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 335, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests_cache/core.py", line 91, in send
return send_request_and_cache_response()
"/usr/local/lib/python2.7/dist-packages/requests_cache/core.py", line 85, in send_request_and_cache_response
self.cache.save_response(cache_key, response)
"/usr/local/lib/python2.7/dist-packages/requests_cache/backends/base.py", line 40, in save_response
self.responses[key] = self.reduce_response(response), datetime.utcnow()
"/usr/local/lib/python2.7/dist-packages/requests_cache/backends/storage/dbdict.py", line 168, in __setitem__
sqlite.Binary(pickle.dumps(item)))cPickle.UnpickleableError: Cannot pickle <type 'zlib.Decompress'> objects | 0.206264 |
Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 943, in emit
"C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 28] No space left on device | Traceback (most recent call last):
"wav2lip_train.py", line 342, in <module>
train_dataset = Dataset('train')
"wav2lip_train.py", line 42, in __init__
self.all_videos = get_image_list(args.data_root, split)
"C:\Wav2Lip\hparams.py", line 9, in get_image_list
for line in f:
UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 30: illegal multibyte sequence
What's wrong
| 0.247521 |
Traceback (most recent call last):
"/usr/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap
self.run()
"/home/l/.local/lib/python2.7/site-packages/tensorpack/dataflow/parallel.py", line 171, in run
for dp in self.ds:
"/home/l/.local/lib/python2.7/site-packages/tensorpack/dataflow/common.py", line 115, in __iter__
for data in self.ds:
"/home/l/voice/deep-voice-conversion/data_load.py", line 35, in get_data
yield get_mfccs_and_phones(wav_file=wav_file)
"/home/l/voice/deep-voice-conversion/data_load.py", line 76, in get_mfccs_and_phones
hp.default.hop_length)
"/home/l/voice/deep-voice-conversion/data_load.py", line 148, in _get_mfcc_and_spec
mel_basis = librosa.filters.mel(hp.default.sr, hp.default.n_fft, hp.default.n_mels)
# (n_mels, 1+n_fft//2)
"/home/l/.local/lib/python2.7/site-packages/librosa/filters.py", line 247, in mel
lower = -ramps[i] / fdiff[i]
ValueError: operands could not be broadcast together with shapes (1,257) (0,)
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/doit/doit_cmd.py", line 103, in run
return self.sub_cmds[command].parse_execute(args)
"/usr/lib/python2.7/site-packages/doit/cmd_base.py", line 60, in parse_execute
return self.execute(params, args)
"/usr/lib/python2.7/site-packages/nikola/plugin_categories.py", line 77, in execute
self._execute(options, args)
"/usr/lib/python2.7/site-packages/nikola/plugins/command/deploy.py", line 103, in _execute
self._emit_deploy_event(last_deploy, new_deploy, clean, undeployed_posts)
"/usr/lib/python2.7/site-packages/nikola/plugins/command/deploy.py", line 135, in _emit_deploy_event
if entry.date > last_deploy and entry not in undeployedTypeError: can't compare offset-naive and offset-aware datetimes | 0.282827 |
Traceback (most recent call last):
"/usr/local/share/python/ansible-playbook", line 268, in <module>
sys.exit(main(sys.argv[1:]))
"/usr/local/share/python/ansible-playbook", line 208, in main
pb.run()
"/usr/local/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 228, in run
play = Play(self, play_ds, play_basedir)
"/usr/local/lib/python2.7/site-packages/ansible/playbook/play.py", line 80, in __init__
ds = self._load_roles(self.roles, ds)
"/usr/local/lib/python2.7/site-packages/ansible/playbook/play.py", line 288, in _load_roles
roles = self._build_role_dependencies(roles, [], self.vars)
"/usr/local/lib/python2.7/site-packages/ansible/playbook/play.py", line 178, in _build_role_dependencies
defaults_data = utils.parse_yaml_from_file(defaults)
"/usr/local/lib/python2.7/site-packages/ansible/utils/__init__.py", line 419, in parse_yaml_from_file
process_yaml_error(exc, data, path)
"/usr/local/lib/python2.7/site-packages/ansible/utils/__init__.py", line 397, in process_yaml_error
msg = process_common_errors(msg, probline, mark.column)
"/usr/local/lib/python2.7/site-packages/ansible/utils/__init__.py", line 358, in process_common_errors
elif len(probline) and probline[column] == ":" and probline.find("=") != -1:IndexError: string index out of range | Traceback (most recent call last):
"C:\Program
s\Python36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\Program
s\Python36\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"E:\py12306-master\py12306\config.py", line 137, in refresh_configs
remote_configs = self.get_remote_config()
"E:\py12306-master\py12306\config.py", line 145, in get_remote_config
return Cluster().session.get_pickle(Cluster().KEY_CONFIGS, {})
"E:\py12306-master\py12306\cluster\redis.py", line 54, in get_pickle
res = self.get(name)
"E:\py12306-master\py12306\cluster\redis.py", line 32, in get
res = super().get(name)
"C:\Program
s\Python36\lib\site-packages\redis\client.py", line 1207, in get
return self.execute_command('GET', name)
"C:\Program
s\Python36\lib\site-packages\redis\client.py", line 760, in execute_command
connection.send_command(*args)
"C:\Program
s\Python36\lib\site-packages\redis\connection.py", line 619, in send_command
self.send_packed_command(self.pack_command(*args))
"C:\Program
s\Python36\lib\site-packages\redis\connection.py", line 594, in send_packed_command
self.connect()
"C:\Program
s\Python36\lib\site-packages\redis\connection.py", line 498, in connect
raise ConnectionError(self._error_message(e))
redis.exceptions.ConnectionError: Error 10051 connecting to 47.102.10.24:6379. 向一个无法连接的网络尝试了一个套接字操作。.
| 0.197935 |
```Traceback (most recent call last):
"/home/tools/dorks/zeus/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
"/home/tools/dorks/zeus/zeus-scanner/var/search/selenium_search.py", line 82, in get_urls
browser = var.search.SetBrowser(agent=user_agent, proxy=proxy, tor=tor, xforward=xforward).set_browser()
"/home/tools/dorks/zeus/zeus-scanner/var/search/__init__.py", line 148, in set_browser
executable_path=whichcraft.which("geckodriver"))
"/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 144, in __init__
self.service.start()
"/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 93, in start
(os.path.basename(self.path), self.start_error_message, str(e)))
"/usr/lib/python2.7/posixpath.py", line 114, in basename
i = p.rfind('/') + 1AttributeError: 'NoneType' object has no attribute 'rfind' | Traceback (most recent call last):
"node2vec.py", line 58, in <module>
main()
"node2vec.py", line 38, in main
optimizer = torch.optim.SparseAdam(model.parameters(), lr=args.lr)
"/home/asouza/anaconda3/lib/python3.6/site-packages/torch/optim/sparse_adam.py", line 49, in __init__
super(SparseAdam, self).__init__(params, defaults)
"/home/asouza/anaconda3/lib/python3.6/site-packages/torch/optim/optimizer.py", line 47, in __init__
raise ValueError("optimizer got an empty parameter list")
ValueError: optimizer got an empty parameter list | 0.26588 |
> Traceback (most recent call last):
"train.py", line 425, in <module>
train()
# train normally
"train.py", line 375, in train
plot_results()
# save as results.png
"/home/hzy/yolov3/utils/utils.py", line 977, in plot_results
results = np.loadtxt(f, usecols=[2, 3, 4, 8, 9, 12, 13, 14, 10, 11], ndmin=2).T
"/home/hzy/.conda/envs/pt14/lib/python3.7/site-packages/numpy/lib/npyio.py", line 1159, in loadtxt
for x in read_data(_loadtxt_chunksize):
"/home/hzy/.conda/envs/pt14/lib/python3.7/site-packages/numpy/lib/npyio.py", line 1080, in read_data
vals = [vals[j] for j in usecols]
"/home/hzy/.conda/envs/pt14/lib/python3.7/site-packages/numpy/lib/npyio.py", line 1080, in <listcomp>
vals = [vals[j] for j in usecols]
IndexError: list index out of range
| Traceback (most recent call last):
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/logging/__init__.py", line 980, in emit
stream.write(msg)ValueError: underlying buffer has been detached | 0.177709 |
Traceback (most recent call last):
"/usr/local/bin/douban.fm", line 9, in <module>
load_entry_point('douban.fm==0.4.13', 'console_scripts', 'douban.fm')()
"/usr/local/lib/python2.7/dist-packages/doubanfm/douban.py", line 87, in
main
Router()
"/usr/local/lib/python2.7/dist-packages/doubanfm/douban.py", line 46, in
**init**
self.data = data.Data()
"/usr/local/lib/python2.7/dist-packages/doubanfm/data.py", line 23, in __
init__
self.playlist = Playlist()
"/usr/local/lib/python2.7/dist-packages/doubanfm/model.py", line 38, in _
_init__
self._get_first_song()
"/usr/local/lib/python2.7/dist-packages/doubanfm/model.py", line 55, in _
func
return func(_args, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/doubanfm/model.py", line 77, in _
get_first_song
song = douban.get_first_song()
"/usr/local/lib/python2.7/dist-packages/doubanfm/API/api.py", line 144, i
n get_first_song
return self.requests_url('n')
"/usr/local/lib/python2.7/dist-packages/doubanfm/API/api.py", line 135, i
n requests_url
raise APIError(err)doubanfm.exceptions.APIError: No JSON object could be decoded | Traceback (most recent call last):
"/home/daniel/Documents/Projects/headgen/bazel-bin/textsum/seq2seq_attention.runfiles/__main__/textsum/seq2seq_attention.py", line 212, in <module>
tf.app.run()
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv[:1] + flags_passthrough))
"/home/daniel/Documents/Projects/headgen/bazel-bin/textsum/seq2seq_attention.runfiles/__main__/textsum/seq2seq_attention.py", line 208, in main
decoder.DecodeLoop()
"/home/daniel/Documents/Projects/headgen/textsum/seq2seq_attention_decode.py", line 101, in DecodeLoop
if not self._Decode(self._saver, sess):
"/home/daniel/Documents/Projects/headgen/textsum/seq2seq_attention_decode.py", line 140, in _Decode
best_beam = bs.BeamSearch(sess, article_batch_cp, article_lens_cp)[0]
"/home/daniel/Documents/Projects/headgen/textsum/beam_search.py", line 113, in BeamSearch
sess, latest_tokens, enc_top_states, states)
"/home/daniel/Documents/Projects/headgen/textsum/seq2seq_attention_model.py", line 283, in decode_topk
feed_dict=feed)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 717, in run
run_metadata_ptr)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 864, in _run
feed_dict = nest.flatten_dict_items(feed_dict)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/util/nest.py", line 186, in flatten_dict_items
% (len(flat_i), len(flat_v), flat_i, flat_v))ValueError: Could not flatten dictionary. Key had 2 elements, but value had 1 elements. Key: [<tf.Tensor 'seq2seq/encoder3/BiRNN/FW/FW/cond_119/Merge_1:0' shape=(4, 256) dtype=float32>, <tf.Tensor 'seq2seq/encoder3/BiRNN/FW/FW/cond_119/Merge_2:0' shape=(4, 256) dtype=float32>], value: [array([[[ 1.82187247,
1.01413488, -3.0360837 , ...,
4.59846687, | 0.303729 |
Traceback (most recent call last):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent
and not self.is_completion_widget_visible()):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible
return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted | Traceback (most recent call last):
"/home/lmdc/testPython/Python3.5.7/lib/python3.5/site-packages/numpy-1.18.0.dev0+7618f19-py3.5-linux-x86_64.egg/numpy/core/__init__.py", line 17, in <module>
from . import multiarray
"/home/lmdc/testPython/Python3.5.7/lib/python3.5/site-packages/numpy-1.18.0.dev0+7618f19-py3.5-linux-x86_64.egg/numpy/core/multiarray.py", line 14, in <module>
from . import overrides
"/home/lmdc/testPython/Python3.5.7/lib/python3.5/site-packages/numpy-1.18.0.dev0+7618f19-py3.5-linux-x86_64.egg/numpy/core/overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ImportError: /home/lmdc/testPython/Python3.5.7/lib/python3.5/site-packages/numpy-1.18.0.dev0+7618f19-py3.5-linux-x86_64.egg/numpy/core/_multiarray_umath.cpython-35m-x86_64-linux-gnu.so: undefined symbol: PyExc_RecursionError
| 0.274534 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube.pyo", line 974, in _decrypt_signature
"youtube_dl\extractor\youtube.pyo", line 348, in _extract_signature_functionAttributeError: 'NoneType' object has no attribute 'group' | Traceback (most recent call last):
"index.py", line 687, in <module>
app.run()
# standalone run
"/virtualenvs/OpenStreetMap.by-MOXOekcf/lib/python2.7/site-packages/web/application.py", line 375, in run
return wsgi.runwsgi(self.wsgifunc(*middleware))
"index.py", line 685, in <lambda>
web.wsgi.runwsgi = lambda func, addr=None: web.wsgi.runfcgi(func, addr)
"/virtualenvs/OpenStreetMap.by-MOXOekcf/lib/python2.7/site-packages/web/wsgi.py", line 17, in runfcgi
import flup.server.fcgi as flups
ImportError: No module named flup.server.fcgi
| 0.203399 |
Traceback (most recent call last):
"<stdin>", line 2, in <module>
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/skopt/optimizer/optimizer.py", line 417, in ask
opt._tell(x, y_lie)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/skopt/optimizer/optimizer.py", line 536, in _tell
est.fit(self.space.transform(self.Xi), self.yi)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/skopt/learning/gaussian_process/gpr.py", line 195, in fit
super(GaussianProcessRegressor, self).fit(X, y)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/sklearn/gaussian_process/_gpr.py", line 235, in fit
optima = [(self._constrained_optimization(obj_func,
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/sklearn/gaussian_process/_gpr.py", line 506, in _constrained_optimization
opt_res = scipy.optimize.minimize(
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/_minimize.py", line 619, in minimize
return _minimize_lbfgsb(fun, x0, args, jac, bounds,
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/lbfgsb.py", line 306, in _minimize_lbfgsb
sf = _prepare_scalar_function(fun, x0, jac=jac, args=args, epsilon=eps,
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/optimize.py", line 261, in _prepare_scalar_function
sf = ScalarFunction(fun, x0, args, grad, hess,
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/_differentiable_functions.py", line 136, in __init__
self._update_fun()
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/_differentiable_functions.py", line 226, in _update_fun
self._update_fun_impl()
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/_differentiable_functions.py", line 133, in update_fun
self.f = fun_wrapped(self.x)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/_differentiable_functions.py", line 130, in fun_wrapped
return fun(x, *args)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/optimize.py", line 74, in __call__
self._compute_if_needed(x, *args)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/optimize/optimize.py", line 68, in _compute_if_needed
fg = self.fun(x, *args)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/sklearn/gaussian_process/_gpr.py", line 227, in obj_func
lml, grad = self.log_marginal_likelihood(
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/sklearn/gaussian_process/_gpr.py", line 481, in log_marginal_likelihood
alpha = cho_solve((L, True), y_train)
# Line 3
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/scipy/linalg/decomp_cholesky.py", line 194, in cho_solve
b1 = asarray_chkfinite(b)
"/home/aschilperoort/test/venv/lib/python3.8/site-packages/numpy/lib/function_base.py", line 488, in asarray_chkfinite
raise ValueError(
ValueError: array must not contain infs or NaNs
| [E 2020-07-29 11:50:45.314 SingleUserNotebookApp handlers:179] Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/nbgrader/server_extensions/course_list/handlers.py", line 172, in get
local_courses = yield self.check_for_local_formgrader(config)
"/usr/local/lib/python3.7/dist-packages/tornado/gen.py", line 735, in run
value = future.result()
"/usr/local/lib/python3.7/dist-packages/tornado/gen.py", line 742, in run
yielded = self.gen.throw(*exc_info)
# type: ignore
"/usr/local/lib/python3.7/dist-packages/nbgrader/server_extensions/course_list/handlers.py", line 63, in check_for_local_formgrader
response = yield http_client.fetch(url, headers=header)
"/usr/local/lib/python3.7/dist-packages/tornado/gen.py", line 735, in run
value = future.result()
ConnectionRefusedError: [Errno 111] Connection refused
```
| 0.219753 |
Traceback (most recent call last):
"/snap/microk8s/1791/scripts/cluster/join.py", line 967, in <module>
join_dqlite(connection_parts)
"/snap/microk8s/1791/scripts/cluster/join.py", line 900, in join_dqlite
update_dqlite(info["cluster_cert"], info["cluster_key"], info["voters"], hostname_override)
"/snap/microk8s/1791/scripts/cluster/join.py", line 818, in update_dqlite
with open("{}/info.yaml".format(cluster_backup_dir)) as f:
NotFoundError: [Errno 2] No such file or directory: '/var/snap/microk8s/1791/var/kubernetes/backend.backup/info.yaml'
| Traceback (most recent call last):
"/usr/lib/python3.9/site-packages/ranger_fm-1.9.3-py3.9.egg/ranger/api/commands.py", line 403, in execute
return func(**{'narg': self.quantifier})
TypeError: tag_remove() got an unexpected keyword argument 'narg'
| 0.313793 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/ch/mnt/raspberrypi/python-escpos/escpos/__init__.py", line 1, in <module>
import constantsImportError: No module named 'constants' |
Traceback (most recent call last):
"/usr/lib/python3.4/distutils/unixccompiler.py", line 116, in _compile
extra_postargs)
"/usr/lib/python3.4/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/usr/lib/python3.4/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/usr/lib/python3.4/distutils/spawn.py", line 162, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
| 0.217315 |
Traceback (most recent call last):
"C:\Anaconda3\lib\site-packages\nose\case.py", line 198, in runTest
self.test(*self.arg)
"C:\Dev\xonsh\tests\test_environ.py", line 122, in test_load_static_config_type_fail
check_load_static_config(s, {}, False)
"C:\Dev\xonsh\tests\test_environ.py", line 112, in check_load_static_config
conf = load_static_config(env, f.name)
"C:\Dev\xonsh\xonsh\environ.py", line 1194, in load_static_config
with open(config, 'r', encoding=encoding, errors=errors) as f:PermissionError: [Errno 13] Permission denied: 'C:\\Users\\mwiebe\\AppData\\Local\\Temp\\tmpuebaooej' | 2018-03-25 09:05:15 INFO (MainThread) [homeassistant.core] Bus:Handling <Event system_log_event[L]: timestamp=1521993915.0488262, level=ERROR, message=Error doing job: Future exception was never retrieved, exception=Traceback (most recent call last):
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/homekit/__init__.py", line 192, in start
self.add_bridge_accessory(state)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/homekit/__init__.py", line 176, in add_bridge_accessory
acc = get_accessory(self._hass, state, aid, conf)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/homekit/__init__.py", line 90, in get_accessory
state.name, aid=aid)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/homekit/type_sensors.py", line 50, in __init__
super().__init__(name, entity_id, CATEGORY_SENSOR, *args, **kwargs)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/homekit/accessories.py", line 60, in __init__
set_accessory_info(self, name, model)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/homeassistant/components/homekit/accessories.py", line 36, in set_accessory_info
service.get_characteristic(CHAR_NAME).set_value(name)
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/pyhap/characteristic.py", line 155, in set_value
self.notify()
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/pyhap/characteristic.py", line 193, in notify
"value": self.get_hap_value(),
"/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/pyhap/characteristic.py", line 169, in get_hap_value
val = val[:256]
TypeError: 'int' object is not subscriptable
| 0.26078 |
Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1210, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1121, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1182, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 972, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/home/user/.pyenv/versions/molecule_3/envs/test/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion
crit = self.state.criteria[name]
KeyError: '<redacted>'
| 0.207072 |
`Traceback (most recent call last):
"cellprofiler\gui\cpfigure.pyc", line 523, in on_close
"wx\_core.pyc", line 12107, in DeletePyAssertionError: C++ assertion "item" failed at ..\..\src\common\menucmn.cpp(455) in wxMenuBase::Delete(): invalid item in wxMenu::Delete` | Traceback (most recent call last):
"D:\Image_Processing\TFOD\models-master\models-master\research\object_detection\utils\label_map_util.py", line 132, in load_labelmap
text_format.Merge(label_map_string, label_map)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 525, in Merge
descriptor_pool=descriptor_pool)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 579, in MergeLines
return parser.MergeLines(lines, message)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 612, in MergeLines
self._ParseOrMerge(lines, message)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 627, in _ParseOrMerge
self._MergeField(tokenizer, message)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 727, in _MergeField
merger(tokenizer, message, field)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 815, in _MergeMessageField
self._MergeField(tokenizer, sub_message)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 727, in _MergeField
merger(tokenizer, message, field)
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 866, in _MergeScalarField
value = tokenizer.ConsumeString()
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 1229, in ConsumeString
the_bytes = self.ConsumeByteString()
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 1244, in ConsumeByteString
the_list = [self._ConsumeSingleByteString()]
"C:\Users\Hesam\AppData\Local\conda\conda\envs\tfod\lib\site-packages\google\protobuf\text_format.py", line 1263, in _ConsumeSingleByteString
raise self.ParseError('Expected string but found: %r' % (text,))
google.protobuf.text_format.ParseError: 3:8 : Expected string but found: '‘'
| 0.261251 |
Traceback (most recent call last):
"/var/lib/jenkins/cobra/cobra/__init__.py", line 82, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/var/lib/jenkins/cobra/cobra/cli.py", line 122, in start
write_to_file(target=target, sid=s_sid, output_format=formatter, filename=output)
"/var/lib/jenkins/cobra/cobra/export.py", line 155, in write_to_file
json_data = json.load(f)
"/usr/lib64/python2.7/json/__init__.py", line 290, in load
**kw)
"/usr/lib64/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
"/usr/lib64/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib64/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded | Traceback (most recent call last):
"/build/locust-1.4.3/locust/test/test_client.py", line 75, in test_post_redirect
self.assertEqual(200, r.status_code)
AssertionError: 200 != 0
| 0.23876 |
Traceback (most recent call last):
"train.py", line 340, in <module>
train(args, device_id)
"train.py", line 272, in train
trainer.train(train_iter_fct, args.train_steps)
"/home/wsy/xry/BertSum-master/src/models/trainer.py", line 142, in train
for i, batch in enumerate(train_iter):
"/home/wsy/xry/BertSum-master/src/models/data_loader.py", line 131, in __iter__
for batch in self.cur_iter:
"/home/wsy/xry/BertSum-master/src/models/data_loader.py", line 235, in __iter__
batch = Batch(minibatch, self.device, self.is_test)
"/home/wsy/xry/BertSum-master/src/models/data_loader.py", line 27, in __init__
src = torch.tensor(self._pad(pre_src, 0))
"/home/wsy/xry/BertSum-master/src/models/data_loader.py", line 14, in _pad
width = max(len(d) for d in data)
ValueError: max() arg is an empty sequence
| Traceback (most recent call last):
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 209, in timerUpdate
data=self.get
Data()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 118, in get
Data
cdsLib=self.getCdsLib()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 215, in getCdsLib
return k.widget.cdsLibAttributeError: 'oaideWidget' object has no attribute 'cdsLib' | 0.204974 |
Traceback (most recent call last):
"/builddir/build/BUILD/argcomplete-1.12.0/test/test.py", line 1206, in setUp
self.assertEqual(output, '')
AssertionError: '\x1b[?2004l\r\x1b[?2004h' != ''
| Traceback (most recent call last):
"/usr/bin/faraday-manage", line 11, in <module>
load_entry_point('faradaysec==3.10.2', 'console_scripts', 'faraday-manage')()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 489, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
return ep.load()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2443, in load
return self.resolve()
"/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2449, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/lib/python3/dist-packages/faraday/manage.py", line 43, in <module>
from faraday.server.commands.faraday_schema_display import DatabaseSchema
"/usr/lib/python3/dist-packages/faraday/server/commands/faraday_schema_display.py", line 17, in <module>
from faraday.server import models
"/usr/lib/python3/dist-packages/faraday/server/models.py", line 47, in <module>
from flask_security import (
"/usr/lib/python3/dist-packages/flask_security/__init__.py", line 13, in <module>
from .core import Security, RoleMixin, UserMixin, AnonymousUser, current_user
"/usr/lib/python3/dist-packages/flask_security/core.py", line 18, in <module>
from flask_babelex import Domain
"/usr/lib/python3/dist-packages/flask_babelex/__init__.py", line 23, in <module>
from werkzeug import ImmutableDict
ImportError: cannot import name 'ImmutableDict' from 'werkzeug' (/usr/lib/python3/dist-packages/werkzeug/__init__.py)
| 0.305017 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<__array_function__ internals>", line 6, in allclose
"C:\Users\james\.conda\envs\test\lib\site-packages\numpy\core\numeric.py", line 2159, in allclose
res = all(isclose(a, b, rtol=rtol, atol=atol, equal_nan=equal_nan))
"<__array_function__ internals>", line 6, in isclose
"C:\Users\james\.conda\envs\test\lib\site-packages\numpy\core\numeric.py", line 2254, in isclose
dt = multiarray.result_type(y, 1.)
"<__array_function__ internals>", line 6, in result_type
TypeError: invalid type promotion
| Traceback (most recent call last):
"C:\Medusa\Medusa\<a href="../blob/6a21a6001b10827d14d450135bae61729b01edf1/medusa/search/queue.py#L503">medusa\search\queue.py</a>", line 503, in run
self.success = snatch_episode(result)
"C:\Medusa\Medusa\<a href="../blob/6a21a6001b10827d14d450135bae61729b01edf1/medusa/search/core.py#L155">medusa\search\core.py</a>", line 155, in snatch_episode
result_downloaded = _download_result(result)
"C:\Medusa\Medusa\<a href="../blob/6a21a6001b10827d14d450135bae61729b01edf1/medusa/search/core.py#L95">medusa\search\core.py</a>", line 95, in _download_result
new_result = res_provider.download_result(result)
"C:\Medusa\Medusa\<a href="../blob/6a21a6001b10827d14d450135bae61729b01edf1/medusa/providers/generic_provider.py#L152">medusa\providers\generic_provider.py</a>", line 152, in download_result
if self._verify_download(filename):
"C:\Medusa\Medusa\<a href="../blob/6a21a6001b10827d14d450135bae61729b01edf1/medusa/providers/torrent/torrent_provider.py#L116">medusa\providers\torrent\torrent_provider.py</a>", line 116, in _verify_download
with open(file_name, 'rb') as f:IOError: [Errno 13] Permission denied: u'G:\\Snatched Torrents\\Real.Time.with.Bill.Maher.S17E11.720p.AMZN.WEB-DL.DDP2.0.H.264-monkee.torrent' | 0.285356 |
Traceback (most recent call last):
"srez_main.py", line 190, in <module>
tf.app.run()
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/platform/app.py", line 30, in run
sys.exit(main(sys.argv))
"srez_main.py", line 187, in main
_train()
"srez_main.py", line 179, in _train
srez_train.train_model(train_data)
"/home/caocao/srez-master/srez_train.py", line 107, in train_model
_summarize_progress(td, test_feature, test_label, gene_output, batch, 'out')
"/home/caocao/srez-master/srez_train.py", line 30, in _summarize_progress
scipy.misc.toimage(image, cmin=0., cmax=1.).save(filename)
AttributeError: 'module' object has no attribute 'toimage' |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-l9nu83hs/brython/setup.py", line 12, in <module>
with open(os.path.join(release_dir, 'README.rst'), encoding='utf-8') as fobj:
NotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-l9nu83hs/releases/README.rst'
| 0.293978 |
Traceback (most recent call last):
"/home/hummingbot/miniconda3/envs/hummingbot/lib/python3.8/site-packages/prompt_toolkit/layout/controls.py", line 714, in get_processed_line
return cache[i]
KeyError: 153
| Traceback (most recent call last):
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/moto/core/models.py", line 61, in wrapper
result = func(*args, **kwargs)
"/home/pablo/pch/bouncer/poc.py", line 19, in test_poc
instance.modify_attribute('blockDeviceMapping', {'/dev/sda1': True})
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/boto/ec2/instance.py", line 557, in modify_attribute
dry_run=dry_run
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/boto/ec2/connection.py", line 1233, in modify_instance_attribute
return self.get_status('ModifyInstanceAttribute', params, verb='POST')
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/boto/connection.py", line 1152, in get_status
response = self.make_request(action, params, path, verb)
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/boto/connection.py", line 1059, in make_request
return self._mexe(http_request)
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/boto/connection.py", line 898, in _mexe
response = connection.getresponse()
"/usr/lib/python2.7/httplib.py", line 1043, in getresponse
response = self.response_class(*args, **kwds)
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/boto/connection.py", line 392, in __init__
httplib.HTTPResponse.__init__(self, *args, **kwargs)
"/usr/lib/python2.7/httplib.py", line 346, in __init__
self.fp = sock.makefile('rb', 0)
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/httpretty/core.py", line 314, in makefile
self._entry.fill_filekind(self.fd)
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/httpretty/core.py", line 564, in fill_filekind
status, headers, self.body = self.callable_body(self.request, self.info.full_url(), headers)
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/moto/core/responses.py", line 43, in dispatch
return self.call_action()
"/home/pablo/pch/virtual-envs/bouncer/local/lib/python2.7/site-packages/moto/core/responses.py", line 56, in call_action
body, new_headers = responseTypeError: 'NoneType' object is not iterable | 0.267561 |
Traceback (most recent call last):
".\test_gql.py", line 1, in <module>
from gql.transport.aiohttp import AIOHTTPTransport
ModuleNotFoundError: No module named 'gql.transport.aiohttp'
| Traceback (most recent call last):
"/apps/lemur/lemur/common/schema.py", line 156, in decorated_function
resp = f(*args, **kwargs)
"/apps/lemur/lemur/certificates/views.py", line 639, in put
return dict('Unable to add destination: {0}. Certificate does not have required private key.'.format(destination.label))
ValueError: dictionary update sequence element #0 has length 1; 2 is required
| 0.295062 |
Traceback (most recent call last):
"/bin/python-pip", line 9, in <module>
load_entry_point('pip==1.4.1', 'console_scripts', 'pip')()
"/usr/lib/python2.7/site-packages/pip/**init**.py", line 147, in main
return command.main(args[1:], options)
"/usr/lib/python2.7/site-packages/pip/basecommand.py", line 169, in main
text = '\n'.join(complete_log)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 33: ordinal not in range(128) | Traceback (most recent call last):
"/Users/orcarmi/.local/share/dephell/venvs/dephell/lib/python3.8/site-packages/dephell/cli.py", line 66, in main
result = handler()
"/Users/orcarmi/.local/share/dephell/venvs/dephell/lib/python3.8/site-packages/dephell/commands/deps_convert.py", line 45, in __call__
resolver = loader.load_resolver(path=self.config['from']['path'])
"/Users/orcarmi/.local/share/dephell/venvs/dephell/lib/python3.8/site-packages/dephell/converters/base.py", line 94, in load_resolver
root = self.load(path=path)
"/Users/orcarmi/.local/share/dephell/venvs/dephell/lib/python3.8/site-packages/dephell/converters/base.py", line 54, in load
root = self.loads(content=stream.read())
"/Users/orcarmi/.local/share/dephell/venvs/dephell/lib/python3.8/site-packages/dephell/converters/conda.py", line 42, in loads
parsed = root.repo.parse_req(req)
"/Users/orcarmi/.local/share/dephell/venvs/dephell/lib/python3.8/site-packages/dephell/repositories/_conda/_base.py", line 22, in parse_req
req = req.split('#', 1)[0]
AttributeError: 'dict' object has no attribute 'split'
| 0.253665 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"/homes/pp305/work/theano_code/theano_new/lib/python2.7/site-packages/theano/gof/opt.py", line 1807, in process_node
fgraph.replace_all_validate(repl_pairs, reason=lopt)
"/homes/pp305/work/theano_code/theano_new/lib/python2.7/site-packages/theano/gof/toolbox.py", line 309, in replace_all_validate
fgraph.replace(r, new_r, reason=reason, verbose=False)
"/homes/pp305/work/theano_code/theano_new/lib/python2.7/site-packages/theano/gof/fg.py", line 561, in replace
str(reason))TypeError: ('The type of the replacement must be compatible with the type of the original Variable.', Sum{axis=[0, 2, 3], acc_dtype=float64}.0, Sum{ax | Traceback (most recent call last):
"/var/folders/tt/mlmx2kd91vs1y11my58n74s00000gn/T/ansible_IkChR_/ansible_module_ec2_ami_find.py", line 423, in <module>
main()
"/var/folders/tt/mlmx2kd91vs1y11my58n74s00000gn/T/ansible_IkChR_/ansible_module_ec2_ami_find.py", line 377, in main
'creationDate': image.creationDate,AttributeError: 'Image' object has no attribute 'creationDate' | 0.224483 |
Traceback (most recent call last):
"/home/tejas/mininet/examples/miniedit.py", line 49, in <module>
from mininet.net import Mininet, VERSION
ImportError: cannot import name VERSION
| [CRITICAL] Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/minion.py", line 792, in tune_in
multiprocessing.active_children()
"/usr/lib64/python2.6/multiprocessing/process.py", line 43, in active_children
_cleanup()
"/usr/lib64/python2.6/multiprocessing/process.py", line 53, in _cleanup
if p._popen.poll() is not None:
"/usr/lib64/python2.6/multiprocessing/forking.py", line 106, in poll
pid, sts = os.waitpid(self.pid, flag)OSError: [Errno 10] No child processes | 0.278907 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/local/lib/python3.7/site-packages/pip/__main__.py", line 26, in <module>
sys.exit(_main())
"/usr/local/lib/python3.7/site-packages/pip/_internal/cli/main.py", line 73, in main
command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
"/usr/local/lib/python3.7/site-packages/pip/_internal/commands/__init__.py", line 104, in create_command
module = importlib.import_module(module_path)
"/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/usr/local/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 17, in <module>
from pip._internal.cli.req_command import RequirementCommand, with_cleanup
"/usr/local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 16, in <module>
from pip._internal.index.collector import LinkCollector
"/usr/local/lib/python3.7/site-packages/pip/_internal/index/collector.py", line 14, in <module>
from pip._vendor import html5lib, requests
"/usr/local/lib/python3.7/site-packages/pip/_vendor/requests/__init__.py", line 125, in <module>
from . import utils
"/usr/local/lib/python3.7/site-packages/pip/_vendor/requests/utils.py", line 25, in <module>
from . import certs
"/usr/local/lib/python3.7/site-packages/pip/_vendor/requests/certs.py", line 15, in <module>
from pip._vendor.certifi import where
"/usr/local/lib/python3.7/site-packages/pip/_vendor/certifi/__init__.py", line 1, in <module>
from .core import contents, where
"/usr/local/lib/python3.7/site-packages/pip/_vendor/certifi/core.py", line 12, in <module>
from importlib.resources import path as get_path, read_text
"/usr/local/lib/python3.7/importlib/resources.py", line 11, in <module>
from typing import Iterable, Iterator, Optional, Set, Union
# noqa: F401
"/usr/local/lib/python3.7/site-packages/typing.py", line 1359, in <module>
class Callable(extra=collections_abc.Callable, metaclass=CallableMeta):
"/usr/local/lib/python3.7/site-packages/typing.py", line 1007, in __new__
self._abc_registry = extra._abc_registry
AttributeError: type object 'Callable' has no attribute '_abc_registry'
| Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/optimus_manager/hooks/pre_daemon_start.py", line 27, in main
config = load_config()
"/usr/lib/python3.7/site-packages/optimus_manager/config.py", line 16, in load_config
config = _load_config()
"/usr/lib/python3.7/site-packages/optimus_manager/config.py", line 28, in _load_config
_validate_config(base_config)
"/usr/lib/python3.7/site-packages/optimus_manager/config.py", line 132, in _validate_config
raise ConfigError(error_msg)
optimus_manager.config.ConfigError: Config parsing : error in option "dynamic_power_management_memory_threshold" in section [nvidia] : non-blank integer value required
| 0.265905 |
Traceback (most recent call last):
"/usr/bin/beet", line 9, in <module>
load_entry_point('beets==1.3.8', 'console_scripts', 'beet')()
"/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 964, in main
_raw_main(args)
"/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 950, in _raw_main
subcommands, plugins, lib = _setup(options, lib)
"/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 872, in _setup
library.Item._types = plugins.types(library.Item)
"/usr/lib/python2.7/site-packages/beets/plugins.py", line 269, in types
.format(plugin.name,))IndexError: tuple index out of range |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-xhh_fcip/pip-tools/setup.py", line 20, in <module>
long_description=read_file('README.rst'),
"/tmp/pip-build-xhh_fcip/pip-tools/setup.py", line 10, in read_file
return thefile.read()
"/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 7532: ordinal not in range(128)
| 0.290083 |
Traceback (most recent call last):
"site-packages/calibre/customize/ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 625, in run
"calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt
DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 1.9 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| Traceback (most recent call last):
"/usr/local/grr/grr/server/flow_runner.py", line 589, in RunStateMethod
direct_response=direct_response, request=request, responses=responses)
"/usr/local/grr/grr/server/flow.py", line 301, in Decorated
res = f(*args[:f.func_code.co_argcount])
"/usr/local/grr/grr/server/flows/general/collectors.py", line 617, in ProcessCollected
aff4_output_map, output_collection_map)
"/usr/local/grr/grr/server/flows/general/collectors.py", line 776, in _ParseResponses
aff4_output_map)
"/usr/local/grr/grr/server/flows/general/collectors.py", line 823, in _WriteResultToMappedAFF4Location
self.GetAFF4PathForArtifactResponses(result_type))
"/usr/local/grr/grr/server/flows/general/collectors.py", line 873, in GetAFF4PathForArtifactResponses
(output_type, artifact.GRRArtifactMappings.rdf_map.keys()))
ArtifactProcessingError: No defined RDF type for ExecuteResponse.
See the description for
the store_results_in_aff4 option, you probably want it set to false. Supported types are: [\'Volume\', \'HardwareInfo\', \'SoftwarePackage\']
| 0.294022 |
Traceback (most recent call last):
"/usr/lib/python3.5/distutils/unixccompiler.py", line 116, in _compile
extra_postargs)
"/usr/lib/python3.5/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/usr/lib/python3.5/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/usr/lib/python3.5/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1 | Traceback (most recent call last):
"/home/benno/.local/bin/mpsyt", line 11, in <module>
sys.exit(main.main())
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/main.py", line 141, in main
if matchfunction(i.function, i.regex, userinput):
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/main.py", line 64, in matchfunction
func(*matches)
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/commands/play.py", line 85, in play
play_range(songlist, shuffle, repeat, override)
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/player.py", line 41, in play_range
returncode = _playsong(song, override=override)
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/player.py", line 224, in _playsong
return _playsong(song, failcount=failcount, override=override)
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/player.py", line 224, in _playsong
return _playsong(song, failcount=failcount, override=override)
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/player.py", line 215, in _playsong
returncode = _launch_player(song, songdata, cmd)
"/home/benno/.local/lib/python3.5/site-packages/mps_youtube/player.py", line 445, in _launch_player
if p and p.poll() is None:
UnboundLocalError: local variable 'p' referenced before assignment
| 0.213252 |
tornado.application - ERROR - Exception in callback functools.partial(<bound method IOLoop._discard_future_result of <tornado.platform.asyncio.AsyncIOLoop object at 0x7fec8a50ca90>>, <Task finished name='Task-5' coro=<Worker.handle_scheduler() done, defined at /Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/distributed/worker.py:988> exception=TypeError('Could not serialize object of type tuple.\nTraceback (most recent call last):\n
"/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/distributed/protocol/pickle.py", line 49, in dumps\n
result = pickle.dumps(x, **dump_kwargs)\nAttributeError: Can\'t pickle local object \'foo_does_not_works.<locals>.bar\'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n
"/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/distributed/protocol/serialize.py", line 307, in serialize\n
header, frames = dumps(x, context=context) if wants_context else dumps(x)\n
"/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/distributed/protocol/serialize.py", line 58, in pickle_dumps\n
frames[0] = pickle.dumps(\n
"/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/distributed/protocol/pickle.py", line 60, in dumps\n
result = cloudpickle.dumps(x, **dump_kwargs)\n
"/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/cloudpickle/cloudpickle_fast.py", line 73, in dumps\n
cp.dump(obj)\n
"/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/cloudpickle/cloudpickle_fast.py"
| Traceback (most recent call last):
"D:/pythonwork/Adversarial/Cifar10_keras_Adversarial/MisClassification.py", line 100, in <module>
main()
"D:/pythonwork/Adversarial/Cifar10_keras_Adversarial/MisClassification.py", line 21, in main
kmodel = load_model(weight_path)
"D:\Users\Python\lib\site-packages\keras\engine\saving.py", line 261, in load_model
model = model_from_config(model_config, custom_objects=custom_objects)
"D:\Users\Python\lib\site-packages\keras\engine\saving.py", line 335, in model_from_config
return deserialize(config, custom_objects=custom_objects)
"D:\Users\Python\lib\site-packages\keras\layers\__init__.py", line 55, in deserialize
printable_module_name='layer')
"D:\Users\Python\lib\site-packages\keras\utils\generic_utils.py", line 145, in deserialize_keras_object
list(custom_objects.items())))
"D:\Users\Python\lib\site-packages\keras\engine\sequential.py", line 292, in from_config
custom_objects=custom_objects)
"D:\Users\Python\lib\site-packages\keras\layers\__init__.py", line 55, in deserialize
printable_module_name='layer')
"D:\Users\Python\lib\site-packages\keras\utils\generic_utils.py", line 165, in deserialize_keras_object
':' + function_name)
ValueError: Unknown layer:layers | 0.238034 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/pkg_resources.py", line 225, in get_provider
module = sys.modules[moduleOrReq]
KeyError: 'numpy'
| 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_random_projection.py", line 6, in <module>
from sklearn.metrics import euclidean_distances
"/usr/local/scikit-learn-master/sklearn/metrics/__init__.py", line 7, in <module>
from .ranking import auc
"/usr/local/scikit-learn-master/sklearn/metrics/ranking.py", line 26, in <module>
from ..utils import check_consistent_length
"/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' | 0.205916 |
Traceback (most recent call last):
"./log_append.py", line 15, in <module>
x.append(11)
BufferError: cannot resize an array that is exporting buffers
| Traceback (most recent call last):
"/var/mycodo-root/mycodo/controllers/controller_input.py", line 391, in update_measure
measurements = self.measure_input.next()
AttributeError: 'NoneType' object has no attribute 'next'
| 0.326751 |
Traceback (most recent call last):
"/tmp/buildd/pandas-0.16.2+git58-g01995b2/debian/tmp/usr/lib/python3/dist-packages/pandas/tools/tests/test_util.py", line 90, in test_set_locale
self.assertEqual(current_locale, CURRENT_LOCALE)AssertionError: Tuples differ: (None, None) != ('en_US', 'UTF-8') | Traceback (most recent call last):
"/usr/bin/pip", line 5, in <module>
from pkg_resources import load_entry_pointImportError: No module named pkg_resources | 0.167625 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/telepot/async/__init__.py", line 343, in get_from_telegram_server
result = yield from self.getUpdates(offset=offset, timeout=20)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/telepot/async/__init__.py", line 266, in getUpdates
data=_rectify(p)))
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/telepot/async/__init__.py", line 59, in _post
raise TelegramError(description, error_code, data)
telepot.exception.TelegramError: ('Not Found', 404, {'description': 'Not Found', 'ok': False, 'error_code': 404})
| Traceback (most recent call last):
"/usr/local/python-3.7.3/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 135, in handle
self.handle_request(listener, req, client, addr)
"/usr/local/python-3.7.3/lib/python3.7/site-packages/gunicorn/workers/sync.py", line 182, in handle_request
resp.write(item)
"/usr/local/python-3.7.3/lib/python3.7/site-packages/gunicorn/http/wsgi.py", line 333, in write
self.send_headers()
"/usr/local/python-3.7.3/lib/python3.7/site-packages/gunicorn/http/wsgi.py", line 329, in send_headers
util.write(self.sock, util.to_bytestring(header_str, "ascii"))
"/usr/local/python-3.7.3/lib/python3.7/site-packages/gunicorn/util.py", line 507, in to_bytestring
return value.encode(encoding)
UnicodeEncodeError: 'ascii' codec can't encode characters in position 226-228: ordinal not in range(128)
| 0.242037 |
Traceback (most recent call last):
"./convert.py", line 60, in <module>
main()
"./convert.py", line 56, in main
args.phase)
"./convert.py", line 27, in convert
transformer = TensorFlowTransformer(def_path, caffemodel_path, phase=phase)
"/Users/shuang/github/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 227, in __init__
self.load(def_path, data_path, phase)
"/Users/shuang/github/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 237, in load
graph = DataInjector(def_path, data_path)(graph)
"/Users/shuang/github/caffe-tensorflow/kaffe/transformers.py", line 86, in __call__
node.data = self.adjust_parameters(node, data)
"/Users/shuang/github/caffe-tensorflow/kaffe/transformers.py", line 79, in adjust_parameters
data[idx] = np.squeeze(data[idx])
IndexError: list index out of range
| Traceback (most recent call last):
"/root/.vim/dein/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/third_party/requests/requests/adapters.py", line 376, in send
timeout=timeout
"/root/.vim/dein/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/connectionpool.py", line 609, in urlopen
_stacktrace=sys.exc_info()[2])
"/root/.vim/dein/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/third_party/requests/requests/packages/urllib3/util/retry.py", line 273, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=42513): Max retries exceeded with url: /ready (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f94488835c0>: Failed to establish a new connection: [Errno 111] Connection refused',))
| 0.255737 |
Traceback (most recent call last):
"amemv-video-ripper.py", line 491, in <module>
CrawlerScheduler(content)
"amemv-video-ripper.py", line 139, in __init__
self.scheduling()
"amemv-video-ripper.py", line 159, in scheduling
for url in self.numbers: self.download_user_videos(url)
"amemv-video-ripper.py", line 169, in download_user_videos
video_count = self._download_user_media(user_id, dytk, url)
"amemv-video-ripper.py", line 294, in _download_user_media
signature = self.generateSignature(str(user_id))
"amemv-video-ripper.py", line 144, in generateSignature
return p.readlines()[0]
IndexError: list index out of range | Traceback (most recent call last):
"lib\site-packages\win32\lib\win32serviceutil.py", line 839, in SvcRun
"myservice.py", line 26, in SvcDoRun
"c:\git\device-services\.tox\py36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"services.py", line 13, in <module>
"c:\git\device-services\.tox\py36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"device_services\api\__init__.py", line 5, in <module>
"c:\git\device-services\.tox\py36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"device_services\api\rpc_api.py", line 23, in <module>
"c:\git\device-services\.tox\py36\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module
exec(bytecode, module.__dict__)
"device_services\api\transport\socket_server.py", line 5, in <module>
ModuleNotFoundError: No module named 'websockets'
| 0.238222 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6w61832c\build\youtube_dl\YoutubeDL.py", line 805, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6w61832c\build\youtube_dl\YoutubeDL.py", line 859, in process_ie_result
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6w61832c\build\youtube_dl\YoutubeDL.py", line 1632, in process_video_result
youtube_dl.utils.ExtractorError: requested format not available
| Traceback (most recent call last):
"/home/mth/.poetry/bin/poetry", line 11, in <module>
from poetry.console import main
"/home/mth/.poetry/lib/poetry/console/__init__.py", line 1, in <module>
from .application import Application
"/home/mth/.poetry/lib/poetry/console/application.py", line 7, in <module>
from .commands import AboutCommand
"/home/mth/.poetry/lib/poetry/console/commands/__init__.py", line 4, in <module>
from .check import CheckCommand
"/home/mth/.poetry/lib/poetry/console/commands/check.py", line 1, in <module>
from poetry.factory import Factory
"/home/mth/.poetry/lib/poetry/factory.py", line 15, in <module>
from .json import validate_object
"/home/mth/.poetry/lib/poetry/json/__init__.py", line 4, in <module>
import jsonschema
"/home/mth/.poetry/lib/poetry/_vendor/py2.7/jsonschema/__init__.py", line 31, in <module>
import importlib_metadata
"/home/mth/.poetry/lib/poetry/_vendor/py2.7/importlib_metadata/__init__.py", line 15, in <module>
from ._compat import (
"/home/mth/.poetry/lib/poetry/_vendor/py2.7/importlib_metadata/_compat.py", line 19, in <module>
from backports.configparser import ConfigParser
ImportError: No module named configparser
| 0.221811 |
Traceback (most recent call last):
"C:\Users\vagrant\src\master-env\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
"C:\Users\vagrant\src\tmp\scipy\scipy\sparse\linalg\eigen\arpack\tests\test_arpack.py", line 243, in eval_evec
eval, evec = eigs_func(ac, k, **kwargs)
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 1277, in eigs
params.iterate()
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 738, in iterate
self.workd[yslice] = self.OPa(self.workd[Bxslice])
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\interface.py", line 134, in matvec
y = self._matvec(x)
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 996, in _matvec
b, info = self.ifunc(self.OP, x, tol=self.tol)
"<string>", line 2, in gmres
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 85, in non_reentrant
return func(*a, **kw)
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 451, in gmres
revcom(b, x, restrt, work, work2, iter_, resid, info, ndx1, ndx2, ijob)ValueError: failed to initialize intent(inout) array -- input not fortran contiguous | Traceback (most recent call last):
"reproduce.py", line 5, in <module>
curl.setopt(pycurl.URL, u'https://nl.wikipedia.org/wiki/België')UnicodeEncodeError: 'ascii' codec can't encode character '\xeb' in position 35: ordinal not in range(128) | 0.200388 |
Traceback (most recent call last):
"/tmp/pip-build-u485u_8l/numpy/tools/cythonize.py", line 61, in process_pyx
from Cython.Compiler.Version import version as cython_version
ModuleNotFoundError: No module named 'Cython'
| Traceback (most recent call last):
"/usr/local/bin/cmsProxyService", line 5, in <module>
pkg_resources.run_script('cms==1.2.0', 'cmsProxyService')
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
execfile(script_filename, namespace, namespace)
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/EGG-INFO/scripts/cmsProxyService", line 52, in <module>
sys.exit(0 if main() is True else 1)
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/EGG-INFO/scripts/cmsProxyService", line 47, in main
ask_contest=ask_for_contest).run()
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/cms/util.py", line 228, in default_argument_parser
return cls(args.shard, ask_contest())
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/cms/service/ProxyService.py", line 267, in **init**
self.initialize()
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/cms/service/ProxyService.py", line 340, in initialize
score_type = get_score_type(dataset=task.active_dataset)
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/cms/grading/scoretypes/**init**.py", line 77, in get_score_type
parameters = json.loads(parameters)
"/usr/lib/python2.7/json/**init**.py", line 338, in loads
return _default_decoder.decode(s)
"/usr/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded | 0.219734 |
Traceback (most recent call last):
"python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"python3.7/site-packages/fbcode/libcst/tool.py", line 832, in <module>
main(os.environ.get("LIBCST_TOOL_COMMAND_NAME", "libcst.tool"), sys.argv[1:])
"python3.7/site-packages/fbcode/libcst/tool.py", line 827, in main
return lookup.get(args.action or None, _invalid_command)(proc_name, command_args)
"python3.7/site-packages/fbcode/libcst/tool.py", line 277, in _print_tree_impl
else PartialParserConfig()
"python3.7/site-packages/fbcode/libcst/_parser/entrypoints.py", line 76, in parse_module
detect_default_newline=True,
"python3.7/site-packages/fbcode/libcst/_parser/entrypoints.py", line 51, in _parse
result = parser.parse()
"python3.7/site-packages/fbcode/libcst/_parser/base_parser.py", line 111, in parse
self._add_token(token)
"python3.7/site-packages/fbcode/libcst/_parser/base_parser.py", line 191, in _add_token
raw_column=token.start_pos[1],
libcst._exceptions.ParserSyntaxError: Syntax Error @ 2:19.
| Traceback (most recent call last):
"test.py", line 6, in <module>
env.render()
"/home/chca/.local/lib/python3.6/site-packages/gym/core.py", line 244, in render
return self.env.render(mode, **kwargs)
TypeError: render() missing 1 required positional argument: 'close'
| 0.308795 |
`Traceback (most recent call last):
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/mrcnn_train.py", line 225, in <module>
layers='all')
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/new_model.py", line 574, in train
use_multiprocessing=False,
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training.py", line 1297, in fit_generator
steps_name='steps_per_epoch')
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training_generator.py", line 265, in model_iteration
batch_outs = batch_function(*batch_data)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training.py", line 973, in train_on_batch
class_weight=class_weight, reset_metrics=reset_metrics)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training_v2_utils.py", line 264, in train_on_batch
output_loss_metrics=model._output_loss_metrics)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training_eager.py", line 311, in train_on_batch
output_loss_metrics=output_loss_metrics))
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training_eager.py", line 252, in _process_single_batch
training=training))
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/training_eager.py", line 127, in _model_loss
outs = model(inputs, **kwargs)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/base_layer.py", line 891, in __call__
outputs = self.call(cast_inputs, *args, **kwargs)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/network.py", line 708, in call
convert_kwargs_to_constants=base_layer_utils.call_context().saving)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/network.py", line 860, in _run_internal_graph
output_tensors = layer(computed_tensors, **kwargs)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/keras/engine/base_layer.py", line 891, in __call__
outputs = self.call(cast_inputs, *args, **kwargs)
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/detect_target_layer.py", line 219, in call
self.config.IMAGES_PER_GPU, names=names)
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/utils.py", line 822, in batch_slice
output_slice = graph_fn(*inputs_slice)
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/detect_target_layer.py", line 218, in <lambda>
w, x, y, z, self.config),
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/detect_target_layer.py", line 92, in detection_targets_graph
crowd_overlaps = overlaps_graph(proposals, crowd_boxes)
"/Users/apple/PycharmProjects/design/venvnew/Mask_RCNN-master/mrcnn/detect_target_layer.py", line 21, in overlaps_graph
[1, 1, tf.shape(boxes2)[0]]), [-1, 4])
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/ops/gen_array_ops.py", line 11293, in tile
input, multiples, name=name, ctx=_ctx)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/ops/gen_array_ops.py", line 11340, in tile_eager_fallback
_attr_Tmultiples, (multiples,) = _execute.args_to_matching_eager([multiples], _ctx, _dtypes.int32)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/eager/execute.py", line 257, in args_to_matching_eager
t, dtype, preferred_dtype=default_dtype, ctx=ctx))
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/framework/ops.py", line 1296, in internal_convert_to_tensor
ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/ops/array_ops.py", line 1278, in _autopacking_conversion_function
return _autopacking_helper(v, dtype, name or "packed")
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/ops/array_ops.py", line 1214, in _autopacking_helper
return gen_array_ops.pack(elems_as_tensors, name=scope)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/ops/gen_array_ops.py", line 6304, in pack
"Pack", values=values, axis=axis, name=name)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/framework/op_def_library.py", line 793, in _apply_op_helper
op_def=op_def)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/framework/func_graph.py", line 548, in create_op
compute_device)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/framework/ops.py", line 3429, in _create_op_internal
op_def=op_def)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/framework/ops.py", line 1773, in __init__
control_input_ops)
"/Users/apple/Library/Python/3.7/lib/python/site-packages/tensorflow_core/python/framework/ops.py", line 1613, in _create_c_op
raise ValueError(str(e))
ValueError: Duplicate node name in graph: 'mask_rcnn/proposal_targets/packed'
| Traceback (most recent call last):
"/groups/csf-ngs/bin/workflow/bcbio/scripts/bcbio_nextgen_install.py", line 232, in <module>
main(parser.parse_args(), sys.argv[1:])
"/groups/csf-ngs/bin/workflow/bcbio/scripts/bcbio_nextgen_install.py", line 37, in main
subprocess.check_call([bcbio["bcbio_nextgen.py"], "upgrade"] + _clean_args(sys_argv, args, bcbio))
"/biosw/debian5-x86_64/python/2.7.3/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['/groups/csf-ngs/bin/workflow/bcbio/anaconda/bin/bcbio_nextgen.py', 'upgrade', '--tooldir=/groups/csf-ngs/bin/workflow/bcbio', '--nosudo', '--isolate', '--distribution', 'debian', '--data']' returned non-zero exit status 1 | 0.305151 |
Traceback (most recent call last):
"tests3/sqlitetests.py", line 221, in t
self._test_strtype('blob', bytearray(value), len(value))
"tests3/sqlitetests.py", line 148, in _test_strtype
self.assertEqual(type(v), type(value))
AssertionError: <class 'bytes'> != <class 'bytearray'>
| Traceback (most recent call last):
"c:\personal\python\python37-32\lib\site-packages\youtube_dl\YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"c:\personal\python\python37-32\lib\site-packages\youtube_dl\extractor\common.py", line 532, in extract
ie_result = self._real_extract(url)
"c:\personal\python\python37-32\lib\site-packages\youtube_dl\extractor\generic.py", line 3382, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.cinetecamilano.it/film/1784 | 0.213611 |
Traceback (most recent call last):
"...site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"ultratest.py", line 8, in test
raise KeyError('sdf')KeyError: u"'sdf'\n-------------------- >> begin captured stdout << ---------------------\nbla\n\n--------------------- >> end captured stdout << ----------------------" | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib64/python2.6/site-packages/pandas/io/excel.py", line 163, in read_excel
io = Excel
(io, engine=engine)
"/usr/local/lib64/python2.6/site-packages/pandas/io/excel.py", line 206, in __init__
self.book = xlrd.open_workbook(io)
"/usr/local/lib/python2.6/site-packages/xlrd/__init__.py", line 394, in open_workbook
f = open(filename, "rb")IOError: [Errno 2] No such file or directory: 's3://my-bucket/my_file.xlsx' | 0.265792 |
Traceback (most recent call last):
"/home/oit/tools/firmadyne/scripts/tar2db.py", line 100, in <module>
main()
"/home/oit/tools/firmadyne/scripts/tar2db.py", line 97, in main
process(iid, infile)
"/home/oit/tools/firmadyne/scripts/tar2db.py", line 77, in process
insertObjectToImage(iid, file2oid, links, cur)
"/home/oit/tools/firmadyne/scripts/tar2db.py", line 57, in insertObjectToImage
for x in files2oids])
psycopg2.IntegrityError: duplicate key value violates unique constraint "object_to_image_oid_iid_filename_key"
| Traceback (most recent call last):
"C:\Users\Mak\Anaconda\Scripts\conda-script.py", line 4, in <module>
sys.exit(main())
"C:\Users\Mak\Anaconda\lib\site-packages\conda\cli\main.py", line 207, in main
args_func(args, p)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\cli\main.py", line 212, in args_func
args.func(args, p)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\cli\common.py", line 609, in inner
return func(args, parser)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\cli\main_update.py", line 44, in execute
install.install(args, parser, 'update')
"C:\Users\Mak\Anaconda\lib\site-packages\conda\cli\install.py", line 255, in install
offline=args.offline)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\cli\common.py", line 546, in get_index_trap
return get_index(_args, *_kwargs)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\api.py", line 42, in get_index
unknown=unknown)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\utils.py", line 120, in **call**
value = self.func(_args, *_kw)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\fetch.py", line 250, in fetch_index
repodatas.append((url, future.result()))
"C:\Users\Mak\Anaconda\lib\site-packages\concurrent\futures_base.py", line 400, in result
return self.**get_result()
"C:\Users\Mak\Anaconda\lib\site-packages\concurrent\futures_base.py", line 359, in __get_result
reraise(self._exception, self._traceback)
"C:\Users\Mak\Anaconda\lib\site-packages\concurrent\futures_compat.py", line 107, in reraise
exec('raise exc_type, exc_value, traceback', {}, locals_)
"C:\Users\Mak\Anaconda\lib\site-packages\concurrent\futures\thread.py", line 61, in run
result = self.fn(_self.args, *_self.kwargs)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\fetch.py", line 65, in func
res = f(_args, *_kwargs)
"C:\Users\Mak\Anaconda\lib\site-packages\conda\fetch.py", line 100, in fetch_repodata
verify=config.ssl_verify)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\sessions.py", line 477, in get
return self.request('GET', url, *_kwargs)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\sessions.py", line 465, in request
resp = self.send(prep, *_send_kwargs)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\adapters.py", line 370, in send
timeout=timeout
"C:\Users\Mak\Anaconda\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 544, in urlopen
body=body, headers=headers)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 341, in _make_request
self._validate_conn(conn)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 761, in _validate_conn
conn.connect()
"C:\Users\Mak\Anaconda\lib\site-packages\requests\packages\urllib3\connection.py", line 245, in connect
cert = self.sock.getpeercert()
"C:\Users\Mak\Anaconda\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 234, in getpeercert
for value in get_subj_alt_name(x509)
"C:\Users\Mak\Anaconda\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 135, in get_subj_alt_name
asn1Spec=general_names)
"C:\Users\Mak\Anaconda\lib\site-packages\pyasn1\codec\ber\decoder.py", line 792, in __call**
stGetValueDecoder, self, substrateFun
"C:\Users\Mak\Anaconda\lib\site-packages\pyasn1\codec\ber\decoder.py", line 367, in valueDecoder
component, head = decodeFun(head, asn1Spec)
"C:\Users\Mak\Anaconda\lib\site-packages\pyasn1\codec\ber\decoder.py", line 792, in **call**
stGetValueDecoder, self, substrateFun
"C:\Users\Mak\Anaconda\lib\site-packages\pyasn1\codec\ber\decoder.py", line 430, in valueDecoder
r.setComponentByType(effectiveTagSet, component, 0, asn1Spec is None)
"C:\Users\Mak\Anaconda\lib\site-packages\pyasn1\type\univ.py", line 874, in setComponentByType
idx = self._componentType.getPositionByType(tagSet)
"C:\Users\Mak\Anaconda\lib\site-packages\pyasn1\type\namedtype.py", line 68, in getPositionByType
raise error.PyAsn1Error('Type %s not found' % (tagSet,))pyasn1.error.PyAsn1Error: Type TagSet(Tag(tagClass=128, tagFormat=0, tagId=2)) not found | 0.316107 |
Traceback (most recent call last):
"/home/david/.local/bin/wireviz", line 11, in <module>
load_entry_point('wireviz', 'console_scripts', 'wireviz')()
"/home/david/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 490, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/home/david/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2855, in load_entry_point
return ep.load()
"/home/david/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2446, in load
return self.resolve()
"/home/david/.local/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2452, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/david/dev/WireViz/src/wireviz/wireviz.py", line 5, in <module>
from dataclasses import dataclass, field
ModuleNotFoundError: No module named 'dataclasses'
| Traceback (most recent call last):
"/Users/jreback/pandas/pandas/util/testing.py", line 1441, in wrapper
return t(*args, **kwargs)
"/Users/jreback/pandas/pandas/io/tests/test_wb.py", line 48, in test_wdi_download
assert_frame_equal(result, pandas.DataFrame(expected))
"/Users/jreback/pandas/pandas/util/testing.py", line 730, in assert_frame_equal
check_exact=check_exact)
"/Users/jreback/pandas/pandas/util/testing.py", line 674, in assert_series_equal
assert_almost_equal(left.values, right.values, check_less_precise)
"das/src/testing.pyx", line 58, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2740)
"das/src/testing.pyx", line 93, in pandas._testing.assert_almost_equal (pandas/src/testing.c:1825)
"das/src/testing.pyx", line 140, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2572)AssertionError: expected 39682.47225 but got 39677.30176, with decimal 5 | 0.198081 |
Traceback (most recent call last):
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\widgets\status.py", line 158, in update_status
self.label_value.setText(self.get_value())
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\widgets\status.py", line 190, in get_value
text = '%d%%' % memory_usage()
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\utils\system.py", line 57, in psutil_phymem_usage
percent = psutil.phymem_usage().percentAttributeError: module 'psutil' has no attribute 'phymem_usage' | Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
"/usr/lib/python3.5/site-packages/requests/packages/urllib3/connectionpool.py", line 643, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3.5/site-packages/requests/packages/urllib3/util/retry.py", line 363, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='example.org', port=443): Max retries exceeded with url: / (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(104, 'Connection reset by peer')))
| 0.178818 |
Traceback (most recent call last):
"/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/unixccompiler.py", line 117, in _compile
self.spawn(compiler_so + cc_args + [src, '-o', obj] +
"/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/ccompiler.py", line 910, in spawn
spawn(cmd, dry_run=self.dry_run)
"/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/Applications/Xcode-beta.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/distutils/spawn.py", line 157, in _spawn_posix
raise DistutilsExecError(
distutils.errors.DistutilsExecError: command 'xcrun' failed with exit status 1
| Traceback (most recent call last):
"./tools/train.py", line 178, in <module>
main()
"./tools/train.py", line 174, in main
meta=meta)
"/data/cdp_algo_ceph_ssd/users/georgeni/mmdetnf/mmdet/apis/train.py", line 150, in train_detector
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/data/anaconda3/envs/mmdet/lib/python3.6/site-packages/mmcv/runner/epoch_based_runner.py", line 125, in run
epoch_runner(data_loaders[i], **kwargs)
"/data/anaconda3/envs/mmdet/lib/python3.6/site-packages/mmcv/runner/epoch_based_runner.py", line 47, in train
for i, data_batch in enumerate(self.data_loader):
"/data/anaconda3/envs/mmdet/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 279, in __iter__
return _MultiProcessingDataLoaderIter(self)
"/data/anaconda3/envs/mmdet/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 719, in __init__
w.start()
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/process.py", line 105, in start
self._popen = self._Popen(self)
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
"/data/anaconda3/envs/mmdet/lib/python3.6/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: can't pickle _thread.RLock objects
| 0.244636 |
Traceback (most recent call last):
"upload_config.py", line 20, in <module>
device_type='fortinet', use_keys=False, key_file=None)
"/usr/lib/python2.6/site-packages/netmiko-0.2.7-py2.6.egg/netmiko/ssh_dispatcher.py", line 63, in ConnectHandler
return ConnectionClass(*args, **kwargs)
"/usr/lib/python2.6/site-packages/netmiko-0.2.7-py2.6.egg/netmiko/base_connection.py", line 62, in __init__
self.establish_connection(verbose=verbose, use_keys=use_keys, key_file=key_file)TypeError: establish_connection() got an unexpected keyword argument 'key_file' | Traceback (most recent call last):
"P:\Anaconda3\envs\tfnightlygpu\lib\site-packages\google\protobuf\internal\python_message.py", line 1083, in MergeFromString
if self._InternalParse(serialized, 0, length) != length:
"P:\Anaconda3\envs\tfnightlygpu\lib\site-packages\google\protobuf\internal\python_message.py", line 1105, in InternalParse
(tag_bytes, new_pos) = local_ReadTag(buffer, pos)
"P:\Anaconda3\envs\tfnightlygpu\lib\site-packages\google\protobuf\internal\decoder.py", line 181, in ReadTag
while six.indexbytes(buffer, pos) & 0x80:
TypeError: unsupported operand type(s) for &: 'str' and 'int'
| 0.299219 |
Traceback (most recent call last):
"test_model.py", line 50, in <module>
image = np.float16(misc.imresize(misc.imread(test_dir + photo), res_sizes[phone])) / 255
AttributeError: 'module' object has no attribute 'imresize' | Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/optimus_manager/bash.py", line 11, in exec_bash
out = subprocess.check_output(
"/usr/lib/python3.8/subprocess.py", line 411, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
"/usr/lib/python3.8/subprocess.py", line 512, in run
raise CalledProcessError(retcode, process.args,
subprocess.CalledProcessError: Command '['bash', '-c', 'modprobe nvidia NVreg_UsePageAttributeTable=1']' returned non-zero exit status 1.
| 0.231157 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 880, in _decrypt_signature
return func(s)
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 448, in <lambda>
return lambda s: initial_function([s])
"/usr/local/lib/python2.7/site-packages/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/local/lib/python2.7/site-packages/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
"/usr/local/lib/python2.7/site-packages/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]KeyError: u'lo' | Traceback (most recent call last):
"/opt/analysis/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 26, in run
_do_run(cmd, checks, log_stdout, env=env)
"/opt/analysis/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 106, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
subprocess.CalledProcessError: Command 'set -o pipefail; export PATH=/opt/analysis/bcbio/anaconda/bin:"$PATH" &&
/opt/analysis/bcbio/anaconda/bin/bcbio-variation-recall ensemble --cores=16 --numpass 2 --names gatk-haplotype,samtools,platypus,freebayes --nofiltered /projects/bcbioresults/C4R_data/1489/work/bcbiotx/tmpv3qhrskz/1489-ensemble.vcf.gz /opt/analysis/bcbio/genomes/Hsapiens/hg19/seq/hg19.fa /projects/bcbioresults/C4R_data/1489/work/ensemble/1489/gatk-haplotype/1489-gatk-haplotype-noeff-nomultiallelic.vcf.gz /projects/bcbioresults/C4R_data/1489/work/ensemble/1489/samtools/1489-samtools-noeff-nomultiallelic.vcf.gz /projects/bcbioresults/C4R_data/1489/work/ensemble/1489/platypus/1489-platypus-noeff-nomultiallelic.vcf.gz /projects/bcbioresults/C4R_data/1489/work/ensemble/1489/freebayes/1489-freebayes-noeff-nomultiallelic.vcf.gz
| 0.175497 |
Traceback (most recent call last):
"/usr/lib64/python3.4/wsgiref/handlers.py", line 141, in run
self.handle_error()
"/usr/lib64/python3.4/wsgiref/handlers.py", line 368, in handle_error
self.finish_response()
"/usr/lib64/python3.4/wsgiref/handlers.py", line 180, in finish_response
self.write(data)
"/usr/lib64/python3.4/wsgiref/handlers.py", line 274, in write
self.send_headers()
"/usr/lib64/python3.4/wsgiref/handlers.py", line 331, in send_headers
if not self.origin_server or self.client_is_modern():
"/usr/lib64/python3.4/wsgiref/handlers.py", line 344, in client_is_modern
return self.environ['SERVER_PROTOCOL'].upper() != 'HTTP/0.9'TypeError: 'NoneType' object is not subscriptable | Traceback (most recent call last):
"/usr/bin/docker-compose", line 11, in <module>
load_entry_point('docker-compose==1.21.2', 'console_scripts', 'docker-compose')()
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 476, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2700, in load_entry_point
return ep.load()
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2318, in load
return self.resolve()
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2324, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/lib/python3.6/site-packages/compose/cli/main.py", line 22, in <module>
from ..bundle import get_image_digests
"/usr/lib/python3.6/site-packages/compose/bundle.py", line 12, in <module>
from .config.serialize import denormalize_config
"/usr/lib/python3.6/site-packages/compose/config/__init__.py", line 6, in <module>
from .config import ConfigurationError
"/usr/lib/python3.6/site-packages/compose/config/config.py", line 49, in <module>
from .validation import match_named_volumes
"/usr/lib/python3.6/site-packages/compose/config/validation.py", line 12, in <module>
from jsonschema import Draft4Validator
"/usr/lib/python3.6/site-packages/jsonschema/__init__.py", line 15, in <module>
from jsonschema._format import (
"/usr/lib/python3.6/site-packages/jsonschema/_format.py", line 213, in <module>
@_checks_drafts("date-time", raises=(ValueError, isodate.ISO8601Error))
AttributeError: module 'isodate' has no attribute 'ISO8601Error'
| 0.278419 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| Traceback (most recent call last):
"/usr/local/bin/livestreamer", line 9, in <module>
load_entry_point('livestreamer==1.12.2', 'console_scripts', 'livestreamer')()
"/usr/local/lib/python2.7/dist-packages/livestreamer_cli/main.py", line 897, in main
handle_url()
"/usr/local/lib/python2.7/dist-packages/livestreamer_cli/main.py", line 478, in handle_url
streams = fetch_streams(plugin)
"/usr/local/lib/python2.7/dist-packages/livestreamer_cli/main.py", line 391, in fetch_streams
sorting_excludes=args.stream_sorting_excludes)
"/usr/local/lib/python2.7/dist-packages/livestreamer/plugin/plugin.py", line 313, in get_streams
return self.streams(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/livestreamer/plugin/plugin.py", line 227, in streams
ostreams = self._get_streams()
"/usr/local/lib/python2.7/dist-packages/livestreamer/plugins/streamupcom.py", line 20, in _get_streams
url = match.group(1)AttributeError: 'NoneType' object has no attribute 'group' | 0.24954 |
Traceback (most recent call last):
"C:\Medusa\Medusa\medusa\server\web\core\base.py", line 251, in async_call
result = function(**kwargs)
TypeError: index() got an unexpected keyword argument 'payload'
| Traceback (most recent call last):
"uvloop/sslproto.pyx", line 500, in uvloop.loop.SSLProtocol._on_handshake_complete
"uvloop/sslproto.pyx", line 484, in uvloop.loop.SSLProtocol._do_handshake
"/usr/local/lib/python3.7/ssl.py", line 763, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1056)
| 0.200389 |
Traceback (most recent call last):
"/Users/tennis.smith/Library/Preferences/PyCharm2019.3/scratches/scratch_4.py", line 12, in <module>
ProductDescription='Windows'
"/Users/tennis.smith/PycharmProjects/edp-tool/venv/lib/python3.7/site-packages/botocore/client.py", line 272, in _api_call
return self._make_api_call(operation_name, kwargs)
"/Users/tennis.smith/PycharmProjects/edp-tool/venv/lib/python3.7/site-packages/botocore/client.py", line 576, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidParameterValue) when calling the DescribeReservedInstancesOfferings operation: Invalid value 'us-east-1a' for AvailabilityZone.
| Traceback (most recent call last):
"/Users/bbb/OneDrive/Docs/-- BW
--/-- Dev/SANDBOX/t_unsync.py", line 35, in <module>
print(job.result())
"/Users/bbb/OneDrive/Docs/-- BW
--/-- Dev/SANDBOX/sandbox/lib/python3.9/site-packages/unsync/unsync.py", line 117, in result
return self.concurrent_future.result(*args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/_base.py", line 440, in result
return self.__get_result()
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result
raise self._exception
KeyError: ('__main__', 'heavy_calculation')
| 0.272092 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 874, in _decrypt_signature
video_id, player_url, len(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 376, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 444, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 383, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"/home/llu/.local/lib/python3.6/site-packages/ray/rllib/utils/tf_run_builder.py", line 47, in get
self.feed_dict, os.environ.get("TF_TIMELINE_DIR"))
"/home/llu/.local/lib/python3.6/site-packages/ray/rllib/utils/tf_run_builder.py", line 85, in run_timeline
fetches = sess.run(ops, feed_dict=feed_dict)
"/home/llu/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
"/home/llu/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"/home/llu/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run
run_metadata)
"/home/llu/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'default/prev_reward' with dtype float and shape [?]
| 0.265274 |
Traceback (most recent call last):
"/home/thomas/.local/bin/cookiecutter", line 9, in <module>
load_entry_point('cookiecutter==0.7.0', 'console_scripts', 'cookiecutter')()
"/home/thomas/.local/lib/python3.3/site-packages/cookiecutter/main.py", line 115, in main
cookiecutter(args.input_dir, args.checkout, args.no_input)
"/home/thomas/.local/lib/python3.3/site-packages/cookiecutter/main.py", line 47, in cookiecutter
clone_to_dir=config_dict['cookiecutters_dir']
"/home/thomas/.local/lib/python3.3/site-packages/cookiecutter/vcs.py", line 80, in clone
subprocess.check_call([repo_type, 'clone', repo_url], cwd=clone_to_dir)
"/usr/lib/python3.3/subprocess.py", line 542, in check_call
retcode = call(*popenargs, **kwargs)
"/usr/lib/python3.3/subprocess.py", line 523, in call
with Popen(*popenargs, **kwargs) as p:
"/usr/lib/python3.3/subprocess.py", line 824, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.3/subprocess.py", line 1448, in _execute_child
raise child_exception_type(errno_num, err_msg)
NotFoundError: [Errno 2] No such file or directory: 'git' | 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/vimeo.py", line 678, in _real_extract
cause=e)
ExtractorError: Unable to extract info section (caused by ValueError('Extra data: line 1 column 3 - line 1 column 104 (char 2 - 103)',)); 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.246713 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 444, in wrap_socket
cnx.do_handshake()
"/home/macke/.local/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1915, in do_handshake
self._raise_ssl_error(self._ssl, result)
"/home/macke/.local/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1647, in _raise_ssl_error
_raise_current_error()
"/home/macke/.local/lib/python3.6/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue
raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'ssl3_get_record', 'wrong version number')]
| Traceback (most recent call last):
"/home/ziv/switch/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/home/ziv/switch/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/home/ziv/switch/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
"/home/ziv/switch/home-assistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware
return await handler(request)
"/home/ziv/switch/home-assistant/homeassistant/components/http/ban.py", line 72, in ban_middleware
return await handler(request)
"/home/ziv/switch/home-assistant/homeassistant/components/http/auth.py", line 127, in auth_middleware
return await handler(request)
"/home/ziv/switch/home-assistant/homeassistant/components/http/view.py", line 123, in handle
result = await result
"/home/ziv/switch/home-assistant/homeassistant/components/config/config_entries.py", line 130, in post
return await super().post(request)
"/home/ziv/switch/home-assistant/homeassistant/components/http/data_validator.py", line 50, in wrapper
result = await method(view, request, *args, **kwargs)
"/home/ziv/switch/home-assistant/homeassistant/helpers/data_entry_flow.py", line 69, in post
result = self._prepare_result_json(result)
"/home/ziv/switch/home-assistant/homeassistant/components/config/config_entries.py", line 135, in _prepare_result_json
return super()._prepare_result_json(result)
"/home/ziv/switch/home-assistant/homeassistant/helpers/data_entry_flow.py", line 41, in _prepare_result_json
schema, custom_serializer=cv.custom_serializer
"/home/ziv/switch/lib/python3.7/site-packages/voluptuous_serialize/__init__.py", line 38, in convert
pval = convert(value, custom_serializer=custom_serializer)
"/home/ziv/switch/lib/python3.7/site-packages/voluptuous_serialize/__init__.py", line 108, in convert
raise ValueError('Unable to convert schema: {}'.format(schema))
ValueError: Unable to convert schema: Any('aaa', 'bbb', 'ccc', msg=None)
| 0.16253 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
"google_images_download/__main__.py", line 4, in <module>
from .__init__ import main
ImportError: attempted relative import with no known parent package
| Traceback (most recent call last):
"/home/user/.config/cudatext/py/cuda_python_intel/jedi/inference/syntax_tree.py", line 701, in tree_name_to_values
types = context.predefined_names[node][tree_name.value]
KeyError: <ForStmt: for (index, b) in enumerate(buttons):
fn = opt.decode_fn(b['icon'])
imageindex = None
if fn:
imageindex = imagelist_proc(imglist, IMAGELIST_ADD, fn)
if imageindex is None:
imageindex = -1
_cmd = b['cmd']
is_menu = _cmd=='menu'
if is_menu:
_cmd = 'toolmenu:id'+str(index)
# prevent duplicate btns on "reset python plugins"
if is_button_present(b['cap'], _cmd):
continue
if is_menu:
toolbar_proc('top', TOOLBAR_ADD_MENU)
else:
toolbar_proc('top', TOOLBAR_ADD_ITEM)
cnt += 1
btn = toolbar_proc('top', TOOLBAR_GET_BUTTON_HANDLE,
index=cnt-1 )
nkind = BTNKIND_SEP_HORZ if b['cap']=='-' \
else BTNKIND_TEXT_ONLY if imageindex<0 \
else BTNKIND_ICON_ONLY if not b['cap'] \
else BTNKIND_TEXT_ICON_HORZ
button_proc(btn, BTN_SET_TEXT, b['cap'])
button_proc(btn, BTN_SET_HINT, b['hint'])
button_proc(btn, BTN_SET_DATA1, _cmd)
button_proc(btn, BTN_SET_DATA2, b.get('lexers', ''))
button_proc(btn, BTN_SET_IMAGEINDEX, imageindex)
button_proc(btn, BTN_SET_KIND, nkind)
if b['cap']:
button_proc(btn, BTN_SET_ARROW_ALIGN, 'R')
if is_menu:
do_load_submenu(_cmd, b.get('sub', []))@56,4>
| 0.266388 |
Traceback (most recent call last):
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent
self._draw_fold_region_background(block, painter)
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background
end = self.folding_regions[start]KeyError: 141 | Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 410, in start
resp = yield from self._request_handler(request)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web.py", line 325, in _handle
resp = yield from handler(request)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 93, in impl
return (yield from handler(request))
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/ban.py", line 58, in ban_middleware
return (yield from handler(request))
"/usr/local/lib/python3.6/asyncio/coroutines.py", line 213, in coro
res = yield from res
"/usr/local/lib/python3.6/asyncio/coroutines.py", line 213, in coro
res = yield from res
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/http/__init__.py", line 430, in handle
result = yield from result
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/history.py", line 316, in get
result.remove(state_list)
AttributeError: 'dict_values' object has no attribute 'remove'
| 0.19577 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/stef/anaconda/lib/python2.7/site-packages/gspread/models.py", line 507, in resize
self._element = self.client.put_feed(uri, ElementTree.tostring(feed))
"/Users/stef/anaconda/lib/python2.7/site-packages/gspread/client.py", line 282, in put_feed
if ex.code == 403:AttributeError: 'HTTPError' object has no attribute 'code' | Traceback (most recent call last):
"venv/lib/python3.7/site-packages/dvc/main.py", line 50, in main
ret = cmd.run()
"<reposistory>/venv/lib/python3.7/site-packages/dvc/command/diff.py", line 138, in run
self.args.a_rev, self.args.b_rev, self.args.targets
"<reposistory>/venv/lib/python3.7/site-packages/dvc/repo/__init__.py", line 49, in wrapper
return f(repo, *args, **kwargs)
"<reposistory>/venv/lib/python3.7/site-packages/dvc/repo/diff.py", line 79, in diff
deleted.remove(renamed_item["path"]["old"])
ValueError: list.remove(x): x not in list
| 0.329082 |
Traceback (most recent call last):
"/home/ec2-user/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 186, in sqlmap_scan_main
sqlmap_scan.init_new_scan()
"/home/ec2-user/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 45, in init_new_scan
return requests.get(new_scan_url, params=self.headers)
"/usr/lib/python2.7/site-packages/requests/api.py", line 68, in get
return request('get', url, **kwargs)
"/usr/lib/python2.7/site-packages/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.7/site-packages/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)ConnectionError: ('Connection aborted.', error(111, 'Connection refused')) | Traceback (most recent call last):
"/home/travis/build/hyperopt/hyperopt/hyperopt/tests/test_spark.py", line 657, in test_task_maxFailures_warning
log_output=log_output
AssertionError: 'spark.task.maxFailures' not found in "trial task 0 started\ntrial task 0 succeeded, result is {'status': 'ok', 'loss': 1.0}\ntrial 0 task thread exits normally and writes results back correctly.\nfmin thread exits normally.\ndispatcher thread exits normally.\nTotal Trials: 1: 1 succeeded, 0 failed, 0 cancelled." :
"spark.task.maxFailures" warning missing from log:
| 0.268557 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/broadlink/__init__.py", line 5, in <module>
from Crypto.Cipher import AES
"/usr/lib/python3.6/site-packages/Crypto/Cipher/__init__.py", line 3, in <module>
from Crypto.Cipher._mode_ecb import _create_ecb_cipher
"/usr/lib/python3.6/site-packages/Crypto/Cipher/_mode_ecb.py", line 29, in <module>
from Crypto.Util._raw_api import (load_pycryptodome_raw_lib,
"/usr/lib/python3.6/site-packages/Crypto/Util/_raw_api.py", line 32, in <module>
from Crypto.Util.py3compat import byte_string
ImportError: cannot import name 'byte_string'
| Traceback (most recent call last):
"D:\environment\python\python35\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 686, in _call_cpp_shape_fn_impl
input_tensors_as_shapes, status)
"D:\environment\python\python35\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 473, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: Dimension 2 in both shapes must be equal, but are 3 and 64 for 'Assign' (op: 'Assign') with input shapes: [3,3,3,64], [3,3,64,3].
| 0.29204 |
Traceback (most recent call last):
"/Users/vansivallabhaneni/.pyenv/versions/3.5.0/lib/python3.5/site-packages/airflow/models.py", line 207, in process_file
with utils.timeout(30):
"/Users/vansivallabhaneni/.pyenv/versions/3.5.0/lib/python3.5/site-packages/airflow/utils.py", line 620, in **enter**
signal.signal(signal.SIGALRM, self.handle_timeout)
"/Users/vansivallabhaneni/.pyenv/versions/3.5.0/lib/python3.5/signal.py", line 47, in signal
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))ValueError: signal only works in main thread | Traceback (most recent call last):
"/home/pi/.pyenv/versions/red/lib/python3.8/site-packages/redbot/core/dev_commands.py", line 202, in _eval
result = await func()
"<string>", line 4, in func
"/home/pi/.pyenv/versions/3.8.6/lib/python3.8/asyncio/tasks.py", line 455, in wait_for
return await fut
"/home/pi/.pyenv/versions/red/lib/python3.8/site-packages/discord/client.py", line 360, in dispatch
result = condition(*args)
"/home/pi/.pyenv/versions/red/lib/python3.8/site-packages/redbot/core/utils/predicates.py", line 905, in __call__
return self._pred(self, reaction, user)
"/home/pi/.pyenv/versions/red/lib/python3.8/site-packages/redbot/core/utils/predicates.py", line 971, in predicate
self.result = emojis.index(r.emoji)
TypeError: must be str, not Emoji
# Can also be PartialEmoji if from another server
| 0.308252 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/requests/adapters.py", line 376, in send
timeout=timeout
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 610, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 283, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.binance.com', port=443): Max retries exceeded with url: /api/v3/order (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f4ab60d2090>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
| Traceback (most recent call last):
"wifi-pumpkin.py", line 37, in <module>
from core.utility.application import ApplicationLoop
"/usr/share/WiFi-Pumpkin/core/utility/application.py", line 3, in <module>
from core.main import version
"/usr/share/WiFi-Pumpkin/core/main.py", line 55, in <module>
from netfilterqueue import NetfilterQueue
ImportError: No module named netfilterqueue
| 0.286739 |
Traceback (most recent call last):
"eventHandler.pyo", line 152, in executeEvent
"eventHandler.pyo", line 92, in __init__
"eventHandler.pyo", line 100, in next
"browseMode.pyo", line 1173, in event_caret
"eventHandler.pyo", line 100, in next
"NVDAObjects\behaviors.pyo", line 173, in event_caret
"NVDAObjects\IAccessible\__init__.pyo", line 1368, in event_caret
"NVDAObjects\__init__.pyo", line 1002, in event_caret
"review.pyo", line 174, in handleCaretMove
"documentBase.pyo", line 24, in makeTextInfo
"NVDAObjects\IAccessible\ia2TextMozilla.pyo", line 93, in __init__
"NVDAObjects\IAccessible\ia2TextMozilla.pyo", line 201, in _findContentDescendant
COMError: (-2147467259, 'Unspecified error', (None, None, None, 0, None))
| Traceback (most recent call last):
"/opt/conda/bin/jupyterhub-singleuser", line 3, in <module>
from jupyterhub.singleuser import main
"/opt/conda/lib/python3.5/site-packages/jupyterhub/singleuser.py", line 17, in <module>
raise ImportError("JupyterHub single-user server requires notebook >= 4.0")ImportError: JupyterHub single-user server requires notebook >= 4.0 | 0.191234 |
Traceback (most recent call last):
"/home/elsys/PycharmProjects/Class_Jn_2020/class_28_12_2019/button_pusimple_001.py", line 18, in <module>
window.FindElement('_2_').Update(button_text="RUN")
TypeError: Update() got an unexpected keyword argument 'button_text'
| Traceback (most recent call last):
"/home/pi/Medusa/<a href="../blob/a70a6df42ec915a51409a059df3a58f56c1b2bd7/medusa/show_updater.py#L86">medusa/show_updater.py</a>", line 86, in run
update_max_weeks)
"/home/pi/Medusa/<a href="../blob/a70a6df42ec915a51409a059df3a58f56c1b2bd7/medusa/indexers/tvdbv2/tvdbv2_api.py#L565">medusa/indexers/tvdbv2/tvdbv2_api.py</a>", line 565, in get_last_updated_series
last_update_ts = max(x.last_updated for x in updates)TypeError: 'NoneType' object is not iterable | 0.185779 |
Traceback (most recent call last):
"F:\machine learning\code\learn\NBA_predict.py", line 1, in <module>
import tensorflow
"C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\__init__.py", line 24, in <module>
from tensorflow.python import pywrap_tensorflow
# pylint: disable=unused-import
"C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/pyalarmdotcom/pyalarmdotcom.py", line 232, in async_update
self.state = tree.select(self.ALARM_STATE)[0].get_text()
IndexError: list index out of range
| 0.293635 |
Traceback (most recent call last):
"/home/snewman/code/propellerapp.net/worker.py", line 103, in <module>
result_code = client.send_notification(token, payload, topic=args.topic)
"/home/snewman/code/propellerapp.net/apns2/client.py", line 43, in send_notification
response = self.__connection.get_response(stream_id)
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/hyper/http20/connection.py", line 293, in get_response
return HTTP20Response(stream.getheaders(), stream)
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/hyper/http20/stream.py", line 219, in getheaders
self._recv_cb(stream_id=self.stream_id)
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/hyper/http20/connection.py", line 752, in _recv_cb
self._single_read()
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/hyper/http20/connection.py", line 682, in _single_read
self.close()
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/hyper/http20/connection.py", line 422, in close
stream.close(error_code)
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/hyper/http20/stream.py", line 278, in close
self._conn.reset_stream(self.stream_id, error_code or 0)
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/h2/connection.py", line 856, in reset_stream
self.state_machine.process_input(ConnectionInputs.SEND_RST_STREAM)
"/home/snewman/.Envs/propeller/lib/python3.4/site-packages/h2/connection.py", line 230, in process_input
"Invalid input %s in state %s" % (input_, old_state)h2.exceptions.ProtocolError: Invalid input ConnectionInputs.SEND_RST_STREAM in state ConnectionState.CLOSED | Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 941, in emit
"C:\Python\64-bit\3.3\lib\encodings\cp1252.py", line 19, in encodeUnicodeEncodeError: 'charmap' codec can't encode characters in position 167-172: character maps to <undefined> | 0.260127 |
Traceback (most recent call last):
"C:\Vim\vimfiles\bundle\YouCompleteMe\install.py", line 44, in <module>
Main()
"C:\Vim\vimfiles\bundle\YouCompleteMe\install.py", line 33, in Main
subprocess.check_call( [ python_binary, build_file ] + sys.argv[1:] )
"C:\Python27\lib\subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['C:\\Python27\\python.exe', u'C:\\Vim\\ | Original Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/worker.py", line 198, in _worker_loop
data = fetcher.fetch(index)
"/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
"/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp>
data = [self.dataset[idx] for idx in possibly_batched_index]
"/content/yolov4/yolov3-channel-and-layer-pruning/utils/datasets.py", line 416, in __getitem__
img, labels = load_mosaic(self, index)
"/content/yolov4/yolov3-channel-and-layer-pruning/utils/datasets.py", line 594, in load_mosaic
labels4.append(labels)
UnboundLocalError: local variable 'labels' referenced before assignment
| 0.329259 |
Traceback (most recent call last):
"commix.py", line 35, in <module>
main()
"commix.py", line 30, in main
import src.core.main
"main.py", line 920, in <module>
main(filename, url)
"main.py", line 626, in main
controller.do_check(url, filename)
"controller.py", line 685, in do_check
perform_checks(url,filename)
"controller.py", line 615, in perform_checks
stored_http_header_injection(url, check_parameter, http_request_method, filename, timesec)
"controller.py", line 389, in stored_http_header_injection
http_headers_injection(url, http_request_method, filename, timesec)
"controller.py", line 348, in http_headers_injection
user_agent_injection(url, http_request_method, filename, timesec)
"controller.py", line 317, in user_agent_injection
injection_proccess(url, check_parameter, http_request_method, filename, timesec)
"controller.py", line 143, in injection_proccess
modules_handler.load_modules(url, http_request_method, filename)
"modules_handler.py", line 58, in load_modules
shellshock.shellshock_handler(url, http_request_method, filename)
"shellshock.py", line 810, in shellshock_handler
go_back, go_back_again = check_options(url, cmd, cve, check_header, filename, os_shell_option, http_request_method, go_back, go_back_again)TypeError: cannot unpack non-iterable NoneType object | Traceback (most recent call last):
"setup.py", line 78, in <module>
'ipaddress',
"/usr/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3.5/site-packages/setuptools/command/test.py", line 159, in run
self.with_project_on_sys_path(self.run_tests)
"/usr/lib/python3.5/site-packages/setuptools/command/test.py", line 140, in with_project_on_sys_path
func()
"/usr/lib/python3.5/site-packages/setuptools/command/test.py", line 180, in run_tests
testRunner=self._resolve_as_ep(self.test_runner),
"/usr/lib/python3.5/unittest/main.py", line 93, in __init__
self.parseArgs(argv)
"/usr/lib/python3.5/unittest/main.py", line 140, in parseArgs
self.createTests()
"/usr/lib/python3.5/unittest/main.py", line 147, in createTests
self.module)
"/usr/lib/python3.5/unittest/loader.py", line 219, in loadTestsFromNames
suites = [self.loadTestsFromName(name, module) for name in names]
"/usr/lib/python3.5/unittest/loader.py", line 219, in <listcomp>
suites = [self.loadTestsFromName(name, module) for name in names]
"/usr/lib/python3.5/unittest/loader.py", line 190, in loadTestsFromName
return self.loadTestsFromModule(obj)
"/usr/lib/python3.5/site-packages/setuptools/command/test.py", line 30, in loadTestsFromModule
for file in resource_listdir(module.__name__, ''):
"/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1170, in resource_listdir
resource_name
"/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1466, in resource_listdir
return self._listdir(self._fn(self.module_path, resource_name))
"/usr/lib/python3.5/site-packages/pkg_resources/__init__.py", line 1505, in _listdir
"Can't perform this operation for unregistered loader type"
NotImplementedError: Can't perform this operation for unregistered loader type
| 0.275025 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\YoutubeDL.py", line 806, in wrapper
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\extractor\common.py", line 534, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\extractor\pluralsight.py", line 421, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp5qwpsrl8\build\youtube_dl\extractor\common.py", line 1374, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"./tools/train.py", line 125, in <module>
main()
"./tools/train.py", line 121, in main
timestamp=timestamp)
"/nfs/project/huangzhipeng/tools/opensorce/SOLO/mmdet/apis/train.py", line 103, in train_detector
timestamp=timestamp)
"/nfs/project/huangzhipeng/tools/opensorce/SOLO/mmdet/apis/train.py", line 250, in _dist_train
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/tmp-data/huangzhipeng/anaconda3/envs/solo/lib/python3.7/site-packages/mmcv/runner/runner.py", line 364, in run
epoch_runner(data_loaders[i], **kwargs)
"/tmp-data/huangzhipeng/anaconda3/envs/solo/lib/python3.7/site-packages/mmcv/runner/runner.py", line 268, in train
self.model, data_batch, train_mode=True, **kwargs)
"/nfs/project/huangzhipeng/tools/opensorce/SOLO/mmdet/apis/train.py", line 79, in batch_processor
loss, log_vars = parse_losses(losses)
"/nfs/project/huangzhipeng/tools/opensorce/SOLO/mmdet/apis/train.py", line 56, in parse_losses
dist.all_reduce(loss_value.div_(dist.get_world_size()))
"/tmp-data/huangzhipeng/anaconda3/envs/solo/lib/python3.7/site-packages/torch/distributed/distributed_c10d.py", line 902, in all_reduce
work = _default_pg.allreduce([tensor], opts)
RuntimeError: Socket Timeout | 0.152735 |
Traceback (most recent call last):
"/usr/bin/aws", line 23, in <module>
sys.exit(main())
"/usr/bin/aws", line 19, in main
return awscli.clidriver.main()
"/usr/lib/python3.4/site-packages/awscli/clidriver.py", line 46, in main
return driver.main()
"/usr/lib/python3.4/site-packages/awscli/clidriver.py", line 183, in main
parser = self._create_parser()
"/usr/lib/python3.4/site-packages/awscli/clidriver.py", line 164, in _create_parser
command_table['help'] = self.create_help_command()
"/usr/lib/python3.4/site-packages/awscli/clidriver.py", line 156, in create_help_command
self._get_argument_table(),
"/usr/lib/python3.4/site-packages/awscli/clidriver.py", line 91, in _get_argument_table
self._argument_table = self._build_argument_table()
"/usr/lib/python3.4/site-packages/awscli/clidriver.py", line 134, in _build_argument_table
choices = list(self.session.get_data(choices_path))
"/usr/lib/python3.4/site-packages/botocore/session.py", line 460, in get_data
return self.get_component('data_loader').load_data(data_path)
"/usr/lib/python3.4/site-packages/botocore/loaders.py", line 43, in _wrapper
data = func(self, orig_key, **kwargs)
"/usr/lib/python3.4/site-packages/botocore/loaders.py", line 202, in load_data
return self._load_data(data_path)
"/usr/lib/python3.4/site-packages/botocore/loaders.py", line 221, in _load_data
raise DataNotFoundError(data_path=data_path)botocore.exceptions.DataNotFoundError: Unable to load data for: aws/_regions | Traceback (most recent call last):
"/home/user/pen/w3af/core/ui/gui/tabs/exploit/shell.py", line 95, in use_shell
title = "Shell - " + shell.get_remote_system() or 'Unknown'TypeError: cannot concatenate 'str' and 'NoneType' objects | 0.227276 |
Traceback (most recent call last):
"eventHandler.pyc", line 155, in executeEvent
"eventHandler.pyc", line 92, in __init__
"eventHandler.pyc", line 100, in next
"C:\Users\nikit\AppData\Roaming\nvda\addons\wintenApps\globalPlugins\wintenObjs\__init__.py", line 216, in event_valueChange
"eventHandler.pyc", line 98, in next
"eventHandler.pyc", line 126, in gen
"NVDAObjects\__init__.pyc", line 361, in _get_treeInterceptor
"treeInterceptorHandler.pyc", line 20, in getTreeInterceptor
"UIABrowseMode.pyc", line 430, in __contains__
COMError: (-2147418094, '\xc2\xfb\xe7\xfb\xe2\xe0\xe5\xec\xe0\xff \xf1\xf2\xee\xf0\xee\xed\xe0 (\xf1\xe5\xf0\xe2\xe5\xf0 [\xe0 \xed\xe5 \xef\xf0\xe8\xeb\xee\xe6\xe5\xed\xe8\xe5-\xf1\xe5\xf0\xe2\xe5\xf0]) \xed\xe5\xe4\xee\xf1\xf2\xf3\xef\xed\xe0 \xe8 \xe8\xf1\xf7\xe5\xe7\xeb\xe0; \xed\xe8 \xee\xe4\xed\xee \xef\xee\xe4\xea\xeb\xfe\xf7\xe5\xed\xe8\xe5 \xe1\xee\xeb\xe5\xe5 \xed\xe5 \xe4\xe5\xe9\xf1\xf2\xe2\xf3\xe5\xf2.
\xd1\xe0\xec \xe2\xfb\xe7\xee\xe2 \xed\xe5 \xe1\xfb\xeb \xe2\xfb\xef\xee\xeb\xed\xe5\xed.', (None, None, None, 0, None))
| ```Traceback (most recent call last):
"/home/hsm/zeus-scanner/var/search/selenium_search.py", line 264, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
"/home/hsm/zeus-scanner/var/search/selenium_search.py", line 82, in get_urls
browser = var.search.SetBrowser(agent=user_agent, proxy=proxy, tor=tor, xforward=xforward).set_browser()
"/home/hsm/zeus-scanner/var/search/__init__.py", line 148, in set_browser
executable_path=whichcraft.which("geckodriver"))
"/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 144, in __init__
self.service.start()
"/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 93, in start
(os.path.basename(self.path), self.start_error_message, str(e)))
"/usr/lib/python2.7/posixpath.py", line 114, in basename
i = p.rfind('/') + 1AttributeError: 'NoneType' object has no attribute 'rfind' | 0.213762 |
Traceback (most recent call last):
"/home/ludwig/temp/theano.5.py", line 20, in <module>
print Tforward(0)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 580, in __call__
outputs = self.fn()
"/usr/local/lib/python2.7/dist-packages/theano/compile/profilemode.py", line 74, in new_fn
ret_fn()
"/usr/local/lib/python2.7/dist-packages/theano/gof/link.py", line 644, in f
raise_with_op(node)
"/usr/local/lib/python2.7/dist-packages/theano/gof/link.py", line 642, in f
wrapper(i, node, *thunks)
"/usr/local/lib/python2.7/dist-packages/theano/compile/profilemode.py", line 139, in profile_thunk
('A C Op raised an exception.
ProfileMode cannot'RuntimeError: A C Op raised an exception.
ProfileMode cannot tell you what it was though.
Use a standard mode such as FAST_RUN to correct the problem. | Exception occurred in runner salt.cmd: Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/salt/client/mixins.py", line 395, in _low
data['return'] = self.functions[fun](*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/salt/runners/salt.py", line 67, in cmd
utils=utils(__opts__)).get(fun)(*args, **kws)
"/usr/local/lib/python2.7/dist-packages/salt/modules/boto_rds.py", line 305, in create
if _describe['db_instance_status'] == wait_status:
KeyError: 'db_instance_status'
| 0.312415 |
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "git"}, "module_stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 56: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 27205\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to localhost closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n
\"/root/.ansible/tmp/ansible-tmp-1461631322.27-217787172787442/git\", line 2971, in <module>\r\n
main()\r\n
\"/root/.ansible/tmp/ansible-tmp-1461631322.27-217787172787442/git\", line 760, in main\r\n
remote_head = get_remote_head(git_path, module, dest, version, remote, bare)\r\n
\"/root/.ansible/tmp/ansible-tmp-1461631322.27-217787172787442/git\", line 383, in get_remote_head\r\n
elif is_remote_branch(git_path, module, dest, remote, version):\r\n
\"/root/.ansible/tmp/ansible-tmp-1461631322.27-217787172787442/git\", line 439, in is_remote_branch\r\n
if version in out:\r\nTypeError: 'in <string>' requires string as left operand, not int\r\n", "msg": "MODULE FAILURE", "parsed": false}``` | Traceback (most recent call last):
"<stdin>", line 2, in <module>
NameError: name 'max_number_of_pixels' is not defined
| 0.213028 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 502, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/teamcoco.py", line 152, in _real_extract
}''', 'RecordVideoSource', video_id) or {}
"/usr/local/bin/youtube-dl/youtube_dl/extractor/teamcoco.py", line 90, in _graphql_call
}))['data'][find_object]
KeyError: u'findRecordVideoSource'
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 157, in save_modules
yield saved
"/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 198, in setup_context
yield
"/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 255, in run_setup
DirectorySandbox(setup_dir).run(runner)
"/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 285, in run
return func()
"/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 253, in runner
_execfile(setup_script, ns)
"/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 47, in _execfile
exec(code, globals, locals)
"/tmp/easy_install-bvsos692/pyppeteer-0.0.19/setup.py", line 27, in <module>
"/usr/local/lib/python3.5/dist-packages/py_backwards/compiler.py", line 85, in compile_files
dependencies.update(_compile_file(paths, target))
"/usr/local/lib/python3.5/dist-packages/py_backwards/compiler.py", line 57, in _compile_file
code = f.read()
"/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 2317: ordinal not in range(128)
| 0.328393 |
Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 171, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 620, in run
"calibre_plugins.dedrm.__init__", line 570, in KindleMobiDecrypt
DeDRMError: DeDRM v6.6.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| [!] 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.30013 |
^CTraceback (most recent call last):
"/home/ant/bin/youtube-dl/youtube_dl/extractor/__init__.py", line 4, in <module>
ModuleNotFoundError: No module named 'youtube_dl.extractor.lazy_extractors'
| ERROR: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 477, in _decrypt_signature
return func(s)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 450, in <lambda>
return lambda s: initial_function([s])
"/usr/lib64/python2.7/site-packages/youtube_dl/jsinterp.py", line 179, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/lib64/python2.7/site-packages/youtube_dl/jsinterp.py", line 48, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
"/usr/lib64/python2.7/site-packages/youtube_dl/jsinterp.py", line 140, in interpret_expression
self._functions[fname] = self.extract_function(fname)
"/usr/lib64/python2.7/site-packages/youtube_dl/jsinterp.py", line 170, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)ExtractorError: Could not find JS function u'Go.sH'; 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.24507 |
Traceback (most recent call last):
"./python3.3/threading.py", line 901, in _bootstrap_inner
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/commands/install_package_command.py", line 45, in run
self.package_list = self.make_package_list(['upgrade', 'downgrade', 'reinstall', 'pull', 'none'])
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/package_installer.py", line 58, in make_package_list
packages = self.manager.list_available_packages()
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/package_manager.py", line 694, in list_available_packages
return self._list_available()[0]
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/package_manager.py", line 554, in _list_available
repositories = self.list_repositories()
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/package_manager.py", line 453, in list_repositories
channel_repositories = provider.get_repositories()
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/providers/channel_provider.py", line 201, in get_repositories
self.fetch()
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/providers/channel_provider.py", line 87, in fetch
channel_json = manager.fetch(self.channel, 'Error downloading channel.')
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/download_manager.py", line 340, in fetch
return self.downloader.download(url, error_message, timeout, 3, prefer_cached)
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/downloaders/urllib_downloader.py", line 117, in download
self.setup_opener(url, timeout)
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/downloaders/urllib_downloader.py", line 317, in setup_opener
bundle_path = get_ca_bundle_path(self.settings)
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/ca_certs.py", line 31, in get_ca_bundle_path
system_ca_bundle_path = get_system_ca_bundle_path(settings)
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/ca_certs.py", line 166, in get_system_ca_bundle_path
trust_list.get_path(ca_bundle_dir, hours_to_cache, cert_callback=print_cert_subject)
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/deps/oscrypto/trust_list.py", line 122, in get_path
for cert, trust_oids, reject_oids in extract_from_system(cert_callback):
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/deps/oscrypto/_osx/trust_list.py", line 51, in extract_from_system
handle_sec_error(res)
"/Users/yxr/Library/Application Support/Sublime Text 3/Installed Packages/Package Control.sublime-package/package_control/deps/oscrypto/_osx/_security.py", line 50, in handle_sec_error
raise exception_class(output)
OSError: The specified item could not be found in the keychain.
| Traceback (most recent call last):
"/usr/local/bin/bandit", line 10, in <module>
sys.exit(main())
"/Library/Python/2.7/site-packages/bandit/bandit.py", line 88, in main
args.output_format)
"/Library/Python/2.7/site-packages/bandit/core/manager.py", line 112, in output_results
output_format=output_format
"/Library/Python/2.7/site-packages/bandit/core/result_store.py", line 393, in report
with open(output_filename, 'w') as fout:IOError: [Errno 21] Is a directory: '/Library/' | 0.326259 |
ERROR:root:Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/elastalert-0.0.57-py2.6.egg/elastalert/elastalert.py", line 826, in alert
return self.send_alert(matches, rule, alert_time=None)
"/usr/lib/python2.6/site-packages/elastalert-0.0.57-py2.6.egg/elastalert/elastalert.py", line 887, in send_alert
alerter.alert(matches)
"/usr/lib/python2.6/site-packages/elastalert-0.0.57-py2.6.egg/elastalert/alerts.py", line 166, in alert
logging.info(str(BasicMatchString(self.rule, match)))UnicodeEncodeError: 'ascii' codec can't encode character u'\ufeff' in position 268: ordinal not in range(128) | Traceback (most recent call last):
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3325, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-20-340257f7e54d>", line 2, in <module>
import keras
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\__init__.py", line 3, in <module>
from . import utils
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
from . import conv_utils
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
from .. import backend as K
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
from .load_backend import epsilon
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
from .tensorflow_backend import *
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in <module>
from tensorflow.python.eager import context
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\eager\context.py", line 29, in <module>
from tensorflow.core.protobuf import config_pb2
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
module = self._load()
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\__init__.py", line 42, in <module>
from . _api.v2 import audio
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\_api\v2\audio\__init__.py", line 10, in <module>
from tensorflow.python.ops.gen_audio_ops import decode_wav
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in <module>
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
module = self._load()
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| 0.202649 |
Traceback (most recent call last):
"/spark_driver/mr_most_used_word.py", line 53, in <module>
MRMostUsedWord.run()
"/work/mrjob/mrjob/job.py", line 438, in run
mr_job.execute()
"/work/mrjob/mrjob/job.py", line 465, in execute
super(MRJob, self).execute()
"/work/mrjob/mrjob/launch.py", line 190, in execute
self.run_job()
"/work/mrjob/mrjob/launch.py", line 235, in run_job
runner.run()
"/work/mrjob/mrjob/runner.py", line 513, in run
self._run()
"/work/mrjob/mrjob/spark/runner.py", line 139, in _run
self._upload_local_files()
"/work/mrjob/mrjob/runner.py", line 1156, in _upload_local_files
self.fs.put(src_path, uri)
"/work/mrjob/mrjob/fs/composite.py", line 159, in put
return self._handle('put', path, src, path)
"/work/mrjob/mrjob/fs/composite.py", line 118, in _handle
return getattr(fs, name)(*args, **kwargs)
"/work/mrjob/mrjob/fs/s3.py", line 274, in put
multipart_threshold=self._part_size,
"/work/venv/lib/python3.6/site-packages/boto3/s3/inject.py", line 280, in object_upload_file
ExtraArgs=ExtraArgs, Callback=Callback, Config=Config)
"/work/mrjob/mrjob/retry.py", line 90, in call_and_maybe_retry
return f(*args, **kwargs)
"/work/venv/lib/python3.6/site-packages/boto3/s3/inject.py", line 131, in upload_file
extra_args=ExtraArgs, callback=Callback)
"/work/venv/lib/python3.6/site-packages/boto3/s3/transfer.py", line 279, in upload_file
future.result()
"/work/venv/lib/python3.6/site-packages/s3transfer/futures.py", line 73, in result
return self._coordinator.result()
"/work/venv/lib/python3.6/site-packages/s3transfer/futures.py", line 233, in result
raise self._exception
"/work/venv/lib/python3.6/site-packages/s3transfer/tasks.py", line 255, in _main
self._submit(transfer_future=transfer_future, **kwargs)
"/work/venv/lib/python3.6/site-packages/s3transfer/upload.py", line 553, in _submit
transfer_future, config):
"/work/venv/lib/python3.6/site-packages/s3transfer/upload.py", line 240, in requires_multipart_upload
return transfer_future.meta.size >= config.multipart_threshold
TypeError: '>=' not supported between instances of 'int' and 'NoneType'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\common.py", line 369, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\generic.py", line 2551, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: http://spiderman.marvelkids.com/videos/ultimate-spider-man-attack-of-the-synthezoids
| 0.207037 |
Traceback (most recent call last):
"/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 600, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 260, in extract
return self._real_extract(url)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 1075, in _real_extract
raise UnsupportedError(url)youtube_dl.utils.UnsupportedError: Unsupported URL: http://abc7news.com/entertainment/east-bay-museum-celebrates-vintage-synthesizers/472581/ | Traceback (most recent call last):
"/usr/bin/ipython", line 5, in <module>
start_ipython()
"/usr/lib/python3.4/site-packages/IPython/__init__.py", line 118, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 562, in launch_instance
app.initialize(argv)
"<string>", line 2, in initialize
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
"/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 321, in initialize
super(TerminalIPythonApp, self).initialize(argv)
"<string>", line 2, in initialize
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
"/usr/lib/python3.4/site-packages/IPython/core/application.py", line 381, in initialize
self.parse_command_line(argv)
"/usr/lib/python3.4/site-packages/IPython/terminal/ipapp.py", line 316, in parse_command_line
return super(TerminalIPythonApp, self).parse_command_line(argv)
"<string>", line 2, in parse_command_line
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 474, in parse_command_line
return self.initialize_subcommand(subc, subargv)
"<string>", line 2, in initialize_subcommand
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 92, in catch_config_error
return method(app, *args, **kwargs)
"/usr/lib/python3.4/site-packages/IPython/config/application.py", line 405, in initialize_subcommand
subapp = import_item(subapp)
"/usr/lib/python3.4/site-packages/IPython/utils/importstring.py", line 42, in import_item
module = __import__(package, fromlist=[obj])
"/usr/lib/python3.4/site-packages/IPython/qt/console/qtconsoleapp.py", line 67, in <module>
from IPython.qt.client import QtKernelClient
"/usr/lib/python3.4/site-packages/IPython/qt/client.py", line 6, in <module>
from IPython.kernel.channels import (
"/usr/lib/python3.4/site-packages/IPython/kernel/__init__.py", line 4, in <module>
from . import zmq
"/usr/lib/python3.4/site-packages/IPython/kernel/zmq/__init__.py", line 14, in <module>
check_for_zmq('2.1.11', 'IPython.kernel.zmq')
"/usr/lib/python3.4/site-packages/IPython/utils/zmqrelated.py", line 37, in check_for_zmq
raise ImportError("%s requires pyzmq >= %s"%(required_by, minimum_version))ImportError: IPython.kernel.zmq requires pyzmq >= 2.1.11 | 0.290384 |
Traceback (most recent call last):
"/config/custom_components/sonoff/sonoff_local.py", line 270, in send
json=payload, headers=LOCAL_HEADERS, timeout=timeout)
"/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 504, in _request
await resp.start(conn)
"/usr/local/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 847, in start
message, payload = await self._protocol.read()
# type: ignore
# noqa
"/usr/local/lib/python3.7/site-packages/aiohttp/streams.py", line 591, in read
await self._waiter
aiohttp.client_exceptions.ServerDisconnectedError: None
| ```This script runs a swarm on the input data (rec-center-hourly.csv) and creates a model parameters file in the `model_params` directory containing the best model found by the swarm. Dumps a bunch of crud to stdout because that is just what swarming does at this point. You really don't need to pay any attention to it. ================================================= = Swarming on rec-center-hourly data... = Medium swarm. Sit back and relax, this could take awhile. ================================================= Generating experiment files in directory: /home/aleksandar/work/Numenta/nupic/examples/opf/clients/hotgym/prediction/one_gym/swarm... Writing 314 lines... Writing 114 lines... done. None WARNING:nupic.database.client_jobs_dao:[] First failure in <function connect at 0x7fb54e53d848>; initial retry in 0.1 sec.; timeoutSec=300. Caller stack:
"swarm.py", line 111, in <module> swarm(INPUT_FILE)
"swarm.py", line 103, in swarm modelParams = swarmForBestModelParams(SWARM_DESCRIPTION, name)
"swarm.py", line 80, in swarmForBestModelParams verbosity=0
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/swarming/permutations_runner.py", line 271, in runWithConfig return _runAction(runOptions)
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/swarming/permutations_runner.py", line 212, in _runAction returnValue = _runHyperSearch(runOptions)
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/swarming/permutations_runner.py", line 141, in _runHyperSearch search = _HyperSearchRunner(runOptions)
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/swarming/permutations_runner.py", line 412, in __init__ self.__cjDAO = _clientJobsDB()
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/swarming/permutations_runner.py", line 376, in _clientJobsDB return cjdao.ClientJobsDAO.get()
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/support/decorators.py", line 56, in exceptionLoggingWrap return func(*args, **kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/database/client_jobs_dao.py", line 548, in get cjDAO.connect()
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/support/decorators.py", line 56, in exceptionLoggingWrap return func(*args, **kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/support/decorators.py", line 234, in retryWrap timeoutSec, ''.join(traceback.format_stack()), exc_info=True) Traceback (most recent call last):
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/support/decorators.py", line 208, in retryWrap result = func(*args, **kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/database/client_jobs_dao.py", line 633, in connect with ConnectionFactory.get() as conn:
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/database/connection.py", line 167, in get return cls._connectionPolicy.acquireConnection()
"/home/aleksandar/.local/lib/python2.7/site-packages/nupic/database/connection.py", line 553, in acquireConnection dbConn = self._pool.connection(shareable=False)
"/home/aleksandar/.local/lib/python2.7/site-packages/DBUtils/PooledDB.py", line 331, in connection con = self.steady_connection()
"/home/aleksandar/.local/lib/python2.7/site-packages/DBUtils/PooledDB.py", line 279, in steady_connection *self._args, **self._kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/DBUtils/SteadyDB.py", line 134, in connect failures, ping, closeable, *args, **kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/DBUtils/SteadyDB.py", line 186, in __init__ self._store(self._create())
"/home/aleksandar/.local/lib/python2.7/site-packages/DBUtils/SteadyDB.py", line 190, in _create con = self._creator(*self._args, **self._kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/pymysql/__init__.py", line 88, in Connect return Connection(*args, **kwargs)
"/home/aleksandar/.local/lib/python2.7/site-packages/pymysql/connections.py", line 626, in __init__ self._connect()
"/home/aleksandar/.local/lib/python2.7/site-packages/pymysql/connections.py", line 818, in _connect 2003, "Can't connect to MySQL server on %r (%s)" % (self.host, e)) OperationalError: (2003, "Can't connect to MySQL server on 'localhost' ((1251, u'Client does not support authentication protocol requested by server; consider upgrading MySQL client'))")```
| 0.230511 |
Traceback (most recent call last):
"/home/katarina/.local/lib/python3.6/site-packages/tensorflow_core/python/eager/context.py", line 316, in __del__
TypeError: argument of type 'NoneType' is not iterable
| Traceback (most recent call last):
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/scheduler.py#L93">medusa/scheduler.py</a>", line 93, in run
self.action.run(self.force)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/process_tv.py#L65">medusa/process_tv.py</a>", line 65, in run
return ProcessResult(path, process_method).process(force=force, **kwargs)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/process_tv.py#L188">medusa/process_tv.py</a>", line 188, in process
ignore_subs=ignore_subs)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/process_tv.py#L378">medusa/process_tv.py</a>", line 378, in process_files
self.process_media(path, self.video_files, force, is_priority, ignore_subs)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/process_tv.py#L599">medusa/process_tv.py</a>", line 599, in process_media
self.result = processor.process()
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/post_processor.py#L1015">medusa/post_processor.py</a>", line 1015, in process
(series_obj, season, episodes, quality, version) = self._find_info()
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/post_processor.py#L607">medusa/post_processor.py</a>", line 607, in _find_info
series_obj, season, episodes, quality, version, airdate = self._parse_info()
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/post_processor.py#L568">medusa/post_processor.py</a>", line 568, in _parse_info
cur_show, cur_season, cur_episodes, cur_quality, cur_version = self._analyze_name(name)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/post_processor.py#L680">medusa/post_processor.py</a>", line 680, in _analyze_name
parse_result = NameParser().parse(name)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/name_parser/parser.py#L395">medusa/name_parser/parser.py</a>", line 395, in parse
name_parser_cache.add(name, result)
"/opt/Medusa-master/<a href="../blob/d0c136d7a528a471b51676140bd35d24d97f65c6/medusa/name_parser/parser.py#L604">medusa/name_parser/parser.py</a>", line 604, in add
self.cache.popitem(last=False)
"/usr/lib64/python2.7/collections.py", line 178, in popitem
value = self.pop(key)
"/usr/lib64/python2.7/collections.py", line 160, in pop
raise KeyError(key)KeyError: u'Ghost.Hunters.S06E09.Spirits.of.the.Night.1080i.HDTV.DD5.1.MPEG2-TrollHD' | 0.326747 |
Traceback (most recent call last):
"/home/yangzhiwei/anaconda3/envs/allennlp/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/yangzhiwei/anaconda3/envs/allennlp/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/yangzhiwei/anaconda3/envs/allennlp/lib/python3.6/site-packages/allennlp/run.py", line 21, in <module>
run()
"/home/yangzhiwei/anaconda3/envs/allennlp/lib/python3.6/site-packages/allennlp/run.py", line 18, in run
main(prog="allennlp")
"/home/yangzhiwei/anaconda3/envs/allennlp/lib/python3.6/site-packages/allennlp/commands/__init__.py", line 101, in main
import_submodules(package_name)
"/home/yangzhiwei/anaconda3/envs/allennlp/lib/python3.6/site-packages/allennlp/common/util.py", line 325, in import_submodules
path_string = '' if not path else path[0]
TypeError: '_NamespacePath' object does not support indexing
| Traceback (most recent call last):
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 381, in start
resp = await self._request_handler(request)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/aiohttp/web_app.py", line 310, in _handle
resp = await handler(request)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/aiohttp/web_middlewares.py", line 88, in impl
return await handler(request)
"/Users/wuyazi/italki/mississippi/src/middlewares/error.py", line 11, in middleware_handler
response = await handler(request)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/aiohttp/web_urldispatcher.py", line 741, in _iter
resp = await method()
"/Users/wuyazi/italki/mississippi/src/common/validate.py", line 31, in wrapper
return await func(self, *args, **kwargs)
"/Users/wuyazi/italki/mississippi/src/apis/refund.py", line 35, in post
fee_type=params.get('fee_type', 'CNY'))
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/wechatpy/pay/api/refund.py", line 43, in apply
return self._post('secapi/pay/refund', data=data)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/wechatpy/pay/base.py", line 18, in _post
return self._client.post(url, **kwargs)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/wechatpy/pay/__init__.py", line 193, in post
**kwargs
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/wechatpy/pay/__init__.py", line 138, in _request
**kwargs
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/requests/sessions.py", line 530, in request
resp = self.send(prep, **send_kwargs)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/requests/sessions.py", line 643, in send
r = adapter.send(request, **kwargs)
"/Users/wuyazi/.local/share/virtualenvs/mississippi-uec03K_7/lib/python3.6/site-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='api.mch.weixin.qq.com', port=443): Max retries exceeded with url: /secapi/pay/refund (Caused by SSLError(SSLError(336445449, '[SSL] PEM lib (_ssl.c:3401)'),))
| 0.326438 |
Traceback (most recent call last):
"/content/OpenNMT-py/onmt/trainer.py", line 347, in _gradient_accumulation
trunc_size=trunc_size)
"/content/OpenNMT-py/onmt/utils/loss.py", line 158, in __call__
loss, stats = self._compute_loss(batch, **shard)
"/content/OpenNMT-py/onmt/utils/loss.py", line 233, in _compute_loss
scores = self.generator(bottled_output)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 92, in forward
input = module(input)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/linear.py", line 67, in forward
return F.linear(input, self.weight, self.bias)
"/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py", line 1352, in linear
ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t())
RuntimeError: Expected object of backend CPU but got backend CUDA for argument #4 'mat1'
| Traceback (most recent call last):
"C:\Users\user\Dropbox\virtualenvs\lighting\xologic_connection\product.py", line 692, in create_on_shopify
success = new_product.save()
"C:\Users\user\Dropbox\virtualenvs\lighting\lib\site-packages\pyactiveresource\activeresource.py", line 832, in save
self.errors.from_json(err.response.body)
AttributeError: 'list' object has no attribute 'from_json'
| 0.302766 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.