text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/home/timeless/hg/crew/mercurial/dispatch.py", line 187, in _runcatch debugtrace[debugger]() "/usr/lib64/python2.7/contextlib.py", line 21, in __exit__ def __exit__(self, type, value, traceback): "/usr/lib64/python2.7/bdb.py", line 51, in trace_dispatch return self.dispatch_call(frame, arg) "/usr/lib64/python2.7/bdb.py", line 80, in dispatch_call self.user_call(frame, arg) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/debugger.py", line 350, in user_call self.interaction(frame) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/debugger.py", line 339, in interaction show_exc_dialog=show_exc_dialog) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/debugger.py", line 2057, in call_with_ui return f(*args, **kwargs) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/debugger.py", line 2267, in interaction self.event_loop() "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/debugger.py", line 2233, in event_loop toplevel.keypress(self.size, k) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/ui_tools.py", line 83, in keypress result = self._w.keypress(size, key) "/home/timeless/hg/py/lib/python2.7/site-packages/urwid/container.py", line 1128, in keypress return self.body.keypress( (maxcol, remaining), key ) "/home/timeless/hg/py/lib/python2.7/site-packages/urwid/container.py", line 2269, in keypress key = w.keypress((mc,) + size[1:], key) "/home/timeless/hg/py/lib/python2.7/site-packages/urwid/container.py", line 1587, in keypress key = self.focus.keypress(tsize, key) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/ui_tools.py", line 88, in keypress return handler(self, size, key) "/home/timeless/hg/py/lib/python2.7/site-packages/pudb-2015.4.2-py2.7.egg/pudb/debugger.py", line 1348, in pick_module show_mod(sys.modules[str(new_mod_name)])KeyError: 'mercurial.'
Traceback (most recent call last): "E:\Users\ZP\Desktop\Getdata\flow.py", line 6, in <module> cliHandler(sys.argv) "D:\Program s\Python36\lib\site-packages\darkflow\cli.py", line 26, in cliHandler tfnet = TFNet(FLAGS) "D:\Program s\Python36\lib\site-packages\darkflow\net\build.py", line 58, in __init__ darknet = Darknet(FLAGS) "D:\Program s\Python36\lib\site-packages\darkflow\dark\darknet.py", line 27, in __init__ self.load_weights() "D:\Program s\Python36\lib\site-packages\darkflow\dark\darknet.py", line 82, in load_weights wgts_loader = loader.create_loader(*args) "D:\Program s\Python36\lib\site-packages\darkflow\utils\loader.py", line 105, in create_loader return load_type(path, cfg) "D:\Program s\Python36\lib\site-packages\darkflow\utils\loader.py", line 19, in __init__ self.load(*args) "D:\Program s\Python36\lib\site-packages\darkflow\utils\loader.py", line 77, in load walker.offset, walker.size) AssertionError: expect 203934260 bytes, found 248007048
0.318199
Traceback (most recent call last): "<stdin>", line 1, in <module> "./lib/python3.8/site-packages/pandas/io/parsers.py", line 610, in read_csv return _read(filepath_or_buffer, kwds) "./lib/python3.8/site-packages/pandas/io/parsers.py", line 462, in _read parser = Text Reader(filepath_or_buffer, **kwds) "./lib/python3.8/site-packages/pandas/io/parsers.py", line 819, in __init__ self._engine = self._make_engine(self.engine) "./lib/python3.8/site-packages/pandas/io/parsers.py", line 1050, in _make_engine return mapping[engine](self.f, **self.options) # type: ignore[call-arg] "./lib/python3.8/site-packages/pandas/io/parsers.py", line 1898, in __init__ self._reader = parsers.TextReader(self.handles.handle, **kwds) "pandas/_libs/parsers.pyx", line 518, in pandas._libs.parsers.TextReader.__cinit__ "pandas/_libs/parsers.pyx", line 649, in pandas._libs.parsers.TextReader._get_header UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 0: invalid start byte
Traceback (most recent call last): "/usr/local/bin/gunicorn_django", line 8, in <module> load_entry_point('gunicorn==0.9.0', 'console_scripts', 'gunicorn_django')() "/usr/local/lib/python2.6/dist-packages/gunicorn/main.py", line 20, in run_django DjangoApplication("%prog [OPTIONS] [SETTINGS_PATH]").run() "/usr/local/lib/python2.6/dist-packages/gunicorn/app/base.py", line 56, in __init__ self.cfg.set(k.lower(), v) "/usr/local/lib/python2.6/dist-packages/gunicorn/config.py", line 41, in set self.settings[name].set(value) "/usr/local/lib/python2.6/dist-packages/gunicorn/config.py", line 158, in set self.value = self.validator(val) "/usr/local/lib/python2.6/dist-packages/gunicorn/config.py", line 185, in validate_string raise TypeError("Not a string: %s" % val)TypeError: Not a string: None
0.32551
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: cannot import name RunEnv
Traceback (most recent call last): "/usr/lib/python3.4/site-packages/superset/viz.py", line 258, in get_payload data = self.get_data(df) "/usr/lib/python3.4/site-packages/superset/viz.py", line 1312, in get_data ndf = df[cols] "/usr/lib64/python3.4/site-packages/pandas/core/frame.py", line 1991, in __getitem__ return self._getitem_array(key) "/usr/lib64/python3.4/site-packages/pandas/core/frame.py", line 2035, in _getitem_array indexer = self.ix._convert_to_indexer(key, axis=1) "/usr/lib64/python3.4/site-packages/pandas/core/indexing.py", line 1214, in _convert_to_indexer raise KeyError('%s not in index' % objarr[mask]) KeyError: '[None] not in index'
0.280714
Traceback (most recent call last): "/Users/me/code/cloud/cloud-custodian/c7n/utils.py", line 410, in _f return f(*args, **kw) "/Users/me/code/cloud/cloud-custodian/c7n/resources/elb.py", line 336, in process_elb policy_names.remove(ssl_policies[0]) ValueError: list.remove(x): x not in list
Traceback (most recent call last): "D:\WindowsSecurityTools\python 3.8\Scripts\objection-script.py", line 11, in <module> load_entry_point('objection==1.9.6', 'console_scripts', 'objection')() "d:\windowssecuritytools\python 3.8\lib\site-packages\click\core.py", line 829, in __call__ return self.main(*args, **kwargs) "d:\windowssecuritytools\python 3.8\lib\site-packages\click\core.py", line 782, in main rv = self.invoke(ctx) "d:\windowssecuritytools\python 3.8\lib\site-packages\click\core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "d:\windowssecuritytools\python 3.8\lib\site-packages\click\core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "d:\windowssecuritytools\python 3.8\lib\site-packages\click\core.py", line 610, in invoke return callback(*args, **kwargs) "d:\windowssecuritytools\python 3.8\lib\site-packages\objection\console\cli.py", line 156, in explore device_info = get_device_info() "d:\windowssecuritytools\python 3.8\lib\site-packages\objection\commands\device.py", line 41, in get_device_info package_info = api.env_android() "d:\windowssecuritytools\python 3.8\lib\site-packages\frida\core.py", line 401, in method return script._rpc_request('call', js_name, args, **kwargs) "d:\windowssecuritytools\python 3.8\lib\site-packages\frida\core.py", line 26, in wrapper return f(*args, **kwargs) "d:\windowssecuritytools\python 3.8\lib\site-packages\frida\core.py", line 333, in _rpc_request raise result[2] frida.core.RPCException: Error: access violation accessing 0x51
0.169301
Traceback (most recent call last): "C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent and not self.is_completion_widget_visible()): "C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted
Traceback (most recent call last): "array_tuple_add.py", line 14, in <module> njit()(func)(a, t) "/home/maba/dev/numba/git/numba/numba/dispatcher.py", line 309, in _compile_for_args raise e "/home/maba/dev/numba/git/numba/numba/dispatcher.py", line 286, in _compile_for_args return self.compile(tuple(argtypes)) "/home/maba/dev/numba/git/numba/numba/dispatcher.py", line 532, in compile cres = self._compiler.compile(args, return_type) "/home/maba/dev/numba/git/numba/numba/dispatcher.py", line 81, in compile flags=flags, locals=self.locals) "/home/maba/dev/numba/git/numba/numba/compiler.py", line 684, in compile_extra return pipeline.compile_extra(func) "/home/maba/dev/numba/git/numba/numba/compiler.py", line 348, in compile_extra return self._compile_bytecode() "/home/maba/dev/numba/git/numba/numba/compiler.py", line 649, in _compile_bytecode return self._compile_core() "/home/maba/dev/numba/git/numba/numba/compiler.py", line 636, in _compile_core res = pm.run(self.status) "/home/maba/dev/numba/git/numba/numba/compiler.py", line 235, in run raise patched_exception "/home/maba/dev/numba/git/numba/numba/compiler.py", line 227, in run stage() "/home/maba/dev/numba/git/numba/numba/compiler.py", line 436, in stage_nopython_frontend self.locals) "/home/maba/dev/numba/git/numba/numba/compiler.py", line 785, in type_inference_stage infer.propagate() "/home/maba/dev/numba/git/numba/numba/typeinfer.py", line 761, in propagate raise errors[0]numba.errors.TypingError: Failed at nopython (nopython frontend)
0.175397
Traceback (most recent call last): "/usr/bin/fairseq-preprocess", line 33, in <module> sys.exit(load_entry_point('fairseq', 'console_scripts', 'fairseq-preprocess')()) "/usr/bin/fairseq-preprocess", line 22, in importlib_load_entry_point for entry_point in distribution(dist_name).entry_points "/usr/local/lib/python3.6/dist-packages/importlib_metadata/__init__.py", line 558, in distribution return Distribution.from_name(distribution_name) "/usr/local/lib/python3.6/dist-packages/importlib_metadata/__init__.py", line 215, in from_name raise PackageNotFoundError(name) importlib_metadata.PackageNotFoundError: No package metadata was found for fairseq
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) "/usr/local/lib/python3.7/asyncio/base_events.py", line 583, in run_until_complete return future.result() "/usr/src/homeassistant/homeassistant/__main__.py", line 249, in setup_and_run_hass safe_mode=args.safe_mode, "/usr/src/homeassistant/homeassistant/bootstrap.py", line 89, in async_setup_hass await async_from_config_dict(config_dict, hass) "/usr/src/homeassistant/homeassistant/bootstrap.py", line 132, in async_from_config_dict await _async_set_up_integrations(hass, config) "/usr/src/homeassistant/homeassistant/bootstrap.py", line 377, in _async_set_up_integrations *(async_setup_component(hass, domain, config) for domain in domains_to_load) "/usr/src/homeassistant/homeassistant/setup.py", line 49, in async_setup_component return await task # type: ignore "/usr/src/homeassistant/homeassistant/setup.py", line 145, in _async_setup_component hass, config, integration "/usr/src/homeassistant/homeassistant/config.py", line 704, in async_process_component_config return component.CONFIG_SCHEMA(config) # type: ignore "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__ return self._compiled([], data) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict return base_validate(path, iteritems(data), out) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 386, in validate_mapping cval = cvalue(key_path, value) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable return schema(data) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__ return self._compiled([], data) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict return base_validate(path, iteritems(data), out) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 373, in validate_mapping new_key = ckey(key_path, key) "/usr/local/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable return schema(data) "/usr/src/homeassistant/homeassistant/helpers/config_validation.py", line 659, in validator value = config[key] TypeError: string indices must be integers
0.20946
Traceback (most recent call last): "/home/mg/.venv/bin/ansible-playbook", line 92, in <module> exit_code = cli.run() "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/cli/playbook.py", line 154, in run results = pbex.run() "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/executor/playbook_executor.py", line 73, in run pb = Playbook.load(playbook_path, variable_manager=self._variable_manager, loader=self._loader) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 53, in load pb._load_playbook_data(file_name=file_name, variable_manager=variable_manager) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 98, in _load_playbook_data entry_obj = Play.load(entry, variable_manager=variable_manager, loader=self._loader) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/play.py", line 115, in load return p.load_data(data, variable_manager=variable_manager, loader=loader) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/base.py", line 206, in load_data self._attributes[name] = method(name, ds[name]) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/play.py", line 167, in _load_tasks return load_list_of_blocks(ds=ds, play=self, variable_manager=self._variable_manager, loader=self._loader) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/helpers.py", line 58, in load_list_of_blocks loader=loader "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/block.py", line 79, in load return b.load_data(data, variable_manager=variable_manager, loader=loader) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/base.py", line 206, in load_data self._attributes[name] = method(name, ds[name]) "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/block.py", line 115, in _load_block use_handlers=self._use_handlers, "/home/mg/.venv/local/lib/python2.7/site-packages/ansible/playbook/helpers.py", line 122, in load_list_of_tasks (not templar._contains_vars(t.args['_raw_params']) and not t.loop)KeyError: '_raw_params'
Traceback (most recent call last): "/home/grossmj/PycharmProjects/gns3-gui/gns3/http_client.py", line 708, in _processResponse callback(params, server=self, context=context) "/home/grossmj/PycharmProjects/gns3-gui/gns3/dialogs/vm_with_images_wizard.py", line 166, in _getImagesFromServerCallback combo_box.addItem(vm["path"], vm)KeyError: 'path'
0.264081
Traceback (most recent call last): "calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 627, in run "calibre_plugins.dedrm.__init__", line 577, in KindleMobiDecrypt calibre_plugins.dedrm.DeDRMError: DeDRM v7.0.0: Ultimately failed to decrypt after 0.1 seconds.
Traceback (most recent call last): "/src/venv/lib/python2.7/site-packages/sphinx/cmdline.py", line 244, in main app.build(opts.force_all, filenames) "/src/venv/lib/python2.7/site-packages/sphinx/application.py", line 287, in build self.builder.build_update() "/src/venv/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 251, in build_update 'out of date' % len(to_build)) "/src/venv/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 322, in build self.write(docnames, list(updated_docnames), method) "/src/venv/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 360, in write self._write_serial(sorted(docnames), warnings) "/src/venv/lib/python2.7/site-packages/sphinx/builders/__init__.py", line 368, in _write_serial self.write_doc(docname, doctree) "/src/venv/lib/python2.7/site-packages/sphinx/builders/html.py", line 446, in write_doc self.docwriter.write(doctree, destination) "/src/sandbox/code/trunk/docutils/docutils/writers/__init__.py", line 80, in write self.translate() "/src/venv/lib/python2.7/site-packages/sphinx/writers/html.py", line 47, in translate self.document.walkabout(visitor) "/src/sandbox/code/trunk/docutils/docutils/nodes.py", line 187, in walkabout visitor.dispatch_departure(self) "/src/sandbox/code/trunk/docutils/docutils/nodes.py", line 1895, in dispatch_departure return method(node) "/src/sandbox/code/trunk/docutils/docutils/writers/html4css1/__init__.py", line 783, in depart_document assert not self.context, 'len(context) = %s' % len(self.context) AssertionError: len(context) = 1
0.208829
Traceback (most recent call last): "/Library/Python/2.7/site-packages/glue/bin.py", line 234, in main manager.process() "/Library/Python/2.7/site-packages/glue/managers/base.py", line 14, in process self.find_sprites() "/Library/Python/2.7/site-packages/glue/managers/simple.py", line 12, in find_sprites self.add_sprite(path=self.config['source']) "/Library/Python/2.7/site-packages/glue/managers/base.py", line 25, in add_sprite sprite = Sprite(path=path, config=self.config) "/Library/Python/2.7/site-packages/glue/core.py", line 189, in __init__ self.config[ratio_output_key] = img_format.output_path(ratio) "/Library/Python/2.7/site-packages/glue/formats/base.py", line 35, in output_path return os.path.join(self.output_dir(*args, **kwargs), '{0}.{1}'.format(self.output_filename(*args, **kwargs), self.extension)) "/Library/Python/2.7/site-packages/glue/formats/img.py", line 74, in output_filename return '{0}_{1}'.format(filename, self.sprite.hash) "/Library/Python/2.7/site-packages/glue/helpers.py", line 58, in __get__ value = self.func(obj) "/Library/Python/2.7/site-packages/glue/core.py", line 214, in hash for image in self.images:AttributeError: 'Sprite' object has no attribute 'images'
Traceback (most recent call last): "salt/cli/caller.py", line 129, in call "salt/modules/win_repo.py", line 79, in genrepoTypeError: list indices must be integers, not str
0.192232
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 191, in start self.strategy.start() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 96, in start self._seed_discovery() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 423, in _seed_discovery self._seed_producer.seed_output_queue(cf.cf.get('targets')) "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/seed.py", line 104, in seed_output_queue kb.kb.add_fuzzable_request(_seed) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated return _method(self, *args, **kwargs) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 671, in add_fuzzable_request self.add_url(fuzzable_request.get_url()) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated return _method(self, *args, **kwargs) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 652, in add_url return self.urls.add(url)AttributeError: 'DBKnowledgeBase' object has no attribute 'urls'
Traceback (most recent call last): "/usr/bin/certbot", line 9, in <module> load_entry_point('certbot==0.10.0.dev0', 'console_scripts', 'certbot')() "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2569, in load_entry_point return ep.load() "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/lib64/python2.7/site-packages/certbot/main.py", line 14, in <module> from acme import jose "/usr/lib64/python2.7/site-packages/acme/jose/__init__.py", line 37, in <module> from acme.jose.interfaces import JSONDeSerializable "/usr/lib64/python2.7/site-packages/acme/jose/interfaces.py", line 9, in <module> from acme.jose import util "/usr/lib64/python2.7/site-packages/acme/jose/util.py", line 5, in <module> import OpenSSL "/usr/lib64/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import rand, crypto, SSLImportError: /usr/lib64/python2.7/site-packages/OpenSSL/crypto.so: undefined symbol: PyUnicodeUCS2_Decode
0.2623
Traceback (most recent call last): "/opt/zato/zato/code/lib/python3.6/site-packages/requests/adapters.py", line 445, in send timeout=timeout "/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/opt/zato/zato/code/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='zato.io', port=443): Max retries exceeded with url: /support/updates/info-3.1.json?v=3.1pre1%2Brev.236b6758b-py3.6.7 (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f4937ea7320>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 503, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1701, in _real_extract raise ExtractorError('Unable to extract uploader name') ExtractorError: Unable to extract uploader name; 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.237993
Traceback (most recent call last): "/usr/bin/repoquery", line 1552, in <module> main(sys.argv) "/usr/bin/repoquery", line 1510, in main for repo in repoq.repos.findRepos(repo_match): "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1091, in <lambda> repos = property(fget=lambda self: self._getRepos(), "/usr/lib/python2.7/site-packages/yum/__init__.py", line 715, in _getRepos self.getReposFromConfig() "/usr/lib/python2.7/site-packages/yum/__init__.py", line 584, in getReposFromConfig self.getReposFromConfig (repofn, repo_age=thisrepo_age) "/usr/lib/python2.7/site-packages/yum/__init__.py", line 468, in getReposFromConfig parser.readfp(confpp_obj) "/usr/lib/python2.7/site-packages/iniparse/compat.py", line 113, in readfp self.data._readfp(fp) "/usr/lib/python2.7/site-packages/iniparse/ini.py", line 556, in _readfp for line in readline_iterator(fp): "/usr/lib/python2.7/site-packages/iniparse/ini.py", line 431, in readline_iterator line = f.readline() "/usr/lib/python2.7/site-packages/yum/parser.py", line 142, in readline fo = self._pushfile( url ) "/usr/lib/python2.7/site-packages/yum/parser.py", line 207, in _pushfile 'Error accessing file for config %s' % (absurl)yum.Errors.ConfigError: Error accessing file for config file:///etc/yum.repos.d/oneplay-gstreamer-codecs-pack
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.261166
fatal: [webserver]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "Traceback (most recent call last):\r\n \"/tmp/ansible_xGKPNM/ansible_module_deploy_helper.py\", line 475, in <module>\r\n main()\r\n \"/tmp/ansible_xGKPNM/ansible_module_deploy_helper.py\", line 446, in main\r\n changes += deploy_helper.remove_unfinished_file(facts['new_release_path'])\r\n \"/tmp/ansible_xGKPNM/ansible_module_deploy_helper.py\", line 341, in remove_unfinished_file\r\n os.remove(unfinished_file_path)\r\nOSError: [Errno 21] Aplankas: '/opt/app/releases/20160810131940/DEPLOY_UNFINISHED'\r\n", "msg": "MODULE FAILURE", "parsed": false}```
Traceback (most recent call last): "/home/airflow/.local/bin/airflow", line 23, in <module> import argcomplete ModuleNotFoundError: No module named 'argcomplete'
0.152174
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 357, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.sensor_1_temperature_2. Platform esphome does not generate unique IDs
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
0.221361
Traceback (most recent call last): "/Users/xistence/Projects/pyramid/pyramid/tests/test_config/test_init.py", line 1112, in test_commit_conflict_with_two_includes config.commit()pyramid.exceptions.ConfigurationConflictError: Conflicting configuration actions
[ ] 0/5000, elapsed: 0s, ETA:Traceback (most recent call last): "tools/test.py", line 153, in <module> main() "tools/test.py", line 130, in main outputs = single_gpu_test(model, data_loader, args.show, args.show_dir, "/home/zhulinxiang/mmdetection/mmdet/apis/test.py", line 26, in single_gpu_test result = model(return_loss=False, rescale=True, **data) "/home/zhulinxiang/miniconda3/envs/pytorch/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/home/zhulinxiang/miniconda3/envs/pytorch/lib/python3.8/site-packages/torch/nn/parallel/data_parallel.py", line 143, in forward return self.module(*inputs, **kwargs) "/home/zhulinxiang/miniconda3/envs/pytorch/lib/python3.8/site-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/home/zhulinxiang/mmdetection/mmdet/core/fp16/decorators.py", line 51, in new_func return old_func(*args, **kwargs) "/home/zhulinxiang/mmdetection/mmdet/models/detectors/base.py", line 173, in forward return self.forward_test(img, img_metas, **kwargs) "/home/zhulinxiang/mmdetection/mmdet/models/detectors/base.py", line 153, in forward_test return self.simple_test(imgs[0], img_metas[0], **kwargs) "/home/zhulinxiang/mmdetection/mmdet/models/detectors/two_stage.py", line 194, in simple_test proposal_list = self.rpn_head.simple_test_rpn(x, img_metas) "/home/zhulinxiang/mmdetection/mmdet/models/dense_heads/rpn_test_mixin.py", line 37, in simple_test_rpn proposal_list = self.get_bboxes(*rpn_outs, img_metas) "/home/zhulinxiang/mmdetection/mmdet/core/fp16/decorators.py", line 131, in new_func return old_func(*args, **kwargs) "/home/zhulinxiang/mmdetection/mmdet/models/dense_heads/anchor_head.py", line 565, in get_bboxes img_shape =img_metas[img_id]['img_shape'] TypeError: 'DataContainer' object is not subscriptable
0.269181
Traceback (most recent call last): "./threading.py", line 901, in _bootstrap_inner "package_control.automatic_upgrader in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 111, in run "package_control.automatic_upgrader in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 137, in install_missing "package_control.package_manager in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 343, in list_available_packages "package_control.package_manager in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 271, in list_repositories "package_control.providers.channel_provider in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 189, in get_repositories "package_control.providers.channel_provider in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 86, in fetch "package_control.download_manager in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 308, in fetch "package_control.download_manager in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 264, in fetch "package_control.downloaders.urllib_downloader in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 102, in download "package_control.downloaders.urllib_downloader in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 275, in setup_opener "package_control.ca_certs in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 50, in get_ca_bundle_path "package_control.ca_certs in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 139, in get_system_ca_bundle_path "package_control.ca_certs in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 376, in _win_create_ca_bundle "package_control.ca_certs in C:\Users\heind.CORP\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package", line 543, in convert_filetime_to_datetimeOSError: [Errno 22] Invalid argument
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/aim/AsyncMsgManager.py", line 604, in run self._connection.ioloop.start() "/usr/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 543, in start self._poller.start() "/usr/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 803, in start self.poll() "/usr/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 1200, in poll self._dispatch_fd_events(fd_event_map) "/usr/lib/python2.7/site-packages/pika/adapters/select_connection.py", line 904, in _dispatch_fd_events handler(fileno, events) "/usr/lib/python2.7/site-packages/pika/adapters/utils/selector_ioloop_adapter.py", line 391, in _on_reader_writer_fd_events callbacks.writer() "/usr/lib/python2.7/site-packages/pika/diagnostic_utils.py", line 53, in log_exception_func_wrap return func(*args, **kwargs) "/usr/lib/python2.7/site-packages/pika/adapters/utils/io_services_utils.py", line 1093, in _on_socket_writable 'but _tx_buffers is empty.', self._state) AssertionError: ('_AsyncPlaintextTransport._on_socket_writable() called, but _tx_buffers is empty.', 1)
0.253282
Traceback (most recent call last): "/usr/local/bin/pgcli", line 9, in <module> load_entry_point('pgcli==0.10.0', 'console_scripts', 'pgcli')() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in load_entry_point return ep.load() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1989, in load entry = **import**(self.module_name, globals(),globals(), ['**name**']) "/usr/local/lib/python2.7/dist-packages/pgcli/main.py", line 16, in <module> from pygments.lexers.sql import SqlLexerImportError: No module named sql
Traceback (most recent call last): "./youtube-dl/youtube_dl/YoutubeDL.py", line 514, in extract_info ie_result = ie.extract(url) "./youtube-dl/youtube_dl/extractor/common.py", line 161, in extract return self._real_extract(url) "./youtube-dl/youtube_dl/extractor/generic.py", line 627, in _real_extract raise ExtractorError('Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://m.vuclip.com/w?cid=843902317&fid=63532&z=1007&nvar&frm=index.html&bu=4757321434; 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.228253
Traceback (most recent call last): "/usr/lib/python3/dist-packages/scudcloud/wrapper.py", line 215, in populate file_name, headers = request.urlretrieve(data['icon'], icon_path) "/usr/lib/python3.4/urllib/request.py", line 186, in urlretrieve with contextlib.closing(urlopen(url, data)) as fp: "/usr/lib/python3.4/urllib/request.py", line 161, in urlopen return opener.open(url, data, timeout) "/usr/lib/python3.4/urllib/request.py", line 464, in open response = self._open(req, data) "/usr/lib/python3.4/urllib/request.py", line 482, in _open '_open', req) "/usr/lib/python3.4/urllib/request.py", line 442, in _call_chain result = func(*args) "/usr/lib/python3.4/urllib/request.py", line 1226, in https_open context=self._context, check_hostname=self._check_hostname) "/usr/lib/python3.4/urllib/request.py", line 1185, in do_open raise URLError(err)urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
4月 22 19:31:41.1 - [ERROR] Except stack:Traceback (most recent call last): "code/default/launcher/start.py", line 143, in <module> "code/default/launcher/start.py", line 115, in main "/home/yuan/XX-Net/code/default/launcher/post_update.py", line 27, in run shutil.rmtree(os.path.join(top_path, 'launcher')) # launcher is for auto-update from 2.X "/usr/lib/python2.7/shutil.py", line 239, in rmtree onerror(os.listdir, path, sys.exc_info()) "/usr/lib/python2.7/shutil.py", line 237, in rmtree names = os.listdir(path)OSError: [Errno 2] 没有那个文件或目录: '/home/yuan/XX-Net/launcher'
0.237115
>Traceback (most recent call last): "rsf.py", line 26, in <module> routersploit() "rsf.py", line 22, in routersploit rsf.start() "/home/delsin/Desktop/Exploits/routersploit/routersploit/interpreter.py", line 117, in start command_handler(args) "/home/delsin/Desktop/Exploits/routersploit/routersploit/core/exploit/utils.py", line 175, in wrapper return fn(self, *args, **kwargs) "/home/delsin/Desktop/Exploits/routersploit/routersploit/interpreter.py", line 374, in command_run print_error(traceback.format_exc(sys.exc_info())) "/usr/lib/python3.7/traceback.py", line 167, in format_exc return "".join(format_exception(*sys.exc_info(), limit=limit, chain=chain)) "/usr/lib/python3.7/traceback.py", line 121, in format_exception type(value), value, tb, limit=limit).format(chain=chain)) "/usr/lib/python3.7/traceback.py", line 508, in __init__ capture_locals=capture_locals) "/usr/lib/python3.7/traceback.py", line 337, in extract if limit >= 0: TypeError: '>=' not supported between instances of 'tuple' and 'int'
Traceback (most recent call last): "/home/sysadm/anaconda3/lib/python3.7/site-packages/urllib3/connection.py", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) "/home/sysadm/anaconda3/lib/python3.7/site-packages/urllib3/util/connection.py", line 80, in create_connection raise err "/home/sysadm/anaconda3/lib/python3.7/site-packages/urllib3/util/connection.py", line 70, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 111] Connection refused
0.24061
Traceback (most recent call last): "/home/eevee/.local/lib/python2.6/site-packages/pip/basecommand.py", line 134, in main "/home/eevee/.local/lib/python2.6/site-packages/pip/commands/install.py", line 241, in run "/home/eevee/.local/lib/python2.6/site-packages/pip/req.py", line 1294, in install "/home/eevee/.local/lib/python2.6/site-packages/pip/req.py", line 525, in uninstall "/home/eevee/.local/lib/python2.6/site-packages/pip/req.py", line 1639, in remove "/home/eevee/.local/lib/python2.6/site-packages/pip/util.py", line 294, in renames "/usr/lib/python2.6/shutil.py", line 261, in move os.unlink(src)OSError: [Errno 13] Permission denied: '/usr/bin/pip'
Traceback (most recent call last): "/opt/anaconda3/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 1392, in handle_new_screen self.screen.logicalDotsPerInchChanged.disconnect(RuntimeError: wrapped C/C++ object of type QScreen has been deleted
0.251319
Traceback (most recent call last): "<stdin>", line 1, in <module> ValueError: negative count
Traceback (most recent call last): "<stdin>", line 1, in <module> "/anaconda3/envs/DLC-CPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/training.py", line 193, in train_network raise e "/anaconda3/envs/DLC-CPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/training.py", line 176, in train_network allow_growth=allow_growth, "/anaconda3/envs/DLC-CPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/train_multianimal.py", line 137, in train dataset = create_dataset(cfg) "/anaconda3/envs/DLC-CPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/dataset/factory.py", line 56, in create data = MAPoseDataset(cfg) "/anaconda3/envs/DLC-CPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/dataset/pose_multianimal_imgaug.py", line 34, in __init__ self.data = self.load_dataset() "/anaconda3/envs/DLC-CPU/lib/python3.7/site-packages/deeplabcut/pose_estimation_tensorflow/dataset/pose_multianimal_imgaug.py", line 42, in load_dataset with open(os.path.join(self.cfg.project_path, file_name), "rb") as f: NotFoundError: [Errno 2] No such file or directory: 'training-datasets/iteration-0/UnaugmentedDataSet_GroupFishJun15/GroupFish_KPerks95shuffle1.pickle']
0.275089
Traceback (most recent call last): "sqlmap.py", line 157, in main from lib.controller.controller import start "lib/controller/controller.py", line 12, in <module> from lib.controller.action import action "lib/controller/action.py", line 8, in <module> from lib.controller.handler import setHandler "lib/controller/handler.py", line 43, in <module> from plugins.dbms.sybase import SybaseMap "plugins/dbms/sybase/__init__.py", line 12, in <module> from plugins.dbms.sybase.filesystem import systemImportError: No module named filesystem
Traceback (most recent call last): "C:\Users\hoang\AppData\Local\Programs\Python\Python36\lib\site-packages\matplotlib\font_manager.py", line 1459, in <module> fontManager = json_load(_fmcache) "C:\Users\hoang\AppData\Local\Programs\Python\Python36\lib\site-packages\matplotlib\font_manager.py", line 986, in json_load return json.load(fh, object_hook=_json_decode) "C:\Users\hoang\AppData\Local\Programs\Python\Python36\lib\json\__init__.py", line 299, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) "C:\Users\hoang\AppData\Local\Programs\Python\Python36\lib\json\__init__.py", line 367, in loads return cls(**kw).decode(s) "C:\Users\hoang\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "C:\Users\hoang\AppData\Local\Programs\Python\Python36\lib\json\decoder.py", line 355, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting ',' delimiter: line 3961 column 28 (char 119107)
0.199729
Traceback (most recent call last): "/usr/lib/python3.4/site-packages/fail2ban/server/jailthread.py", line 64, in run_with_except_hook run(*args, **kwargs) "/usr/lib/python3.4/site-packages/fail2ban/server/filtersystemd.py", line 244, in run *self.formatJournalEntry(logentry)) "/usr/lib/python3.4/site-packages/fail2ban/server/filtersystemd.py", line 172, in formatJournalEntry 'SYSLOG_PID', logentry['_PID']))KeyError: '_PID'
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-xz4btw2v/scapy/setup.py", line 36 os.chmod(fname, 0755) ^ SyntaxError: invalid token
0.226884
Traceback (most recent call last): "site.py", line 101, in main "site.py", line 78, in run_entry_point "site-packages\calibre\utils\ipc\worker.py", line 195, in main "site-packages\calibre\gui2\convert\gui_conversion.py", line 33, in gui_convert_override "site-packages\calibre\gui2\convert\gui_conversion.py", line 26, in gui_convert "site-packages\calibre\ebooks\conversion\plumber.py", line 1106, in run "site-packages\calibre\customize\conversion.py", line 246, in __call__ "site-packages\calibre\ebooks\conversion\plugins\mobi_input.py", line 45, in convert "site-packages\calibre\ebooks\mobi\reader\mobi8.py", line 86, in __call__ "site-packages\calibre\ebooks\mobi\reader\mobi6.py", line 157, in check_for_drm calibre.ebooks.DRMError: Good Omens: The Nice and Accurate Prophecies of Agnes Nutter, Witch
fatal: [foo] => Traceback (most recent call last): "/home/isaac/work/sistemas/.virtualenv/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 590, in _executor exec_rc = self._executor_internal(host, new_stdin) "/home/isaac/work/sistemas/.virtualenv/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 792, in _executor_internal return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args) "/home/isaac/work/sistemas/.virtualenv/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 993, in _executor_internal_inner module_args = template.template(self.basedir, module_args, inject, fail_on_undefined=self.error_on_undefined_vars) "/home/isaac/work/sistemas/.virtualenv/local/lib/python2.7/site-packages/ansible/utils/template.py", line 118, in template varname = template_from_string(basedir, varname, templatevars, fail_on_undefined) "/home/isaac/work/sistemas/.virtualenv/local/lib/python2.7/site-packages/ansible/utils/template.py", line 364, in template_from_string res = jinja2.utils.concat(rf) "<template>", line 9, in rootUnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
0.175438
Traceback (most recent call last): "/path/to/my/home/dir/torchdiffeq/tests/odeint_tests.py", line 52, in test_adams self.assertLess(rel_error(sol, y), error_tol) AssertionError: tensor(0.0005, grad_fn=<MaxBackward1>) not less than 0.0001
Traceback (most recent call last): "calibre\gui2\preferences\plugins.py", line 316, in add_plugin "calibre\customize\ui.py", line 472, in add_plugin "calibre\customize\ui.py", line 61, in load_plugin "calibre\customize\zipplugin.py", line 293, in load "importlib\__init__.py", line 127, in import_module "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 671, in _load_unlocked "calibre\customize\zipplugin.py", line 185, in exec_module "calibre\customize\zipplugin.py", line 181, in get_code "calibre_plugins.dedrm.__init__", line 163 print u"{0} v{1}: Copying needed library files from plugin's zip".format(PLUGIN_NAME, PLUGIN_VERSION) ^ SyntaxError: invalid syntax
0.302631
I tryed to download an update. And it all goes great until you get to wair the update has finished and NVDA restarts. I get the following error: Just started happening in the last two snapshots: Traceback (most recent call last): "installer.pyc", line 260, in _deleteKeyAndSubkeysWindowsError: [6](Error) The handle is invalid
Traceback (most recent call last):    "/usr/bin/pip3", line 9, in \<module\>     from pip import main ImportError: cannot import name 'main'
0.247706
Traceback (most recent call last): "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3325, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-20-340257f7e54d>", line 2, in <module> import keras "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\__init__.py", line 3, in <module> from . import utils "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\utils\__init__.py", line 6, in <module> from . import conv_utils "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module> from .. import backend as K "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\backend\__init__.py", line 1, in <module> from .load_backend import epsilon "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in <module> from .tensorflow_backend import * "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 6, in <module> from tensorflow.python.eager import context "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\eager\context.py", line 29, in <module> from tensorflow.core.protobuf import config_pb2 "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__ module = self._load() "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 44, in _load module = _importlib.import_module(self.__name__) "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\__init__.py", line 42, in <module> from . _api.v2 import audio "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\_api\v2\audio\__init__.py", line 10, in <module> from tensorflow.python.ops.gen_audio_ops import decode_wav "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_audio_ops.py", line 9, in <module> from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__ module = self._load() "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow\__init__.py", line 44, in _load module = _importlib.import_module(self.__name__) "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
```Traceback (most recent call last): "/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable
0.176646
Traceback (most recent call last): "/opt/anaconda3/lib/python3.6/logging/__init__.py", line 992, in emit msg = self.format(record) "/opt/anaconda3/lib/python3.6/logging/__init__.py", line 838, in format return fmt.format(record) "/opt/anaconda3/lib/python3.6/site-packages/tornado/log.py", line 193, in format formatted = self._fmt % record.__dict__ KeyError: 'highlevel'
Traceback (most recent call last): "E:/微博数据/爬虫工具/weiboSpider-master/用户爬虫/weiboSpider(315.py", line 142, in extract_user_info nickname = selector.xpath('//title/text()')[0] AttributeError: 'NoneType' object has no attribute 'xpath'
0.244677
Traceback (most recent call last): "combined_qaoa_test.py", line 80, in <module> print(combined_test2('agave_ibmqx_no_noise.txt')) "combined_qaoa_test.py", line 72, in combined_qaoa_test x = solve_ising_qubo(G, max_clique_qubo_matrix_ibmqx, optimizer, a) "/root/all/ibmqx_ising_qubo_qaoa.py", line 65, in solve_ising_qubo result = qaoa.run(quantum_instance) "/root/all/qiskit_aqua/algorithms/quantum_algorithm.py", line 103, in run return self._run() "/root/all/qiskit_aqua/algorithms/adaptive/vqe/vqe.py", line 264, in _run self._solve() "/root/all/qiskit_aqua/algorithms/adaptive/vqe/vqe.py", line 208, in _solve opt_params, opt_val = self.find_minimum_eigenvalue() "/root/all/qiskit_aqua/algorithms/adaptive/vqe/vqe.py", line 348, in find_minimum_eigenvalue variable_bounds=bounds, initial_point=initial_point) "/root/all/qiskit_aqua/components/optimizers/slsqp.py", line 87, in optimize options=self._options) "/usr/lib/python3/dist-packages/scipy/optimize/_minimize.py", line 611, in minimize constraints, callback=callback, **options) "/usr/lib/python3/dist-packages/scipy/optimize/slsqp.py", line 403, in _minimize_slsqp g = append(fprime(x), 0.0) "/usr/lib/python3/dist-packages/scipy/optimize/optimize.py", line 293, in function_wrapper return function(*(wrapper_args + args)) "/usr/lib/python3/dist-packages/scipy/optimize/slsqp.py", line 63, in approx_jacobian jac[i] = (func(*((x0+dx,)+args)) - f0)/epsilon "/usr/lib/python3/dist-packages/scipy/optimize/optimize.py", line 293, in function_wrapper return function(*(wrapper_args + args)) "/root/all/qiskit_aqua/algorithms/adaptive/vqe/vqe.py", line 291, in _energy_evaluation result = self._quantum_instance.execute(to_be_simulated_circuits) "/root/all/qiskit_aqua/quantum_instance.py", line 156, in execute has_shared_circuits=self._shared_circuits) "/root/all/qiskit_aqua/utils/run_circuits.py", line 268, in compile_and_run_circuits results.append(job.result(**qjob_config)) "/root/all/qiskit/providers/ibmq/ibmqjob.py", line 203, in result job_response = self._wait_for_result(timeout=timeout, wait=wait) "/root/all/qiskit/providers/ibmq/ibmqjob.py", line 210, in _wait_for_result job_response = self._wait_for_job(timeout=timeout, wait=wait) "/root/all/qiskit/providers/ibmq/ibmqjob.py", line 389, in _wait_for_job while self.status() not in JOB_FINAL_STATES: "/root/all/qiskit/providers/ibmq/ibmqjob.py", line 273, in status raise JobError(str(err)) qiskit.providers.exceptions.JobError: "HTTPSConnectionPool(host='quantumexperience.ng.bluemix.net', port=443): Max retries exceeded with url: /api/Jobs/5c23cc6f5259d20051b060d3/status?access_token=CENSORED (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ff51940e898>: Failed to establish a new connection: [Errno 110] Connection timed out',))"
Traceback (most recent call last): "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "/deksterecon/dirsearch/lib/core/fuzzer.py", line 172, in thread_proc status, response = self.scan(path) "/deksterecon/dirsearch/lib/core/fuzzer.py", line 144, in scan if self.getScannerFor(path).scan(path, response): "/deksterecon/dirsearch/lib/core/scanner.py", line 116, in scan elif redirectToInvalid and ratio >= (self.ratio - 0.15): NameError: name 'redirectToInvalid' is not defined
0.288927
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 594, in urlopen self._prepare_proxy(conn) "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 815, in _prepare_proxy conn.connect() "/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 356, in connect ssl_context=context) "/usr/local/lib/python3.7/site-packages/urllib3/util/ssl_.py", line 359, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "/usr/local/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 450, in wrap_socket raise ssl.SSLError('bad handshake: %r' % e) ssl.SSLError: ("bad handshake: Error([('SSL routines', 'ssl3_read_bytes', 'sslv3 alert handshake failure')])",)
Traceback (most recent call last): "/spack/bin/spack", line 85, in <module> sys.exit(spack.main.main()) "/spack/lib/spack/spack/main.py", line 580, in main parser.add_command(cmd_name) "/spack/lib/spack/spack/main.py", line 291, in add_command module.setup_parser(subparser) "/spack/lib/spack/spack/cmd/compilers.py", line 34, in setup_parser scopes = spack.config.scopes() "/spack/lib/spack/spack/config.py", line 528, in scopes return config.scopes "/spack/lib/spack/llnl/util/lang.py", line 556, in __getattr__ return getattr(self.instance, name) "/spack/lib/spack/llnl/util/lang.py", line 552, in instance self._instance = self.factory() "/spack/lib/spack/spack/config.py", line 492, in _config platform = spack.architecture.platform().name "/spack/lib/spack/llnl/util/lang.py", line 182, in __call__ self.cache[args] = self.func(*args) "/spack/lib/spack/spack/architecture.py", line 498, in platform return platform_cls() "/spack/lib/spack/spack/platforms/cray.py", line 68, in __init__ for target in self._avail_targets(): "/spack/lib/spack/spack/platforms/cray.py", line 156, in _avail_targets module = get_module_cmd() "/spack/lib/spack/spack/util/module_cmd.py", line 46, in get_module_cmd raise ModuleError('Spack requires modulecmd or a defined module' spack.util.module_cmd.ModuleError: Spack requires modulecmd or a defined module fucntion. Make sure modulecmd is in your path or the function "module" is defined in your bash environment.
0.239334
Traceback (most recent call last): "/home/cartier/Documents/rasa/lib/python3.6/site-packages/sanic/request.py", line 173, in load_json self.parsed_json = loads(self.body) ValueError: Expected object or value
Traceback (most recent call last): "train.py", line 74, in <module> train_dataflow = get_train_dataflow() "/home/federicolondon2019/tensorpack/examples/FasterRCNN/data.py", line 391, in get_train_dataflow roidbs = list(itertools.chain.from_iterable(DatasetRegistry.get(x).training_roidbs() for x in cfg.DATA.TRAIN)) "/home/federicolondon2019/tensorpack/examples/FasterRCNN/data.py", line 391, in <genexpr> roidbs = list(itertools.chain.from_iterable(DatasetRegistry.get(x).training_roidbs() for x in cfg.DATA.TRAIN)) "/home/federicolondon2019/tensorpack/examples/FasterRCNN/dataset/dataset.py", line 90, in get assert name in DatasetRegistry._registry, "Dataset {} was not registered!".format(name) AssertionError: Dataset t was not registered!
0.324172
> ERROR: Signature extraction failed: Traceback (most recent call last): "/home/c/.local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1225, in _decrypt_signature video_id, player_url, s "/home/c/.local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1133, in _extract_signature_function res = self._parse_sig_js(code) "/home/c/.local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1200, in _parse_sig_js initial_function = jsi.extract_function(funcname) "/home/c/.local/lib/python3.6/site-packages/youtube_dl/jsinterp.py", line 245, in extract_function raise ExtractorError('Could not find JS function %r' % funcname) youtube_dl.utils.ExtractorError: Could not find JS function 'encodeURIComponent'; 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): > > "<ipython-input-25-24d34523b2be>", line 1, in <module> > ica.fit(S.T) > > "C:\Users\mhossein\Anaconda3\lib\site-packages\sklearn\decomposition\fastica_.py", line 535, in fit > self._fit(X, compute_sources=False) > > "C:\Users\mhossein\Anaconda3\lib\site-packages\sklearn\decomposition\fastica_.py", line 487, in _fit > compute_sources=compute_sources, return_n_iter=True) > > "C:\Users\mhossein\Anaconda3\lib\site-packages\sklearn\decomposition\fastica_.py", line 340, in fastica > W, n_iter = _ica_par(X1, **kwargs) > > "C:\Users\mhossein\Anaconda3\lib\site-packages\sklearn\decomposition\fastica_.py", line 110, in _ica_par > - g_wtx[:, np.newaxis] * W) > > ValueError: operands could not be broadcast together with shapes (2,1,50) (2,2) #### Versions Windows-7-6.1.7601-SP1
0.189901
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/home/n07070/.local/lib/python2.7/site-packages/telebot/__init__.py", line 39, in run task(*args, **kwargs) "main.py", line 47, in echo_messages chatid = m.chat.idAttributeError: 'list' object has no attribute 'chat'
Traceback (most recent call last): "./venv/bin/letsencrypt", line 9, in <module> load_entry_point('letsencrypt==0.1', 'console_scripts', 'letsencrypt')() "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/pkg_resources/**init**.py", line 519, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/pkg_resources/**init**.py", line 2630, in load_entry_point return ep.load() "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/pkg_resources/**init**.py", line 2310, in load return self.resolve() "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/pkg_resources/**init**.py", line 2316, in resolve module = **import**(self.module_name, fromlist=['**name**'], level=0) "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/letsencrypt/cli.py", line 16, in <module> from letsencrypt import account "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/letsencrypt/account.py", line 9, in <module> from acme import messages2 "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/acme/messages2.py", line 2, in <module> from acme import challenges "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/acme/challenges.py", line 8, in <module> from acme import jose "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/acme/jose/**init**.py", line 39, in <module> from acme.jose.json_util import ( "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/acme/jose/json_util.py", line 13, in <module> import M2Crypto "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/M2Crypto/**init**.py", line 24, in <module> import ASN1 "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/M2Crypto/ASN1.py", line 12, in <module> import BIO "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/M2Crypto/BIO.py", line 221, in <module> class CipherStream(BIO): "/home/pe243/rpmbuild/git.src/lets-encrypt-preview/venv/lib/python2.7/site-packages/M2Crypto/BIO.py", line 227, in CipherStream SALT_LEN = m2.PKCS5_SALT_LENAttributeError: 'module' object has no attribute 'PKCS5_SALT_LEN'
0.3183
Traceback (most recent call last): "/home/abc/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 743, in __call__ return func(*args, **kwargs) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 74, in _main context.__init__(argparse_args=args) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/base/context.py", line 225, in __init__ argparse_args=argparse_args) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/configuration.py", line 723, in __init__ self._set_search_path(search_path) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/configuration.py", line 729, in _set_search_path self._set_raw_data(load_file_configs(search_path)) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/configuration.py", line 371, in load_file_configs raw_data = odict(kv for kv in chain.from_iterable(load_paths)) "/home/abc/anaconda2/lib/python2.7/collections.py", line 69, in __init__ self.__update(*args, **kwds) "/home/abc/anaconda2/lib/python2.7/_abcoll.py", line 571, in update for key, value in other: "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/configuration.py", line 371, in <genexpr> raw_data = odict(kv for kv in chain.from_iterable(load_paths)) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/configuration.py", line 346, in _file_yaml_loader yield fullpath, YamlRawParameter.make_raw_parameters_from_file(fullpath) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/configuration.py", line 334, in make_raw_parameters_from_file ruamel_yaml = yaml_load(fh) "/home/abc/anaconda2/lib/python2.7/site-packages/conda/common/serialize.py", line 54, in yaml_load return yaml.load(string, Loader=yaml.RoundTripLoader, version="1.2") "/home/abc/anaconda2/lib/python2.7/site-packages/ruamel_yaml/main.py", line 637, in load loader = Loader(stream, version, preserve_quotes=preserve_quotes) "/home/abc/anaconda2/lib/python2.7/site-packages/ruamel_yaml/loader.py", line 63, in __init__ RoundTripConstructor.__init__(self, preserve_quotes=preserve_quotes, loader=self) "/home/abc/anaconda2/lib/python2.7/site-packages/ruamel_yaml/constructor.py", line 66, in __init__ self.allow_duplicate_keys = version_tnf((0, 15, 1), (0, 16)) "/home/abc/anaconda2/lib/python2.7/site-packages/ruamel_yaml/compat.py", line 200, in version_tnf from ruamel_yaml import version_info # NOQA ImportError: cannot import name version_info
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 287, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1820, in _real_extract raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://arstechnica.com/gadgets/2015/09/smart-rifle-company-trackingpoint-restructures-and-relaunches/
0.286404
Traceback (most recent call last): "/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 164, in create self.app.provider.create_note(note_struct), "/usr/lib/pymodules/python2.7/everpad/tools.py", line 32, in wrapper return getattr(self.__interface, name)(*args, **kwargs) "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__ return self._proxy_method(*args, **keywords) "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__ **keywords) "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking message, timeout)dbus.exceptions.DBusException: org.freedesktop.DBus.Python.AttributeError: Traceback (most recent call last):
Traceback (most recent call last): "./shreddit.py", line 8, in <module> from simpleconfigparser import simpleconfigparserImportError: No module named 'simpleconfigparser'
0.204145
21/03/29 16:04:25 WARN TaskSetManager: Lost task 0.1 in stage 0.0 (TID 1, 10.0.1.26, executor 0): org.apache.spark.api.python.PythonException: Traceback (most recent call last): "/spark/python/lib/pyspark.zip/pyspark/worker.py", line 605, in main process() "/spark/python/lib/pyspark.zip/pyspark/worker.py", line 595, in process out_iter = func(split_index, iterator) "/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 2596, in pipeline_func "/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 2596, in pipeline_func "/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 2596, in pipeline_func [Previous line repeated 1 more time] "/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 425, in func "/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 874, in func "/opt/conda/lib/python3.7/site-packages/tensorflowonspark/TFSparkNode.py", line 322, in _mapfn client = reservation.Client(cluster_meta['server_addr']) "/opt/conda/lib/python3.7/site-packages/tensorflowonspark/reservation.py", line 245, in __init__ self.sock.connect(server_addr) TimeoutError: [Errno 110] Connection timed out
Traceback (most recent call last): "scriptHandler.pyc", line 165, in executeScript "editableText.pyc", line 104, in script_caret_moveByCharacter "editableText.pyc", line 98, in _caretMovementScriptHelper "editableText.pyc", line 82, in _caretScriptPostMovedHelper "api.pyc", line 188, in setReviewPosition "braille.pyc", line 1441, in handleReviewMove "braille.pyc", line 1407, in _doCursorMove "braille.pyc", line 998, in scrollTo "braille.pyc", line 914, in regionPosToBufferPosLookupError: No such position
0.266718
Traceback (most recent call last): "/home/corey/anaconda3/lib/python3.7/site-packages/fbchat/_client.py", line 175, in setSession self._state = State.from_cookies(session_cookies, user_agent=user_agent) "/home/corey/anaconda3/lib/python3.7/site-packages/fbchat/_state.py", line 208, in from_cookies return cls.from_session(session=session) "/home/corey/anaconda3/lib/python3.7/site-packages/fbchat/_state.py", line 186, in from_session fb_dtsg = FB_DTSG_REGEX.search(r.text).group(1) AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 32, in render data = render_page_by_language(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 101, in render_page_by_language return render_page(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 117, in render_page return build(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 124, in build return build_page(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 137, in build_page context = get_context(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/context.py", line 14, in get_context context = get_page_context(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/router.py", line 35, in get_page_context page_context = make_page_context(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/router.py", line 44, in make_page_context context = resolve_route(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/router.py", line 18, in resolve_route context = get_page_context_from_template(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/router.py", line 66, in get_page_context_from_template if os.path.exists(o) and not os.path.isdir(o): "/home/frappe/frappe-bench/env/lib/python2.7/genericpath.py", line 18, in exists os.stat(path) UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 74: ordinal not in range(128).
0.272701
Traceback (most recent call last): "/home/philipsd6/devel/jrnl/venv/bin/jrnl", line 9, in <module> load_entry_point('jrnl==2.0.0rc1', 'console_scripts', 'jrnl')() "/home/philipsd6/devel/jrnl/jrnl/cli.py", line 145, in run config = install.load_or_install_jrnl() "/home/philipsd6/devel/jrnl/jrnl/install.py", line 87, in load_or_install_jrnl upgrade.upgrade_jrnl_if_necessary(config_path) "/home/philipsd6/devel/jrnl/jrnl/upgrade.py", line 22, in upgrade_jrnl_if_necessary if not config_file.strip().startswith("{"):UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 170: ordinal not in range(128)
Traceback (most recent call last): "/root/.pyenv/versions/3.6.7/lib/python3.6/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) "/root/.pyenv/versions/3.6.7/lib/python3.6/runpy.py", line 109, in _get_module_details __import__(pkg_name) "/root/elastalert/elastalert/elastalert.py", line 29, in <module> from . import kibana ImportError: attempted relative import with no known parent package
0.288647
Traceback (most recent call last): "cifar10-graph.py", line 135, in <module> model.fit({'input1':X_train, 'output1':Y_train},batch_size=batch_size, nb_epoch=nb_epoch) "build/bdist.linux-x86_64/egg/keras/models.py", line 677, in fit shuffle=shuffle, metrics=metrics) "build/bdist.linux-x86_64/egg/keras/models.py", line 210, in _fit outs = f(*ins_batch) "/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 606, in __call__ storage_map=self.fn.storage_map) "/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 595, in __call__ outputs = self.fn()ValueError: Shape mismatch: x has 7744 cols (and 32 rows) but y has 4096 rows (and 512 cols)
Traceback (most recent call last): "/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero
0.248061
Traceback (most recent call last): "manage.py", line 22, in <module> execute_from_command_line() "/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() "/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 190, in fetch_command klass = load_command_class(app_name, subcommand) "/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 40, in load_command_class module = import_module('%s.management.commands.%s' % (app_name, name)) "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/home/pootle/pootle/env/local/lib/python2.7/site-packages/django_assets/management/commands/assets.py", line 29, in <module> from django.core.management import LaxOptionParserImportError: cannot import name LaxOptionParser
Traceback (most recent call last): "/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero
0.129289
Traceback (most recent call last): "save_model.py", line 58, in <module> app.run(main) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\absl\app.py", line 299, in run _run_main(main, args) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\absl\app.py", line 250, in _run_main sys.exit(main(argv)) "save_model.py", line 54, in main save_tf() "save_model.py", line 36, in save_tf output_tensors = decode(fm, FLAGS.input_size // 16, NUM_CLASS, STRIDES, ANCHORS, i, XYSCALE, FLAGS.framework) "C:\Users\mazat\Documents\Python\Yolov4\core\yolov4.py", line 169, in decode return decode_tf(conv_output, output_size, NUM_CLASS, STRIDES, ANCHORS, i=i, XYSCALE=XYSCALE) "C:\Users\mazat\Documents\Python\Yolov4\core\yolov4.py", line 204, in decode_tf xy_grid = tf.tile(tf.expand_dims(xy_grid, axis=0), [batch_size, 1, 1, 3, 1]) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 10397, in tile input, multiples, name=name, ctx=_ctx) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 10433, in tile_eager_fallback _attr_Tmultiples, (multiples,) = _execute.args_to_matching_eager([multiples], ctx, _dtypes.int32) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\eager\execute.py", line 263, in args_to_matching_eager t, dtype, preferred_dtype=default_dtype, ctx=ctx)) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1314, in convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\ops\array_ops.py", line 1368, in _autopacking_conversion_function return _autopacking_helper(v, dtype, name or "packed") "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\ops\array_ops.py", line 1304, in _autopacking_helper return gen_array_ops.pack(elems_as_tensors, name=scope) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 5704, in pack "Pack", values=values, axis=axis, name=name) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\framework\op_def_library.py", line 742, in _apply_op_helper attrs=attr_protos, op_def=op_def) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\framework\func_graph.py", line 595, in _create_op_internal compute_device) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\framework\ops.py", line 3322, in _create_op_internal op_def=op_def) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1786, in __init__ control_input_ops) "C:\Users\mazat\Anaconda3\envs\tf21\lib\site-packages\tensorflow_core\python\framework\ops.py", line 1622, in _create_c_op raise ValueError(str(e)) ValueError: Duplicate node name in graph: 'packed'
Traceback (most recent call last): "youtube_dl\downloader\http.pyo", line 58, in real_download "youtube_dl\YoutubeDL.pyo", line 1231, in urlopen "urllib2.pyo", line 410, in open "urllib2.pyo", line 523, in http_response "urllib2.pyo", line 448, in error "urllib2.pyo", line 382, in _call_chain "urllib2.pyo", line 531, in http_error_defaultHTTPError: HTTP Error 500: Internal Server Error
0.186357
Traceback (most recent call last): "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1545, in __call__ return self.func(*args) "/usr/lib/python2.7/lib-tk/Tkinter.py", line 595, in callit func(*args) "/usr/bin/axis", line 825, in update if vars.metric.get(): m = m * 25.4 "/usr/lib/python2.7/lib-tk/Tkinter.py", line 376, in get return getint(self._tk.globalgetvar(self._name)) TypeError: int() argument must be a string or a number, not '_tkinter.Tcl_Obj'
Traceback (most recent call last): "C:\Users\Kronen\AppData\Local\Programs\Thonny\lib\site-packages\thonny\backend_private\thonny\ast_utils.py", line 189, in _mark_text_ranges_rec tokens = _mark_end_and_return_child_tokens(node, tokens, prelim_end_lineno, prelim_end_col_offset) "C:\Users\Kronen\AppData\Local\Programs\Thonny\lib\site-packages\thonny\backend_private\thonny\ast_utils.py", line 274, in _mark_end_and_return_child_tokens _strip_trailing_junk_from_expressions(tokens) "C:\Users\Kronen\AppData\Local\Programs\Thonny\lib\site-packages\thonny\backend_private\thonny\ast_utils.py", line 213, in _strip_trailing_junk_from_expressions while (tokens[-1].type not in (token.RBRACE, token.RPAR, token.RSQB,IndexError: list index out of range
0.279935
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\RIZA-8~1\AppData\Local\Temp\pip-build-y0d5x57p\wsgiref\setup.py", line 5, in <module> import ez_setup "C:\Users\RIZA-8~1\AppData\Local\Temp\pip-build-y0d5x57p\wsgiref\ez_setup__init__.py", line 170 print "Setuptools version",version,"or greater has been installed." ^ SyntaxError: Missing parentheses in call to 'print'
Traceback (most recent call last): "/opt/py3/lib/python3.6/site-packages/django/db/backends/utils.py", line 65, in execute return self.cursor.execute(sql, params) "/opt/py3/lib/python3.6/site-packages/django/db/backends/mysql/base.py", line 101, in execute return self.cursor.execute(query, args) "/opt/py3/lib/python3.6/site-packages/MySQLdb/cursors.py", line 250, in execute self.errorhandler(self, exc, value) "/opt/py3/lib/python3.6/site-packages/MySQLdb/connections.py", line 50, in defaulterrorhandler raise errorvalue "/opt/py3/lib/python3.6/site-packages/MySQLdb/cursors.py", line 247, in execute res = self._query(query) "/opt/py3/lib/python3.6/site-packages/MySQLdb/cursors.py", line 411, in _query rowcount = self._do_query(q) "/opt/py3/lib/python3.6/site-packages/MySQLdb/cursors.py", line 374, in _do_query db.query(q) "/opt/py3/lib/python3.6/site-packages/MySQLdb/connections.py", line 277, in query _mysql.connection.query(self, query) _mysql_exceptions.IntegrityError: (1062, "Duplicate entry 'Default' for key 'name'")
0.235131
Traceback (most recent call last): "./electrum", line 415, in <module> result = server.run_cmdline(config_options) "/home/electest/Electrum-3.0.2/packages/jsonrpclib/jsonrpc.py", line 650, in __call__ return self.__send(self.__name, args) "/home/electest/Electrum-3.0.2/packages/jsonrpclib/jsonrpc.py", line 532, in _request check_for_errors(response) "/home/electest/Electrum-3.0.2/packages/jsonrpclib/jsonrpc.py", line 1220, in check_for_errors raise ProtocolError((code, message)) jsonrpclib.jsonrpc.ProtocolError: (-32602, 'Invalid parameters: string argument without an encoding')
Traceback (most recent call last): "lenze_ua_server_test.py", line 32, in test_connect__simple__shouldsuccess client.disconnect() "./python_opcua/opcua/client/client.py", line 261, in disconnect self.disconnect_socket() "./python_opcua/opcua/client/client.py", line 270, in disconnect_socket self.uaclient.disconnect_socket() "./python_opcua/opcua/client/ua_client.py", line 221, in disconnect_socket return self._uasocket.disconnect_socket() "./python_opcua/opcua/client/ua_client.py", line 144, in disconnect_socket self._socket.socket.shutdown(socket.SHUT_RDWR) AttributeError: 'NoneType' object has no attribute 'socket'
0.280744
Traceback (most recent call last): "/home/app/python/urllib3/connectionpool.py", line 699, in urlopen httplib_response = self._make_request( "/home/app/python/urllib3/connectionpool.py", line 394, in _make_request conn.request(method, url, **httplib_request_kw) "/home/app/python/urllib3/connection.py", line 234, in request super(HTTPConnection, self).request(method, url, body=body, headers=headers) "/usr/local/lib/python3.9/http/client.py", line 1255, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/local/lib/python3.9/http/client.py", line 1301, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/local/lib/python3.9/http/client.py", line 1250, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/local/lib/python3.9/http/client.py", line 1010, in _send_output self.send(msg) "/usr/local/lib/python3.9/http/client.py", line 950, in send self.connect() "/home/app/python/urllib3/connection.py", line 200, in connect conn = self._new_conn() "/home/app/python/urllib3/connection.py", line 181, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fa86c4c86a0>: Failed to establish a new connection: [Errno -2] Name does not resolve </code>
Traceback (most recent call last): "/builddir/build/BUILD/argcomplete-1.12.0/test/test.py", line 1206, in setUp self.assertEqual(output, '') AssertionError: '\x1b[?2004l\r\x1b[?2004h' != ''
0.299015
Traceback (most recent call last): "/usr/local/bin/hg", line 27, in <module> mercurial.dispatch.run() "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 16, in run sys.exit(dispatch(sys.argv[1:])) "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 30, in dispatch return _runcatch(u, args) "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 47, in _runcatch return _dispatch(ui, args) "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 466, in _dispatch return runcommand(lui, repo, cmd, fullargs, ui, options, d) "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 336, in runcommand ret = _runcommand(ui, options, cmd, d) "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 517, in _runcommand return checkargs() "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 471, in checkargs return cmdfunc() "/Library/Python/2.5/site-packages/mercurial/dispatch.py", line 465, in <lambda> d = lambda: util.checksignature(func)(ui, _args, *_cmdoptions) "/Library/Python/2.5/site-packages/mercurial/util.py", line 401, in check return func(_args, *_kwargs) "/Library/Python/2.5/site-packages/mercurial/commands.py", line 677, in clone branch=opts.get('branch')) "/Library/Python/2.5/site-packages/mercurial/hg.py", line 314, in clone dest_repo.clone(src_repo, heads=revs, stream=stream) "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 2209, in clone return self.pull(remote, heads) "/Users/wes/git/hg-git/hggit/hgrepo.py", line 14, in pull git.fetch(remote.path, heads) "/Users/wes/git/hg-git/hggit/git_handler.py", line 100, in fetch self.import_git_objects(remote_name, refs) "/Users/wes/git/hg-git/hggit/git_handler.py", line 411, in import_git_objects self.import_git_commit(commit) "/Users/wes/git/hg-git/hggit/git_handler.py", line 531, in import_git_commit node = self.repo.commitctx(ctx) "/Library/Python/2.5/site-packages/hgext/bookmarks.py", line 268, in commitctx node = super(bookmark_repo, self).commitctx(ctx, error) "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 905, in commitctx changed) "/Library/Python/2.5/site-packages/mercurial/localrepo.py", line 734, in _filecommit self.ui.debug(" %s: copy %s:%s\n" % (fname, cfname, hex(crev)))TypeError: b2a_hex() argument 1 must be string or read-only buffer, not None
Traceback (most recent call last): "/base/data/home/apps/sympy-live/1.351435452566315183/shell.py", line 214, in evaluate exec compiled in statement_module.__dict__ "<string>", line 1, in <module>NameError: name 'f' is not defined
0.274079
Traceback (most recent call last): "../bypy/bypy.py", line 3558, in main result = getattr(by, args.command[0])(*uargs) "../bypy/bypy.py", line 3032, in syncdown subresult = self.__downfile(rcpath, lcpath) "../bypy/bypy.py", line 2480, in __downfile return self.__downchunks(rfile, offset) "../bypy/bypy.py", line 2399, in __downchunks self.__downchunks_act, (rfile, offset, rsize, start_time), headers = headers, cookies = self.__pancookies)AttributeError: 'ByPy' object has no attribute '_ByPy__pancookies'
Traceback (most recent call last): "C:\Users\user\Desktop\noor2\project2\facenet-master\facenet-master\src\validate_on_lfw.py", line 166, in <module> main(parse_arguments(sys.argv[1:])) "C:\Users\user\Desktop\noor2\project2\facenet-master\facenet-master\src\validate_on_lfw.py", line 75, in main facenet.load_model("pretrained_model", input_map=input_map) "C:\Users\user\Desktop\noor2\project2\facenet-master\facenet-master\src\facenet.py", line 381, in load_model saver = tf.train.import_meta_graph(os.path.join(model_exp, meta_file), input_map=input_map) "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\training\saver.py", line 1686, in import_meta_graph **kwargs) "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\framework\meta_graph.py", line 504, in import_scoped_meta_graph producer_op_list=producer_op_list) "C:\Users\user\AppData\Local\Programs\Python\Python36\lib\site-packages\tensorflow\python\framework\importer.py", line 283, in import_graph_def raise ValueError('No op named %s in defined operations.' % node.op) ValueError: No op named DecodeBmp in defined operations.
0.297618
Traceback (most recent call last): "red.py", line 21, in <module> from cogs.utils.settings import Settings ImportError: No module named 'cogs'
Traceback (most recent call last): "/Library/Python/2.7/site-packages/tornado-2.2.1-py2.7.egg/tornado/web.py", line 988, in _execute getattr(self, self.request.method.lower())(_args, *_kwargs) "/Users/jerome/Documents/airnotifier/apihandlers.py", line 249, in post self.send_response(dict(error=str(ex))) "/Users/jerome/Documents/airnotifier/apihandlers.py", line 109, in send_response self.finish(data) "/Users/jerome/Documents/airnotifier/apihandlers.py", line 112, in finish super(APIBaseHandler, self).finish(chunk) "/Library/Python/2.7/site-packages/tornado-2.2.1-py2.7.egg/tornado/web.py", line 636, in finish raise RuntimeError("finish() called twice. May be caused " RuntimeError: finish() called twice. May be caused by using async operations without the @asynchronous decorator.
0.291399
Traceback (most recent call last): "/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/var/www/web2py/gluon/scheduler.py", line 637, in run self.send_heartbeat(counter) "/var/www/web2py/gluon/scheduler.py", line 1239, in send_heartbeat db.rollback() "/var/www/web2py/gluon/packages/dal/pydal/base.py", line 708, in rollback self._adapter.rollback() "/var/www/web2py/gluon/packages/dal/pydal/adapters/__init__.py", line 56, in wrap return f(*args, **kwargs) "/var/www/web2py/gluon/packages/dal/pydal/adapters/base.py", line 866, in rollback return self.connection.rollback() psycopg2.InterfaceError: connection already closed
Traceback (most recent call last): "/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable
0.054718
Traceback (most recent call last): "/usr/lib64/python2.7/threading.py", line 812, in __bootstrap_inner self.run() "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/mixins.py", line 177, in run for _ in self.consume(limit=None): # pragma: no cover "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/mixins.py", line 193, in consume with self.consumer_context(**kwargs) as (conn, channel, consumers): "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/mixins.py", line 186, in consumer_context with self.Consumer() as (connection, channel, consumers): "/usr/lib64/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/mixins.py", line 235, in Consumer with self._consume_from(*self.get_consumers(cls, channel)) as c: "lib/galaxy/queue_worker.py", line 236, in get_consumers callbacks=[self.process_task])] "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/messaging.py", line 364, in __init__ self.revive(self.channel) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/messaging.py", line 376, in revive self.declare() "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/messaging.py", line 386, in declare queue.declare() "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/entity.py", line 522, in declare self.queue_declare(nowait, passive=False) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/entity.py", line 548, in queue_declare nowait=nowait) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/transport/virtual/__init__.py", line 446, in queue_declare self._new_queue(queue, **kwargs) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/transport/sqlalchemy/__init__.py", line 80, in _new_queue self._get_or_create(queue) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/transport/sqlalchemy/__init__.py", line 68, in _get_or_create obj = self.session.query(self.queue_cls) \ "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/transport/sqlalchemy/__init__.py", line 63, in session _, Session = self._open() "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/kombu/transport/sqlalchemy/__init__.py", line 56, in _open metadata.create_all(engine) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/sql/schema.py", line 3748, in create_all tables=tables) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1856, in _run_visitor conn._run_visitor(visitorcallable, element, **kwargs) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1481, in _run_visitor **kwargs).traverse_single(element) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/sql/visitors.py", line 121, in traverse_single return meth(obj, **kw) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 730, in visit_metadata _is_metadata_operation=True) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/sql/visitors.py", line 121, in traverse_single return meth(obj, **kw) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 764, in visit_table include_foreign_key_constraints=include_foreign_key_constraints "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute return meth(self, multiparams, params) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 68, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 968, in _execute_ddl compiled "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context context) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1341, in _handle_dbapi_exception exc_info "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 202, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context context) "/gpfs/rocket/nfs/galaxy/venv/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute cursor.execute(statement, parameters) ProgrammingError: (psycopg2.ProgrammingError) relation "kombu_queue" already exists
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 369, in get return self.request('GET', url, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 297, in request merged_cookies = self.cookies.copy()AttributeError: LWPCookieJar instance has no attribute 'copy'
0.324469
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/michael/Programming/1000gMultiQc/venv/lib/python3.6/site-packages/botocore/credentials.py", line 1693, in load_credentials creds = provider.load() "/home/michael/Programming/1000gMultiQc/venv/lib/python3.6/site-packages/botocore/credentials.py", line 1233, in load return self._load_creds_via_assume_role(self._profile_name) "/home/michael/Programming/1000gMultiQc/venv/lib/python3.6/site-packages/botocore/credentials.py", line 1239, in _load_creds_via_assume_role role_config = self._get_role_config(profile_name) "/home/michael/Programming/1000gMultiQc/venv/lib/python3.6/site-packages/botocore/credentials.py", line 1328, in _get_role_config self._validate_source_profile(profile_name, source_profile) "/home/michael/Programming/1000gMultiQc/venv/lib/python3.6/site-packages/botocore/credentials.py", line 1385, in _validate_source_profile visited_profiles=self._visited_profiles botocore.exceptions.InfiniteLoopConfigError: Infinite loop in credential configuration detected. Attempting to load from profile default which has already been visited. Visited profiles: ['cromwell', 'default']
Traceback (most recent call last): "/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 170, in sqlmap_scan_main sqlmap_scan.show_sqlmap_log(api_id) "/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 74, in show_sqlmap_log current_status = status_json["status"]KeyError: 'status'
0.174244
Traceback (most recent call last): "download.py", line 38, in <module> data = api.download(packagename, vc, ot) "/home/xxx/source/trunk/yyyy/googleplay.py", line 252, in download cookie = message.payload.buyResponse.purchaseStatusResponse.appDeliveryData.downloadAuthCookie[0] "build/bdist.linux-x86_64/egg/google/protobuf/internal/containers.py", line 64, in **getitem**IndexError: list index out of range
Traceback (most recent call last): "main.py", line 16, in <module> main(sys.argv[1:]) "/usr/home/studenti/sp193030/jiant/jiant/__main__.py", line 588, in main phase="pretrain", "/usr/home/studenti/sp193030/jiant/jiant/trainer.py", line 671, in train all_val_metrics, should_save, new_best = self._validate(n_val, tasks, batch_size) "/usr/home/studenti/sp193030/jiant/jiant/trainer.py", line 953, in _validate task, task_infos, tasks, batch_size, all_val_metrics, n_examples_overall "/usr/home/studenti/sp193030/jiant/jiant/trainer.py", line 843, in _calculate_validation_performance out = self._forward(batch, task=task) "/usr/home/studenti/sp193030/jiant/jiant/trainer.py", line 1043, in _forward model_out = self._model.forward(task, batch) "/usr/home/studenti/sp193030/jiant/jiant/models.py", line 855, in forward out = self._pair_sentence_forward(batch, task, predict) "/usr/home/studenti/sp193030/jiant/jiant/models.py", line 1010, in _pair_sentence_forward logits = classifier(sent, mask, [batch["idx1"], batch["idx2"]]) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/home/studenti/sp193030/jiant/jiant/modules/simple_modules.py", line 149, in forward logits = self.classifier(final_emb) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/home/studenti/sp193030/jiant/jiant/modules/simple_modules.py", line 83, in forward logits = self.classifier(seq_emb) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/modules/linear.py", line 67, in forward return F.linear(input, self.weight, self.bias) "/usr/home/studenti/sp193030/.conda/envs/jiant/lib/python3.6/site-packages/torch/nn/functional.py", line 1352, in linear ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t()) RuntimeError: size mismatch, m1: [8 x 2048], m2: [1536 x 32] at /opt/conda/conda-bld/pytorch_1549630534704/work/aten/src/THC/generic/THCTensorMathBlas.cu:266
0.322444
Traceback (most recent call last): "<string>", line 12, in <module> "g:\py\venv\lib\site-packages\matplotlib\backends\backend_webagg.py", line 29, in <module> raise RuntimeError("The WebAgg backend requires Tornado.") RuntimeError: The WebAgg backend requires Tornado.
Traceback (most recent call last): "tests.vi.test_marks in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 35, in setUpAttributeError: 'NoneType' object has no attribute 'sel'
0.216109
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/syncthing_gtk/app.py", line 691, in cb_syncthing_con_error if check_daemon_running(): "/usr/lib/python2.7/dist-packages/syncthing_gtk/tools.py", line 306, in check_daemon_running p = Popen(["killall", "-u", os.environ["USER"], "-q", "-s", "0", "syncthing"]) "/usr/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) "/usr/lib/python2.7/subprocess.py", line 1025, in _execute_child raise child_exception UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 37: ordinal not in range(128)
Traceback (most recent call last): "<pyshell#0>", line 16, in <module> TestFactory.build() "/usr/local/lib/python2.7/dist-packages/factory/base.py", line 434, in build attrs = cls.attributes(create=False, extra=kwargs) "/usr/local/lib/python2.7/dist-packages/factory/base.py", line 316, in attributes force_sequence=force_sequence, "/usr/local/lib/python2.7/dist-packages/factory/containers.py", line 263, in build sequence = self.factory._generate_next_sequence() "/usr/local/lib/python2.7/dist-packages/factory/base.py", line 287, in _generate_next_sequence cls._next_sequence = cls._setup_next_sequence() "/usr/local/lib/python2.7/dist-packages/factory/alchemy.py", line 37, in _setup_next_sequence pk = getattr(model, model.__mapper__.primary_key[0].name)AttributeError: type object 'Test' has no attribute 'id_'
0.195958
Traceback (most recent call last): "HiddenEye.py", line 27, in <module> checkLocalxpose() "/home/kali/HiddenEye/Defs/Checks.py", line 160, in checkLocalxpose req = requests.get(url) "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) "/usr/local/lib/python3.7/dist-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 524, in request resp = self.send(prep, **send_kwargs) "/usr/local/lib/python3.7/dist-packages/requests/sessions.py", line 637, in send r = adapter.send(request, **kwargs) "/usr/local/lib/python3.7/dist-packages/requests/adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='lxpdownloads.sgp1.digitaloceanspaces.com', port=443): Max retries exceeded with url: /cli/loclx-linux-amd64.zip (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'ssl3_get_record', 'wrong version number')])")))
Traceback (most recent call last): "C:\Users\userdir\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1705, in __call__ return self.func(*args) "C:\Users\userdir\AppData\Local\Programs\Thonny\lib\site-packages\thonny\ui_utils.py", line 200, in _on_mouse_dragged self._update_preferred_sizes() "C:\Users\userdir\AppData\Local\Programs\Thonny\lib\site-packages\thonny\ui_utils.py", line 204, in _update_preferred_sizes if pane.preferred_size_in_pw is not None:AttributeError: 'Notebook' object has no attribute 'preferred_size_in_pw'
0.260563
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/home/phihag/projects/youtube-dl/youtube_dl/__main__.py", line 18, in <module> youtube_dl.main() "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 667, in main _real_main(argv) "/home/phihag/projects/youtube-dl/youtube_dl/__init__.py", line 651, in _real_main retcode = ydl.download(all_urls) "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 573, in download videos = self.extract_info(url) "/home/phihag/projects/youtube-dl/youtube_dl/YoutubeDL.py", line 324, in extract_info ie_result = ie.extract(url) "/home/phihag/projects/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract return self._real_extract(url) "/home/phihag/projects/youtube-dl/youtube_dl/extractor/appletrailers.py", line 157, in _real_extract info['url'] = formats[-1]['url']IndexError: list index out of range
fatal: [redstonefoundries.com] => Traceback (most recent call last): "/home/tbielawa/Projects/ansible/lib/ansible/runner/__init__.py", line 221, in _executor exec_rc = self._executor_internal(host) "/home/tbielawa/Projects/ansible/lib/ansible/runner/__init__.py", line 270, in _executor_internal return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port) "/home/tbielawa/Projects/ansible/lib/ansible/runner/__init__.py", line 396, in _executor_internal_inner self.callbacks.on_ok(host, data) "/home/tbielawa/Projects/ansible/lib/ansible/callbacks.py", line 332, in on_ok msg = "%s: [%s] => %s" % (host, utils.jsonify(host_result2))TypeError: not enough arguments for format string
0.260533
Traceback (most recent call last): "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunnerplugin.py", line 370, in OnTimer self._test_runner.get_output_and_errors(self.get_current_profile()) "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py", line 249, in get_output_and_errors stdout, stderr, returncode = self._process.get_output(), \ "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py", line 304, in get_output return self._output_stream.pop() "C:\Python27\lib\site-packages\robotide\contrib\testrunner\testrunner.py", line 399, in pop return result.decode('UTF-8') "C:\Python27\lib\encodings\utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True) UnicodeDecodeError: 'utf8' codec can't decode byte 0xd6 in position 349: invalid continuation byte
Traceback (most recent call last): "/local/0/autotest/scheduler/monitor_db.py", line 279, in main main_without_exception_handling() "/local/0/autotest/scheduler/monitor_db.py", line 272, in main_without_exception_handling _drone_manager.shutdown()AttributeError: 'NoneType' object has no attribute 'shutdown'
0.160934
Traceback (most recent call last): "/home/hzw/Downloads/Theano/theano/compile/function_module.py", line 859, in **call** outputs = self.fn()SystemError: <theano.gof.vm.CVM object at 0x7fba8ac1ac28> returned a result with an error set
Traceback (most recent call last): "_ctypes/callbacks.c", line 314, in 'calling callback function' "C:\Dokumente und Einstellungen\User\Anwendungsdaten\nvda\addons\focusHighlight\globalPlugins\focusHighlight.py", line 308, in WndProc "C:\Dokumente und Einstellungen\User\Anwendungsdaten\nvda\addons\focusHighlight\globalPlugins\focusHighlight.py", line 185, in updateNavigatorLocation "api.pyc", line 197, in getNavigatorObject "baseObject.pyc", line 21, in __get__ "textInfos\offsets.pyc", line 293, in _get_NVDAObjectAtStart "virtualBuffers__init__.pyc", line 95, in _getNVDAObjectFromOffset "virtualBuffers\MSHTML.pyc", line 210, in getNVDAObjectFromIdentifier "comtypesMonkeyPatches.pyc", line 32, in new__getattr__ "comtypes\client\lazybind.pyc", line 149, in **getattr** "comtypes\automation.pyc", line 664, in _invokeCOMError: (-2147417842, 'Eine Schnittstelle, die f\xfcr einen anderen Thread marshalled war, wurde von der Anwendung aufgerufen.', (None, None, None, 0, None))
0.298888
Traceback (most recent call last): "<string>", line 1, in <module> NameError: name 'powerline_setup' is not defined
Traceback (most recent call last): "<stdin>", line 1, in <module> "pandas/core/internals.py", line 4518, in reindex block = make_block(new_values, copy=copy, UnboundLocalError: local variable 'make_block' referenced before assignment
0.276224
Traceback (most recent call last): "app.py", line 53, in <module> scheduler.start() "C:\Anaconda3\envs\g2x_flask\lib\site-packages\flask_apscheduler\scheduler.py", line 82, in start self._scheduler.start() "C:\Anaconda3\envs\g2x_flask\lib\site-packages\apscheduler\schedulers\background.py", line 33, in start BaseScheduler.start(self, *args, **kwargs) "C:\Anaconda3\envs\g2x_flask\lib\site-packages\apscheduler\schedulers\base.py", line 154, in start self._real_add_job(job, jobstore_alias, replace_existing) "C:\Anaconda3\envs\g2x_flask\lib\site-packages\apscheduler\schedulers\base.py", line 851, in _real_add_job store.add_job(job) "C:\Anaconda3\envs\g2x_flask\lib\site-packages\apscheduler\jobstores\sqlalchemy.py", line 94, in add_job raise ConflictingIdError(job.id) apscheduler.jobstores.base.ConflictingIdError: 'Job identifier (job1) conflicts with an existing job'
Traceback (most recent call last): "/opt/Mylar/lib/cherrypy/_cprequest.py", line 670, in respond response.body = self.handler() "/opt/Mylar/lib/cherrypy/lib/encoding.py", line 217, in __call__ self.body = self.oldhandler(*args, **kwargs) "/opt/Mylar/lib/cherrypy/_cpdispatch.py", line 61, in __call__ return self.callable(*self.args, **self.kwargs) "/opt/Mylar/mylar/webserve.py", line 919, in deleteSeries helpers.ComicSort(sequence='update') "/opt/Mylar/mylar/helpers.py", line 765, in ComicSort mylar.COMICSORT['LastOrderID'] = mylar.COMICSORT['SortOrder'][placemnt]['ComicID'] IndexError: list index out of range
0.236446
The minion function caused an exception: Traceback (most recent call last): "/Users/sambev/projects/salt/salt/minion.py", line 1142, in _thread_return return_data = func(*args, **kwargs) "/Users/sambev/projects/salt/salt/modules/schedule.py", line 81, in list_ for item in schedule[job]: RuntimeError: dictionary changed size during iteration
Traceback (most recent call last): "/Users/ilan/python/bin/conda", line 6, in <module> sys.exit(conda.cli.main()) "/Users/ilan/conda/conda/cli/main.py", line 120, in main args_func(args, p) "/Users/ilan/conda/conda/cli/main.py", line 127, in args_func args.func(args, p) "/Users/ilan/conda/conda/cli/main_search.py", line 118, in execute execute_search(args, parser) "/Users/ilan/conda/conda/cli/main_search.py", line 155, in execute_search extracted = conda.install.extracted() "/Users/ilan/conda/conda/install.py", line 749, in extracted return set(dist for dist, rec in package_cache().items() if rec['dirs']) "/Users/ilan/conda/conda/install.py", line 673, in package_cache add_cached_package(pdir, fn) "/Users/ilan/conda/conda/install.py", line 627, in add_cached_package url = remove_binstar_tokens(url) "/Users/ilan/conda/conda/config.py", line 258, in remove_binstar_tokens return BINSTAR_TOKEN_PAT.sub(r'\1', url)TypeError: expected string or buffer
0.214811
Traceback (most recent call last): "/var/www/yf_live/virtualenv/lib/python2.6/site-packages/celery/apps/beat.py", line 89, in start_scheduler beat.start() "/var/www/yf_live/virtualenv/lib/python2.6/site-packages/celery/beat.py", line 406, in start interval = self.scheduler.tick() "/var/www/yf_live/virtualenv/lib/python2.6/site-packages/celery/beat.py", line 197, in tick next_time_to_run = self.maybe_due(entry, self.publisher) "/var/www/yf_live/virtualenv/lib/python2.6/site-packages/celery/beat.py", line 173, in maybe_due is_due, next_time_to_run = entry.is_due() "/var/www/yf_live/virtualenv/lib/python2.6/site-packages/djcelery/schedulers.py", line 54, in is_due return self.schedule.is_due(self.last_run_at)AttributeError: 'NoneType' object has no attribute 'is_due'
Traceback (most recent call last): "/www/lemur/lib/python3.6/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/www/lemur/lib/python3.6/site-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/www/lemur/lib/python3.6/site-packages/flask_restful/__init__.py", line 484, in wrapper return self.make_response(data, code, headers=headers) "/www/lemur/lib/python3.6/site-packages/flask_restful/__init__.py", line 513, in make_response resp = self.representations[mediatype](data, *args, **kwargs) "/www/lemur/lib/python3.6/site-packages/flask_restful/representations/json.py", line 21, in output_json dumped = dumps(data, **settings) + "\n" "/usr/lib/python3.6/json/__init__.py", line 231, in dumps return _default_encoder.encode(obj) "/usr/lib/python3.6/json/encoder.py", line 199, in encode chunks = self.iterencode(o, _one_shot=True) "/usr/lib/python3.6/json/encoder.py", line 257, in iterencode return _iterencode(o, 0) "/usr/lib/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'bytes' is not JSON serializable
0.303998
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmxuexrxr\build\youtube_dl\YoutubeDL.py", line 1903, in process_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmxuexrxr\build\youtube_dl\YoutubeDL.py", line 1848, in dl "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmxuexrxr\build\youtube_dl\downloader\common.py", line 364, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmxuexrxr\build\youtube_dl\downloader\http.py", line 341, in real_download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmxuexrxr\build\youtube_dl\downloader\http.py", line 109, in establish_connection "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpmxuexrxr\build\youtube_dl\YoutubeDL.py", line 2212, in urlopen "C:\Python\Python34\lib\urllib\request.py", line 470, in open "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response "C:\Python\Python34\lib\urllib\request.py", line 508, in error "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default urllib.error.HTTPError: HTTP Error 404: Not Found
Traceback (most recent call last): "<pyshell#57>", line 1, in <module> group.add_members(friend, use_invitation=True) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 72, in wrapped smart_map(check_response_body, ret) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 207, in smart_map return func(i, *args, **kwargs) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 53, in check_response_body raise ResponseError(err_code=err_code, err_msg=err_msg) wxpy.exceptions.ResponseError: err_code: 1; err_msg:
0.315504
Traceback (most recent call last): "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 188, in _main status = self.run(options, args) "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 185, in wrapper return func(self, options, args) "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 407, in run use_user_site=options.use_user_site, "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/req/__init__.py", line 71, in install_given_reqs **kwargs "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/req/req_install.py", line 845, in install six.reraise(*exc.parent) "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_vendor/six.py", line 703, in reraise raise value "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/operations/install/legacy.py", line 76, in install cwd=unpacked_source_directory, "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/utils/subprocess.py", line 274, in runner spinner=spinner, "/gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/lib/python3.7/site-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess raise InstallationError(exc_msg) pip._internal.exceptions.InstallationError: Command errored out with exit status 1: /gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-om9yp6_k/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-om9yp6_k/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' --cpp_ext --cuda_ext install --record /tmp/pip-record-i3cdwd87/install-record.txt --single-version-externally-managed --compile --install-headers /gpfs/share/apps/anaconda3/gpu/5.2.0/envs/faiss/include/python3.7m/apex Check the logs for full command output.
Traceback (most recent call last): "/tmp/local-patch/lib/python2.7/site-packages/scikit_image-0.9dev-py2.7-linux-x86_64.egg/skimage/filter/tests/test_canny.py", line 66, in test_mask_none result1 = F.canny(np.zeros((20, 20)), 4, 0, 0, np.ones((20, 20), bool)) "/tmp/local-patch/lib/python2.7/site-packages/scikit_image-0.9dev-py2.7-linux-x86_64.egg/skimage/filter/_canny.py", line 260, in canny labels, count = label(low_mask, np.ndarray((3, 3), bool)) "/tmp/local-patch/lib/python2.7/site-packages/scipy/ndimage/measurements.py", line 187, in label max_label = _ni_label._label(input, structure, output) "_ni_label.pyx", line 184, in _ni_label._label (scipy/ndimage/src/_ni_label.c:11515) "_ni_label.pyx", line 206, in _ni_label._label (scipy/ndimage/src/_ni_label.c:9986)AssertionError: Structuring element is not symmetric
0.258542
Traceback (most recent call last): "train.py", line 189, in <module> main() "train.py", line 183, in main serializers.load_npz(args.resume, trainer) "/home/mingxiao/pythonenv/py3-intel-chainer/lib/python3.5/site-packages/chainer/serializers/npz.py", line 187, in load_npz d.load(obj) "/home/mingxiao/pythonenv/py3-intel-chainer/lib/python3.5/site-packages/chainer/serializer.py", line 83, in load obj.serialize(self) "/home/mingxiao/pythonenv/py3-intel-chainer/lib/python3.5/site-packages/chainer/training/trainer.py", line 333, in serialize entry.extension.serialize(s[name]) "/home/mingxiao/pythonenv/py3-intel-chainer/lib/python3.5/site-packages/chainer/training/extensions/log_report.py", line 124, in serialize self._log = json.loads(log) "/home/mingxiao/.local/lib/python3.5/json/__init__.py", line 319, in loads return _default_decoder.decode(s) "/home/mingxiao/.local/lib/python3.5/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/home/mingxiao/.local/lib/python3.5/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): "schedule.py", line 54, in <module> scheduler.add_job(k.checknode(),'interval',seconds=5) "/Library/Python/2.7/site-packages/APScheduler-3.2.0-py2.7.egg/apscheduler/schedulers/base.py", line 422, in add_job job = Job(self, **job_kwargs) "/Library/Python/2.7/site-packages/APScheduler-3.2.0-py2.7.egg/apscheduler/job.py", line 44, in __init__ self._modify(id=id or uuid4().hex, **kwargs) "/Library/Python/2.7/site-packages/APScheduler-3.2.0-py2.7.egg/apscheduler/job.py", line 165, in _modify raise TypeError('func must be a callable or a textual reference to one')TypeError: func must be a callable or a textual reference to one`
0.25426
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 663, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 290, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1890, in _real_extract raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://vod.tvp.pl/22704887/08122015-1500
"module_stdout": "Traceback (most recent call last):\r\n \"/tmp/ansible_0a7fqdpo/ansible_module_django_manage.py\", line 287, in <module>\r\n main()\r\n \"/tmp/ansible_0a7fqdpo/ansible_module_django_manage.py\", line 278, in main\r\n if len(filtered_output):\r\nTypeError: object of type 'filter' has no len()\r\n", "msg": "MODULE FAILURE"
0.211322
Traceback (most recent call last): "server.py", line 78, in <module> BaseWorld.apply_config('payloads', BaseWorld.strip_yml('conf/payloads.yml')[0]) "/usr/src/app/app/utility/base_world.py", line 58, in strip_yml with open(path, encoding='utf-8') as seed: NotFoundError: [Errno 2] No such file or directory: 'conf/payloads.yml'
Traceback (most recent call last): "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/cli.py", line 393, in sync_collection force_delete=status_name in force_delete "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/sync.py", line 129, in sync list_b = prepare_list(storage_b, b_href_to_status) "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/sync.py", line 66, in prepare_list for href, etag in storage.list(): "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 584, in list headers=headers) "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 187, in request self._check_dav_header() "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 199, in _check_dav_header headers=headers "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 189, in request session=self._session, **self._settings) "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/utils/__init__.py", line 192, in request r = func(method, url, data=data, headers=headers, auth=auth, verify=verify) "/home/user/.local/lib/python2.7/site-packages/requests/sessions.py", line 451, in request resp = self.send(prep, *_send_kwargs) "/home/user/.local/lib/python2.7/site-packages/requests/sessions.py", line 557, in send r = adapter.send(request, *_kwargs) "/home/user/.local/lib/python2.7/site-packages/requests/adapters.py", line 362, in send timeout=timeout "/home/user/.local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 516, in urlopen body=body, headers=headers) "/home/user/.local/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 308, in _make_request conn.request(method, url, **httplib_request_kw) "/home/user/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 946, in request self._send_request(method, url, body, headers) "/home/user/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 986, in _send_request self.putheader(hdr, value) "/home/user/.pyenv/versions/2.7/lib/python2.7/httplib.py", line 924, in putheader str = '%s: %s' % (header, '\r\n\t'.join(values))TypeError: sequence item 0: expected string, int found
0.20551
Traceback (most recent call last): "/opt/prefect/healthcheck.py", line 136, in &lt;module&gt; result_check(flows) "/opt/prefect/healthcheck.py", line 64, in result_check _check_mapped_result_templates(flow) "/opt/prefect/healthcheck.py", line 58, in _check_mapped_result_templates "Mapped tasks with custom result locations must include {filename} as a template in their location - see <https://docs.prefect.io/core/advanced_tutorials/using-results.html#specifying-a-location-for-mapped-or-looped-tasks>"ValueError: Mapped tasks with custom result locations must include {filename} as a template in their location - see <https://docs.prefect.io/core/advanced_tutorials/using-results.html#specifying-a-location-for-mapped-or-looped-tasks>
Traceback (most recent call last): "/Users/cody/git/battle_tested/battle_tested/loaded_modules.py", line 246, in <module> out = garbage.example() "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/searchstrategy/strategies.py", line 139, in example verbosity=Verbosity.quiet, "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/core.py", line 759, in find runner.run() "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/internal/conjecture/engine.py", line 240, in run self._run() "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/internal/conjecture/engine.py", line 460, in _run self.new_buffer() "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/internal/conjecture/engine.py", line 96, in new_buffer self.test_function(self.last_data) "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/internal/conjecture/engine.py", line 102, in test_function self._test_function(data) "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/core.py", line 729, in template_condition data.note(result) "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/internal/conjecture/data.py", line 100, in note value = unicode_safe_repr(value) "/Users/cody/Library/Python/2.7/lib/python/site-packages/hypothesis/internal/compat.py", line 182, in unicode_safe_repr r = repr(x) UnicodeEncodeError: 'ascii' codec can't encode character u'\u59a8' in position 10: ordinal not in range(128)
0.293957
Traceback (most recent call last): "/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 101, in typeCompletionAvailable self.Get typeCompleter( filetypes ) "/Users/Rasmus/.vim/bundle/repos/github.com/Valloric/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 90, in Get typeCompleter current_filetypes ) ) ValueError: No semantic completer exists for filetypes: ['tex']
Traceback (most recent call last): "test.py", line 1, in <module> import numpy "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/usr/local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "site-packages/numpy/__init__.py", line 180, in <module> "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/usr/local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "site-packages/numpy/add_newdocs.py", line 13, in <module> "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/usr/local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "site-packages/numpy/lib/__init__.py", line 8, in <module> "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/usr/local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "site-packages/numpy/lib/type_check.py", line 11, in <module> "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/usr/local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 389, in load_module exec(bytecode, module.__dict__) "site-packages/numpy/core/__init__.py", line 14, in <module> "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 958, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 664, in _load_unlocked "<frozen importlib._bootstrap>", line 634, in _load_backward_compatible "/usr/local/lib/python3.5/site-packages/PyInstaller/loader/pyimod03_importers.py", line 573, in load_module module = loader.load_module(fullname)SystemError: initialization of multiarray raised unreported exception
0.322733
Traceback (most recent call last): "/usr/lib/python3/dist-packages/impacket/smbconnection.py", line 812, in put return self._SMBConnection.stor_file(shareName, pathName, callback) "/usr/lib/python3/dist-packages/impacket/smb3.py", line 1565, in store treeId = self.connectTree(shareName) "/usr/lib/python3/dist-packages/impacket/smb3.py", line 858, in connectTree if packet.isValidAnswer(STATUS_SUCCESS): "/usr/lib/python3/dist-packages/impacket/smb3structs.py", line 437, in isValidAnswer raise smb3.SessionError(self['Status'], self) impacket.smb3.SessionError: SMB SessionError: STATUS_ACCESS_DENIED({Access Denied} A process has requested access to an object but has not been granted those access rights.)
Traceback (most recent call last): "/usr/bin/certbot", line 9, in <module> load_entry_point('certbot==0.10.0.dev0', 'console_scripts', 'certbot')() "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 542, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2569, in load_entry_point return ep.load() "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2229, in load return self.resolve() "/usr/lib64/python2.7/site-packages/pkg_resources/__init__.py", line 2235, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/lib64/python2.7/site-packages/certbot/main.py", line 14, in <module> from acme import jose "/usr/lib64/python2.7/site-packages/acme/jose/__init__.py", line 37, in <module> from acme.jose.interfaces import JSONDeSerializable "/usr/lib64/python2.7/site-packages/acme/jose/interfaces.py", line 9, in <module> from acme.jose import util "/usr/lib64/python2.7/site-packages/acme/jose/util.py", line 5, in <module> import OpenSSL "/usr/lib64/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module> from OpenSSL import rand, crypto, SSLImportError: /usr/lib64/python2.7/site-packages/OpenSSL/crypto.so: undefined symbol: PyUnicodeUCS2_Decode
0.238856
2019-10-25 03:10:31,482083 (MainThread): Traceback (most recent call last): "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\dbt\main.py", line 80, in main results, succeeded = handle_and_check(args) "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\dbt\main.py", line 158, in handle_and_check task, res = run_from_args(parsed) "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\dbt\main.py", line 204, in run_from_args log_manager.set_path(log_path) "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\dbt\logger.py", line 483, in set_path self._file_handler.set_path(path) "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\dbt\logger.py", line 383, in set_path self._replay_buffered() "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\dbt\logger.py", line 402, in _replay_buffered super().emit(record) "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\logbook\handlers.py", line 980, in emit self.perform_rollover(new_timestamp) "c:\users\dbt_fan\appdata\local\programs\python\python37\lib\site-packages\logbook\handlers.py", line 962, in perform_rollover os.rename(self._filename, filename) ExistsError: [WinError 183] Cannot create a file when that file already exists: 'logs\\dbt.log' -> 'C:\\source\\my_dbt\\logs\\dbt-2019-10-24.log'
Traceback (most recent call last): "setup.py", line 6, in ? import requests "/home/S12/tomoiac2/bin/kennethreitz-requests-3e72f23/requests/__init__.py", line 52 from . import utils ^SyntaxError: invalid syntax`
0.301764
Traceback (most recent call last): "train.py", line 377, in <module> num_epochs=60) "train.py", line 199, in train_model outputs = model(inputs) "/home/njuciairs/InstallTools/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/njuciairs/HAQ/reid-baseline/Person_reID_baseline_pytorch/model.py", line 79, in forward x = self.model.conv1(x) "/home/njuciairs/InstallTools/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/njuciairs/InstallTools/anaconda3/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 320, in forward self.padding, self.dilation, self.groups) RuntimeError: cuda runtime error (11) : invalid argument at /pytorch/aten/src/THC/THCGeneral.cpp:405
Traceback (most recent call last): "sqlmap.py", line 180, in main start() "lib/core/decorators.py", line 75, in _ result = f(*args, **kwargs) "lib/controller/controller.py", line 692, in start action() "lib/controller/action.py", line 113, in action conf.dumper.dbTables(conf.dbmsHandler.getTables()) "plugins/generic/databases.py", line 419, in getTables return self.getTables(bruteForce=True) "plugins/generic/databases.py", line 260, in getTables return tableExists(paths.COMMON_TABLES) "lib/core/decorators.py", line 75, in _ result = f(*args, **kwargs) "lib/utils/brute.py", line 179, in tableExists conf.db = popValue() "lib/core/common.py", line 2588, in popValue return getCurrentThreadData().valueStack.pop()IndexError: pop from empty list
0.290088
**Traceback (most recent call last): "densenet_layer.py", line 6, in <module> import layer ImportError: No module named layer**
Traceback (most recent call last): "/home/redbot/.pyenv/versions/redbot/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 863, in invoke await ctx.command.invoke(ctx) "/home/redbot/.pyenv/versions/redbot/lib/python3.7/site-packages/discord/ext/commands/core.py", line 728, in invoke await injected(*ctx.args, **ctx.kwargs) "/home/redbot/.pyenv/versions/redbot/lib/python3.7/site-packages/discord/ext/commands/core.py", line 88, in wrapped raise CommandInvokeError(exc) from exc discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 BAD REQUEST (error code: 50035): Invalid Form Body
0.207798
Traceback (most recent call last): "/home/travis/virtualenv/python3.4.6/bin/py.test", line 11, in <module> sys.exit(main()) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/config.py", line 47, in main config = _prepareconfig(args, plugins) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/config.py", line 156, in _prepareconfig pluginmanager=pluginmanager, args=args) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__ return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec return self._inner_hookexec(hook, methods, kwargs) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 334, in <lambda> _MultiCall(methods, kwargs, hook.spec_opts).execute() "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 613, in execute return _wrapped_call(hook_impl.function(*args), self.execute) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 250, in _wrapped_call wrap_controller.send(call_outcome) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/helpconfig.py", line 32, in pytest_cmdline_parse config = outcome.get_result() "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 279, in get_result raise ex[1].with_traceback(ex[2]) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 265, in __init__ self.result = func() "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute res = hook_impl.function(*args) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/config.py", line 924, in pytest_cmdline_parse self.parse(args) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/config.py", line 1082, in parse self._preparse(args, addopts=addopts) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/config.py", line 1044, in _preparse self.pluginmanager.load_setuptools_entrypoints(entrypoint_name) "/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages/_pytest/vendored_packages/pluggy.py", line 515, in load_setuptools_entrypoints "Plugin %r could not be loaded: %s!" % (ep.name, e)) _pytest.vendored_packages.pluggy.PluginValidationError: Plugin 'xdist' could not be loaded: (pytest 3.0.7 (/home/travis/virtualenv/python3.4.6/lib/python3.4/site-packages), Requirement.parse('pytest>=3.6.0'))!
Traceback (most recent call last): "/lingtian/software/anaconda3/envs/tf_1.12.0/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 624, in _queue_management_worker result_item = result_reader.recv() "/lingtian/software/anaconda3/envs/tf_1.12.0/lib/python3.6/multiprocessing/connection.py", line 251, in recv return _ForkingPickler.loads(buf.getbuffer()) TypeError: __init__() takes 1 positional argument but 2 were given
0.235366
Traceback (most recent call last): "/Users/tavi/.virtualenvs/cycledash/bin/dpxdt", line 9, in <module> load_entry_point('dpxdt==0.1.5', 'console_scripts', 'dpxdt')() "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/tools/local_pdiff.py", line 509, in run main(sys.argv) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/tools/local_pdiff.py", line 490, in main coordinator.wait_one() "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/workers.py", line 345, in wait_one item.check_result() "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/workers.py", line 430, in handle_item next_item = generator.throw(*error) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/tools/local_pdiff.py", line 385, in run yield RunTestSuiteWorkflowItem(config_dir, config, mode, heartbeat) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/workers.py", line 430, in handle_item next_item = generator.throw(*error) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/tools/local_pdiff.py", line 414, in run heartbeat=heartbeat) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/workers.py", line 430, in handle_item next_item = generator.throw(*error) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/tools/local_pdiff.py", line 148, in run heartbeat=NamedHeartbeat) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/workers.py", line 430, in handle_item next_item = generator.throw(*error) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/tools/local_pdiff.py", line 193, in run log_file, ref_path, output_path, ref_resized_path) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/workers.py", line 440, in handle_item next_item = generator.send(item) "/Users/tavi/.virtualenvs/cycledash/lib/python2.7/site-packages/dpxdt/client/process_worker.py", line 64, in run close_fds=True) "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) "/usr/local/Cellar/python/2.7.8_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory
Traceback (most recent call last): "/pen/cobra/cobra/__init__.py", line 67, in main api.start(args.host, args.port, args.debug) "/pen/cobra/cobra/api.py", line 583, in start sys.exit(0)NameError: global name 'sys' is not defined
0.227977
Traceback (most recent call last): "/usr/lib/python3.5/code.py", line 91, in runcode exec(code, self.locals) "<input>", line 1, in <module> "<string>", line 26, in <module> "/usr/local/lib/python3.5/dist-packages/plotly/offline/offline.py", line 469, in plot '100%', '100%', global_requirejs=False) "/usr/local/lib/python3.5/dist-packages/plotly/offline/offline.py", line 161, in _plot_html figure_or_data, validate "/usr/local/lib/python3.5/dist-packages/plotly/tools.py", line 1464, in return_figure_from_figure_or_data "".format(err)) plotly.exceptions.PlotlyError: Invalid 'figure_or_data' argument. Plotly will not be able to properly parse the resulting JSON. If you want to send this 'figure_or_data' to Plotly anyway (not recommended), you can set 'validate=False' as a plot option.
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-c5xbxqxi/arrow/setup.py", line 4, in <module> from arrow import __version__ "/tmp/pip-build-c5xbxqxi/arrow/arrow/__init__.py", line 3, in <module> from .api import get, now, utcnow "/tmp/pip-build-c5xbxqxi/arrow/arrow/api.py", line 10, in <module> from arrow.factory import ArrowFactory "/tmp/pip-build-c5xbxqxi/arrow/arrow/factory.py", line 15, in <module> from dateutil import tz as dateutil_tz ImportError: No module named 'dateutil'
0.328831
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/rasax/community/services/event_service.py", line 970, in continuously_consume consumer.consume() "/usr/local/lib/python3.6/dist-packages/rasax/community/services/event_consumers/sqlite_consumer.py", line 37, in consume origin=DEFAULT_RASA_ENVIRONMENT, "/usr/local/lib/python3.6/dist-packages/rasax/community/services/event_consumers/event_consumer.py", line 124, in log_event self.analytics_service.save_analytics(data, sender_id=event.conversation_id) "/usr/local/lib/python3.6/dist-packages/rasax/community/services/analytics_service.py", line 333, in save_analytics self.update_session_data(event) "/usr/local/lib/python3.6/dist-packages/rasax/community/services/analytics_service.py", line 343, in update_session_data or event_timestamp - latest_session.latest_event_time > SESSION_TIMEOUT TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Traceback (most recent call last): "queueHandler.pyc", line 50, in flushQueue "NVDAHelper.pyc", line 210, in handleInputCandidateListUpdate "baseObject.pyc", line 34, in __get__ "baseObject.pyc", line 110, in _getPropertyViaCache "NVDAObjects\behaviors.pyc", line 394, in _get_visibleCandidateItemsText "baseObject.pyc", line 34, in __get__ "baseObject.pyc", line 110, in _getPropertyViaCache "NVDAObjects\inputComposition.pyc", line 147, in _get_name "NVDAObjects\behaviors.pyc", line 361, in getFormattedCandidateNameKeyError: u'number'
0.315087
Traceback (most recent call last): "impacket/examples/psexec.py", line 119, in doStuff dce.connect() "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/rpcrt.py", line 800, in connect return self._transport.connect() "/usr/local/lib/python2.7/dist-packages/impacket/dcerpc/v5/transport.py", line 410, in connect TGS=self._TGS) "/usr/local/lib/python2.7/dist-packages/impacket/smbconnection.py", line 361, in kerberosLogin raise e KerberosError: Kerberos SessionError: KRB_AP_ERR_BAD_INTEGRITY(Integrity check on decrypted field failed)
`Traceback (most recent call last): "myExperiment.py", line 11, in <module> aT.extract_features_and_train(data, 1.0, 1.0, aT.shortTermWindow, aT.shortTermStep, "svm", "svmSMtemp", False) "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/audioTrainTest.py", line 307, in extract_features_and_train compute_beat=compute_beat) "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/MidTermFeatures.py", line 245, in multiple_directory_feature_extraction compute_beat=compute_beat) "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/MidTermFeatures.py", line 193, in directory_feature_extraction round(sampling_rate * short_step)) "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/MidTermFeatures.py", line 92, in mid_feature_extraction short_window, short_step) "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/ShortTermFeatures.py", line 568, in feature_extraction fbank, freqs = mfcc_filter_banks(sampling_rate, num_fft) "/home/ly/Projects/pyAudioAnalysis/pyAudioAnalysis/ShortTermFeatures.py", line 218, in mfcc_filter_banks fbank[i][rid] = rslope * (high_freqs - nfreqs[rid]) IndexError: index 40 is out of bounds for axis 0 with size 40`
0.216352
Traceback (most recent call last): "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle report['scrape'] = self.do_scrape(juris, args, scrapers) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape report[scraper_name] = scraper.do_scrape(**scrape_args) "/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape for obj in self.scrape(**kwargs) or []: "/opt/openstates/openstates/openstates/oh/bills.py", line 200, in scrape chamber_dict, vote_results) "/opt/openstates/openstates/openstates/oh/bills.py", line 415, in process_vote vote.yes(legislators[voter_id])KeyError: 1605
Traceback (most recent call last): "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/sympy-1.4.dev0-py2.7.egg/sympy/utilities/runtests.py", line 1306, in _timeout function() "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/sympy-1.4.dev0-py2.7.egg/sympy/printing/tests/test_theanocode.py", line 324, in test_theano_function_kwargs dtypes={x: 'float64', y: 'float64', z: 'float64'}) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/sympy-1.4.dev0-py2.7.egg/sympy/printing/tests/test_theanocode.py", line 54, in theano_function_ return theano_function(inputs, outputs, **kwargs) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/sympy-1.4.dev0-py2.7.egg/sympy/printing/theanocode.py", line 500, in theano_function func = theano.function(tinputs, toutputs, **kwargs) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/compile/function.py", line 317, in function output_keys=output_keys) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/compile/pfunc.py", line 486, in pfunc output_keys=output_keys) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/compile/function_module.py", line 1841, in orig_function fn = m.create(defaults) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/compile/function_module.py", line 1715, in create input_storage=input_storage_lists, storage_map=storage_map) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/link.py", line 699, in make_thunk storage_map=storage_map)[:3] "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/vm.py", line 1091, in make_all impl=impl)) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/op.py", line 955, in make_thunk no_recycling) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/op.py", line 858, in make_c_thunk output_storage=node_output_storage) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/cc.py", line 1217, in make_thunk keep_lock=keep_lock) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/cc.py", line 1157, in __compile__ keep_lock=keep_lock) "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/cc.py", line 1609, in cthunk_factory key = self.cmodule_key() "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/cc.py", line 1300, in cmodule_key c_compiler=self.c_compiler(), "/home/travis/miniconda/envs/test-environment/lib/python2.7/site-packages/theano/gof/cc.py", line 1379, in cmodule_key_ np.core.multiarray._get_ndarray_c_version()) AttributeError: ('The following error happened while compiling the node', Elemwise{add,no_inplace}(x, y), '\n', "'module' object has no attribute '_get_ndarray_c_version'")
0.248382
Traceback (most recent call last): "/home/mostafa/source/salesman/venv/lib/python3.5/site-packages/aiopg/connection.py", line 452, in __del__ if not self._conn.closed:AttributeError: 'Connection' object has no attribute '_conn'
above this error message when asking for help.Traceback (most recent call last): "C:\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "C:\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "C:\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "imp.py", line 243, in load_module "imp.py", line 343, in load_dynamic ImportError: DLL load failed: Bu işlemin tamamlanması için disk belleği dosyası çok küçük.
0.286411
Traceback (most recent call last): "/usr/bin/pip3", line 5, in <module> from pkg_resources import load_entry_point "/usr/local/lib/python3.4/dist-packages/pkg_resources/__init__.py", line 70, in <module> import packaging.version ImportError: No module named 'packaging'
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 83, in create_connection raise err "/usr/local/lib/python3.6/site-packages/urllib3/util/connection.py", line 73, in create_connection sock.connect(sa) ConnectionRefusedError: [Errno 61] Connection refused
0.273028
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-req-build-r7w8srdk/setup.py", line 69, in <module> 'install': CustomInstallCommand "/home/zhac/anaconda3/lib/python3.7/site-packages/setuptools/__init__.py", line 140, in setup return distutils.core.setup(**attrs) "/home/zhac/anaconda3/lib/python3.7/distutils/core.py", line 148, in setup dist.run_commands() "/home/zhac/anaconda3/lib/python3.7/distutils/dist.py", line 966, in run_commands self.run_command(cmd) "/home/zhac/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/zhac/anaconda3/lib/python3.7/site-packages/wheel/bdist_wheel.py", line 238, in run self.run_command('install') "/home/zhac/anaconda3/lib/python3.7/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/zhac/anaconda3/lib/python3.7/distutils/dist.py", line 985, in run_command cmd_obj.run() "/tmp/pip-req-build-r7w8srdk/setup.py", line 34, in run subprocess.run(['make', 'pip-install'], check=True) "/home/zhac/anaconda3/lib/python3.7/subprocess.py", line 468, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['make', 'pip-install']' returned non-zero exit status 2.
Traceback (most recent call last): "/users/zhaojunyao/pyitems/forked_MatchZoo/MatchZoo/test_local/test_model_on_snli.py", line 60, in <module> history = model.fit_generator(train_generator, epochs=30, callbacks=[evaluate], workers=30, use_multiprocessing=True) "/users/zhaojunyao/pyitems/forked_MatchZoo/MatchZoo/matchzoo/engine/base_model.py", line 276, in fit_generator verbose=verbose, **kwargs "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91, in wrapper return func(*args, **kwargs) "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/engine/training.py", line 1418, in fit_generator initial_epoch=initial_epoch) "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/engine/training_generator.py", line 181, in fit_generator generator_output = next(output_generator) "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/utils/data_utils.py", line 601, in get six.reraise(*sys.exc_info()) "/users/zhaojunyao/env/lib/python3.6/site-packages/six.py", line 686, in reraise raise value "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/utils/data_utils.py", line 595, in get inputs = self.queue.get(block=True).get() "/users/zhaojunyao/env/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value ValueError: cannot index with vector containing NA / NaN values
0.269167
Traceback (most recent call last): "./demo.py", line 6, in <module> result = pb_ag("mystring123") "/home/nkabir/.local/opt/xcatalyst/venvs/bench-python-bench/lib/python3.6/site-packages/plumbum/commands/base.py", line 103, in __call__ return self.run(args, **kwargs)[1] "/home/nkabir/.local/opt/xcatalyst/venvs/bench-python-bench/lib/python3.6/site-packages/plumbum/commands/base.py", line 240, in run return p.run() "/home/nkabir/.local/opt/xcatalyst/venvs/bench-python-bench/lib/python3.6/site-packages/plumbum/commands/base.py", line 201, in runner return run_proc(p, retcode, timeout) "/home/nkabir/.local/opt/xcatalyst/venvs/bench-python-bench/lib/python3.6/site-packages/plumbum/commands/processes.py", line 232, in run_proc return _check_process(proc, retcode, timeout, stdout, stderr) "/home/nkabir/.local/opt/xcatalyst/venvs/bench-python-bench/lib/python3.6/site-packages/plumbum/commands/processes.py", line 23, in _check_process proc.verify(retcode, timeout, stdout, stderr) "/home/nkabir/.local/opt/xcatalyst/venvs/bench-python-bench/lib/python3.6/site-packages/plumbum/machines/base.py", line 26, in verify stderr) plumbum.commands.processes.ProcessExecutionError: Command line: ['/usr/bin/ag', 'mystring123']
Traceback (most recent call last): "./backend_driver.py", line 25, in <module> import matplotlib.rcsetup as rcsetup "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/matplotlib/**init**.py", line 151, in <module> from matplotlib.rcsetup import (defaultParams, "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/matplotlib/rcsetup.py", line 20, in <module> from matplotlib.colors import is_color_like "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/matplotlib/colors.py", line 205, in <module> for k, v in cnames.items():RuntimeError: dictionary changed size during iteration
0.270023
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/main/dispatch/worker/base.py", line 126, in run res = queue.blpop(self.queues) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/redis/client.py", line 1865, in blpop return self.execute_command('BLPOP', *keys) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/redis/client.py", line 875, in execute_command conn = self.connection or pool.get_connection(command_name, **options) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/redis/connection.py", line 1185, in get_connection connection.connect() "/var/lib/awx/venv/awx/lib/python3.6/site-packages/redis/connection.py", line 557, in connect raise ConnectionError(self._error_message(e)) redis.exceptions.ConnectionError: Error 2 connecting to unix socket: /var/run/redis/redis.sock. No such file or directory.
Traceback (most recent call last): "./__main__.py", line 2713, in <module> main() "./__main__.py", line 2681, in main application = Application(tk) "./__main__.py", line 196, in __init__ page = cls(self.ribbon, self) "/home/josemiel/bCNC/bCNC/CNCRibbon.py", line 115, in __init__ self.register() "/home/josemiel/bCNC/bCNC/ProbePage.py", line 1988, in register (ProbeCommonFrame, ProbeFrame, AutolevelFrame, CameraFrame, ToolFrame)) "/home/josemiel/bCNC/bCNC/CNCRibbon.py", line 134, in _register w = f(self.master._pageFrame, self.app) "/home/josemiel/bCNC/bCNC/ProbePage.py", line 1667, in __init__ self.toolWait.set(TOOL_WAIT[1]) "/home/josemiel/bCNC/bCNC/lib/tkExtra.py", line 3094, in set self.invoke() "/home/josemiel/bCNC/bCNC/lib/tkExtra.py", line 3046, in invoke self.command() "/home/josemiel/bCNC/bCNC/ProbePage.py", line 1876, in waitChange CNC.toolWaitAfterProbe = int(TOOL_WAIT.index(self.toolWait.get())) ValueError: u'ANTES y DESPU\xc9S del sondeo' is not in list
0.253372
Traceback (most recent call last): "/x/local/aitv2/automatic_integration_v2/eci/handlers/RequestDetailsHandler.py", line 368, in get return response.Response(RequestDetailsResponseSerializer(response_data).data, "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/serializers.py", line 503, in data ret = super(Serializer, self).data "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/serializers.py", line 239, in data self._data = self.to_representation(self.instance) "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/serializers.py", line 472, in to_representation ret[field.field_name] = field.to_representation(attribute) "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/serializers.py", line 614, in to_representation self.child.to_representation(item) for item in iterable "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/serializers.py", line 472, in to_representation ret[field.field_name] = field.to_representation(attribute) "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/serializers.py", line 472, in to_representation ret[field.field_name] = field.to_representation(attribute) "/Users/miparker/.virtualenvs/aitv3/lib/python2.7/site-packages/rest_framework/fields.py", line 1068, in to_representation value = value.isoformat()AttributeError: 'str' object has no attribute 'isoformat'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 783, in extract_info ie_result = ie.extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 434, in extract ie_result = self._real_extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 3051, in _real_extract raise UnsupportedError(url) UnsupportedError: Unsupported URL: https://www.ellentube.com/video/ellen-meets-trailblazing-actor-asia-kate-dillon.html
0.269805
Traceback (most recent call last): "/srv/hass/lib/python3.4/site-packages/requests/adapters.py", line 423, in send timeout=timeout "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 649, in urlopen _stacktrace=sys.exc_info()[2]) "/srv/hass/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 376, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='ha.tincube.lan', port=8443): Max retries exceeded with url: /api/login (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0xafc5688c>: Failed to establish a new connection: [Errno 111] Connection refused',))
Traceback (most recent call last): "rainbow.py", line 27, in <module> from baselines.common.azure_utils import Container "C:\Program s\Python35\lib\site-packages\baselines-0.1.4-py3.5.egg\baselines\common\azure_utils.py", line 5, in <module> ImportError: No module named 'azure.common'
0.2349
Traceback (most recent call last): "<string>", line 6, in <module> "**main**.py", line 128, in <module> "**main__livestreamer**.py", line 8, in <module> "livestreamer\cli.py", line 325, in main "livestreamer\cli.py", line 255, in handle_url "livestreamer\plugins__init__.py", line 67, in get_streams "livestreamer\plugins\justintv.py", line 152, in _get_streams "livestreamer\plugins\justintv.py", line 111, in _get_streaminfoIndexError: list index out of range
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'
0.258841
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/mitmproxy/master.py", line 86, in run_loop loop() "~/.local/lib/python3.7/site-packages/urwid/main_loop.py", line 287, in run self._run() "~/.local/lib/python3.7/site-packages/urwid/main_loop.py", line 385, in _run self.event_loop.run() "~/.local/lib/python3.7/site-packages/urwid/main_loop.py", line 1494, in run reraise(*exc_info) "~/.local/lib/python3.7/site-packages/urwid/compat.py", line 58, in reraise raise value "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) "~/.local/lib/python3.7/site-packages/urwid/main_loop.py", line 1454, in faux_idle_callback callback() "~/.local/lib/python3.7/site-packages/urwid/main_loop.py", line 574, in entering_idle self.draw_screen() "~/.local/lib/python3.7/site-packages/urwid/main_loop.py", line 588, in draw_screen canvas = self._topmost_widget.render(self.screen_size, focus=True) "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/container.py", line 1090, in render focus and self.focus_part == 'body') "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/decoration.py", line 226, in render canv = self._original_widget.render(size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/container.py", line 1090, in render focus and self.focus_part == 'body') "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/listbox.py", line 452, in render canvas = widget.render((maxcol,)) "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 1761, in render canv = get_delegate(self).render(size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/urwid/container.py", line 2131, in render focus = focus and self.focus_position == i) "~/.local/lib/python3.7/site-packages/urwid/widget.py", line 145, in cached_render canv = fn(self, size, focus=focus) "~/.local/lib/python3.7/site-packages/mitmproxy/tools/console/common.py", line 207, in render return urwid.TextCanvas([c_text.encode()], [c_attr], maxcol=width) "~/.local/lib/python3.7/site-packages/urwid/canvas.py", line 358, in __init__ raise CanvasError("Canvas text is wider than the maxcol specified \n%r\n%r\n%r"%(maxcol,widths,text)) urwid.canvas.CanvasError: Canvas text is wider than the maxcol specified
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\ddd\AppData\Local\Programs\Python\Python39\lib\site-packages\konlpy\tag\_okt.py", line 91, in __init__ jvm.init_jvm(jvmpath, max_heap_size) "C:\Users\ddd\AppData\Local\Programs\Python\Python39\lib\site-packages\konlpy\jvm.py", line 64, in init_jvm jpype.startJVM(jvmpath, '-Djava.class.path=%s' % classpath, "C:\Users\ddd\AppData\Local\Programs\Python\Python39\lib\site-packages\jpype\_core.py", line 221, in startJVM _jpype.startup(jvmpath, tuple(args), SystemError: java.lang.UnsatisfiedLinkError: Native Library C:\Users\ddd\AppData\Local\Programs\Python\Python39\Lib\site-packages\_jpype.cp39-win_amd64.pyd already loaded in another classloader
0.253633
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3.6/site-packages/salt/state.py", line 1981, in call **cdata['kwargs']) "/usr/lib/python3.6/site-packages/salt/loader.py", line 1977, in wrapper return f(*args, **kwargs) "/usr/lib/python3.6/site-packages/salt/states/file.py", line 1727, in symlink __salt__['user.info'](user).get('gid', 0) "/usr/lib/python3.6/site-packages/salt/loader.py", line 1248, in __getitem__ func = super(LazyLoader, self).__getitem__(item) "/usr/lib/python3.6/site-packages/salt/utils/lazy.py", line 108, in __getitem__ raise KeyError(key) KeyError: 'user.info' Started: 15:07:39.056091
Traceback (most recent call last): "train_image_classifier.py", line 585, in <module> tf.app.run() "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 30, in run sys.exit(main(sys.argv[:1] + flags_passthrough)) "train_image_classifier.py", line 448, in main image = image_preprocessing_fn(image, train_image_size, train_image_size) "/home/ryan/workspace/models/slim/preprocessing/preprocessing_factory.py", line 69, in preprocessing_fn image, output_height, output_width, is_training=is_training, **kwargs) "/home/ryan/workspace/models/slim/preprocessing/inception_preprocessing.py", line 302, in preprocess_image return preprocess_for_train(image, height, width, bbox, fast_mode) "/home/ryan/workspace/models/slim/preprocessing/inception_preprocessing.py", line 216, in preprocess_for_train num_cases=num_resize_cases) "/home/ryan/workspace/models/slim/preprocessing/inception_preprocessing.py", line 42, in apply_with_random_selector for case in range(num_cases)])[0] "/home/ryan/workspace/models/slim/preprocessing/inception_preprocessing.py", line 215, in <lambda> lambda x, method: tf.image.resize_images(x, [height, width], method=method),TypeError: resize_images() takes at least 3 arguments (3 given)
0.144085
Traceback (most recent call last): "examples/search.py", line 115, in <module> main(sys.argv[1:]) "examples/search.py", line 72, in main service = client.connect(**kwargs_splunk) "examples/../splunklib/client.py", line 321, in connect s.login() "examples/../splunklib/binding.py", line 852, in login session = XML(body).findtext("./sessionKey") "/usr/lib/python2.6/xml/etree/ElementTree.py", line 964, in XML return parser.close() "/usr/lib/python2.6/xml/etree/ElementTree.py", line 1254, in close self._parser.Parse("", 1) # end of dataxml.parsers.expat.ExpatError: no element found: line 1, column 0
`Traceback (most recent call last): "/home/simon/PycharmProjects/targeting/venv/lib/python3.5/site-packages/hyperopt/pyll/base.py", line 868, in rec_eval int(switch_i) TypeError: int() argument must be a string, a bytes-like object or a number, not 'dict'
0.195352
Traceback (most recent call last): "/builddir/build/BUILD/python3-python-nose-1.3.6-1.fc23/build/tests/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) "/builddir/build/BUILD/python3-python-nose-1.3.6-1.fc23/build/tests/nose/loader.py", line 420, in loadTestsFromName addr.filename, addr.module) "/builddir/build/BUILD/python3-python-nose-1.3.6-1.fc23/build/tests/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/builddir/build/BUILD/python3-python-nose-1.3.6-1.fc23/build/tests/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/usr/lib64/python3.4/imp.py", line 235, in load_module return load_source(name, filename, file) "/usr/lib64/python3.4/imp.py", line 171, in load_source module = methods.load() "<frozen importlib._bootstrap>", line 1220, in load "<frozen importlib._bootstrap>", line 1200, in _load_unlocked "<frozen importlib._bootstrap>", line 1129, in _exec "<frozen importlib._bootstrap>", line 1471, in exec_module "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed "/builddir/build/BUILD/python3-python-nose-1.3.6-1.fc23/build/tests/functional_tests/test_coverage_plugin.py", line 14, in <module> import coverage "/usr/lib64/python3.4/site-packages/coverage/__init__.py", line 10, in <module> from coverage.control import Coverage, process_startup "/usr/lib64/python3.4/site-packages/coverage/control.py", line 1138, in <module> class Plugins(object): "/usr/lib64/python3.4/site-packages/coverage/control.py", line 1176, in Plugins __bool__ = __nonzero__NameError: name '__nonzero__' is not defined
Traceback (most recent call last): "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 357, in run for item in os.listdir(lib_dir):OSError: [Errno 2] No such file or directory: '/tmp/tmp5WhDoF/lib/python'
0.301219
Traceback (most recent call last): "/home/brian/tree/debian/tmp/django-guardian/guardian/testapp/tests/direct_rel_test.py", line 164, in test_remove_perm self.assertEqual(result, 1)AssertionError: 0 != 1
Traceback (most recent call last): "/usr/local/bin/pip", line 11, in <module> load_entry_point('pip==21.0.1', 'console_scripts', 'pip')() "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 489, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2843, in load_entry_point return ep.load() "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2434, in load return self.resolve() "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/__init__.py", line 2440, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/Library/Python/2.7/site-packages/pip-21.0.1-py2.7.egg/pip/_internal/cli/main.py", line 60 sys.stderr.write(f"ERROR: {exc}") ^ SyntaxError: invalid syntax
0.299087
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/construct/core.py", line 2706, in _parse return self.subcon._parse(stream, context, path) "/usr/local/lib/python3.4/dist-packages/construct/core.py", line 1550, in _parse obj = self.cases.get(key, self.default)._parse(stream, context, path) "/usr/local/lib/python3.4/dist-packages/construct/core.py", line 2264, in _parse hash2 if not isinstance(hash2,bytes) else hexlify(hash2), )) construct.core.ChecksumError: wrong checksum, read b'ffffffffffffffffffffffffffffffff', computed b'08c44fdf612e6748f7bd83d008b21da8'
Traceback (most recent call last): "C:\Program s (x86)\gPodder\lib\python3.8\site-packages\gpodder\download.py", line 863, in run headers, real_url = downloader.retrieve_resume(self.tempname, self.status_updated) "C:\Program s (x86)\gPodder\lib\python3.8\site-packages\gpodder\download.py", line 402, in retrieve_resume headers, real_url = downloader.retrieve_resume(url, "C:\Program s (x86)\gPodder\lib\python3.8\site-packages\gpodder\download.py", line 315, in retrieve_resume fp = self.open(url, data) "request.py", line 1765, in open "request.py", line 1759, in open "request.py", line 1968, in open_https "request.py", line 1917, in _open_generic_http "client.py", line 1230, in request "client.py", line 1276, in _send_request "client.py", line 1225, in endheaders "client.py", line 1004, in _send_output "client.py", line 944, in send "client.py", line 1399, in connect "ssl.py", line 500, in wrap_socket "ssl.py", line 1040, in _create "ssl.py", line 1309, in do_handshake OSError: [Errno socket error] [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1108)
0.2037
Traceback (most recent call last): "/usr/local/Cellar/mackup/0.8.8/libexec/bin/mackup", line 9, in <module> load_entry_point('mackup==0.8.8', 'console_scripts', 'mackup')() "/usr/local/Cellar/mackup/0.8.8/libexec/lib/python2.7/site-packages/mackup/main.py", line 52, in main if args['force']:KeyError: 'force'
Traceback (most recent call last): "<stdin>", line 1, in <module>ImportError: No module named Crypto.Cipher
0.166963
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature video_id, player_url, s "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, 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): "/Applications/anaconda/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "/Applications/anaconda/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/Applications/anaconda/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/Users/dcard/Tools/ML/hyperopt/hyperopt/tests/test_rdists.py", line 5, in <module> from hyperopt.rdists import ( "/Users/dcard/Tools/ML/hyperopt/hyperopt/rdists.py", line 9, in <module> from scipy.stats.distributions import rv_genericImportError: cannot import name rv_generic
0.27572
09-Apr-2016 11:46:53 - ERROR :: LibraryScan : Uncaught exception: Traceback (most recent call last): "/home/xxxx/.mylar/mylar/logger.py", line 158, in new_run old_run(*args, **kwargs) "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) "/home/xxxx/.mylar/mylar/librarysync.py", line 595, in scanLibrary logger.info('[IMPORT] Attempting to import ' + str(int(soma['import_cv_ids'] + soma['import_count'])) + ' files into your watchlist.')TypeError: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 666, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 315, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/metacafe.py", line 218, in _real_extract raise ExtractorError('Unsupported video type')ExtractorError: Unsupported video type; 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.218238
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpaa64pv68\build\youtube_dl\YoutubeDL.py", line 694, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpaa64pv68\build\youtube_dl\extractor\common.py", line 355, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpaa64pv68\build\youtube_dl\extractor\generic.py", line 2424, in _real_extractyoutube_dl.utils.UnsupportedError: Unsupported URL: http://www.tvland.com/full-episodes/iu0hz6/younger-a-kiss-is-just-a-kiss-season-3-ep-301
Traceback (most recent call last): "Tests/test_image_putalpha.py", line 1, in <module> from tester import * "/home/aclark/Developer/Pillow/Tests/tester.py", line 1, in <module> from __future__ import print_functionImportError: No module named __future__
0.229947
Traceback (most recent call last): "D:\Anaconda\lib\site-packages\jedi\inference\compiled\subprocess\__init__.py", line 261, in _send is_exception, traceback, result = pickle_load(self._get_process().stdout) "D:\Anaconda\lib\site-packages\jedi\_compatibility.py", line 396, in pickle_load return pickle.load(file, encoding='bytes') EOFError: Ran out of input
Traceback (most recent call last): "<stdin>", line 1, in <module> "/opt/project/test-kafka-1/lib/python3.7/site-packages/pykafka/client.py", line 142, in __init__ broker_version=broker_version) "/opt/project/test-kafka-1/lib/python3.7/site-packages/pykafka/cluster.py", line 215, in __init__ self.update() "/opt/project/test-kafka-1/lib/python3.7/site-packages/pykafka/cluster.py", line 518, in update metadata = self._get_metadata() "/opt/project/test-kafka-1/lib/python3.7/site-packages/pykafka/cluster.py", line 305, in _get_metadata 'Unable to connect to a broker to fetch metadata. See logs.') pykafka.exceptions.NoBrokersAvailableError: Unable to connect to a broker to fetch metadata. See logs.
0.32295
Original Traceback (most recent call last): "/home/its/anaconda3/envs/torch13/lib/python3.5/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/home/its/anaconda3/envs/torch13/lib/python3.5/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/home/its/anaconda3/envs/torch13/lib/python3.5/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/home/its/ssd.pytorch/data/voc0712.py", line 118, in __getitem__ im, gt, h, w = self.pull_item(index) "/home/its/ssd.pytorch/data/voc0712.py", line 133, in pull_item target = self.target_transform(target, width, height) "/home/its/ssd.pytorch/data/voc0712.py", line 74, in __call__ label_idx = self.class_to_ind[name] KeyError: 'van'
Traceback (most recent call last): "sqlmap.py", line 153, in main from lib.controller.controller import start "lib/controller/controller.py", line 12, in <module> from lib.controller.action import action "lib/controller/action.py", line 8, in <module> from lib.controller.handler import setHandler "lib/controller/handler.py", line 41, in <module> from plugins.dbms.maxdb import MaxDBMap "plugins/dbms/maxdb/__init__.py", line 13, in <module> from plugins.dbms.maxdb.fingerprint import FingerprintImportError: No module named fingerprint
0.283447
Traceback (most recent call last): "/usr/lib64/python3.8/site-packages/whipper/common/task.py", line 89, in _read self._done() "/usr/lib64/python3.8/site-packages/whipper/common/task.py", line 107, in _done self.failed() "/usr/lib64/python3.8/site-packages/whipper/program/cdparanoia.py", line 606, in failed output = "".join(self._output) TypeError: sequence item 0: expected str instance, bytes found
INFO interface: info: Traceback (most recent call last): "/usr/local/Cellar/ansible/1.5.4/libexec/bin/ansible-playbook", line 307, in <module> sys.exit(main(sys.argv[1:])) "/usr/local/Cellar/ansible/1.5.4/libexec/bin/ansible-playbook", line 95, in main if (options.ask_vault_pass and options.vault_password_file):AttributeError: Values instance has no attribute 'ask_vault_pass'
0.26983