text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
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): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module> include(settings_file, optional(settings_files), scope=locals()) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include exec(compiled_code, scope) # noqa: S102, WPS421 "/etc/tower/settings.py", line 19, in <module> SECRET_KEY = get_secret() "/etc/tower/settings.py", line 8, in get_secret return open('/etc/tower/SECRET_KEY', 'rb').read().strip() IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
0.221742
Traceback (most recent call last): "/Users/raghav/PycharmProjects/Visualization/interactive-Maps/folium/examples/choropleth_counties.py", line 48, in <module> map_1.create_map(path='map_1.html') "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/folium.py", line 127, in create_map self.save(path) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/element.py", line 153, in save html = root.render(**kwargs) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/element.py", line 359, in render child.render(**kwargs) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/element.py", line 667, in render element.render(**kwargs) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/features.py", line 480, in render super(TopoJson, self).render(**kwargs) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/element.py", line 663, in render figure.script.add_children(Element(script(self, kwargs)), "/Users/raghav/anaconda/lib/python2.7/site-packages/jinja2/runtime.py", line 436, in __call__ return self._func(*arguments) "<template>", line 15, in macro "/Users/raghav/anaconda/lib/python2.7/site-packages/jinja2/runtime.py", line 196, in call return __obj(*args, **kwargs) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/features.py", line 475, in style_data feature.setdefault('properties', {}).setdefault('style', {}).update(self.style_function(feature)) # noqa "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/folium.py", line 679, in style_function "fillColor": color_scale_fun(x) "/Users/raghav/anaconda/lib/python2.7/site-packages/folium/folium.py", line 668, in color_scale_fun u <= color_data[get_by_key(x, key_on)]])]KeyError: u'0500000US72013'
Traceback (most recent call last): "/Users/buildbot-worker/worker/buildpackage_macOS/build/golem/task/localcomputer.py", line 65, in run "/Users/buildbot-worker/worker/buildpackage_macOS/build/apps/blender/task/blenderrendertask.py", line 505, in query_extra_data_for_test_task "/Users/buildbot-worker/worker/buildpackage_macOS/build/apps/blender/resources/scenefileeditor.py", line 16, in generate_blender_crop_file NotFoundError: [Errno 2] No such file or directory: '/var/folders/cw/jvz5mtjd3j77w3h3xn0g4szc0000gn/T/_MEITPNgRQ/apps/blender/resources/scripts/blendercrop.py.template'
0.169367
Traceback (most recent call last): "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/transport/matrix.py", line 733, in _handle_presence_change address = self._validate_userid_signature(user) "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/cachetools/__init__.py", line 87, in wrapper v = method(self, *args, **kwargs) "/home/cosmin/Documents/WORK/GITHUB/raiden/raiden/network/transport/matrix.py", line 874, in _validate_userid_signature displayname = user.get_display_name() "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/matrix_client/user.py", line 36, in get_display_name self.displayname = self.api.get_display_name(self.user_id) "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/matrix_client/api.py", line 705, in get_display_name content = self._send("GET", "/profile/%s/displayname" % user_id) "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/raiden_libs/network/matrix/client.py", line 72, in _send return super()._send(method, path, *args, **kwargs) "/home/cosmin/.virtualenvs/raiden/lib/python3.6/site-packages/matrix_client/api.py", line 681, in _send errordata = json.loads(response.json()['error']) "/usr/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python3.6/json/decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last): "/home/frankie/tmp/ethereum-etl/ethereumetl/executors/batch_work_executor.py", line 104, in execute_with_retries return func(*args) "/home/frankie/tmp/ethereum-etl/ethereumetl/jobs/export_geth_traces_job.py", line 69, in _export_batch result = rpc_response_to_result(response_item) "/home/frankie/tmp/ethereum-etl/ethereumetl/utils.py", line 84, in rpc_response_to_result raise RetriableValueError(error_message) ethereumetl.misc.retriable_value_error.RetriableValueError: result is None in response {'jsonrpc': '2.0', 'id': 0, 'error': {'code': -32000, 'message': 'parent 0000000000000000000000000000000000000000000000000000000000000000 not found'}}.
0.287715
Traceback (most recent call last): "/usr/bin/mkchromecast", line 283, in <module> mk() "/usr/bin/mkchromecast", line 53, in __init__ self.audio_linux() "/usr/bin/mkchromecast", line 72, in audio_linux self.cc.initialize_cast() "/usr/share/mkchromecast/mkchromecast/cast.py", line 135, in initialize_cast self.cclist = self._get_chromecasts() "/usr/share/mkchromecast/mkchromecast/cast.py", line 115, in _get_chromecasts self._chromecasts_by_name = {c.name: c for c in "/usr/share/mkchromecast/mkchromecast/cast.py", line 115, in <dictcomp> self._chromecasts_by_name = {c.name: c for c in AttributeError: 'list' object has no attribute 'name'
Traceback (most recent call last): "<pyshell#2>", line 1, in <module> r = s.run_cmd('ipconfig', ['/all']) "build\bdist.win-amd64\egg\winrm__init__.py", line 29, in run_cmd shell_id = self.protocol.open_shell() "build\bdist.win-amd64\egg\winrm\protocol.py", line 121, in open_shell rs = self.send_message(xmltodict.unparse(rq)) "build\bdist.win-amd64\egg\winrm\protocol.py", line 193, in send_message return self.transport.send_message(message) "build\bdist.win-amd64\egg\winrm\transport.py", line 125, in send_message raise UnauthorizedError(transport='plaintext', message=ex.msg)UnauthorizedError: 401 Unauthorized.
0.258518
Traceback (most recent call last): "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main status = self.run(options, args) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/install.py", line 342, in run prefix=options.prefix_path, "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 778, in install requirement.uninstall(auto_confirm=True) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 754, in uninstall paths_to_remove.remove(auto_confirm) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_uninstall.py", line 115, in remove renames(path, new_path) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/__init__.py", line 267, in renames shutil.move(old, new) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 302, in move copy2(src, real_dst) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 131, in copy2 copystat(src, dst) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 103, in copystat os.chflags(dst, st.st_flags) OSError: [Errno 1] Operation not permitted: '/var/folders/nf/n6bqf42169s8n0q3669609n40000gn/T/pip-kmtfhQ-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'
ERROR: Traceback (most recent call last): "/usr/lib/python2.7/site-packages/chirp/ui/clone.py", line 238, in run self.__radio.sync_in() "/usr/lib/python2.7/site-packages/chirp/drivers/uv5r.py", line 705, in sync_in raise errors.RadioError("Failed to communicate with radio: %s" % e)RadioError: Failed to communicate with radio: 'Serial' object has no attribute 'setTimeout'
0.321518
Traceback (most recent call last): "sshuttle.ssnet", line 502, in __del__ "sshuttle.ssnet", line 521, in nowrite AttributeError: 'MuxWrapper' object has no attribute 'mux'
Traceback (most recent call last): "g_color.py", line 20, in <module> im = im[:, :, 0] IndexError: too many indices for array
0.271064
Traceback (most recent call last): "/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 57, in application response = frappe.handler.handle() "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle execute_cmd(cmd) "/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd ret = frappe.call(method, *_frappe.form_dict) "/home/frappe/frappe-bench/apps/frappe/frappe/**init**.py", line 855, in call return fn(_args, **newargs) "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/load.py", line 65, in getdoctype docs = get_meta_bundle(doctype) "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/load.py", line 75, in get_meta_bundle bundle = [frappe.desk.form.meta.get_meta(doctype)] "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 20, in get_meta meta = frappe.cache().hget("form_meta", doctype, lambda: FormMeta(doctype)) "/home/frappe/frappe-bench/apps/frappe/frappe/utils/redis_wrapper.py", line 145, in hget value = generator() "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 20, in meta = frappe.cache().hget("form_meta", doctype, lambda: FormMeta(doctype)) "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 32, in **init** self.load_assets() "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 39, in load_assets self.add_code() "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 62, in add_code self._add_code(_get_path(self.name + '.js'), '__js') "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 77, in _add_code js = get_js(path) "/home/frappe/frappe-bench/apps/frappe/frappe/desk/form/meta.py", line 185, in get_js return render_include(js) "/home/frappe/frappe-bench/apps/frappe/frappe/model/utils/__init__.py", line 49, in render_include with open(frappe.get_app_path(app, app_path), 'r') as f: "/home/frappe/frappe-bench/apps/frappe/frappe/**init**.py", line 645, in get_app_path return get_pymodule_path(app_name, *joins) "/home/frappe/frappe-bench/apps/frappe/frappe/**init**.py", line 660, in get_pymodule_path return os.path.join(os.path.dirname(get_module(scrub(modulename)).**file**), *joins) "/home/frappe/frappe-bench/apps/frappe/frappe/**init**.py", line 622, in get_module return importlib.import_module(modulename) "/usr/lib/python2.7/importlib/**init**.py", line 37, in import_module **import**(name)ImportError: No module named buying
Traceback (most recent call last): "test19.py", line 18, in <module> print scapy.Ether(pkt[1]).src "/usr/lib/python2.7/site-packages/scapy/base_classes.py", line 196, in __call__ i.__init__(*args, **kargs) "/usr/lib/python2.7/site-packages/scapy/packet.py", line 85, in __init__ self.dissect(_pkt) "/usr/lib/python2.7/site-packages/scapy/packet.py", line 618, in dissect s = self.do_dissect(s) "/usr/lib/python2.7/site-packages/scapy/packet.py", line 589, in do_dissect assert(raw.endswith(s))AttributeError: 'buffer' object has no attribute 'endswith'
0.264459
Traceback (most recent call last): "cifar10_main.py", line 519, in <module> main(**vars(args)) "cifar10_main.py", line 387, in main **hparams)) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/contrib/learn/python/learn/learn_runner.py", line 218, in run return _execute_schedule(experiment, schedule) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/contrib/learn/python/learn/learn_runner.py", line 46, in _execute_schedule return task() "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/contrib/learn/python/learn/experiment.py", line 661, in train_and_evaluate self.train(delay_secs=0) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/contrib/learn/python/learn/experiment.py", line 390, in train saving_listeners=self._saving_listeners) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/contrib/learn/python/learn/experiment.py", line 868, in _call_train saving_listeners=saving_listeners) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/estimator/estimator.py", line 314, in train loss = self._train_model(input_fn, hooks, saving_listeners) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/estimator/estimator.py", line 815, in _train_model _, loss = mon_sess.run([estimator_spec.train_op, estimator_spec.loss]) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 539, in run run_metadata=run_metadata) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1013, in run run_metadata=run_metadata) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1104, in run raise six.reraise(*original_exc_info) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/six.py", line 693, in reraise raise value "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1089, in run return self._sess.run(*args, **kwargs) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 1161, in run run_metadata=run_metadata) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/training/monitored_session.py", line 941, in run return self._sess.run(*args, **kwargs) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 895, in run run_metadata_ptr) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1128, in _run feed_dict_tensor, options, run_metadata) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1344, in _do_run options, run_metadata) "/Users/yaroslav/anaconda/envs/cifar/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1363, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: Default AvgPoolingOp only supports NHWC.
Traceback (most recent call last): "C:\Python27\Scripts\elastalert-test-rule-script.py", line 11, in <module> load_entry_point('elastalert==0.1.14', 'console_scripts', 'elastalert-test-rule')() "C:\Python27\lib\site-packages\elastalert-0.1.14-py2.7.egg\elastalert\test_rule.py", line 358, in main test_instance.run_rule_test() "C:\Python27\lib\site-packages\elastalert-0.1.14-py2.7.egg\elastalert\test_rule.py", line 339, in run_rule_test conf = self.load_conf(rule_yaml, args) "C:\Python27\lib\site-packages\elastalert-0.1.14-py2.7.egg\elastalert\test_rule.py", line 301, in load_conf load_options(rules, conf, args.file) "C:\Python27\lib\site-packages\elastalert-0.1.14-py2.7.egg\elastalert\config.py", line 243, in load_options rule['compound_compare_key'] = [rule['compare_key']] KeyError: 'compare_key''
0.288098
Traceback (most recent call last): "/data/projects/fate/python/fate_flow/fate_flow_server.py", line 94, in <module> session_utils.init_session_for_flow_server() "/data/projects/fate/python/fate_flow/utils/session_utils.py", line 60, in init_session_for_flow_server options={"eggroll.session.processors.per.node": 1}) "/data/projects/fate/python/arch/api/session.py", line 112, in init RuntimeInstance.SESSION = builder.build_session() "/data/projects/fate/python/arch/api/impl/based_2x/build.py", line 38, in build_session persistent_engine=self._persistent_engine, options=self._options) "/data/projects/fate/python/arch/api/impl/based_2x/session.py", line 45, in build_session eggroll_session = build_eggroll_session(work_mode=work_mode, job_id=job_id, options=options) "/data/projects/fate/python/arch/api/impl/based_2x/session.py", line 36, in build_eggroll_session return session_init(session_id=job_id, options=options) "/data/projects/fate/eggroll/python/eggroll/core/session.py", line 32, in session_init er_session = ErSession(session_id=session_id, options=options) "/data/projects/fate/eggroll/python/eggroll/core/session.py", line 113, in __init__ self.__session_meta = self._cluster_manager_client.get_or_create_session(session_meta) "/data/projects/fate/eggroll/python/eggroll/core/client.py", line 176, in get_or_create_session serdes_type=self.__serdes_type)) "/data/projects/fate/eggroll/python/eggroll/core/client.py", line 226, in __do_sync_request_internal serdes_type=serdes_type) "/data/projects/fate/eggroll/python/eggroll/core/client.py", line 54, in simple_sync_send results = self.sync_send(inputs=[input], output_types=[output_type], endpoint=endpoint, command_uri=command_uri, serdes_type=serdes_type) "/data/projects/fate/eggroll/python/eggroll/core/client.py", line 84, in sync_send raise CommandCallError(command_uri, endpoint, e) eggroll.core.client.CommandCallError: ('Failed to call command: CommandURI(_uri=v1/cluster-manager/session/getOrCreateSession) to endpoint: <ip>:4670, caused by: ', <_Rendezvous of RPC that terminated with:
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info ie_result = ie.extract(url) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 169, in extract return self._real_extract(url) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 845, in _real_extract encrypted_sig, video_id, player_url, age_gate) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature u'Automatic signature extraction failed: ' + tb, cause=e)ExtractorError: Automatic signature extraction failed: Traceback (most recent call last):
0.205755
Traceback (most recent call last): "generate_tfrecord.py", line 16, in <module> import pandas as pd "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\__init__.py", line 42, in <module> from pandas.core.api import * "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\api.py", line 10, in <module> from pandas.core.groupby.groupby import Grouper "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\groupby\__init__.py", line 2, in <module> from pandas.core.groupby.groupby import ( "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\groupby\groupby.py", line 46, in <module> from pandas.core.index import (Index, MultiIndex, "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\index.py", line 2, in <module> from pandas.core.indexes.api import * "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\indexes\api.py", line 4, in <module> from pandas.core.indexes.base import (Index, "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\indexes\base.py", line 53, in <module> from pandas.core import ops "C:\Users\Windows\Anaconda3\envs\newEnv\lib\site-packages\pandas\core\ops\__init__.py", line 23, in <module> from pandas.core.dtypes.common import ( ImportError: cannot import name 'ensure_object'
[2016-03-22 15:43:19,929] [MainThread] Traceback (most recent call last): "/usr/lib/pymodules/python2.7/diamond/handler/Handler.py", line 72, in _process self.process(metric) "/usr/lib/pymodules/python2.7/diamond/handler/influxdbHandler.py", line 151, in process self._send() "/usr/lib/pymodules/python2.7/diamond/handler/influxdbHandler.py", line 182, in _send time_precision=self.time_precision) "/usr/local/lib/python2.7/dist-packages/influxdb/client.py", line 391, in write_points tags=tags) "/usr/local/lib/python2.7/dist-packages/influxdb/client.py", line 436, in _write_points expected_response_code=204 "/usr/local/lib/python2.7/dist-packages/influxdb/client.py", line 276, in write data=make_lines(data, precision).encode('utf-8'), "/usr/local/lib/python2.7/dist-packages/influxdb/line_protocol.py", line 117, in make_lines for field_key in sorted(point['fields'].keys()):KeyError: u'fields'
0.187264
Traceback (most recent call last): "app.py", line 5, in <module> from forms import Registration, Login "D:\python\sublime\flaskdbapp\forms.py", line 1, in <module> from flask_wtf import FlaskForm "C:\Users\laravel\AppData\Local\Programs\Python\Python37-32\lib\site-packages\flask_wtf-0.14.2-py3.7.egg\flask_wtf\__init__.py", line 15, in <module> from .csrf import CSRFProtect, CsrfProtect "C:\Users\laravel\AppData\Local\Programs\Python\Python37-32\lib\site-packages\flask_wtf-0.14.2-py3.7.egg\flask_wtf\csrf.py", line 12, in <module> from wtforms.csrf.core import CSRF ModuleNotFoundError: No module named 'wtforms.csrf'
Traceback (most recent call last): "/data/git/meson/mesonbuild/mesonmain.py", line 122, in run return options.run_func(options) "/data/git/meson/mesonbuild/msetup.py", line 245, in run app.generate() "/data/git/meson/mesonbuild/msetup.py", line 163, in generate self._generate(env) "/data/git/meson/mesonbuild/msetup.py", line 193, in _generate intr.run() "/data/git/meson/mesonbuild/interpreter.py", line 3828, in run super().run() "/data/git/meson/mesonbuild/interpreterbase.py", line 407, in run self.evaluate_codeblock(self.ast, start=1) "/data/git/meson/mesonbuild/interpreterbase.py", line 431, in evaluate_codeblock raise e "/data/git/meson/mesonbuild/interpreterbase.py", line 425, in evaluate_codeblock self.evaluate_statement(cur) "/data/git/meson/mesonbuild/interpreterbase.py", line 436, in evaluate_statement return self.function_call(cur) "/data/git/meson/mesonbuild/interpreterbase.py", line 762, in function_call return func(node, posargs, kwargs) "/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped return f(*wrapped_args, **wrapped_kwargs) "/data/git/meson/mesonbuild/interpreterbase.py", line 174, in wrapped return f(*wrapped_args, **wrapped_kwargs) "/data/git/meson/mesonbuild/interpreter.py", line 3375, in func_subdir self.evaluate_codeblock(codeblock) "/data/git/meson/mesonbuild/interpreterbase.py", line 431, in evaluate_codeblock raise e "/data/git/meson/mesonbuild/interpreterbase.py", line 425, in evaluate_codeblock self.evaluate_statement(cur) "/data/git/meson/mesonbuild/interpreterbase.py", line 438, in evaluate_statement return self.assignment(cur) "/data/git/meson/mesonbuild/interpreterbase.py", line 1019, in assignment value = self.evaluate_statement(node.value) "/data/git/meson/mesonbuild/interpreterbase.py", line 436, in evaluate_statement return self.function_call(cur) "/data/git/meson/mesonbuild/interpreterbase.py", line 762, in function_call return func(node, posargs, kwargs) "/data/git/meson/mesonbuild/interpreterbase.py", line 174, in wrapped return f(*wrapped_args, **wrapped_kwargs) "/data/git/meson/mesonbuild/interpreter.py", line 3088, in func_library return self.build_library(node, args, kwargs) "/data/git/meson/mesonbuild/interpreter.py", line 3966, in build_library return self.build_target(node, args, kwargs, SharedLibraryHolder) "/data/git/meson/mesonbuild/interpreter.py", line 4025, in build_target target = targetclass(name, self.subdir, self.subproject, is_cross, sources, objs, self.environment, kwargs) "/data/git/meson/mesonbuild/build.py", line 1544, in __init__ super().__init__(name, subdir, subproject, is_cross, sources, objects, environment, kwargs) "/data/git/meson/mesonbuild/build.py", line 474, in __init__ self.process_kwargs(kwargs, environment) "/data/git/meson/mesonbuild/build.py", line 1713, in process_kwargs super().process_kwargs(kwargs, environment) "/data/git/meson/mesonbuild/build.py", line 809, in process_kwargs self.add_pch('cpp', cpp_pchlist) "/data/git/meson/mesonbuild/build.py", line 1097, in add_pch if (os.path.dirname(pchlist[0]) != os.path.dirname(pchlist[1])): "/usr/lib64/python3.7/posixpath.py", line 156, in dirname p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not
0.309993
Traceback (most recent call last): "/home/matthew/salt/salt/master.py", line 1617, in run_func ret = getattr(self, func)(load) "/home/matthew/salt/salt/fileserver/__init__.py", line 391, in file_hash fnd = self.find_file(load['path'], load['saltenv']) "/home/matthew/salt/salt/fileserver/__init__.py", line 345, in find_file fnd = self.servers[fstr](path, saltenv, **kwargs) "/home/matthew/salt/salt/fileserver/gitfs.py", line 961, in find_file os.makedirs(destdir) "/usr/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode)OSError: [Errno 17] exists: '/var/cache/salt/master/gitfs/refs/master/dirtest/foo'
Traceback (most recent call last): "/home/feeder/lib/fetch_data.py", line 131, in launch_parsers **parser_kwargs) "/home/contrib/parsers/CR.py", line 178, in fetch_production jsf_view_state = soup.select('#javax.faces.ViewState')[0]['value'] IndexError: list index out of range
0.283984
Traceback (most recent call last): "/home/rpc/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 805, in wrapper return func(self, *args, **kwargs) "/home/rpc/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 837, in __extract_info return self.process_ie_result(ie_result, download, extra_info) "/home/rpc/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 871, in process_ie_result return self.process_video_result(ie_result, download=download) "/home/rpc/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1559, in process_video_result raise ExtractorError('No video formats found!') youtube_dl.utils.ExtractorError: No video formats found!; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 720, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] "/usr/local/lib/python3.6/dist-packages/urllib3/util/retry.py", line 400, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/local/lib/python3.6/dist-packages/urllib3/packages/six.py", line 734, in reraise raise value.with_traceback(tb) "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 672, in urlopen chunked=chunked, "/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 387, in _make_request conn.request(method, url, **httplib_request_kw) "/usr/lib/python3.6/http/client.py", line 1254, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/lib/python3.6/http/client.py", line 1300, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/lib/python3.6/http/client.py", line 1249, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/lib/python3.6/http/client.py", line 1036, in _send_output self.send(msg) "/usr/lib/python3.6/http/client.py", line 974, in send self.connect() "/usr/local/lib/python3.6/dist-packages/docker/transport/unixconn.py", line 33, in connect sock.connect(self.unix_socket) urllib3.exceptions.ProtocolError: ('Connection aborted.', NotFoundError(2, 'No such file or directory'))
0.285027
Traceback (most recent call last): "C:\Users\gy\Anaconda3\lib\site-packages\conda\cli\install.py", line 405, in install execute_actions(actions, index, verbose=not context.quiet) "C:\Users\gy\Anaconda3\lib\site-packages\conda\plan.py", line 643, in execute_actions inst.execute_instructions(plan, index, verbose) "C:\Users\gy\Anaconda3\lib\site-packages\conda\instructions.py", line 134, in execute_instructions cmd(state, arg) "C:\Users\gy\Anaconda3\lib\site-packages\conda\instructions.py", line 47, in FETCH_CMD fetch_pkg(state['index'][arg + '.tar.bz2']) "C:\Users\gy\Anaconda3\lib\site-packages\conda\fetch.py", line 336, in fetch_pkg download(url, path, session=session, md5=info['md5'], urlstxt=True) "C:\Users\gy\Anaconda3\lib\site-packages\conda\fetch.py", line 438, in download raise CondaRuntimeError("Could not open %r for writing (%s)." % (pp, e)) conda.exceptions.CondaRuntimeError: Runtime error: Could not open 'C:\\Users\\gy\\Anaconda3\\pkgs\\mingw-4.7-1.tar.bz2.part' for writing (HTTPSConnectionPool(host='repo.continuum.io', port=443): Read timed out.).
Traceback (most recent call last): "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info ie_result = ie.extract(url) "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 92, in extract return self._real_extract(url) "/home/imyousuf/projects/test/test-scripts/youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 579, in _real_extract raise ExtractorError(u'no known formats available for video')ExtractorError: no known formats available for video; 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.
0.174681
Traceback (most recent call last): "<string>", line 2, in <module> ModuleNotFoundError: No module named 'win32com'
Traceback (most recent call last): ".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass cls.rorepo = Repo(GIT_REPO) ".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__ raise InvalidGitRepositoryError(epath) git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7
0.247707
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpxtvjzx45\build\youtube_dl\YoutubeDL.py", line 797, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpxtvjzx45\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpxtvjzx45\build\youtube_dl\extractor\generic.py", line 3370, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: https://asian-porn-backagian.bdsmlr.com/post/221792446
Traceback (most recent call last): "C:<dir>\Anaconda3new\Scripts\conda-script.py", line 4, in <module> sys.exit(main()) "C:<dir>\Anaconda3new\lib\site-packages\conda\cli\main.py", line 195, in main args_func(args, p) "C:<dir>\Anaconda3new\lib\site-packages\conda\cli\main.py", line 202, in args_func args.func(args, p) "C:<dir>\Anaconda3new\lib\site-packages\conda\cli\main_list.py", line 246, in execute json=args.json, show_channel_urls=args.show_channel_urls) "C:<dir>\Anaconda3new\lib\site-packages\conda\cli\main_list.py", line 177, in print_packages add_pip_installed(prefix, installed, json=json) "C:<dir>\Anaconda3new\lib\site-packages\conda\pip.py", line 108, in add_pip_installed for pip_pkg in installed(prefix, output=output): "C:<dir>\Anaconda3new\lib\site-packages\conda\pip.py", line 49, in installed args = pip_args(prefix) "C:<dir>\Anaconda3new\lib\site-packages\conda\pip.py", line 28, in pip_args pip_version = subprocess.check_output(ret + ['-V']).decode('utf-8').split()[1] "C:<dir>\Anaconda3new\lib\subprocess.py", line 629, in check_output **kwargs).stdout "C:<dir>\Anaconda3new\lib\subprocess.py", line 711, in run output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['C:<dir>\Anaconda3new\python.exe', 'C:<dir>\Anaconda3new\Scripts\pip-script.py', '-V']' returned non-zero exit status 1
0.167681
Traceback (most recent call last): "jedi_daemon.py", line 292, in <module> process_line(line) "jedi_daemon.py", line 231, in process_line action_type: JediFacade(**data).get(action_type) "jedi_daemon.py", line 111, in get return getattr(self, 'get_' + action)() "jedi_daemon.py", line 127, in get_autocomplete data = self._parameters_for_completion() or [] "jedi_daemon.py", line 138, in _parameters_for_completion in_call = self.script.call_signatures()[0] "/storage/PythonProjects/SublimeJEDI/jedi/api_classes.py", line 44, in wrapper result = func(*args, **kwds) "/storage/PythonProjects/SublimeJEDI/jedi/api.py", line 448, in call_signatures call, index = self._func_call_and_param_index() "/storage/PythonProjects/SublimeJEDI/jedi/api.py", line 464, in _func_call_and_param_index user_stmt = self._parser.user_stmt "/storage/PythonProjects/SublimeJEDI/jedi/api.py", line 75, in _parser return self._module.parser "/storage/PythonProjects/SublimeJEDI/jedi/modules.py", line 116, in parser self.position) "/storage/PythonProjects/SublimeJEDI/jedi/fast_parser.py", line 73, in __call__ p.update(source, user_position) "/storage/PythonProjects/SublimeJEDI/jedi/fast_parser.py", line 224, in update self._parse(code) "/storage/PythonProjects/SublimeJEDI/jedi/fast_parser.py", line 333, in _parse line_offset, nodes, not is_first) "/storage/PythonProjects/SublimeJEDI/jedi/fast_parser.py", line 396, in _get_parser no_docstr=no_docstr) "/storage/PythonProjects/SublimeJEDI/jedi/parsing.py", line 68, in __init__ self._parse() "/storage/PythonProjects/SublimeJEDI/jedi/parsing.py", line 671, in _parse stmt, tok = self._parse_statement(self.current) "/storage/PythonProjects/SublimeJEDI/jedi/parsing.py", line 366, in _parse_statement n, token_type, tok = self._parse_dot_name(self.current) "/storage/PythonProjects/SublimeJEDI/jedi/parsing.py", line 151, in _parse_dot_name n = pr.Name(self.module, names, first_pos, self.end_pos) if names \ "/storage/PythonProjects/SublimeJEDI/jedi/parsing_representation.py", line 1344, in __init__ NamePart(n[0], self, n[1]) for n in names) "/storage/PythonProjects/SublimeJEDI/jedi/parsing_representation.py", line 1344, in <genexpr> NamePart(n[0], self, n[1]) for n in names) "/storage/PythonProjects/SublimeJEDI/jedi/parsing_representation.py", line 1314, in __new__ self = super(NamePart, cls).__new__(cls, s)UnicodeEncodeError: 'ascii' codec can't encode character u'\u0434' in position 10: ordinal not in range(128)
Traceback (most recent call last): "/home/synapse/synapse/env/lib/python3.7/site-packages/synapse/http/server.py", line 77, in wrapped_request_handler await h(self, request) "/home/synapse/synapse/env/lib/python3.7/site-packages/synapse/rest/key/v2/remote_key_resource.py", line 125, in _async_render_POST await self.query_keys(request, query, query_remote_on_cache_miss=True) "/home/synapse/synapse/env/lib/python3.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks result = g.send(result) "/home/synapse/synapse/env/lib/python3.7/site-packages/synapse/rest/key/v2/remote_key_resource.py", line 230, in query_keys respond_with_json_bytes(request, 200, encode_canonical_json(results)) "/home/synapse/synapse/env/lib/python3.7/site-packages/synapse/http/server.py", line 507, in respond_with_json_bytes producer.start() "/home/synapse/synapse/env/lib/python3.7/site-packages/twisted/web/static.py", line 765, in start self.request.registerProducer(self, False) "/home/synapse/synapse/env/lib/python3.7/site-packages/twisted/web/http.py", line 986, in registerProducer self.channel.registerProducer(producer, streaming) AttributeError: 'NoneType' object has no attribute 'registerProducer'
0.291804
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "tumblr-photo-video-ripper.py", line 288, in <module> CrawlerScheduler(sites, proxies=proxies) "tumblr-photo-video-ripper.py", line 149, in __init__ self.scheduling() "tumblr-photo-video-ripper.py", line 162, in scheduling self.download_media(site) "tumblr-photo-video-ripper.py", line 165, in download_media self.download_photos(site) "tumblr-photo-video-ripper.py", line 176, in download_photos self._download_media(site, "photo", START) "tumblr-photo-video-ripper.py", line 193, in _download_media proxies=self.proxies) "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\api.py", line 72, in get return request('get', url, params=params, **kwargs) "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\api.py", line 58, in request return session.request(method=method, url=url, **kwargs) "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\sessions.py", line 518, in request resp = self.send(prep, **send_kwargs) "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\sessions.py", line 661, in send history = [resp for resp in gen] if allow_redirects else [] "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\sessions.py", line 661, in <listcomp> history = [resp for resp in gen] if allow_redirects else [] "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\sessions.py", line 214, in resolve_redirects **adapter_kwargs "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\sessions.py", line 639, in send r = adapter.send(request, **kwargs) "C:\Users\Administrator\Anaconda3\lib\site-packages\requests\adapters.py", line 512, in send raise SSLError(e, request=request) requests.exceptions.SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_get_server_certificate', 'certificate verify failed')],)",)
0.322442
Traceback (most recent call last): "/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run _do_run(cmd, checks, log_stdout) "/opt/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 75, in _do_run stderr=subprocess.STDOUT, close_fds=True) "/opt/bcbio/anaconda/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) "/opt/bcbio/anaconda/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exceptionOSError: [Errno 7] Argument list too long
Traceback (most recent call last): "demo_prog.py", line 113, in <module> optimize_x(pt) "demo_prog.py", line 49, in optimize_x pt._load_checkpoint() "/home/banana/GAN/stylized-neural-painting-main12/painter.py", line 71, in _load_checkpoint self.net_G.load_state_dict(checkpoint['model_G_state_dict']) "/home/banana/.local/lib/python3.6/site-packages/torch/nn/modules/module.py", line 845, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for ZouFCNFusionLight:
0.283956
Traceback (most recent call last): "train.py", line 24, in <module> for i, data in enumerate(dataset): "/Users/tomo/Documents/GitHub/instagan/data/__init__.py", line 72, in __iter__ for i, data in enumerate(self.dataloader): "/Users/tomo/.pyenv/versions/3.7.4/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 819, in __next__ return self._process_data(data) "/Users/tomo/.pyenv/versions/3.7.4/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 846, in _process_data data.reraise() "/Users/tomo/.pyenv/versions/3.7.4/lib/python3.7/site-packages/torch/_utils.py", line 385, in reraise raise self.exc_type(msg) RuntimeError: Caught RuntimeError in DataLoader worker process 0.
Traceback (most recent call last): "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/subprocess.py", line 418, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['umount', '-f', '/tmp/tmp7ko1f27b']' returned non-zero exit status 1.
0.296808
Traceback (most recent call last): "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\_common.py", line 144, in fromutc return f(self, dt) "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\_common.py", line 258, in fromutc dt_wall = self._fromutc(dt) "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\_common.py", line 222, in _fromutc dtoff = dt.utcoffset() "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\tz.py", line 216, in utcoffset if self._isdst(dt): "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\tz.py", line 288, in _isdst if self.is_ambiguous(dt): "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\tz.py", line 250, in is_ambiguous (naive_dst != self._naive_is_dst(dt - self._dst_saved))) "C:\Users\simon\Anaconda3\envs\pandas-dev\lib\site-packages\dateutil\tz\tz.py", line 254, in _naive_is_dst return time.localtime(timestamp + time.timezone).tm_isdst OSError: [Errno 22] Invalid argument
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp43n_zyg3\build\youtube_dl\extractor\youtube.py", line 2152, in _real_extract youtube_dl.utils.ExtractorError: This video is unavailable.
0.213231
Traceback (most recent call last): "main.py", line 356, in <module> main(params) "main.py", line 339, in main scores = evaluator.run_all_evals(trainer.epoch) "XXX/UnsupervisedMT/NMT/src/evaluator.py", line 260, in run_all_evals self.eval_para(lang1, lang2, data_type, scores) "XXX/UnsupervisedMT/NMT/src/evaluator.py", line 154, in eval_para decoded = self.decoder(encoded, sent2[:-1], lang2_id) "XXX/pytorch/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "XXX/UnsupervisedMT/NMT/src/model/transformer.py", line 227, in forward incremental_state=incremental_state, "XXX/pytorch/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/XXX/UnsupervisedMT/NMT/src/model/transformer.py", line 445, in forward incremental_state=incremental_state, need_weights=False, "XXX/pytorch/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/XXX/UnsupervisedMT/NMT/src/modules/multihead_attention.py", line 140, in forward attn_weights = F.softmax(attn_weights, dim=-1) "XXX/pytorch/lib/python3.6/site-packages/torch/nn/functional.py", line 1188, in softmax ret = input.softmax(dim) RuntimeError: CUDA out of memory. Tried to allocate 5.24 GiB (GPU 0; 15.8
Traceback (most recent call last): "C:\Python33\lib\logging__init__.py", line 943, in emit "C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 28] No space left on device
0.273308
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 554, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 243, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/xtube.py", line 56, in _real_extract r'playerQualityOption = ({.+?});', webpage, 'player quality option')) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 495, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 485, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract player quality option; 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): "<string>", line 1, in <module> "/usr/lib/vim-youcompleteme/ycm/youcompleteme.py", line 288, in GetDiagnosticsFromStoredRequest return vimsupport.ConvertDiagnosticsToQfList( diagnostics ) "/usr/lib/vim-youcompleteme/ycm/vimsupport.py", line 199, in ConvertDiagnosticsToQfList return [ ConvertDiagnosticToQfFormat( x ) for x in diagnostics ] "/usr/lib/vim-youcompleteme/ycm/vimsupport.py", line 191, in ConvertDiagnosticToQfFormat 'bufnr' : GetBufferNumberFor name( location[ 'filepath' ] ), "/usr/lib/vim-youcompleteme/ycm/vimsupport.py", line 89, in GetBufferNumberFor name int( open_file_if_needed ) ) )UnicodeEncodeError: 'ascii' codec can't encode characters in position 13-20: ordinal not in range(128)
0.220717
Traceback (most recent call last): "/home/flub/.emacs.d/elpa/elpy-1.8.0/elpy/jedibackend.py", line 216, in run_with_debug return getattr(script, name)() "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/api/__init__.py", line 185, in completions user_stmt = self._parser.user_stmt_with_whitespace() "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/cache.py", line 143, in wrapper result = func(self) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/user_context.py", line 303, in user_stmt_with_whitespace user_stmt = self.user_stmt() "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/cache.py", line 143, in wrapper result = func(self) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/user_context.py", line 293, in user_stmt module = self.module() "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/user_context.py", line 339, in module return self._parser().module "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/cache.py", line 143, in wrapper result = func(self) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/user_context.py", line 283, in _parser parser = FastParser(self._grammar, self._source, self._path) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/fast.py", line 109, in __call__ p.update(source) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/fast.py", line 257, in update self._parse(source) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/fast.py", line 397, in _parse line_offset, nodes) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/fast.py", line 435, in _get_node p = Parser(self._grammar, parser_code, self.module_path, tokenizer=tokenizer) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/__init__.py", line 155, in __init__ self.module = p.parse(self._tokenize(tokenizer)) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/pgen2/parse.py", line 106, in parse if self.addtoken(type, value, prefix, start_pos): "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/pgen2/parse.py", line 170, in addtoken value, start_pos, prefix, self.addtoken) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/__init__.py", line 269, in error_recovery self._stack_removal(grammar, stack, index + 1, value, start_pos) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/__init__.py", line 304, in _stack_removal clear_names(children=node[1]) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/__init__.py", line 294, in clear_names clear_names(c.children) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/__init__.py", line 294, in clear_names clear_names(c.children) "/home/flub/Abilisoft/topoenv/envs/topology/lib/python3.4/site-packages/jedi/parser/__init__.py", line 298, in clear_names self._scope_names_stack[-1][c.value].remove(c)KeyError: 'pytest'
Traceback (most recent call last): "C:\work\python\LINEAR~1\build\LINEAR~1.DIS\LinearityMeasure.pyw", line 139, in <module> from matplotlib.backends.backend_tkagg import FigureCanvasTkAgg "<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 "C:\work\python\LINEAR~1\build\LINEAR~1.DIS\matplotlib\__init__.py", line 926, in <module matplotlib> "C:\work\python\LINEAR~1\build\LINEAR~1.DIS\matplotlib\__init__.py", line 929, in <dictcontraction> "C:\work\python\LINEAR~1\build\LINEAR~1.DIS\matplotlib\__init__.py", line 708, in __getitem__ KeyError: 'backend_fallback'
0.327941
Traceback (most recent call last): "/usr/bin/snakebite", line 345, in <module> cliclient.execute() "/usr/bin/snakebite", line 176, in execute return Commands.methods[self.cmd]['method'](self) "/usr/bin/snakebite", line 288, in touchz for line in format_results(result, json_output=self.opts.json): "/usr/lib/python2.6/dist-packages/snakebite/formatter.py", line 134, in format_results for r in results: "/usr/lib/python2.6/dist-packages/snakebite/client.py", line 438, in touchz replication = defaults['replication']TypeError: 'generator' object is unsubscriptable
Traceback (most recent call last): "c:\users\lr\appdata\local\programs\python\python39\lib\site-packages\libusb1-1.8.1-py3.9-win-amd64.egg\usb1\__init__.py", line 1897, in __del__ "c:\users\lr\appdata\local\programs\python\python39\lib\site-packages\libusb1-1.8.1-py3.9-win-amd64.egg\usb1\__init__.py", line 1909, in close OSError: exception: access violation writing 0x0000000000000024
0.308303
Traceback (most recent call last): "/fnas/tools/anaconda3/envs/R_361/lib/python3.6/site-packages/py4j/java_gateway.py", line 929, in _get_connection connection = self.deque.pop() IndexError: pop from an empty deque
Traceback (most recent call last): "site-packages/calibre/customize/ui.py", line 428, in get_file_type_metadata "site-packages/calibre/customize/builtins.py", line 285, in get_metadata "site-packages/calibre/ebooks/metadata/mobi.py", line 498, in get_metadata "site-packages/calibre/ebooks/mobi/reader/headers.py", line 285, in __init__ "site-packages/calibre/ebooks/mobi/reader/headers.py", line 313, in identity UnicodeDecodeError: 'utf8' codec can't decode byte 0xa2 in position 1: invalid start byte
0.259726
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/gchu/miniconda3/envs/dev/lib/python3.6/site-packages/sksurv/ensemble/__init__.py", line 2, in <module> from .forest import RandomSurvivalForest # noqa: F401 "/Users/gchu/miniconda3/envs/dev/lib/python3.6/site-packages/sksurv/ensemble/forest.py", line 14, in <module> from ..tree import SurvivalTree "/Users/gchu/miniconda3/envs/dev/lib/python3.6/site-packages/sksurv/tree/__init__.py", line 1, in <module> from .tree import SurvivalTree # noqa: F401 "/Users/gchu/miniconda3/envs/dev/lib/python3.6/site-packages/sksurv/tree/tree.py", line 14, in <module> from ._criterion import LogrankCriterion "_splitter.pxd", line 34, in init sksurv.tree._criterion ValueError: sklearn.tree._splitter.Splitter size changed, may indicate binary incompatibility. Expected 368 from C header, got 360 from PyObject
Traceback (most recent call last): "/usr/local/bin/mpsyt", line 9, in <module> load_entry_point('mps-youtube==0.2.5', 'console_scripts', 'mpsyt')() "build/bdist.macosx-10.7-x86_64/egg/pkg_resources/**init**.py", line 552, in load_entry_point "build/bdist.macosx-10.7-x86_64/egg/pkg_resources/**init**.py", line 2672, in load_entry_point "build/bdist.macosx-10.7-x86_64/egg/pkg_resources/**init**.py", line 2345, in load "build/bdist.macosx-10.7-x86_64/egg/pkg_resources/**init**.py", line 2351, in resolve "/usr/local/lib/python2.7/site-packages/mps_youtube/**init**.py", line 1, in <module> from .main import init "/usr/local/lib/python2.7/site-packages/mps_youtube/main.py", line 54, in <module> from urllib.request import urlopen, build_openerImportError: No module named request
0.282904
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/eventlet/wsgi.py", line 481, in handle_one_response result = self.application(self.environ, start_response) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1836, in __call__ return self.wsgi_app(environ, start_response) "/usr/local/lib/python2.7/dist-packages/flask_socketio/__init__.py", line 37, in __call__ start_response) "/usr/local/lib/python2.7/dist-packages/engineio/middleware.py", line 47, in __call__ return self.engineio_app.handle_request(environ, start_response) "/usr/local/lib/python2.7/dist-packages/socketio/server.py", line 303, in handle_request return self.eio.handle_request(environ, start_response) "/usr/local/lib/python2.7/dist-packages/engineio/server.py", line 223, in handle_request socket = self._get_socket(sid) "/usr/local/lib/python2.7/dist-packages/engineio/server.py", line 340, in _get_socket raise KeyError('Session is disconnected')KeyError: 'Session is disconnected'
Traceback (most recent call last): "tools/export.py", line 117, in <module> tf.app.run(main) "/deeplearning/openvino_training_extensions/tensorflow_toolkit/ssd_detector/venv/lib/python3.7/site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "tools/export.py", line 112, in main execute_mo(mo_params, frozen_graph, export_dir) "/deeplearning/openvino_training_extensions/tensorflow_toolkit/utils/tfutils/helpers.py", line 222, in execute_mo subprocess.call(command) "/usr/lib/python3.7/subprocess.py", line 339, in call with Popen(*popenargs, **kwargs) as p: "/usr/lib/python3.7/subprocess.py", line 800, in __init__ restore_signals, start_new_session) "/usr/lib/python3.7/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: 'mo.py': 'mo.py'
0.289657
Traceback (most recent call last): "./examples/run_glue.py", line 541, in <module> main() "./examples/run_glue.py", line 476, in main config_class, model_class, tokenizer_class = MODEL_CLASSES[args.model_type] KeyError: 'gpt2'
Traceback (most recent call last): "/Users/dylanhughes/dev/prefect/src/prefect/engine/task_runner.py", line 229, in run with prefect.context(context): "/Users/dylanhughes/miniconda3/envs/product_flows/lib/python3.7/contextlib.py", line 112, in __enter__ return next(self.gen) "/Users/dylanhughes/dev/prefect/src/prefect/utilities/context.py", line 111, in __call__ previous_context = self.copy() "/Users/dylanhughes/dev/prefect/src/prefect/utilities/collections.py", line 107, in copy return type(self)(self.__dict__.copy()) "/Users/dylanhughes/dev/prefect/src/prefect/utilities/context.py", line 78, in __init__ super().__init__(*args, **kwargs) "/Users/dylanhughes/dev/prefect/src/prefect/utilities/collections.py", line 62, in __init__ super().update(init_dict) "/Users/dylanhughes/miniconda3/envs/product_flows/lib/python3.7/_collections_abc.py", line 839, in update if isinstance(other, Mapping): "/Users/dylanhughes/miniconda3/envs/product_flows/lib/python3.7/abc.py", line 139, in __instancecheck__ return _abc_instancecheck(cls, instance) RecursionError: maximum recursion depth exceeded in comparison
0.301547
Traceback (most recent call last): "/usr/lib/python3.5/site-packages/mesonbuild/mesonmain.py", line 286, in run app.generate() "/usr/lib/python3.5/site-packages/mesonbuild/mesonmain.py", line 160, in generate intr = interpreter.Interpreter(b, g) "/usr/lib/python3.5/site-packages/mesonbuild/interpreter.py", line 1198, in __init__ self.parse_project() "/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 111, in parse_project self.evaluate_codeblock(self.ast, end=1) "/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 146, in evaluate_codeblock raise e "/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 140, in evaluate_codeblock self.evaluate_statement(cur) "/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 151, in evaluate_statement return self.function_call(cur) "/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 372, in function_call return self.funcs[func_name](node, self.flatten(posargs), kwargs) "/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 55, in wrapped return f(self, node, args, kwargs) "/usr/lib/python3.5/site-packages/mesonbuild/interpreter.py", line 1611, in func_project self.add_languages(args[1:], True) "/usr/lib/python3.5/site-packages/mesonbuild/interpreter.py", line 1727, in add_languages (comp, cross_comp) = self.detect_compilers(lang, need_cross_compiler) "/usr/lib/python3.5/site-packages/mesonbuild/interpreter.py", line 1652, in detect_compilers cross_comp = self.environment.detect_c_compiler(True) "/usr/lib/python3.5/site-packages/mesonbuild/environment.py", line 371, in detect_c_compiler basename = os.path.basename(compiler).lower() "/usr/lib64/python3.5/posixpath.py", line 139, in basename i = p.rfind(sep) + 1 AttributeError: 'list' object has no attribute 'rfind'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 475, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 138, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 302, in _real_extract raise ExtractorError(u'Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://sourceforge.net/projects/openofficeorg.mirror/?source=directory-featured; 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.</pre>
0.221841
Traceback (most recent call last): "/share/CACHEDEV1_DATA/.qpkg/SABnzbd/SABnzbd/sabnzbd/filesystem.py", line 648, in create_all_dirs os.mkdir(path_part_combined) ExistsError: [Errno 17] exists: '/share/Download/nzbToMedia'
Traceback (most recent call last): "./get_dados.py", line 61, in <module> main() "./get_dados.py", line 57, in main ad_connection() "./get_dados.py", line 38, in ad_connection if conn.bind(): "/usr/local/lib/python2.7/dist-packages/ldap3/core/connection.py", line 569, in bind response = self.do_ntlm_bind(controls) "/usr/local/lib/python2.7/dist-packages/ldap3/core/connection.py", line 1291, in do_ntlm_bind response = self.post_send_single_response(self.send('bindRequest', request, controls)) "/usr/local/lib/python2.7/dist-packages/ldap3/strategy/sync.py", line 121, in post_send_single_response responses, result = self.get_response(message_id) "/usr/local/lib/python2.7/dist-packages/ldap3/strategy/base.py", line 339, in get_response raise LDAPSessionTerminatedByServerError(self.connection.last_error) ldap3.core.exceptions.LDAPSessionTerminatedByServerError: session terminated by server
0.22365
[autoreload of pandas.io.json.json 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/io/json/json.py", line 6, in <module> import pandas._libs.json as json AttributeError: module 'pandas._libs' has no attribute 'json'
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 872, in _decrypt_signature video_id, player_url, len(s) "/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 374, in _extract_signature_function res = self._parse_sig_js(code) "/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 442, in _parse_sig_js u'Initial JS player signature function name') "/Users/jmb/depots/p4/.virtualenv/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 377, 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.
0.326663
Thread-234 :: [7ba52ea] Failed doing webui callback: Traceback (most recent call last): "C:\SickRage\sickbeard\webserve.py", line 285, in async_call "C:\SickRage\sickbeard\webserve.py", line 1292, in update # do a hard restart "C:\SickRage\sickbeard\versionChecker.py", line 627, in update notifiers.notify_git_update(sickbeard.CUR_COMMIT_HASH or "") "C:\SickRage\sickbeard\notifiers\__init__.py", line 107, in notify_git_update n.notify_git_update(new_version) "C:\SickRage\sickbeard\notifiers\kodi.py", line 536, in notify_git_update self._notify_kodi(update_text + new_version, title) "C:\SickRage\sickbeard\notifiers\kodi.py", line 134, in _notify_kodi kodiapi = self._get_kodi_version(curHost, username, password, dest_app) "C:\SickRage\sickbeard\notifiers\kodi.py", line 87, in _get_kodi_version return result["result"]["version"]KeyError: u'result'
Traceback (most recent call last): "/opt/data/private/lqm/adv3d/main.py", line 132, in <module> print_ori(['./data/cow_mesh/cow.obj']) "/opt/data/private/lqm/adv3d/main.py", line 117, in print_ori image = renderer(mesh) "/opt/data/private/lqm/adv3d/render/render.py", line 76, in __call__ std_image = self.renderer(std_mesh) "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/pytorch3d/renderer/mesh/renderer.py", line 49, in forward images = self.shader(fragments, meshes_world, **kwargs) "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/pytorch3d/renderer/mesh/shader.py", line 112, in forward colors = phong_shading( "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/pytorch3d/renderer/mesh/shading.py", line 71, in phong_shading vertex_normals = meshes.verts_normals_packed() # (V, 3) "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/pytorch3d/structures/meshes.py", line 684, in verts_normals_packed self._compute_vertex_normals() "/root/anaconda3/envs/pytorch3d/lib/python3.8/site-packages/pytorch3d/structures/meshes.py", line 808, in _compute_vertex_normals if self.isempty(): RuntimeError: CUDA error: device-side assert triggered
0.273919
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "youtube_dl\YoutubeDL.pyo", line 655, in extract_info "youtube_dl\extractor\common.pyo", line 287, in extract "youtube_dl\extractor\wat.pyo", line 67, in _real_extractExtractorError: wat.tv returned error: <a href="http://www.wat.tv/video/anna-bergendahl-for-you-2015-7dvjn_76lkz_.html">Ce contenu n'est pas disponible directement dans ce player<br /><br />Pour le consulter cliquer ici</a>
0.242209
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 357, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2449, in _real_extract raise UnsupportedError(url) UnsupportedError: Unsupported URL: https://www.zdf.de/migration/migration/das-handy-die-mobile-revolution-der-welt-102.html
Traceback (most recent call last): "/var/www/evennia/src/commands/cmdhandler.py", line 380, in cmdhandler cmd.func() "/var/www/evennia/game/gamesrc/commands/default/admin.py", line 370, in func obj = caller.search(lhs, global_search=True) "/var/www/evennia/src/objects/models.py", line 475, in search attribute_name=attribute_name) "/var/www/evennia/src/typeclasses/managers.py", line 47, in func match = method(self, _args, *_kwargs) "/var/www/evennia/src/objects/manager.py", line 205, in object_search player_match = self.get_object_with_player(ostring) "/var/www/evennia/src/objects/manager.py", line 68, in get_object_with_player return self.get_object_with_user(dbref) "/var/www/evennia/src/typeclasses/managers.py", line 75, in func match = rfunc(self, _args, *_kwargs) "/var/www/evennia/src/typeclasses/managers.py", line 47, in func match = method(self, _args, *_kwargs) "/var/www/evennia/src/objects/manager.py", line 45, in get_object_with_user uid = user.idAttributeError: 'NoneType' object has no attribute 'id'
0.198069
Traceback (most recent call last): "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/botocore/httpsession.py", line 258, in send decode_content=False, "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/util/retry.py", line 343, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise raise value "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/botocore/awsrequest.py", line 125, in _send_request method, url, body, headers, *args, **kwargs) "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1224, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/botocore/awsrequest.py", line 152, in _send_output self.send(msg) "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/botocore/awsrequest.py", line 236, in send return super(AWSConnection, self).send(str) "/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 956, in send self.connect() "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/connection.py", line 181, in connect conn = self._new_conn() "/usr/local/Cellar/aws-sam-cli/0.10.0/libexec/lib/python3.7/site-packages/urllib3/connection.py", line 164, in _new_conn (self.host, self.timeout)) urllib3.exceptions.ConnectTimeoutError: (<botocore.awsrequest.AWSHTTPConnection object at 0x1059a6d68>, 'Connection to 169.254.169.254 timed out. (connect timeout=1)')
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 797, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\tele5.py", line 53, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 1014, in _html_search_regex "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\extractor\common.py", line 1005, in _search_regex youtube_dl.utils.RegexNotFoundError: Unable to extract video id; 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.223034
>> Traceback (most recent call last): "<stdin>", line 1, in <module> "/lib/python3.6/site-packages/tensorflow/python/saved_model/load.py", line 603, in load return load_internal(export_dir, tags, options) "/lib/python3.6/site-packages/tensorflow/python/saved_model/load.py", line 633, in load_internal ckpt_options) "/lib/python3.6/site-packages/tensorflow/python/saved_model/load.py", line 130, in __init__ self._load_all() "/lib/python3.6/site-packages/tensorflow/python/saved_model/load.py", line 147, in _load_all self._setup_functions_structures() "/lib/python3.6/site-packages/tensorflow/python/saved_model/load.py", line 191, in _setup_functions_structures original_outputs = coder.decode_proto(proto.output_signature) "/lib/python3.6/site-packages/tensorflow/python/saved_model/nested_structure_coder.py", line 127, in decode_proto return self._map_structure(proto, self._get_decoders()) "/lib/python3.6/site-packages/tensorflow/python/saved_model/nested_structure_coder.py", line 82, in _map_structure return do(pyobj, recursion_fn) "/python3.6/site-packages/tensorflow/python/saved_model/nested_structure_coder.py", line 245, in do_decode items = [(pair.key, decode_fn(pair.value)) for pair in key_value_pairs] "/lib/python3.6/site-packages/tensorflow/python/saved_model/nested_structure_coder.py", line 245, in <listcomp> items = [(pair.key, decode_fn(pair.value)) for pair in key_value_pairs] "/lib/python3.6/site-packages/tensorflow/python/saved_model/nested_structure_coder.py", line 82, in _map_structure return do(pyobj, recursion_fn) "/lib/python3.6/site-packages/tensorflow/python/saved_model/nested_structure_coder.py", line 552, in do_decode "version of TensorFlow.)" % type_spec_proto.type_spec_class_name) ValueError: The type '_DistributionTypeSpec' is not supported by this version of TensorFlow. (The object you are loading must have been created with a newer version of TensorFlow.)
Traceback (most recent call last): "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-v0p8dbpk\urllib3\urllib3\connectionpool.py", line 600, in urlopen "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-v0p8dbpk\urllib3\urllib3\connectionpool.py", line 343, in _make_request "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-v0p8dbpk\urllib3\urllib3\connectionpool.py", line 839, in _validate_conn "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-v0p8dbpk\urllib3\urllib3\connection.py", line 344, in connect "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-v0p8dbpk\urllib3\urllib3\util\ssl_.py", line 347, in ssl_wrap_socket "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-v0p8dbpk\urllib3\urllib3\contrib\pyopenssl.py", line 462, in wrap_socket ssl.SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",)
0.216265
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/testing/decorators.py", line 118, in wrapped_function func(*args, **kwargs) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/testing/decorators.py", line 53, in failer result = f(*args, **kwargs) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/tests/test_backend_qt4.py", line 134, in test_modifier_order 'ctrl+alt+super+' + unichr(225)) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/testing/decorators.py", line 371, in backend_switcher result = func(*args, **kwargs) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/tests/test_backend_qt4.py", line 59, in assert_correct_key qt_canvas = plt.figure().canvas "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/pyplot.py", line 527, in figure **kwargs) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/backends/backend_qt4agg.py", line 46, in new_figure_manager return new_figure_manager_given_figure(num, thisFig) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/backends/backend_qt4agg.py", line 53, in new_figure_manager_given_figure canvas = FigureCanvasQTAgg(figure) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/backends/backend_qt4agg.py", line 71, in __init__ FigureCanvasQT.__init__(self, figure) "/«PKGBUILDDIR»/build/lib.linux-mips-2.7/matplotlib/backends/backend_qt4.py", line 71, in __init__ QtWidgets.QWidget.__init__(self)TypeError: __init__() takes exactly 2 arguments (1 given)
Traceback (most recent call last): "/opt/anaconda3/lib/python3.7/site-packages/smop/main.py", line 66, in main G = resolve.resolve(stmt_list) "/opt/anaconda3/lib/python3.7/site-packages/smop/resolve.py", line 54, in resolve u = G.node[n]["ident"] AttributeError: 'DiGraph' object has no attribute 'node'
0.313696
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 666, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 319, in extract raise ExtractorError('An extractor error has occurred.', cause=e)ExtractorError: An extractor error has occurred. (caused by KeyError(u'output_list',)); 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): "train.py", line 436, in <module> train() # train normally "train.py", line 80, in train model = Darknet(cfg, arc=opt.arc).to(device) "/home/kevin56781270/new_darknet_v1/yolov3-master/models.py", line 256, in __init__ self.module_list, self.routs = create_modules(self.module_defs, img_size, arc) "/home/kevin56781270/new_darknet_v1/yolov3-master/models.py", line 27, in create_modules size = mdef['size'] KeyError: 'size'
0.142351
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 171, in _launch_exploit_all exploit.exploit() "/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 202, in exploit s = self._generate_shell(vuln) "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell if self._verify_vuln(vuln_obj): "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 108, in _verify_vuln if sqlmap.is_vulnerable(): "/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 121, in is_vulnerable raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "/usr/bin/python sqlmap.py --output-dir=/tmp --batch --disable-coloring --proxy=http://127.0.0.1:52025/ --batch --url=https://domain/?mode=1": " _
Traceback (most recent call last): "gui\installerGui.pyo", line 211, in doCreatePortable "gui__init__.pyo", line 620, in **init**OSError: error 5 copying \?\C:\Program s (x86)\NVDA\Uninstall.dat
0.189224
Traceback (most recent call last): "<console>", line 1, in <module> "C:\Python26\lib\site-packages\twython\core.py", line 637, in updateStatus raise TwythonError("updateStatus() failed with a %s error code." % `e.code`, e.code) TwythonError: 'updateStatus() failed with a 401 error code.'```
Traceback (most recent call last): "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 2727, in <module> main() "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 553, in main elasticache_manager.ensure_present() "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 187, in ensure_present self.create() "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 229, in create self.module.fail_json(msg=e.message) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 2111, in fail_json kwargs = remove_values(kwargs, self.no_log_values) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 982, in remove_values return dict((k, remove_values(v, no_log_strings)) for k, v in value.items()) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 982, in <genexpr> return dict((k, remove_values(v, no_log_strings)) for k, v in value.items()) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 982, in remove_values return dict((k, remove_values(v, no_log_strings)) for k, v in value.items()) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 982, in <genexpr> return dict((k, remove_values(v, no_log_strings)) for k, v in value.items()) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 982, in remove_values return dict((k, remove_values(v, no_log_strings)) for k, v in value.items()) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 982, in <genexpr> return dict((k, remove_values(v, no_log_strings)) for k, v in value.items()) "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 980, in remove_values return [remove_values(elem, no_log_strings) for elem in value] "/Users/abdulg/.ansible/tmp/ansible-tmp-1453741160.56-278817282458791/elasticache", line 991, in remove_values raise TypeError('Value of unknown type: %s, %s' % (type(value), value))TypeError: Value of unknown type: <type 'object'>, <object object at 0x10b4c60f0>
0.138882
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/minion.py", line 659, in _thread_return return_data = func(*args, **kwargs)TypeError: set_() takes exactly 1 argument (10 given)
Traceback (most recent call last): "go.py", line 1, in <module> from dejavu import Dejavu "/usr/src/dejavu/dejavu/**init**.py", line 3, in <module> import fingerprint "/usr/src/dejavu/dejavu/fingerprint.py", line 3, in <module> import matplotlib.pyplot as plt "/usr/lib64/python2.6/site-packages/matplotlib/pyplot.py", line 78, in <module> new_figure_manager, draw_if_interactive, show = pylab_setup() "/usr/lib64/python2.6/site-packages/matplotlib/backends/**init**.py", line 25, in pylab_setup globals(),locals(),[backend_name]) "/usr/lib64/python2.6/site-packages/matplotlib/backends/backend_gtkagg.py", line 10, in <module> from matplotlib.backends.backend_gtk import gtk, FigureManagerGTK, FigureCanvasGTK,\ "/usr/lib64/python2.6/site-packages/matplotlib/backends/backend_gtk.py", line 8, in <module> import gtk; gdk = gtk.gdk "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/**init**.py", line 64, in <module> _init() "/usr/lib64/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 52, in _init _gtk.init_check()RuntimeError: could not open display
0.215239
05-Mar-2018 11:28:54 - ERROR :: Thread-15 : Uncaught exception: Traceback (most recent call last): "D:\Mylar\mylar\mylar\logger.py", line 177, in new_run old_run(*args, **kwargs) "c:\python27\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\Mylar\mylar\mylar\importer.py", line 84, in addComictoDB checkdirectory = filechecker.validateAndCreateDirectory(comlocation, True) "D:\Mylar\mylar\mylar\filechecker.py", line 1338, in validateAndCreateDirectory if os.path.exists(dir): "c:\python27\lib\genericpath.py", line 26, in exists os.stat(path) TypeError: coercing to Unicode: need string or buffer, NoneType found
Traceback (most recent call last): "manage.py", line 11, in <module> execute_manager(settings) "/home/team/releases/current/libs/django/core/management/**init**.py", line 439, in execute_manager utility.execute() "/home/team/releases/current/libs/django/core/management/**init**.py", line 380, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/home/team/releases/current/libs/django/core/management/base.py", line 195, in run_from_argv self.execute(_args, *_options.**dict**) "/home/team/releases/current/libs/django/core/management/base.py", line 221, in execute self.validate() "/home/team/releases/current/libs/django/core/management/base.py", line 249, in validate num_errors = get_validation_errors(s, app) "/home/team/releases/current/libs/django/core/management/validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): "/home/team/releases/current/libs/django/db/models/loading.py", line 132, in get_app_errors self._populate() "/home/team/releases/current/libs/django/db/models/loading.py", line 59, in _populate self.load_app(app_name, True) "/home/team/releases/current/libs/django/db/models/loading.py", line 75, in load_app models = import_module('.models', app_name) "/home/team/releases/current/libs/django/utils/importlib.py", line 35, in import_module __import__(name) "/home/team/releases/current/mixcloud/music/models.py", line 15, in <module> from backup_storage.backend import QueuedBackupStorage "/home/team/releases/current/libs/backup_storage/backend.py", line 3, in <module> from backup_storage.tasks import CopyToStorage "/home/team/releases/current/libs/backup_storage/tasks.py", line 4, in <module> from celery.task import Task "/home/team/src/celery/celery/task/**init**.py", line 8, in <module> from celery.execute import apply_async "/home/team/src/celery/celery/execute/**init**.py", line 5, in <module> from celery.result import EagerResult "/home/team/src/celery/celery/result.py", line 12, in <module> from celery.messaging import with_connection "/home/team/src/celery/celery/messaging.py", line 23, in <module> default_queue = conf.routing_table[conf.DEFAULT_QUEUE]KeyError: 'regular_tasks'
0.194135
Traceback (most recent call last): "/opt/anaconda3/lib/python3.8/site-packages/qtconsole/comms.py", line 177, in comm_msg comm.handle_msg(msg) "/opt/anaconda3/lib/python3.8/site-packages/qtconsole/comms.py", line 265, in handle_msg return self._msg_callback(msg) "/opt/anaconda3/lib/python3.8/site-packages/spyder_kernels/comms/commbase.py", line 330, in _comm_message self._message_handlers[spyder_msg_type](TypeError: _handle_remote_call_reply() missing 1 required positional argument: 'load_exception'
Traceback (most recent call last): "C:\Users\kellett\AppData\Local\Continuum\Anaconda3\Scripts\spyder-script.py", line 5, in <module> sys.exit(spyder.app.start.main()) "C:\Users\kellett\AppData\Local\Continuum\Anaconda3\lib\site-packages\spyder\app\start.py", line 144, in main from spyder.app import mainwindow "C:\Users\kellett\AppData\Local\Continuum\Anaconda3\lib\site-packages\spyder\app\mainwindow.py", line 69, in <module> import rope.base.project # analysis:ignore ValueError: source code string cannot contain null bytes
0.314825
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/drf_yasg/inspectors/base.py", line 50, in call_view_method return view_method() "/code/vitapio/customizings/views.py", line 307, in get_queryset corporate_user_id = self.kwargs['corporateuser_pk'] KeyError: 'corporateuser_pk'
Traceback (most recent call last): "/usr/local/bin/checksec", line 11, in <module> load_entry_point('pwntools==4.0.1', 'console_scripts', 'checksec')() "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/pwnlib/commandline/common.py", line 32, in main pwnlib.commandline.main.main() "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/pwnlib/commandline/main.py", line 54, in main commands[args.command](args) "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/pwnlib/commandline/checksec.py", line 38, in main e = ELF(f.name) "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/pwnlib/elf/elf.py", line 213, in __init__ super(ELF,self).__init__(self.mmap) "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/elftools/elf/elffile.py", line 67, in __init__ self._identify_file() "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/elftools/elf/elffile.py", line 421, in _identify_file elf_assert(magic == b'\x7fELF', 'Magic number does not match') "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/elftools/common/utils.py", line 77, in elf_assert _assert_with_exception(cond, msg, ELFError) "/usr/local/Cellar/pwntools/4.0.1_1/libexec/lib/python3.8/site-packages/elftools/common/utils.py", line 109, in _assert_with_exception raise exception_type(msg) elftools.common.exceptions.ELFError: Magic number does not match
0.25078
Traceback (most recent call last): "/usr/lib/python3.8/asyncio/events.py", line 81, in _run self._context.run(self._callback, *self._args) "/home/ebi/meStuff/joycontrol-gui/joycontrol/utils.py", line 58, in callback future.result() "/home/ebi/meStuff/joycontrol-gui/joycontrol/protocol.py", line 146, in input_report_mode_full raise ValueError('Input report mode is not set.') ValueError: Input report mode is not set.
Traceback (most recent call last): "/build/numexpr-2.6.8/build/lib.linux-x86_64-3.6/numexpr/tests/test_numexpr.py", line 336, in test_locals_clears_globals check = subprocess.check_call('{0} -c "{1}"'.format(sys.executable, script), shell=True) "/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '/nix/store/hy65mn4wjswqih75gfr6g4q3xgqdm325-python3-3.6.6/bin/python3.6m -c "import numexpr as ne;a=10;ne.evaluate('1');a += 1;ne.evaluate('2', local_dict={});a += 1;ne.evaluate('3', global_dict={});a += 1;ne.evaluate('4', local_dict={}, global_dict={});a += 1"' returned non-zero exit status 1.
0.253898
Traceback (most recent call last): "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/parser.py", line 271, in CSSCollect c.cssCascade, cssAttrName) "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/parser.py", line 194, in getCSSAttr result = cssCascade.findStyleFor(self.cssElement, attrName, default) "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/w3c/css.py", line 155, in findStyleFor rule = self.findCSSRulesFor(element, attrName) "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/w3c/css.py", line 186, in findCSSRulesFor rules += self.user[0].findCSSRuleFor(element, attrName) "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/w3c/css.py", line 713, in findCSSRuleFor return self.findCSSRulesFor(element, attrName)[-1:] "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/w3c/css.py", line 706, in findCSSRulesFor ruleResults.sort() "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/w3c/css.py", line 303, in __lt__ self.qualifiers < other.qualifiers "/home/gas/.virtualenvs/autonomie/lib/python2.7/site-packages/xhtml2pdf/w3c/css.py", line 546, in __eq__ return self.classId == other.classId AttributeError: 'CSSSelectorCombinationQualifier' object has no attribute 'classId'
[2020-07-20 18:08:54,911][DummyThread-262:139872069604936][task_id:default][pgsql.py:160][WARNING]- PgSQL命令执行报错,语句:SELECT datname FROM pg_database;, 错误信息:Traceback (most recent call last): "/opt/archery/sql/engines/pgsql.py", line 144, in _query conn = self.get_connection(db_name=db_name) "/opt/archery/sql/engines/pgsql.py", line 30, in get_connection password=self.password, dbname=db_name) "/opt/venv4archery/lib/python3.6/site-packages/psycopg2/__init__.py", line 126, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: FATAL: database "db_sys" does not exist
0.248302
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/tasks.py", line 92, in __del__ "/usr/lib/python3.5/asyncio/base_events.py", line 1289, in call_exception_handler "/usr/lib/python3.5/logging/__init__.py", line 1309, in error "/usr/lib/python3.5/logging/__init__.py", line 1416, in _log "/usr/lib/python3.5/logging/__init__.py", line 1426, in handle "/usr/lib/python3.5/logging/__init__.py", line 1488, in callHandlers "/usr/lib/python3.5/logging/__init__.py", line 1426, in handle [49/419] "/usr/lib/python3.5/logging/__init__.py", line 1488, in callHandlers "/usr/lib/python3.5/logging/__init__.py", line 856, in handle "/usr/lib/python3.5/logging/__init__.py", line 1048, in emit "/usr/lib/python3.5/logging/__init__.py", line 1038, in _open NameError: name 'open' is not defined
Traceback (most recent call last):   "c:\\bazarr\\bazarr\\get_episodes.py", line 46, in sync_episodes   r.raise_for_status()   "c:\\bazarr\\bazarr\\../libs/requests\\models.py", line 940, in raise_for_status   raise HTTPError(http_error_msg, response=self) HTTPError: 500 Server Error: Internal Server Error for url: http://127.0.0.1:8989/api/episode?seriesId=50&apikey=KEY
0.257959
Traceback (most recent call last): "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() "/usr/lib/python3.4/threading.py", line 868, in run self._target(*self._args, **self._kwargs) "/usr/local/lib/python3.4/dist-packages/pyspider/scheduler/scheduler.py", line 420, in xmlrpc_run from SimpleXMLRPCServer import SimpleXMLRPCServerImportError: No module named 'SimpleXMLRPCServer'
Traceback (most recent call last): "/usr/bin/openrazer-daemon", line 177, in <module> run() "/usr/bin/openrazer-daemon", line 172, in run logger=logger) TypeError: __init__() got an unexpected keyword argument 'chdir'
0.281088
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 385, in import_object __import__(self.modname)ImportError: No module named letsencrypt_compatibility_test.interfaces
Traceback (most recent call last): "/home/mtk/bug.py", line 13, in <module> print df.values "/Users/mtk/Source/pandas/pandas/core/frame.py", line 1779, in as_matrix return self._data.as_matrix(columns).T "/Users/mtk/Source/pandas/pandas/core/internals.py", line 1513, in as_matrix mat = self._interleave(self.items) "/Users/mtk/Source/pandas/pandas/core/internals.py", line 1549, in _interleave raise AssertionError('Some items were not contained in blocks')AssertionError: Some items were not contained in blocks
0.253851
Traceback (most recent call last): "C:\Python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, "C:\Python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals) "C:\Python38\Scripts\organize.exe\__main__.py", line 7, in <module> "C:\Python38\lib\site-packages\organize\cli.py", line 65, in main config_debug(config_path) "C:\Python38\lib\site-packages\organize\cli.py", line 132, in config_debug if not fullpath(f).exists(): "C:\Python38\lib\site-packages\organize\utils.py", line 24, in fullpath return Path(os.path.expandvars(str(path))).expanduser().resolve(strict=False) "C:\Python38\lib\pathlib.py", line 1172, in resolve s = self._flavour.resolve(self, strict=strict) "C:\Python38\lib\pathlib.py", line 205, in resolve s = self._ext_to_normal(_getfinalpathname(s)) OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect: '! H:\\X\\X\\X\\*upscale*.*'
Traceback (most recent call last): "/opt/sublime_text/sublime_plugin.py", line 73, in reload_plugin m = importlib.import_module(modulename) "./importlib/__init__.py", line 90, in import_module "<frozen importlib._bootstrap>", line 1584, in _gcd_import "<frozen importlib._bootstrap>", line 1565, in _find_and_load "<frozen importlib._bootstrap>", line 1532, in _find_and_load_unlocked "/opt/sublime_text/sublime_plugin.py", line 671, in load_module exec(compile(source, source_path, 'exec'), mod.__dict__) "linter in /home/icmpdev/.config/sublime-text-3/Installed Packages/SublimeLinter-contrib-standard.sublime-package", line 16, in <module> "/home/icmpdev/.config/sublime-text-3/Packages/SublimeLinter/lint/linter.py", line 127, in __init__ persist.register_linter(cls, name, attrs) "/home/icmpdev/.config/sublime-text-3/Packages/SublimeLinter/lint/persist.py", line 462, in register_linter linter.Linter.assign(view, linter_name=linter_name) "/home/icmpdev/.config/sublime-text-3/Packages/SublimeLinter/lint/linter.py", line 744, in assign linter = linter_class(view, syntax) "/home/icmpdev/.config/sublime-text-3/Packages/SublimeLinter/lint/node_linter.py", line 55, in __init__ self.read_manifest(path.getmtime(self.manifest_path)) "/home/icmpdev/.config/sublime-text-3/Packages/SublimeLinter/lint/node_linter.py", line 225, in read_manifest self.cached_manifest_hash = self.hash_manifest() "/home/icmpdev/.config/sublime-text-3/Packages/SublimeLinter/lint/node_linter.py", line 232, in hash_manifest return hashlib.sha1(f.read()).hexdigest()TypeError: Unicode-objects must be encoded before hashing
0.302861
Traceback (most recent call last): "/usr/local/bin/svtplay-dl", line 7, in <module> svtplay_dl.main() "/usr/local/lib/python2.7/dist-packages/svtplay_dl/__init__.py", line 403, in main get_media(url, options) "/usr/local/lib/python2.7/dist-packages/svtplay_dl/__init__.py", line 165, in get_media get_one_media(stream, options) "/usr/local/lib/python2.7/dist-packages/svtplay_dl/__init__.py", line 204, in get_one_media for i in streams: "/usr/local/lib/python2.7/dist-packages/svtplay_dl/service/aftonbladet.py", line 44, in get videoId = data["videoId"]KeyError: 'videoId'
Traceback (most recent call last): "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/urllib/request.py", line 1317, in do_open encode_chunked=req.has_header('Transfer-encoding')) "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/http/client.py", line 1244, in request self._send_request(method, url, body, headers, encode_chunked) "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/http/client.py", line 1290, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/http/client.py", line 1239, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/http/client.py", line 1026, in _send_output self.send(msg) "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/http/client.py", line 966, in send self.connect() "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/http/client.py", line 1414, in connect server_hostname=server_hostname) "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/ssl.py", line 423, in wrap_socket session=session "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/ssl.py", line 870, in _create self.do_handshake() "/Users/eric/emsdk/python/3.7.4_64bit/lib/python3.7/ssl.py", line 1139, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)
0.213747
Traceback (most recent call last): "/usr/lib/python3/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) "/usr/lib/python3/dist-packages/pip/commands/install.py", line 335, in run prefix=options.prefix_path, "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 732, in install **kwargs "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 837, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 1039, in move_wheel_files isolated=self.isolated, "/usr/lib/python3/dist-packages/pip/wheel.py", line 247, in move_wheel_files prefix=prefix, "/usr/lib/python3/dist-packages/pip/locations.py", line 153, in distutils_scheme i.finalize_options() "/usr/lib/python3.5/distutils/command/install.py", line 273, in finalize_options raise DistutilsOptionError("can't combine user with prefix, "distutils.errors.DistutilsOptionError: can't combine user with prefix, exec_prefix/home, or install_(plat)base
Traceback (most recent call last): "./test", line 398, in <module> nbexecuter.main(example_nbconverted) "/media/datos/Desarrollos/bokeh/examples/nbexecuter.py", line 114, in main with io.open(ipynb, encoding='utf8') as f:IOError: [Errno 2] No such file or directory: 'examples/glyphs/glyph.ipynb'
0.241709
Traceback (most recent call last): "/home/vmware/abcdef/lib/pyVmomi/SoapAdapter.py", line 635, in LookupWsdlType return GetWsdlType(ns, name) "/home/vmware/abcdef/lib/pyVmomi/VmomiSupport.py", line 1032, in GetWsdlType typ = _LoadVmodlType(_wsdlDefMap[(ns, name)][0])KeyError: ('urn:pbm', 'PbmProfileQueryProfileResultInternal')
Traceback (most recent call last): "C:\Program s\Cura 2.6\plugins\UltimakerMachineActions\UMOUpgradeSelection.py", line 41, in setHeatedBed definition_changes_container = self._createDefinitionChangesContainer(global_container_stack) "C:\Program s\Cura 2.6\plugins\UltimakerMachineActions\UMOUpgradeSelection.py", line 56, in _createDefinitionChangesContainer global_container_stack.insertContainer(-1, definition_changes_container) "D:/2.6/build/inst/lib/python3.5/site-packages/cura\Settings\CuraContainerStack.py", line 312, in insertContainer cura.Settings.Exceptions.InvalidOperationError: Cannot insert a container into Global stack
0.207921
Traceback (most recent call last): "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/dataframe.py", line 3557, in table_part values = dict(zip(column_names, df.evaluate(column_names))) "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/dataframe.py", line 2626, in evaluate return self._evaluate_implementation(expression, i1=i1, i2=i2, out=out, selection=selection, filtered=filtered, array_type=array_type, parallel=parallel, chunk_size=chunk_size) "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/dataframe.py", line 5483, in _evaluate_implementation dtypes[expression] = dtype = df.data_type(expression).internal "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/dataframe.py", line 1968, in data_type data = self.evaluate(expression, 0, 1, filtered=True, array_type=array_type, parallel=False) "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/dataframe.py", line 2626, in evaluate return self._evaluate_implementation(expression, i1=i1, i2=i2, out=out, selection=selection, filtered=filtered, array_type=array_type, parallel=parallel, chunk_size=chunk_size) "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/dataframe.py", line 5570, in _evaluate_implementation value = scope.evaluate(expression) "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/scopes.py", line 102, in evaluate result = self[expression] "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/scopes.py", line 152, in __getitem__ values = self.evaluate(expression) "/Users/ahmet-anil.pala/klarna_repos/fraud-model-utils/.venv/lib/python3.7/site-packages/vaex/scopes.py", line 108, in evaluate result = eval(expression, expression_namespace, self) "<string>", line 1, in <module> NameError: name 'C' is not defined
Traceback (most recent call last): "/mnt/c/Users/gernot/dev/geger.at/ESP32-toolchain/tools/esp-idf/components/esptool_py/esptool/esptool.py", line 2865, in <module> _main() "/mnt/c/Users/gernot/dev/geger.at/ESP32-toolchain/tools/esp-idf/components/esptool_py/esptool/esptool.py", line 2858, in _main main() "/mnt/c/Users/gernot/dev/geger.at/ESP32-toolchain/tools/esp-idf/components/esptool_py/esptool/esptool.py", line 2565, in main esp = chip_class(each_port, initial_baud, args.trace) "/mnt/c/Users/gernot/dev/geger.at/ESP32-toolchain/tools/esp-idf/components/esptool_py/esptool/esptool.py", line 224, in __init__ self._port.write_timeout = DEFAULT_SERIAL_WRITE_TIMEOUT "/home/gernot/.local/lib/python2.7/site-packages/serial/serialutil.py", line 388, in write_timeout self._reconfigure_port() "/home/gernot/.local/lib/python2.7/site-packages/serial/rfc2217.py", line 506, in _reconfigure_port raise NotImplementedError('write_timeout is currently not supported') NotImplementedError: write_timeout is currently not supported
0.263407
Traceback (most recent call last): "/usr/local/bin/vuln_whisperer", line 4, in <module> __import__('pkg_resources').run_script('VulnWhisperer==1.8', 'vuln_whisperer') "/home/user1/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 661, in run_script self.require(requires)[0].run_script(script_name, ns) "/home/user1/.local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 1432, in run_script .format(**locals()), pkg_resources.ResolutionError: Script 'scripts/vuln_whisperer' not found in metadata at '/home/user1/VulnWhisperer/VulnWhisperer.egg-info'
Traceback (most recent call last): "/home/pf/.local/lib/python3.6/site-packages/khal/ui/__init__.py", line 1300, in start_pane loop.run() "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 278, in run self._run() "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 376, in _run self.event_loop.run() "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 682, in run self._loop() "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 719, in _loop self._watch_files[fd]() "/home/pf/.local/lib/python3.6/site-packages/urwid/raw_display.py", line 393, in <lambda> event_loop, callback, self.get_available_raw_input()) "/home/pf/.local/lib/python3.6/site-packages/urwid/raw_display.py", line 493, in parse_input callback(processed, processed_codes) "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 403, in _update self.process_input(keys) "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 509, in process_input something_handled |= bool(self.unhandled_input(k)) "/home/pf/.local/lib/python3.6/site-packages/urwid/main_loop.py", line 555, in unhandled_input return self._unhandled_input(input) "/home/pf/.local/lib/python3.6/site-packages/khal/ui/base.py", line 162, in on_key_press self.backtrack() "/home/pf/.local/lib/python3.6/site-packages/khal/ui/base.py", line 147, in backtrack cb(data) "/home/pf/.local/lib/python3.6/site-packages/khal/ui/__init__.py", line 1095, in cleanup self.collection.delete(href, etag, account) "/home/pf/.local/lib/python3.6/site-packages/khal/khalendar/khalendar.py", line 216, in delete self._storages[calendar].delete(href, etag) "/home/pf/.local/lib/python3.6/site-packages/khal/khalendar/vdir.py", line 261, in delete raise WrongEtagError(etag, actual_etag) khal.khalendar.vdir.WrongEtagError: [Errno 1509023350231546112.000000000] 1509023358481625088.000000000
0.17373
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\shaz\Anaconda3\lib\site-packages\vispy\app\_default_app.py", line 47, in use_app default_app = Application(backend_name) "C:\Users\shaz\Anaconda3\lib\site-packages\vispy\app\application.py", line 49, in __init__ self._use(backend_name) "C:\Users\shaz\Anaconda3\lib\site-packages\vispy\app\application.py", line 235, in _use raise RuntimeError(msg) RuntimeError: Could not import backend "SDL2":
Traceback (most recent call last): "/usr/bin/dockercloud-haproxy", line 9, in <module> load_entry_point('dockercloud-haproxy==1.4', 'console_scripts', 'dockercloud-haproxy')() "/usr/lib/python2.7/site-packages/haproxy/main.py", line 49, in main listen_docker_events() "/usr/lib/python2.7/site-packages/haproxy/eventhandler.py", line 67, in listen_docker_events for event in docker.events(decode=True): "/usr/lib/python2.7/site-packages/docker/client.py", line 217, in _stream_helper data = reader.read(1) "/usr/lib/python2.7/site-packages/requests/packages/urllib3/response.py", line 243, in read data = self._fp.read(amt) "/usr/lib/python2.7/httplib.py", line 588, in read return self._read_chunked(amt) "/usr/lib/python2.7/httplib.py", line 630, in _read_chunked line = self.fp.readline(_MAXLINE + 1) "/usr/lib/python2.7/socket.py", line 480, in readline data = self._sock.recv(self._rbufsize) "/usr/lib/python2.7/site-packages/gevent/_socket2.py", line 280, in recv self._wait(self._read_event) "/usr/lib/python2.7/site-packages/gevent/_socket2.py", line 179, in _wait self.hub.wait(watcher) "/usr/lib/python2.7/site-packages/gevent/hub.py", line 627, in wait result = waiter.get() "/usr/lib/python2.7/site-packages/gevent/hub.py", line 875, in get return self.hub.switch() "/usr/lib/python2.7/site-packages/gevent/hub.py", line 606, in switch return greenlet.switch(self)gevent.hub.BlockingSwitchOutError: Impossible to call blocking function in the event loop callback
0.32761
ERROR (theano.gof.opt): Traceback (most recent call last): "/home/user/anaconda2/lib/python2.7/site-packages/theano/gof/opt.py", line 1484, in process_node replacements = lopt.transform(node) "/home/user/anaconda2/lib/python2.7/site-packages/theano/tensor/opt.py", line 1411, in local_shape_to_shape_i ret = shape_feature.make_vector_shape(node.inputs[0]) "/home/user/anaconda2/lib/python2.7/site-packages/theano/tensor/opt.py", line 1082, in make_vector_shape return make_vector(*self.shape_of[r])KeyError: CrossentropySoftmaxArgmax1HotWithBias.0
Traceback (most recent call last): "o365mail.py", line 16, in <module> m.send() "/usr/lib/python3.4/site-packages/O365/message.py", line 614, in send response = self.con.post(url, data=data) "/usr/lib/python3.4/site-packages/O365/connection.py", line 665, in post return self.oauth_request(url, 'post', data=data, **kwargs) "/usr/lib/python3.4/site-packages/O365/connection.py", line 641, in oauth_request self.session = self.get_session(load_token=True) "/usr/lib/python3.4/site-packages/O365/connection.py", line 449, in get_session raise RuntimeError('No auth token found. Authentication Flow needed') RuntimeError: No auth token found. Authentication Flow needed
0.223574
Traceback (most recent call last): "/path/anaconda3/lib/python3.5/unittest/loader.py", line 153, in loadTestsFromName module = __import__(module_name) "/path/libact/libact/query_strategies/__init__.py", line 20, in <module> from ._variance_reduction import estVar ImportError: /usr/lib/liblapacke.so.3: undefined symbol: dpotrf2_
Traceback (most recent call last): "/home/eders/anaconda/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/home/eders/python/imageio/imageio/plugins/ffmpeg.py", line 822, in run self._lines = limit_lines(self._lines)TypeError: 'NoneType' object is not callable
0.259619
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/pexpect/spawnbase.py", line 166, in read_nonblocking s = os.read(self.child_fd, size) OSError: [Errno 5] Input/output error
Traceback (most recent call last): "/home/nihao/.pycharm_helpers/pycharm_display/datalore/display/display_.py", line 60, in _send_display_message urlopen(url, buffer) "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 532, in open response = meth(req, response) "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 570, in error return self._call_chain(*args) "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) "/home/nihao/miniconda2/envs/py36/lib/python3.6/urllib/request.py", line 650, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found
0.221875
Traceback (most recent call last): "./sublime_plugin.py", line 62, in reload_plugin "./bh_swapping.py", line 9, in <module> import BracketHighlighter.bh_wrapping as bh_wrapping ImportError: No module named BracketHighlighter.bh_wrapping
Traceback (most recent call last): "/usr/lib/python3.9/urllib/request.py", line 1346, in do_open h.request(req.get_method(), req.selector, req.data, headers, "/usr/lib/python3.9/http/client.py", line 1255, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/lib/python3.9/http/client.py", line 1301, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/lib/python3.9/http/client.py", line 1250, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/lib/python3.9/http/client.py", line 1010, in _send_output self.send(msg) "/usr/lib/python3.9/http/client.py", line 950, in send self.connect() "/usr/lib/python3.9/http/client.py", line 921, in connect self.sock = self._create_connection( "/usr/lib/python3.9/socket.py", line 843, in create_connection raise err "/usr/lib/python3.9/socket.py", line 831, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
0.297973
The minion function caused an exception: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/minion.py", line 1071, in _thread_return return_data = func(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 320, in apply_ return sls(mods, **kwargs) "/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 757, in sls ret = st_.state.call_high(high_) "/usr/lib/python2.7/dist-packages/salt/state.py", line 2118, in call_high high, req_in_errors = self.requisite_in(high) "/usr/lib/python2.7/dist-packages/salt/state.py", line 1528, in requisite_in req_in_high, req_in_errors = self.reconcile_extend(high) "/usr/lib/python2.7/dist-packages/salt/state.py", line 1248, in reconcile_extend if state not in high[name]: KeyError: 'salt-minion'
Traceback (most recent call last): "/Users/simonmo/miniconda3/lib/python3.6/asyncio/events.py", line 145, in _run self._callback(*self._args) "python/ray/_raylet.pyx", line 1530, in ray._raylet.async_set_result.set_future AttributeError: 'RayActorError' object has no attribute 'as_instanceof_cause'
0.327677
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 665, in _real_extract video_webpage_bytes = compat_urllib_request.urlopen(request).read() "/usr/lib/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) "/usr/lib/python2.7/urllib2.py", line 410, in open response = meth(req, response) "/usr/local/lib/python2.7/dist-packages/youtube_dl/utils.py", line 632, in http_response content = resp.read() "/usr/lib/python2.7/socket.py", line 351, in read data = self._sock.recv(rbufsize) "/usr/lib/python2.7/httplib.py", line 543, in read return self._read_chunked(amt) "/usr/lib/python2.7/httplib.py", line 603, in _read_chunked value.append(self._safe_read(amt)) "/usr/lib/python2.7/httplib.py", line 658, in _safe_read chunk = self.fp.read(min(amt, MAXAMOUNT)) "/usr/lib/python2.7/socket.py", line 380, in read data = self._sock.recv(left) "/usr/lib/python2.7/ssl.py", line 298, in recv return self.read(buflen) "/usr/lib/python2.7/ssl.py", line 217, in read return self._sslobj.read(len)SSLError: The read operation timed out
Traceback (most recent call last): "/root/Tools/cobra/cobra/detection.py", line 185, in project_information for root, dirs, filenames in os.walk(absolute_path): "/usr/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/lib/python2.7/os.py", line 286, in walk if isdir(join(top, name)): "/usr/lib/python2.7/posixpath.py", line 73, in join path += '/' + bUnicodeDecodeError: 'utf8' codec can't decode byte 0xcb in position 1: invalid continuation byte
0.316583
Traceback (most recent call last): "sqlmap", line 160, in main start() "/share/sqlmap/lib/core/decorators.py", line 34, in _ result = f(*args, **kwargs) "/share/sqlmap/lib/controller/controller.py", line 652, in start action() "/share/sqlmap/lib/controller/action.py", line 54, in action conf.dumper.singleString(conf.dbmsHandler.getFingerprint()) "/share/sqlmap/plugins/dbms/sqlite/fingerprint.py", line 48, in getFingerprint banVer = kb.bannerFp["dbmsVersion"]KeyError: 'dbmsVersion'
Traceback (most recent call last): "/data00/home/liangdong.tony/PycharmProject/RetrievalCCWebVideo/AE/demo.py", line 145, in <module> parallel_model = keras.utils.multi_gpu_model(model, gpus=3) "/data00/home/liangdong.tony/.local/lib/python2.7/site-packages/keras/utils/training_utils.py", line 177, in multi_gpu_model return Model(model.inputs, merged) "/data00/home/liangdong.tony/.local/lib/python2.7/site-packages/keras/legacy/interfaces.py", line 87, in wrapper return func(*args, **kwargs) "/data00/home/liangdong.tony/.local/lib/python2.7/site-packages/keras/engine/topology.py", line 1811, in __init__ 'Layer names: ', all_names) RuntimeError: ('The name "vgg16" is used 2 times in the model. All layer names should be unique. Layer names: ', ['input_1', 'input_2', 'lambda_1', 'lambda_2', 'lambda_3', 'lambda_4', 'lambda_5', 'lambda_6', 'model_1', 'vgg16', 'vgg16'])
0.319416
Traceback (most recent call last): "/home/bob/.local/bin/pyload", line 7, in <module> from pyload.script import main "/home/bob/.local/lib/python3.7/site-packages/pyload/__init__.py", line 27, in <module> PKGDIR = pkg_resources.resource_filename(__name__, None) "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1145, in resource_filename self, resource_name "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1395, in get_resource_filename return self._fn(self.module_path, resource_name) "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1471, in _fn self._validate_resource_path(resource_name) "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1517, in _validate_resource_path os.path.pardir in path.split(posixpath.sep) or AttributeError: 'NoneType' object has no attribute 'split'
Traceback (most recent call last): "<stdin>", line 1, in <module> "build\bdist.win32\egg\tablib\core.py", line 172, in __getitem__TypeError: list indices must be integers, not unicode
0.309119
ERROR: Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-neCYMF/flair/setup.py", line 7, in <module> long_description=open("README.md", encoding='utf-8').read(), TypeError: 'encoding' is an invalid keyword argument for this function
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 650, in extract_info ie_result = ie.extract(url) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 273, in extract return self._real_extract(url) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/francetv.py", line 286, in _real_extract r'"http://videos.francetv.fr/video/([^@]+@[^"]+)"', webpage, 'video id').split('@') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 555, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract video id; 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.234907
Traceback (most recent call last): "sample_patches.py", line 49, in <module> main() "sample_patches.py", line 37, in main patches = sample_patches(np.array(img), args.patch_size) "sample_patches.py", line 12, in sample_patches patches = image.extract_patches_2d(img, patch_size, max_patches) "/usr/local/lib/python3.5/dist-packages/sklearn/feature_extraction/image.py", line 378, in extract_patches_2d n_patches = _compute_n_patches(i_h, i_w, p_h, p_w, max_patches) "/usr/local/lib/python3.5/dist-packages/sklearn/feature_extraction/image.py", line 236, in _compute_n_patches raise ValueError("Invalid value for max_patches: %r" % max_patches) ValueError: Invalid value for max_patches: 50
[DEBUG ] Error: Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/modules/mine.py", line 151, in update if m_data[func] and isinstance(m_data[func], dict): TypeError: list indices must be integers or slices, not str
0.268872
Traceback (most recent call last): "/Users/thomasjongerius/Library/Preferences/PyCharmCE2017.3/scratches/scratch_36.py", line 13, in <module> result = aclient.get_alert("5645884f-f486-4db3-8058-46e17260fb95") "/Users/thomasjongerius/PycharmProjects/videns/venv37/lib/python3.7/site-packages/alertaclient/api.py", line 65, in get_alert return Alert.parse(self.http.get('/alert/%s' % id)['alert']) "/Users/thomasjongerius/PycharmProjects/videns/venv37/lib/python3.7/site-packages/alertaclient/models/alert.py", line 64, in parse raise ValueError('timeout must be an integer') ValueError: timeout must be an integer
Traceback (most recent call last): "<stdin>", line 1, in <module> "/opt/virtual_env/angr/local/lib/python2.7/site-packages/angr/__init__.py", line 7, in <module> from .project import * "/opt/virtual_env/angr/local/lib/python2.7/site-packages/angr/project.py", line 383, in <module> from .factory import AngrObjectFactory "/opt/virtual_env/angr/local/lib/python2.7/site-packages/angr/factory.py", line 349, in <module> from .path_group import PathGroup "/opt/virtual_env/angr/local/lib/python2.7/site-packages/angr/path_group.py", line 802, in <module> from . import exploration_techniquesImportError: cannot import name exploration_techniques
0.277962
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info') youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "<string>", line 1, in <module> "/private/tmp/pip-build-E5tTzm/pygit2/setup.py", line 197, in <module> cmdclass=cmdclass) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 195, in run self.find_sources() "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 222, in find_sources mm.run() "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 306, in run self.add_defaults() "/usr/local/lib/python2.7/site-packages/setuptools/command/egg_info.py", line 335, in add_defaults sdist.add_defaults(self) "/usr/local/lib/python2.7/site-packages/setuptools/command/sdist.py", line 120, in add_defaults build_py = self.get_finalized_command('build_py') "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 312, in get_finalized_command cmd_obj.ensure_finalized() "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() "/usr/local/lib/python2.7/site-packages/setuptools/command/build_py.py", line 33, in finalize_options orig.build_py.finalize_options(self) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_py.py", line 46, in finalize_options ('force', 'force')) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 298, in set_undefined_options src_cmd_obj.ensure_finalized() "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 109, in ensure_finalized self.finalize_options() "/private/tmp/pip-build-E5tTzm/pygit2/setup.py", line 103, in finalize_options ffi, C = get_ffi() "pygit2/_utils.py", line 107, in get_ffi include_dirs=[libgit2_include], library_dirs=[libgit2_lib]) "/usr/local/lib/python2.7/site-packages/cffi/api.py", line 433, in verify lib = self.verifier.load_library() "/usr/local/lib/python2.7/site-packages/cffi/verifier.py", line 113, in load_library self._compile_module() "/usr/local/lib/python2.7/site-packages/cffi/verifier.py", line 210, in _compile_module outputfilename = ffiplatform.compile(tmpdir, self.get_extension()) "/usr/local/lib/python2.7/site-packages/cffi/ffiplatform.py", line 29, in compile outputfilename = _build(tmpdir, ext, compiler_verbose) "/usr/local/lib/python2.7/site-packages/cffi/ffiplatform.py", line 62, in _build raise VerificationError('%s: %s' % (e.__class__.__name__, e))cffi.ffiplatform.VerificationError: CompileError: command 'clang' failed with exit status 1
0.22022
LLVM version... Traceback (most recent call last): "/tmp/pip-install-rorfhrma/llvmlite/ffi/build.py", line 220, in <module> main() "/tmp/pip-install-rorfhrma/llvmlite/ffi/build.py", line 210, in main main_posix('linux', '.so') "/tmp/pip-install-rorfhrma/llvmlite/ffi/build.py", line 134, in main_posix raise RuntimeError(msg) from None RuntimeError: Could not find a `llvm-config` binary. There are a number of reasons this could occur, please see: https://llvmlite.readthedocs.io/en/latest/admin-guide/install.html#using-pip for help.
Traceback (most recent call last): "/usr/local/az/envs/default/lib/python2.7/site-packages/azure/cli/main.py", line 39, in main cmd_result = APPLICATION.execute(args) "/usr/local/az/envs/default/lib/python2.7/site-packages/azure/cli/application.py", line 99, in execute result = args.func(params) "/usr/local/az/envs/default/lib/python2.7/site-packages/azure/cli/commands/__init__.py", line 202, in _execute_command result = operation(client, **kwargs) if client else operation(**kwargs) "/usr/local/az/envs/default/lib/python2.7/site-packages/azure/cli/command_modules/vm/custom.py", line 393, in get_boot_log blob_uri = virtual_machine.instance_view.boot_diagnostics.serial_console_log_blob_uri # pylint: disable=no-memberAttributeError: 'NoneType' object has no attribute 'serial_console_log_blob_uri'
0.258882
Traceback (most recent call last): "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process'
Traceback (most recent call last): "manage.py", line 11, in <module> execute_manager(settings) "/home/team/releases/current/libs/django/core/management/**init**.py", line 439, in execute_manager utility.execute() "/home/team/releases/current/libs/django/core/management/**init**.py", line 380, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/home/team/releases/current/libs/django/core/management/base.py", line 195, in run_from_argv self.execute(_args, *_options.**dict**) "/home/team/releases/current/libs/django/core/management/base.py", line 221, in execute self.validate() "/home/team/releases/current/libs/django/core/management/base.py", line 249, in validate num_errors = get_validation_errors(s, app) "/home/team/releases/current/libs/django/core/management/validation.py", line 28, in get_validation_errors for (app_name, error) in get_app_errors().items(): "/home/team/releases/current/libs/django/db/models/loading.py", line 132, in get_app_errors self._populate() "/home/team/releases/current/libs/django/db/models/loading.py", line 59, in _populate self.load_app(app_name, True) "/home/team/releases/current/libs/django/db/models/loading.py", line 75, in load_app models = import_module('.models', app_name) "/home/team/releases/current/libs/django/utils/importlib.py", line 35, in import_module __import__(name) "/home/team/releases/current/mixcloud/music/models.py", line 15, in <module> from backup_storage.backend import QueuedBackupStorage "/home/team/releases/current/libs/backup_storage/backend.py", line 3, in <module> from backup_storage.tasks import CopyToStorage "/home/team/releases/current/libs/backup_storage/tasks.py", line 4, in <module> from celery.task import Task "/home/team/src/celery/celery/task/**init**.py", line 8, in <module> from celery.execute import apply_async "/home/team/src/celery/celery/execute/**init**.py", line 5, in <module> from celery.result import EagerResult "/home/team/src/celery/celery/result.py", line 12, in <module> from celery.messaging import with_connection "/home/team/src/celery/celery/messaging.py", line 23, in <module> default_queue = conf.routing_table[conf.DEFAULT_QUEUE]KeyError: 'regular_tasks'
0.180306
Traceback (most recent call last): "commix.py", line 31, in <module> import src.core.main "main.py", line 1163, in <module> main(filename, url) "main.py", line 430, in main url = redirection.do_check(url) "redirection.py", line 93, in do_check response = opener.open(HeadRequest(url)) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 435, in open response = meth(req, response) "urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "urllib2.py", line 467, in error result = self._call_chain(*args) "urllib2.py", line 407, in _call_chain result = func(*args) "redirection.py", line 68, in http_error_405 unverifiable = True) "urllib2.py", line 429, in open response = self._open(req, data) "urllib2.py", line 447, in _open '_open', req) "urllib2.py", line 407, in _call_chain result = func(*args) "urllib2.py", line 1241, in https_open context=self._context) "urllib2.py", line 1195, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) "httplib.py", line 1042, in request self._send_request(method, url, body, headers) "httplib.py", line 1082, in _send_request self.endheaders(body) "httplib.py", line 1038, in endheaders self._send_output(message_body) "httplib.py", line 882, in _send_output self.send(msg) "httplib.py", line 844, in send self.connect() "httplib.py", line 1255, in connect HTTPConnection.connect(self) "httplib.py", line 821, in connect self.timeout, self.source_address)RuntimeError: maximum recursion depth exceeded
Traceback (most recent call last): "/some-path/lib/python3.6/site-packages/ScoutSuite/providers/base/configs/browser.py", line 96, in get_value_at target_obj = target_obj[p] KeyError: 'root'
0.28096
Traceback (most recent call last): "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-5-e48c672f35a5>", line 11, in <module> foo(a) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 404, in _compile_for_args error_rewrite(e, 'unsupported_error') "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 342, in error_rewrite raise e "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 353, in _compile_for_args return self.compile(tuple(argtypes)) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler_lock.py", line 32, in _acquire_compile_lock return func(*args, **kwargs) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 794, in compile cres = self._compiler.compile(args, return_type) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 77, in compile status, retval = self._compile_cached(args, return_type) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 91, in _compile_cached retval = self._compile_core(args, return_type) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\dispatcher.py", line 109, in _compile_core pipeline_class=self.pipeline_class) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler.py", line 568, in compile_extra return pipeline.compile_extra(func) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler.py", line 339, in compile_extra return self._compile_bytecode() "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler.py", line 401, in _compile_bytecode return self._compile_core() "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler.py", line 381, in _compile_core raise e "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler.py", line 372, in _compile_core pm.run(self.state) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler_machinery.py", line 341, in run raise patched_exception "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler_machinery.py", line 332, in run self._runPass(idx, pass_inst, state) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler_lock.py", line 32, in _acquire_compile_lock return func(*args, **kwargs) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler_machinery.py", line 291, in _runPass mutated |= check(pss.run_pass, internal_state) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\compiler_machinery.py", line 264, in check mangled = func(compiler_state) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\untyped_passes.py", line 86, in run_pass func_ir = interp.interpret(bc) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\interpreter.py", line 116, in interpret flow.run() "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\byteflow.py", line 107, in run runner.dispatch(state) "C:\Workdir\Programs\Anaconda2\envs\LTM\lib\site-packages\numba\core\byteflow.py", line 269, in dispatch raise UnsupportedError(msg, loc=self.get_debug_loc(inst.lineno)) numba.core.errors.UnsupportedError: Failed in nopython mode pipeline (step: analyzing bytecode)
`Traceback (most recent call last): "/usr/local/bin/pyjsbuild", line 11, in <module> load_entry_point('pyjs==0.8.2', 'console_scripts', 'pyjsbuild')() "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 561, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2631, in load_entry_point return ep.load() "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2291, in load return self.resolve() "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 2297, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/local/lib/python3.5/dist-packages/pyjs/browser.py", line 8, in <module> from pyjs import linker "/usr/local/lib/python3.5/dist-packages/pyjs/linker.py", line 267 except translator.TranslationError, e: ^ SyntaxError: invalid syntax
0.311636
Traceback (most recent call last): "site-packages\calibre\gui2\actions\delete.py", line 404, in delete_books "site-packages\calibre\gui2\actions\delete.py", line 378, in do_library_delete "site-packages\calibre\gui2\library\models.py", line 416, in delete_books_by_id "site-packages\calibre\db\cache.py", line 62, in call_func_with_lock "site-packages\calibre\db\cache.py", line 1654, in remove_books "site-packages\calibre\db\tables.py", line 559, in remove_books "site-packages\calibre\db\tables.py", line 415, in remove_books "site-packages\calibre\db\backend.py", line 886, in executemany "c:\t\t\apsw-r08j4l0g\src\cursor.c", line 236, in resetcursor CantOpenError: CantOpenError: unable to open database file
Traceback (most recent call last): "payment_receipt.py", line 24, in <module> doc.generate_pdf(clean_tex=False) "/home/aravind/profile_api_receipt/lib/python3.6/site-packages/pylatex/document.py", line 281, in generate_pdf 'or make sure you have latexmk or pdfLaTex installed.' pylatex.errors.CompilerError: No LaTex compiler was found
0.231022
Traceback (most recent call last): "zeus.py", line 353, in <module> __run_attacks_main() "zeus.py", line 305, in __run_attacks_main threads=opt.amountOfThreads "/home/baal/bin/python/zeus-scanner/lib/core/settings.py", line 1023, in run_attacks github_gist_search_main(query, agent=agent, proxy=proxy, verbose=verbose) "/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 135, in github_gist_search_main gathered_links = get_raw_data(page_set, proxy=proxy, agent=agent, verbose=verbose) "/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 51, in get_raw_data gist_file = item["files"]TypeError: string indices must be integers, not str
Details: Traceback (most recent call last): "/opt/src/integration_tests/integration_tests.py", line 207, in run_test _run_pipeline(pipeline_cfg, runner, tmp_dir) "/opt/src/rastervision_pipeline/rastervision/pipeline/cli.py", line 129, in _run_pipeline pipeline_run_name=pipeline_run_name) "/opt/src/rastervision_pipeline/rastervision/pipeline/runner/inprocess_runner.py", line 38, in run _run_command(cfg_json_uri, command, 0, 1) "/opt/src/rastervision_pipeline/rastervision/pipeline/cli.py", line 217, in _run_command command_fn() "/opt/src/rastervision_core/rastervision/core/rv_pipeline/rv_pipeline.py", line 114, in train backend.train() "/opt/src/rastervision_pytorch_backend/rastervision/pytorch_backend/pytorch_learner_backend.py", line 68, in train learner = self.learner_cfg.build(self.tmp_dir) "/opt/src/rastervision_pytorch_learner/rastervision/pytorch_learner/semantic_segmentation_learner_config.py", line 86, in build loss_def_path=loss_def_path) "/opt/src/rastervision_pytorch_learner/rastervision/pytorch_learner/learner.py", line 106, in __init__ self.setup_model(model_def_path=model_def_path) "/opt/src/rastervision_pytorch_learner/rastervision/pytorch_learner/learner.py", line 221, in setup_model self.load_init_weights() "/opt/src/rastervision_pytorch_learner/rastervision/pytorch_learner/learner.py", line 934, in load_init_weights self.tmp_dir) "/opt/src/rastervision_pipeline/rastervision/pipeline/file_system/utils.py", line 160, in download_if_needed fs.copy_from(uri, path) "/opt/src/rastervision_pipeline/rastervision/pipeline/file_system/http_file_system.py", line 65, in copy_from with urllib.request.urlopen(src_uri) as response: "/opt/conda/lib/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) "/opt/conda/lib/python3.6/urllib/request.py", line 532, in open response = meth(req, response) "/opt/conda/lib/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) "/opt/conda/lib/python3.6/urllib/request.py", line 570, in error return self._call_chain(*args) "/opt/conda/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) "/opt/conda/lib/python3.6/urllib/request.py", line 650, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 429: too many requests
0.202414
Traceback (most recent call last): "train.py", line 148, in <module> train() "train.py", line 28, in train models = create_model(opt) "/home/zyx/vid2vid/models/models.py", line 79, in create_model flowNet.initialize(opt) "/home/zyx/vid2vid/models/flownet.py", line 14, in initialize from .flownet2_pytorch import models as flownet2_models "/home/zyx/vid2vid/models/flownet2_pytorch/models.py", line 8, in <module> from .networks.resample2d_package.resample2d import Resample2d "/home/zyx/vid2vid/models/flownet2_pytorch/networks/resample2d_package/resample2d.py", line 3, in <module> import resample2d_cuda ImportError: /home/zyx/.local/lib/python3.6/site-packages/resample2d_cuda-0.0.0-py3.6-linux-x86_64.egg/resample2d_cuda.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZN2at19UndefinedTensorImpl10_singletonE
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/ajenti/plugins/main/main.py", line 158, in handle_message self.ui.dispatch_event(update['uid'], update['event'], update['params']) "/usr/lib/python2.7/site-packages/ajenti/ui/__init__.py", line 72, in dispatch_event self.root.dispatch_event(uid, event, params) "/usr/lib/python2.7/site-packages/ajenti/ui/element.py", line 382, in dispatch_event if child.dispatch_event(uid, event, params): "/usr/lib/python2.7/site-packages/ajenti/ui/element.py", line 382, in dispatch_event if child.dispatch_event(uid, event, params): "/usr/lib/python2.7/site-packages/ajenti/ui/element.py", line 382, in dispatch_event if child.dispatch_event(uid, event, params): "/usr/lib/python2.7/site-packages/ajenti/ui/element.py", line 382, in dispatch_event if child.dispatch_event(uid, event, params): "/usr/lib/python2.7/site-packages/ajenti/ui/element.py", line 388, in dispatch_event getattr(self, k)(**(params or {})) "/usr/lib/python2.7/site-packages/ajenti/plugins/services/main.py", line 88, in on_start self.service.start()AttributeError: 'NoneType' object has no attribute 'start'
0.281277
Traceback (most recent call last): "pix3d.py", line 115, in <module> "/Users/Madhav/opt/anaconda3/envs/meshrcnn/lib/python3.7/site-packages/tensorflow_datasets/core/api_utils.py", line 52, in disallow_positional_args_dec "/Users/Madhav/opt/anaconda3/envs/meshrcnn/lib/python3.7/site-packages/tensorflow_datasets/core/dataset_builder.py", line 363, in download_and_prepare "/Users/Madhav/opt/anaconda3/envs/meshrcnn/lib/python3.7/contextlib.py", line 130, in __exit__ "/Users/Madhav/opt/anaconda3/envs/meshrcnn/lib/python3.7/site-packages/tensorflow_datasets/core/file_format_adapter.py", line 204, in incomplete_dir "/Users/Madhav/opt/anaconda3/envs/meshrcnn/lib/python3.7/site-packages/tensorflow_core/python/lib/io/file_io.py", line 571, in delete_recursively_v2 tensorflow.python.framework.errors_impl.ResourceExhaustedError: /Users/Madhav/tensorflow_datasets/pix3d/0.1.0.incompleteTS93XR; Too many open files`
Traceback (most recent call last): "./neural_artistic_style.py", line 112, in <module> run() "./neural_artistic_style.py", line 104, in run cost = np.mean(net._update()) "C:\WORK\py\netral\neural_artistic_style\style_network.py", line 149, in _update grad = layer.bprop(grad) "C:\WORK\py\netral\neural_artistic_style\style_network.py", line 26, in bprop to_imgs=True, to_filters=False "C:\Python27\lib\site-packages\cudarray-0.1.dev0-py2.7-win32.egg\cudarray\numpy_backend\nnet\conv.py", line 37, in bprop b, c, _, _ = imgs.shapeAttributeError: 'NoneType' object has no attribute 'shape'
0.244516
Traceback (most recent call last): "teacher.py", line 407, in <module> training_history = train(config, vox, d, predictor, label_out) "teacher.py", line 258, in train wandb.log({'ROC': wandb.plots.ROC(y, y_preds, lb)}) "/home/mpds/miniconda3/envs/docktdeep/lib/python3.7/site-packages/wandb/plots/roc.py", line 71, in roc return roc_table(fpr_dict, tpr_dict, classes, indices_to_plot) "/home/mpds/miniconda3/envs/docktdeep/lib/python3.7/site-packages/wandb/plots/roc.py", line 50, in roc_table fpr_dict[i], tpr_dict[i], _ = roc_curve(y_true, probas[:, i], IndexError: too many indices for array
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/user/.pyenv/versions/venv/lib/python3.7/site-packages/soynlp/noun/_noun_ver2.py", line 143, in train_extract self.train(inputs, min_eojeol_frequency) "/Users/user/.pyenv/versions/venv/lib/python3.7/site-packages/soynlp/noun/_noun_ver2.py", line 153, in train self._train_with_sentences(inputs, min_eojeol_frequency) "/Users/user/.pyenv/versions/venv/lib/python3.7/site-packages/soynlp/noun/_noun_ver2.py", line 170, in _train_with_sentences preprocess = preprocess "/Users/user/.pyenv/versions/venv/lib/python3.7/site-packages/soynlp/utils/utils.py", line 183, in __init__ self._counter = self._counting_from_sents(sents) "/Users/user/.pyenv/versions/venv/lib/python3.7/site-packages/soynlp/utils/utils.py", line 223, in _counting_from_sents len(_counter), i_sent + 1, '%.3f'%get_process_memory(), ' '*20), flush=True) UnboundLocalError: local variable 'i_sent' referenced before assignment
0.307723
Traceback (most recent call last): "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) "/usr/local/lib/python3.5/dist-packages/mps_youtube/streams.py", line 171, in _preload streamlist = get(song) "/usr/local/lib/python3.5/dist-packages/mps_youtube/streams.py", line 51, in get p = util.get_pafy(vid, force=force, callback=callback) "/usr/local/lib/python3.5/dist-packages/mps_youtube/util.py", line 201, in get_pafy p = pafy.new(ytid, callback=callback_fn) "/usr/local/lib/python3.5/dist-packages/pafy/pafy.py", line 122, in new return Pafy(url, basic, gdata, size, callback, ydl_opts) "/usr/local/lib/python3.5/dist-packages/pafy/backend_internal.py", line 42, in __init__ super(InternPafy, self).__init__(*args, **kwargs) "/usr/local/lib/python3.5/dist-packages/pafy/backend_shared.py", line 96, in __init__ self._fetch_basic() "/usr/local/lib/python3.5/dist-packages/pafy/backend_internal.py", line 75, in _fetch_basic sm_ciphertag = "s" in self.sm[0] IndexError: list index out of range```
"{'message': 'An uncaught exception happened while servicing this request. You can investigate this with the `zappa tail` command.', 'traceback': ['Traceback (most recent call last):\\n', ' \"/var/task/handler.py\", line 452, in handler\\n response = Response.from_app(self.wsgi_app, environ)\\n', ' \"/var/task/werkzeug/wrappers.py\", line 903, in from_app\\n return cls(*_run_wsgi_app(app, environ, buffered))\\n', ' \"/var/task/werkzeug/test.py\", line 884, in run_wsgi_app\\n app_rv = app(environ, start_response)\\n', \"TypeError: 'NoneType' object is not callable\\n\"]}"
0.322736
Traceback (most recent call last): "/usr/bin/wal", line 11, in <module> load_entry_point('pywal==2.0.5', 'console_scripts', 'wal')() "/usr/lib/python3.6/site-packages/pywal/__main__.py", line 188, in main parse_args(parser) "/usr/lib/python3.6/site-packages/pywal/__main__.py", line 169, in parse_args export.every(colors_plain) "/usr/lib/python3.6/site-packages/pywal/export.py", line 63, in every template(colors, file.path, join(output_dir, file.name)) "/usr/lib/python3.6/site-packages/pywal/export.py", line 15, in template template_data = "".join(template_data).format(**colors) IndexError: tuple index out of range
Traceback (most recent call last): "/usr/lib/python3.7/asyncio/sslproto.py", line 526, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) "/usr/lib/python3.7/asyncio/sslproto.py", line 189, in feed_ssldata self._sslobj.do_handshake() "/usr/lib/python3.7/ssl.py", line 763, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate signature failure (_ssl.c:1056)
0.192133
Traceback (most recent call last): "./lixian_cli.py", line 63, in <module> execute_command() "./lixian_cli.py", line 60, in execute_command commands[command](args[1:]) "/home/yanjun/work/xunlei-lixian-master/lixian_cli_parser.py", line 165, in parse return f(parser(args_list, _args, *_kwargs)) "/home/yanjun/work/xunlei-lixian-master/lixian_commands/download.py", line 231, in download_task query = lixian_query.build_query(client, args) "/home/yanjun/work/xunlei-lixian-master/lixian_query.py", line 385, in build_query base.register_queries(parse_queries(base, args)) "/home/yanjun/work/xunlei-lixian-master/lixian_query.py", line 377, in parse_queries return [to_query(base, arg, bt_processors if args.torrent else processors) for arg in args] or [default_query(args)(base)] "/home/yanjun/work/xunlei-lixian-master/lixian_query.py", line 310, in to_query q = process(base, arg) "/home/yanjun/work/xunlei-lixian-master/lixian_queries.py", line 249, in url_processor return UrlQuery(base, url) "/home/yanjun/work/xunlei-lixian-master/lixian_queries.py", line 231, in **init** self.task = self.base.find_task_by_url(self.url) "/home/yanjun/work/xunlei-lixian-master/lixian_query.py", line 83, in find_task_by_url for t in self.get_tasks(): "/home/yanjun/work/xunlei-lixian-master/lixian_query.py", line 50, in get_tasks self.tasks = self.fetch_tasks() "/home/yanjun/work/xunlei-lixian-master/lixian.py", line 244, in read_all_tasks tasks, next_link = self.read_task_page(st) "/home/yanjun/work/xunlei-lixian-master/lixian.py", line 232, in read_task_page return self.read_task_page_url(url) "/home/yanjun/work/xunlei-lixian-master/lixian.py", line 217, in read_task_page_url gdriveid = re.search(r'id="cok" value="([^"]+)"', page).group(1)AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "examples/tf/trpo_gym_tf_cartpole.py", line 27, in <module> step_size=0.01, "/home/rjulian/code/garage/garage/tf/algos/trpo.py", line 40, in __init__ **kwargs) "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 52, in __init__ super(NPO, self).__init__(policy=policy, **kwargs) "/home/rjulian/code/garage/garage/tf/algos/batch_polopt.py", line 90, in __init__ self.init_opt() "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 62, in init_opt pol_loss, pol_kl = self._build_policy_loss(pol_loss_inputs) "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 218, in _build_policy_loss policy_entropy = self._build_entropy_term(i) "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 315, in _build_entropy_term name="policy_dist_info_flat") "/home/rjulian/code/garage/garage/tf/policies/categorical_mlp_policy.py", line 71, in dist_info_sym return dict(prob) "/home/rjulian/miniconda2/envs/garage/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 436, in __iter__ "Tensor objects are not iterable when eager execution is not " TypeError: Tensor objects are not iterable when eager execution is not enabled. To iterate over this tensor use tf.map_fn.
0.293226
Traceback (most recent call last): "main.py", line 7, in <module> print(fobj._fetch_range(0, 64)) "dask/bytes/http.py", line 249, in _fetch_range r = self.session.get(self.url, headers=headers, stream=True, **kwargs) TypeError: get() got multiple values for keyword argument 'headers'
Traceback (most recent call last): "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/connection.py", line 80, in create_connection raise err "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/connection.py", line 70, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 61] Connection refused
0.200311
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-Gl0hfJ/egenix-mx-base/setup.py", line 12, in <module> landmarks=('mx', 'PREBUILT')) "mxSetup.py", line 5790, in run_web_installer return web_installer.run() "mxSetup.py", line 5670, in run self.install_package_from_url(url) "mxSetup.py", line 5636, in install_package_from_url (url, reason)) distutils.errors.DistutilsError: web installer could not download the package https://downloads.egenix.com/python/egenix-mx-base-3.2.9-py2.7_ucs4-linux-x86_64-prebuilt.zip#md5=1e98d2daccd22c33103980a520a6c53d&sha1=5a94a58f1c6bcd9b8cfa671de93b3aa81555169c&sha256=6797559de9d103a35f4d134a18db7b7c4764ce562053a2142ec2d34b79d59da5&size=4739155: <urlopen error [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:727)>
ERROR (theano.gof.opt): Traceback (most recent call last): "/Users/gwtaylor/src/Theano/theano/gof/opt.py", line 928, in process_node replacements = lopt.transform(node) "/Users/gwtaylor/src/Theano/theano/tensor/opt.py", line 1810, in local_subtensor_merge slices2[pos_2],IndexError: tuple index out of range
0.295557
Traceback (most recent call last): "/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 438, in _jsonrpc_retry_call return self._jsonrpc_call(*args, **kwargs) "/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 475, in _jsonrpc_call (time.time() - request_start)) uiautomator2.exceptions.GatewayError: uiautomator2.GatewayError(gateway error, time used 0.0s)
Traceback (most recent call last): "/Users/pittjl/envs/aws/lib/python2.7/site-packages/AWSScout2/configs/base.py", line 163, in __fetch_target method(target, params) "/Users/pittjl/envs/aws/lib/python2.7/site-packages/AWSScout2/services/s3.py", line 41, in parse_buckets api_client = params['api_clients']['us-east-1'] KeyError: 'us-east-1'
0.247587
Traceback (most recent call last): "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract ie_result = self._real_extract(url) "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\pornhub.py", line 235, in _real_extract 'encoded url').split(';') "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract encoded url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/applications/sparseconv3d.py", line 63, in SparseConv3d return factory.build() "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/applications/modelfactory.py", line 73, in build return self._build_unet() "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/applications/sparseconv3d.py", line 75, in _build_unet return SparseConv3dUnet(model_config, None, None, modules_lib, **self.kwargs) "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/applications/sparseconv3d.py", line 95, in __init__ super().__init__(model_config, model_type, dataset, modules) "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/models/base_architectures/unet.py", line 351, in __init__ self._init_from_compact_format(opt, model_type, dataset, modules_lib) "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/models/base_architectures/unet.py", line 421, in _init_from_compact_format down_module = conv_cls(**args) "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/modules/SparseConv3d/modules.py", line 118, in __init__ conv( "/home/laetitia/miniconda3/envs/general/lib/python3.8/site-packages/torch_points3d/modules/SparseConv3d/nn/minkowski.py", line 15, in __init__ super().__init__( TypeError: __init__() got an unexpected keyword argument 'has_bias'
0.241852
Original Traceback (most recent call last): "/home/hkuit164/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 185, in _worker_loop data = fetcher.fetch(index) "/home/hkuit164/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/home/hkuit164/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/media/hkuit164/TOSHIBA/mmclassification/mmcls/datasets/base_dataset.py", line 86, in __getitem__ return self.prepare_data(idx) "/media/hkuit164/TOSHIBA/mmclassification/mmcls/datasets/base_dataset.py", line 80, in prepare_data return self.pipeline(results) "/media/hkuit164/TOSHIBA/mmclassification/mmcls/datasets/pipelines/compose.py", line 32, in __call__ data = t(data) "/media/hkuit164/TOSHIBA/mmclassification/mmcls/datasets/pipelines/transforms.py", line 98, in __call__ img = results[key] KeyError: 'img'
Traceback (most recent call last): "/home/gildas/.vim/plugged/vdebug/pythonx/vdebug/event.py", line 524, in dispatch_event Dispatcher.events[name](self.__session_handler).run(*args) "/home/gildas/.vim/plugged/vdebug/pythonx/vdebug/event.py", line 439, in run self.ui.windows.watch().accept_renderer(rend) "/home/gildas/.vim/plugged/vdebug/pythonx/vdebug/ui/vimui.py", line 513, in accept_renderer self.write(renderer.render()) "/home/gildas/.vim/plugged/vdebug/pythonx/vdebug/ui/vimui.py", line 736, in render properties = self.response.get_context() "/home/gildas/.vim/plugged/vdebug/pythonx/vdebug/dbgp.py", line 132, in get_context for c in list(self.as_xml()): "<string>", line None xml.etree.ElementTree.ParseError: reference to invalid character number: line 2, column 397
0.214627
Traceback (most recent call last): "/home/bryant/.pyenv/versions/3.8.4/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() "/home/bryant/.pyenv/versions/3.8.4/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/home/bryant/.pyenv/versions/3.8.4/envs/brownie/lib/python3.8/site-packages/brownie/network/contract.py", line 195, in _add_from_tx self.at(tx.contract_address, tx.sender, tx) "/home/bryant/.pyenv/versions/3.8.4/envs/brownie/lib/python3.8/site-packages/brownie/network/contract.py", line 178, in at contract = ProjectContract(self._project, build, address, owner, tx) "/home/bryant/.pyenv/versions/3.8.4/envs/brownie/lib/python3.8/site-packages/brownie/network/contract.py", line 772, in __init__ _DeployedContractBase.__init__(self, address, owner, tx) "/home/bryant/.pyenv/versions/3.8.4/envs/brownie/lib/python3.8/site-packages/brownie/network/contract.py", line 334, in __init__ self._check_and_set(abi["name"], fn) "/home/bryant/.pyenv/versions/3.8.4/envs/brownie/lib/python3.8/site-packages/brownie/network/contract.py", line 345, in _check_and_set raise AttributeError(f"Namespace collision: '{self._name}.{name}'") AttributeError: Namespace collision: 'yVault.balance'
Traceback (most recent call last): "<string>", line 1, in <module> ModuleNotFoundError: No module named 'setuptools'
0.243943
Traceback (most recent call last): "<string>", line 1, in <module> "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper "/home/juncud/miniconda3/envs/h5env/lib/python3.9/site-packages/h5py/_hl/dataset.py", line 787, in __getitem__ self.id.read(mspace, fspace, arr, mtype, dxpl=self._dxpl) "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper "h5py/h5d.pyx", line 192, in h5py.h5d.DatasetID.read "h5py/_proxy.pyx", line 112, in h5py._proxy.dset_rw OSError: Can't read data (can't open directory: /home/juncud/miniconda3/envs/h5env/lib/hdf5/plugin)
Traceback (most recent call last): "C:\Users\中文\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\sublimerepl.py", line 487, in open r = repls.Repl.subclass(type)(encoding, **kwds) "C:\Users\中文\AppData\Roaming\Sublime Text 3\Packages\SublimeREPL\repls\subprocess_repl.py", line 77, in __init__ strings_env[k.decode("utf-8")] = v.decode("utf-8")UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb0 in position 9: invalid start byte
0.211677
fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "invocation": {"module_name": "rds"}, "module_stderr": "Traceback (most recent call last):\n \"<stdin>\", line 3308, in <module>\n \"<stdin>\", line 1085, in main\nTypeError: argument of type 'NoneType' is not iterable\n", "module_stdout": "", "msg": "MODULE FAILURE", "parsed": false}```
Traceback (most recent call last): "/build/python-psutil-4.1.0/build/lib.linux-x86_64-2.7/psutil/tests/test_misc.py", line 391, in test_ps self.assert_stdout('ps.py') "/build/python-psutil-4.1.0/build/lib.linux-x86_64-2.7/psutil/tests/test_misc.py", line 341, in assert_stdout out = sh(sys.executable + ' ' + exe).strip() "/build/python-psutil-4.1.0/build/lib.linux-x86_64-2.7/psutil/tests/__init__.py", line 243, in sh raise RuntimeError(stderr)RuntimeError: /usr/bin/python2.7: can't open file '/build/python-psutil-4.1.0/build/lib.linux-x86_64-2.7/scripts/ps.py': [Errno 2] No such file or directory
0.213442
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel self.start_kernel(**self._launch_args) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel self._connect_control_socket() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket self._control_socket = self.connect_control() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control return self._create_connected_socket('control', identity=identity) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket sock = self.context.socket(socket_type) "C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__ return self.get(obj, cls) "C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default return zmq.Context.instance() "C:\ProgramData\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance cls._instance = cls(io_threads=io_threads) "zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__ zmq.error.ZMQError: Permission denied
Error while processing data: Traceback (most recent call last): "E:\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 112, in process_data frame_info=frame_info) "E:\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\MergeMasked.py", line 330, in MergeMasked out_img, out_img_merging_mask = MergeMaskedFace (predictor_func, predictor_input_shape, face_enhancer_func, xseg_256_extract_func, cfg, frame_info, img_bgr_uint8, img_bgr, img_landmarks) "E:\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\MergeMasked.py", line 315, in MergeMaskedFace return out_img, out_merging_mask_a UnboundLocalError: local variable 'out_img' referenced before assignment
0.196502
Traceback (most recent call last): "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/qtconsole/base_frontend_mixin.py", line 138, in _dispatch handler(msg) "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/spyder/plugins/ipythonconsole/widgets/namespacebrowser.py", line 172, in _handle_execute_reply self.refresh_namespacebrowser() "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/spyder/plugins/ipythonconsole/widgets/namespacebrowser.py", line 63, in refresh_namespacebrowser callback=self.set_namespace_view "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/spyder_kernels/comms/commbase.py", line 538, in __call__ call_dict, call_data, self._comm_id) "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/spyder/plugins/ipythonconsole/comms/kernelcomm.py", line 130, in _get_call_return_value with self.comm_channel_manager(comm_id, queue_message=not interrupt): "/opt/anaconda3/envs/rugved/lib/python3.7/contextlib.py", line 112, in __enter__ return next(self.gen) "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/spyder/plugins/ipythonconsole/comms/kernelcomm.py", line 87, in comm_channel_manager timeout) "/opt/anaconda3/envs/rugved/lib/python3.7/site-packages/spyder/plugins/ipythonconsole/comms/kernelcomm.py", line 168, in _wait raise TimeoutError(timeout_msg)TimeoutError: Timeout while waiting for comm port.
Traceback (most recent call last): "C:\Users\user\Miniconda3\lib\site-packages\conda\exceptions.py", line 632, in conda_exception_handler return_value = func(*args, **kwargs) "C:\Users\user\Miniconda3\lib\site-packages\conda\cli\main.py", line 137, in _main exit_code = args.func(args, p) "C:\Users\user\Miniconda3\lib\site-packages\conda\cli\main_install.py", line 80, in execute install(args, parser, 'install') "C:\Users\user\Miniconda3\lib\site-packages\conda\cli\install.py", line 363, in install execute_actions(actions, index, verbose=not context.quiet) "C:\Users\user\Miniconda3\lib\site-packages\conda\plan.py", line 830, in execute_actions execute_instructions(plan, index, verbose) "C:\Users\user\Miniconda3\lib\site-packages\conda\instructions.py", line 247, in execute_instructions cmd(state, arg) "C:\Users\user\Miniconda3\lib\site-packages\conda\instructions.py", line 107, in UNLINKLINKTRANSACTION_CMD txn = UnlinkLinkTransaction.create_from_dists(index, prefix, unlink_dists, link_dists) "C:\Users\user\Miniconda3\lib\site-packages\conda\core\link.py", line 125, in create_from_dists for dist, pkg_dir in zip(link_dists, pkg_dirs_to_link)) "C:\Users\user\Miniconda3\lib\site-packages\conda\core\link.py", line 125, in <genexpr> for dist, pkg_dir in zip(link_dists, pkg_dirs_to_link)) "C:\Users\user\Miniconda3\lib\site-packages\conda\gateways\disk\read.py", line 84, in read_package_info paths_data = read_paths_json(extracted_package_directory) "C:\Users\user\Miniconda3\lib\site-packages\conda\gateways\disk\read.py", line 139, in read_paths_json data = json.load(paths_json) "C:\Users\user\Miniconda3\lib\json\__init__.py", line 299, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) "C:\Users\user\Miniconda3\lib\json\__init__.py", line 354, in loads return _default_decoder.decode(s) "C:\Users\user\Miniconda3\lib\json\decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "C:\Users\user\Miniconda3\lib\json\decoder.py", line 357, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
0.259617
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "/home/travis/build/Lokaltog/powerline/powerline/segment.py", line 169, in process_segment contents = segment['contents_func'](pl, segment_info) "/home/travis/build/Lokaltog/powerline/powerline/segment.py", line 381, in <lambda> contents_func = lambda pl, segment_info: _contents_func(pl=pl, segment_info=segment_info, **args) "/home/travis/build/Lokaltog/powerline/powerline/segments/vim/__init__.py", line 522, in file_vcs_status status = repo.status(os.path.relpath(name, repo.directory)) "/home/travis/build/Lokaltog/powerline/powerline/lib/vcs/git.py", line 81, in status extra_ignore_files=tuple(join(gitd, x) for x in ('logs/HEAD', 'info/exclude')), "/home/travis/build/Lokaltog/powerline/powerline/lib/vcs/__init__.py", line 125, in get_file_status file_status_cache.update_maps(keypath, directory, dirstate_file, ignore_file_name, extra_ignore_files) "/home/travis/build/Lokaltog/powerline/powerline/lib/vcs/__init__.py", line 100, in update_maps ignore_files.add(os.path.join(parent, ignore_file_name)) "/home/travis/virtualenv/python3.2.5/lib/python3.2/posixpath.py", line 91, in join raise TypeError("Can't mix strings and bytes in path components.")TypeError: Can't mix strings and bytes in path components.
0.277876
Traceback (most recent call last): "$path/test/../lib/sqlalchemy/engine/base.py", line 1139, in _execute_context context) "$path/test/../lib/sqlalchemy/engine/default.py", line 442, in do_execute cursor.execute(statement, parameters) "$site/MySQLdb/cursors.py", line 220, in execute self.errorhandler(self, exc, value) "$site/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorvalue "$site/MySQLdb/cursors.py", line 209, in execute r = self._query(query) "$site/MySQLdb/cursors.py", line 371, in _query rowcount = self._do_query(q) "$site/MySQLdb/cursors.py", line 335, in _do_query db.query(q) "$site/MySQLdb/connections.py", line 280, in query _mysql.connection.query(self, query)_mysql_exceptions.OperationalError: (1050, "Table 'users' already exists")
Traceback (most recent call last): "setup.py", line 4, in <module> import alot "/home/teythoon/repos/alot/alot/__init__.py", line 5, in <module> __version__ = get_git_version() "/home/teythoon/repos/alot/alot/version.py", line 104, in get_git_version raise ValueError("Cannot find the version number!")ValueError: Cannot find the version number!
0.214901
Traceback (most recent call last): "c:\users\dwales\appdata\local\programs\python\python38\lib\logging\__init__.py", line 1084, in emit stream.write(msg + self.terminator) "c:\users\dwales\appdata\local\programs\python\python38\lib\encodings\cp1252.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_table)[0] UnicodeEncodeError: 'charmap' codec can't encode characters in position 36-37: character maps to <undefined>
Traceback (most recent call last): "test.py", line 116, in <module> ckpt.model_checkpoint_path) "test.py", line 63, in test_once coord.join(threads) "/home/wuchen/anaconda3/envs/py2/lib/python2.7/site-packages/tensorflow/python/training/coordinator.py", line 389, in join six.reraise(*self._exc_info_to_raise) "/home/wuchen/anaconda3/envs/py2/lib/python2.7/site-packages/tensorflow/python/training/queue_runner_impl.py", line 238, in _run enqueue_callable() "/home/wuchen/anaconda3/envs/py2/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1235, in _single_operation_run target_list_as_strings, status, None) "/home/wuchen/anaconda3/envs/py2/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() "/home/wuchen/anaconda3/envs/py2/lib/python2.7/site-packages/tensorflow/python/framework/errors_impl.py", line 466, in raise_exception_on_not_ok_status pywrap_tensorflow.TF_GetCode(status)) tensorflow.python.framework.errors_impl.DataLossError: corrupted record at 0
0.254504
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'webdriver'
Traceback (most recent call last): "<input>", line 2, in <module> "/home/yaser/.virtualenvs/email_test/local/lib/python2.7/site-packages/django/core/mail/__init__.py", line 62, in send_mail connection=connection).send() "/home/yaser/.virtualenvs/email_test/local/lib/python2.7/site-packages/django/core/mail/message.py", line 255, in send return self.get_connection(fail_silently).send_messages([self]) "/home/yaser/.virtualenvs/email_test/local/lib/python2.7/site-packages/django/core/mail/backends/console.py", line 26, in send_messages self.stream.flush() # flush after each messageAttributeError: 'FakeStream' object has no attribute 'flush'
0.178992
Traceback (most recent call last): "/home/shanu/.virtualenvs/typeset_dev/local/lib/python2.7/site-packages/nose/suite.py", line 209, in run self.setUp() "/home/shanu/.virtualenvs/typeset_dev/local/lib/python2.7/site-packages/nose/suite.py", line 292, in setUp self.setupContext(ancestor) "/home/shanu/.virtualenvs/typeset_dev/local/lib/python2.7/site-packages/nose/suite.py", line 315, in setupContext try_run(context, names) "/home/shanu/.virtualenvs/typeset_dev/local/lib/python2.7/site-packages/nose/util.py", line 471, in try_run return func() "/home/shanu/typeset_revamped/typeset/libs/django_nose/testcases.py", line 50, in setUpClass transaction.enter_transaction_management(using=db)AttributeError: 'module' object has no attribute 'enter_transaction_management'
Traceback (most recent call last): "./tools/train_net.py", line 107, in <module> imdb, roidb = combined_roidb(args.imdb_name) "./tools/train_net.py", line 72, in combined_roidb roidbs = [get_roidb(s) for s in imdb_names.split('+')] "./tools/train_net.py", line 69, in get_roidb roidb = get_training_roidb(imdb) "/home/exx/ajeet/py-faster-rcnn/tools/../lib/fast_rcnn/train.py", line 121, in get_training_roidb imdb.append_flipped_images() "/home/exx/ajeet/py-faster-rcnn/tools/../lib/datasets/imdb.py", line 106, in append_flipped_images boxes = self.roidb[i]['boxes'].copy() "/home/exx/ajeet/py-faster-rcnn/tools/../lib/datasets/imdb.py", line 67, in roidb self._roidb = self.roidb_handler() "/home/exx/ajeet/py-faster-rcnn/tools/../lib/datasets/coco.py", line 124, in selective_search_roidb return self._roidb_from_proposals('selective_search') "/home/exx/ajeet/py-faster-rcnn/tools/../lib/datasets/coco.py", line 150, in _roidb_from_proposals method_roidb = self._load_proposals(method, gt_roidb) "/home/exx/ajeet/py-faster-rcnn/tools/../lib/datasets/coco.py", line 189, in _load_proposals raw_data = sio.loadmat(box_file)['boxes'] "/usr/local/lib/python2.7/dist-packages/scipy/io/matlab/mio.py", line 134, in loadmat MR = mat_reader_factory(file_name, appendmat, **kwargs) "/usr/local/lib/python2.7/dist-packages/scipy/io/matlab/mio.py", line 57, in mat_reader_factory byte_stream = _open_file(file_name, appendmat) "/usr/local/lib/python2.7/dist-packages/scipy/io/matlab/mio.py", line 23, in _open_file return open(file_like, 'rb')IOError: [Errno 2] No such file or directory: '/home/exx/ajeet/py-faster-rcnn/data/coco_proposals/selective_search/mat/COCO_train2014/COCO_train2014_0000002/COCO_train2014_000000262145.mat'`
0.228999
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/app/.heroku/python/lib/python3.4/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line utility.execute() "/app/.heroku/python/lib/python3.4/site-packages/django/core/management/__init__.py", line 345, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/app/.heroku/python/lib/python3.4/site-packages/django/core/management/base.py", line 348, in run_from_argv self.execute(*args, **cmd_options) "/app/.heroku/python/lib/python3.4/site-packages/django/core/management/base.py", line 399, in execute output = self.handle(*args, **options) "/app/.heroku/python/lib/python3.4/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 176, in handle collected = self.collect() "/app/.heroku/python/lib/python3.4/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 89, in collect self.clear_dir('') "/app/.heroku/python/lib/python3.4/site-packages/django/contrib/staticfiles/management/commands/collectstatic.py", line 210, in clear_dir if not self.storage.exists(path): "/app/.heroku/python/lib/python3.4/site-packages/storages/backends/s3boto.py", line 433, in exists k = self.bucket.new_key(self._encode_name(name)) "/app/.heroku/python/lib/python3.4/site-packages/boto/s3/bucket.py", line 622, in new_key raise ValueError('Empty key names are not allowed')ValueError: Empty key names are not allowed
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/nose/case.py", line 198, in runTest self.test(*self.arg) "/usr/local/lib/python3.4/dist-packages/matplotlib/testing/decorators.py", line 50, in failer result = f(*args, **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/testing/decorators.py", line 188, in do_test figure.savefig(actual_fname, **self._savefig_kwarg) "/usr/local/lib/python3.4/dist-packages/matplotlib/figure.py", line 1470, in savefig self.canvas.print_figure(*args, **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/backend_bases.py", line 2192, in print_figure **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/backends/backend_svg.py", line 1177, in print_svg return self._print_svg(filename, svgwriter, fh_to_close, **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/backends/backend_svg.py", line 1205, in _print_svg self.figure.draw(renderer) "/usr/local/lib/python3.4/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, *args, **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/figure.py", line 1079, in draw func(*args) "/usr/local/lib/python3.4/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, *args, **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/axes/_base.py", line 2088, in draw a.draw(renderer) "/usr/local/lib/python3.4/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, *args, **kwargs) "/usr/local/lib/python3.4/dist-packages/matplotlib/text.py", line 538, in draw bbox, info, descent = self._get_layout(renderer) "/usr/local/lib/python3.4/dist-packages/matplotlib/text.py", line 320, in _get_layout ismath=ismath) "/usr/local/lib/python3.4/dist-packages/matplotlib/backends/backend_svg.py", line 1154, in get_text_width_height_descent return self._text2path.get_text_width_height_descent(s, prop, ismath) "/usr/local/lib/python3.4/dist-packages/matplotlib/textpath.py", line 116, in get_text_width_height_descent font = self._get_font(prop) "/usr/local/lib/python3.4/dist-packages/matplotlib/textpath.py", line 60, in _get_font font = FT2Font(fname)TypeError: First argument must be a path or file object reading bytes
0.300848
Traceback (most recent call last): "twitter_test.py", line 399, in testGetStatus status = self._api.GetStatus(89512102) "/home/steven/Downloads/python-twitter-0.8.5/twitter.py", line 2752, in GetStatus json = self._FetchUrl(url, parameters=parameters) "/home/steven/Downloads/python-twitter-0.8.5/twitter.py", line 3992, in _FetchUrl response = opener.open(url, encoded_post_data) "twitter_test.py", line 581, in open return self._handlers[url]() "twitter_test.py", line 614, in __call__ return self.fun(_(self.pending + args), *_kw) "twitter_test.py", line 525, in _OpenTestData f = open(self._GetTestDataPath(filename))IOError: [Errno 2] No such file or directory: '/home/steven/Downloads/python-twitter-0.8.5/testdata/show-89512102.json'
Traceback (most recent call last): "C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\quickstart.py", line 30, in <module> headless_browser=False) "C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy\instapy.py", line 312, in __init__ self.set_selenium_local_session() "C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy\instapy.py", line 362, in set_selenium_local_session raise InstaPyError(err_msg) instapy.exceptions.InstaPyError: ensure chromedriver is installed at C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy_chromedriver\chromedriver_win32.exe
0.320679
Traceback (most recent call last): "/Users/<home>/anaconda3/bin/conda", line 13, in <module> sys.exit(main()) "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/cli/main.py", line 150, in main return conda_exception_handler(_main, *args, **kwargs) "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1366, in conda_exception_handler return_value = exception_handler(func, *args, **kwargs) "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1077, in __call__ return self.handle_exception(exc_val, exc_tb) "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1121, in handle_exception return self.handle_unexpected_exception(exc_val, exc_tb) "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1132, in handle_unexpected_exception self.print_unexpected_error_report(error_report) "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/exceptions.py", line 1202, in print_unexpected_error_report from .cli.main_info import get_env_vars_str, get_main_info_str "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/cli/main_info.py", line 19, in <module> from ..core.index import _supplement_index_with_system "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/core/index.py", line 9, in <module> from .package_cache_data import PackageCacheData "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/core/package_cache_data.py", line 15, in <module> from .path_actions import CacheUrlAction, ExtractPackageAction "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/core/path_actions.py", line 30, in <module> from ..gateways.connection.download import download "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/gateways/connection/download.py", line 18, in <module> from .session import CondaSession "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/gateways/connection/session.py", line 13, in <module> from .adapters.s3 import S3Adapter "/Users/<home>/anaconda3/lib/python3.7/site-packages/conda/gateways/connection/adapters/s3.py", line 14, in <module> boto3.client('s3') # https://github.com/conda/conda/issues/8993 AttributeError: module 'boto3' has no attribute 'client'
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 423, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/connectionpool.py", line 649, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/util/retry.py", line 347, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/packages/six.py", line 685, in reraise raise value.with_traceback(tb) "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/connectionpool.py", line 345, in _make_request self._validate_conn(conn) "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/connectionpool.py", line 844, in _validate_conn conn.connect() "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/connection.py", line 326, in connect ssl_context=context) "/usr/local/lib/python3.6/site-packages/requests/packages/urllib3/util/ssl_.py", line 324, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 401, in wrap_socket _context=self, _session=session) "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 808, in __init__ self.do_handshake() "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 1061, in do_handshake self._sslobj.do_handshake() "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 683, in do_handshake self._sslobj.do_handshake() requests.packages.urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
0.276353
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 784, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 438, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/abc.py", line 143, in _real_extract self._sort_formats(formats) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1069, in _sort_formats raise ExtractorError('No video formats found') ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/tmp/tmpGzCoP5/pip.zip/pip/basecommand.py", line 211, in main status = self.run(options, args) "/tmp/tmpGzCoP5/pip.zip/pip/commands/install.py", line 282, in run wheel_cache "/tmp/tmpGzCoP5/pip.zip/pip/basecommand.py", line 272, in populate_requirement_set wheel_cache=wheel_cache "/tmp/tmpGzCoP5/pip.zip/pip/req/req_install.py", line 213, in from_line wheel_cache=wheel_cache, constraint=constraint) "/tmp/tmpGzCoP5/pip.zip/pip/req/req_install.py", line 67, in __init__ req = pkg_resources.Requirement.parse(req) "/tmp/tmpGzCoP5/pip.zip/pip/_vendor/pkg_resources/__init__.py", line 2985, in parse raise ValueError("No requirements found", s)ValueError: ('No requirements found', '')
0.203532