text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwvl_v2x\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwvl_v2x\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwvl_v2x\build\youtube_dl\extractor\odnoklassniki.py", line 142, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwvl_v2x\build\youtube_dl\extractor\common.py", line 1005, in _search_regex youtube_dl.utils.RegexNotFoundError: Unable to extract player; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/tmp/portage/dev-python/nose-9999/work/nose-9999-pypy1_8/functional_tests/test_multiprocessing/test_concurrent_shared.py", line 11, in runTest assert 'Ran 2 tests in 1.' in self.output, "make sure two tests use 1.x seconds (no more than 2 seconsd)"AssertionError: make sure two tests use 1.x seconds (no more than 2 seconsd)
0.116016
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-req-build-30id3uly/setup.py", line 313, in <module> extras_require=extras, "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/setuptools/__init__.py", line 144, in setup return distutils.core.setup(**attrs) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/setuptools/command/install.py", line 61, in run return orig.install.run(self) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/command/install.py", line 545, in run self.run_command('build') "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/command/build.py", line 135, in run self.run_command(cmd_name) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 87, in run _build_ext.run(self) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/command/build_ext.py", line 340, in run self.build_extensions() "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 580, in build_extensions build_ext.build_extensions(self) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/command/build_ext.py", line 449, in build_extensions self._build_extensions_serial() "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/command/build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 208, in build_extension _build_ext.build_extension(self, ext) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/distutils/command/build_ext.py", line 534, in build_extension depends=ext.depends) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 423, in unix_wrap_ninja_compile with_cuda=with_cuda) "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1140, in _write_ninja_file_and_compile_objects error_prefix='Error compiling objects for extension') "/home/luzhilin/anaconda3/envs/torch1.5/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1413, in _run_ninja_build raise RuntimeError(message) RuntimeError: Error compiling objects for extension
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 636, in run "calibre_plugins.dedrm.__init__", line 305, in ePubDecrypt DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.2 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
0.291794
Traceback (most recent call last): "/home/users/guhan/.local/lib/python3.6/site-packages/tornado/ioloop.py", line 269, in current return IOLoop._ioloop_for_asyncio[loop] KeyError: <_UnixSelectorEventLoop running=False closed=False debug=False>
Traceback (most recent call last): "deepid_class.py", line 257, in <module> simple_deepid(learning_rate=0.01, n_epochs=20, dataset=(sys.argv[1], sys.argv[2]), params_file=sys.argv[3], nkerns=[20,40,60,80], batch_size=500, n_hidden=160, n_out=1595, acti_func=relu) "deepid_class.py", line 245, in simple_deepid deepid.build_train_model() "deepid_class.py", line 193, in build_train_model self.y: self.train_set_y[self.index \* self.batch_size : (self.index+1) \* self.batch_size]} "/usr/local/lib/python2.7/dist-packages/theano/compile/function.py", line 266, in function profile=profile) "/usr/local/lib/python2.7/dist-packages/theano/compile/pfunc.py", line 489, in pfunc no_default_updates=no_default_updates) "/usr/local/lib/python2.7/dist-packages/theano/compile/pfunc.py", line 217, in rebuild_collect_shared raise TypeError(err_msg, err_sug)TypeError: ('An update must have the same type as the original shared variable (shared_var=W, shared_var.type=CudaNdarrayType(float32, matrix), update_val=Elemwise{sub,no_inplace}.0, update_val.type=TensorType(float64, matrix)).', 'If the difference is related to the broadcast pattern, you can call the tensor.unbroadcast(var, axis_to_unbroadcast[, ...]) function to remove broadcastable dimensions.')
0.299759
Traceback (most recent call last): "./spack/bin/spack", line 68, in <module> sys.exit(spack.main.main()) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/main.py", line 762, in main return _invoke_command(command, parser, args, unknown) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/main.py", line 490, in _invoke_command return_val = command(parser, args) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/cmd/install.py", line 371, in install install_specs(args, kwargs, zip(abstract_specs, specs)) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/cmd/install.py", line 213, in install_specs builder.install() "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/installer.py", line 1534, in install self._install_task(task) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/installer.py", line 1117, in _install_task self._setup_install_dir(pkg) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/installer.py", line 1270, in _setup_install_dir spack.store.layout.create_install_directory(pkg.spec) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/spack/directory_layout.py", line 312, in create_install_directory mkdirp(spec.prefix, mode=perms, group=group, default_perms='parents') "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 630, in mkdirp raise e "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 623, in mkdirp chgrp_if_not_world_writable(intermediate_path, "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 549, in chgrp_if_not_world_writable chgrp(path, group) "/net/ifs/home/jdoe/spacktest/spack/lib/spack/llnl/util/filesystem.py", line 310, in chgrp os.chown(path, -1, gid) OSError: [Errno 22] Invalid argument: '/net/ifs/home/jdoe/spacktest/spack/opt/spack/linux-ubuntu18.04-sandybridge'
Traceback (most recent call last): "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 279, in async_update_ha_state await self.async_device_update() "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity.py", line 476, in async_device_update await self.hass.async_add_executor_job(self.update) "/usr/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/netatmo/sensor.py", line 225, in update self.netatmo_data.update() "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/util/__init__.py", line 240, in wrapper result = method(*args, **kwargs) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/netatmo/sensor.py", line 550, in update self.station_data = self.station_data.__class__(self.auth) "/srv/homeassistant/lib/python3.7/site-packages/pyatmo/weather_station.py", line 24, in __init__ resp = self.authData.post_request(url=self.urlReq) "/srv/homeassistant/lib/python3.7/site-packages/pyatmo/auth.py", line 143, in post_request resp = query(url, params, timeout, 3) "/srv/homeassistant/lib/python3.7/site-packages/pyatmo/auth.py", line 137, in query self._oauth.token = self.refresh_tokens() "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/netatmo/api.py", line 32, in refresh_tokens self.session.async_ensure_token_valid(), self.hass.loop "/usr/lib/python3.7/concurrent/futures/_base.py", line 432, in result return self.__get_result() "/usr/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result raise self._exception "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_entry_oauth2_flow.py", line 413, in async_ensure_token_valid new_token = await self.implementation.async_refresh_token(self.token) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_entry_oauth2_flow.py", line 78, in async_refresh_token new_token = await self._async_refresh_token(token) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/cloud/account_link.py", line 143, in _async_refresh_token self.hass.data[DOMAIN], self.service, token["refresh_token"] "/srv/homeassistant/lib/python3.7/site-packages/hass_nabucasa/account_link.py", line 112, in async_fetch_access_token resp.raise_for_status() "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 946, in raise_for_status headers=self.headers) aiohttp.client_exceptions.ClientResponseError: 504, message='Gateway Time-out', url='https://account-link.nabucasa.com/refresh_token/netatmo
0.296651
Traceback (most recent call last): "Tests/test_numpy.py", line 43, in test_numpy_to_image assert_image(to_image(numpy.int), "I", (10, 10)) "Tests/test_numpy.py", line 21, in to_image i = Image.fromarray(a) "/Users/aclark/Developer/python-imaging/Pillow/PIL/Image.py", line 1916, in fromarray raise TypeError("Cannot handle this data type")TypeError: Cannot handle this data type
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-comptn20/PyEnchant/setup.py", line 212, in <module> import enchant "/tmp/pip-install-comptn20/PyEnchant/enchant/__init__.py", line 92, in <module> from enchant import _enchant as _e "/tmp/pip-install-comptn20/PyEnchant/enchant/_enchant.py", line 145, in <module> raise ImportError(msg) ImportError: The 'enchant' C library was not found. Please install it via your OS package manager, or use a pre-built binary wheel from PyPI.
0.31274
Traceback (most recent call last): "D:\SashaDebugging\PipenvDebugging\.venv\lib\weakref.py", line 548, in __call__ return info.func(*info.args, **(info.kwargs or {})) "D:\SashaDebugging\PipenvDebugging\.venv\lib\tempfile.py", line 795, in _cleanup _shutil.rmtree(name) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 507, in rmtree return _rmtree_unsafe(path, onerror) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 386, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 386, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 386, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) [Previous line repeated 1 more time] "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 391, in _rmtree_unsafe onerror(os.unlink, fullname, sys.exc_info()) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 389, in _rmtree_unsafe os.unlink(fullname)PermissionError: [WinError 5] Access is denied: 'C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\tmpqt7jng8dsource\\mdx-custom-span-class\\.git\\objects\\0d\\20b6487c61e7d1bde93acf4a14b7a89083a16d'
Traceback (most recent call last): "/Users/chez 1/.virtualenvs/flask-apps/lib/python3.6/site-packages/connexion/apis/abstract.py", line 243, in add_paths self.add_operation(method, path, endpoint, path_parameters) "/Users/chez 1/.virtualenvs/flask-apps/lib/python3.6/site-packages/connexion/apis/abstract.py", line 195, in add_operation pythonic_params=self.pythonic_params) "/Users/chez 1/.virtualenvs/flask-apps/lib/python3.6/site-packages/connexion/operation.py", line 223, in __init__ resolution = resolver.resolve(self) "/Users/chez 1/.virtualenvs/flask-apps/lib/python3.6/site-packages/connexion/resolver.py", line 40, in resolve return Resolution(self.resolve_function_from_operation_id(operation_id), operation_id) "/Users/chez 1/.virtualenvs/flask-apps/lib/python3.6/site-packages/connexion/resolver.py", line 67, in resolve_function_from_operation_id raise ResolverError(str(e), sys.exc_info()) connexion.exceptions.ResolverError: <ResolverError: module 'api.phish_finder' has no attribute 'search'>
0.227356
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 171, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 622, in run "calibre_plugins.dedrm.__init__", line 293, in ePubDecrypt DeDRMError: DeDRM v6.5.4: Ultimately failed to decrypt after 0.3 seconds.
Traceback (most recent call last): "C:\Users\gamem\Anaconda3\lib\site-packages\requests\models.py", line 676, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): "C:\Users\gamem\Anaconda3\lib\site-packages\requests\packages\urllib3\response.py", line 357, in stream data = self.read(amt=amt, decode_content=decode_content) "C:\Users\gamem\Anaconda3\lib\site-packages\requests\packages\urllib3\response.py", line 324, in read flush_decoder = True "C:\Users\gamem\Anaconda3\lib\contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) "C:\Users\gamem\Anaconda3\lib\site-packages\requests\packages\urllib3\response.py", line 237, in _error_catcher raise ReadTimeoutError(self._pool, None, 'Read timed out.')requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='binstar-cio-packages-prod.s3.amazonaws.com', port=443): Read timed out.
0.230111
Traceback (most recent call last): "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:841)
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-ZKdZJV/pyrogram/setup.py", line 24, in <module> from compiler.api import compiler as api_compiler "/tmp/pip-build-ZKdZJV/pyrogram/compiler/__init__.py", line 2 SyntaxError: Non-ASCII character '\xc3' in file /tmp/pip-build-ZKdZJV/pyrogram/compiler/__init__.py on line 2, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
0.197677
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.shi_du. Platform esphome does not generate unique IDs
Traceback (most recent call last): "C:/Users/david/OneDrive/Escritorio/repository1desk/gpt-2-simple/main_en.py", line 16, in <module> engine = pyttsx3.init("sapi5") "C:\ProgramData\Anaconda3\lib\site-packages\pyttsx3\__init__.py", line 22, in init eng = Engine(driverName, debug) "C:\ProgramData\Anaconda3\lib\site-packages\pyttsx3\engine.py", line 30, in __init__ self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug) "C:\ProgramData\Anaconda3\lib\site-packages\pyttsx3\driver.py", line 50, in __init__ self._module = importlib.import_module(name) "C:\ProgramData\Anaconda3\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "C:\ProgramData\Anaconda3\lib\site-packages\pyttsx3\drivers\sapi5.py", line 6, in <module> engine = comtypes.client.CreateObject("SAPI.SpVoice") "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\client\__init__.py", line 250, in CreateObject return _manage(obj, clsid, interface=interface) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\client\__init__.py", line 188, in _manage obj = GetBestInterface(obj) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\client\__init__.py", line 110, in GetBestInterface mod = GetModule(tlib) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\client\_generate.py", line 110, in GetModule mod = _CreateWrapper(tlib, pathname) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\client\_generate.py", line 184, in _CreateWrapper mod = _my_import(fullname) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\client\_generate.py", line 24, in _my_import return __import__(fullname, globals(), locals(), ['DUMMY']) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\gen\_C866CA3A_32F7_11D2_9602_00C04F8EE628_0_5_4.py", line 73, in <module> ( ['out', 'retval'], POINTER(BSTR), 'ValueName' )), "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\__init__.py", line 329, in __setattr__ self._make_methods(value) "C:\ProgramData\Anaconda3\lib\site-packages\comtypes\__init__.py", line 698, in _make_methods prototype = WINFUNCTYPE(restype, *argtypes) "C:\ProgramData\Anaconda3\lib\ctypes\__init__.py", line 123, in WINFUNCTYPE class WinFunctionType(_CFuncPtr): TypeError: item 2 in _argtypes_ passes a union by value, which is unsupported.
0.244145
Traceback (most recent call last): "/Users/john/bin/graph_conv_trvate.py", line 56, in <module> raw_train_set = loader.featurize(train_csv, shard_size=8192) "/usr/local/lib/python3.7/site-packages/deepchem/data/data_loader.py", line 239, in featurize shard_generator(), data_dir, self.tasks, verbose=self.verbose) "/usr/local/lib/python3.7/site-packages/deepchem/data/datasets.py", line 557, in create_dataset for shard_num, (X, y, w, ids) in enumerate(shard_generator): "/usr/local/lib/python3.7/site-packages/deepchem/data/data_loader.py", line 217, in shard_generator X, valid_inds = self.featurize_shard(shard) "/usr/local/lib/python3.7/site-packages/deepchem/data/data_loader.py", line 261, in featurize_shard return featurize_smiles_df(shard, self.featurizer, field=self.smiles_field) "/usr/local/lib/python3.7/site-packages/deepchem/data/data_loader.py", line 84, in featurize_smiles_df return np.squeeze(np.array(features), axis=1), valid_inds "<__array_function__ internals>", line 6, in squeeze "/usr/local/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 1438, in squeeze return squeeze(axis=axis) numpy.AxisError: axis 1 is out of bounds for array of dimension 1
Traceback (most recent call last): "/redacted/src/sqlmap/_sqlmap.py", line 72, in main start() "/redacted/src/sqlmap/lib/controller/controller.py", line 568, in start action() "/redacted/src/sqlmap/lib/controller/action.py", line 160, in action conf.dbmsHandler.osShell() "/redacted/src/sqlmap/plugins/generic/takeover.py", line 80, in osShell self.initEnv(web=web) "/redacted/src/sqlmap/lib/takeover/abstraction.py", line 198, in initEnv self.udfInjectSys() "/redacted/src/sqlmap/lib/takeover/udf.py", line 168, in udfInjectSys self.udfSetLocalPaths() "/redacted/src/sqlmap/plugins/dbms/postgresql/takeover.py", line 42, in udfSetLocalPaths self.getVersionFromBanner() "/redacted/src/sqlmap/plugins/generic/misc.py", line 89, in getVersionFromBanner kb.bannerFp["dbmsVersion"] = (kb.bannerFp["dbmsVersion"] or "").replace(",", "").replace("-", "").replace(" ", "")AttributeError: 'BigArray' object has no attribute 'replace'
0.308038
Traceback (most recent call last): "/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 16, in <module> from . import multiarray ImportError: cannot import name 'multiarray' from 'numpy.core' (/usr/lib/python3/dist-packages/numpy/core/__init__.py)
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
0.255367
Traceback (most recent call last): "/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero
[autoreload of pandas.core.computation.pytables failed: Traceback (most recent call last): "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check superreload(m, reload, self.old_objects) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload module = reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload return importlib.reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload _bootstrap._exec(spec, module) "<frozen importlib._bootstrap>", line 618, in _exec "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/computation/pytables.py", line 9, in <module> import pandas.core.common as com AttributeError: module 'pandas.core' has no attribute 'common'
0.19746
Traceback (most recent call last): "/home/rvierte/origin-spack/lib/spack/spack/build_environment.py", line 815, in child_process return_value = function() "/home/rvierte/origin-spack/lib/spack/spack/package.py", line 1737, in build_process phase(self.spec, self.prefix) "/home/rvierte/origin-spack/lib/spack/spack/package.py", line 111, in phase_wrapper phase(spec, prefix) "/home/rvierte/origin-spack/var/spack/repos/builtin/packages/suite-sparse/package.py", line 126, in install "/home/rvierte/origin-spack/lib/spack/spack/build_environment.py", line 131, in __call__ return super(MakeExecutable, self).__call__(*args, **kwargs) "/home/rvierte/origin-spack/lib/spack/spack/util/executable.py", line 189, in __call__ proc.returncode, long_msg) spack.util.executable.ProcessError: Command exited with status 2:
Traceback (most recent call last): "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix_telegram/puppet.py", line 245, in update_info changed = await self.update_avatar(source, info.photo) or changed "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix_telegram/puppet.py", line 321, in update_avatar file = await util.transfer_file_to_matrix(source.client, self.default_mxid_intent, loc) "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix_telegram/util/file_transfer.py", line 182, in transfer_file_to_matrix return await _unlocked_transfer_file_to_matrix(client, intent, location_id, location, "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix_telegram/util/file_transfer.py", line 238, in _unlocked_transfer_file_to_matrix content_uri = await intent.upload_media(file, upload_mime_type) "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix/appservice/api/intent.py", line 79, in wrapper return await __method(*args, **kwargs) "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix/client/api/modules/media_repository.py", line 58, in upload_media resp = await self.api.request(Method.POST, MediaPath.upload, content=data, "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix/api.py", line 205, in request return await self._send(method, endpoint, content, query_params, headers or {}) "/home/matrix/telegram-bridge/venv/lib/python3.8/site-packages/mautrix/api.py", line 144, in _send raise make_request_error(http_status=response.status, mautrix.errors.request.MatrixUnknownRequestError: 404:
0.274853
Traceback (most recent call last): "/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vaex/scopes.py", line 97, in evaluate result = self[expression] "/opt/local/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/vaex/scopes.py", line 144, in __getitem__ raise KeyError("Unknown variables or column: %r" % (variable,)) KeyError: "Unknown variables or column: 'somevalue'"
Traceback (most recent call last): "D:\ProgramData\Anaconda3\envs\tensorflow\lib\site-packages\spyder\widgets\github\backend.py", line 141, in send_report ret = repo.issues.post(title=title, body=body) "D:\ProgramData\Anaconda3\envs\tensorflow\lib\site-packages\spyder\utils\external\github.py", line 124, in __call__ return self._gh._http(self._method, self._path, **kw) "D:\ProgramData\Anaconda3\envs\tensorflow\lib\site-packages\spyder\utils\external\github.py", line 260, in _http raise ApiError(url, req, resp)spyder.utils.external.github.ApiError: https://api.github.com/repos/spyder-ide/spyder/issues
0.30131
Traceback (most recent call last): ".\Src\StdLib\Lib\ctypes\test\test_unicode.py", line 115, in test_ascii_replace self.assertEqual(func(u"äöüß"), "????") AssertionError: u'\xe4\xf6\xfc\xdf' != '????'
```Traceback (most recent call last): "/root/Desktop/BLACKBOX/zeus-scanner/var/blackwidow/__init__.py", line 43, in test_connection proxy=self.proxy "/root/Desktop/BLACKBOX/zeus-scanner/lib/core/common.py", line 335, in get_page req = requests.get(url, params=headers, proxies=proxies, verify=False, timeout=20) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get return request('get', url, params=params, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request return session.request(method=method, url=url, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 473, in send raise ConnectionError(err, request=request)ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
0.21505
fatal: [127.0.0.1 -> localhost]: FAILED! => {"changed": false, "failed": true, "module_stderr": "Traceback (most recent call last):\n \"/var/folders/kr/pdz2r4pd43q4f4bwfsx6d_20b2sqwb/T/ansible_6dBl6n/ansible_module_ec2_group.py\", line 483, in <module>\n main()\n \"/var/folders/kr/pdz2r4pd43q4f4bwfsx6d_20b2sqwb/T/ansible_6dBl6n/ansible_module_ec2_group.py\", line 435, in main\n cidr_ip=thisip)\n \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/boto-2.43.0-py2.7.egg/boto/ec2/connection.py\", line 3245, in authorize_security_group_egress\n params, verb='POST')\n \"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/boto-2.43.0-py2.7.egg/boto/connection.py\", line 1227, in get_status\n raise self.ResponseError(response.status, response.reason, body)\nboto.exception.EC2ResponseError: EC2ResponseError: 400 Bad Request\n<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<Response><Errors><Error><Code>RulesPerSecurityGroupLimitExceeded</Code><Message>The maximum number of rules per security group has been reached.</Message></Error></Errors><RequestID>c398627e-ab1c-4e58-920c-3492835e02e1</RequestID></Response>\n", "module_stdout": "", "msg": "MODULE FAILURE", "rc": 1} ```
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/s3cmd-2.0.2-py3.6.egg/EGG-INFO/scripts/s3cmd", line 3092, in <module> "/usr/local/lib/python3.6/dist-packages/s3cmd-2.0.2-py3.6.egg/EGG-INFO/scripts/s3cmd", line 3001, in main "/usr/local/lib/python3.6/dist-packages/s3cmd-2.0.2-py3.6.egg/EGG-INFO/scripts/s3cmd", line 944, in cmd_info TypeError: must be str, not NoneType
0.309856
Traceback (most recent call last): "/home/MrNeither/PycharmProjects/change-detection/analysis.py", line 94, in model_run2d mu_ = pm.math.switch(tau > idx, mu_1, mu_2) "/home/MrNeither/anaconda3/lib/python3.8/site-packages/theano/gof/op.py", line 674, in __call__ required = thunk() "/home/MrNeither/anaconda3/lib/python3.8/site-packages/theano/gof/op.py", line 862, in rval thunk() "/home/MrNeither/anaconda3/lib/python3.8/site-packages/theano/gof/cc.py", line 1739, in __call__ reraise(exc_type, exc_value, exc_trace) "/home/MrNeither/anaconda3/lib/python3.8/site-packages/six.py", line 703, in reraise raise value ValueError: Input dimension mis-match. (input[0].shape[2] = 100, input[1].shape[2] = 2)
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 603, in urlopen chunked=chunked) "/usr/local/lib/python3.5/dist-packages/urllib3/connectionpool.py", line 355, in _make_request conn.request(method, url, **httplib_request_kw) "/usr/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) "/usr/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) "/usr/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) "/usr/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) "/usr/lib/python3.5/http/client.py", line 877, in send self.connect() "/usr/local/lib/python3.5/dist-packages/urllib3/connection.py", line 183, in connect conn = self._new_conn() "/usr/local/lib/python3.5/dist-packages/urllib3/connection.py", line 169, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fa77caa07b8>: Failed to establish a new connection: [Errno 111] Connection refused
0.302285
Traceback (most recent call last): "../mtcars.py", line 2, in <module> ggplot(data=mtcars, aesthetics=aes('wt', 'mpg', 'qsec') + geom_line()) "/home/shibbiry/.virtualenvs/ggplot_bug/lib/python3.5/site-packages/ggplot/ggplot.py", line 55, in __init__ self._handle_index() "/home/shibbiry/.virtualenvs/ggplot_bug/lib/python3.5/site-packages/ggplot/ggplot.py", line 134, in _handle_index if '__index__' in self._aes.values():AttributeError: 'geom_line' object has no attribute 'values'
Traceback (most recent call last): "/home/johnny/src/beets/beet", line 23, in <module> beets.ui.main() "/home/johnny/src/beets/beets/ui/__init__.py", line 1288, in main _raw_main(args) "/home/johnny/src/beets/beets/ui/__init__.py", line 1275, in _raw_main subcommand.func(lib, suboptions, subargs) "/home/johnny/src/beets/beets/ui/commands.py", line 968, in import_func import_files(lib, paths, query) "/home/johnny/src/beets/beets/ui/commands.py", line 945, in import_files session.run() "/home/johnny/src/beets/beets/importer.py", line 320, in run pl.run_parallel(QUEUE_SIZE) "/home/johnny/src/beets/beets/util/pipeline.py", line 445, in run_parallel six.reraise(exc_info[0], exc_info[1], exc_info[2]) "/home/johnny/.local/share/pyenv/versions/3.4.5/lib/python3.4/site-packages/six.py", line 686, in reraise raise value "/home/johnny/src/beets/beets/util/pipeline.py", line 312, in run out = self.coro.send(msg) "/home/johnny/src/beets/beets/util/pipeline.py", line 194, in coro func(*(args + (task,))) "/home/johnny/src/beets/beets/importer.py", line 1264, in lookup_candidates task.lookup_candidates() "/home/johnny/src/beets/beets/importer.py", line 591, in lookup_candidates autotag.tag_album(self.items, search_ids=self.search_ids) "/home/johnny/src/beets/beets/autotag/match.py", line 446, in tag_album candidates = sorted(candidates.values())TypeError: unorderable types: AlbumInfo() < AlbumInfo()
0.289171
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 275, in start self.scan_end_hook() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 473, in scan_end_hook parser_cache.dpc.clear() "/usr/share/w3af/w3af/core/data/parsers/parser_cache.py", line 59, in clear mp_doc_parser.stop_workers() "/usr/share/w3af/w3af/core/data/parsers/mp_document_parser.py", line 99, in stop_workers self._processes.clear()AttributeError: 'NoneType' object has no attribute 'clear'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 651, in _real_extract doc = parse_xml(webpage) "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 1411, in parse_xml tree = xml.etree.ElementTree.XML(s.encode('utf-8'), **kwargs) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1300, 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 errParseError: undefined entity: line 23, column 0
0.224999
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2308, 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 59, column 17
Flask Traceback (most recent call last): "C:\myproject\auth.py", line 26, in user_token verify_jwt_in_request() "C:\myproject\venv\lib\site-packages\flask_jwt_extended\view_decorators.py", line 32, in verify_jwt_in_request jwt_data, jwt_header = _decode_jwt_from_request(request_type='access') "C:\myproject\venv\lib\site-packages\flask_jwt_extended\view_decorators.py", line 293, in _decode_jwt_from_request encoded_token, csrf_token = get_encoded_token_function() "C:\myproject\venv\lib\site-packages\flask_jwt_extended\view_decorators.py", line 277, in <lambda> lambda: _decode_jwt_from_cookies(request_type)) "C:\myproject\venv\lib\site-packages\flask_jwt_extended\view_decorators.py", line 232, in _decode_jwt_from_cookies raise CSRFError("Missing CSRF token") flask_jwt_extended.exceptions.CSRFError: Missing CSRF token
0.262263
Traceback (most recent call last): "/home/user/eltek/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap real_scan_start() "/home/user/eltek/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start self.w3af.start() "/home/user/eltek/w3af/w3af/core/controllers/w3afCore.py", line 221, in start self.strategy.start() "/home/user/eltek/w3af/w3af/core/controllers/core_helpers/strategy.py", line 124, in start self._setup_auth() "/home/user/eltek/w3af/w3af/core/controllers/core_helpers/strategy.py", line 779, in _setup_auth self._auth_consumer.force_login() "/home/user/eltek/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 123, in force_login self._login() "/home/user/eltek/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 54, in _wrapper result = method(self, function_id, *args, **kwds) "/home/user/eltek/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 114, in _login self.handle_exception('auth', plugin.get_name(), None, e) "/home/user/eltek/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 543, in handle_exception enabled_plugins = pprint_plugins(self._w3af_core) "/home/user/eltek/w3af/w3af/core/controllers/exception_handling/helpers.py", line 38, in pprint_plugins plugs_opts = copy.deepcopy(w3af_core.plugins.get_all_plugin_options()) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 230, in _deepcopy_list y.append(deepcopy(a, memo)) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 174, in deepcopy y = copier(memo)TypeError: gobject.GObject descendants' instances are non-copyable
Traceback (most recent call last): "/home/travis/build/femtotrader/pandas-datareader/pandas_datareader/tests/test_eurostat.py", line 74, in test_get_sts_cobp_a tm.assert_series_equal(result, expected) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/pandas/util/testing.py", line 681, in assert_series_equal assert_almost_equal(left.values, right.values, check_less_precise) "pandas/src/testing.pyx", line 58, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2906) "pandas/src/testing.pyx", line 93, in pandas._testing.assert_almost_equal (pandas/src/testing.c:1917) "pandas/src/testing.pyx", line 140, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2724)AssertionError: expected 200.05000 but got 200.00000, with decimal 5
0.234205
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/gns3_gui-1.0beta1-py3.4.egg/gns3/websocket_client.py", line 308, in data_received if self.once() == False: "/usr/local/lib/python3.4/dist-packages/ws4py-0.3.4-py3.4.egg/ws4py/websocket.py", line 305, in once if not self.process(b): "/usr/local/lib/python3.4/dist-packages/ws4py-0.3.4-py3.4.egg/ws4py/websocket.py", line 377, in process self.received_message(s.message) "/usr/local/lib/python3.4/dist-packages/gns3_gui-1.0beta1-py3.4.egg/gns3/websocket_client.py", line 238, in received_message del self.callbacks[request_id]KeyError: '094c691a-21cc-487c-8590-4a61149ce4f6'
Traceback (most recent call last): "<stdin>", line 7, in <module> "setup.py", line 17, in <module> metadata, options = get_config() "setup_posix.py", line 44, in get_config libs = mysql_config("libs_r") "setup_posix.py", line 26, in mysql_config raise EnvironmentError("%s not found" % (mysql_config.path,)) EnvironmentError: mysql_config not found
0.261474
Traceback (most recent call last): "main.py", line 244, in <module> train() "main.py", line 208, in train loss.backward() "/opt/conda/lib/python3.6/site-packages/torch/autograd/variable.py", line 167, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph, retain_variables) "/opt/conda/lib/python3.6/site-packages/torch/autograd/__init__.py", line 99, in backward variables, grad_variables, retain_graph) RuntimeError: invalid argument 3: Index tensor must have same dimensions as input tensor at /opt/conda/conda-bld/pytorch_1518243271935/work/torch/lib/THC/generic/THCTensorScatterGather.cu:199
Traceback (most recent call last): "/usr/lib64/python3.5/site-packages/flask/app.py", line 2000, in __call__ return self.wsgi_app(environ, start_response) "/usr/lib64/python3.5/site-packages/flask/app.py", line 1991, in wsgi_app response = self.make_response(self.handle_exception(e)) "/usr/lib64/python3.5/site-packages/flask_restful/__init__.py", line 271, in error_router return original_handler(e) "/usr/lib64/python3.5/site-packages/flask_restful/__init__.py", line 271, in error_router return original_handler(e) "/usr/lib64/python3.5/site-packages/flask/app.py", line 1567, in handle_exception reraise(exc_type, exc_value, tb) "/usr/lib64/python3.5/site-packages/flask/_compat.py", line 32, in reraise raise value.with_traceback(tb) "/usr/lib64/python3.5/site-packages/flask/app.py", line 1988, in wsgi_app response = self.full_dispatch_request() "/usr/lib64/python3.5/site-packages/flask/app.py", line 1641, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/lib64/python3.5/site-packages/flask_restful/__init__.py", line 271, in error_router return original_handler(e) "/usr/lib64/python3.5/site-packages/flask_restful/__init__.py", line 271, in error_router return original_handler(e) "/usr/lib64/python3.5/site-packages/flask/app.py", line 1544, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/lib64/python3.5/site-packages/flask/_compat.py", line 32, in reraise raise value.with_traceback(tb) "/usr/lib64/python3.5/site-packages/flask/app.py", line 1639, in full_dispatch_request rv = self.dispatch_request() "/usr/lib64/python3.5/site-packages/flask/app.py", line 1625, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/lib64/python3.5/site-packages/flask_restful/__init__.py", line 477, in wrapper resp = resource(*args, **kwargs) "/usr/lib64/python3.5/site-packages/flask/views.py", line 84, in view return self.dispatch_request(*args, **kwargs) "/usr/lib64/python3.5/site-packages/flask_restful/__init__.py", line 587, in dispatch_request resp = meth(*args, **kwargs) "/usr/lib64/python3.5/site-packages/webargs/core.py", line 431, in wrapper force_all=force_all) "/usr/lib64/python3.5/site-packages/webargs/core.py", line 362, in parse fill_in_missing_args(ret, schema) "/usr/lib64/python3.5/site-packages/webargs/core.py", line 78, in fill_in_missing_args missing_args = all_field_names - set(ret.keys())AttributeError: 'Calculation' object has no attribute 'keys'
0.262753
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/home/mada/anaconda3/lib/python3.8/site-packages/spyder/plugins/layout/container.py", line 131, in <lambda> triggered=lambda: self.show_save_layout(), "/home/mada/anaconda3/lib/python3.8/site-packages/spyder/plugins/layout/container.py", line 307, in show_save_layout self.save_current_window_settings('layout_{}/'.format(index),AttributeError: 'LayoutContainer' object has no attribute 'save_current_window_settings'
0.276139
Traceback (most recent call last): "dwt_util.py", line 231, in host_fileIOError: [Errno 13] Permission denied: 'C:\\WINDOWS\\System32/drivers/etc/hosts'
Traceback (most recent call last): "../quickstart.py", line 3, in <module> from instapy import smart_run ImportError: cannot import name 'smart_run' from 'instapy' (C:\Users\Administrator\AppData\Local\Programs\Python\Python37\lib\site-packages\instagram_py-0.0.1-py3.7.egg\instapy\__init__.py)
0.29365
Traceback (most recent call last): "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/modeman.py", line 127, in eventFilter return modeman.eventFilter(obj, event) "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/modeman.py", line 371, in eventFilter return self._eventFilter_keypress(event) "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/modeman.py", line 205, in _eventFilter_keypress handled = handler(event) if handler is not None else False "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/basekeyparser.py", line 297, in handle handled = self._handle_single_key(e) "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/modeparsers.py", line 63, in _handle_single_key return super()._handle_single_key(e) "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/basekeyparser.py", line 190, in _handle_single_key self.execute(binding, self.Type.chain, count) "/usr/lib/python3.4/site-packages/qutebrowser/keyinput/keyparser.py", line 42, in execute self._commandrunner.run(cmdstr, count) "/usr/lib/python3.4/site-packages/qutebrowser/commands/runners.py", line 290, in run self._cmd.run(self._win_id, args) "/usr/lib/python3.4/site-packages/qutebrowser/commands/command.py", line 478, in run self.handler(*posargs, **kwargs) "/usr/lib/python3.4/site-packages/qutebrowser/browser/commands.py", line 265, in tab_close tabbed_browser.close_tab(tab) "/usr/lib/python3.4/site-packages/qutebrowser/widgets/tabbedbrowser.py", line 217, in close_tab self._remove_tab(tab) "/usr/lib/python3.4/site-packages/qutebrowser/widgets/tabbedbrowser.py", line 255, in _remove_tab tab.shutdown() "/usr/lib/python3.4/site-packages/qutebrowser/widgets/webview.py", line 292, in shutdown if download_manager.has_downloads_with_nam(nam): "/usr/lib/python3.4/site-packages/qutebrowser/browser/downloads.py", line 713, in has_downloads_with_nam if download.reply.manager() is nam:AttributeError: 'NoneType' object has no attribute 'manager'
Traceback (most recent call last): "/home/mark/anaconda/bin/conda", line 5, in <module> sys.exit(main()) "/home/mark/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 179, in main args.func(args, p) "/home/mark/anaconda/lib/python2.7/site-packages/conda/cli/main_update.py", line 39, in execute install.install(args, parser, 'update') "/home/mark/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 256, in install only_names=only_names, pinned=args.pinned, minimal_hint=args.alt_hint) "/home/mark/anaconda/lib/python2.7/site-packages/conda/plan.py", line 265, in install_actions config.track_features, minimal_hint=minimal_hint): "/home/mark/anaconda/lib/python2.7/site-packages/conda/resolve.py", line 659, in solve minimal_hint=minimal_hint) "/home/mark/anaconda/lib/python2.7/site-packages/conda/resolve.py", line 444, in solve2 solutions = min_sat(clauses) "/home/mark/anaconda/lib/python2.7/site-packages/conda/logic.py", line 506, in min_sat for sol in islice(pycosat.itersolve(clauses), max_n): "/home/mark/anaconda/lib/python2.7/site-packages/conda/resolve.py", line 331, in gen_clauses assert len(clause) > 1, '%s %r' % (fn1, ms)AssertionError: argparse-1.2.1-py26_0.tar.bz2 MatchSpec(u'distribute')
0.193045
Traceback (most recent call last): "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/autoscaler/autoscaler.py", line 260, in run self._launch_node(config, count) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/autoscaler/autoscaler.py", line 250, in _launch_node }, count) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/autoscaler/gcp/node_provider.py", line 186, in create_node })).execute() for i in range(count) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/ray/autoscaler/gcp/node_provider.py", line 186, in <listcomp> })).execute() for i in range(count) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/googleapiclient/_helpers.py", line 130, in positional_wrapper return wrapped(*args, **kwargs) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/googleapiclient/http.py", line 846, in execute method=str(self.method), body=self.body, headers=self.headers) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/googleapiclient/http.py", line 183, in _retry_request raise exception "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/googleapiclient/http.py", line 164, in _retry_request resp, content = http.request(uri, method, *args, **kwargs) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/google_auth_httplib2.py", line 198, in request uri, method, body=body, headers=request_headers, **kwargs) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/httplib2/__init__.py", line 1924, in request cachekey, "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/httplib2/__init__.py", line 1595, in _request conn, request_uri, method, body, headers "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/site-packages/httplib2/__init__.py", line 1533, in _conn_request response = conn.getresponse() "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/http/client.py", line 1331, in getresponse response.begin() "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/http/client.py", line 297, in begin version, status, reason = self._read_status() "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/http/client.py", line 258, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/ssl.py", line 1009, in recv_into return self.read(nbytes, buffer) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/ssl.py", line 871, in read return self._sslobj.read(len, buffer) "/home/ubuntu/anaconda3/envs/softlearning/lib/python3.6/ssl.py", line 631, in read v = self._sslobj.read(len, buffer) ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:2273)
Traceback (most recent call last): "/home/docs/checkouts/readthedocs.org/user_builds/sphinx/envs/1.6-release/lib/python2.7/site-packages/Sphinx-1.6.dev20170429-py2.7.egg/sphinx/cmdline.py", line 305, in main opts.warningiserror, opts.tags, opts.verbosity, opts.jobs) "/home/docs/checkouts/readthedocs.org/user_builds/sphinx/envs/1.6-release/lib/python2.7/site-packages/Sphinx-1.6.dev20170429-py2.7.egg/sphinx/application.py", line 195, in __init__ self.setup_extension(extension) "/home/docs/checkouts/readthedocs.org/user_builds/sphinx/envs/1.6-release/lib/python2.7/site-packages/Sphinx-1.6.dev20170429-py2.7.egg/sphinx/application.py", line 455, in setup_extension self.registry.load_extension(self, extname) "/home/docs/checkouts/readthedocs.org/user_builds/sphinx/envs/1.6-release/lib/python2.7/site-packages/Sphinx-1.6.dev20170429-py2.7.egg/sphinx/registry.py", line 199, in load_extension raise ExtensionError(_('Could not import extension %s') % extname, err) ExtensionError: Could not import extension readthedocs_ext.readthedocs (exception: No module named sphinxcontrib.websupport.storage)
0.271589
Traceback (most recent call last): "test.py", line 9, in ? redefine=True, "/home/evan/code/src/sqlalchemy/trunk/lib/sqlalchemy/schema.py", line 81, in __call__ table._reload_values(*args) "/home/evan/code/src/sqlalchemy/trunk/lib/sqlalchemy/schema.py", line 180, in _reload_values self._clear() "/home/evan/code/src/sqlalchemy/trunk/lib/sqlalchemy/sql.py", line 1256, in _clear self.primary_key[:](:) = [] TypeError: object does not support item assignment
Traceback (most recent call last): "/home/mg/bin/pyrasite-memory-viewer", line 9, in <module> load_entry_point('pyrasite==2.0beta9', 'console_scripts', 'pyrasite-memory-viewer')() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 305, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2245, in load_entry_point return ep.load() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1955, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) "/home/mg/py-lib/pyrasite-2.0beta9-py2.7.egg/pyrasite/tools/memory_viewer.py", line 34, in <module> from pyrasite.inspect import ObjectInspectorImportError: No module named inspect
0.287391
Traceback (most recent call last): "./wifi-pumpkin.py", line 5, in <module> from Core.Main import Initialize "/home/kali/3vilTwinAttacker/Core/Main.py", line 3, in <module> from Proxy import * "/home/kali/3vilTwinAttacker/Proxy/Plugin.py", line 2, in <module> from Core.Utils import setup_logger "/home/kali/3vilTwinAttacker/Core/Utils.py", line 15, in <module> import netifacesImportError: No module named netifaces
Traceback (most recent call last): "/home/marta/IdeaProjectsVenvs/ML-DASK3.9/lib/python3.9/site-packages/distributed/client.py", line 1811, in wait st = self.futures[k] KeyError: '_score-16bf6082-1efd-458e-986f-507bd5974e5e'
0.277455
Traceback (most recent call last): "/System/Volumes/Data/anaconda3/envs/fitlins/lib/python3.7/concurrent/futures/_base.py", line 324, in _invoke_callbacks callback(self) "/System/Volumes/Data/anaconda3/envs/fitlins/lib/python3.7/site-packages/nipype/pipeline/plugins/multiproc.py", line 149, in _async_callback result = args.result() "/System/Volumes/Data/anaconda3/envs/fitlins/lib/python3.7/concurrent/futures/_base.py", line 428, in result return self.__get_result() "/System/Volumes/Data/anaconda3/envs/fitlins/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result raise self._exception NotFoundError: /System/Volumes/Data/data/scratch/ds003-fitlins/fitlins_wf/l2_model/result_l2_model.pklz
Traceback (most recent call last): "/usr/local/bin/guake", line 10, in <module> sys.exit(exec_main()) "/usr/local/lib/python3.7/site-packages/guake/main.py", line 448, in exec_main if not main(): "/usr/local/lib/python3.7/site-packages/guake/main.py", line 333, in main from guake.guake_app import Guake "/usr/local/lib/python3.7/site-packages/guake/guake_app.py", line 69, in <module> from guake.notebook import NotebookManager "/usr/local/lib/python3.7/site-packages/guake/notebook.py", line 35, in <module> gi.require_version('Wnck', '3.0') "/usr/lib64/python3.7/site-packages/gi/__init__.py", line 129, in require_version raise ValueError('Namespace %s not available' % namespace) ValueError: Namespace Wnck not available
0.27225
Traceback (most recent call last): "/root/Mobile-Security-Framework-MobSF/StaticAnalyzer/views/android/static_analyzer.py", line 189, in static_analyzer tracker_res = tracker.get_trackers() "/root/Mobile-Security-Framework-MobSF/MalwareAnalyzer/views/Trackers.py", line 169, in get_trackers trackers = self.detect_trackers() "/root/Mobile-Security-Framework-MobSF/MalwareAnalyzer/views/Trackers.py", line 164, in detect_trackers return self.detect_trackers_in_list(self.get_embedded_classes()) "/root/Mobile-Security-Framework-MobSF/MalwareAnalyzer/views/Trackers.py", line 148, in detect_trackers_in_list for res in itertools.starmap(_detect_tracker, args): "/root/Mobile-Security-Framework-MobSF/MalwareAnalyzer/views/Trackers.py", line 138, in _detect_tracker for clazz in class_list: TypeError: 'NoneType' object is not iterable
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.
0.261372
Traceback (most recent call last): "C:\Users\fral6001\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\core\package_cache.py", line 287, in _make_single_record index_json_record = read_index_json(extracted_package_dir) "C:\Users\fral6001\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\gateways\disk\read.py", line 111, in read_index_json with open(join(extracted_package_directory, 'info', 'index.json')) as fi: "C:\Users\fral6001\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\common\compat.py", line 120, in open closefd=closefd) NotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\fral6001\\AppData\\Local\\Continuum\\Anaconda3\\pkgs\\sympy-1.0-py36_0\\info\\index.json'
Traceback (most recent call last): "/opt/**********/**********/db.py", line 113, in _execute sql_results = cursor.execute(query)sqlite3.OperationalError: table [tokyotoshokan] already exists
0.200234
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/evdev/device.py", line 159, in __del__ self.close() "/usr/local/lib/python3.8/dist-packages/evdev/device.py", line 304, in close super().close() "/usr/local/lib/python3.8/dist-packages/evdev/eventio_async.py", line 54, in close loop = asyncio.get_event_loop() "/usr/lib/python3.8/asyncio/events.py", line 639, in get_event_loop raise RuntimeError('There is no current event loop in thread %r.' RuntimeError: There is no current event loop in thread 'Thread-1'.
Traceback (most recent call last): "Intro_Tutorial_3.py", line 45, in <module> train_marginals = load_marginals(session, split=0) "/home/mldl/ub16_prj/snorkel/snorkel/annotations.py", line 567, in load_marginals cardinality = session.query(Candidate).get(marginal_tuples[0][0]).cardinality IndexError: list index out of range
0.311706
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.2 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
Traceback (most recent call last): "/Users/gregdowling/home-assistant/homeassistant/core.py", line 789, in job_handler func(arg) "/Users/gregdowling/home-assistant/homeassistant/components/binary_sensor/template.py", line 93, in _event_listener self.update_ha_state(True) "/Users/gregdowling/home-assistant/homeassistant/helpers/entity.py", line 149, in update_ha_state raise RuntimeError("Attribute hass is None for {}".format(self))RuntimeError: Attribute hass is None for <Entity Blind: off>
0.248888
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/billiard/pool.py", line 1175, in mark_as_worker_lost human_status(exitcode)),billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 6 (SIGIOT).
Traceback (most recent call last): "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-2huwp6jm\knack\cli.py", line 215, in invoke "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-0ydpnxq9\azure\cli\core\commands\__init__.py", line 654, in execute "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-0ydpnxq9\azure\cli\core\commands\__init__.py", line 717, in _run_jobs_serially "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-0ydpnxq9\azure\cli\core\commands\__init__.py", line 710, in _run_job "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-in8b2jw5\six.py", line 703, in reraise "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-0ydpnxq9\azure\cli\core\commands\__init__.py", line 688, in _run_job "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-0ydpnxq9\azure\cli\core\commands\__init__.py", line 325, in __call__ "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-0ydpnxq9\azure\cli\core\__init__.py", line 784, in default_command_handler "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-_skkczbr\azure\cli\command_modules\resource\custom.py", line 1888, in export_template_spec "C:\Users\VSSADM~1\AppData\Local\Temp\pip-unpacked-wheel-_skkczbr\azure\cli\command_modules\resource\_packing_engine.py", line 185, in unpack AttributeError: 'TemplateSpec' object has no attribute 'template'
0.204255
Traceback (most recent call last): "piltest.py", line 17, in <module> image = Image.frombytes(mode, im_size, b, decoder, None) "/root/.virtualenvs/cv/lib/python3.4/site-packages/PIL/Image.py", line 2085, in frombytes im.frombytes(data, decoder_name, args) "/root/.virtualenvs/cv/lib/python3.4/site-packages/PIL/Image.py", line 741, in frombytes d = _getdecoder(self.mode, decoder_name, args) "/root/.virtualenvs/cv/lib/python3.4/site-packages/PIL/Image.py", line 418, in _getdecoder return decoder(mode, *args + extra) TypeError: function takes at least 3 arguments (2 given)```
Traceback (most recent call last): video_id, player_url, s "/app/vendor/bundle/ruby/2.3.0/bundler/gems/youtube-dl.rb-05cc66ae863a/vendor/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1005, in _decrypt_signature "/app/vendor/bundle/ruby/2.3.0/bundler/gems/youtube-dl.rb-05cc66ae863a/vendor/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 897, in _extract_signature_function ExtractorError: Cannot identify player u'/yts/jsbin/player-vflL_WLGI/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.238707
Traceback (most recent call last): "/usr/data/mohrb/scripts/plot_DeltaG.py", line 245, in <module> matplotlib2tikz.save(sys.argv[2]+'.tex')#, "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 266, in save code = get_tikz_code(*args, filepath=filepath, **kwargs) "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 206, in get_tikz_code data, content = _recurse(data, figure) "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 362, in _recurse data, children_content = _recurse(data, child) "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/save.py", line 392, in _recurse data, cont = path.draw_pathcollection(data, child) "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/path.py", line 167, in draw_pathcollection mycolormap, is_custom_cmap = _mpl_cmap2pgf_cmap(obj.get_cmap(), data) "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/axes.py", line 618, in _mpl_cmap2pgf_cmap return _handle_listed_color_map(cmap, data) "/home/theorie/mohrb/anaconda3/envs/py36/lib/python3.6/site-packages/matplotlib2tikz/axes.py", line 766, in _handle_listed_color_map colormap_string = "{mymap}{[1{}]\n {}\n}".format(unit, ";\n ".join(colors)) KeyError: 'mymap'
ThreadPoolExecutor-0_3 :: Failed doing webui callback: Traceback (most recent call last): "/apps/sickchill/sickbeard/webserve.py", line 287, in async_call "/apps/sickchill/sickbeard/webserve.py", line 403, in showPoster "/apps/sickchill/sickchill/media/GenericMedia.py", line 63, in get_mediaIOError: [Errno 24] Too many open files: u'/apps/sickchill/gui/slick/images/network/showcase (au).png'
0.240122
Traceback (most recent call last): "request.py", line 1759, in open "request.py", line 1968, in open_https "request.py", line 1917, in _open_generic_http "client.py", line 1230, in request "client.py", line 1276, in _send_request "client.py", line 1225, in endheaders "client.py", line 1004, in _send_output "client.py", line 944, in send "client.py", line 1399, in connect "ssl.py", line 500, in wrap_socket "ssl.py", line 1040, in _create "ssl.py", line 1309, in do_handshake ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1108)
Traceback (most recent call last): "getClusterAddresses.py", line 5, in <module> from web3.auto import w3 "/home/alper/.venv-py3/lib/python3.5/site-packages/web3/__init__.py", line 7, in <module> from eth_account import Account # noqa: E402 "/home/alper/.venv-py3/lib/python3.5/site-packages/eth_account/__init__.py", line 1, in <module> from eth_account.account import Account # noqa: F401 "/home/alper/.venv-py3/lib/python3.5/site-packages/eth_account/account.py", line 10, in <module> from eth_keyfile import ( "/home/alper/.venv-py3/lib/python3.5/site-packages/eth_keyfile/__init__.py", line 7, in <module> from eth_keyfile.keyfile import ( # noqa: F401 "/home/alper/.venv-py3/lib/python3.5/site-packages/eth_keyfile/keyfile.py", line 10, in <module> from eth_keys import keys "/home/alper/.venv-py3/lib/python3.5/site-packages/eth_keys/__init__.py", line 15, in <module> from .main import ( # noqa: F401 "/home/alper/.venv-py3/lib/python3.5/site-packages/eth_keys/main.py", line 1, in <module> from typing import (Any, Union, Type) # noqa: F401 ImportError: cannot import name 'Type'
0.23447
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/cloud/cli.py", line 388, in run ret = mapper.run_map(dmap) "/usr/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 1647, in run_map iterable=parallel_data "/usr/lib/python2.7/multiprocessing/pool.py", line 251, in map return self.map_async(func, iterable, chunksize).get() "/usr/lib/python2.7/multiprocessing/pool.py", line 558, in get raise self._valueWindowsAzureError: Unknown error (Temporary Redirect)
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/cloud/cli.py", line 274, in run self.function_provider, self.function_name, kwargs "/usr/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 1598, in do_function call='function', kwargs=kwargs "/usr/lib/python2.7/dist-packages/salt/cloud/clouds/msazure.py", line 2249, in delete_input_endpoint activity='delete', "/usr/lib/python2.7/dist-packages/salt/cloud/clouds/msazure.py", line 2146, in update_input_endpoint old_endpoints = list_input_endpoints(kwargs, call='function') "/usr/lib/python2.7/dist-packages/salt/cloud/clouds/msazure.py", line 2053, in list_input_endpoints input_endpoint = item['Role']['ConfigurationSets']['ConfigurationSet']['InputEndpoints']['InputEndpoint']TypeError: list indices must be integers, not str
0.234102
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/vamc/Code/inflect.py/inflect.py", line 1497, in inflect self.sinounmo, section) "/home/vamc/.virtualenvs/test/lib/python3.5/re.py", line 193, in subn return _compile(pattern, flags).subn(repl, string, count)TypeError: sequence item 0: expected str instance, bool found
Traceback (most recent call last): "/home/aleksey/anaconda3/envs/retinaface/bin/catalyst-dl", line 8, in <module> sys.exit(main()) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/dl/__main__.py", line 39, in main COMMANDS[args.command].main(args, uargs) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/dl/scripts/run.py", line 124, in main distributed_cmd_run(main_worker, args.distributed, args, unknown_args) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/utils/scripts.py", line 130, in distributed_cmd_run worker_fn(*args, **kwargs) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/dl/scripts/run.py", line 119, in main_worker runner.run_experiment(experiment) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 934, in run_experiment self._run_event("on_exception") "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 746, in _run_event getattr(callback, event)(self) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/callbacks/exception.py", line 22, in on_exception raise exception "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 922, in run_experiment self._run_stage(stage) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 898, in _run_stage self._run_epoch(stage=stage, epoch=self.epoch) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 877, in _run_epoch self._run_loader(loader) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 818, in _run_loader self._run_batch(batch) "/home/aleksey/anaconda3/envs/retinaface/lib/python3.7/site-packages/catalyst/core/runner.py", line 788, in _run_batch self.batch_size = next(iter(batch.values())).shape[0] AttributeError: 'list' object has no attribute 'shape'
0.282996
Traceback (most recent call last): "\venv\lib\site-packages\rasa\cli\x.py", line 500, in run_locally domain_path=domain_path, "\venv\lib\site-packages\rasax\community\local.py", line 235, in main project_path, data_path, session, args.port, config_path, domain_path "\venv\lib\site-packages\rasax\community\local.py", line 167, in _initialize_with_local_data domain_path=domain_path, "C:\Users\vc6478\AppData\Local\Programs\Python\Python37\lib\asyncio\base_events.py", line 587, in run_until_complete return future.result() "\venv\lib\site-packages\rasax\community\initialise.py", line 373, in inject_files_from_disk username, "\venv\lib\site-packages\rasax\community\initialise.py", line 135, in inject_stories story_files, team, project_id, username "\venv\lib\site-packages\rasax\community\services\story_service.py", line 553, in save_stories_from_files is_test=is_test, "\venv\lib\site-packages\rasax\community\services\story_service.py", line 438, in save_stories story_string, filename, domain, is_test "\venv\lib\site-packages\rasax\community\services\story_service.py", line 366, in _extract_stories_yaml story_string, data. Format.YAML, domain, filename, test_stories=is_test "\venv\lib\site-packages\rasax\community\services\story_service.py", line 216, in get_story_steps "'{}'\nError: {}".format(story_string, e) rasa.shared.core.training_data.story_reader.story_reader.StoryParseError
Traceback (most recent call last): "training_nli.py", line 103, in <module> model.fit(train_objectives=[(train_dataloader, train_loss)], "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/sentence_transformers/SentenceTransformer.py", line 561, in fit loss_value = loss_model(features, labels) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/sentence_transformers/losses/SoftmaxLoss.py", line 59, in forward reps = [self.model(sentence_feature)['sentence_embedding'] for sentence_feature in sentence_features] "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/sentence_transformers/losses/SoftmaxLoss.py", line 59, in <listcomp> reps = [self.model(sentence_feature)['sentence_embedding'] for sentence_feature in sentence_features] "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/container.py", line 119, in forward input = module(input) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/sentence_transformers/models/Transformer.py", line 40, in forward output_states = self.auto_model(**trans_features, return_dict=False) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/transformers/models/bert/modeling_bert.py", line 966, in forward encoder_outputs = self.encoder( "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/transformers/models/bert/modeling_bert.py", line 567, in forward layer_outputs = layer_module( "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/transformers/models/bert/modeling_bert.py", line 455, in forward self_attention_outputs = self.attention( "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/transformers/models/bert/modeling_bert.py", line 386, in forward self_outputs = self.self( "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/transformers/models/bert/modeling_bert.py", line 252, in forward mixed_query_layer = self.query(hidden_states) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/modules/linear.py", line 94, in forward return F.linear(input, self.weight, self.bias) "/home/ayhan/anaconda3/envs/sbert/lib/python3.8/site-packages/torch/nn/functional.py", line 1753, in linear return torch._C._nn.linear(input, weight, bias) RuntimeError: CUDA error: CUBLAS_STATUS_INTERNAL_ERROR when calling `cublasCreate(handle)`
0.131747
[ERROR] Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/ropper/console.py", line 53, in cmd func(self, text) "/usr/local/lib/python2.7/dist-packages/ropper/console.py", line 487, in __handleOptions self.__loadGadgets() "/usr/local/lib/python2.7/dist-packages/ropper/console.py", line 287, in __loadGadgets self.__searchGadgetsFor(self.current Name) "/usr/local/lib/python2.7/dist-packages/ropper/console.py", line 291, in __searchGadgetsFor self.__rs.loadGadgetsFor(binary) "/usr/local/lib/python2.7/dist-packages/ropper/service.py", line 621, in loadGadgetsFor load_gadgets(fc) "/usr/local/lib/python2.7/dist-packages/ropper/service.py", line 609, in load_gadgets self.__saveCache(f) "/usr/local/lib/python2.7/dist-packages/ropper/service.py", line 342, in __saveCache if os.path.exists(cache_file+'_%d' % i): UnboundLocalError: local variable 'cache_file' referenced before assignment
Traceback (most recent call last): "C:\Users\xx\.ninja_ide\addins\plugins\rest\rest.py", line 114, in _on_tab_changed self.refresh_rest_tree() "C:\Users\xx\.ninja_ide\addins\plugins\rest\rest.py", line 123, in refresh_rest_tree self._parse_rest(source) "C:\Users\x\.ninja_ide\addins\plugins\rest\rest.py", line 147, in _parse_rest parent = last_parents[-1] IndexError: list index out of range
0.280065
Traceback (most recent call last): "//anaconda/lib/python3.5/site-packages/IPython/core/history.py", line 785, in writeout_cache self._writeout_input_cache(conn) "//anaconda/lib/python3.5/site-packages/IPython/core/history.py", line 769, in _writeout_input_cache (self.session_number,)+line) sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 123145322360832 and this is thread id 140735106551808
Traceback (most recent call last): "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) "/opt/ml/code/train.py", line 152, in <module> train_loader = _get_train_data_loader(args.batch_size, args.data_dir, args.num_workers, args.pin_memory) "/opt/ml/code/train.py", line 68, in _get_train_data_loader transform=transform) "/usr/local/lib/python3.5/dist-packages/torchvision/datasets/folder.py", line 178, in __init__ target_transform=target_transform) "/usr/local/lib/python3.5/dist-packages/torchvision/datasets/folder.py", line 75, in __init__ classes, class_to_idx = find_classes(root) "/usr/local/lib/python3.5/dist-packages/torchvision/datasets/folder.py", line 23, in find_classes classes = [d for d in os.listdir(dir) if os.path.isdir(os.path.join(dir, d))] OSError: [Errno 9] Bad file descriptor
0.293357
Traceback (most recent call last): "/home/lbr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 643, in extract_info ie_result = ie.extract(url) "/home/lbr/bin/youtube-dl/youtube_dl/extractor/common.py", line 269, in extract return self._real_extract(url) "/home/lbr/bin/youtube-dl/youtube_dl/extractor/escapist.py", line 45, in _real_extract r'<param name="flashvars" value="config=([^"&]+)', webpage, 'config URL')) "/home/lbr/bin/youtube-dl/youtube_dl/extractor/common.py", line 551, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) "/home/lbr/bin/youtube-dl/youtube_dl/extractor/common.py", line 541, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract config URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "tools/train.py", line 286, in <module> main() "tools/train.py", line 251, in main device) "HRNet-Semantic-Segmentation/tools/../lib/core/function.py", line 57, in train losses, _ = model(images, labels) "lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "lib/python3.6/site-packages/torch/nn/parallel/distributed.py", line 447, in forward output = self.module(*inputs[0], **kwargs[0]) "lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "HRNet-Semantic-Segmentation/tools/../lib/utils/utils.py", line 34, in forward outputs = self.model(inputs) "lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "HRNet-Semantic-Segmentation/tools/../lib/models/seg_hrnet.py", line 418, in forward x = self.layer1(x) "lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "lib/python3.6/site-packages/torch/nn/modules/container.py", line 100, in forward input = module(input) "lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "HRNet-Semantic-Segmentation/tools/../lib/models/seg_hrnet.py", line 94, in forward out = self.bn3(out) "lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "lib/python3.6/site-packages/torch/nn/modules/batchnorm.py", line 466, in forward exponential_average_factor, self.eps) "lib/python3.6/site-packages/torch/nn/functional.py", line 1670, in batch_norm training, momentum, eps, torch.backends.cudnn.enabled RuntimeError: CUDA out of memory. Tried to allocate 1.56 GiB (GPU 0; 10.76 GiB total capacity; 8.01 GiB already allocated; 760.56 MiB free; 8.23 GiB reserved in total by PyTorch)
0.301114
Traceback (most recent call last): "/usr/local/Cellar/awscli/2.1.31/libexec/lib/python3.9/site-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( "/usr/local/Cellar/awscli/2.1.31/libexec/lib/python3.9/site-packages/urllib3/util/connection.py", line 96, in create_connection raise err "/usr/local/Cellar/awscli/2.1.31/libexec/lib/python3.9/site-packages/urllib3/util/connection.py", line 86, in create_connection sock.connect(sa) OSError: [Errno 64] Host is down
"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"`
0.188871
Traceback (most recent call last): "/home/wymh/anaconda2/envs/hexcode/lib/python2.7/site-packages/tornado/web.py", line 1467, in _execute result = method(*self.path_args, **self.path_kwargs) TypeError: 'Table' object is not callable
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/maxs/dev/mdb/venv/sources/mindsdb/mindsdb/libs/data_types/data_source.py", line 10, in __init__ df, col_map = self._setup(*args, **kwargs) "/home/maxs/dev/mdb/venv/sources/mindsdb/mindsdb/libs/data_sources/file_ds.py", line 202, in _setup return pd.read_csv(file), col_map "/home/maxs/dev/mdb/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 676, in parser_f return _read(filepath_or_buffer, kwds) "/home/maxs/dev/mdb/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 454, in _read data = parser.read(nrows) "/home/maxs/dev/mdb/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 1133, in read ret = self._engine.read(nrows) "/home/maxs/dev/mdb/venv/lib/python3.6/site-packages/pandas/io/parsers.py", line 2037, in read data = self._reader.read(nrows) "pandas/_libs/parsers.pyx", line 860, in pandas._libs.parsers.TextReader.read "pandas/_libs/parsers.pyx", line 875, in pandas._libs.parsers.TextReader._read_low_memory "pandas/_libs/parsers.pyx", line 929, in pandas._libs.parsers.TextReader._read_rows "pandas/_libs/parsers.pyx", line 916, in pandas._libs.parsers.TextReader._tokenize_rows "pandas/_libs/parsers.pyx", line 2071, in pandas._libs.parsers.raise_parser_error pandas.errors.ParserError: Error tokenizing data. C error: Expected 1 fields in line 470, saw 3
0.283692
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/srv/homeassistant/lib/python3.5/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/srv/homeassistant/lib/python3.5/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='192.168.2.180', port=8090): Max retries exceeded with url: /now_playing (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x646b6090>: Failed to establish a new connection: [Errno 113] No route to host',))
Traceback (most recent call last): "finetune.py", line 442, in <module> main(args) "finetune.py", line 383, in main model: SummarizationModule = TranslationModule(args) "finetune.py", line 367, in __init__ super().__init__(hparams, **kwargs) "finetune.py", line 57, in __init__ if hparams.sortish_sampler and hparams.gpus > 1: TypeError: '>' not supported between instances of 'function' and 'int'
0.28854
Traceback (most recent call last): "manage.py", line 14, in <module> execute_from_command_line(sys.argv) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/core/management/__init__.py", line 363, in execute_from_command_line utility.execute() "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/core/management/__init__.py", line 355, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/core/management/base.py", line 283, in run_from_argv self.execute(*args, **cmd_options) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/core/management/base.py", line 330, in execute output = self.handle(*args, **options) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/management/commands/createdb.py", line 61, in handle func() "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/management/commands/createdb.py", line 124, in create_pages gallery.save() "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/pages/models.py", line 88, in save super(Page, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 460, in save super(Orderable, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 265, in save super(Displayable, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 98, in save super(Slugged, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 71, in save super(SiteRelated, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 155, in save super(MetaData, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 218, in save super(TimeStamped, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/galleries/models.py", line 108, in save self.images.create(file=saved_path) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/fields/related_descriptors.py", line 650, in create return super(RelatedManager, self.db_manager(db)).create(**kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/manager.py", line 85, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/query.py", line 393, in create obj.save(force_insert=True, using=self.db) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/galleries/models.py", line 156, in save super(GalleryImage, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/mezzanine/core/models.py", line 460, in save super(Orderable, self).save(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/base.py", line 806, in save force_update=force_update, update_fields=update_fields) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/base.py", line 836, in save_base updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/base.py", line 922, in _save_table result = self._do_insert(cls._base_manager, using, fields, update_pk, raw) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/base.py", line 961, in _do_insert using=using, raw=raw) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/manager.py", line 85, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/query.py", line 1060, in _insert return query.get_compiler(using=using).execute_sql(return_id) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/models/sql/compiler.py", line 1099, in execute_sql cursor.execute(sql, params) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/backends/utils.py", line 80, in execute return super(CursorDebugWrapper, self).execute(sql, params) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/backends/utils.py", line 65, in execute return self.cursor.execute(sql, params) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/utils.py", line 94, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/utils/six.py", line 685, in reraise raise value.with_traceback(tb) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/backends/utils.py", line 65, in execute return self.cursor.execute(sql, params) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/django/db/backends/mysql/base.py", line 101, in execute return self.cursor.execute(query, args) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/MySQLdb/cursors.py", line 209, in execute res = self._query(query) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/MySQLdb/cursors.py", line 315, in _query db.query(q) "/home/addohm/code_projects/WoWGuild/env/lib/python3.7/site-packages/MySQLdb/connections.py", line 226, in query _mysql.connection.query(self, query) django.db.utils.OperationalError: (1366, "Incorrect string value: '\\xCC\\x81vila...' for column 'file' at row 1")
Traceback (most recent call last): "/home/me/.bin/w", line 25, in <module> s = wp.summary(str(sys.argv[1:])) "/usr/local/lib/python2.7/dist-packages/wikipedia/util.py", line 28, in __call__ ret = self._cache[key] = self.fn(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/wikipedia/wikipedia.py", line 231, in summary page_info = page(title, auto_suggest=auto_suggest, redirect=redirect) "/usr/local/lib/python2.7/dist-packages/wikipedia/wikipedia.py", line 276, in page return WikipediaPage(title, redirect=redirect, preload=preload) "/usr/local/lib/python2.7/dist-packages/wikipedia/wikipedia.py", line 299, in __init__ self.__load(redirect=redirect, preload=preload) "/usr/local/lib/python2.7/dist-packages/wikipedia/wikipedia.py", line 398, in __load self.url = page['fullurl']KeyError: u'fullurl'
0.269561
Traceback (most recent call last): "/usr/nekoware/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 484, in extract_info ie_result = ie.extract(url) "/usr/nekoware/bin/youtube-dl/youtube_dl/extractor/common.py", line 149, in extract return self._real_extract(url) "/usr/nekoware/bin/youtube-dl/youtube_dl/extractor/generic.py", line 330, in _real_extract raise ExtractorError(u'Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://p1.soundcloud.com/player.swf?referer=&url=http%3A%2F%2Fsoundcloud.com%2Fch00ftech%2Fpushpull; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/home/antoine/numba/numba/cuda/cudadrv/driver.py", line 467, in __del__AttributeError: 'NoneType' object has no attribute 'print_exc'
0.168689
Traceback (most recent call last): "sum.py", line 13, in <module> csum = jit(ret_type=d, arg_types=[d[:,:]])(sum) "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/numba/decorators.py", line 78, in _jit t = Translate(func, _args, *_kws) "/Library/Frameworks/EPD64.framework/Versions/7.3/lib/python2.7/site-packages/numba/translate.py", line 814, in __init__ self.fco = func.func_codeAttributeError: 'builtin_function_or_method' object has no attribute 'func_code'
Traceback (most recent call last): "setup.py", line 55, in check_tf_version import tensorflow as tf "/usr/local/lib/python3.5/dist-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/usr/local/lib/python3.5/dist-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/usr/local/lib/python3.5/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
0.30598
Traceback (most recent call last): "/usr/local/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 148, in _async_setup_platform entity_platform.add_entities, discovery_info "/usr/local/lib/python3.4/asyncio/futures.py", line 388, in __iter__ yield self # This tells Task to wait for completion. "/usr/local/lib/python3.4/asyncio/tasks.py", line 285, in _wakeup value = future.result() "/usr/local/lib/python3.4/asyncio/futures.py", line 277, in result raise self._exception "/usr/local/lib/python3.4/concurrent/futures/thread.py", line 54, in run result = self.fn(*self.args, **self.kwargs) "/usr/local/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 72, in setup_platform lms = LogitechMediaServer(host, port, username, password) "/usr/local/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 91, in __init__ self.http_port = self._get_http_port() "/usr/local/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 96, in _get_http_port http_port = self.query('pref', 'httpport', '?') "/usr/local/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 114, in query response = urllib.parse.unquote(self.get(' '.join(parameters))) "/usr/local/lib/python3.4/urllib/parse.py", line 519, in unquote if '%' not in string: TypeError: argument of type 'NoneType' is not iterable
Traceback (most recent call last): "/home/utrade/utradeENV/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/home/utrade/utradeENV/lib/python3.6/site-packages/urllib3/connectionpool.py", line 356, in _make_request conn.request(method, url, **httplib_request_kw) "/home/utrade/python3.6_optimized/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/home/utrade/python3.6_optimized/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/home/utrade/python3.6_optimized/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/home/utrade/python3.6_optimized/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/home/utrade/python3.6_optimized/lib/python3.6/http/client.py", line 964, in send self.connect() "/home/utrade/utradeENV/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() "/home/utrade/utradeENV/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9342c32f98>: Failed to establish a new connection: [Errno -2] Name or service
0.285731
Traceback (most recent call last): "/Users/aht/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 100, in typeCompletionAvailable self.Get typeCompleter( filetypes ) "/Users/aht/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in Get typeCompleter current_filetypes ) ) ValueError: No semantic completer exists for filetypes: [u'ruby']
Traceback (most recent call last): "/usr/local/Cellar/python3/HEAD/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/tornado/web.py", line 1348, in _execute result = yield result "/Users/bussonniermatthias/dev/jupyterhub/jupyterhub/handlers/login.py", line 60, in post yield self.spawn_single_user(user) "/Users/bussonniermatthias/dev/jupyterhub/jupyterhub/handlers/base.py", line 214, in spawn_single_user yield gen.with_timeout(timedelta(seconds=self.slow_spawn_timeout), f) tornado.gen.TimeoutError: Timeout
0.255519
Traceback (most recent call last): "/home/user/triangle.py", line 360, in <module> main() "/home/user/triangle.py", line 271, in write_to_sheet sheet.update_cells(cells_to_update) "/home/user/.local/lib/python3.6/site-packages/gspread/models.py", line 609, in update_cells 'values': values_rect "/home/user/.local/lib/python3.6/site-packages/gspread/models.py", line 115, in values_update r = self.client.request('put', url, params=params, json=body) "/home/user/.local/lib/python3.6/site-packages/gspread/client.py", line 79, in request raise APIError(response) gspread.exceptions.APIError: {
............S......................................................Traceback (most recent call last): "/usr/lib64/python3.4/site-packages/bottle.py", line 862, in _handle return route.call(**args) "/usr/lib64/python3.4/site-packages/bottle.py", line 1727, in wrapper rv = callback(*a, **ka) "/mnt/gen2/TmpDir/portage/dev-python/pycurl-7.19.3.1/work/pycurl-7.19.3.1-python3_4/tests/app.py", line 73, in files files = [convert_file(key, bottle.request.files[key]) for key in bottle.request.files] "/mnt/gen2/TmpDir/portage/dev-python/pycurl-7.19.3.1/work/pycurl-7.19.3.1-python3_4/tests/app.py", line 73, in <listcomp> files = [convert_file(key, bottle.request.files[key]) for key in bottle.request.files] "/mnt/gen2/TmpDir/portage/dev-python/pycurl-7.19.3.1/work/pycurl-7.19.3.1-python3_4/tests/app.py", line 60, in convert_file 'data': file.file.read().decode(),ValueError: I/O operation on closed file.
0.277107
Traceback (most recent call last): "C:\ACME\Dev\projects\SpiffWorkflow-master_GITHUB2\tests\SpiffWorkflow\..\..\SpiffWorkflow\bpmn\parser\TaskParser.py", line 59, in parse_node self.task = self.create_task() "C:\ACME\Dev\projects\SpiffWorkflow-master_GITHUB2\tests\SpiffWorkflow\..\..\SpiffWorkflow\bpmn\parser\task_parsers.py", line 110, in create_task wf_spec = self.get_subprocess_parser().get_spec() "C:\ACME\Dev\projects\SpiffWorkflow-master_GITHUB2\tests\SpiffWorkflow\..\..\SpiffWorkflow\bpmn\parser\ProcessParser.py", line 113, in get_spec raise NotImplementedError('Recursive call Activities are not supported.')NotImplementedError: Recursive call Activities are not supported.
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 567, in _finalize_fairy fairy._reset(pool) "/usr/local/lib/python2.7/dist-packages/sqlalchemy/pool.py", line 701, in _reset pool._dialect.do_rollback(self) "/usr/local/lib/python2.7/dist-packages/sqlalchemy/dialects/mysql/base.py", line 2354, in do_rollback dbapi_connection.rollback()OperationalError: (1047, 'Unknown command')
0.178076
Traceback (most recent call last): "pokecli.py", line 220, in <module> main() "pokecli.py", line 206, in main bot.start() "/Users/Yidong_Wang/Documents/PokemonGo-Bot/pokemongo_bot/**init**.py", line 31, in start self._setup_api() "/Users/Yidong_Wang/Documents/PokemonGo-Bot/pokemongo_bot/__init__.py", line 151, in _setup_api player = response_dict['responses']['GET_PLAYER']['player_data']TypeError: 'bool' object has no attribute '__getitem__'
Traceback (most recent call last): "youtube_dl\extractor\generic.pyo", line 320, in _real_extract "youtube_dl\utils.pyo", line 1286, in parse_xml "xml\etree\ElementTree.pyo", line 1300, in XML "xml\etree\ElementTree.pyo", line 1642, in feed "xml\etree\ElementTree.pyo", line 1506, in _raiseerrorParseError: mismatched tag: line 47, column 3
0.261762
Traceback (most recent call last): "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 163, in main return run_entry_point() "/Applications/calibre.app/Contents/Resources/Python/lib/python2.7/site.py", line 121, in run_entry_point return getattr(pmod, func)() "site-packages/calibre/utils/ipc/worker.py", line 208, in main "site-packages/calibre/gui2/convert/gui_conversion.py", line 43, in gui_convert_override "site-packages/calibre/gui2/convert/gui_conversion.py", line 28, in gui_convert "site-packages/calibre/ebooks/conversion/plumber.py", line 1110, in run "site-packages/calibre/customize/conversion.py", line 246, in __call__ "site-packages/calibre/ebooks/conversion/plugins/epub_input.py", line 290, in convert calibre.ebooks.DRMError: lMJxpl.epub
Traceback (most recent call last): "main_train.py", line 29, in <module> train(opt, Gs, Zs, reals, NoiseAmp) "/Users/mattiabernardi/Documents/MLDL Laboratory/Papers/SinGAN/SinGAN/training.py", line 39, in train z_curr,in_s,G_curr = train_single_scale(D_curr,G_curr,reals,Gs,Zs,in_s,NoiseAmp,opt) "/Users/mattiabernardi/Documents/MLDL Laboratory/Papers/SinGAN/SinGAN/training.py", line 178, in train_single_scale errG.backward(retain_graph=True) "/opt/anaconda3/envs/myenv/lib/python3.6/site-packages/torch/tensor.py", line 221, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph) "/opt/anaconda3/envs/myenv/lib/python3.6/site-packages/torch/autograd/__init__.py", line 132, in backward allow_unreachable=True) # allow_unreachable flag RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.FloatTensor [3, 32, 3, 3]] is at version 2; expected version 1 instead. Hint: enable anomaly detection to find the operation that failed to compute its gradient, with torch.autograd.set_detect_anomaly(True).
0.263734
Traceback (most recent call last): "/root/.ansible/tmp/ansible-tmp-1602009561.7266166-3109-195595476711391/AnsiballZ_tower_notification.py", line 102, in <module> _ansiballz_main() "/root/.ansible/tmp/ansible-tmp-1602009561.7266166-3109-195595476711391/AnsiballZ_tower_notification.py", line 94, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) "/root/.ansible/tmp/ansible-tmp-1602009561.7266166-3109-195595476711391/AnsiballZ_tower_notification.py", line 40, in invoke_module runpy.run_module(mod_name='ansible.modules.web_infrastructure.ansible_tower.tower_notification', init_globals=None, run_name='__main__', alter_sys=True) "/usr/lib64/python3.6/runpy.py", line 205, in run_module return _run_module_code(code, init_globals, run_name, mod_spec) "/usr/lib64/python3.6/runpy.py", line 96, in _run_module_code mod_name, mod_spec, pkg_name, script_name) "/usr/lib64/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/tmp/ansible_tower_notification_payload_zix_f93j/ansible_tower_notification_payload.zip/ansible/modules/web_infrastructure/ansible_tower/tower_notification.py", line 393, in <module> "/tmp/ansible_tower_notification_payload_zix_f93j/ansible_tower_notification_payload.zip/ansible/modules/web_infrastructure/ansible_tower/tower_notification.py", line 379, in main "/opt/barracuda/awx-shared/venvs/playbooks-bco/lib/python3.6/site-packages/tower_cli/resources/notification_template.py", line 300, in modify self.get(**copy.deepcopy(kwargs)) "/opt/barracuda/awx-shared/venvs/playbooks-bco/lib/python3.6/site-packages/tower_cli/resources/notification_template.py", line 422, in get self._separate(kwargs) "/opt/barracuda/awx-shared/venvs/playbooks-bco/lib/python3.6/site-packages/tower_cli/resources/notification_template.py", line 172, in _separate raise exc.TowerCLIError('Provided json file format ' tower_cli.exceptions.TowerCLIError: Provided json file format invalid. Please recheck.
Traceback (most recent call last): "C:\Users\tgagne\AppData\Local\Programs\Python\Python35\lib\site-packages\requests\models.py", line 380, in prepare_url scheme, auth, host, port, path, query, fragment = parse_url(url) "C:\Users\tgagne\AppData\Local\Programs\Python\Python35\lib\site-packages\urllib3\util\url.py", line 392, in parse_url return six.raise_from(LocationParseError(source_url), None) "<string>", line 3, in raise_from urllib3.exceptions.LocationParseError: Failed to parse: https://domain.my.salesforce.comOrderedDict([('encrypted', False), ('ffxBlobInfo', OrderedDict([('bundleOffset', 0), ('crypId', None), ('entityId', '00P1M00001B31qz'), ('hash', None), ('sqltypeName', 'FFX_BLOB_INFO'), ('store', 'KEY'), ('version', '0KF1M00002KJeQL')])), ('inputStream', OrderedDict()), ('length', 1227146), ('realBlobValue', OrderedDict([('file', '/home/sfdc/tmp/bvf/blob9475467541197592352.bvf'), ('inputStream', OrderedDict()), ('length', 1227146), ('protected ', OrderedDict([('item', '/home/sfdc/tmp/bvf/blob9475467541197592352.bvf')]))]))])
0.262556
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/bin/chalice", line 9, in <module> load_entry_point('chalice==0.6.0', 'console_scripts', 'chalice')() "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/chalice/cli/__init__.py", line 298, in main return cli(obj={}) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 696, in main rv = self.invoke(ctx) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/chalice/cli/__init__.py", line 177, in deploy d.deploy(config) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/chalice/deployer.py", line 212, in deploy self._lambda_deploy.deploy(config) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/chalice/deployer.py", line 599, in deploy function_arn = self._first_time_lambda_create(config) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/chalice/deployer.py", line 661, in _first_time_lambda_create app_name, role_arn, zip_contents) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/chalice/awsclient.py", line 67, in create_function response = client.create_function(**kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/client.py", line 253, in _api_call return self._make_api_call(operation_name, kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/client.py", line 544, in _make_api_call operation_model, request_dict) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/endpoint.py", line 141, in make_request return self._send_request(request_dict, operation_model) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/endpoint.py", line 170, in _send_request success_response, exception): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/endpoint.py", line 249, in _needs_retry caught_exception=caught_exception, request_dict=request_dict) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/hooks.py", line 227, in emit return self._emit(event_name, kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/hooks.py", line 210, in _emit response = handler(**kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/retryhandler.py", line 183, in __call__ if self._checker(attempts, response, caught_exception): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/retryhandler.py", line 251, in __call__ caught_exception) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/retryhandler.py", line 277, in _should_retry return self._checker(attempt_number, response, caught_exception) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/retryhandler.py", line 317, in __call__ caught_exception) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/retryhandler.py", line 223, in __call__ attempt_number, caught_exception) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/botocore/retryhandler.py", line 359, in _check_caught_exception raise caught_exception botocore.vendored.requests.exceptions.ConnectionError: ('Connection aborted.', error(32, 'Broken pipe'))
E Mapper Traceback (most recent call last): "/usr/lib/python2.7/site-packages/scc/mapper.py", line 333, in input self.profile.pads[LEFT].whole(self, state.lpad_x, state.lpad_y, LEFT) "/usr/lib/python2.7/site-packages/scc/modifiers.py", line 423, in whole self.action.change(mapper, dx * self.speed[0], dy * self.speed[1]) "/usr/lib/python2.7/site-packages/scc/actions.py", line 1789, in _change WholeHapticAction.change(self, x, y) TypeError: change() takes exactly 4 arguments (3 given)
0.177533
Traceback (most recent call last): "/Users/jake/src/fishtown/dbt/core/dbt/node_runners.py", line 203, in safe_run result = self.compile_and_execute(manifest, ctx) "/Users/jake/src/fishtown/dbt/core/dbt/node_runners.py", line 146, in compile_and_execute result = self.run(ctx.node, manifest) "/Users/jake/src/fishtown/dbt/core/dbt/node_runners.py", line 245, in run return self.execute(compiled_node, manifest) "/Users/jake/src/fishtown/dbt/core/dbt/node_runners.py", line 357, in execute materialization_macro.generator(context)() "/Users/jake/src/fishtown/dbt/core/dbt/clients/jinja.py", line 127, in call return macro(*args, **kwargs) "/Users/jake/.pyenv/versions/3.6.5/envs/dbt36/lib/python3.6/site-packages/jinja2/runtime.py", line 575, in __call__ return self._invoke(arguments, autoescape) "/Users/jake/.pyenv/versions/3.6.5/envs/dbt36/lib/python3.6/site-packages/jinja2/asyncsupport.py", line 110, in _invoke return original_invoke(self, arguments, autoescape) "/Users/jake/.pyenv/versions/3.6.5/envs/dbt36/lib/python3.6/site-packages/jinja2/runtime.py", line 579, in _invoke rv = self._func(*arguments) "<template>", line 346, in macro "/Users/jake/.pyenv/versions/3.6.5/envs/dbt36/lib/python3.6/site-packages/jinja2/sandbox.py", line 438, in call return __context.call(__obj, *args, **kwargs) "/Users/jake/.pyenv/versions/3.6.5/envs/dbt36/lib/python3.6/site-packages/jinja2/runtime.py", line 262, in call return __obj(*args, **kwargs) "/Users/jake/src/fishtown/dbt/core/dbt/context/common.py", line 364, in load_agate_table table = dbt.clients.agate_helper.from_csv(path) "/Users/jake/src/fishtown/dbt/core/dbt/clients/agate_helper.py", line 65, in from_csv with open(abspath, encoding='utf-8') as fp: NotFoundError: [Errno 2] No such file or directory: 'data/seedtable.csv'
Traceback (most recent call last): "tests/python/relay/test_auto_scheduler_tuning.py", line 68, in <module> test_tuning_cuda() "tests/python/relay/test_auto_scheduler_tuning.py", line 64, in test_tuning_cuda tune_network("winograd-test", "cuda") "tests/python/relay/test_auto_scheduler_tuning.py", line 37, in tune_network tuner = auto_scheduler.TaskScheduler(tasks, task_weights) "/home/ubuntu/cody-tvm/python/tvm/auto_scheduler/task_scheduler.py", line 234, in __init__ assert len(self.tasks) != 0, "No tasks" AssertionError: No tasks
0.276527
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp023qj2d_\build\youtube_dl\YoutubeDL.py", line 1699, in process_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp023qj2d_\build\youtube_dl\YoutubeDL.py", line 1641, in dl "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp023qj2d_\build\youtube_dl\downloader\common.py", line 353, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp023qj2d_\build\youtube_dl\downloader\http.py", line 61, in real_download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp023qj2d_\build\youtube_dl\YoutubeDL.py", line 2001, in urlopen "C:\Python\Python34\lib\urllib\request.py", line 470, in open "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response "C:\Python\Python34\lib\urllib\request.py", line 508, in error "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default urllib.error.HTTPError: HTTP Error 403: Forbidden
Traceback (most recent call last): "asyncio\base_events.py", line 1084, in _sendfile_fallback "asyncio\base_events.py", line 195, in drain "asyncio\selector_events.py", line 883, in _write_ready ConnectionAbortedError: [WinError 10053] An established connection was aborted by the software in your host machine
0.312616
Traceback (most recent call last): "/data/data/com.termux/files/usr/bin/anime", line 33, in <module> sys.exit(load_entry_point('anime-downloader', 'console_scripts', 'anime')()) "/data/data/com.termux/files/home/src/anime-downloader/anime_downloader/cli.py", line 53, in main cli() "/data/data/com.termux/files/usr/lib/python3.9/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/click/decorators.py", line 21, in new_func return f(get_current_context(), *args, **kwargs) "/data/data/com.termux/files/home/src/anime-downloader/anime_downloader/commands/dl.py", line 101, in command anime = cls(anime_url, quality=quality, "/data/data/com.termux/files/home/src/anime-downloader/anime_downloader/sites/anime.py", line 84, in __init__ self._episode_urls = self.get_data() "/data/data/com.termux/files/home/src/anime-downloader/anime_downloader/sites/anime.py", line 171, in get_data if not isinstance(self._episode_urls[0], tuple): IndexError: list index out of range
Traceback (most recent call last): "auto.py", line 1, in <module> from autokeras import ImageClassifier "/home/titan/Documents/autoenv/local/lib/python2.7/site-packages/autokeras/__init__.py", line 1, in <module> from autokeras.image.image_supervised import ImageClassifier, ImageRegressor, PortableImageSupervised "/home/titan/Documents/autoenv/local/lib/python2.7/site-packages/autokeras/image/image_supervised.py", line 2, in <module> from abc import ABC ImportError: cannot import name ABC
0.319982
Traceback (most recent call last): "/ws/kartgane-bgl/pyATS/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3343, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-251-5b8a5df93833>", line 2, in <module> img_loc2 = os.path.join(tftp_path, image_dict['downgradeimage']) TypeError: join() takes exactly one argument (2 given)
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Python27\lib\site-packages\sympy\solvers\solvers.py", line 634, in solve symbols=symbols) "C:\Python27\lib\site-packages\sympy\solvers\inequalities.py", line 345, in reduce_inequalities return _solve_inequality(inequalities[0], symbols[0]) "C:\Python27\lib\site-packages\sympy\solvers\inequalities.py", line 312, in _solve_inequality p = Poly(expr, s) "C:\Python27\lib\site-packages\sympy\polys\polytools.py", line 96, in __new__ return cls._from_expr(rep, opt) "C:\Python27\lib\site-packages\sympy\polys\polytools.py", line 202, in _from_expr rep, opt = _dict_from_expr(rep, opt) "C:\Python27\lib\site-packages\sympy\polys\polyutils.py", line 314, in _dict_from_expr rep, gens = _dict_from_expr_if_gens(expr, opt) "C:\Python27\lib\site-packages\sympy\polys\polyutils.py", line 260, in _dict_from_expr_if_gens (poly,), gens = _parallel_dict_from_expr_if_gens((expr,), opt) "C:\Python27\lib\site-packages\sympy\polys\polyutils.py", line 167, in _parallel_dict_from_expr_if_gens raise PolynomialError("%s contains an element of the generators set" % factor)sympy.polys.polyerrors.PolynomialError: 1/(x - 2) contains an element of the generators set
0.304565
Traceback (most recent call last): "C:\Python36\lib\multiprocessing\process.py", line 249, in _bootstrap self.run() "C:\Python36\lib\multiprocessing\process.py", line 93, in run self._target(*self._args, **self._kwargs) "C:\Users\ycchang\Desktop\pupil\pupil\pupil_src\capture\world.py", line 94, in world import pupil_detectors "C:\Users\ycchang\Desktop\pupil\pupil\pupil_src\capture\pupil_detectors\__init__.py", line 19, in <module> from .detector_3d import Detector_3D ImportError: DLL load failed: %1 is not a valid Win32 application.
Traceback (most recent call last): "C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent and not self.is_completion_widget_visible()): "C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted
0.288665
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/usr/local/lib/python2.7/dist-packages/sklearn/cluster/tests/test_spectral.py", line 66, in test_spectral_lobpcg_mode random_state=0, eigen_solver="lobpcg") "/usr/local/lib/python2.7/dist-packages/sklearn/cluster/spectral.py", line 268, in spectral_clustering eigen_tol=eigen_tol, drop_first=False) "/usr/local/lib/python2.7/dist-packages/sklearn/manifold/spectral_embedding_.py", line 303, in spectral_embedding largest=False, maxiter=2000) "/usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py", line 411, in lobpcg activeBlockVectorBP, retInvR=True) "/usr/lib/python2.7/dist-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py", line 148, in b_orthonormalize gramVBV = sla.cholesky(gramVBV) "/usr/lib/python2.7/dist-packages/scipy/linalg/decomp_cholesky.py", line 81, in cholesky check_finite=check_finite) "/usr/lib/python2.7/dist-packages/scipy/linalg/decomp_cholesky.py", line 30, in _cholesky raise LinAlgError("%d-th leading minor not positive definite" % info)LinAlgError: 2-th leading minor not positive definite
Traceback (most recent call last): "/home/user/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "/home/user/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 529, in extract ie_result = self._real_extract(url) "/home/user/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1973, in _real_extract encrypted_sig, video_id, player_url, age_gate) "/home/user/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1336, in _decrypt_signature 'Signature extraction failed: ' + tb, cause=e) youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
0.177789
Traceback (most recent call last): "/home/f3n1x/PROJECTS/reconspider/reconspider.py", line 39, in <module> from core import repl_prompt "/home/f3n1x/PROJECTS/reconspider/core/__init__.py", line 1, in <module> from .repl_prompt import * "/home/f3n1x/PROJECTS/reconspider/core/repl_prompt.py", line 153, in <module> repl() "/home/f3n1x/PROJECTS/reconspider/core/repl_prompt.py", line 104, in repl IPHeatmap() "/home/f3n1x/PROJECTS/reconspider/plugins/ipaddress.py", line 26, in IPHeatmap read_single_IP(IP) "/home/f3n1x/PROJECTS/reconspider/plugins/ipaddress.py", line 40, in read_single_IP r = requests.get("http://api.IPstack.com/" + IP + "?access_key=" + api_key) "/usr/lib/python3/dist-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) "/usr/lib/python3/dist-packages/requests/sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) "/usr/lib/python3/dist-packages/requests/sessions.py", line 643, in send r = adapter.send(request, **kwargs) "/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send raise ConnectionError(e, request=request) requests.exceptions.ConnectionError: HTTPConnectionPool(host='api.ipstack.com', port=80): Max retries exceeded with url: /104.238.58.62?access_key=276cfee2c31729505691e515e8321a02 (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f6eddbaa4c0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))
Traceback (most recent call last): "<stdin>", line 3, in <module> "/Users/orion.delwaterman/.pyenv/versions/3.6.1/envs/hiring-horizons/lib/python3.6/site-packages/pymc3/sampling.py", line 439, in sample trace = _sample_many(**sample_args) "/Users/orion.delwaterman/.pyenv/versions/3.6.1/envs/hiring-horizons/lib/python3.6/site-packages/pymc3/sampling.py", line 494, in _sample_many return MultiTrace(traces) "/Users/orion.delwaterman/.pyenv/versions/3.6.1/envs/hiring-horizons/lib/python3.6/site-packages/pymc3/backends/base.py", line 265, in __init__ raise ValueError("Chains are not unique.") ValueError: Chains are not unique.
0.313993
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/core/handlers/base.py", line 115, in get_response response = callback(request, _callback_args, *_callback_kwargs) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/utils/decorators.py", line 91, in _wrapped_view response = view_func(request, _args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/views/decorators/cache.py", line 89, in _wrapped_view_func response = view_func(request, _args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/transaction.py", line 223, in inner return func(_args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/sentry-6.2.3-py2.7.egg/sentry/web/frontend/accounts.py", line 71, in register user = form.save() "/usr/local/lib/python2.7/dist-packages/sentry-6.2.3-py2.7.egg/sentry/web/forms/accounts.py", line 47, in save user.save() "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/models/base.py", line 546, in save force_update=force_update, update_fields=update_fields) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/models/base.py", line 650, in save_base result = manager._insert([self], fields=fields, return_id=update_pk, using=using, raw=raw) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/models/manager.py", line 215, in _insert return insert_query(self.model, objs, fields, *_kwargs) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/models/query.py", line 1675, in insert_query return query.get_compiler(using=using).execute_sql(return_id) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/models/sql/compiler.py", line 937, in execute_sql cursor.execute(sql, params) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/backends/sqlite3/base.py", line 366, in execute six.reraise(utils.DatabaseError, utils.DatabaseError(_tuple(e.args)), sys.exc_info()[2]) "/usr/local/lib/python2.7/dist-packages/Django-1.5.4-py2.7.egg/django/db/backends/sqlite3/base.py", line 362, in execute return Database.Cursor.execute(self, query, params)DatabaseError: attempt to write a readonly database
Traceback (most recent call last): "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports return _getImports_pe(pth) "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe import_dllnames_only=True, TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
0.31167
Traceback (most recent call last): "<stdin>", line 1, in <module> NameError: name 'lumi' is not defined
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-9l6stn2q/PyNaCl/setup.py", line 259, in <module> "Programming Language :: Python :: 3.5", "/usr/lib/python3.5/distutils/core.py", line 108, in setup _setup_distribution = dist = klass(attrs) "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/dist.py", line 269, in __init__ "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/dist.py", line 313, in fetch_build_eggs "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/pkg_resources/__init__.py", line 826, in resolve "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/pkg_resources/__init__.py", line 1071, in best_match "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/pkg_resources/__init__.py", line 1083, in obtain "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/dist.py", line 380, in fetch_build_egg "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/command/easy_install.py", line 640, in easy_install "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/command/easy_install.py", line 670, in install_item "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/command/easy_install.py", line 850, in install_eggs "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/command/easy_install.py", line 1078, in build_and_install "/usr/local/lib/python3.5/dist-packages/setuptools-20.6.7-py3.5.egg/setuptools/command/easy_install.py", line 1066, in run_setup distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
0.273515
Traceback (most recent call last): "C:\Users\vagrant\src\master-env\lib\site-packages\nose\case.py", line 197, in runTest self.test(*self.arg) "C:\Users\vagrant\src\tmp\scipy\scipy\sparse\linalg\eigen\arpack\tests\test_arpack.py", line 243, in eval_evec eval, evec = eigs_func(ac, k, **kwargs) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 1470, in eigsh OPinv=OPinv) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 1277, in eigs params.iterate() "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 725, in iterate self.rwork, self.info)ValueError: failed to initialize intent(inout) array -- input not fortran contiguous
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/lib/python2.7/dist-packages/flask_restful/__init__.py", line 477, in wrapper resp = resource(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flask/views.py", line 84, in view return self.dispatch_request(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flask_restplus/resource.py", line 42, in dispatch_request resp = meth(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flexget/utils/database.py", line 30, in wrapper return func(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/api/tvdb_lookup.py", line 90, in get return jsonify(result.to_dict()) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/api_tvdb.py", line 259, in to_dict 'posters': self.posters, "/usr/local/lib/python2.7/dist-packages/flexget/plugins/api_tvdb.py", line 211, in posters return self.get_posters() "/usr/local/lib/python2.7/dist-packages/flexget/plugins/api_tvdb.py", line 237, in get_posters raise LookupError('Error updating posters from tvdb: %s' % e)LookupError: Error updating posters from tvdb: HTTPSConnectionPool(host='api-beta.thetvdb.com', port=443): Read timed out. (read timeout=30)
0.235748
Traceback (most recent call last): "/usr/local/lib/python2.7/site-packages/salt/scripts.py", line 81, in minion_process minion.start() "/usr/local/lib/python2.7/site-packages/salt/cli/daemons.py", line 272, in start self.minion.tune_in() "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 1596, in tune_in self.sync_connect_master() "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 724, in sync_connect_master raise six.reraise(*future_exception) "/usr/local/lib/python2.7/site-packages/tornado/gen.py", line 876, in run yielded = self.gen.throw(*exc_info) "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 732, in connect_master yield self._post_master_init(master) "/usr/local/lib/python2.7/site-packages/tornado/gen.py", line 870, in run value = future.result() "/usr/local/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result raise_exc_info(self._exc_info) "/usr/local/lib/python2.7/site-packages/tornado/gen.py", line 879, in run yielded = self.gen.send(value) "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 763, in _post_master_init self.returners) "/usr/local/lib/python2.7/site-packages/salt/utils/schedule.py", line 318, in __init__ self.time_offset = self.functions.get('timezone.get_offset', lambda: '0000')() "/usr/local/lib/python2.7/site-packages/salt/modules/timezone.py", line 94, in get_offset out = __salt__['cmd.run'](cmd)NameError: global name '__salt__' is not defined
Traceback (most recent call last): "/Users/*****/.platformio/penv/lib/python3.5/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/Users/*****/.platformio/penv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 720, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] "/Users/*****/.platformio/penv/lib/python3.5/site-packages/urllib3/util/retry.py", line 436, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /p3p/pio-nxplpc-arduino-lpc176x/archive/0.1.2.zip (Caused by SSLError(SSLError(1, '[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645)'),))
0.260622
Traceback (most recent call last): "main.py", line 301, in <module> main() "main.py", line 124, in main train(train_loader, model, criterion, optimizer, epoch) "main.py", line 166, in train output = model(input_var) "/opt/anaconda2/lib/python2.7/site-packages/torch/nn/modules/module.py", line 206, in __call__ result = self.forward(*input, **kwargs) "/opt/anaconda2/lib/python2.7/site-packages/torch/nn/parallel/data_parallel.py", line 61, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/opt/anaconda2/lib/python2.7/site-packages/torch/nn/parallel/data_parallel.py", line 71, in parallel_apply return parallel_apply(replicas, inputs, kwargs) "/opt/anaconda2/lib/python2.7/site-packages/torch/nn/parallel/parallel_apply.py", line 46, in parallel_apply raise output TypeError: mean received an invalid combination of arguments - got (dim=int, keepdim=bool, ), but expected one of:
Traceback (most recent call last): "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/elasticsearch/connection/http_urllib3.py", line 245, in perform_request response = self.pool.urlopen( "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/connectionpool.py", line 719, in urlopen retries = retries.increment( "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/util/retry.py", line 376, in increment raise six.reraise(type(error), error, _stacktrace) "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/packages/six.py", line 735, in reraise raise value "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/connectionpool.py", line 665, in urlopen httplib_response = self._make_request( "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/connectionpool.py", line 387, in _make_request conn.request(method, url, **httplib_request_kw) "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/http/client.py", line 1245, in request self._send_request(method, url, body, headers, encode_chunked) "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/http/client.py", line 1291, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/http/client.py", line 1240, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/http/client.py", line 1008, in _send_output self.send(msg) "/Applications/Xcode.app/Contents/Developer/Library/Frameworks/Python3.framework/Versions/3.8/lib/python3.8/http/client.py", line 948, in send self.connect() "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/connection.py", line 184, in connect conn = self._new_conn() "/Users/renanyudi/www/wise-chat/env/lib/python3.8/site-packages/urllib3/connection.py", line 168, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x149bf9670>: Failed to establish a new connection: [Errno 61] Connection refused
0.308166
Traceback (most recent call last): "/home/niklas/Desktop/test/nodepy_modules/.pip/lib/python3.6/site-packages/pony/orm/dbapiprovider.py", line 48, in wrap_dbapi_exceptions try: return func(provider, *args, **kwargs) "/home/niklas/Desktop/test/nodepy_modules/.pip/lib/python3.6/site-packages/pony/orm/dbproviders/postgres.py", line 215, in execute if arguments is None: cursor.execute(sql) psycopg2.ProgrammingError: relation "album" does not exist
Traceback (most recent call last): "dwt_util.py", line 92, in clear_diagtrack "dwt_util.py", line 263, in subprocess_handlerCalledProcessError: Command '['takeown', '/f', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '&&', 'icacls', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '/grant', 'administrators:F']' returned non-zero exit status 1
0.297312
Traceback (most recent call last): "test.py", line 24, in <module> conn.send(msg) "/data/web/cgi-bin/venv/lib/python3.4/site-packages/flask_mail.py", line 168, in send message.as_string()) "/data/web/cgi-bin/python-3.4.0/lib/python3.4/smtplib.py", line 752, in sendmail msg = _fix_eols(msg).encode('ascii')UnicodeEncodeError: 'ascii' codec can't encode characters in position 284-285: ordinal not in range(128)
Traceback (most recent call last): "/opt/elastalert/elastalert/elastalert.py", line 1526, in find_recent_pending_alerts size=1000) "/usr/lib/python2.7/site-packages/elasticsearch-6.3.1-py2.7.egg/elasticsearch/client/utils.py", line 76, in _wrapped return func(*args, params=params, **kwargs) "/usr/lib/python2.7/site-packages/elasticsearch-6.3.1-py2.7.egg/elasticsearch/client/__init__.py", line 660, in search doc_type, '_search'), params=params, body=body) "/usr/lib/python2.7/site-packages/elasticsearch-6.3.1-py2.7.egg/elasticsearch/transport.py", line 318, in perform_request status, headers_response, data = connection.perform_request(method, url, params, body, headers=headers, ignore=ignore, timeout=timeout) "/usr/lib/python2.7/site-packages/elasticsearch-6.3.1-py2.7.egg/elasticsearch/connection/http_requests.py", line 90, in perform_request self._raise_error(response.status_code, raw_data) "/usr/lib/python2.7/site-packages/elasticsearch-6.3.1-py2.7.egg/elasticsearch/connection/base.py", line 125, in _raise_error raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info) RequestError: RequestError(400, u'search_phase_execution_exception', u'No mapping found for [alert_time] in order to sort on')
0.256947
Traceback (most recent call last): "feedjack_update.py", line 505, in <module> main() "feedjack_update.py", line 488, in main for feed in models.Feed.objects.filter(is_active=True): "/usr/local/lib/python2.6/dist-packages/django/db/models/query.py", line 107, in _result_iter self._fill_cache() "/usr/local/lib/python2.6/dist-packages/django/db/models/query.py", line 772, in _fill_cache self._result_cache.append(self._iter.next()) "/usr/local/lib/python2.6/dist-packages/cacheops/query.py", line 301, in iterator cache_this = self._cacheprofile is not None and 'fetch' in self._cacheopsAttributeError: 'QuerySet' object has no attribute '_cacheprofile'
Traceback (most recent call last): "polltest.py", line 10, in <module> sock.poll(timeout=None, flags=2) "/usr/lib/python2.7/site-packages/zmq/sugar/socket.py", line 501, in poll evts = dict(p.poll(timeout)) "/usr/lib/python2.7/site-packages/zmq/green/poll.py", line 89, in poll if t is not tout:UnboundLocalError: local variable 'tout' referenced before assignment
0.227207
> Traceback (most recent call last): "train.py", line 146, in <module> main(FLAGS) "train.py", line 118, in main _, loss_t, step = sess.run([train_op, loss, global_step]) "D:\Anaconda\lib\site-packages\tensorflow\python\client\session.py", line 905, in run run_metadata_ptr) "D:\Anaconda\lib\site-packages\tensorflow\python\client\session.py", line 1140, in _run feed_dict_tensor, options, run_metadata) "D:\Anaconda\lib\site-packages\tensorflow\python\client\session.py", line 1321, in _do_run run_metadata) "D:\Anaconda\lib\site-packages\tensorflow\python\client\session.py", line 1340, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[4,128,278,278] and type float on /job:localhost/replica:0/task:0/device:GPU:0 by allocator GPU_0_bfc
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-w0quh8un/nltk/setup.py", line 23, in <module> distribute_setup.use_setuptools() "/tmp/pip-install-w0quh8un/nltk/distribute_setup.py", line 145, in use_setuptools return _do_download(version, download_base, to_dir, download_delay) "/tmp/pip-install-w0quh8un/nltk/distribute_setup.py", line 123, in _do_download tarball = download_setuptools(version, download_base, "/tmp/pip-install-w0quh8un/nltk/distribute_setup.py", line 193, in download_setuptools src = urlopen(url) "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) "/usr/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) "/usr/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( "/usr/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: SSL is required
0.267482
Traceback (most recent call last): "/usr/bin/ansible", line 39, in <module> from ansible.errors import AnsibleError, AnsibleOptionsError, AnsibleParserErrorImportError: cannot import name AnsibleOptionsError
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 636, in run "calibre_plugins.dedrm.__init__", line 305, in ePubDecrypt DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
0.136879
Traceback (most recent call last): "examples/wmiexec.py", line 87, in run iWbemServices= iWbemLevel1Login.NTLMLogin('//./root/cimv2', NULL, NULL) "/home/myuser/fuente/impacket/env/lib/python3.7/site-packages/impacket/dcerpc/v5/dcom/wmi.py", line 3165, in NTLMLogin resp = self.request(request, iid = self._iid, uuid = self.get_iPid()) "/home/myuser/fuente/impacket/env/lib/python3.7/site-packages/impacket/dcerpc/v5/dcomrt.py", line 1315, in request resp = dce.request(req, uuid) "/home/myuser/fuente/impacket/env/lib/python3.7/site-packages/impacket/dcerpc/v5/rpcrt.py", line 878, in request raise exception impacket.dcerpc.v5.dcom.wmi.DCERPCSessionError: WMI Session Error: code: 0x80041003 - WBEM_E_ACCESS_DENIED
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmppmszswf3\build\youtube_dl\YoutubeDL.py", line 694, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmppmszswf3\build\youtube_dl\extractor\common.py", line 359, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmppmszswf3\build\youtube_dl\extractor\generic.py", line 2551, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: http://bangumi.bilibili.com/anime/5802/play#100643
0.222759
Traceback (most recent call last): "/usr/local/bin/pip", line 8, in <module> load_entry_point('pip==1.1', 'console_scripts', 'pip')() "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/__init__.py", line 116, in main return command.main(args[1:], options) "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 141, in main log_fp = open_logfile(log_fn, 'w') "/Library/Python/2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 168, in open_logfile log_fp = open(filename, mode)IOError: [Errno 13] Permission denied: '/Users/Yasser/Library/Logs/pip.log'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/redacted/lib/python3.5/site-packages/google/cloud/runtimeconfig/variable.py", line 160, in update_time value = _rfc3339_to_datetime(value) "/redacted/lib/python3.5/site-packages/google/cloud/_helpers.py", line 274, in _rfc3339_to_datetime dt_str, _RFC3339_MICROS).replace(tzinfo=UTC) "/usr/lib/python3.5/_strptime.py", line 510, in _strptime_datetime tt, fraction = _strptime(data_string, format) "/usr/lib/python3.5/_strptime.py", line 343, in _strptime (data_string, format)) ValueError: time data '2018-01-22T21:39:44.095040522Z' does not match format '%Y-%m-%dT%H:%M:%S.%fZ'
0.20487
Traceback (most recent call last): "/home/lmacken/code/github.com/pyrasite/tests/test_code_injection.py", line 50, in test_multithreaded_injection "Multi-threaded code injection failed"AssertionError: AssertionError: Multi-threaded code injection failed
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 40, in real_ip_middleware return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 73, in ban_middleware return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 231, in auth_middleware return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/view.py", line 128, in handle result = await result "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 131, in post return await super().post(request) "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 48, in wrapper result = await method(view, request, *args, **kwargs) "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 60, in post handler, context={"source": config_entries.SOURCE_USER} "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 73, in async_init return await self._async_handle_step(flow, flow.init_step, data) "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 132, in _async_handle_step result: Dict = await getattr(flow, method)(user_input) "/usr/src/homeassistant/homeassistant/components/deconz/config_flow.py", line 90, in async_step_user self.bridges = await async_discovery(session) "/usr/local/lib/python3.7/site-packages/pydeconz/utils.py", line 66, in async_discovery response = await async_request(session.get, URL_DISCOVER) "/usr/local/lib/python3.7/site-packages/pydeconz/utils.py", line 91, in async_request "Invalid content type: {}".format(res.content_type)) pydeconz.errors.ResponseError: Invalid content type: text/html
0.300959
Traceback (most recent call last): "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 227, in update self._sync() "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 267, in _sync identify_device(device)) "/srv/homeassistant/homeassistant_venv/lib/python3.5/site-packages/homeassistant/components/tellduslive.py", line 240, in identify_device if device.methods & DIM: TypeError: unsupported operand type(s) for &: 'NoneType' and 'int'
Traceback (most recent call last): "manage.py", line 9, in <module> execute_from_command_line(sys.argv) "/site/env/python/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line utility.execute() "/site/env/python/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 359, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/site/env/python/local/lib/python2.7/site-packages/django/core/management/base.py", line 305, in run_from_argv self.execute(*args, **cmd_options) "/site/env/python/local/lib/python2.7/site-packages/django/core/management/base.py", line 356, in execute output = self.handle(*args, **options) "/site/env/python/local/lib/python2.7/site-packages/pinax/stripe/management/commands/init_customers.py", line 15, in handle customers.create(user=user) "/site/env/python/local/lib/python2.7/site-packages/pinax/stripe/actions/customers.py", line 54, in create trial_end=trial_end "/site/env/python/local/lib/python2.7/site-packages/stripe/resource.py", line 468, in create response, api_key = requestor.request('post', url, params, headers) "/site/env/python/local/lib/python2.7/site-packages/stripe/api_requestor.py", line 142, in request resp = self.interpret_response(rbody, rcode, rheaders) "/site/env/python/local/lib/python2.7/site-packages/stripe/api_requestor.py", line 289, in interpret_response self.handle_api_error(rbody, rcode, resp, rheaders) "/site/env/python/local/lib/python2.7/site-packages/stripe/api_requestor.py", line 161, in handle_api_error rbody, rcode, resp, rheaders) stripe.error.InvalidRequestError: Request req_AUqzqofKiCBfeB: Received unknown parameter: quantity
0.318559
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/bluetooth_tracker/device_tracker.py", line 94, in update_bluetooth_once for dev in discover_devices(): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/bluetooth_tracker/device_tracker.py", line 52, in discover_devices lookup_class=False, device_id=device_id) "/srv/homeassistant/lib/python3.5/site-packages/bluetooth/bluez.py", line 34, in discover_devices raise BluetoothError ("error communicating with local " bluetooth.btcommon.BluetoothError: error communicating with local bluetooth adapter
2014-07-09 10:59:17,582 (-c0f5490) : WARNING (logger:18) - [sync.manager] Exception raised in handler for "push" (<type 'exceptions.ValueError'>) Request doesn't match data requirements (('title', 'year'), 'imdb_id', 'tvdb_id'), one group of parameters is required.: Traceback (most recent call last): "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/trakttv.bundle/Contents/Code/sync/manager.py", line 177, in run_work success = handler.run(section=section, *_kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply return apply(f, args, kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/trakttv.bundle/Contents/Code/sync/push.py", line 324, in run success = super(Push, self).run(_args, *_kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply return apply(f, args, kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/trakttv.bundle/Contents/Code/sync/sync_base.py", line 203, in run if not all(self.trigger_children(_args, *_kwargs)): "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply return apply(f, args, kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/trakttv.bundle/Contents/Code/sync/sync_base.py", line 266, in trigger_children return self.trigger_run(children, single, *args, *_kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply return apply(f, args, kwargs) "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/trakttv.bundle/Contents/Code/sync/sync_base.py", line 285, in trigger_run task.wait() "/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/trakttv.bundle/Contents/Code/core/task.py", line 37, in wait raise self.exceptionValueError: Request doesn't match data requirements (('title', 'year'), 'imdb_id', 'tvdb_id'), one group of parameters is required.
0.18369
Traceback (most recent call last): "/home/tvallois/.config/sublime-text-3/Packages/LSP/plugin/core/windows.py", line 478, in _start_client lambda msg: self._handle_stderr_log(config.name, msg)) # on_stderr_log "/home/tvallois/.config/sublime-text-3/Packages/LSP/plugin/core/clients.py", line 47, in start_window_config on_stderr_log=on_stderr_log) "/home/tvallois/.config/sublime-text-3/Packages/LSP/plugin/core/sessions.py", line 348, in create_session process = start_server(server_args, working_dir, env, on_stderr_log) "/home/tvallois/.config/sublime-text-3/Packages/LSP/plugin/core/process.py", line 53, in start_server startupinfo=si) "./python3.3/subprocess.py", line 819, in __init__ "./python3.3/subprocess.py", line 1448, in _execute_child NotFoundError: [Errno 2] No such file or directory: 'solargraph'
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) "/home/simon/Apps/XX-Net-3.2.3/code/3.3.4/gae_proxy/local/gae_handler.py", line 613, in fetch_worker self.fetch(begin, end, None) "/home/simon/Apps/XX-Net-3.2.3/code/3.3.4/gae_proxy/local/gae_handler.py", line 649, in fetch response.worker.close("range status:%s", response.status) TypeError: close() takes at most 2 arguments (3 given)
0.301604
Traceback (most recent call last): "<stdin>", line 1, in <module>NameError: name 'fit' is not defined
Traceback (most recent call last): "<string>", line 14, in <module> "/home/pallih/build/build/requests-toolbelt/setup.py", line 28, in <module> __version__ = get_version() "/home/pallih/build/build/requests-toolbelt/setup.py", line 16, in get_version with open('github3/__init__.py', 'r') as fd: IOError: [Errno 2] No such file or directory: 'github3/__init__.py'
0.286323
Traceback (most recent call last): "/Users/MyMac/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet_manager.py", line 59, in wrapper return func(self, *args, **kwds) "/Users/MyMac/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet_manager.py", line 194, in list_snippets snippets = self._snips(before, True) "/Users/MyMac/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet_manager.py", line 558, in _snips source.ensure(filetypes) "/Users/MyMac/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/source/file/_base.py", line 43, in ensure self._load_snippets_for(ft) "/Users/MyMac/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/source/file/_base.py", line 74, in _load_snippets_for self._parse_snippets(ft, fn) "/Users/MyMac/.vim/bundle/ultisnips/pythonx/UltiSnips/snippet/source/file/_base.py", line 93, in _parse_snippets raise SnippetSyntaxError(filename, line_index, msg)SnippetSyntaxError: Invalid line ' def set_${1:model_class_name}' in ~/.vim/bundle/vim-snippets/snippets/rails.snippets:109
Traceback (most recent call last): "/Users/gregdowling/home-assistant/homeassistant/core.py", line 789, in job_handler func(arg) "/Users/gregdowling/home-assistant/homeassistant/components/binary_sensor/template.py", line 93, in _event_listener self.update_ha_state(True) "/Users/gregdowling/home-assistant/homeassistant/helpers/entity.py", line 149, in update_ha_state raise RuntimeError("Attribute hass is None for {}".format(self))RuntimeError: Attribute hass is None for <Entity Blind: off>
0.278472
Traceback (most recent call last): "/home/travis/miniconda/lib/python3.5/site-packages/conda/exceptions.py", line 632, in conda_exception_handler return_value = func(*args, **kwargs) "/home/travis/miniconda/lib/python3.5/site-packages/conda_env/cli/main_update.py", line 82, in execute if not (args.name or args.prefix): AttributeError: 'Namespace' object has no attribute 'prefix'
WARNING: Writing cache to u'/Users/[username]/.cache/youtube-dl/youtube-sigfuncs/js_vflqZIm5b_88.json' failed: Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 388, in _extract_signature_function cache_res = res(test_string) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 446, in <lambda> return lambda s: initial_function([s]) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf res = self.interpret_statement(stmt, local_vars) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression val = local_vars[m.group('in')]KeyError: u'lo'
0.238736
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/usr/lib/python3.5/unittest/loader.py", line 428, in _find_test_path module = self._get_module_from_name(name) "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name __import__(name) "/home/luca/Desktop/Dev/xxxxx/yyyyyy/tests/test_endpoints_yyyyyy.py", line 5, in <module> from moto import mock_s3 "/home/luca/Desktop/Dev/xxxxx/venv/lib/python3.5/site-packages/moto/__init__.py", line 8, in <module> from .acm import mock_acm # flake8: noqa "/home/luca/Desktop/Dev/xxxxx/venv/lib/python3.5/site-packages/moto/acm/__init__.py", line 2, in <module> from .models import acm_backends "/home/luca/Desktop/Dev/xxxxx/venv/lib/python3.5/site-packages/moto/acm/models.py", line 6, in <module> from moto.core import BaseBackend, BaseModel "/home/luca/Desktop/Dev/xxxxx/venv/lib/python3.5/site-packages/moto/core/__init__.py", line 2, in <module> from .models import BaseModel, BaseBackend, moto_api_backend # flake8: noqa "/home/luca/Desktop/Dev/xxxxx/venv/lib/python3.5/site-packages/moto/core/models.py", line 174, in <module> botocore_mock = responses.RequestsMock(assert_all_requests_are_fired=False, target='botocore.vendored.requests.adapters.HTTPAdapter.send') TypeError: __init__() got an unexpected keyword argument 'target'
0.270527
E....................Traceback (most recent call last): "<string>", line 1, in <module> "/build/numexpr-2.6.8/numexpr/__init__.py", line 24, in <module> from __config__ import show as show_config, get_info ModuleNotFoundError: No module named '__config__'
Traceback (most recent call last): "/home/egor/.local/lib/python3.6/site-packages/matplotlib/cbook/__init__.py", line 388, in process proxy(*args, **kwargs) "/home/egor/.local/lib/python3.6/site-packages/matplotlib/cbook/__init__.py", line 228, in __call__ return mtd(*args, **kwargs) "/home/egor/Workspace/_contrib/scikit-image/skimage/viewer/utils/canvas.py", line 75, in on_mouse_press self.active_tool.on_mouse_press(event) "/home/egor/Workspace/_contrib/scikit-image/skimage/viewer/canvastools/painttool.py", line 149, in on_mouse_press self.update_overlay(event.xdata, event.ydata) "/home/egor/Workspace/_contrib/scikit-image/skimage/viewer/canvastools/painttool.py", line 172, in update_overlay overlay[self.window.at(y, x)] = self.label TypeError: slice indices must be integers or None or have an __index__ method
0.270341
Traceback (most recent call last): "/usr/bin/salt-call", line 11, in <module> salt_call() "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 335, in salt_call client.run() "/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 53, in run caller.run() "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 133, in run ret = self.call() "/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 196, in call ret['return'] = func(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/modules/glusterfs.py", line 337, in status true_hostname = hostref[peerid]KeyError: '8813deec-d672-4d2d-a1dd-3ff63059fabc'
Traceback (most recent call last): ".\test_probe.py", line 10, in <module> sim2 = nengo.Simulator(model2) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\simulator.py", line 105, in __init__ Builder.build(network, model=self.model) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\builder.py", line 871, in build cls.builders[obj_cls](obj, *args, **kwargs) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\builder.py", line 934, in build_network Builder.build(probe, model=model, config=network.config) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\builder.py", line 871, in build cls.builders[obj_cls](obj, *args, **kwargs) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\builder.py", line 1186, in build_probe Builder.build(conn, model=model, config=config) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\builder.py", line 871, in build cls.builders[obj_cls](obj, *args, **kwargs) "C:\Users\Terry\Documents\GitHub\nengo-temp\nengo\builder.py", line 1237, in build_connection model.sig[conn]['in'] = model.sig[conn.pre_obj]["out"]KeyError: 'out'
0.193121
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/numpy/testing/decorators.py", line 147, in skipper_func return f(*args, **kwargs) "/builddir/build/BUILD/MDAnalysis-0.16.0/MDAnalysisTests-0.16.0/MDAnalysisTests/analysis/test_encore.py", line 408, in test_dres_error_estimation selection="name CA and resnum 1-10") "/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/analysis/encore/similarity.py", line 1407, in dres ncores=ncores) "/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/analysis/encore/confdistmatrix.py", line 358, in get_distance_matrix verbose=verbose) "/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/analysis/encore/confdistmatrix.py", line 99, in conformational_distance_matrix ensemble.select_atoms(selection), format='fac')) "/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/coordinates/memory.py", line 365, in timeseries return array.take(asel.indices, a_index) TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 223, in get_response response = middleware_method(request, response) "/home/zulip/deployments/2015-10-01-04-05-33/zerver/middleware.py", line 250, in process_response error_content=content, error_content_iter=content_iter) "/home/zulip/deployments/2015-10-01-04-05-33/zerver/middleware.py", line 189, in write_log_line queue_json_publish("slow_queries", "%s (%s)" % (logger_timing, email), lambda e: None) "/home/zulip/deployments/2015-10-01-04-05-33/zerver/lib/queue.py", line 259, in queue_json_publish get_queue_client().json_publish(queue_name, event) "/home/zulip/deployments/2015-10-01-04-05-33/zerver/lib/queue.py", line 240, in get_queue_client queue_client = SimpleQueueClient() "/home/zulip/deployments/2015-10-01-04-05-33/zerver/lib/queue.py", line 25, in __init__ self._connect() "/home/zulip/deployments/2015-10-01-04-05-33/zerver/lib/queue.py", line 29, in _connect self.connection = pika.BlockingConnection(self._get_parameters()) "/usr/lib/python2.7/dist-packages/pika/adapters/blocking_connection.py", line 107, in __init__ super(BlockingConnection, self).__init__(parameters, None, False) "/usr/lib/python2.7/dist-packages/pika/adapters/base_connection.py", line 62, in __init__ on_close_callback) "/usr/lib/python2.7/dist-packages/pika/connection.py", line 590, in __init__ self.connect() "/usr/lib/python2.7/dist-packages/pika/adapters/blocking_connection.py", line 206, in connect if not self._adapter_connect(): "/usr/lib/python2.7/dist-packages/pika/adapters/blocking_connection.py", line 275, in _adapter_connect raise exceptions.AMQPConnectionError(1)AMQPConnectionError: 1
0.237848
Traceback (most recent call last): "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync super(ThreadedHTTPTransport, self).send(data, headers) "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send ca_certs=self.ca_certs, "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen return opener.open(url, data, timeout) "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open response = self._open(req, data) "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open '_open', req) "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain result = func(*args) "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open return self.do_open(ValidHTTPSConnection, req) "/Users/Teng/Downloads/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1042, in request self._send_request(method, url, body, headers) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1082, in _send_request self.endheaders(body) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1038, in endheaders self._send_output(message_body) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 880, in _send_output msg += message_body UnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 138, in run res = self._execute() "/usr/lib/python2.7/site-packages/ansible/executor/task_executor.py", line 576, in _execute result = self._handler.run(task_vars=variables) "/root/ceph-ansible/plugins/actions/validate.py", line 48, in run notario_store["containerized_deployment"] = host_vars["containerized_deployment"] KeyError: 'containerized_deployment'
0.249153
Traceback (most recent call last): "zeus.py", line 263, in <module> tor=opt.useTor, batch=opt.runInBatch "/home/tripo/SQLi/zeus-scanner/var/search/selenium_search.py", line 351, in parse_search_results req = requests.get(query_url, proxies=proxy_string, params=headers) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get return request('get', url, params=params, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request return session.request(method=method, url=url, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 485, in send raise ProxyError(e, request=request)ProxyError: HTTPConnectionPool(host='221.182.133.175', port=39880): Max retries exceeded with url: http://www.google.com/search?ie=ISO-8859-1&hl=en-GB&source=hp&biw=&bih=&q=view_items.php%3Fid%3D&gbv=1&oq=view_items.php%3Fid%3D&gs_l=heirloom-hp.3...161.196.0.223.18.1.0.0.0.0.0.0..0.0....0...1ac.1.34.heirloom-hp..18.0.0.FUnhckIRlO8&Connection=close&User-Agent=Zeus-Scanner%2F1.5.2.55ba7c+%28Language%3DPython%2F2.7.12%3B+Platform%3DLinux%29 (Caused by ProxyError('Cannot connect to proxy.', error(104, 'Connection reset by peer')))
Traceback (most recent call last): "calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 637, in run "calibre_plugins.dedrm.__init__", line 512, in PDFDecrypt calibre_plugins.dedrm.DeDRMError: DeDRM v7.0.3: Ultimately failed to decrypt after 0.3 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
0.254488
Traceback (most recent call last): "/usr/lib/python3/dist-packages/lutris/exceptions.py", line 26, in wrapper return function(*args, **kwargs) "/usr/lib/python3/dist-packages/lutris/game.py", line 299, in configure_game gameplay_info = self.runner.play() "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 832, in play launch_info = {"env": self.get_env(os_env=False)} "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 718, in get_env env = super(wine, self).get_env(False) "/usr/lib/python3/dist-packages/lutris/runners/runner.py", line 149, in get_env runtime_env = self.get_runtime_env() "/usr/lib/python3/dist-packages/lutris/runners/wine.py", line 744, in get_runtime_env if entry in wine_path: TypeError: 'in <string>' requires string as left operand, not NoneType
PIO Core Call Error: "Error: Traceback (most recent call last):\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/platformio/__main__.py\", line 120, in main\n cli(None, None, None)\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 700, in __call__\n return self.main(*args, **kwargs)\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 680, in main\n rv = self.invoke(ctx)\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 1027, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 1027, in invoke\n return _process_result(sub_ctx.command.invoke(sub_ctx))\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 873, in invoke\n return ctx.invoke(self.callback, **ctx.params)\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 508, in invoke\n return callback(*args, **kwargs)\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/platformio/commands/platform.py\", line 368, in platform_update\n if (not latest and not PlatformFactory.newPlatform(pkg_dir).\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/platformio/managers/platform.py\", line 250, in newPlatform\n _instance = platform_cls(join(platform_dir, \"platform.json\"))\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/platformio/managers/platform.py\", line 460, in __init__\n self._manifest = util.load_json(manifest_path)\n \"/Users/jameskessler/.platformio/penv/lib/python2.7/site-packages/platformio/util.py\", line 185, in load_json\n with open(file_path, \"r\") as f:\nIOError: [Errno 2] No such file or directory: '/Users/jameskessler/.platformio/platforms/tuyapi/platform.json'\n\n============================================================\n\nAn unexpected error occurred. Further steps:\n\n* Verify that you have the latest version of PlatformIO using\n `pip install -U platformio` command\n\n* Try to find answer in FAQ Troubleshooting section\n https://docs.platformio.org/page/faq.html\n\n* Report this problem to the developers\n https://github.com/platformio/platformio-core/issues\n\n============================================================"
0.201226
Traceback (most recent call last): "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 504, in run return self.body() "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 563, in body pool._maintain_pool() "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 1342, in _maintain_pool joined = self._join_exited_workers() "C:\Users\Oluwaseyi\Anaconda3\lib\site-packages\billiard\pool.py", line 1234, in _join_exited_workers write_to = job._write_to AttributeError: 'IMapUnorderedIterator' object has no attribute '_write_to'
Traceback (most recent call last): "/u01/yowsup/yowsup/layers/protocol_media/mediauploader.py", line 86, in run ssl_sock.write(bytearray(POST.encode())) "/usr/lib64/python2.6/ssl.py", line 148, in write return self._sslobj.write(data)TypeError: write() argument 1 must be string or read-only buffer, not bytearray
0.322964
Traceback (most recent call last): "bin/cluster", line 341, in <module> args.func(args) "bin/cluster", line 89, in list playbook = "playbooks/{}/openshift-cluster/list.yml".format(args.provider)ValueError: zero length field name in format
Traceback (most recent call last): "test.py", line 15, in <module> raise ex celery.backends.base.RuntimeError: BLAH
0.180956
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/youtube_dl/extractor/youtube.py", line 1063, in _decrypt_signature video_id, player_url, s "/usr/local/lib/python3.4/dist-packages/youtube_dl/extractor/youtube.py", line 951, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url) youtube_dl.utils.ExtractorError: Cannot identify player 'https://www.youtube.com/yts/jsbin/player-vfl1Renoe/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/application/app.py", line 312, in runReactorWithLogging reactor.run() "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/base.py", line 1272, in run self.mainLoop() "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/base.py", line 1284, in mainLoop self.doIteration(t) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/epollreactor.py", line 235, in doPoll log.callWithLogger(selectable, _drdw, selectable, fd, event) --- <exception caught here> --- "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/python/log.py", line 103, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/python/log.py", line 86, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/python/context.py", line 122, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/python/context.py", line 85, in callWithContext return func(*args,**kw) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/posixbase.py", line 627, in _doReadOrWrite self._disconnectSelectable(selectable, why, inRead) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/posixbase.py", line 252, in _disconnectSelectable selectable.readConnectionLost(f) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/tcp.py", line 307, in readConnectionLost self.connectionLost(reason) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/tcp.py", line 519, in connectionLost self._commonConnection.connectionLost(self, reason) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/internet/tcp.py", line 327, in connectionLost protocol.connectionLost(reason) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/web/client.py", line 223, in connectionLost http.HTTPClient.connectionLost(self, reason) "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/web/http.py", line 599, in connectionLost self.handleResponseEnd() "/cowrie/cowrie-env/lib/python3.5/site-packages/twisted/web/client.py", line 283, in handleResponseEnd self.factory.pageEnd() "/cowrie/cowrie-git/src/cowrie/commands/curl.py", line 421, in pageEnd self.curl.write('{0}\n'.format(f.read())) "/usr/lib/python3.5/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] builtins.UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in position 7589: ordinal not in range(128)
0.263052
Traceback (most recent call last): "raiden/storage/sqlite.py", line 717, in __del__ RuntimeError: The database connection was not closed.
PIO Core Call Error: "<Exception instance at 0x777ca48 with str error:\n Traceback (most recent call last):\n \"C:\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\n return str(o)\nUnicodeEncodeError: 'ascii' codec can't encode characters in position 57-60: ordinal not in range(128)\n>"
0.24618
Traceback (most recent call last): "C:\Users\rossoe\AppData\Roaming\Blender Foundation\Blender\2.78\scripts\addons\BlenderGIS-master\operators\view3d_mapviewer.py", line 343, in drawZoomBox if self.zoomBoxMode and not self.zoomBoxDrag: "D:\Program s\Blender Foundation\blender-2.78c-windows64\2.78\scripts\modules\bpy_types.py", line 601, in __getattribute__ properties = StructRNA.path_resolve(self, "properties") ReferenceError: StructRNA of type MAP_VIEWER has been removed
Traceback (most recent call last): "/usr/bin/hangups", line 11, in <module> load_entry_point('hangups==0.4.1', 'console_scripts', 'hangups')() "/usr/lib/python3.5/site-packages/hangups/ui/**main**.py", line 988, in main }, col_scheme, palette_colors, datetimefmt, notifier "/usr/lib/python3.5/site-packages/hangups/ui/**main**.py", line 80, in **init** self._client = hangups.Client(cookies) "/usr/lib/python3.5/site-packages/hangups/client.py", line 56, in __init__ self._connector = aiohttp.TCPConnector()AttributeError: module 'aiohttp' has no attribute 'TCPConnector'
0.301302
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/ensemble/tests/test_forest.py", line 152, in check_regressor_attributes r.fit([[1, 2, 3], [4, 5, 6]], [1, 2]) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/ensemble/forest.py", line 271, in fit backend="threading")(TypeError: __init__() got an unexpected keyword argument 'backend'
Traceback (most recent call last): "./test_zk.py", line 17, in <module> print "/hmon value:", zk.get("/hmon") "/usr/lib/python2.6/site-packages/kazoo/client.py", line 978, in get return self.get_async(path, watch).get() "/usr/lib/python2.6/site-packages/kazoo/handlers/threading.py", line 102, in get raise self._exceptionkazoo.exceptions.NoAuthError: ((), {})
0.253188
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 259, in download ctx.stream, ctx.tmpfilename = sanitize_open( "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 2054, in sanitize_open stream = open(encode name(filename), open_mode) OSError: [Errno 36] name too long: '蘋果動新聞 HK Apple Daily/vHFYxV9DrdM-9點半蘋果新聞報道 字幕版重溫(2021年3月31日)︱李宇軒被安排非家屬委託大狀代表 ︱美國強烈譴責中方進一步削弱港人民意代表︱艾未未斥容海恩「極端納粹」︱蘋果日報 Apple Daily #香港新聞-20210331.f303.webm.part'
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/rfi.py", line 94, in audit self._w3af_site_test_inclusion(freq, orig_response) "/usr/share/w3af/w3af/plugins/audit/rfi.py", line 266, in _w3af_site_test_inclusion self._test_inclusion(freq, rfi_data, orig_response) "/usr/share/w3af/w3af/plugins/audit/rfi.py", line 283, in _test_inclusion analyze_result_par) "/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.180173
Traceback (most recent call last): "/home/dou/anaconda3_pytorch/lib/python3.5/urllib/request.py", line 1254, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 1106, in request self._send_request(method, url, body, headers) "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 1151, in _send_request self.endheaders(body) "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 1102, in endheaders self._send_output(message_body) "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 934, in _send_output self.send(msg) "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 877, in send self.connect() "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 1252, in connect super().connect() "/home/dou/anaconda3_pytorch/lib/python3.5/http/client.py", line 849, in connect (self.host,self.port), self.timeout, self.source_address) "/home/dou/anaconda3_pytorch/lib/python3.5/socket.py", line 711, in create_connection raise err "/home/dou/anaconda3_pytorch/lib/python3.5/socket.py", line 702, in create_connection sock.connect(sa) TimeoutError: [Errno 110] Connection timed out
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/htdocs/python_env/lib/python2.7/site-packages/salt/wheel/__init__.py", line 124, in cmd return self.low(fun, kwarg) "/home/htdocs/python_env/lib/python2.7/site-packages/salt/client/mixins.py", line 233, in low jid = low.get('__jid__', salt.utils.jid.gen_jid())AttributeError: 'NoneType' object has no attribute 'get'
0.150865
Traceback (most recent call last): "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/site-packages/spacy/__main__.py", line 33, in <module> plac.call(commands[command], sys.argv[1:]) "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/site-packages/plac_core.py", line 328, in call cmd, result = parser.consume(arglist) "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/site-packages/plac_core.py", line 207, in consume return cmd, self.func(*(args + varargs + extraopts), **kwargs) "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/site-packages/spacy/cli/train.py", line 492, in train with nlp.use_params(optimizer.averages): "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/contextlib.py", line 81, in __enter__ return next(self.gen) "/Users/erippeth/miniconda3/envs/farsi-redo/lib/python3.6/site-packages/spacy/language.py", line 716, in use_params next(context) "pipes.pyx", line 577, in use_params AttributeError: 'bool' object has no attribute 'use_params'
Traceback (most recent call last): "/usr/lib/cura/plugins/CuraEngineBackend/CuraEngineBackend.py", line 158, in slice if kwargs.get("profile", self._profile).hasErrorValue(): "/usr/lib/python3/dist-packages/UM/Settings/Profile.py", line 131, in hasErrorValue Logger.log("w", "The setting %s has an invalid value of %s",key) "/usr/lib/python3/dist-packages/UM/Logger.py", line 27, in log filled_message = message % args # Replace all the %s with the variables. Python formating is magic.TypeError: not enough arguments for format string
0.318404