text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 129, in async_init flow, flow.init_step, data, init_done "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 201, in _async_handle_step result: Dict = await getattr(flow, method)(user_input) "/usr/src/homeassistant/homeassistant/components/wled/config_flow.py", line 43, in async_step_zeroconf name, _ = host.rsplit(".") ValueError: too many values to unpack (expected 2)
Traceback (most recent call last): "C:\PokeGoBot Dev\PokemonGo-Bot\pokecli.py", line 369, in <module> main() "C:\PokeGoBot Dev\PokemonGo-Bot\pokecli.py", line 68, in main bot.tick() "C:\PokeGoBot Dev\PokemonGo-Bot\pokemongo_bot\__init__.py", line 69, in tick if worker(self).work() == WorkerResult.RUNNING: "C:\PokeGoBot Dev\PokemonGo-Bot\pokemongo_bot\cell_workers\spin_nearest_fort_worker.py", line 24, in work if MoveToFortWorker(nearest_fort, self.bot).work() == WorkerResult.RUNNING: "C:\PokeGoBot Dev\PokemonGo-Bot\pokemongo_bot\cell_workers\move_to_fort_worker.py", line 36, in work lngTypeError: __init__() takes exactly 7 arguments (5 given)
0.303204
Traceback (most recent call last): "./blockcheck.py", line 629, in <module> main() "./blockcheck.py", line 523, in main https = test_https_cert() "./blockcheck.py", line 462, in test_https_cert result = _get_url(site, None) "./blockcheck.py", line 165, in _get_url except NotFoundError:NameError: global name ' NotFoundError' is not defined
Traceback (most recent call last): "setup.py", line 386, in <module> setup_package() "setup.py", line 363, in setup_package from setuptools import setupImportError: No module named setuptools
0.315843
Traceback (most recent call last): "/usr/bin/lutris", line 47, in <module> from lutris.config import check_config # , register_handler "/usr/lib/python3.5/site-packages/lutris/config.py", line 6, in <module> import yaml ImportError: No module named 'yaml'
Traceback (most recent call last): "/home/ajalali/merlin/src/run_merlin.py", line 1224, in <module> main_function(cfg) "/home/ajalali/merlin/src/run_merlin.py", line 572, in main_function label_normaliser.perform_normalisation(in_label_align_file_list, binary_label_file_list, label_type=cfg.label_type) "/home/ajalali/merlin/src/frontend/linguistic_base.py", line 68, in perform_normalisation self.extract_linguistic_features(ori_file_list[i], output_file_list[i], label_type) "/home/ajalali/merlin/src/frontend/label_normalisation.py", line 26, in extract_linguistic_features A = self.load_labels_with_state_alignment(in_file_name) "/home/ajalali/merlin/src/frontend/label_normalisation.py", line 496, in load_labels_with_state_alignment utt_labels = fid.readlines() "/home/ajalali/merlin/.venv/lib/python3.5/codecs.py", line 321, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0xa4 in position 0: invalid start byte
0.314259
Traceback (most recent call last): "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/agents/agent.py", line 527, in _execute_task await coro "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/api/test.py", line 14, in build_item_index async for item in stream: "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/streams.py", line 747, in __aiter__ channel_value = await chan_slow_get() "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/channels.py", line 301, in __anext__ return await self.queue.get() "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/mode/utils/queues.py", line 125, in get return await super().get() "/usr/lib64/python3.6/asyncio/queues.py", line 167, in get yield from getter "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/transport/conductor.py", line 80, in on_message event = await chan.decode(message, propagate=True) "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/topics.py", line 161, in decode value_type, message.value, serializer=value_serializer) "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/serializers/registry.py", line 104, in loads_value sys.exc_info()[2]) from exc "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/serializers/registry.py", line 99, in loads_value return cast(V, self._prepare_payload(typ, payload)) "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/serializers/registry.py", line 122, in _prepare_payload return model.from_data(value, preferred_type=model) "/home/michael/arbeit/digitalernachschub/ameto/ameto/api/venv/lib64/python3.6/site-packages/faust/models/record.py", line 280, in from_data return (self_cls or cls)(**data, __strict__=False) faust.exceptions.ValueDecodeError: type object argument after ** must be a mapping, not NoneType
Traceback (most recent call last): "/home/jingchengwang/anaconda3/lib/python3.5/site-packages/pip/_internal/cli/base_command.py", line 153, in _main status = self.run(options, args) "/home/jingchengwang/anaconda3/lib/python3.5/site-packages/pip/_internal/commands/install.py", line 455, in run use_user_site=options.use_user_site, "/home/jingchengwang/anaconda3/lib/python3.5/site-packages/pip/_internal/req/__init__.py", line 62, in install_given_reqs **kwargs "/home/jingchengwang/anaconda3/lib/python3.5/site-packages/pip/_internal/req/req_install.py", line 888, in install cwd=self.unpacked_source_directory, "/home/jingchengwang/anaconda3/lib/python3.5/site-packages/pip/_internal/utils/subprocess.py", line 275, in runner spinner=spinner, "/home/jingchengwang/anaconda3/lib/python3.5/site-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess raise InstallationError(exc_msg) pip._internal.exceptions.InstallationError: Command errored out with exit status 1: /home/jingchengwang/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-30_mpovs/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-30_mpovs/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' --cpp_ext --cuda_ext install --record /tmp/pip-record-rn3tyl3l/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
0.320798
Traceback (most recent call last): "/tmp/werkzeug/werkzeug/testsuite/contrib/cache.py", line 206, in test_expire c.set('foo', 'bar', 1) "/tmp/werkzeug/werkzeug/contrib/cache.py", line 367, in set self._client.set(key, value, timeout)ConnectionError: error 3 from memcached_set: CONNECTION FAILURE
Traceback (most recent call last): "demo_cli.py", line 3, in <module> from synthesizer.inference import Synthesizer "Z:\Real-Time-Voice-Cloning\synthesizer\inference.py", line 1, in <module> from synthesizer.tacotron2 import Tacotron2 "Z:\Real-Time-Voice-Cloning\synthesizer\tacotron2.py", line 5, in <module> from synthesizer import audio "Z:\Real-Time-Voice-Cloning\synthesizer\audio.py", line 1, in <module> import librosa "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\librosa\__init__.py", line 12, in <module> from . import core "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\librosa\core\__init__.py", line 123, in <module> from .time_frequency import * # pylint: disable=wildcard-import "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\librosa\core\time_frequency.py", line 11, in <module> from ..util.exceptions import ParameterError "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\librosa\util\__init__.py", line 81, in <module> from ._nnls import * # pylint: disable=wildcard-import "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\librosa\util\_nnls.py", line 13, in <module> import scipy.optimize "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\optimize\__init__.py", line 389, in <module> from .optimize import * "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\optimize\optimize.py", line 37, in <module> from .linesearch import (line_search_wolfe1, line_search_wolfe2, "C:\Users\Chelly\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\scipy\optimize\linesearch.py", line 18, in <module> from scipy.optimize import minpack2 ImportError: DLL load failed: The specified module could not be found.
0.282337
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/av/Venv/sci_env/lib/python3.4/site-packages/sklearn/cluster/k_means_.py", line 794, in fit n_jobs=self.n_jobs) "/home/av/Venv/sci_env/lib/python3.4/site-packages/sklearn/cluster/k_means_.py", line 301, in k_means x_squared_norms=x_squared_norms, random_state=random_state) "/home/av/Venv/sci_env/lib/python3.4/site-packages/sklearn/cluster/k_means_.py", line 431, in _kmeans_single centers = _k_means._centers_dense(X, labels, n_clusters, distances) "sklearn\cluster\_k_means.pyx", line 279, in sklearn.cluster._k_means._centers_dense (sklearn/cluster/_k_means.c:3995)ValueError: The first argument of bincount must be non-negative
Traceback (most recent call last): "/home/elias/src/voc-dev/voc/voc/python/ast.py", line 160, in visit super().visit(node) "/home/elias/.pythonz/pythons/CPython-3.4.4/lib/python3.4/ast.py", line 245, in visit return visitor(node) "/home/elias/src/voc-dev/voc/voc/python/ast.py", line 49, in dec fn(self, node, *args, **kwargs) "/home/elias/src/voc-dev/voc/voc/python/ast.py", line 1207, in visit_ListComp raise NotImplementedError("Don't know how to handle multiple generators") NotImplementedError: Don't know how to handle multiple generators
0.213658
Traceback (most recent call last): "/Users/knut/.virtualenvs/ckan/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/Users/knut/viderum/ckan/ckan/tests/legacy/lib/test_navl.py", line 334, in test_formencode_compat assert errors == {'email': [u'An email address must contain a single @']}, errorsAssertionError: {'email': [u'Eine E-Mail-Adresse muss genau ein @-Zeichen enthalten']}
Traceback (most recent call last): "C:\TEMP\test.py", line 1, in <module> import requests "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\requests\__init__.py", line 63, in <module> from . import utils "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\requests\utils.py", line 24, in <module> from ._internal_utils import to_native_string "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\requests\_internal_utils.py", line 11, in <module> from .compat import is_py2, builtin_str "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\requests\compat.py", line 11, in <module> from .packages import chardet "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\requests\packages\__init__.py", line 29, in <module> import urllib3 "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\urllib3\__init__.py", line 8, in <module> from .connectionpool import ( "C:\Python35-32\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "C:\Python35-32\lib\site-packages\urllib3\connectionpool.py", line 28, in <module> from .packages.six.moves.queue import LifoQueue, Empty, Full "C:\Python35-32\lib\site-packages\urllib3\packages\six.py", line 203, in load_module mod = mod._resolve() "C:\Python35-32\lib\site-packages\urllib3\packages\six.py", line 115, in _resolve return _import_module(self.mod) "C:\Python35-32\lib\site-packages\urllib3\packages\six.py", line 82, in _import_module __import__(name) ImportError: No module named 'queue'
0.185842
"error": "Traceback (most recent call last):\n \"/usr/local/bin/electrum\", line 329, in run\n response = run_command(config, self.network, password)\n \"/usr/local/bin/electrum\", line 274, in run_command\n result = func(*args)\n \"/usr/local/lib/python2.7/dist-packages/electrum/commands.py\", line 70, in func_wrapper\n return func(*args, **kwargs)\n \"/usr/local/lib/python2.7/dist-packages/electrum/commands.py\", line 431, in paytomany\n r, h = self.wallet.sendtx(tx)\n \"/usr/local/lib/python2.7/dist-packages/electrum/wallet.py\", line 1039, in sendtx\n h = self.send_tx(tx)\n \"/usr/local/lib/python2.7/dist-packages/electrum/wallet.py\", line 1046, in send_tx\n self.network.send([('blockchain.transaction.broadcast', [str(tx)])], self.on_broadcast)\nAttributeError: 'NoneType' object has no attribute 'send'\n"`
DownloadError: ERROR: Signature extraction failed: Traceback (most recent call last): "youtube_dl\extractor\youtube", line 1380, in _decrypt_signature
0.242514
Traceback (most recent call last): "./train.py", line 266, in <module> initial_weights=initial_weights) "./train.py", line 174, in train digits_loss, presence_loss, loss = get_loss(y, y_) "./train.py", line 133, in get_loss digits_loss = tf.reshape(digits_loss , [-1, 7]) "/home/momo/.local/lib/python2.7/site-packages/tensorflow/python/ops/gen_array_ops.py", line 6113, in reshape "Reshape", tensor=tensor, shape=shape, name=name) "/home/momo/.local/lib/python2.7/site-packages/tensorflow/python/framework/op_def_library.py", line 787, in _apply_op_helper op_def=op_def) "/home/momo/.local/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 3392, in create_op op_def=op_def) "/home/momo/.local/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 1734, in __init__ control_input_ops) "/home/momo/.local/lib/python2.7/site-packages/tensorflow/python/framework/ops.py", line 1570, in _create_c_op raise ValueError(str(e)) ValueError: Dimension size must be evenly divisible by 7 but is 1 for 'Reshape_3' (op: 'Reshape') with input shapes: [], [2] and with input tensors computed as partial shapes: input[1] = [?,7].
Traceback (most recent call last): "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/cli/main.py", line 201, in args_func args.func(args, p) "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/cli/main_update.py", line 38, in execute install.install(args, parser, 'update') "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/cli/install.py", line 415, in install plan.execute_actions(actions, index, verbose=not args.quiet) "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/plan.py", line 532, in execute_actions inst.execute_instructions(plan, index, verbose) "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/instructions.py", line 148, in execute_instructions cmd(state, arg) "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/instructions.py", line 95, in UNLINK_CMD install.unlink(state['prefix'], arg) "/Users/vaidyanatk/anaconda/lib/python3.4/site-packages/conda/install.py", line 671, in unlink with open(meta_path) as fi: NotFoundError: [Errno 2] No such file or directory: '/Users/vaidyanatk/anaconda/conda-meta/pyflakes-0.8.1-py34_0.json'
0.320358
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Library/Python/2.7/site-packages/jnpr/junos/utils/config.py", line 381, in load rpc_contents = etree.XML(rpc_contents) "src/lxml/lxml.etree.pyx", line 3192, in lxml.etree.XML (src/lxml/lxml.etree.c:77490) "src/lxml/parser.pxi", line 1830, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:116674) "src/lxml/parser.pxi", line 1718, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:115324) "src/lxml/parser.pxi", line 1090, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:109723) "src/lxml/parser.pxi", line 584, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:103584) "src/lxml/parser.pxi", line 694, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:105238) "src/lxml/parser.pxi", line 624, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:104147) lxml.etree.XMLSyntaxError: Namespace prefix junos on comment is not defined, line 2, column 15
Traceback (most recent call last): "/home/levkovitch/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 98, in typeCompletionAvailable self.Get typeCompleter( filetypes ) "/home/levkovitch/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/server_state.py", line 87, in Get typeCompleter current_filetypes ) ) ValueError: No semantic completer exists for filetypes: ['nerdtree']
0.289887
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/clusterGraph.py", line 185, in _launch_graph_generator custom_code=custom_code) "/usr/share/w3af/w3af/core/ui/gui/clusterGraph.py", line 335, in __init__ self.set_dotcode(dotcode) "/usr/share/w3af/w3af/core/ui/gui/clusterGraph.py", line 275, in set_dotcode if self.widget.set_dotcode(dotcode, filename): "/usr/lib/python2.7/dist-packages/xdot.py", line 1477, in set_dotcode self.set_xdotcode(xdotcode) "/usr/lib/python2.7/dist-packages/xdot.py", line 1497, in set_xdotcode self.graph = parser.parse() "/usr/lib/python2.7/dist-packages/xdot.py", line 1167, in parse DotParser.parse(self) "/usr/lib/python2.7/dist-packages/xdot.py", line 977, in parse self.parse_graph() "/usr/lib/python2.7/dist-packages/xdot.py", line 986, in parse_graph self.parse_stmt() "/usr/lib/python2.7/dist-packages/xdot.py", line 1008, in parse_stmt self.handle_graph(attrs) "/usr/lib/python2.7/dist-packages/xdot.py", line 1127, in handle_graph self.shapes.extend(parser.parse()) "/usr/lib/python2.7/dist-packages/xdot.py", line 625, in parse points = self.read_polygon() "/usr/lib/python2.7/dist-packages/xdot.py", line 517, in read_polygon x, y = self.read_point() "/usr/lib/python2.7/dist-packages/xdot.py", line 500, in read_point x = self.read_number() "/usr/lib/python2.7/dist-packages/xdot.py", line 494, in read_number return int(self.read_code())ValueError: invalid literal for int() with base 10: '-137.11'
Traceback (most recent call last):--------------------| 0.0% Complete "build.py", line 75, in <module> build_static(files["cff"], files["ttf"], out) "/Users/stephennixon/type-repos/recursive/mastering/build_static.py", line 744, in build_static makeSFNT(ttf_root, d, kind="ttf") "/Users/stephennixon/type-repos/recursive/mastering/build_static.py", line 710, in makeSFNT ttfautohint.ttfautohint() "/Users/stephennixon/type-repos/recursive/venv/lib/python3.7/site-packages/ttfautohint/__init__.py", line 120, in ttfautohint raise TAError(rv, **error_callback_data.kwargs) ttfautohint.errors.TAError: 0x15: invalid composite glyph
0.133278
Traceback (most recent call last): "D:\Anaconda3\envs\py35\lib\site-packages\neo4j\v1\session.py", line 127, in session session = self.session_pool.pop()IndexError: pop from an empty deque
Traceback (most recent call last): "/usr/local/Cellar/mycli/1.5.1/libexec/bin/mycli", line 9, in <module> load_entry_point('mycli==1.5.1', 'console_scripts', 'mycli')() "/usr/local/Cellar/mycli/1.5.1/libexec/vendor/lib/python2.7/site-packages/click/core.py", line 700, in **call** return self.main(_args, *_kwargs) "/usr/local/Cellar/mycli/1.5.1/libexec/vendor/lib/python2.7/site-packages/click/core.py", line 680, in main rv = self.invoke(ctx) "/usr/local/Cellar/mycli/1.5.1/libexec/vendor/lib/python2.7/site-packages/click/core.py", line 873, in invoke return ctx.invoke(self.callback, *_ctx.params) "/usr/local/Cellar/mycli/1.5.1/libexec/vendor/lib/python2.7/site-packages/click/core.py", line 508, in invoke return callback(_args, **kwargs) "/usr/local/Cellar/mycli/1.5.1/libexec/lib/python2.7/site-packages/mycli/main.py", line 639, in cli mycli.connect(database, user, password, host, port, socket) "/usr/local/Cellar/mycli/1.5.1/libexec/lib/python2.7/site-packages/mycli/main.py", line 292, in connect port = int(port or cnf['port']) or 3306TypeError: int() argument must be a string or a number, not 'NoneType'
0.182435
Traceback (most recent call last): "/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 417, in wrap_socket cnx.do_handshake() "/usr/local/lib/python3.5/dist-packages/OpenSSL/SSL.py", line 1915, in do_handshake self._raise_ssl_error(self._ssl, result) "/usr/local/lib/python3.5/dist-packages/OpenSSL/SSL.py", line 1647, in _raise_ssl_error _raise_current_error() "/usr/local/lib/python3.5/dist-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 335, in run prefix=options.prefix_path, "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 732, in install **kwargs "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 886, in install spinner=spinner, "/usr/lib/python2.7/dist-packages/pip/utils/__init__.py", line 736, in call_subprocess % (command_desc, proc.returncode, cwd)) InstallationError: Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-wrtVwH/horovod/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-7mUT3A-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-wrtVwH/horovod/
0.244736
Traceback (most recent call last): "/usr/local/bin/conda", line 5, in <module> sys.exit(main()) "/usr/local/lib/python2.7/dist-packages/conda/cli/main.py", line 201, in main args_func(args, p) "/usr/local/lib/python2.7/dist-packages/conda/cli/main.py", line 206, in args_func args.func(args, p) "/usr/local/lib/python2.7/dist-packages/conda/cli/main_update.py", line 40, in execute install.install(args, parser, 'update') "/usr/local/lib/python2.7/dist-packages/conda/cli/install.py", line 236, in install m['name'] == name]KeyError: 'build_number'
Traceback (most recent call last): "/usr/lib/python2.6/bdb.py", line 46, in trace_dispatch return self.dispatch_line(frame) "/usr/lib/python2.6/bdb.py", line 64, in dispatch_line self.user_line(frame) "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/debugger.py", line 257, in user_line self.interaction(frame) "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/debugger.py", line 226, in interaction show_exc_dialog=show_exc_dialog) "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/debugger.py", line 1256, in call_with_ui return f(*args, **kwargs) "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/debugger.py", line 1386, in interaction self.event_loop() "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/debugger.py", line 1343, in event_loop toplevel.keypress(self.size, k) "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/ui_tools.py", line 82, in keypress result = self._w.keypress(size, key) "/home/buck/venv/mypy/lib/python2.6/site-packages/urwid/container.py", line 1103, in keypress return self.body.keypress( (maxcol, remaining), key ) "/home/buck/venv/mypy/lib/python2.6/site-packages/urwid/container.py", line 2241, in keypress key = w.keypress((mc,) + size[1:], key) "/home/buck/venv/mypy/lib/python2.6/site-packages/urwid/container.py", line 1560, in keypress key = self.focus.keypress(tsize, key) "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/ui_tools.py", line 294, in keypress self.controller.hide_search_ui() "/home/buck/venv/mypy/lib/python2.6/site-packages/pudb/ui_tools.py", line 197, in hide_search_ui self.ui.lhs_col.set_focus(self.ui.lhs_col.widget_list[0]) IndexError: list index out of range
0.27463
Traceback (most recent call last): "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/connection.py", line 436, in _ensured return fun(*args, **kwargs) "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/messaging.py", line 177, in _publish channel = self.channel "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/messaging.py", line 194, in _get_channel channel = self._channel = channel() "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/utils/__init__.py", line 425, in __call__ value = self.__value__ = self.__contract__() "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/messaging.py", line 209, in <lambda> channel = ChannelPromise(lambda: connection.default_channel) "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/connection.py", line 757, in default_channel self.connection "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/connection.py", line 742, in connection self._connection = self._establish_connection() "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/connection.py", line 697, in _establish_connection conn = self.transport.establish_connection() "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/kombu/transport/pyamqp.py", line 116, in establish_connection conn = self.Connection(**opts) "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/amqp/connection.py", line 165, in __init__ self.transport = self.Transport(host, connect_timeout, ssl) "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/amqp/connection.py", line 186, in Transport return create_transport(host, connect_timeout, ssl) "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/amqp/transport.py", line 299, in create_transport return TCPTransport(host, connect_timeout) "/Users/sumit.goel/.virtualenvs/myfocus/lib/python3.5/site-packages/amqp/transport.py", line 95, in __init__ raise socket.error(last_err)OSError: [Errno 61] Connection refused
Traceback (most recent call last): "/shared/pipeline-user/tools/local/bin/bcbio_nextgen.py", line 4, in <module> __import__('pkg_resources').run_script('bcbio-nextgen==1.2.3', 'bcbio_nextgen.py') "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/pkg_resources/__init__.py", line 665, in run_script self.require(requires)[0].run_script(script_name, ns) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1463, in run_script exec(code, namespace, namespace) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/EGG-INFO/scripts/bcbio_nextgen.py", line 245, in <module> main(**kwargs) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/EGG-INFO/scripts/bcbio_nextgen.py", line 46, in main run_main(**kwargs) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/bcbio/pipeline/main.py", line 58, in run_main fc_dir, run_info_yaml) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/bcbio/pipeline/main.py", line 91, in _run_toplevel for xs in pipeline(config, run_info_yaml, parallel, dirs, samples): "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/bcbio/pipeline/main.py", line 154, in variant2pipeline samples = genotype.parallel_variantcall_region(samples, run_parallel) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/bcbio/variation/genotype.py", line 208, in parallel_variantcall_region "vrn_file", ["region", "sam_ref", "config"])) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/bcbio/distributed/split.py", line 35, in grouped_parallel_split_combine final_output = parallel_fn(parallel_name, split_args) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/bcbio_nextgen-1.2.3-py3.6.egg/bcbio/distributed/ipython.py", line 137, in run for data in view.map_sync(fn, items, track=False): "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/view.py", line 344, in map_sync return self.map(f,*sequences,**kwargs) "<decorator-gen-140>", line 2, in map "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/view.py", line 52, in sync_results ret = f(self, *args, **kwargs) "<decorator-gen-139>", line 2, in map "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/view.py", line 37, in save_ids ret = f(self, *args, **kwargs) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/view.py", line 1114, in map return pf.map(*sequences) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/remotefunction.py", line 299, in map return self(*sequences, __ipp_mapping=True) "<decorator-gen-122>", line 2, in __call__ "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/remotefunction.py", line 80, in sync_view_results return f(self, *args, **kwargs) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/remotefunction.py", line 285, in __call__ return r.get() "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/asyncresult.py", line 169, in get raise self.exception() "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/client/asyncresult.py", line 228, in _resolve_result results = error.collect_exceptions(results, self._fname) "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/error.py", line 233, in collect_exceptions raise e "/shared/pipeline-user/bcbio/anaconda/lib/python3.6/site-packages/ipyparallel/error.py", line 231, in collect_exceptions raise CompositeError(msg, elist) ipyparallel.error.CompositeError: one or more exceptions from call to method: variantcall_sample
0.311277
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/kopf/engines/peering.py", line 261, in peers_keepalive await asyncio.shield(ourselves.disappear()) "/usr/local/lib/python3.7/site-packages/kopf/engines/peering.py", line 145, in disappear await apply_peers([self], name=self.name, namespace=self.namespace, legacy=self.legacy) "/usr/local/lib/python3.7/site-packages/kopf/engines/peering.py", line 190, in apply_peers await patching.patch_obj(resource=resource, namespace=namespace, name=name, patch=patch) "/usr/local/lib/python3.7/site-packages/kopf/clients/patching.py", line 34, in patch_obj cls = classes._make_cls(resource=resource) "/usr/local/lib/python3.7/site-packages/kopf/clients/classes.py", line 10, in _make_cls api_resources = api.resource_list(resource.api_version)['resources'] "/usr/local/lib/python3.7/site-packages/pykube/http.py", line 204, in resource_list r.raise_for_status() "/usr/local/lib/python3.7/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 504 Server Error: Gateway Timeout for url: https://100.20.0.1:443/apis/zalando.org/v1/
Traceback (most recent call last): "run_training.py", line 92, in <module> main() "run_training.py", line 89, in main model.train() "/home/mesh/voca/utils/voca_model.py", line 189, in train , data_specifier='training') "/home/mesh/voca/utils/voca_model.py", line 249, in _render_sequences self._render_helper(out_folder, data_specifier) "/home/mesh/voca/utils/voca_model.py", line 274, in _render_helper self._render_sequences_helper(video_fname, raw_audio[i_seq], processed_audio[i_seq], templates[i_seq], vertices[i_seq], condition_idx) "/home/mesh/voca/utils/voca_model.py", line 306, in _render_sequences_helper gt_img = render_mesh_helper(Mesh(seq_verts[i_frame], self.template_mesh.f), center) "/home/mesh/voca/utils/rendering.py", line 107, in render_mesh_helper r = pyrender.OffscreenRenderer(viewport_width=frustum['width'], viewport_height=frustum['height']) "/home/mesh/.virtualenvs/voca/lib/python3.6/site-packages/pyrender/offscreen.py", line 31, in __init__ self._create() "/home/mesh/.virtualenvs/voca/lib/python3.6/site-packages/pyrender/offscreen.py", line 134, in _create self._platform.init_context() "/home/mesh/.virtualenvs/voca/lib/python3.6/site-packages/pyrender/platforms/pyglet.py", line 38, in init_context 'internal error message was "{}"'.format(e) ValueError: Failed to initialize Pyglet window with an OpenGL >= 3+ context. If you're logged in via SSH, ensure that you're running your script with vglrun (i.e. VirtualGL). The internal error message was "Cannot connect to "None""
0.314405
Traceback (most recent call last): "/nail/home/wilson/pg/elastalert/virtualenv_run/bin/elastalert-test-rule", line 11, in <module> sys.exit(main()) "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/test_rule.py", line 289, in main test_instance.run_rule_test() "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/test_rule.py", line 284, in run_rule_test self.run_elastalert(rule_yaml, args) "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/test_rule.py", line 251, in run_elastalert client.run_rule(rule, endtime, starttime) "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/elastalert.py", line 490, in run_rule if not self.run_query(rule, rule['starttime'], tmp_endtime): "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/elastalert.py", line 372, in run_query data = self.get_hits(rule, start, end, index) "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/elastalert.py", line 265, in get_hits self.process_hits(rule, hits) "/nail/home/wilson/pg/elastalert/virtualenv_run/lib/python2.6/site-packages/elastalert/elastalert.py", line 235, in process_hits hit['_source'][rule['query_key']] = ', '.join(values)TypeError: sequence item 3: expected string or Unicode, NoneType found
Traceback (most recent call last): ".\Src\StdLib\Lib\ctypes\test\test_as_parameter.py", line 46, in test_pointers self.assertEqual(result.contents.value, 42) AssertionError: 800442112 != 42
0.258009
Traceback (most recent call last): "_ctypes/callbacks.c", line 237, in 'calling callback function' "C:\Users\...\AppData\Roaming\Python\Python38\site-packages\pyglet\window\win32\__init__.py", line 712, in f result = event_handler(msg, wParam, lParam) "C:\Users\...\AppData\Roaming\Python\Python38\site-packages\pyglet\window\win32\__init__.py", line 1049, in _event_size self.dispatch_event('on_resize', self._width, self._height) "C:\Users\...\AppData\Roaming\Python\Python38\site-packages\pyglet\window\__init__.py", line 1333, in dispatch_event if EventDispatcher.dispatch_event(self, *args) != False: "C:\Users\...\AppData\Roaming\Python\Python38\site-packages\pyglet\event.py", line 415, in dispatch_event if getattr(self, event_type)(*args): "C:\Users\...\AppData\Roaming\Python\Python38\site-packages\trimesh\viewer\windowed.py", line 583, in on_resize width, height = self._update_perspective(width, height) "C:\Users\NEGGINK\AppData\Roaming\Python\Python38\site-packages\trimesh\viewer\windowed.py", line 572, in _update_perspective width / float(height), ZeroDivisionError: float division by zero
Traceback (most recent call last): "/Users/pilo/development/itba/pf/test/sma.py", line 94, in <module> bt.plot(plot_equity=True, superimpose=False, resample="5T", "/Users/pilo/development/itba/pf/test/venv/lib/python3.8/site-packages/backtesting/backtesting.py", line 1704, in plot plot( "/Users/pilo/development/itba/pf/test/venv/lib/python3.8/site-packages/backtesting/_plotting.py", line 185, in plot df, indicators, equity_data, trades = _maybe_resample_data( "/Users/pilo/development/itba/pf/test/venv/lib/python3.8/site-packages/backtesting/_plotting.py", line 110, in _maybe_resample_data indicators = [_Indicator(i.df.resample(freq, label='right').mean() "/Users/pilo/development/itba/pf/test/venv/lib/python3.8/site-packages/backtesting/_plotting.py", line 110, in <listcomp> indicators = [_Indicator(i.df.resample(freq, label='right').mean() "/Users/pilo/development/itba/pf/test/venv/lib/python3.8/site-packages/backtesting/_util.py", line 83, in df df = pd.DataFrame(values.T, index=self._opts['data'].index, AttributeError: '_Indicator' object has no attribute '_opts'
0.271219
Traceback (most recent call last): "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\execution.py", line 182, in execute_async cancel=lambda: self._cancel(run), unpack=True, run=run): "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\multithreading.py", line 88, in map_async value = await value "C:\Users\kmcentush\Miniconda3\envs\api\lib\asyncio\futures.py", line 260, in __await__ yield self # This tells Task to wait for completion. "C:\Users\kmcentush\Miniconda3\envs\api\lib\asyncio\tasks.py", line 318, in __wakeup future.result() "C:\Users\kmcentush\Miniconda3\envs\api\lib\asyncio\futures.py", line 178, in result raise self._exception "C:\Users\kmcentush\Miniconda3\envs\api\lib\concurrent\futures\thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\multithreading.py", line 84, in <lambda> iterator = (loop.run_in_executor(self, lambda value=value: wrapped(value)) for value in iterator) "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\multithreading.py", line 76, in wrapped return callable(self.local.index, *args, **kwargs, **kwargs_extra) "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\execution.py", line 239, in process_part block_dict = {expression: block_scope.evaluate(expression) for expression in run.expressions} "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\execution.py", line 239, in <dictcomp> block_dict = {expression: block_scope.evaluate(expression) for expression in run.expressions} "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\scopes.py", line 108, in evaluate result = eval(expression, expression_namespace, self) "<string>", line 1, in <module> "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\arrow\numpy_dispatch.py", line 149, in wrapper result = f(*args, **kwargs) "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\functions.py", line 166, in wrapper result = arg.add_missing(result) "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\arrow\numpy_dispatch.py", line 41, in add_missing ar = combine_missing(ar, self._array) "C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\arrow\numpy_dispatch.py", line 12, in combine_missing nulls = pc.invert(pc.or_(a.is_null(), b.is_null())) AttributeError: module 'pyarrow.compute' has no attribute 'invert'
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 608, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 599, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 187, in start self.strategy.start() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start self._fuzzable_request_router() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 189, in _fuzzable_request_router self._handle_all_consumer_exceptions(_other) "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 279, in _handle_all_consumer_exceptions self._handle_consumer_exception(result_item) "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 291, in _handle_consumer_exception self._w3af_core.exception_handler.handle_exception_data(exception_data) "/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 74, in handle_exception_data exception_data.enabled_plugins) "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 111, in _audit plugin.audit_with_copy(fuzzable_request, orig_resp) "/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 133, in audit_with_copy return self.audit(fuzzable_request, orig_resp) "/usr/share/w3af/w3af/plugins/audit/sqli.py", line 161, in audit self._analyze_result) "/usr/share/w3af/w3af/core/controllers/plugins/plugin.py", line 204, in _send_mutants_in_threads for (mutant,), http_response in imap_unordered(func, iterable): "/usr/lib/python2.7/multiprocessing/pool.py", line 653, in next raise valueHTTPRequestException: SSL Error: None
0.29823
Traceback (most recent call last): "/Users/takimoto/Library/Python/2.7/lib/python/site-packages/IPython/qt/base_frontend_mixin.py", line 138, in _dispatch handler(msg) "/Users/takimoto/Library/Python/2.7/lib/python/site-packages/IPython/qt/console/rich_ipython_widget.py", line 138, in _handle_display_data source = msg['content']['source']KeyError: 'source'
Traceback (most recent call last): "/home/kensey/.local/bin/doitlive", line 8, in <module> sys.exit(cli()) "/home/kensey/.local/lib/python2.7/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/home/kensey/.local/lib/python2.7/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/home/kensey/.local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/kensey/.local/lib/python2.7/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/kensey/.local/lib/python2.7/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/home/kensey/.local/lib/python2.7/site-packages/doitlive/cli.py", line 428, in play commentecho=commentecho, "/home/kensey/.local/lib/python2.7/site-packages/doitlive/cli.py", line 245, in run goto_stealthmode = magicrun(command, **state) "/home/kensey/.local/lib/python2.7/site-packages/doitlive/keyboard.py", line 216, in magicrun goto_regulartype = magictype(text, prompt_template, speed) "/home/kensey/.local/lib/python2.7/site-packages/doitlive/keyboard.py", line 40, in magictype echo_prompt(prompt_template) "/home/kensey/.local/lib/python2.7/site-packages/doitlive/styling.py", line 222, in echo_prompt prompt = make_prompt_formatter(template)() "/home/kensey/.local/lib/python2.7/site-packages/doitlive/styling.py", line 218, in <lambda> return lambda: format_prompt(tpl) "/home/kensey/.local/lib/python2.7/site-packages/doitlive/styling.py", line 196, in format_prompt return prompt.format(**get_prompt_state()) "/home/kensey/.local/lib/python2.7/site-packages/doitlive/styling.py", line 236, in get_prompt_state "git_branch": _branch_to_term_string(get_current_git_branch()), "/home/kensey/.local/lib/python2.7/site-packages/doitlive/version_control.py", line 12, in get_current_git_branch proc = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) "/usr/lib64/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
0.309716
Traceback (most recent call last): "/usr/lib/python3.5/logging/__init__.py", line 983, in emit stream.write(msg) UnicodeEncodeError: 'ascii' codec can't encode character '\xa9' in position 50: ordinal not in range(128)
Traceback (most recent call last): "demo.py", line 47, in <module> no_post=args.no_post "/home/key/workspace/FastPhotoStyle/process_stylization.py", line 135, in stylization out_img = smooth_filter(out_img, cont_pilimg, f_radius=15, f_edge=1e-1) "/home/key/workspace/FastPhotoStyle/smooth_filter.py", line 402, in smooth_filter best_ = smooth_local_affine(output_, input_, 1e-7, 3, H, W, f_radius, f_edge) "/home/key/workspace/FastPhotoStyle/smooth_filter.py", line 338, in smooth_local_affine m.load(bytes(ptx.encode())) "cupy/cuda/function.pyx", line 181, in cupy.cuda.function.Module.load "cupy/cuda/function.pyx", line 182, in cupy.cuda.function.Module.load "cupy/cuda/runtime.pyx", line 435, in cupy.cuda.runtime._ensure_context "cupy/cuda/runtime.pyx", line 250, in cupy.cuda.runtime.memGetInfo "cupy/cuda/runtime.pyx", line 137, in cupy.cuda.runtime.check_status cupy.cuda.runtime.CUDARuntimeError: cudaErrorInsufficientDriver: CUDA driver version is insufficient for CUDA runtime version
0.179456
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/lib/python2.7/dist-packages/easy_install.py", line 5, in <module> main() "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 2199, in main lambda: setup( "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 2185, in with_ei_usage return f() "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 2202, in <lambda> distclass=DistributionWithoutHelpCommands, **kw "/usr/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/lib/python2.7/distutils/dist.py", line 971, in run_command cmd_obj.ensure_finalized() "/usr/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 323, in finalize_options self.check_site_dir() "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 455, in check_site_dir self.pth_file = PthDistributions(pth_file, self.all_site_dirs) "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1531, in __init__ self._load() "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1553, in _load os.path.join(self.basedir, path) "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2052, in normalize_path return os.path.normcase(os.path.realpath(filename)) "/usr/lib/python2.7/posixpath.py", line 382, in realpath path, ok = _joinrealpath('', filename, {}) "/usr/lib/python2.7/posixpath.py", line 407, in _joinrealpath if not islink(newpath): "/usr/lib/python2.7/posixpath.py", line 142, in islink st = os.lstat(path) TypeError: must be encoded string without NULL bytes, not str
Sep 24 06:19:58.966 - [ERROR] Except stack:Traceback (most recent call last): "D:\XX-Net-master\code\3.6.1\gae_proxy\local\gae_handler.py", line 335, in request_gae_proxy response = request_gae_server(request_headers, request_body, url) "D:\XX-Net-master\code\3.6.1\gae_proxy\local\gae_handler.py", line 194, in request_gae_server response = http_dispatch.request(headers, body, url) "D:\XX-Net-master\code\3.6.1\gae_proxy\local\http_dispatcher.py", line 194, in request del self.working_tasks[task.unique_id] KeyError: 'https://vtt.tumblr.com/tumblr_md4mrhtRcB1r9lt0u.mp4:1506205195.787000' Sep 24 06:19:58.995 - [ERROR] gae_handler.handler KeyError('https://vtt.tumblr.com/tumblr_md4mrhtRcB1r9lt0u.mp4:1506205195.785000',) https://vtt.tumblr.com/tumblr_md4mrhtRcB1r9lt0u.mp4 , retry...
0.314273
Traceback (most recent call last): "/usr/local/custodian/site-packages/c7n/policy.py", line 305, in run resources = self.policy.resource_manager.resources() "/usr/local/custodian/site-packages/c7n/query.py", line 395, in resources resources = self.augment(self.source.resources(query)) "/usr/local/custodian/site-packages/c7n/query.py", line 305, in resources results.extend(f.result()) "/usr/local/custodian/site-packages/concurrent/futures/_base.py", line 422, in result return self.__get_result() "/usr/local/custodian/site-packages/concurrent/futures/thread.py", line 62, in run result = self.fn(*self.args, **self.kwargs) "/usr/local/custodian/site-packages/c7n/query.py", line 271, in get_resources results.append(self.load_resource(revisions[0])) "/usr/local/custodian/site-packages/c7n/resources/s3.py", line 152, in load_resource method(resource, v) "/usr/local/custodian/site-packages/c7n/resources/s3.py", line 287, in handle_BucketNotificationConfiguration d.setdefault(self.NotifyTypeMap[n['type']], []).append(ninfo) KeyError: u'CloudFunctionConfiguration'
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 624, in run "calibre_plugins.dedrm.__init__", line 574, in KindleMobiDecrypt DeDRMError: DeDRM v6.6.3: Ultimately failed to decrypt after 0.0 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
0.309051
Traceback (most recent call last): "/home/aaron/intelmq/intelmq/lib/bot.py", line 154, in start self.process() "/home/aaron/intelmq/intelmq/bots/outputs/postgresql/output.py", line 64, in process self.cur.execute(query, values)psycopg2.IntegrityError: duplicate key value violates unique constraint "events_pkey"
Traceback (most recent call last): "/var/task/handler.py", line 580, in lambda_handler return LambdaHandler.lambda_handler(event, context) "/var/task/handler.py", line 248, in lambda_handler return handler.handler(event, context) "/var/task/handler.py", line 382, in handler result = self.run_function(app_function, event, context) "/var/task/handler.py", line 287, in run_function result = app_function(event, context) "/var/task/zappa/async.py", line 269, in route_lambda_task return run_message(message) "/var/task/zappa/async.py", line 305, in run_message **message['kwargs'] "/var/task/app.py", line 35, in email_pdf config = init() "/var/task/app.py", line 16, in init with open('config.json', 'r', encoding="utf8") as config_file: NotFoundError: [Errno 2] No such file or directory: 'config.json'
0.277622
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/home/jalal/computer_vision/tensorflow/models/textsum/batch_reader.py", line 135, in _FillInputQueue (article, abstract) = input_gen.next() "/home/jalal/computer_vision/tensorflow/models/textsum/batch_reader.py", line 244, in _TextGenerator e = example_gen.next() "/home/jalal/computer_vision/tensorflow/models/textsum/data.py", line 94, in ExampleGen assert filelist, 'Empty filelist.'AssertionError: Empty filelist.
Traceback (most recent call last): ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass cls.rorepo = Repo(GIT_REPO) ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__ raise InvalidGitRepositoryError(epath) git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7
0.301488
Traceback (most recent call last): "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner self.run() "/usr/lib/python2.5/threading.py", line 446, in run self.__target(*self.__args, **self.__kwargs) "build/bdist.linux-i686/egg/multiprocessing/pool.py", line 225, in _handle_tasksPicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed
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 774, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] sslv3 alert certificate unknown (_ssl.c:1076)
0.181171
Traceback (most recent call last): "C:\Users\Mbzan\Python\lib\site-packages\yfinance\__init__.py", line 541, in download data = _pd.concat(_DFS.values(), axis=1, keys=_DFS.keys()) "C:\Users\Mbzan\Python\lib\site-packages\pandas\core\reshape\concat.py", line 229, in concat return op.get_result() "C:\Users\Mbzan\Python\lib\site-packages\pandas\core\reshape\concat.py", line 426, in get_result copy=self.copy) "C:\Users\Mbzan\Python\lib\site-packages\pandas\core\internals\managers.py", line 2065, in concatenate_block_managers return BlockManager(blocks, axes) "C:\Users\Mbzan\Python\lib\site-packages\pandas\core\internals\managers.py", line 114, in __init__ self._verify_integrity() "C:\Users\Mbzan\Python\lib\site-packages\pandas\core\internals\managers.py", line 311, in _verify_integrity construction_error(tot_items, block.shape[1:], self.axes) "C:\Users\Mbzan\Python\lib\site-packages\pandas\core\internals\managers.py", line 1691, in construction_error passed, implied)) ValueError: Shape of passed values is (9293, 600), indices imply (9291, 600)
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module> "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 410, in main "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 400, in _real_main "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1503, in download "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 656, in extract_info "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 275, in extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 361, in _real_extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 281, in _download_media_selector "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 218, in _extract_videoTypeError: int() argument must be a string or a number, not 'NoneType'
0.308227
Traceback (most recent call last): "/home/ubuntu/.local/lib/python2.7/site-packages/ray/workers/default_worker.py", line 99, in <module> ray.worker.global_worker.main_loop() "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 1010, in main_loop self._wait_for_and_process_task(task) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 967, in _wait_for_and_process_task self._process_task(task, execution_info) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 865, in _process_task traceback_str) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 889, in _handle_process_task_failure self._store_outputs_in_object_store(return_object_ids, failure_objects) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 798, in _store_outputs_in_object_store self.put_object(object_ids[i], outputs[i]) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 411, in put_object self.store_and_register(object_id, value) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/worker.py", line 346, in store_and_register self.task_driver_id)) "/home/ubuntu/.local/lib/python2.7/site-packages/ray/utils.py", line 404, in _wrapper return orig_attr(*args, **kwargs) "pyarrow/_plasma.pyx", line 534, in pyarrow._plasma.PlasmaClient.put buffer = self.create(target_id, serialized.total_bytes) "pyarrow/_plasma.pyx", line 344, in pyarrow._plasma.PlasmaClient.create check_status(self.client.get().Create(object_id.data, data_size, "pyarrow/error.pxi", line 83, in pyarrow.lib.check_status raise ArrowIOError(message) ArrowIOError: Broken pipe
Traceback (most recent call last): "/home/ycai/anaconda3/envs/lerner/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1334, in _do_call return fn(*args) "/home/ycai/anaconda3/envs/lerner/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1319, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) "/home/ycai/anaconda3/envs/lerner/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1407, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [0,768] rhs shape= [32,768]
0.213741
Traceback (most recent call last): "/usr/local/bin/s3cmd", line 2805, in <module> rc = main() "/usr/local/bin/s3cmd", line 2713, in main rc = cmd_func(args) "/usr/local/bin/s3cmd", line 601, in cmd_object_del rc = subcmd_batch_del_iterative(uri_str = uri_str) "/usr/local/bin/s3cmd", line 624, in subcmd_batch_del_iterative response = s3.object_batch_delete_uri_strs([uri.compose_uri(bucket, item['Key']) for item in to_delete]) "/usr/local/lib/python2.7/site-packages/S3/S3.py", line 665, in object_batch_delete_uri_strs raise ValueError("Key list is empty")ValueError: Key list is empty
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step result = coro.throw(exc) "/usr/local/lib/python3.5/dist-packages/websockets/protocol.py", line 434, in run msg = yield from self.read_message() "/usr/local/lib/python3.5/dist-packages/websockets/protocol.py", line 456, in read_message frame = yield from self.read_data_frame(max_size=self.max_size) "/usr/local/lib/python3.5/dist-packages/websockets/protocol.py", line 511, in read_data_frame frame = yield from self.read_frame(max_size) "/usr/local/lib/python3.5/dist-packages/websockets/protocol.py", line 546, in read_frame self.reader.readexactly, is_masked, max_size=max_size) "/usr/local/lib/python3.5/dist-packages/websockets/framing.py", line 86, in read_frame data = yield from reader(2) "/usr/lib/python3.5/asyncio/streams.py", line 670, in readexactly block = yield from self.read(n) "/usr/lib/python3.5/asyncio/streams.py", line 627, in read yield from self._wait_for_data('read') "/usr/lib/python3.5/asyncio/streams.py", line 457, in _wait_for_data yield from self._waiter "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup future.result() "/usr/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception "/usr/lib/python3.5/asyncio/selector_events.py", line 662, in _read_ready data = self._sock.recv(self.max_size) ConnectionResetError: [Errno 104] Connection reset by peer
0.258891
Traceback (most recent call last): "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/resolver.py", line 126, in <module> main() "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/resolver.py", line 118, in main _main(parsed.pre, parsed.clear, parsed.verbose, parsed.system, "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/resolver.py", line 78, in _main results = resolve( "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/resolver.py", line 61, in resolve return resolve_deps( "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/utils.py", line 718, in resolve_deps resolved_tree, hashes, markers_lookup, resolver = actually_resolve_deps( "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/utils.py", line 480, in actually_resolve_deps resolved_tree = resolver.resolve() "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/utils.py", line 385, in resolve results = self.resolver.resolve(max_rounds=environments.PIPENV_MAX_ROUNDS) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/piptools/resolver.py", line 102, in resolve has_changed, best_matches = self._resolve_one_round() "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/piptools/resolver.py", line 206, in _resolve_one_round for dep in self._iter_dependencies(best_match): "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/piptools/resolver.py", line 301, in _iter_dependencies dependencies = self.repository.get_dependencies(ireq) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/piptools/repositories/pypi.py", line 234, in get_dependencies legacy_results = self.get_legacy_dependencies(ireq) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/piptools/repositories/pypi.py", line 426, in get_legacy_dependencies results, ireq = self.resolve_reqs(download_dir, ireq, wheel_cache) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/piptools/repositories/pypi.py", line 297, in resolve_reqs results = resolver._resolve_one(reqset, ireq) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/notpip/_internal/resolve.py", line 260, in _resolve_one abstract_dist = self._get_abstract_dist_for(req_to_install) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/notpip/_internal/resolve.py", line 211, in _get_abstract_dist_for abstract_dist = self.preparer.prepare_linked_requirement( "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/notpip/_internal/operations/prepare.py", line 294, in prepare_linked_requirement abstract_dist.prep_for_dist(finder, self.build_isolation) "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/notpip/_internal/operations/prepare.py", line 127, in prep_for_dist self.req.run_egg_info() "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/notpip/_internal/req/req_install.py", line 470, in run_egg_info call_subprocess( "/home/xyz/.asdf/installs/python/3.8.0/lib/python3.8/site-packages/pipenv/patched/notpip/_internal/utils/misc.py", line 703, in call_subprocess raise InstallationError( pipenv.patched.notpip._internal.exceptions.InstallationError: Command "python setup.py egg_info" failed with error code 1 in /tmp/tmpn9o5zj5abuild/wsgiref/
Traceback (most recent call last): "/usr/bin/qtile", line 72, in <module> main() "/usr/bin/qtile", line 58, in main c = confreader. (options.configfile) "/usr/lib/python2.7/site-packages/libqtile/confreader.py", line 56, in __init__ raise ConfigError(str(v))libqtile.confreader.ConfigError: No module named pangocairo
0.250967
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1191, in _decrypt_signature video_id, player_url, s "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1102, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1163, in _parse_sig_js jscode, 'Initial JS player signature function name', group='sig') "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 796, 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): "c:\redacted\venv-win\lib\site-packages\urllib3\connectionpool.py", line 667, in urlopen self._prepare_proxy(conn) "c:\redacted\venv-win\lib\site-packages\urllib3\connectionpool.py", line 932, in _prepare_proxy conn.connect() "c:\redacted\venv-win\lib\site-packages\urllib3\connection.py", line 317, in connect self._tunnel() "C:\Users\redacted\AppData\Local\Programs\Python\Python38\lib\http\client.py", line 900, in _tunnel raise OSError("Tunnel connection failed: %d %s" % (code, OSError: Tunnel connection failed: 403 Forbidden
0.194317
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/lutris/gui/dialogs/runners.py", line 134, in on_install_clicked runner.install(downloader=simple_downloader) "/usr/lib/python3.7/site-packages/lutris/runners/runner.py", line 327, in install runner = self.get_runner_version(version) "/usr/lib/python3.7/site-packages/lutris/runners/runner.py", line 289, in get_runner_version runner_info = self.get_runner_info() "/usr/lib/python3.7/site-packages/lutris/runners/runner.py", line 281, in get_runner_info return request.get().json "/usr/lib/python3.7/site-packages/lutris/util/http.py", line 76, in get raise HTTPError("Request to %s failed: %s" % (self.url, error)) lutris.util.http.HTTPError: Request to https://lutris.net/api/runners/tic80 failed: HTTP Error 404: Not Found
0.168129
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 330, in _mp_start_fn _start_fn(index, pf_cfg, fn, args) "/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 324, in _start_fn fn(gindex, *args) "<ipython-input-15-4dbd82bfa7f7>", line 2, in train_fastai_model print(f'xla: {rank} start train model') "/usr/local/lib/python3.6/dist-packages/wandb/sdk/lib/redirect.py", line 100, in new_write cb(name, data) "/usr/local/lib/python3.6/dist-packages/wandb/sdk/wandb_run.py", line 726, in _console_callback self._backend.interface.publish_output(name, data) "/usr/local/lib/python3.6/dist-packages/wandb/sdk/interface/interface.py", line 153, in publish_output self._publish_output(o) "/usr/local/lib/python3.6/dist-packages/wandb/sdk/interface/interface.py", line 158, in _publish_output self._publish(rec) "/usr/local/lib/python3.6/dist-packages/wandb/sdk/interface/interface.py", line 458, in _publish if self._process and not self._process.is_alive(): "/usr/lib/python3.6/multiprocessing/process.py", line 134, in is_alive assert self._parent_pid == os.getpid(), 'can only test a child process' AssertionError: can only test a child process
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/vuln_list.py", line 276, in _launch_exploit expl.exploit(vuln_id_list) "/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit s = self._generate_shell(vuln) "/usr/share/w3af/w3af/plugins/attack/os_commanding.py", line 182, in _generate_shell strategy = self._verify_vuln(vuln) "/usr/share/w3af/w3af/plugins/attack/os_commanding.py", line 205, in _verify_vuln if strategy.can_exploit(self._uri_opener): "/usr/share/w3af/w3af/plugins/attack/os_commanding.py", line 82, in can_exploit http_response = self.send(command, opener) "/usr/share/w3af/w3af/plugins/attack/os_commanding.py", line 53, in send response = func_ref(self.vuln.get_url(), str(exploit_dc)) "/usr/share/w3af/w3af/core/controllers/plugins/plugin.py", line 219, in meth return attr(*args, **kwargs) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 323, in POST return self._send(req, grep=grep) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 456, in _send return self._handle_send_socket_error(req, e, grep, original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 475, in _handle_send_socket_error original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 502, in _generic_send_error_handler return self._retry(req, grep, exception) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 566, in _retry return self._send(req, grep=grep) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 456, in _send return self._handle_send_socket_error(req, e, grep, original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 472, in _handle_send_socket_error self._increment_global_error_count(exception) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 601, in _increment_global_error_count last_errors) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 669, in _handle_error_on_increment raise ScanMustStopByKnownReasonExc(msg % error, reason=reason_msg)ScanMustStopByKnownReasonExc: w3af found too many consecutive errors while performing HTTP requests. In most cases this means that the remote web server is not reachable anymore, the network is down, or a WAF is blocking our tests. The last error message was "_ssl.c:489: The handshake operation timed out". - Reason: SSL Error: _ssl.c:489: The handshake operation timed out
0.207107
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/superset/connectors/sqla/views.py", line 351, in pre_add table.get_sqla_table_object() "/usr/local/lib/python3.6/site-packages/superset/connectors/sqla/models.py", line 964, in get_sqla_table_object return self.database.get_table(self.table_name, schema=self.schema) "/usr/local/lib/python3.6/site-packages/superset/models/core.py", line 1161, in get_table autoload_with=self.get_sqla_engine(), "<string>", line 2, in __new__ "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/deprecations.py", line 128, in warned return fn(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/sqlalchemy/sql/schema.py", line 506, in __new__ metadata._remove_table(name, schema) "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__ compat.reraise(exc_type, exc_value, exc_tb) "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 153, in reraise raise value "/usr/local/lib/python3.6/site-packages/sqlalchemy/sql/schema.py", line 501, in __new__ table._init(name, metadata, *args, **kw) "/usr/local/lib/python3.6/site-packages/sqlalchemy/sql/schema.py", line 595, in _init resolve_fks=resolve_fks, "/usr/local/lib/python3.6/site-packages/sqlalchemy/sql/schema.py", line 619, in _autoload _extend_on=_extend_on, "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2163, in run_callable return conn.run_callable(callable_, *args, **kwargs) "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1615, in run_callable return callable_(self, *args, **kwargs) "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 460, in reflecttable table, include_columns, exclude_columns, resolve_fks, **opts "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/reflection.py", line 642, in reflecttable table_name, schema, **table.dialect_kwargs "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/reflection.py", line 369, in get_columns self.bind, table_name, schema, info_cache=self.info_cache, **kw "<string>", line 2, in get_columns "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/reflection.py", line 50, in cache ret = info_cache.get(key) TypeError: unhashable type: 'list'
Traceback (most recent call last): "/usr/lib/python3.3/unittest/case.py", line 384, in _executeTestPart function() "/usr/lib/python3.3/unittest/loader.py", line 32, in testFailure raise exceptionImportError: Failed to import test module: pages.tests.test_models
0.31042
Traceback (most recent call last): "/usr/local/bin/http", line 7, in <module> from httpie.**main** import main "/Library/Python/2.7/site-packages/httpie/**main**.py", line 6, in <module> from .core import main "/Library/Python/2.7/site-packages/httpie/core.py", line 22, in <module> from httpie.client import get_response "/Library/Python/2.7/site-packages/httpie/client.py", line 15, in <module> urllib3.disable_warnings()AttributeError: 'module' object has no attribute 'disable_warnings'
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 536, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 199, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/cinemassacre.py", line 64, in _real_extract r"file\s_:\s_'(http.+?/jwplayer.smil)'", playerdata, 'jwplayer.smil') "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 436, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract jwplayer.smil; 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.242337
Traceback (most recent call last): "/home/bonclay/.local/lib/python3.8/site-packages/impacket/nmb.py", line 979, in non_polling_read received = self._sock.recv(bytes_left) ConnectionResetError: [Errno 104] Connection reset by peer
Traceback (most recent call last): "/home/phill/.local/bin/voila", line 6, in <module> from voila.app import main "/home/phill/.local/lib/python2.7/site-packages/voila/__init__.py", line 11, in <module> from .server_extension import load_jupyter_server_extension # noqa "/home/phill/.local/lib/python2.7/site-packages/voila/server_extension.py", line 20, in <module> from .handler import VoilaHandler "/home/phill/.local/lib/python2.7/site-packages/voila/handler.py", line 19, in <module> from nbconvert.preprocessors import ClearOutputPreprocessor "/home/phill/.local/lib/python2.7/site-packages/nbconvert/__init__.py", line 4, in <module> from .exporters import * "/home/phill/.local/lib/python2.7/site-packages/nbconvert/exporters/__init__.py", line 1, in <module> from .base import (export, get_exporter, "/home/phill/.local/lib/python2.7/site-packages/nbconvert/exporters/base.py", line 8, in <module> import entrypoints "/usr/lib/python2.7/dist-packages/entrypoints.py", line 16, in <module> import configparser "/home/phill/.local/lib/python2.7/site-packages/configparser.py", line 11, in <module> from backports.configparser import ( ImportError: cannot import name ConverterMapping
0.304711
Traceback (most recent call last): "acme_tiny.py", line 198, in <module> main(sys.argv[1:]) "acme_tiny.py", line 194, in main signed_crt = get_crt(args.account_key, args.csr, args.acme_dir, log=LOGGER, CA=args.ca, disable_check=args.disable_check, directory_url=args.directory_url, contact=args.contact) "acme_tiny.py", line 106, in get_crt directory, _, _ = _do_request(directory_url, err_msg="Error getting directory") "acme_tiny.py", line 46, in _do_request raise ValueError("{0}:\nUrl: {1}\nData: {2}\nResponse Code: {3}\nResponse: {4}".format(err_msg, url, data, code, resp_data)) ValueError: Error getting directory:
Traceback (most recent call last): "/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/youtube-dl/youtube_dl/extractor/youtube.py", line 2115, in _real_extract raise ExtractorError(error_message, expected=True) ExtractorError: This video is unavailable.
0.171485
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 259, in _key return func() "/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 224, in _key_enter self._proc(text) "/usr/share/w3af/w3af/core/ui/gui/prompt.py", line 232, in _proc result = self.procfunc(text) "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/shell.py", line 106, in parse_input_run_command cmd_stdout = shell.generic_user_input(command, params) "/usr/share/w3af/w3af/core/data/kb/shell.py", line 128, in generic_user_input response = self.specific_user_input(command, params) "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 185, in specific_user_input resp = super(SQLMapShell, self).specific_user_input(command, params,TypeError: super(type, obj): obj must be an instance or subtype of type
Traceback (most recent call last): "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() "/usr/local/lib/python2.6/dist-packages/cpyrit/pckttools.py", line 709, in run solution = self.solve(results)ValueError: All PMKs must be strings of 32 characters
0.240755
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1929, in render_state rendered_sls=mods "/usr/lib/python2.7/dist-packages/salt/template.py", line 69, in compile_template ret = render(input_data, env, sls, **render_kwargs) "/usr/lib/python2.7/dist-packages/salt/renderers/jinja.py", line 42, in render tmp_data.get('data', 'Unknown render error in jinja renderer')SaltRenderError: Undefined jinja variable; line 353 in template
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 440, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 649, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='poloniex.com', port=443): Max retries exceeded with url: /public?command=returnTicker (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x10279d7b8>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known',))
0.198246
Traceback (most recent call last): ".\threading.py", line 532, in **bootstrap_inner ".\Package Control.py", line 2378, in run ".\Package Control.py", line 1686, in record_usage ".\Package Control.py", line 1007, in download_url ".\Package Control.py", line 602, in download ".\urllib2.py", line 126, in urlopen ".\urllib2.py", line 391, in open ".\urllib2.py", line 409, in _open ".\urllib2.py", line 369, in _call_chain ".\Package Control.py", line 92, in https_open ".\urllib2.py", line 1133, in do_open ".\httplib.py", line 910, in request ".\httplib.py", line 947, in _send_request ".\httplib.py", line 904, in endheaders ".\httplib.py", line 776, in _send_output ".\httplib.py", line 735, in send ".\Package Control.py", line 71, in connect ".\ssl.py", line 350, in wrap_socket ".\ssl.py", line 113, in __init**UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 10: ordinal not in range(128)
Traceback (most recent call last): "/usr/bin/s4cmd.py", line 1928, in main CommandHandler(opt).run(args) "/usr/bin/s4cmd.py", line 1557, in run CommandHandler.__dict__[cmd + '_handler'](self, args) "/usr/bin/s4cmd.py", line 129, in wrapper ret = func(*args, **kargs) "/usr/bin/s4cmd.py", line 1655, in put_handler self.s3handler().put_files(source, target) "/usr/bin/s4cmd.py", line 129, in wrapper ret = func(*args, **kargs) "/usr/bin/s4cmd.py", line 821, in put_files pool.join() "/usr/bin/s4cmd.py", line 594, in join self.tasks.join() "/usr/bin/s4cmd.py", line 469, in join fail('[Thread Failure] ', exc_info=self.exc_info) "/usr/bin/s4cmd.py", line 189, in fail raise RuntimeError(status) RuntimeError: 1
0.25996
Traceback (most recent call last): "C:\Users\Danial\AppData\Local\Programs\Python\Python35\lib\threading.py", line 914, in _bootstrap_inner self.run() "C:\Users\Danial\AppData\Local\Programs\Python\Python35\lib\threading.py", line 862, in run self._target(*self._args, **self._kwargs) "D:/iaun/0_Tez/141095-TFATOwithdiscriminative/01/11_MultiThreadedDoctTermInfo.py", line 21, in myfunc lemma = lemmatizer.lemmatize(stem) "C:\Users\Danial\AppData\Local\Programs\Python\Python35\lib\site-packages\nltk\stem\wordnet.py", line 40, in lemmatize lemmas = wordnet._morphy(word, pos) "C:\Users\Danial\AppData\Local\Programs\Python\Python35\lib\site-packages\nltk\corpus\util.py", line 99, in __getattr__ self.__load() "C:\Users\Danial\AppData\Local\Programs\Python\Python35\lib\site-packages\nltk\corpus\util.py", line 73, in __load args, kwargs = self.__args, self.__kwargs AttributeError: 'WordNetCorpusReader' object has no attribute '_LazyCorpusLoader__args'
Traceback (most recent call last): "C:\Users\Usuario\Anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 316, in data return to_qvariant(self.get_bgcolor(index)) "C:\Users\Usuario\Anaconda3\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.283056
Traceback (most recent call last): "run.py", line 367, in main from musicbot import MusicBot "C:\Users\Jannik\MusicBot\musicbot\__init__.py", line 7, in <module> from .utils import _get_variable "C:\Users\Jannik\MusicBot\musicbot\utils.py", line 3, in <module> import aiohttp ModuleNotFoundError: No module named 'aiohttp'
Traceback (most recent call last): "/opt/az/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) "/opt/az/local/lib/python2.7/site-packages/pip/commands/install.py", line 317, in run prefix=options.prefix_path, "/opt/az/local/lib/python2.7/site-packages/pip/req/req_set.py", line 736, in install requirement.uninstall(auto_confirm=True) "/opt/az/local/lib/python2.7/site-packages/pip/req/req_install.py", line 742, in uninstall paths_to_remove.remove(auto_confirm) "/opt/az/local/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove renames(path, new_path) "/opt/az/local/lib/python2.7/site-packages/pip/utils/__init__.py", line 267, in renames shutil.move(old, new) "/usr/lib/python2.7/shutil.py", line 303, in move os.unlink(src) OSError: [Errno 13] Permission denied: '/opt/az/bin/easy_install'
0.325154
Traceback (most recent call last): "/home/nico/.local/bin/bugwarrior-pull", line 11, in <module> sys.exit(pull()) "/home/nico/.local/lib/python3.5/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/home/nico/.local/lib/python3.5/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/home/nico/.local/lib/python3.5/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/nico/.local/lib/python3.5/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/home/nico/.local/lib/python3.5/site-packages/bugwarrior/command.py", line 73, in pull synchronize(issue_generator, config, main_section, dry_run) "/home/nico/.local/lib/python3.5/site-packages/bugwarrior/db.py", line 328, in synchronize issue_dict = dict(issue) "/home/nico/.local/lib/python3.5/site-packages/bugwarrior/services/__init__.py", line 404, in keys return list(self.__iter__()) "/home/nico/.local/lib/python3.5/site-packages/bugwarrior/services/__init__.py", line 399, in __iter__ record = self.get_taskwarrior_record() "/home/nico/.local/lib/python3.5/site-packages/bugwarrior/services/__init__.py", line 300, in get_taskwarrior_record self._taskwarrior_record = self.to_taskwarrior() "/home/nico/.local/lib/python3.5/site-packages/bugwarrior/services/redmine.py", line 172, in to_taskwarrior self.DESCRIPTION: self.record['description'], KeyError: 'description'
Traceback (most recent call last): "pokecli.py", line 39, in <module> from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineExceptionImportError: No module named pgoapi.exceptions
0.169645
Traceback (most recent call last): "/srv/hass/src/home-assistant/homeassistant/core.py", line 809, in job_handler func(arg) "/srv/hass/src/home-assistant/homeassistant/helpers/event.py", line 51, in state_change_listener event.data['new_state'])TypeError: template_sensor_state_listener() missing 1 required positional argument: 'new_state'
Traceback (most recent call last): "__main__.py", line 19, in <module> "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp7vri0rse\build\youtube_dl\__init__.py", line 464, in main "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp7vri0rse\build\youtube_dl\__init__.py", line 454, in _real_main "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp7vri0rse\build\youtube_dl\YoutubeDL.py", line 1896, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp7vri0rse\build\youtube_dl\YoutubeDL.py", line 760, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp7vri0rse\build\youtube_dl\extractor\common.py", line 429, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp7vri0rse\build\youtube_dl\extractor\vidzi.py", line 57, in _real_extract UnboundLocalError: local variable 'jwplayer_data' referenced before assignment
0.315048
Traceback (most recent call last): "/hangupsbot/plugins/__init__.py", line 359, in load the_function(bot) "/hangupsbot/plugins/webbridge_telegram.py", line 115, in _initialise BridgeInstance(bot, "telegram") "/hangupsbot/webbridge/__init__.py", line 25, in __init__ self._start_sinks(bot) "/hangupsbot/plugins/webbridge_telegram.py", line 35, in _start_sinks plugins.start_asyncio_task(self.telegram_longpoll) "/hangupsbot/plugins/__init__.py", line 180, in start_asyncio_task task = loop.create_task(coroutine_function(tracking.bot, *args, **kwargs))AttributeError: '_UnixSelectorEventLoop' object has no attribute 'create_task'
Traceback (most recent call last): "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/search/queue.py#L289">medusa\search\queue.py</a>", line 289, in run self.success = snatch_episode(result) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/search/core.py#L170">medusa\search\core.py</a>", line 170, in snatch_episode result_downloaded = client.send_torrent(result) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/clients/torrent/generic.py#L246">medusa\clients\torrent\generic.py</a>", line 246, in send_torrent if not self._get_auth(): "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/clients/torrent/utorrent_client.py#L76">medusa\clients\torrent\utorrent_client.py</a>", line 76, in _get_auth self.response = self.session.get(urljoin(self.url, 'token.html'), verify=False) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/sessions.py#L525">ext\requests\sessions.py</a>", line 525, in get return self.request('GET', url, **kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/session/core.py#L102">medusa\session\core.py</a>", line 102, in request timeout=timeout, verify=ssl_cert, **kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/sessions.py#L512">ext\requests\sessions.py</a>", line 512, in request resp = self.send(prep, **send_kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/sessions.py#L622">ext\requests\sessions.py</a>", line 622, in send r = adapter.send(request, **kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/adapters.py#L513">ext\requests\adapters.py</a>", line 513, in send raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /gui/token.html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000000013C7E6A0>: Failed to establish a new connection: [Errno 10061] Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd',))
0.252641
Traceback (most recent call last): "/home/vagrant/virtualenvs/django-shop/lib/python3.4/site-packages/cmsplugin_cascade/cms_plugins.py", line 11, in <module> module_settings = import_module('{}.settings'.format(module)) "/home/vagrant/virtualenvs/django-shop/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 2254, in _gcd_import "<frozen importlib._bootstrap>", line 2237, in _find_and_load "<frozen importlib._bootstrap>", line 2224, in _find_and_load_unlockedImportError: No module named 'cmsplugin_cascade.segmentation.settings'
Traceback (most recent call last): "/root/w3af/w3af/core/ui/gui/scanrun.py", line 166, in _show_desc self.kbbrowser.rrV.response.show_object(history_item.response) "/root/w3af/w3af/core/ui/gui/reqResViewer.py", line 390, in show_object self.synchronize() "/root/w3af/w3af/core/ui/gui/reqResViewer.py", line 342, in synchronize view.show_object(self._obj) "/root/w3af/w3af/core/ui/gui/rrviews/raw.py", line 47, in show_object self.set_text(obj.dump()) "/root/w3af/w3af/core/data/url/HTTPResponse.py", line 650, in dump return "%s%s%s" % (self.dump_response_head(), CRLF, body) "/root/w3af/w3af/core/data/url/HTTPResponse.py", line 637, in dump_response_head dump_head = dump_head.encode(self.charset)UnicodeEncodeError: 'latin-1' codec can't encode characters in position 211-220: ordinal not in range(256)
0.318535
Traceback (most recent call last): "/tmp/requests-0.12.1/tests/test_requests_ext.py", line 113, in test_cookies_on_redirects self.assertIn('preview', s.cookies)AttributeError: 'RequestsTestSuite' object has no attribute 'assertIn'
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1327, in _do_call return fn(*args) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\client\session.py", line 1306, in _run_fn status, run_metadata) "C:\ProgramData\Anaconda3\lib\contextlib.py", line 88, in _exit_ next(self.gen) "C:\ProgramData\Anaconda3\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 466, in raise_exception_on_not_ok_status pywrap_tensorflow.TF_GetCode(status)) tensorflow.python.framework.errors_impl.NotFoundError: Failed to create a NewWriteable : L:/python34_colman/projects/trans/t2t_train/translate_enzh_wmt_characters/full__char__transformer-full_char_transformer_base_single_gpu\model.ckpt-18079_temp_48af120a5a84466781278b0bea135f2e/part-00000-of-00002.data-00000-of-00001.tempstate13234710060557317781 : The system cannot find the path specified.
0.270772
Traceback (most recent call last): "<string>", line 1, in <module> "c:\users\thomas\appdata\local\temp\pip-build-ffltlx\gooey\setup.py", line 9, in <module> with open('version.txt', 'r') as f: IOError: [Errno 2] No such file or directory: 'version.txt'
Traceback (most recent call last): "/Users/admin/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 672, in urlopen chunked=chunked, "/Users/admin/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 376, in _make_request self._validate_conn(conn) "/Users/admin/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn conn.connect() "/Users/admin/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 300, in connect conn = self._new_conn() "/Users/admin/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 169, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x10d137358>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known
0.282457
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/numexpr-2.6.2-py2.7-linux-x86_64.egg/numexpr/__init__.py", line 42, in <module> from numexpr.tests import test, print_versions "/usr/local/lib/python2.7/dist-packages/numexpr-2.6.2-py2.7-linux-x86_64.egg/numexpr/tests/__init__.py", line 11, in <module> from numexpr.tests.test_numexpr import test, print_versions "/usr/local/lib/python2.7/dist-packages/numexpr-2.6.2-py2.7-linux-x86_64.egg/numexpr/tests/test_numexpr.py", line 299, in <module> class test_evaluate(TestCase): "/usr/local/lib/python2.7/dist-packages/numexpr-2.6.2-py2.7-linux-x86_64.egg/numexpr/tests/test_numexpr.py", line 456, in test_evaluate if 'sparc' not in platform.machine(): AttributeError: 'module' object has no attribute 'machine'
Traceback (most recent call last): "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/srv/webservices/wttr/wttr.in/bin/srv.py", line 240, in wttr return render_template( 'index.html', body=help_ ) "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/templating.py", line 128, in render_template context, ctx.app) "/srv/webservices/wttr/venv/lib/python2.7/site-packages/flask/templating.py", line 110, in _render rv = template.render(context) "/srv/webservices/wttr/venv/lib/python2.7/site-packages/jinja2/environment.py", line 989, in render return self.environment.handle_exception(exc_info, True) "/srv/webservices/wttr/venv/lib/python2.7/site-packages/jinja2/environment.py", line 754, in handle_exception reraise(exc_type, exc_value, tb) "/srv/webservices/wttr/home/share/templates/index.html", line 7, in top-level template code {{ body }} UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 230: ordinal not in range(128)
0.237159
Traceback (most recent call last): "app_main.py", line 51, in run_toplevel "app_main.py", line 534, in run_it "<string>", line 67, in <module>## ImportError: No module named md5
Traceback (most recent call last): "/Users/matthew.holley/Documents/pyv/py3.7/lib/python3.7/site-packages/visidata/threads.py", line 215, in _toplevelTryFunc t.status = func(*args, **kwargs) "/Users/geekscrapy/Documents/pyv/py3.7/lib/python3.7/site-packages/visidata/sheets.py", line 269, in reload for r in self.iterload(): "/Users/geekscrapy/Documents/pyv/py3.7/lib/python3.7/site-packages/visidata/loaders/archive.py", line 46, in iterload with zipfile.Zip (str(self.source), 'r') as zf: "/usr/local/Cellar/[email protected]/3.7.8_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/zipfile.py", line 1240, in __init__ self.fp = io.open(file, filemode) NotFoundError: [Errno 2] No such file or directory: 'manifest.json'
0.279926
Traceback (most recent call last): "/usr/local/bin/multibootusb", line 33, in <module> from scripts.gui.ui_multibootusb import Ui_DialogImportError: No module named scripts.gui.ui_multibootusb
Traceback (most recent call last): "/Users/<user>/<folder>/venv3/lib/python3.9/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( "/Users/<user>/<folder>/venv3/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( "/Users/<user>/<folder>/venv3/lib/python3.9/site-packages/urllib3/util/retry.py", line 573, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='dns.quad9.net', port=5053): Max retries exceeded with url: /dns-query?name=<domain>&type=A&ct=application%2Fdns-json (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x110b1a820>: Failed to establish a new connection: [Errno 60] Operation timed out'))
0.068227
Traceback (most recent call last): "C:\PF\Anaconda3\lib\site-packages\conda\exceptions.py", line 1074, in __call__ return func(*args, **kwargs) "C:\PF\Anaconda3\lib\site-packages\conda\cli\main.py", line 84, in _main exit_code = do_call(args, p) "C:\PF\Anaconda3\lib\site-packages\conda\cli\conda_argparse.py", line 82, in do_call exit_code = getattr(module, func_name)(args, parser) "C:\PF\Anaconda3\lib\site-packages\conda\cli\main_create.py", line 37, in execute install(args, parser, 'create') "C:\PF\Anaconda3\lib\site-packages\conda\cli\install.py", line 317, in install handle_txn(unlink_link_transaction, prefix, args, newenv) "C:\PF\Anaconda3\lib\site-packages\conda\cli\install.py", line 342, in handle_txn unlink_link_transaction.download_and_extract() "C:\PF\Anaconda3\lib\site-packages\conda\core\link.py", line 194, in download_and_extract self._pfe.execute() "C:\PF\Anaconda3\lib\site-packages\conda\core\package_cache_data.py", line 655, in execute raise CondaMultiError(exceptions) conda.CondaMultiError: [WinError 182] The operating system cannot run %1
Traceback (most recent call last): "/home/djw/anaconda3/envs/paddle/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() "/home/djw/anaconda3/envs/paddle/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs) "/home/djw/anaconda3/envs/paddle/lib/python3.7/site-packages/paddle/reader/decorator.py", line 556, in _read_into_queue six.reraise(*sys.exc_info()) "/home/djw/anaconda3/envs/paddle/lib/python3.7/site-packages/six.py", line 703, in reraise raise value "/home/djw/anaconda3/envs/paddle/lib/python3.7/site-packages/paddle/reader/decorator.py", line 549, in _read_into_queue for sample in reader(): "/home/djw/workspace/PaddleOCR/ppocr/data/det/dataset_traversal.py", line 115, in batch_iter_reader for outs in sample_iter_reader(): "/home/djw/workspace/PaddleOCR/ppocr/data/det/dataset_traversal.py", line 57, in sample_iter_reader outs = self.process(label_infor) "/home/djw/workspace/PaddleOCR/ppocr/data/det/db_process.py", line 102, in __call__ img_path, gt_label = self.convert_label_infor(label_infor) "/home/djw/workspace/PaddleOCR/ppocr/data/det/db_process.py", line 98, in convert_label_infor label = json.loads(substr[1]) "/home/djw/anaconda3/envs/paddle/lib/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) "/home/djw/anaconda3/envs/paddle/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/home/djw/anaconda3/envs/paddle/lib/python3.7/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 3 (char 2)
0.174099
fatal: [lxc]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "uri"}, "module_stderr": "OpenSSH_6.7p1 Debian-5+deb8u2, OpenSSL 1.0.1k 8 Jan 2015\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: 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 = 15131\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 lxc closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n \"/root/.ansible/tmp/ansible-tmp-1470679357.66-240132650115525/uri\", line 3310, in <module>\r\n main()\r\n \"/root/.ansible/tmp/ansible-tmp-1470679357.66-240132650115525/uri\", line 407, in main\r\n dict_headers, socket_timeout)\r\n \"/root/.ansible/tmp/ansible-tmp-1470679357.66-240132650115525/uri\", line 334, in uri\r\n content = resp.read()\r\n \"/usr/lib/python2.7/socket.py\", line 351, in read\r\n data = self._sock.recv(rbufsize)\r\n \"/usr/lib/python2.7/httplib.py\", line 573, in read\r\n s = self.fp.read(amt)\r\n \"/usr/lib/python2.7/socket.py\", line 380, in read\r\n data = self._sock.recv(left)\r\n \"/usr/lib/python2.7/ssl.py\", line 714, in recv\r\n return self.read(buflen)\r\n \"/usr/lib/python2.7/ssl.py\", line 608, in read\r\n v = self._sslobj.read(len or 1024)\r\nssl.SSLError: ('The read operation timed out',)\r\n", "msg": "MODULE FAILURE", "parsed": false}...ignoring
Traceback (most recent call last): "zeus.py", line 416, in <module> __run_attacks_main() "zeus.py", line 378, in __run_attacks_main auto_start=opt.autoStartSqlmap "zeus.py", line 333, in __run_attacks url, verbose=opt.runInVerbose, readable=opt.showReadableOutput "/home/baal/bin/python/zeus-scanner/lib/attacks/whois_lookup/whois.py", line 110, in whois_lookup_main raw_information = gather_raw_whois_info(domain) "/home/baal/bin/python/zeus-scanner/lib/attacks/whois_lookup/whois.py", line 47, in gather_raw_whois_info "Authorization": "Token {}".format(__get_token()), "/home/baal/bin/python/zeus-scanner/lib/attacks/whois_lookup/whois.py", line 37, in __get_token token = __decode(encoded, int(n))TypeError: int() argument must be a string or a number, not 'tuple'
0.27761
Traceback (most recent call last): "gallery_dl\job.py", line 67, in run "gallery_dl\extractor\common.py", line 395, in items "gallery_dl\extractor\hentainexus.py", line 65, in images "json\__init__.py", line 348, in loads "json\decoder.py", line 337, in decode "json\decoder.py", line 355, in raw_decode json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last): "Z:\onlyfans\start_ofd.py", line 2, in <module> import tests.main_test as main_test "Z:\onlyfans\tests\main_test.py", line 4, in <module> import helpers.main_helper as main_helper "Z:\onlyfans\helpers\main_helper.py", line 16, in <module> import psutil ModuleNotFoundError: No module named 'psutil'
0.195451
Traceback (most recent call last): "D:\ArmorySDK//armory/blender\arm\props_traits.py", line 300, in execute sf = open(source_hx_path) NotFoundError: [Errno 2] No such file or directory: 'D:\\ArmorySDK//armory/Sources/armory/trait/.hx'
Traceback (most recent call last): "manage.py", line 15, in <module> execute_from_command_line(sys.argv) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django/core/management/__init__.py", line 395, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django_extensions/management/email_notifications.py", line 63, in run_from_argv super(EmailNotificationCommand, self).run_from_argv(argv) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django/core/management/base.py", line 328, in run_from_argv self.execute(*args, **cmd_options) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django_extensions/management/email_notifications.py", line 75, in execute super(EmailNotificationCommand, self).execute(*args, **options) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django/core/management/base.py", line 369, in execute output = self.handle(*args, **options) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django_extensions/management/utils.py", line 59, in inner ret = func(self, *args, **kwargs) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django_extensions/management/commands/runscript.py", line 238, in handle run_script(mod, *script_args) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/django_extensions/management/commands/runscript.py", line 148, in run_script mod.run(*script_args) "/mnt/brain/VarTMH/scripts/populate_funfams.py", line 147, in run stockholm_to_database(a_query, superfamily_id, funfam_id, stockholm_file) "/mnt/brain/VarTMH/scripts/populate_funfams.py", line 90, in stockholm_to_database align = AlignIO.read(stockholm_file_location, "stockholm") "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/Bio/AlignIO/__init__.py", line 447, in read first = next(iterator) "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/Bio/AlignIO/__init__.py", line 394, in parse for a in i: "/home/james/miniconda3/envs/vartmh/lib/python3.8/site-packages/Bio/AlignIO/StockholmIO.py", line 460, in __next__ seq_id, feature, text = line[5:].strip().split(None, 2) ValueError: not enough values to unpack (expected 3, got 2)
0.242133
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
Traceback (most recent call last): "/home/mdev/dev/.envs/yeti/lib/python3.8/site-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( "/home/mdev/dev/.envs/yeti/lib/python3.8/site-packages/urllib3/connectionpool.py", line 719, in urlopen retries = retries.increment( "/home/mdev/dev/.envs/yeti/lib/python3.8/site-packages/urllib3/util/retry.py", line 436, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='feodotracker.abuse.ch', port=443): Max retries exceeded with url: /downloads/ipblocklist.csv (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f3d5a07e7c0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
0.176548
Traceback (most recent call last): "/Users/user1/.pyenv/versions/ver1/bin/pulptest", line 5, in <module> from tests.run_tests import pulpTestAll ModuleNotFoundError: No module named 'tests'
Traceback (most recent call last): "/home/rafael/cpicanco/pupil/pupil_src/capture/main.py", line 154, in <module> main() "/home/rafael/cpicanco/pupil/pupil_src/capture/main.py", line 145, in main world(g_pool,world_src,world_size) "/home/rafael/cpicanco/pupil/pupil_src/capture/world.py", line 320, in world p.update(frame,events) "/home/rafael/cpicanco/pupil/pupil_src/capture/calibration_routines/manual_marker_calibration.py", line 205, in update audio.beep() "/home/rafael/cpicanco/pupil/pupil_src/shared_modules/audio/__init__.py", line 39, in beep sp.Popen(["paplay", "/usr/share/sounds/ubuntu/stereo/message.ogg"]) "/usr/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory
0.279482
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1191, in _decrypt_signature video_id, player_url, s "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1102, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1163, in _parse_sig_js jscode, 'Initial JS player signature function name', group='sig') "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 796, 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): "<stdin>", line 1, in <module> "/tmp/nwani_1611011952/dev/site-packages/uvloop/__init__.py", line 7, in <module> from .loop import Loop as __BaseLoop # NOQA ImportError: /tmp/nwani_1611011952/dev/site-packages/uvloop/loop.pypy37-pp73-x86_64-linux-gnu.so: undefined symbol: PyContext_CopyCurrent
0.243655
Traceback (most recent call last): "C:\Users\YOGESH\Anaconda3\lib\site-packages\spyder\plugins\__init__.py", line 515, in <lambda> toggled=lambda checked: self.toggle_view(checked), "C:\Users\YOGESH\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole.py", line 771, in toggle_view self.create_new_client(give_focus=False) "C:\Users\YOGESH\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole.py", line 1111, in create_new_client self.register_client(client) "C:\Users\YOGESH\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole.py", line 1307, in register_client self.main.historylog.add_history(client.history_filename) "C:\Users\YOGESH\Anaconda3\lib\site-packages\spyder\plugins\history.py", line 240, in add_history encoding.write(text, filename) "C:\Users\YOGESH\Anaconda3\lib\site-packages\spyder\utils\encoding.py", line 233, in write with open(filename, mode) as textfile:PermissionError: [Errno 13] Permission denied: 'C:\\Users\\YOGESH\\.spyder-py3\\history.py'
Traceback (most recent call last): "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shelve.py", line 111, in __getitem__ value = self.cache[key] KeyError: 'd7506be8fd0043d2cbf09070321c5ca97ce42133919bfd15d0801cb8df1c3c64'
0.273649
Traceback (most recent call last): "uvloop/handles/streamserver.pyx", line 135, in uvloop.loop.__uv_streamserver_on_listen "uvloop/handles/streamserver.pyx", line 77, in uvloop.loop.UVStreamServer._on_listen "uvloop/handles/stream.pyx", line 244, in uvloop.loop.UVStream._accept "uvloop/handles/basetransport.pyx", line 49, in uvloop.loop.UVBaseTransport._fatal_error OSError: [Errno 22] Invalid argument
Traceback (most recent call last): "/home/phillip/miniconda3/envs/conda/lib/python3.4/site-packages/nose/case.py", line 198, in runTest self.test(*self.arg) "/home/phillip/Documents/code/blaze/blaze/blaze/tests/test_spark.py", line 10, in test_spark_coerce rdd = sc.parallelize([('1', 'hello'), ('2', 'world')])NameError: name 'sc' is not defined
0.325416
Traceback (most recent call last): "/home/matome/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/widgets/codeeditor.py", line 4179, in mouseMoveEvent and not self.is_completion_widget_visible()): "/home/matome/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/widgets/base.py", line 918, in is_completion_widget_visible return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deletedTraceback (most recent call last):
Traceback (most recent call last): "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 87, in <module> main() "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/__main__.py", line 79, in main spec.loader.exec_module(synth_module) # type: ignore "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed "/tmpfs/src/git/autosynth/working_repo/trace/synth.py", line 52, in <module> templated_files = common.py_library(unit_cov_level=97, cov_level=100) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 48, in py_library return self._generic_library("python_library", **kwargs) "/tmpfs/src/git/autosynth/env/lib/python3.6/site-packages/synthtool/gcp/common.py", line 38, in _generic_library self._load_generic_metadata(kwargs["metadata"])KeyError: 'metadata'
0.237464
Traceback (most recent call last): "<stdin>", line 1, in <module>AttributeError: 'module' object has no attribute '__version__'
Traceback (most recent call last): "/home/pi/flexget/lib/python3.7/site-packages/flexget/__init__.py", line 44, in main manager.start() "/home/pi/flexget/lib/python3.7/site-packages/flexget/manager.py", line 360, in start client = IPCClient(ipc_info['port'], ipc_info['password']) "/home/pi/flexget/lib/python3.7/site-packages/flexget/ipc.py", line 186, in __init__ channel = rpyc.Channel(rpyc.SocketStream.connect('127.0.0.1', port)) "/home/pi/flexget/lib/python3.7/site-packages/rpyc/core/stream.py", line 172, in connect return cls(cls._connect(host, port, **kwargs)) "/home/pi/flexget/lib/python3.7/site-packages/rpyc/core/stream.py", line 124, in _connect s = socket_backoff_connect(family, socktype, proto, sockaddr, timeout, attempts) "/home/pi/flexget/lib/python3.7/site-packages/rpyc/lib/__init__.py", line 131, in socket_backoff_connect sock.connect(addr) ConnectionRefusedError: [Errno 111] Connection refused
0.216975
youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last): "youtube_dl\extractor\youtube", line 1426, in _decrypt_signature
Traceback (most recent call last): "lib\site-packages\urllib3\connection.py", line 160, in _new_conn "lib\site-packages\urllib3\util\connection.py", line 84, in create_connection "lib\site-packages\urllib3\util\connection.py", line 74, in create_connection OSError: [WinError 10051] A socket operation was attempted to an unreachable network
0.174245
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/synapse/http/server.py", line 118, in wrapped_request_handler yield request_handler(self, request) "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 393, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) "/usr/local/lib/python2.7/dist-packages/synapse/rest/media/v1/thumbnail_resource.py", line 71, in _async_render_GET width, height, method, m_type "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 393, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) "/usr/local/lib/python2.7/dist-packages/synapse/rest/media/v1/thumbnail_resource.py", line 194, in _select_or_generate_remote_thumbnail desired_height, desired_method, desired_type "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 393, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) "/usr/local/lib/python2.7/dist-packages/synapse/rest/media/v1/media_repository.py", line 318, in generate_remote_exact_thumbnail t_width, t_height, t_type, t_method, t_len "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 393, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 406, in _simple_insert self._simple_insert_txn, table, values, "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1299, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) "/usr/local/lib/python2.7/dist-packages/twisted/python/failure.py", line 393, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 319, in runInteraction inner_func, *args, **kwargs "/usr/local/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 250, in inContext result = inContext.theWork() "/usr/local/lib/python2.7/dist-packages/twisted/python/threadpool.py", line 266, in <lambda> inContext.theWork = lambda: context.call(ctx, func, *args, **kw) "/usr/local/lib/python2.7/dist-packages/twisted/python/context.py", line 122, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) "/usr/local/lib/python2.7/dist-packages/twisted/python/context.py", line 85, in callWithContext return func(*args,**kw) "/usr/local/lib/python2.7/dist-packages/twisted/enterprise/adbapi.py", line 307, in _runWithConnection compat.reraise(excValue, excTraceback) "/usr/local/lib/python2.7/dist-packages/twisted/enterprise/adbapi.py", line 298, in _runWithConnection result = func(conn, *args, **kw) "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 313, in inner_func func, *args, **kwargs "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 242, in _new_transaction r = func(txn, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 426, in _simple_insert_txn txn.execute(sql, vals) "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 80, in execute self._do_execute(self.txn.execute, sql, *args) "/usr/local/lib/python2.7/dist-packages/synapse/storage/_base.py", line 110, in _do_execute sql, *args IntegrityError: duplicate key value violates unique constraint "remote_media_cache_thumbnails_media_origin_media_id_thumbna_key"
Traceback (most recent call last): "webtest.py", line 7, in <module> result = dill.dumps(driver) "C:\Python27\lib\site-packages\dill\dill.py", line 243, in dumps dump(obj, file, protocol, byref, fmode, recurse)#, strictio) "C:\Python27\lib\site-packages\dill\dill.py", line 236, in dump pik.dump(obj) "C:\Python27\lib\pickle.py", line 224, in dump self.save(obj) "C:\Python27\lib\pickle.py", line 331, in save self.save_reduce(obj=obj, *rv) "C:\Python27\lib\pickle.py", line 425, in save_reduce save(state) "C:\Python27\lib\pickle.py", line 286, in save f(self, obj) # Call unbound method with explicit self "C:\Python27\lib\site-packages\dill\dill.py", line 835, in save_module_dict StockPickler.save_dict(pickler, obj) "C:\Python27\lib\pickle.py", line 655, in save_dict self._batch_setitems(obj.iteritems()) "C:\Python27\lib\pickle.py", line 687, in _batch_setitems save(v) "C:\Python27\lib\pickle.py", line 331, in save self.save_reduce(obj=obj, *rv) "C:\Python27\lib\pickle.py", line 425, in save_reduce save(state) "C:\Python27\lib\pickle.py", line 286, in save f(self, obj) # Call unbound method with explicit self "C:\Python27\lib\site-packages\dill\dill.py", line 835, in save_module_dict StockPickler.save_dict(pickler, obj) "C:\Python27\lib\pickle.py", line 655, in save_dict self._batch_setitems(obj.iteritems()) "C:\Python27\lib\pickle.py", line 687, in _batch_setitems save(v) "C:\Python27\lib\pickle.py", line 331, in save self.save_reduce(obj=obj, *rv) "C:\Python27\lib\pickle.py", line 425, in save_reduce save(state) "C:\Python27\lib\pickle.py", line 286, in save f(self, obj) # Call unbound method with explicit self "C:\Python27\lib\site-packages\dill\dill.py", line 835, in save_module_dict StockPickler.save_dict(pickler, obj) "C:\Python27\lib\pickle.py", line 655, in save_dict self._batch_setitems(obj.iteritems()) "C:\Python27\lib\pickle.py", line 687, in _batch_setitems save(v) "C:\Python27\lib\pickle.py", line 313, in save (t.__name__, obj))pickle.PicklingError: Can't pickle '_subprocess_handle' object: <_subprocess_han
0.324222
Traceback (most recent call last): "C:\compiler\Anaconda3\Scripts\conda-script.py", line 4, in <module> sys.exit(main()) "C:\compiler\Anaconda3\lib\site-packages\conda\cli\main.py", line 195, in main args_func(args, p) "C:\compiler\Anaconda3\lib\site-packages\conda\cli\main.py", line 202, in args_func args.func(args, p) "C:\compiler\Anaconda3\lib\site-packages\conda\cli\main_install.py", line 45, in execute install.install(args, parser, 'install') "C:\compiler\Anaconda3\lib\site-packages\conda\cli\install.py", line 239, in install offline=args.offline) "C:\compiler\Anaconda3\lib\site-packages\conda\cli\common.py", line 597, in get_index_trap return get_index(_args, *_kwargs) "C:\compiler\Anaconda3\lib\site-packages\conda\api.py", line 42, in get_index unknown=unknown) "C:\compiler\Anaconda3\lib\site-packages\conda\utils.py", line 118, in **call** value = self.func(_args, *_kw) "C:\compiler\Anaconda3\lib\site-packages\conda\fetch.py", line 259, in fetch_index repodatas.append((url, future.result())) "C:\compiler\Anaconda3\lib\concurrent\futures_base.py", line 398, in result return self.__get_result() "C:\compiler\Anaconda3\lib\concurrent\futures_base.py", line 357, in __get_result raise self._exception "C:\compiler\Anaconda3\lib\concurrent\futures\thread.py", line 55, in run result = self.fn(_self.args, *_self.kwargs) "C:\compiler\Anaconda3\lib\site-packages\conda\fetch.py", line 65, in func res = f(_args, *_kwargs) "C:\compiler\Anaconda3\lib\site-packages\conda\fetch.py", line 103, in fetch_repodata cache = json.loads(bz2.decompress(resp.content).decode('utf-8')) "C:\compiler\Anaconda3\lib\bz2.py", line 348, in decompress res = decomp.decompress(data)OSError: Invalid data stream
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 269, in run InstallRequirement.from_line(name, None)) "/usr/lib/python2.7/dist-packages/pip/req.py", line 173, in from_line return cls(req, comes_from, url=url, prereleases=prereleases) "/usr/lib/python2.7/dist-packages/pip/req.py", line 109, in __init__ self.prereleases = any([is_prerelease(x[1]) and x[0] != "!=" for x in self.req.specs]) "/usr/lib/python2.7/dist-packages/pip/util.py", line 739, in is_prerelease return any([any([y in set(["a", "b", "c", "rc", "dev"]) for y in x]) for x in parsed])TypeError: 'int' object is not iterable
0.316132
`Traceback (most recent call last): "<string>", line 1, in <module> "/base/data/home/apps/s~sympy-live-hrd/49.400254913747479351/sympy/sympy/core/basic.py", line 889, in subs d = Dummy(commutative=new.is_commutative) "/base/data/home/apps/s~sympy-live-hrd/49.400254913747479351/sympy/sympy/core/symbol.py", line 205, in __new__ cls._sanitize(assumptions, cls) "/base/data/home/apps/s~sympy-live-hrd/49.400254913747479351/sympy/sympy/core/symbol.py", line 65, in _sanitize '%scommutativity must be True or False.' % whose) ValueError: Dummy commutativity must be True or False.`
Traceback (most recent call last): "apistarclient.py", line 99, in <module> apistr.request('thing_create', name='asdfiiiii') "./.venv/lib/python3.6/site-packages/apistar/client/client.py", line 85, in request raise exceptions.ClientError(messages=exc.messages) from None apistar.exceptions.ClientError: [ErrorMessage('Invalid property name.', code='invalid_property', index=['name'], position=None)]
0.313192
Traceback (most recent call last): "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 55, in application response = frappe.handler.handle() "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle execute_cmd(cmd) "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd ret = frappe.call(method, **frappe.form_dict) "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 875, in call return fn(*args, **newargs) "/home/frappe/frappe-bench/apps/frappe/frappe/client.py", line 118, in delete frappe.delete_doc(doctype, name) "/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 612, in delete_doc ignore_permissions, flags) "/home/frappe/frappe-bench/apps/frappe/frappe/model/delete_doc.py", line 76, in delete_doc doc.run_method("on_trash") "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 603, in run_method return Document.hook(fn)(self, *args, **kwargs) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 768, in composer return composed(self, method, *args, **kwargs) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 751, in runner add_to_return_value(self, fn(self, *args, **kwargs)) "/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 597, in fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs) "/home/frappe/frappe-bench/apps/erpnext/erpnext/stock/doctype/warehouse/warehouse.py", line 116, in on_trash if self.check_sle_exists():AttributeError: 'Warehouse' object has no attribute 'check_sle_exists'
Traceback (most recent call last): "./python3.3/threading.py", line 901, in _bootstrap_inner "./python3.3/threading.py", line 858, in run "/Users/reagle/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package/common/util/reload.py", line 118, in reload_package sublime_plugin.reload_plugin(plugin) "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 125, in reload_plugin m = importlib.import_module(modulename) "./python3.3/importlib/__init__.py", line 90, in import_module "<frozen importlib._bootstrap>", line 1584, in _gcd_import "<frozen importlib._bootstrap>", line 1565, in _find_and_load "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked zipimport.ZipImportError: bad local file header in /Users/reagle/Library/Application Support/Sublime Text 3/Installed Packages/GitSavvy.sublime-package
0.176205
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 665, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 291, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/vk.py", line 251, in _real_extract raise ExtractorError(error_msg % video_id, expected=True)ExtractorError: Video 225133802_167542277 is only available for registered users, use --username and --password options to provide account credentials.
Traceback (most recent call last): "/bin/test-package.py", line 5, in <module> import moto "/build/lib/python2.7/site-packages/moto/__init__.py", line 3, in <module> from .acm import mock_acm # noqa "/build/lib/python2.7/site-packages/moto/acm/__init__.py", line 2, in <module> from .models import acm_backends "/build/lib/python2.7/site-packages/moto/acm/models.py", line 7, in <module> from moto.ec2 import ec2_backends "/build/lib/python2.7/site-packages/moto/ec2/__init__.py", line 2, in <module> from .models import ec2_backends "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 5188, in <module> region.name: EC2Backend(region.name) for region in RegionsAndZonesBackend.regions "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 5188, in <dictcomp> region.name: EC2Backend(region.name) for region in RegionsAndZonesBackend.regions "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 5101, in __init__ super(EC2Backend, self).__init__() "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 858, in __init__ super(InstanceBackend, self).__init__() "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 1140, in __init__ super(TagBackend, self).__init__() "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 2386, in __init__ super(EBSBackend, self).__init__() "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 1922, in __init__ super(SecurityGroupBackend, self).__init__() "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 1368, in __init__ self._load_amis() "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 1375, in _load_amis self.amis[ami_id] = Ami(self, **ami) "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 1326, in __init__ volume = self.ec2_backend.create_volume(15, region_name) "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 2390, in create_volume zone = self.get_zone_by_name(zone_name) "/build/lib/python2.7/site-packages/moto/ec2/models.py", line 1731, in get_zone_by_name for zone in self.zones[self.region_name]: KeyError: u'eu-south-1'
0.17352
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module> include(settings_file, optional(settings_files), scope=locals()) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include exec(compiled_code, scope) # noqa: S102, WPS421 "/etc/tower/settings.py", line 19, in <module> SECRET_KEY = get_secret() "/etc/tower/settings.py", line 8, in get_secret return open('/etc/tower/SECRET_KEY', 'rb').read().strip() IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
Traceback (most recent call last): "/home/edward/dejavu/dejavu/__init__.py", line 77, in fingerprint_directory song_name, hashes, file_hash = iterator.next() "/usr/lib/python2.7/multiprocessing/pool.py", line 673, in next raise value TypeError: numpy boolean subtract, the `-` operator, is deprecated, use the bitwise_xor, the `^` operator, or the logical_xor function instead.
0.238217
Traceback (most recent call last): "/usr/bin/attic", line 3, in <module> main() "/usr/lib64/python3.4/site-packages/attic/archiver.py", line 730, in main exit_code = archiver.run(sys.argv[1:]) "/usr/lib64/python3.4/site-packages/attic/archiver.py", line 720, in run return args.func(args) "/usr/lib64/python3.4/site-packages/attic/archiver.py", line 81, in do_check if repository.check(repair=args.repair): "/usr/lib64/python3.4/site-packages/attic/repository.py", line 268, in check objects = list(self.io.iter_objects(segment)) "/usr/lib64/python3.4/site-packages/attic/repository.py", line 500, in iter_objects rest = fd.read(size - self.header_fmt.size)ValueError: read length must be positive or -1
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/cloudinit/stages.py", line 813, in _run_modules freq=freq) "/usr/lib/python2.7/site-packages/cloudinit/cloud.py", line 54, in run return self._runners.run(name, functor, args, freq, clear_on_fail) "/usr/lib/python2.7/site-packages/cloudinit/helpers.py", line 187, in run results = functor(*args) "/usr/lib/python2.7/site-packages/cloudinit/config/cc_scripts_user.py", line 45, in handle util.runparts(runparts_path) "/usr/lib/python2.7/site-packages/cloudinit/util.py", line 883, in runparts % (len(failed), len(attempted))) RuntimeError: Runparts: 1 failures in 2 attempted commands
0.307009
Traceback (most recent call last): "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 63, in open editor = Editor(self.app, note) "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 446, in **init** self.load_note(note) "/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 528, in load_note self.app.provider.get_note_resources(note.id), "/usr/lib/pymodules/python2.7/everpad/basetypes.py", line 39, in from_tuple setattr(inst, field[0], data[num])IndexError: tuple index out of range
Traceback (most recent call last): "/home/buildozer/aports/community/py3-trio/src/trio-0.17.0/trio/_core/tests/test_guest_mode.py", line 441, in crash_in_worker_thread_io await trio.sleep(1) "/home/buildozer/aports/community/py3-trio/src/trio-0.17.0/trio/_timeouts.py", line 75, in sleep await sleep_until(trio.current_time() + seconds) "/home/buildozer/aports/community/py3-trio/src/trio-0.17.0/trio/_timeouts.py", line 56, in sleep_until await sleep_forever() "/home/buildozer/aports/community/py3-trio/src/trio-0.17.0/trio/_core/_ki.py", line 159, in wrapper return fn(*args, **kwargs) "/home/buildozer/aports/community/py3-trio/src/trio-0.17.0/trio/_core/_run.py", line 549, in __exit__ raise remaining_error_after_cancel_scope RuntimeError: Cancel scope stack corrupted: attempted to exit <trio.CancelScope at 0xf5fb6478, active, cancelled> from unrelated <Task 'trio._core.tests.test_guest_mode.test_guest_mode_asyncgens.<locals>.trio_main' at 0xf6183b08>
0.327183
Traceback (most recent call last): "<ipython-input-14-8a076ee39a0a>", line 1, in <module> len(res) TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last): "/home/az/git_repos/ml/rl/playground/bomberman_proj/lib/python3.6/site-packages/urllib3/connection.py", line 143, in _new_conn (self.host, self.port), self.timeout, **extra_kw) "/home/az/git_repos/ml/rl/playground/bomberman_proj/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err "/home/az/git_repos/ml/rl/playground/bomberman_proj/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
0.202927
Traceback (most recent call last): "/home/User1/env/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/home/User1/env/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/home/User1/env/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/home/User1/env/lib/python2.7/site-packages/django/views/decorators/http.py", line 40, in inner return func(request, *args, **kwargs) "/home/User1/env/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) "/home/User1/env/lib/python2.7/site-packages/paypal/standard/ipn/views.py", line 104, in ipn ipn_obj.send_signals() "/home/User1/env/lib/python2.7/site-packages/paypal/standard/ipn/models.py", line 39, in send_signals valid_ipn_received.send(sender=self) "/home/User1/env/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 193, in send for receiver in self._live_receivers(sender) "with_subscription/signals.py", line 29, in paypal_subscription_signals 'is_billing_agreement': ipn_obj.is_billing_agreement(), "/home/User1/env/lib/python2.7/site-packages/paypal/standard/models.py", line 330, in is_billing_agreement return len(self.mp_id) > 0 TypeError: object of type 'NoneType' has no len()
Traceback (most recent call last): "/Users/.../env/lib/python2.7/site-packages/django/core/management/base.py", line 222, in run_from_argv self.execute(*args, **options.__dict__) "/Users/.../lib/python2.7/site-packages/django/core/management/commands/test.py", line 72, in execute super(Command, self).execute(*args, **options) "/Users/.../lib/python2.7/site-packages/django/core/management/base.py", line 255, in execute output = self.handle(*args, **options) "/Users/.../lib/python2.7/site-packages/south/management/commands/test.py", line 8, in handle super(Command, self).handle(*args, **kwargs) "/Users/.../lib/python2.7/site-packages/django/core/management/commands/test.py", line 89, in handle failures = test_runner.run_tests(test_labels) "/Users/.../project/test_runner.py", line 11, in run_tests return super(TestRunner, self).run_tests(test_labels, extra_tests, **kwargs) "/Users/.../lib/python2.7/site-packages/django/test/simple.py", line 369, in run_tests suite = self.build_suite(test_labels, extra_tests) "/Users/.../lib/python2.7/site-packages/django/test/simple.py", line 260, in build_suite suite.addTest(build_suite(app)) "/Users/.../lib/python2.7/site-packages/django/test/simple.py", line 68, in build_suite test_module = get_tests(app_module) "/Users/.../lib/python2.7/site-packages/django/test/simple.py", line 25, in get_tests test_module = import_module('.'.join(prefix + [TEST_MODULE])) "/Users/.../lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module __import__(name) "/Users/.../lib/python2.7/site-packages/autocomplete_light/tests/__init__.py", line 4, in <module> from .registry import RegistryTestCase "/Users/.../lib/python2.7/site-packages/autocomplete_light/tests/registry.py", line 21, in <module> class Generic(autocomplete_light.AutocompleteGenericBase): "/Users/.../lib/python2.7/site-packages/autocomplete_light/tests/registry.py", line 23, in Generic User.objects.all(), "/Users/.../lib/python2.7/site-packages/django/db/models/manager.py", line 256, in __get__ self.model._meta.object_name, self.model._meta.swappedAttributeError: Manager isn't available; User has been swapped for 'users.User'
0.225867
Traceback (most recent call last): "/home/slave/jenkins/shiningpanda/jobs/04a2e2a5/virtualenvs/ff035a1d/lib/python2.7/site-packages/IPython/testing/_paramtestpy2.py", line 54, in run_parametric testgen.next() "/home/slave/jenkins/shiningpanda/jobs/04a2e2a5/virtualenvs/ff035a1d/lib/python2.7/site-packages/IPython/zmq/tests/test_message_spec.py", line 398, in test_complete msg_id, reply = execute(code="alpha = albert = 5") "/home/slave/jenkins/shiningpanda/jobs/04a2e2a5/virtualenvs/ff035a1d/lib/python2.7/site-packages/IPython/zmq/tests/test_message_spec.py", line 66, in execute nt.assert_equals(busy['content']['execution_state'], 'busy') "/sp/lib/python/cpython-2.7/lib/python2.7/unittest/case.py", line 509, in assertEqual assertion_func(first, second, msg=msg) "/sp/lib/python/cpython-2.7/lib/python2.7/unittest/case.py", line 502, in _baseAssertEqual raise self.failureException(msg)AssertionError: u'idle' != 'busy'
Traceback (most recent call last): "sample.py", line 14, in <module> main() "sample.py", line 10, in main dev.open() "../../../../../../../src/dist/python-add-ons/junos-eznc/lib/jnpr/junos/device.py", line 457, in open "../../../../../../../src/dist/python-add-ons/junos-eznc/lib/jnpr/junos/device.py", line 715, in facts_refresh "../../../../../../../src/dist/python-add-ons/junos-eznc/lib/jnpr/junos/facts/swver.py", line 148, in facts_software_versionIndexError: list index out of range
0.241177
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Python35\lib\site-packages\pandas\io\parsers.py", line 702, in parser_f return _read(filepath_or_buffer, kwds) "C:\Python35\lib\site-packages\pandas\io\parsers.py", line 435, in _read data = parser.read(nrows) "C:\Python35\lib\site-packages\pandas\io\parsers.py", line 1139, in read ret = self._engine.read(nrows) "C:\Python35\lib\site-packages\pandas\io\parsers.py", line 1995, in read data = self._reader.read(nrows) "pandas\_libs\parsers.pyx", line 899, in pandas._libs.parsers.TextReader.read "pandas\_libs\parsers.pyx", line 914, in pandas._libs.parsers.TextReader._read_low_memory "pandas\_libs\parsers.pyx", line 968, in pandas._libs.parsers.TextReader._read_rows "pandas\_libs\parsers.pyx", line 955, in pandas._libs.parsers.TextReader._tokenize_rows "pandas\_libs\parsers.pyx", line 2172, in pandas._libs.parsers.raise_parser_error pandas.errors.ParserError: Error tokenizing data. C error: Expected 4 fields in line 3, saw 5
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "youtube_dl\extractor\youtube.pyo", line 875, in _decrypt_signature "youtube_dl\extractor\youtube.pyo", line 364, in _extract_signature_function "ntpath.pyo", line 108, in joinUnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 9: ordinal not in range(128)
0.27767
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature video_id, player_url, s "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 792, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 855, in _parse_sig_js initial_function = jsi.extract_function(funcname) "/usr/lib64/python2.7/site-packages/youtube_dl/jsinterp.py", line 241, in extract_function raise ExtractorError('Could not find JS function %r' % funcname)ExtractorError: Could not find JS function u'gr'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "C:\Users\dellpc\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel self.start_kernel(**self._launch_args) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel self._connect_control_socket() "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket self._control_socket = self.connect_control() "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control return self._create_connected_socket('control', identity=identity) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket sock = self.context.socket(socket_type) "C:\Users\dellpc\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 146, in socket s = self._socket_class(self, socket_type, **kwargs) "C:\Users\dellpc\Anaconda3\lib\site-packages\zmq\sugar\socket.py", line 59, in __init__ super(Socket, self).__init__(*a, **kw) "zmq/backend/cython/socket.pyx", line 328, in zmq.backend.cython.socket.Socket.__init__ zmq.error.ZMQError: Unknown error
0.205974
Traceback (most recent call last): "/home/lzw/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback ret = callback() "/home/lzw/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 767, in _discard_future_result future.result() "/home/lzw/anaconda3/lib/python3.7/site-packages/jupyterhub/app.py", line 2430, in update_last_activity routes = await self.proxy.get_all_routes() "/home/lzw/anaconda3/lib/python3.7/site-packages/jupyterhub/proxy.py", line 806, in get_all_routes resp = await self.api_request('', client=client) "/home/lzw/anaconda3/lib/python3.7/site-packages/jupyterhub/proxy.py", line 774, in api_request result = await client.fetch(req) tornado.curl_httpclient.CurlError: HTTP 599: Unknown
Traceback (most recent call last): "/usr/local/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/local/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/usr/local/lib/python2.7/site-packages/easytrader/follower.py", line 145, in track_strategy_worker transactions = self.query_strategy_transaction(strategy, **kwargs) "/usr/local/lib/python2.7/site-packages/easytrader/follower.py", line 257, in query_strategy_transaction transactions = self.extract_transactions(history) "/usr/local/lib/python2.7/site-packages/easytrader/xq_follower.py", line 101, in extract_transactions if history['count'] <= 0: KeyError: u'count'
0.321031
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
Traceback (most recent call last): "./tools/train.py", line 126, in <module> main() "./tools/train.py", line 122, in main timestamp=timestamp) "xxx/mmdet/apis/train.py", line 103, in train_detector timestamp=timestamp) "xxx/mmdet/apis/train.py", line 250, in _dist_train runner.run(data_loaders, cfg.workflow, cfg.total_epochs) "xxx/anaconda3/lib/python3.7/site-packages/mmcv/runner/runner.py", line 364, in run epoch_runner(data_loaders[i], **kwargs) "xxx/anaconda3/lib/python3.7/site-packages/mmcv/runner/runner.py", line 264, in train for i, data_batch in enumerate(data_loader): "xxx/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 279, in __iter__ return _MultiProcessingDataLoaderIter(self) "xxxi/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 719, in __init__ w.start() "xxx/anaconda3/lib/python3.7/multiprocessing/process.py", line 112, in start self._popen = self._Popen(self) "xxxi/anaconda3/lib/python3.7/multiprocessing/context.py", line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) "xxxanaconda3/lib/python3.7/multiprocessing/context.py", line 284, in _Popen return Popen(process_obj) "xxx/anaconda3/lib/python3.7/multiprocessing/popen_spawn_posix.py", line 32, in __init__ super().__init__(process_obj) "/xxx/anaconda3/lib/python3.7/multiprocessing/popen_fork.py", line 20, in __init__ self._launch(process_obj) "xxx/anaconda3/lib/python3.7/multiprocessing/popen_spawn_posix.py", line 47, in _launch reduction.dump(process_obj, fp) "xxx/anaconda3/lib/python3.7/multiprocessing/reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle Environment objects
0.318095
Traceback (most recent call last): "C:\Users\ABJ1MI\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pywinauto\uia_defines.py", line 234, in get_elem_interface iface = cur_ptrn.QueryInterface(cls_name) "C:\Users\ABJ1MI\AppData\Local\Programs\Python\Python37-32\lib\site-packages\comtypes\__init__.py", line 1158, in QueryInterface self.__com_QueryInterface(byref(iid), byref(p)) ValueError: NULL COM pointer access
"module_stderr": "Traceback (most recent call last):\n \"/tmp/ansible_OjUtOr/ansible_module_rds.py\", line 1152, in <module>\n main()\n \"/tmp/ansible_OjUtOr/ansible_module_rds.py\", line 1145, in main\n invocations[module.params.get('command')](module, conn)\n \"/tmp/ansible_OjUtOr/ansible_module_rds.py\", line 743, in create_db_instance\n module.exit_json(changed=changed, instance=resource.get_data())\nAttributeError: 'NoneType' object has no attribute 'get_data'\n", "module_stdout": "",
0.28719
Traceback (most recent call last): "/usr/sbin/aa-status", line 194, in <module> commands[cmd]() "/usr/sbin/aa-status", line 17, in cmd_enabled if get_profiles() == {}: "/usr/sbin/aa-status", line 92, in get_profiles for p in open(apparmor_profiles).readlines():PermissionError: [Errno 13] Permission denied: '/sys/kernel/security/apparmor/profiles'
Overall Progress: 0%| | 0/10000 [00:00<?, ?it/s]Traceback (most recent call last): "main.py", line 407, in <module> validation_loss, _ = train(args=args, epoch=epoch - 1, start_iteration=global_iteration, data_loader=validation_loader, model=model_and_loss, optimizer=optimizer, logger=validation_logger, is_validate=True, offset=offset) NameError: name 'validation_loader' is not defined
0.255742
Traceback (most recent call last): "/opt/local/lib/python2.7/site-packages/bypy-1.0.17-py2.7.egg/EGG-INFO/scripts/bypy.py", line 1258, in __request_work "/opt/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 109, in post return request('post', url, data=data, json=json, *_kwargs) "/opt/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/api.py", line 50, in request response = session.request(method=method, url=url, *_kwargs) "/opt/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 465, in request resp = self.send(prep, *_send_kwargs) "/opt/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/sessions.py", line 573, in send r = adapter.send(request, *_kwargs) "/opt/local/lib/python2.7/site-packages/requests-2.7.0-py2.7.egg/requests/adapters.py", line 415, in send raise ConnectionError(err, request=request)ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
Traceback (most recent call last): "/usr/bin/wal", line 11, in <module> load_entry_point('pywal==3.3.0', 'console_scripts', 'wal')() "/usr/lib/python3.7/site-packages/pywal/__main__.py", line 208, in main parse_args(parser) "/usr/lib/python3.7/site-packages/pywal/__main__.py", line 164, in parse_args sat=args.saturate) "/usr/lib/python3.7/site-packages/pywal/colors.py", line 144, in get colors = getattr(backend, "get")(img, light) "/usr/lib/python3.7/site-packages/pywal/backends/haishoku.py", line 37, in get return adjust(cols, light) "/usr/lib/python3.7/site-packages/pywal/backends/haishoku.py", line 31, in adjust return colors.generic_adjust(raw_colors, light) "/usr/lib/python3.7/site-packages/pywal/colors.py", line 71, in generic_adjust colors[15] = colors[7] IndexError: list assignment index out of range
0.280077
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/tornado/web.py", line 1115, in _stack_context_handle_exception raise_exc_info((type, value, traceback)) "/usr/lib/python2.7/site-packages/tornado/web.py", line 1298, in wrapper result = method(self, _args, *_kwargs) "/usr/local/src/leapcast/leapcast/services/leap_factory.py", line 126, in post status['browser'] = Browser(appurl) "/usr/local/src/leapcast/leapcast/services/leap_factory.py", line 31, in __init__ self.pid = subprocess.Popen(args) "/usr/lib64/python2.7/subprocess.py", line 711, in **init** errread, errwrite) "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory
Traceback (most recent call last): "main.py", line 39, in <module> start_hook() "main.py", line 17, in start_hook pprint.pprint(device.enumerate_applications()) "/home/user/projects/aaa/venv/lib/python3.6/site-packages/frida/core.py", line 26, in wrapper return f(*args, **kwargs) "/home/user/projects/aaa/venv/lib/python3.6/site-packages/frida/core.py", line 97, in enumerate_applications return self._impl.enumerate_applications() frida.NotSupportedError: cannot read property 'getInstalledApplications' of null
0.295989
Traceback (most recent call last): "/usr/local/Cellar/aws-sam-cli/1.21.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/nodejs_npm/actions.py", line 59, in execute tarfile_name = self.subprocess_npm.run(["pack", "-q", package_path], cwd=self.scratch_dir).splitlines()[-1] "/usr/local/Cellar/aws-sam-cli/1.21.0/libexec/lib/python3.8/site-packages/aws_lambda_builders/workflows/nodejs_npm/npm.py", line 85, in run raise NpmExecutionError(message=err.decode("utf8").strip()) aws_lambda_builders.workflows.nodejs_npm.npm.NpmExecutionError: NPM Failed: npm ERR! code ENOLOCAL
WARNING: Writing cache to '/home/parker/.cache/youtube-dl/youtube-sigfuncs/js_vfl5aDZwb_84.json' failed: Traceback (most recent call last): "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 391, in _extract_signature_function cache_res = res(test_string) "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 449, in <lambda> return lambda s: initial_function([s]) "/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 113, in resf res = self.interpret_statement(stmt, local_vars) "/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 45, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 58, in interpret_expression val = local_vars[m.group('in')]KeyError: 'go'
0.174708
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2324, in _real_extract doc = compat_etree_fromstring(webpage.encode('utf-8')) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2542, in compat_etree_fromstring doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory))) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2531, in _XML parser.feed(text) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed self._raiseerror(v) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror raise err ParseError: not well-formed (invalid token): line 408, column 32
Traceback (most recent call last): "/builddir/build/BUILD/salt-0.15.0/tests/unit/pydsl_test.py", line 363, in test_rendering_includes self.assertEqual(f.read(), expected) AssertionError: 'X1\nX3\nX2\nY1 extended\nY2 extended\nY3\nhello red 1\nhello green 2\nhello blue 3\n' != 'X1\nX2\nX3\nY1 extended\nY2 extended\nY3\nhello red 1\nhello green 2\nhello blue 3\n'
0.194333
Traceback (most recent call last): "script/experiment/train_ml.py", line 850, in <module> main() "script/experiment/train_ml.py", line 806, in main writer = SummaryWriter(log_dir=osp.join(cfg.exp_dir, 'tensorboard')) "/home/user2/anaconda3/envs/runfa2/lib/python2.7/site-packages/tensorboardX/writer.py", line 254, in __init__ self._get_file_writer() "/home/user2/anaconda3/envs/runfa2/lib/python2.7/site-packages/tensorboardX/writer.py", line 310, in _get_file_writer self.file_writer = Writer(logdir=self.logdir, **self.kwargs) TypeError: __init__() got an unexpected keyword argument 'log_dir'
Traceback (most recent call last): "/Users/buildbot-worker/worker/buildpackage_macOS/build/.venv/lib/python3.6/site-packages/requests/adapters.py", line 440, in send "/Users/buildbot-worker/worker/buildpackage_macOS/build/.venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen "/Users/buildbot-worker/worker/buildpackage_macOS/build/.venv/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.64.18', port=2376): Max retries exceeded with url: /v1.21/images/golemfactory%2Fblender%3A1.4/json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x10f0de9b0>: Failed to establish a new connection: [Errno 60] Operation timed out',))
0.289314
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 471, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 134, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 254, in _real_extract raise ExtractorError(u'Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://www.cbs.com/shows/garth-brooks/video/_u7W953k6la293J7EPTd9oHkSPs6Xn6_/connect-chat-feat-garth-brooks/; 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): "/usr/local/lib/python3.5/dist-packages/requests/packages/urllib3/connectionpool.py", line 372, in _make_request httplib_response = conn.getresponse(buffering=True) TypeError: getresponse() got an unexpected keyword argument 'buffering'
0.20497
Traceback (most recent call last): "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/starlette/middleware/errors.py", line 159, in __call__ await self.app(scope, receive, _send) "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/starlette/exceptions.py", line 82, in __call__ raise exc from None "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/starlette/exceptions.py", line 71, in __call__ await self.app(scope, receive, sender) "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/starlette/routing.py", line 550, in __call__ await route.handle(scope, receive, send) "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/starlette/routing.py", line 227, in handle await self.app(scope, receive, send) "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/starlette/routing.py", line 41, in app response = await func(request) "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/fastapi/routing.py", line 213, in app is_coroutine=is_coroutine, "/Users/jomasti/.local/pyenv/versions/repro/lib/python3.7/site-packages/fastapi/routing.py", line 126, in serialize_response raise ValidationError(errors, field.type_) pydantic.error_wrappers.ValidationError: <unprintable ValidationError object>
Traceback (most recent call last): "/home/django/zavifoto/bin/djangocms", line 11, in <module> "/home/django/zavifoto/local/lib/python2.7/site-packages/djangocms_installer/main.py", line 47, in execute "/usr/lib/python2.7/shutil.py", line 256, in rmtree onerror(os.rmdir, path, sys.exc_info()) "/usr/lib/python2.7/shutil.py", line 254, in rmtree os.rmdir(path)OSError: [Errno 22] Invalid argument: '.'
0.272329
Traceback (most recent call last): "/Users/lukas/client/wandb/media.py", line 23, in __init__ from PIL import Image as PILImage ModuleNotFoundError: No module named 'PIL'
Traceback (most recent call last): "/srv/homeassistant/lib/python3.7/site-packages/pyatmo/auth.py", line 129, in query rsp = self._oauth.post(url=url, data=params, timeout=timeout) "/srv/homeassistant/lib/python3.7/site-packages/requests/sessions.py", line 578, in post return self.request('POST', url, data=data, json=json, **kwargs) "/srv/homeassistant/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 478, in request url, http_method=method, body=data, headers=headers "/srv/homeassistant/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py", line 198, in add_token raise TokenExpiredError() oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired)
0.265447
Traceback (most recent call last): "/home/lejo189/Apps/mobsf/Mobile-Security-Framework-MobSF/DynamicAnalyzer/views/android/shared.py", line 69, in adb_command result = subprocess.check_output(args) "/usr/lib/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout "/usr/lib/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['/home/lejo189/Apps/mobsf/Mobile-Security-Framework-MobSF/DynamicAnalyzer/tools/adb/linux/adb', '-s', '192.168.43.242:5555', 'pull', '/data/local/com.name.pmr.application.tar', '/home/lejo189/Apps/mobsf/Mobile-Security-Framework-MobSF/uploads/be4bd9d8d1b64cfd60aa92d5d3ee5af5/com.name.pmr.application.tar']' returned non-zero exit status 1.
Traceback (most recent call last): "/opt/paperless/src/manage.py", line 18, in <module> execute_from_command_line(sys.argv) "/usr/local/lib/python3.4/dist-packages/django/core/management/__init__.py", line 367, in execute_from_command_line utility.execute() "/usr/local/lib/python3.4/dist-packages/django/core/management/__init__.py", line 359, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/usr/local/lib/python3.4/dist-packages/django/core/management/base.py", line 294, in run_from_argv self.execute(*args, **cmd_options) "/usr/local/lib/python3.4/dist-packages/django/core/management/base.py", line 345, in execute output = self.handle(*args, **options) "/opt/paperless/src/documents/management/commands/document_consumer.py", line 57, in handle self.loop() "/opt/paperless/src/documents/management/commands/document_consumer.py", line 67, in loop self.file_consumer.consume() "/opt/paperless/src/documents/consumer.py", line 124, in consume parsed_document.get_text(), "/opt/paperless/src/paperless_tesseract/parsers.py", line 55, in get_text return self._get_ocr(images) "/opt/paperless/src/paperless_tesseract/parsers.py", line 131, in _get_ocr raw_text = self._assemble_ocr_sections(imgs, middle, raw_text) "/opt/paperless/src/paperless_tesseract/parsers.py", line 174, in _assemble_ocr_sections text = self._ocr(imgs[:middle], self.DEFAULT_OCR_LANGUAGE) + text "/opt/paperless/src/paperless_tesseract/parsers.py", line 163, in _ocr r = pool.map(image_to_string, itertools.product(imgs, [lang])) "/usr/lib/python3.4/multiprocessing/pool.py", line 260, in map return self._map_async(func, iterable, mapstar, chunksize).get() "/usr/lib/python3.4/multiprocessing/pool.py", line 599, in get raise self._value pyocr.error.TesseractError: (-9, b'Tesseract Open Source OCR Engine v3.03 with Leptonica\n')
0.31879
Traceback (most recent call last): "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() "/opt/frigate/frigate/video.py", line 180, in run capture_frames(self.ffmpeg_process, self.name, self.frame_shape, self.frame_manager, self.frame_queue, self.take_frame, "/opt/frigate/frigate/video.py", line 130, in capture_frames frame_bytes = ffmpeg_process.stdout.read(frame_size) ValueError: PyMemoryView_FromBuffer(): info->buf must not be NULL
Traceback (most recent call last): "c:\python27\lib\site-packages\flexget\task_queue.py", line 47, in run self.current_task.execute() "c:\python27\lib\site-packages\flexget\task.py", line 70, in wrapper return func(self, _args, *_kw) "c:\python27\lib\site-packages\flexget\task.py", line 583, in execute self._execute() "c:\python27\lib\site-packages\flexget\task.py", line 561, in _execute entry.complete() "c:\python27\lib\site-packages\flexget\entry.py", line 165, in complete self.run_hooks('complete', *_kwargs) "c:\python27\lib\site-packages\flexget\entry.py", line 80, in run_hooks func(self, *_kwargs) "c:\python27\lib\site-packages\flexget\plugins\input\discover.py", line 175, in entry_complete search_results.remove(entry)KeyError: <Entry(title=Adventure.Time.S01E04.Ricardio.der.Mann.des.Herzens-Die.Geschaeftsmaenner.German.DL.dTV.XviD-pbw,state=rejected)>
0.285261
Traceback (most recent call last): "uvloop/cbhandles.pyx", line 70, in uvloop.loop.Handle._run "/usr/local/lib/python3.7/dist-packages/joycontrol/utils.py", line 58, in callback future.result() "/usr/local/lib/python3.7/dist-packages/joycontrol/protocol.py", line 155, in input_report_mode_full data = await reader "/usr/local/lib/python3.7/dist-packages/joycontrol/transport.py", line 99, in read data = await self._loop.sock_recv(self._itr_sock, self._read_buffer_size) "uvloop/loop.pyx", line 2430, in sock_recv "uvloop/loop.pyx", line 926, in uvloop.loop.Loop._sock_recv ConnectionRefusedError: [Errno 111] Connection refused
Traceback (most recent call last): "/usr/local/bin/subliminal", line 9, in <module> load_entry_point('subliminal==0.7.0', 'console_scripts', 'subliminal')() "build/bdist.linux-x86_64/egg/subliminal/cli.py", line 70, in subliminal "build/bdist.linux-x86_64/egg/subliminal/video.py", line 273, in scan_videos "build/bdist.linux-x86_64/egg/subliminal/video.py", line 186, in scan_video "/usr/local/lib/python2.7/site-packages/enzyme/mkv.py", line 38, in **init** raise MalformedMKVError('No Segment found')enzyme.exceptions.MalformedMKVError: No Segment found
0.263399
Traceback (most recent call last): "dwt_util.py", line 205, in set_registryWindowsError: [Error 5] Access is denied
> Traceback (most recent call last): "byol.py", line 221, in <module> main(args) "byol.py", line 160, in main loss = learner(X) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/apex/parallel/distributed.py", line 560, in forward result = self.module(*inputs, **kwargs) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/apex/amp/_initialize.py", line 197, in new_fwd **applier(kwargs, input_caster)) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/byol_pytorch/byol_pytorch.py", line 187, in forward image_one, image_two = self.augment(x), self.augment(x) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/torch/nn/modules/container.py", line 117, in forward input = module(input) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl result = self.forward(*input, **kwargs) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/kornia/augmentation/augmentation.py", line 63, in forward output = self.apply_transform(input, self._params) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/kornia/augmentation/augmentation.py", line 709, in apply_transform return F.apply_crop(input, params) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/kornia/augmentation/functional.py", line 595, in apply_crop input, params['src'], params['dst'], resample_mode, align_corners=align_corners) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/kornia/geometry/transform/crop.py", line 177, in crop_by_boxes dst_trans_src: torch.Tensor = get_perspective_transform(src_box.to(tensor.dtype), dst_box.to(tensor.dtype)) "/root/PycharmProjects/torch16projects/venv/lib/python3.6/site-packages/kornia/geometry/transform/imgwarp.py", line 249, in get_perspective_transform X, LU = torch.solve(b, A) RuntimeError: "solve_cpu" not implemented for 'Half'
0.260761
Traceback (most recent call last): "/usr/lib/python2.6/atexit.py", line 24, in _run_exitfuncs func(*targs, **kargs) "<ipython console>", line 1, in fooZeroDivisionError: integer division or modulo by zero
Traceback (most recent call last): "<string>", line 17, in <module> "/tmp/ve/src/carrot/my-carrot-subdirectory/setup.py", line 17, in <module> import carrot ImportError: No module named carrot
0.238932
Traceback (most recent call last): "scriptHandler.pyc", line 208, in executeScript "NVDAObjects\IAccessible\winword.pyc", line 260, in script_reportCurrentHeaders "comtypesMonkeyPatches.pyc", line 82, in new__getattr__ "comtypes\client\lazybind.pyc", line 168, in __getattr__ "comtypes\automation.pyc", line 729, in _invoke "comtypesMonkeyPatches.pyc", line 26, in __call__ _ctypes.COMError: (-2146822347, None, ('Das angeforderte Element ist nicht in der Sammlung vorhanden.', 'Microsoft Word', 'wdmain11.chm', 25421, None))
Traceback (most recent call last): "C:\Users\Admin\AppData\Roaming\Python\Python37\site-packages\pyrogram\client.py", line 954, in get_file if file_size != 0 TypeError: '<' not supported between instances of 'NoneType' and 'int'
0.301803
Traceback (most recent call last): "/home/www-data/web2py/gluon/restricted.py", line 219, in restricted exec(ccode, environment) "applications/<app_name>/models/scheduler.py", line 22, in <module> import applications.<app_name>.modules.customSSH as customSSH "/home/www-data/web2py/gluon/custom_import.py", line 111, in custom_importer return NATIVE_IMPORTER(name, globals, locals, fromlist, level) "applications/<app_name>/modules/customSSH.py", line 4, in <module> import applications.<app_name>.modules.multiprocessing as multiprocessing "/home/www-data/web2py/gluon/custom_import.py", line 111, in custom_importer return NATIVE_IMPORTER(name, globals, locals, fromlist, level) "applications/<app_name>/modules/multiprocessing/__init__.py", line 64, in <module> import multiprocessing.patch "/home/www-data/web2py/gluon/custom_import.py", line 111, in custom_importer return NATIVE_IMPORTER(name, globals, locals, fromlist, level) ImportError: No module named patch
Traceback (most recent call last): "/usr/lib64/python2.7/_MozillaCookieJar.py", line 71, in _really_load line.split("\t")ValueError: need more than 1 value to unpack
0.254627
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/usr/lib/python2.7/site-packages/awx/wsgi.py", line 65, in _legacy_get_response return super(AWXWSGIHandler, self)._legacy_get_response(request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 244, in _legacy_get_response response = middleware_method(request) "/usr/lib/python2.7/site-packages/awx/main/middleware.py", line 195, in process_request executor = MigrationExecutor(connection) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/executor.py", line 20, in __init__ self.loader = MigrationLoader(self.connection) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/loader.py", line 52, in __init__ self.build_graph() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/loader.py", line 209, in build_graph self.applied_migrations = recorder.applied_migrations() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 65, in applied_migrations self.ensure_schema() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 52, in ensure_schema if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()): "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 254, in cursor return self._cursor() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 229, in _cursor self.ensure_connection() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 213, in ensure_connection self.connect() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/utils.py", line 94, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 213, in ensure_connection self.connect() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 189, in connect self.connection = self.get_new_connection(conn_params) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/postgresql/base.py", line 176, in get_new_connection connection = Database.connect(**conn_params) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/psycopg2/__init__.py", line 130, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) OperationalError: FATAL: could not open file "base/16384/2601": No such file or directory
Traceback (most recent call last): "/Users/matts/ansible/bin/ansible-playbook", line 317, in <module> sys.exit(main(sys.argv[1:])) "/Users/matts/ansible/bin/ansible-playbook", line 257, in main pb.run() "/Library/Python/2.7/site-packages/ansible-1.7-py2.7.egg/ansible/playbook/__init__.py", line 319, in run if not self._run_play(play): "/Library/Python/2.7/site-packages/ansible-1.7-py2.7.egg/ansible/playbook/__init__.py", line 673, in _run_play if not self._run_task(play, task, False): "/Library/Python/2.7/site-packages/ansible-1.7-py2.7.egg/ansible/playbook/__init__.py", line 449, in _run_task results = self._run_task_internal(task) "/Library/Python/2.7/site-packages/ansible-1.7-py2.7.egg/ansible/playbook/__init__.py", line 413, in _run_task_internal self.runner_callbacks.on_async_ok(host, res, poller.runner.vars_cache[host]['ansible_job_id'])KeyError: 'ansible_job_id'
0.280905
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/pipenv/patched/pip/_vendor/requests/adapters.py", line 423, in send timeout=timeout "/usr/lib/python3.6/site-packages/pipenv/patched/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 595, in urlopen chunked=chunked) "/usr/lib/python3.6/site-packages/pipenv/patched/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 352, in _make_request self._validate_conn(conn) "/usr/lib/python3.6/site-packages/pipenv/patched/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 831, in _validate_conn conn.connect() "/usr/lib/python3.6/site-packages/pipenv/patched/pip/_vendor/requests/packages/urllib3/connection.py", line 289, in connect ssl_version=resolved_ssl_version) "/usr/lib/python3.6/site-packages/pipenv/patched/pip/_vendor/requests/packages/urllib3/util/ssl_.py", line 297, in ssl_wrap_socket raise SSLError(e) pip._vendor.requests.packages.urllib3.exceptions.SSLError: [Errno 2] No such file or directory
Traceback (most recent call last): "wechat_jump_auto_iOS.py", line 7, in <module> from PIL import Image, ImageDraw ModuleNotFoundError: No module named 'PIL'
0.234173
Traceback (most recent call last): "**main**.py", line 18, in <module> "youtube_dl__init__.pyo", line 805, in main "youtube_dl__init__.pyo", line 795, in _real_main "youtube_dl\YoutubeDL.pyo", line 982, in download "youtube_dl\YoutubeDL.pyo", line 510, in extract_info "youtube_dl\YoutubeDL.pyo", line 539, in process_ie_result "youtube_dl\YoutubeDL.pyo", line 763, in process_video_result "youtube_dl\YoutubeDL.pyo", line 953, in process_info "youtube_dl\YoutubeDL.pyo", line 929, in dl "youtube_dl\downloader\common.pyo", line 290, in download "youtube_dl\downloader\hls.pyo", line 29, in real_download "subprocess.pyo", line 524, in call "subprocess.pyo", line 711, in __init__ "subprocess.pyo", line 948, in _execute_childUnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 213
Traceback (most recent call last): "/home/travis/build/mhallsmoore/qstrader/tests/test_statistics.py", line 159, in test_calculating_statistics results = statistics.get_results() "/home/travis/build/mhallsmoore/qstrader/qstrader/statistics/simple.py", line 70, in get_results timeseries[0] = timeseries[1] - pd.Timedelta(days=1) "pandas/tslib.pyx", line 2522, in pandas.tslib.Timedelta._binary_op_method_timedeltalike.f (pandas/tslib.c:45617) "pandas/tslib.pyx", line 2258, in pandas.tslib.Timedelta.__new__ (pandas/tslib.c:40892) "pandas/tslib.pyx", line 2742, in pandas.tslib.parse_timedelta_string (pandas/tslib.c:48473)ValueError: only leading negative signs are allowed
0.287598
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 641, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 368, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 685, in reraise raise value.with_traceback(tb) "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 603, in urlopen chunked=chunked) "/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 355, in _make_request conn.request(method, url, **httplib_request_kw) "/usr/lib/python3.7/http/client.py", line 1244, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/lib/python3.7/http/client.py", line 1290, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/lib/python3.7/http/client.py", line 1239, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/lib/python3.7/http/client.py", line 1026, in _send_output self.send(msg) "/usr/lib/python3.7/http/client.py", line 966, in send self.connect() "/home/stephen/.local/lib/python3.7/site-packages/docker/transport/unixconn.py", line 43, in connect sock.connect(self.unix_socket) urllib3.exceptions.ProtocolError: ('Connection aborted.', NotFoundError(2, 'No such file or directory'))
Traceback (most recent call last): "../demo/PCA_demo3.py", line 33, in <module> print(model.predict(x_test[0:100])) "../loglizer/models/PCA.py", line 93, in predict y_a = np.dot(self.proj_C, X[i, :]) ValueError: shapes (16,16) and (14,) not aligned: 16 (dim 1) != 14 (dim 0)
0.184135
Traceback (most recent call last): "C:\salt\bin\lib\site-packages\salt\state.py", line 1933, in call **cdata['kwargs']) "C:\salt\bin\lib\site-packages\salt\loader.py", line 1951, in wrapper return f(*args, **kwargs) "C:\salt\bin\lib\site-packages\salt\states\win_dacl.py", line 94, in present tRet = __salt__['win_dacl.check_ace'](name, objectType, user, permission, acetype, propagation, True) "C:\salt\bin\lib\site-packages\salt\modules\win_dacl.py", line 781, in check_ace permissionbit = dc.getPermissionBit(objectTypeBit, permission) if permission else None "C:\salt\bin\lib\site-packages\salt\modules\win_dacl.py", line 231, in getPermissionBit .format(m, ', '.join(self.rights[t]))) salt.exceptions.CommandExecutionError: No right "READANDEXECUTE". It should be one of the following: FULLCONTROL, MODIFY, READ&EXECUTE, READ, WRITE
Traceback (most recent call last): "/usr/local/bin/pip2", line 11, in <module> load_entry_point('pip==9.0.1', 'console_scripts', 'pip2')() "/Users/dayas/Library/Python/2.7/lib/python/site-packages/pkg_resources/__init__.py", line 560, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/Users/dayas/Library/Python/2.7/lib/python/site-packages/pkg_resources/__init__.py", line 2647, in load_entry_point raise ImportError("Entry point %r not found" % ((group, name),)) ImportError: Entry point ('console_scripts', 'pip2') not found
0.328669