text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/usr/bin/salt-call", line 11, in <module> salt_call() "/usr/lib/python2.6/site-packages/salt/scripts.py", line 82, in salt_call client.run() "/usr/lib/python2.6/site-packages/salt/cli/__init__.py", line 319, in run caller.run() "/usr/lib/python2.6/site-packages/salt/cli/caller.py", line 144, in run ret = self.call() "/usr/lib/python2.6/site-packages/salt/cli/caller.py", line 81, in call ret['return'] = func(*args, **kwargs) "/usr/lib/python2.6/site-packages/salt/modules/yumpkg.py", line 687, in install name, pkgs, sources, **kwargs "/usr/lib/python2.6/site-packages/salt/modules/pkg_resource.py", line 276, in parse_targets problems = _verify_binary_pkg(srcinfo) "/usr/lib/python2.6/site-packages/salt/modules/pkg_resource.py", line 196, in _verify_binary_pkg pkgmeta_name, pkgmeta_version = _parse_pkg_meta(pkg_path) "/usr/lib/python2.6/site-packages/salt/modules/pkg_resource.py", line 139, in _parse_pkg_meta return metaparser(path) "/usr/lib/python2.6/site-packages/salt/modules/pkg_resource.py", line 46, in parse_rpm_redhat pkginfo = _parse_pkginfo(pkginfo) "/usr/lib/python2.6/site-packages/salt/modules/yumpkg.py", line 87, in _parse_pkginfo if not _check_32(arch):NameError: global name '_check_32' is not defined
Traceback (most recent call last): "<stdin>", line 1, in <module>TypeError: print() argument after * must be a sequence, not Object_1$1
0.274222
Traceback (most recent call last): "[MY-PATH]/sc2/main.py", line 56, in _play_game_ai await ai.issue_events() TypeError: object NoneType can't be used in 'await' expression
Traceback (most recent call last): "/usr/lib/python3.4/site-packages/qtile-0.9.1-py3.4.egg/libqtile/group.py", line 155, in layoutAll self.layout.layout(normal, screen) "/usr/lib/python3.4/site-packages/qtile-0.9.1-py3.4.egg/libqtile/layout/base.py", line 58, in layout self.configure(i, screen) "/usr/lib/python3.4/site-packages/qtile-0.9.1-py3.4.egg/libqtile/layout/verticaltile.py", line 196, in configure border_color, margin=self.margin) "/usr/lib/python3.4/site-packages/qtile-0.9.1-py3.4.egg/libqtile/window.py", line 442, in place self.window.configure(**kwarg) "/usr/lib/python3.4/site-packages/qtile-0.9.1-py3.4.egg/libqtile/xcbq.py", line 572, in configure values = [i & 0xffffffff for i in values] "/usr/lib/python3.4/site-packages/qtile-0.9.1-py3.4.egg/libqtile/xcbq.py", line 572, in <listcomp> values = [i & 0xffffffff for i in values]TypeError: unsupported operand type(s) for &: 'float' and 'int'
0.306909
Traceback (most recent call last): "C:/Users/Will Kaiser's PC/Documents/PyCharm/Projects/ph/main.py", line 16, in <module> creds = ServiceAccountCredentials.from_json('client_secret', scope) TypeError: from_json() takes 2 positional arguments but 3 were given
Traceback (most recent call last): "tests/test_bug_pyroute2.py", line 90, in <module> ipdb_ns = IPDB(nl=NetNS(ns_name)) "/usr/lib/python3.3/site-packages/pyroute2/ipdb/__init__.py", line 405, in __init__ self.initdb(nl) "/usr/lib/python3.3/site-packages/pyroute2/ipdb/__init__.py", line 441, in initdb links = self.nl.get_links() "/usr/lib/python3.3/site-packages/pyroute2/iproute.py", line 218, in get_links result.extend(self.nlm_request(msg, RTM_GETLINK, msg_flags)) "/usr/lib/python3.3/site-packages/pyroute2/netlink/nlsocket.py", line 758, in nlm_request ret = self.get(msg_seq=msg_seq, terminate=terminate) "/usr/lib/python3.3/site-packages/pyroute2/netlink/nlsocket.py", line 625, in get raise msg['header']['error']pyroute2.netlink.NetlinkError: (70, 'Communication error on send')
0.195638
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 763, in run self.__target(_self.__args, *_self.__kwargs) "./tumblr_backup.py", line 892, in handler work() "./tumblr_backup.py", line 609, in save_content url = post['permalink_url'] if post['html5_capable'] else post['source_url']KeyError: 'source_url'
Traceback (most recent call last): "/git/webapps-flaskdoc/env/lib/python2.6/site-packages/nose/loader.py", line 414, in loadTestsFromName addr.filename, addr.module) "/git/webapps-flaskdoc/env/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/git/webapps-flaskdoc/env/lib/python2.6/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/git/webapps-flaskdoc/quokka/quokka/modules/accounts/tests/test_model.py", line 4, in <module> from quokka.core.tests import BaseTestCase "/git/webapps-flaskdoc/quokka/quokka/core/tests/__init__.py", line 5, in <module> from quokka.core.admin import create_admin "/git/webapps-flaskdoc/quokka/quokka/core/admin/__init__.py", line 9, in <module> from ..models import (Link, Config, SubContentPurpose, ChannelType, "/git/webapps-flaskdoc/quokka/quokka/core/models.py", line 298 for c in self.get_ancestors(channel_type__ne=None) ^SyntaxError: invalid syntax
0.199205
Traceback (most recent call last): "/app/backup/engine.py", line 150, in doBackupWorkflow self._checkForBackup() "/app/backup/engine.py", line 382, in _checkForBackup self.startSnapshot() "/app/backup/engine.py", line 291, in startSnapshot snapshot = self.hassio.newSnapshot(custom_name=custom_name, retain_drive=retain_drive, retain_ha=retain_ha) "/app/backup/hassio.py", line 201, in newSnapshot self.pending_snapshot.setPending("Pending Snapshot", nowutc()) TypeError: setPending() missing 2 required positional arguments: 'retain_drive' and 'retain_ha'
Traceback (most recent call last): "test.py", line 16, in <module> assert almost_equal(tmp.asnumpy(), expected.asnumpy()), "failed at %d try" % i AssertionError: failed at 1 try
0.322728
Traceback (most recent call last): "/home/hjs/anaconda3/bin/tensorboard", line 11, in <module> sys.exit(run_main()) "/home/hjs/anaconda3/lib/python3.6/site-packages/tensorboard/main.py", line 59, in run_main program.get_default_assets_zip_provider()) "/home/hjs/anaconda3/lib/python3.6/site-packages/tensorboard/program.py", line 145, in __init__ self.plugin_loaders = [make_loader(p) for p in plugins] "/home/hjs/anaconda3/lib/python3.6/site-packages/tensorboard/program.py", line 145, in <listcomp> self.plugin_loaders = [make_loader(p) for p in plugins] "/home/hjs/anaconda3/lib/python3.6/site-packages/tensorboard/program.py", line 144, in make_loader raise ValueError("Not a TBLoader or TBPlugin subclass: %s" % plugin) ValueError: Not a TBLoader or TBPlugin subclass: <class 'tensorboard_plugin_wit.wit_plugin_loader.WhatIfToolPluginLoader'>
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
0.293858
Traceback (most recent call last): "<stdin>", line 1, in <module>AttributeError: 'S3.Bucket' object has no attribute 'load'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/wmal/ui/qtui.py", line 1206, in s_save self._save() "/usr/local/lib/python2.7/dist-packages/wmal/ui/qtui.py", line 1174, in _save engine.set_config('searchdir', str(self.searchdir.text()))UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 15: ordinal not in range(128)
0.198638
Traceback (most recent call last): "/vulcanscratch/yaser/miniconda3/envs/yygentransformer/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1365, in _do_call return fn(*args) "/vulcanscratch/yaser/miniconda3/envs/yygentransformer/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1350, in _run_fn target_list, run_metadata) "/vulcanscratch/yaser/miniconda3/envs/yygentransformer/lib/python3.7/site-packages/tensorflow_core/python/client/session.py", line 1443, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.InvalidArgumentError: No OpKernel was registered to support Op 'FusedBiasAct' used by {{node Gs/_Run/Gs/G_mapping/AttLayer_0/FusedBiasAct}}with these attrs: [gain=1, T=DT_FLOAT, axis=1, alpha=0, grad=0, act=1]
Traceback (most recent call last): "/usr/local/bin/myth", line 240, in <module> contract_storage.initialize(eth) "/usr/local/lib/python3.6/dist-packages/mythril/ether/contractstorage.py", line 111, in initialize results = pool.map(self.sync_blocks, numbers) "/usr/lib/python3.6/multiprocessing/pool.py", line 266, in map return self._map_async(func, iterable, mapstar, chunksize).get() "/usr/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value mythril.rpc.exceptions.BadResponseError: {'jsonrpc': '2.0', 'id': 1, 'error': {'code': -32602, 'message': 'invalid argument 0: hex string without 0x prefix'}}
0.299782
Traceback (most recent call last): "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickbeard/helpers.py", line 363, in copy ek(shutil.copyfile, src , dest ) "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/sickrage/helper/encoding.py", line 40, in ek result = function(*[ss(x) if isinstance(x, (str, unicode)) else x for x in args], **kwargs) "/usr/pbi/sickrage-amd64/share/sickrage/SickRage/lib/shutil_custom/__init__.py", line 42, in copyfile_custom fout = os.open(dst, WRITE_FLAGS)OSError: [Errno 63] name too long: "/media/TvSeries/Star Trek - The Next Generation/S02/Star Trek The Next Generation - S02E01E02E03E04E05E06E07E08E09E10E11 - Il bambino & Dove regna il silenzio & Elem$
Traceback (most recent call last): "<pyshell#45>", line 1, in <module> Exporter.py,'2017-01-01','2017-01-31','Microsoft','10','msft.csv' NameError: name 'Exporter' is not defined
0.264535
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python2.7/dist-packages/configobj.py", line 1229, in __init__ self._load(infile, configspec) "/usr/lib/python2.7/dist-packages/configobj.py", line 1318, in _load raise errorconfigobj.ConfigObjError: Parsing failed with several errors.
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/src/hassio/hassio/api/security.py", line 144, in token_validation return await handler(request) "/usr/src/hassio/hassio/api/utils.py", line 32, in wrap_api answer = await method(api, *args, **kwargs) "/usr/src/hassio/hassio/api/addons.py", line 158, in list ATTR_NAME: repository.name, "/usr/src/hassio/hassio/store/repository.py", line 41, in name return self.data.get(ATTR_NAME, UNKNOWN) "/usr/src/hassio/hassio/store/repository.py", line 36, in data return self.sys_store.data.repositories[self.slug] KeyError: 'a21c4976'
0.254412
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 784, in extract_info ie_result = ie.extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 437, in extract ie_result = self._real_extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 3075, in _real_extract raise UnsupportedError(url) UnsupportedError: Unsupported URL: http://www.cricket.com.au/news/match-report/australia-england-first-ashes-test-day-three-gabba-live-stream-scores-highlights-scores-smith-marsh/2017-11-25
Traceback (most recent call last): "/home/ubuntu/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/redis/connection.py", line 185, in _read_from_socket raise socket.error(SERVER_CLOSED_CONNECTION_ERROR) OSError: Connection closed by server.
0.319788
Traceback (most recent call last): "/usr/bin/ansible-playbook", line 109, in <module> exit_code = cli.run() "/usr/lib/python2.7/site-packages/ansible/cli/playbook.py", line 154, in run results = pbex.run() "/usr/lib/python2.7/site-packages/ansible/executor/playbook_executor.py", line 153, in run result = self._tqm.run(play=play) "/usr/lib/python2.7/site-packages/ansible/executor/task_queue_manager.py", line 284, in run play_return = strategy.run(iterator, play_context) "/usr/lib/python2.7/site-packages/ansible/plugins/strategy/linear.py", line 221, in run results.extend(self._execute_meta(task, play_context, iterator, host)) "/usr/lib/python2.7/site-packages/ansible/plugins/strategy/__init__.py", line 908, in _execute_meta connection.reset() AttributeError: 'NoneType' object has no attribute 'reset'
2020-09-19 14:24:04.870 - [ERROR] Except stack:Traceback (most recent call last): "C:\Users\Administrator\Downloads\XX-Net\code\default\launcher\update.py", line 285, in check_push_update update_content = opener.open(req_url).read() "C:\Users\Administrator\Downloads\XX-Net\python3.8.2\lib\urllib\request.py", line 531, in open response = meth(req, response) "C:\Users\Administrator\Downloads\XX-Net\python3.8.2\lib\urllib\request.py", line 640, in http_response response = self.parent.error( "C:\Users\Administrator\Downloads\XX-Net\python3.8.2\lib\urllib\request.py", line 569, in error return self._call_chain(*args) "C:\Users\Administrator\Downloads\XX-Net\python3.8.2\lib\urllib\request.py", line 502, in _call_chain result = func(*args) "C:\Users\Administrator\Downloads\XX-Net\python3.8.2\lib\urllib\request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 504:
0.262771
Traceback (most recent call last): "G4_Seq_QG_overlap_switchpoint.py", line 83, in <module> traces.append(get_switchpoint(read_level_data[l.name][1].copy())) "G4_Seq_QG_overlap_switchpoint.py", line 43, in get_switchpoint step = pm.Metropolis([early_rate, late_rate, switchpoint]) "/home/parashar/anaconda3/lib/python3.5/site-packages/pymc3/step_methods/arraystep.py", line 60, in __new__ step.__init__([var], *args, **kwargs) "/home/parashar/anaconda3/lib/python3.5/site-packages/pymc3/step_methods/metropolis.py", line 110, in __init__ self.delta_logp = delta_logp(model.logpt, vars, shared) "/home/parashar/anaconda3/lib/python3.5/site-packages/pymc3/step_methods/metropolis.py", line 310, in delta_logp f = theano.function([inarray1, inarray0], logp1 - logp0) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/compile/function.py", line 320, in function output_keys=output_keys) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/compile/pfunc.py", line 479, in pfunc output_keys=output_keys) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/compile/function_module.py", line 1777, in orig_function defaults) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/compile/function_module.py", line 1641, in create input_storage=input_storage_lists, storage_map=storage_map) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/link.py", line 690, in make_thunk storage_map=storage_map)[:3] "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/vm.py", line 1003, in make_all no_recycling)) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/op.py", line 970, in make_thunk no_recycling) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/op.py", line 879, in make_c_thunk output_storage=node_output_storage) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cc.py", line 1200, in make_thunk keep_lock=keep_lock) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cc.py", line 1143, in __compile__ keep_lock=keep_lock) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cc.py", line 1595, in cthunk_factory key=key, lnk=self, keep_lock=keep_lock) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cmodule.py", line 1108, in module_from_key module = self._get_from_hash(module_hash, key, keep_lock=keep_lock) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cmodule.py", line 1008, in _get_from_hash key_data.add_key(key, save_pkl=bool(key[0])) "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cmodule.py", line 483, in add_key self.save_pkl() "/home/parashar/anaconda3/lib/python3.5/site-packages/theano/gof/cmodule.py", line 504, in save_pkl with open(self.key_pkl, 'wb') as f: NotFoundError: [Errno 2] No such file or directory: '/home/parashar/.theano/compiledir_Linux-2.6-el6.x86_64-x86_64-with-redhat-6.7-Santiago-x86_64-3.5.2-64/tmpi22zbwyw/key.pkl'
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3249, in run_ast_nodes if (await self.run_code(code, result, async_=asy)): "C:\ProgramData\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3343, in run_code self.showtraceback(running_compiled_code=True) TypeError: showtraceback() got an unexpected keyword argument 'running_compiled_code'
0.325133
Traceback (most recent call last): "<stdin>", line 1, in <module> "pydantic/main.py", line 455, in pydantic.main.BaseModel.parse_obj "pydantic/main.py", line 346, in pydantic.main.BaseModel.__init__ pydantic.error_wrappers.ValidationError: 1 validation error for Ticket
Traceback (most recent call last): "./yowsup-cli", line 327, in <module> if not parser.process(): "./yowsup-cli", line 233, in process self.startEcho() "./yowsup-cli", line 269, in startEcho stack.start() "/home/y3/yowsup/yowsup/demos/echoclient/stack.py", line 49, in start self.stack.loop() "/home/y3/yowsup/yowsup/stacks/yowstack.py", line 175, in loop asyncore.loop(_args, *_kwargs) "/usr/lib64/python2.7/asyncore.py", line 216, in loop poll_fun(timeout, map) "/usr/lib64/python2.7/asyncore.py", line 156, in poll read(obj) "/usr/lib64/python2.7/asyncore.py", line 87, in read obj.handle_error() "/usr/lib64/python2.7/asyncore.py", line 83, in read obj.handle_read_event() "/usr/lib64/python2.7/asyncore.py", line 449, in handle_read_event self.handle_read() "/home/y3/yowsup/yowsup/layers/network/layer.py", line 73, in handle_read self.receive(data) "/home/y3/yowsup/yowsup/layers/network/layer.py", line 80, in receive self.toUpper(data) "/home/y3/yowsup/yowsup/layers/**init**.py", line 55, in toUpper self.**upper.receive(data) "/home/y3/yowsup/yowsup/layers/stanzaregulator/layer.py", line 28, in receive self.processReceived() "/home/y3/yowsup/yowsup/layers/stanzaregulator/layer.py", line 48, in processReceived self.toUpper(oneMessageData) "/home/y3/yowsup/yowsup/layers/__init**.py", line 55, in toUpper self.**upper.receive(data) "/home/y3/yowsup/yowsup/layers/auth/layer_crypt.py", line 63, in receive self.toUpper(payload) "/home/y3/yowsup/yowsup/layers/__init**.py", line 55, in toUpper self.**upper.receive(data) "/home/y3/yowsup/yowsup/layers/coder/layer.py", line 35, in receive self.toUpper(node) "/home/y3/yowsup/yowsup/layers/__init**.py", line 55, in toUpper self.**upper.receive(data) "/home/y3/yowsup/yowsup/layers/logger/layer.py", line 14, in receive self.toUpper(data) "/home/y3/yowsup/yowsup/layers/__init**.py", line 55, in toUpper self.**upper.receive(data) "/home/y3/yowsup/yowsup/layers/__init**.py", line 160, in receive s.receive(data) "/home/y3/yowsup/yowsup/layers/**init**.py", line 101, in receive recv(node) "/home/y3/yowsup/yowsup/layers/protocol_messages/layer.py", line 20, in recvMessageStanza entity = TextMessageProtocolEntity.fromProtocolTreeNode(node) "/home/y3/yowsup/yowsup/layers/protocol_messages/protocolentities/message_text.py", line 38, in fromProtocolTreeNode entity.setBody(node.getChild("body").getData())AttributeError: 'NoneType' object has no attribute 'getData'
0.25102
Traceback (most recent call last): "/home/travis/build/toastdriven/django-haystack/test_haystack/test_models.py", line 137, in test_missing_object self.assertEqual(awol2.model, None) "/home/travis/build/toastdriven/django-haystack/haystack/models.py", line 98, in _get_model self._model = models.get_model(self.app_label, self.model_name) "/home/travis/build/toastdriven/django-haystack/.tox/py27-django1.7/lib/python2.7/site-packages/django/db/models/__init__.py", line 54, in alias return getattr(loading, function_name)(*args, **kwargs) "/home/travis/build/toastdriven/django-haystack/.tox/py27-django1.7/lib/python2.7/site-packages/django/apps/registry.py", line 202, in get_model return self.get_app_config(app_label).get_model(model_name.lower()) "/home/travis/build/toastdriven/django-haystack/.tox/py27-django1.7/lib/python2.7/site-packages/django/apps/config.py", line 161, in get_model "App '%s' doesn't have a '%s' model." % (self.label, model_name))LookupError: App 'core' doesn't have a 'yetanothermockmodel' model.
Traceback (most recent call last): "train.py", line 227, in <module> main() "train.py", line 224, in main run(config) "train.py", line 184, in run metrics = train(x, y) "/home/projects/BIGGAN/train_fns.py", line 41, in train x[counter], y[counter], train_G=False, IndexError: tuple index out of range
0.28287
Traceback (most recent call last): "<string>", line 1, in <module> "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/setuptools/__init__.py", line 11, in <module> from setuptools.extension import Extension "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/setuptools/extension.py", line 5, in <module> from setuptools.dist import _get_unpatched "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/setuptools/dist.py", line 16, in <module> import pkg_resources "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/pkg_resources.py", line 2717, in <module> add_activation_listener(lambda dist: dist.activate()) "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/pkg_resources.py", line 682, in subscribe callback(dist) "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/pkg_resources.py", line 2717, in <lambda> add_activation_listener(lambda dist: dist.activate()) "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/pkg_resources.py", line 2255, in activate list(map(declare_namespace, self._get_metadata('namespace_packages.txt'))) "/home/meili/.pyenv/versions/speechp3/lib/python3.4/site-packages/pkg_resources.py", line 1851, in declare_namespace path = sys.modules[parent].__path__ KeyError: 'google.cloud'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/gdrivefs/gdfs/opened_file.py", line 373, in __load_base_from_remote mime_type=self.mime_type) "/usr/local/lib/python2.7/dist-packages/gdrivefs/gdtool/drive.py", line 794, in drive_proxy return method(auto_refresh, **kwargs) "/usr/local/lib/python2.7/dist-packages/gdrivefs/gdtool/drive.py", line 734, in proxied_method return method(**kwargs) "/usr/local/lib/python2.7/dist-packages/gdrivefs/gdtool/drive.py", line 480, in download_to_local utime(output_file_path, (time(), gd_mtime_epoch))OSError: [Errno 2] No such file or directory: '/tmp/gdrivefs/local/0ByhBU7ENwLxbcjB4aFN5TE5XdHc.application+octet-stream'
0.26038
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 2170, in _real_extract doc = compat_etree_fromstring(webpage.encode('utf-8')) "/usr/local/lib/python2.7/dist-packages/youtube_dl/compat.py", line 2539, in compat_etree_fromstring doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory))) "/usr/local/lib/python2.7/dist-packages/youtube_dl/compat.py", line 2528, in _XML parser.feed(text) "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed self._raiseerror(v) "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror raise err ParseError: not well-formed (invalid token): line 19, column 26
Traceback (most recent call last): "/home/ilya/anaconda3/lib/python3.7/multiprocessing/pool.py", line 121, in worker result = (True, func(*args, **kwds)) "/home/ilya/anaconda3/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar return list(map(*args)) "<ipython-input-11-68b9f5f269e0>", line 3, in task df:pd.DataFrame=pd.read_sql_query(select_query.format(pan=pan),connect_string) "/home/ilya/anaconda3/lib/python3.7/site-packages/pandas/io/sql.py", line 332, in read_sql_query chunksize=chunksize, "/home/ilya/anaconda3/lib/python3.7/site-packages/pandas/io/sql.py", line 1218, in read_query result = self.execute(*args) "/home/ilya/anaconda3/lib/python3.7/site-packages/pandas/io/sql.py", line 1087, in execute return self.connectable.execute(*args, **kwargs) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 2243, in execute connection = self._contextual_connect(close_with_result=True) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 2311, in _contextual_connect self._wrap_pool_connect(self.pool.connect, None), "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 2349, in _wrap_pool_connect e, dialect, self "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1591, in _handle_dbapi_exception_noconnection sqlalchemy_exception, with_traceback=exc_info[2], from_=e "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ raise exception "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 2345, in _wrap_pool_connect return fn() "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 364, in connect return _ConnectionFairy._checkout(self) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 778, in _checkout fairy = _ConnectionRecord.checkout(pool) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 495, in checkout rec = pool._do_get() "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/impl.py", line 140, in _do_get self._dec_overflow() "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ exc_value, with_traceback=exc_tb, "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ raise exception "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/impl.py", line 137, in _do_get return self._create_connection() "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 309, in _create_connection return _ConnectionRecord(self) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 440, in __init__ self.__connect(first_connect_check=True) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 661, in __connect pool.logger.debug("Error on connect(): %s", e) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__ exc_value, with_traceback=exc_tb, "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 178, in raise_ raise exception "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/pool/base.py", line 656, in __connect connection = pool._invoke_creator(self) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect return dialect.connect(*cargs, **cparams) "/home/ilya/anaconda3/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 490, in connect return self.dbapi.connect(*cargs, **cparams) "/home/ilya/anaconda3/lib/python3.7/site-packages/psycopg2/__init__.py", line 127, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) FATAL: sorry, too many clients already
0.206889
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 655, 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/abc.py", line 30, in _real_extract flags=re.DOTALL) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 569, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)youtube_dl.utils.RegexNotFoundError: Unable to extract video urls; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/lib/python3/dist-packages/spyder/widgets/helperwidgets.py", line 127, in paint textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options) TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
0.148329
Traceback (most recent call last): "/opt/pyenv/LIVE/lib/python2.5/site-packages/celery/execute/trace.py", line 47, in trace return cls(states.SUCCESS, retval=fun(*args, **kwargs)) "/opt/pyenv/LIVE/lib/python2.5/site-packages/celery/app/task/__init__.py", line 247, in __call__ return self.run(*args, **kwargs) "/opt/pyenv/LIVE/dm/elam/src/datamarket/dataimport/tasks.py", line 272, in wrapper cls.unsynchronized_run(*args, **kwargs) "/opt/pyenv/LIVE/lib/python2.5/site-packages/celery/app/__init__.py", line 175, in run return fun(*args, **kwargs) "/opt/pyenv/LIVE/dm/elam/src/datamarket/dataimport/tasks.py", line 290, in taskfun invoke_import_function(module, logger) "/opt/pyenv/LIVE/dm/elam/src/datamarket/dataimport/tasks.py", line 304, in invoke_import_function any_updated = module.import_all() "/opt/pyenv/LIVE/dm/elam/src/datamarket/provider/federalreservestlouis.py", line 956, in import_all import_one.delay(s, import_context) "/opt/pyenv/LIVE/lib/python2.5/site-packages/celery/app/task/__init__.py", line 338, in delay return self.apply_async(args, kwargs) "/opt/pyenv/LIVE/lib/python2.5/site-packages/celery/app/task/__init__.py", line 456, in apply_async **options) "/opt/pyenv/LIVE/lib/python2.5/site-packages/celery/app/amqp.py", line 236, in delay_task send(body, exchange=exchange, **extract_msg_options(kwargs)) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/connection.py", line 296, in _ensured return fun(*args, **kwargs) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/compat.py", line 64, in send return self.publish(*args, **kwargs) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/messaging.py", line 162, in publish return publish(message, routing_key, mandatory, immediate, exchange) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/entity.py", line 214, in publish immediate=immediate) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/transport/virtual/__init__.py", line 432, in basic_publish exchange, routing_key, **kwargs) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/transport/virtual/exchange.py", line 62, in deliver _put(queue, message, **kwargs) "/opt/pyenv/LIVE/lib/python2.5/site-packages/kombu/transport/sqlalchemy/__init__.py", line 65, in _put self.session.commit() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 655, in commit self.transaction.commit() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 313, in commit self._prepare_impl() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 297, in _prepare_impl self.session.flush() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 1559, in flush self._flush(objects) "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 1648, in _flush transaction.rollback(_capture_exception=True) "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 338, in rollback transaction._rollback_impl() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/orm/session.py", line 366, in _rollback_impl t[1].rollback() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/engine/base.py", line 1966, in rollback self._do_rollback() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/engine/base.py", line 2003, in _do_rollback self.connection._rollback_impl() "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/engine/base.py", line 1221, in _rollback_impl self._handle_dbapi_exception(e, None, None, None, None) "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/engine/base.py", line 1218, in _rollback_impl self.engine.dialect.do_rollback(self.connection) "/opt/pyenv/LIVE/lib/python2.5/site-packages/sqlalchemy/engine/default.py", line 299, in do_rollback connection.rollback()DatabaseError: (DatabaseError) error with no message from the libpq
Traceback (most recent call last): "joinfail.py", line 50, in <module> print session.query(Engineer, Manager).join("manager") "/opt/scalesdk/python27/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 2800, in __str__ context = self._compile_context() "/opt/scalesdk/python27/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 3312, in _compile_context strategy(*rec[1:]) "/opt/scalesdk/python27/lib/python2.7/site-packages/sqlalchemy/orm/strategies.py", line 1372, in _create_eager_join if parentmapper.isa(self.parent) else self.parent)AttributeError: 'NoneType' object has no attribute 'isa'
0.283648
Traceback (most recent call last): "C:/Users/kmelnikov/Projects/ROCS2/temp/validation.py", line 70, in <module> Schema(shc).validate(dat) "C:\PL\Python27\lib\site-packages\schema.py", line 140, in validate raise SchemaError('key %r is required' % skey, e)schema.SchemaError: key 'task_id' is required
`Traceback (most recent call last): "finetuning_training.py", line 99, in <module> lossG = criterionG(x, x_hat, r_hat, D_res_list, D_hat_res_list) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/max/Realistic-Neural-Talking-Head-Models/loss/loss_generator.py", line 183, in forward loss_cnt = self.LossCnt(x, x_hat) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/max/Realistic-Neural-Talking-Head-Models/loss/loss_generator.py", line 87, in forward self.VGG19(x) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/max/.local/lib/python3.5/site-packages/torchvision/models/vgg.py", line 44, in forward x = self.classifier(x) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/home/max/.local/lib/python3.5/site-packages/torch/nn/modules/linear.py", line 67, in forward return F.linear(input, self.weight, self.bias) "/home/max/.local/lib/python3.5/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: [1 x 32768], m2: [25088 x 4096] at /pytorch/aten/src/THC/generic/THCTensorMathBlas.cu:266`
0.213443
Traceback (most recent call last): "/Users/jaraco/.local/homebrew/lib/python3.9/site-packages/pipx/shared_libs.py", line 92, in upgrade upgrade_process = run_subprocess( "/Users/jaraco/.local/homebrew/lib/python3.9/site-packages/pipx/util.py", line 123, in run_subprocess completed_process = subprocess.run( "/Users/jaraco/.local/homebrew/Cellar/[email protected]/3.9.1_8/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 501, in run with Popen(*popenargs, **kwargs) as process: "/Users/jaraco/.local/homebrew/Cellar/[email protected]/3.9.1_8/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 947, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, "/Users/jaraco/.local/homebrew/Cellar/[email protected]/3.9.1_8/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 1819, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: '/Users/jaraco/.local/pipx/shared/bin/python'
"module_stderr": "Traceback (most recent call last):\n \"/tmp/ansible__0VQnC/ansible_module_dellos9_config.py\", line 294, in <module>\n main()\n \"/tmp/ansible__0VQnC/ansible_module_dellos9_config.py\", line 256, in main\n config = get_config(module)\n \"/tmp/ansible__0VQnC/ansible_modlib.zip/ansible/module_utils/dellos9.py\", line 43, in get_config\n \"/tmp/ansible__0VQnC/ansible_modlib.zip/ansible/module_utils/network.py\", line 148, in config\n \"/tmp/ansible__0VQnC/ansible_modlib.zip/ansible/module_utils/network.py\", line 170, in connect\n \"/tmp/ansible__0VQnC/ansible_modlib.zip/ansible/module_utils/dellos9.py\", line 96, in connect\n \"/tmp/ansible__0VQnC/ansible_modlib.zip/ansible/module_utils/shell.py\", line 157, in send\nTypeError: string indices must be integers, not str\n", "module_stdout": "",
0.261894
Traceback (most recent call last): "/usr/lib64/python3.5/site-packages/radicale/storage.py", line 1018, in _upload_all_nonatomic cache_content = self._item_cache_content(href, vobject_item) "/usr/lib64/python3.5/site-packages/radicale/storage.py", line 1271, in _item_cache_content tag, start, end = xmlutils.find_tag_and_time_range(vobject_item) "/usr/lib64/python3.5/site-packages/radicale/xmlutils.py", line 687, in find_tag_and_time_range _visit_time_ranges(vobject_item, tag, range_fn, infinity_fn) "/usr/lib64/python3.5/site-packages/radicale/xmlutils.py", line 358, in _visit_time_ranges for dtstart in dtstarts: "/usr/lib64/python3.5/site-packages/dateutil/rrule.py", line 1375, in _iter while exlist and exlist[0] < ritem: "/usr/lib64/python3.5/site-packages/dateutil/rrule.py", line 1312, in __lt__ return self.dt < other.dt TypeError: can't compare offset-naive and offset-aware datetimes
Traceback (most recent call last): "/home/skyghis/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info ie_result = ie.extract(url) "/home/skyghis/bin/youtube-dl/youtube_dl/extractor/common.py", line 287, in extract return self._real_extract(url) "/home/skyghis/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1820, in _real_extract raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://www.clubic.com/video/video-clubic-week-2-0-apple-iphone-6s-et-plus-mais-surtout-le-pencil-469792.html
0.323661
Traceback (most recent call last): "Tests/test_file_tiff.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__
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/dulwich/porcelain.py", line 280, in clone progress=errstream.write) "/usr/local/lib/python2.7/dist-packages/dulwich/client.py", line 280, in fetch progress) "/usr/local/lib/python2.7/dist-packages/dulwich/client.py", line 1212, in fetch_pack graph_walker, pack_data, progress) "/usr/local/lib/python2.7/dist-packages/dulwich/client.py", line 487, in _handle_upload_pack_tail SIDE_BAND_CHANNEL_PROGRESS: progress} "/usr/local/lib/python2.7/dist-packages/dulwich/client.py", line 354, in _read_side_band64k_data for pkt in proto.read_pkt_seq(): "/usr/local/lib/python2.7/dist-packages/dulwich/protocol.py", line 210, in read_pkt_seq pkt = self.read_pkt_line() "/usr/local/lib/python2.7/dist-packages/dulwich/protocol.py", line 172, in read_pkt_line 'Length of pkt read %04x does not match length prefix %04x' % (len(pkt_contents) + 4, size)) dulwich.errors.GitProtocolError: Length of pkt read 04a0 does not match length prefix 2005`
0.248275
Traceback (most recent call last): "raiden-script.py", line 2, in <module> "site-packages/raiden/__main__.py", line 13, in main "site-packages/click/core.py", line 764, in __call__ "site-packages/click/core.py", line 717, in main "site-packages/click/core.py", line 1114, in invoke "site-packages/click/core.py", line 956, in invoke "site-packages/click/core.py", line 555, in invoke "site-packages/click/decorators.py", line 17, in new_func "site-packages/raiden/ui/cli.py", line 512, in run "site-packages/raiden/ui/runners.py", line 263, in run "site-packages/raiden/ui/runners.py", line 231, in _start_services "src/gevent/greenlet.py", line 849, in gevent._greenlet.joinall "src/gevent/greenlet.py", line 865, in gevent._greenlet.joinall "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception "site-packages/gevent/_compat.py", line 47, in reraise "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run "site-packages/raiden/ui/runners.py", line 226, in stop_task "src/gevent/greenlet.py", line 633, in gevent._greenlet.Greenlet.get "src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception "site-packages/gevent/_compat.py", line 47, in reraise "src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run "site-packages/raiden/api/rest.py", line 400, in _run "site-packages/gevent/baseserver.py", line 364, in serve_forever "src/gevent/event.py", line 240, in gevent._event.Event.wait "src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait "src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core "src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch "src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch "src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch "src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch raiden.exceptions.RaidenUnrecoverableError: setTotalDeposit call will fail.
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\link.py", line 281, in execute pkg_data, actions) "C:\ProgramData\Anaconda3\lib\site-packages\conda\core\link.py", line 344, in _execute_actions reverse_excs, conda.CondaMultiError: post-link script failed for package defaults::ipykernel-4.8.2-py36_0
0.258934
Traceback (most recent call last): "/home/impress/.local/bin/sceptre", line 11, in <module> sys.exit(cli()) "/home/impress/.local/lib/python2.7/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/home/impress/.local/lib/python2.7/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/home/impress/.local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/impress/.local/lib/python2.7/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/impress/.local/lib/python2.7/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/home/impress/.local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/home/impress/.local/lib/python2.7/site-packages/sceptre/cli/helpers.py", line 36, in decorated return func(*args, **kwargs) "/home/impress/.local/lib/python2.7/site-packages/sceptre/cli/template.py", line 64, in generate_command plan = SceptrePlan(context) "/home/impress/.local/lib/python2.7/site-packages/sceptre/plan/plan.py", line 34, in __init__ all_stacks, command_stacks = config_reader.construct_stacks() "/home/impress/.local/lib/python2.7/site-packages/sceptre/config/reader.py", line 214, in construct_stacks self.read(path.join(directory, self.context.config_file)) "/home/impress/.local/lib/python2.7/site-packages/sceptre/config/reader.py", line 269, in read this_config = self._recursive_read(directory_path, filename, config) "/home/impress/.local/lib/python2.7/site-packages/sceptre/config/reader.py", line 307, in _recursive_read config = self._recursive_read(parent_directory, filename, stack_group_config) "/home/impress/.local/lib/python2.7/site-packages/sceptre/config/reader.py", line 310, in _recursive_read child_config = self._render(directory_path, filename, stack_group_config) or {} "/home/impress/.local/lib/python2.7/site-packages/sceptre/config/reader.py", line 353, in _render config = yaml.safe_load(rendered_template) "/home/impress/.local/lib/python2.7/site-packages/yaml/__init__.py", line 162, in safe_load return load(stream, SafeLoader) "/home/impress/.local/lib/python2.7/site-packages/yaml/__init__.py", line 114, in load return loader.get_single_data() "/home/impress/.local/lib/python2.7/site-packages/yaml/constructor.py", line 45, in get_single_data return self.construct_document(node) "/home/impress/.local/lib/python2.7/site-packages/yaml/constructor.py", line 54, in construct_document for dummy in generator: "/home/impress/.local/lib/python2.7/site-packages/yaml/constructor.py", line 404, in construct_yaml_map value = self.construct_mapping(node) "/home/impress/.local/lib/python2.7/site-packages/yaml/constructor.py", line 214, in construct_mapping return BaseConstructor.construct_mapping(self, node, deep=deep) "/home/impress/.local/lib/python2.7/site-packages/yaml/constructor.py", line 138, in construct_mapping "found unacceptable key (%s)" % exc, key_node.start_mark) yaml.constructor.ConstructorError: while constructing a mapping
Traceback (most recent call last): "/usr/local/bin/spotdl", line 11, in <module> load_entry_point('spotdl==3.1.0', 'console_scripts', 'spotdl')() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 480, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2693, in load_entry_point return ep.load() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2324, in load return self.resolve() "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2330, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "build/bdist.linux-x86_64/egg/spotdl/__main__.py", line 2, in <module> "/usr/local/lib/python2.7/dist-packages/spotdl-3.1.0-py2.7.egg/spotdl/search/spotifyClient.py", line 23 def initialize(clientId: str, clientSecret: str): ^ SyntaxError: invalid syntax
0.298226
Traceback (most recent call last): "gui\builtinShipBrowser\sfBrowserItem.py", line 291, in OnPaint "gui\builtinShipBrowser\shipItem.py", line 250, in DrawItem wx._core.wxAssertionError: C++ assertion "bmp.IsOk()" failed at ..\..\src\msw\dc.cpp(1313) in wxMSWDCImpl::DoDrawBitmap(): invalid bitmap in wxMSWDCImpl::DrawBitmap
Traceback (most recent call last): "C:\msys64\mingw64\lib\python3.7\site-packages\urllib3\connectionpool.py", line 603, in urlopen "C:\msys64\mingw64\lib\python3.7\site-packages\urllib3\connectionpool.py", line 355, in _make_request "C:\msys64\mingw64\lib\python3.7\http\client.py", line 1244, in request "C:\msys64\mingw64\lib\python3.7\http\client.py", line 1290, in _send_request "C:\msys64\mingw64\lib\python3.7\http\client.py", line 1239, in endheaders "C:\msys64\mingw64\lib\python3.7\http\client.py", line 1026, in _send_output "C:\msys64\mingw64\lib\python3.7\http\client.py", line 966, in send "C:\msys64\mingw64\lib\python3.7\site-packages\urllib3\connection.py", line 183, in connect "C:\msys64\mingw64\lib\python3.7\site-packages\urllib3\connection.py", line 169, in _new_conn urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x000000001273bed0>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed
0.300862
Traceback (most recent call last): "eval.py", line 100, in <module> loader = DataLoader(opt) "/content/gdrive/Shared drives/cfhyxxj798577670/1/dataloader.py", line 303, in __init__ self.iters[split] = iter(self.loaders[split]) "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 279, in __iter__ return _MultiProcessingDataLoaderIter(self) "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 746, in __init__ self._try_put_index() "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 861, in _try_put_index index = self._next_index() "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 339, in _next_index return next(self._sampler_iter) # may raise StopIteration "/usr/local/lib/python3.6/dist-packages/torch/utils/data/sampler.py", line 200, in __iter__ for idx in self.sampler: "/content/gdrive/Shared drives/cfhyxxj798577670/1/dataloader.py", line 370, in __next__ elem = (self.index_list[self.iter_counter], self.iter_counter+1, wrapped) IndexError: list index out of range
Traceback (most recent call last): "test.py", line 4, in <module> from prosr.data import DataLoader, Dataset, DataChunks "/Users/ajinkyabobade/Downloads/proSR-master/lib/prosr/data/__init__.py", line 1, in <module> from .progressive_loader import DataLoader, Dataset "/Users/ajinkyabobade/Downloads/proSR-master/lib/prosr/data/progressive_loader.py", line 1, in <module> from . import multiproc "/Users/ajinkyabobade/Downloads/proSR-master/lib/prosr/data/multiproc.py", line 3, in <module> from torch.utils.data.dataloader import (_DataLoaderIter, DataLoader, ImportError: cannot import name '_worker_manager_loop' from 'torch.utils.data.dataloader' (/anaconda3/envs/proSR/lib/python3.7/site-packages/torch/utils/data/dataloader.py)
0.32181
Traceback (most recent call last): "/home/user/.virtualenvs/mps-youtube/lib/python3.6/site-packages/pylast/__init__.py", line 944, in _download_response conn.request(method="POST", url=host_subdir, body=data, headers=headers) "/usr/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/usr/lib/python3.6/http/client.py", line 964, in send self.connect() "/usr/lib/python3.6/http/client.py", line 1400, in connect server_hostname=server_hostname) "/usr/lib/python3.6/ssl.py", line 407, in wrap_socket _context=self, _session=session) "/usr/lib/python3.6/ssl.py", line 817, in __init__ self.do_handshake() "/usr/lib/python3.6/ssl.py", line 1077, in do_handshake self._sslobj.do_handshake() "/usr/lib/python3.6/ssl.py", line 689, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)
Traceback (most recent call last): "/usr/lib/python3.5/multiprocessing/process.py", line 249, in _bootstrap self.run() "/usr/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) "/home/dev/aing/yolo/OpenVINO-YoloV3-master/openvino_tiny-yolov3_MultiStick_test.py", line 352, in inferencer thworker = threading.Thread(target=async_infer, args=(NcsWorker(devid, frameBuffer, results, camera_width, camera_height, number_of_ncs, vidfps),)) "/home/dev/aing/yolo/OpenVINO-YoloV3-master/openvino_tiny-yolov3_MultiStick_test.py", line 261, in __init__ self.net = IENetwork(model=self.model_xml, weights=self.model_bin) "ie_api.pyx", line 271, in openvino.inference_engine.ie_api.IENetwork.__cinit__ RuntimeError: segment exceeds given buffer limits. Please, validate weights file`
0.264247
Traceback (most recent call last): "//anaconda/lib/python2.7/site-packages/nose/loader.py", line 414, in loadTestsFromName addr.filename, addr.module) "//anaconda/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "//anaconda/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "//anaconda/lib/python2.7/site-packages/sklearn/tree/__init__.py", line 6, in <module> from .tree import DecisionTreeClassifier "//anaconda/lib/python2.7/site-packages/sklearn/tree/tree.py", line 27, in <module> from ..feature_selection.from_model import _LearntSelectorMixin "//anaconda/lib/python2.7/site-packages/sklearn/feature_selection/__init__.py", line 20, in <module> from .rfe import RFE "//anaconda/lib/python2.7/site-packages/sklearn/feature_selection/rfe.py", line 17, in <module> from ..cross_validation import _check_cv as check_cv "//anaconda/lib/python2.7/site-packages/sklearn/cross_validation.py", line 32, in <module> from .metrics.scorer import check_scoring "//anaconda/lib/python2.7/site-packages/sklearn/metrics/__init__.py", line 31, in <module> from . import cluster "//anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/__init__.py", line 21, in <module> from .bicluster import consensus_score "//anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/bicluster/__init__.py", line 1, in <module> from .bicluster_metrics import consensus_score "//anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/bicluster/bicluster_metrics.py", line 6, in <module> from sklearn.utils.validation import check_arraysImportError: cannot import name check_arrays
Traceback (most recent call last): "/root/repo/git-cola/cola/widgets/startup.py", line 149, in open_bookmark self.repodir = ustr(self.bookmarks_model.data(index).toString()) AttributeError: 'str' object has no attribute 'toString'
0.262429
Traceback (most recent call last): "/home/pi/.pyload/userplugins/internal/Account.py", line 59, in _login self.login(user, info['login']['password'], info['data'], self.req)KeyError: 'password'
Traceback (most recent call last): "~/sf_install/miniconda3/envs/deepchem/lib/python3.5/logging/__init__.py", line 981, in emit msg = self.format(record) "~/sf_install/miniconda3/envs/deepchem/lib/python3.5/logging/__init__.py", line 831, in format return fmt.format(record) "~/sf_install/miniconda3/envs/deepchem/lib/python3.5/logging/__init__.py", line 568, in format record.message = record.getMessage() "~/sf_install/miniconda3/envs/deepchem/lib/python3.5/logging/__init__.py", line 331, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting
0.267005
Error: 192.168.2.28:54194: Traceback (most recent call last): "/Users/yifanlu/Downloads/mitmproxy/venv3.5/lib/python3.5/site-packages/construct/core.py", line 460, in _parse return packer.unpack(self.fmtstr, _read_stream(stream, self.sizeof()))[0] "/Users/yifanlu/Downloads/mitmproxy/venv3.5/lib/python3.5/site-packages/construct/core.py", line 73, in _read_stream raise FieldError("could not read enough bytes, expected %d, found %d" % (length, len(data))) construct.core.FieldError: could not read enough bytes, expected 2, found 0
Traceback (most recent call last): "calibre_plugins.dedrm.__init__", line 350, in ePubDecrypt "calibre_plugins.dedrm.adobekey", line 447, in adeptkeys ADEPTError: Could not find ADE activation.dat file.
0.27695
Traceback (most recent call last): "C:\ProgramData\Anaconda3\envs\vtk\lib\site-packages\torch\utils\cpp_extension.py", line 1400, in _run_ninja_build check=True) "C:\ProgramData\Anaconda3\envs\vtk\lib\subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
> Traceback (most recent call last): "D:\ProgramData\Miniconda3\envs\untitled_0\lib\site-packages\scipy\optimize\optimize.py", line 114, in __getattr__ return self[name] KeyError: 'hess'
0.241379
Traceback (most recent call last): "svtplay-dl", line 7, in <module> "site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\__init__.py", line 463, in main "site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\__init__.py", line 194, in get_media "site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\__init__.py", line 241, in get_one_media "site-packages\svtplay_dl-1.9.3-py3.5.egg\svtplay_dl\service\svtplay.py", line 41, in get KeyError: 'videoTitlePage'
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 720, in urlopen method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2] "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 400, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise raise value "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen chunked=chunked, "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 423, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 331, in _raise_timeout self, url, "Read timed out. (read timeout=%s)" % timeout_value urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.simplepush.io', port=443): Read timed out. (read timeout=5)
0.309522
Traceback (most recent call last): "F:\River\Downloads\swjsq (1).py", line 800, in <module> ins.run(uid, pwd_md5, save = False) "F:\River\Downloads\swjsq (1).py", line 373, in run print('Login xunlei succeeded') "F:\River\Downloads\swjsq (1).py", line 180, in print logfd.write(line) TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "/Users/shichao/envs/youtube-dl/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 600, in extract_info ie_result = ie.extract(url) "/Users/shichao/envs/youtube-dl/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 260, in extract return self._real_extract(url) "/Users/shichao/envs/youtube-dl/lib/python2.7/site-packages/youtube_dl/extractor/bilibili.py", line 34, in _real_extract r'(?s)<div itemprop="video".*?>(.*?)</div>', webpage, 'video code') "/Users/shichao/envs/youtube-dl/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 516, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract video code; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.252759
Traceback (most recent call last): "sqlmap.py", line 216, in main start() "lib/core/decorators.py", line 78, in _ result = f(*args, **kwargs) "lib/controller/controller.py", line 345, in start initTargetEnv() "lib/core/target.py", line 713, in initTargetEnv _restoreMergedOptions() "lib/core/target.py", line 694, in _restoreMergedOptions conf[option] = mergedOptions[option]KeyError: '\x01'
Traceback (most recent call last): "C:\Medusa\Medusa\<a href="../blob/55cecb9e821fb15f20efe75b0f59d13e896e1d87/medusa/server/web/core/base.py#L252">medusa\server\web\core\base.py</a>", line 252, in async_call result = function(**kwargs)TypeError: setSceneNumbering() got an unexpected keyword argument 'indexername'
0.315202
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flexget/task_queue.py", line 47, in run self.current_task.execute() "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 69, in wrapper return func(self, *args, **kw) "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 576, in execute self.manager.db_cleanup() "/usr/local/lib/python2.7/dist-packages/flexget/manager.py", line 833, in db_cleanup expired = self.persist.get('last_cleanup', datetime(1900, 1, 1)) < datetime.now() - DB_CLEANUP_INTERVALTypeError: can't compare datetime.datetime to unicode
Traceback (most recent call last): "<stdin>", line 1, in <module> KeyError: 308
0.160833
Traceback (most recent call last): "test_error.py", line 72, in <module> model.compile(optimizer='adadelta', loss=conv_loss) "anaconda/lib/python2.7/site-packages/keras/models.py", line 343, in compile **kwargs) "anaconda/lib/python2.7/site-packages/keras/engine/training.py", line 601, in compile sample_weight, mask) "anaconda/lib/python2.7/site-packages/keras/engine/training.py", line 323, in weighted score_array = fn(y_true, y_pred) "errors.py", line 161, in conv_loss return K.mean(blur(image)) "anaconda/lib/python2.7/site-packages/theano/compile/function_module.py", line 788, in __call__ allow_downcast=s.allow_downcast) "anaconda/lib/python2.7/site-packages/theano/tensor/type.py", line 87, in filter 'Expected an array-like object, but found a Variable: 'TypeError: ('Bad input argument to theano function with name "errors.py:159" at index 0 (0-based)', 'Expected an array-like object, but found a Variable: maybe you are trying to call a function on a (possibly shared) variable instead of a numeric array?')
Traceback (most recent call last): "/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message self.ui.dispatch_event(update['uid'], update['event'], update['params']) "/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event self.root.dispatch_event(uid, event, params) "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event if child.dispatch_event(uid, event, params): "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event if child.dispatch_event(uid, event, params): "/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 388, in dispatch_event getattr(self, k)(**(params or {})) "/usr/lib/pymodules/python2.7/ajenti/plugins/hosts/main.py", line 31, in save self.config.save() "/usr/lib/pymodules/python2.7/reconfigure/configs/base.py", line 67, in save v = self.parser.stringify(nodetree[k]) "/usr/lib/pymodules/python2.7/reconfigure/parsers/ssv.py", line 68, in stringify r += (self.separator or '\t').join(x.get('value').value for x in node.children) "/usr/lib/pymodules/python2.7/reconfigure/parsers/ssv.py", line 68, in <genexpr> r += (self.separator or '\t').join(x.get('value').value for x in node.children)AttributeError: 'NoneType' object has no attribute 'value'
0.291903
Traceback (most recent call last): "<stdin>", line 1, in <module> "E:\gitHub\OpenCue\venv\lib\site-packages\pycue-unknown-py2.7.egg\opencue\__init__.py", line 22, in <module> import api "E:\gitHub\OpenCue\venv\lib\site-packages\pycue-unknown-py2.7.egg\opencue\api.py", line 24, in <module> import util "E:\gitHub\OpenCue\venv\lib\site-packages\pycue-unknown-py2.7.egg\opencue\util.py", line 28, in <module> from google.protobuf.pyext._message import RepeatedCompositeContainer ImportError: No module named _message
Traceback (most recent call last): "/home/main/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 862, in _handle return route.call(**args) "/home/main/.vim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1740, in wrapper rv = callback(*a, **ka) "/home/main/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/watchdog_plugin.py", line 104, in wrapper return callback( *args, **kwargs ) "/home/main/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/hmac_plugin.py", line 68, in wrapper body = callback( *args, **kwargs ) "/home/main/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/handlers.py", line 67, in EventNotification event_handler )( request_data ) "/home/main/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/completers/cpp/clang_completer.py", line 388, in On ReadyToParse flags ) ClangParseError: An AST deserialization error occurred while parsing the translation unit.
0.284173
Traceback (most recent call last): "C:\Users\dellpc\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel self.start_kernel(**self._launch_args) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel self._connect_control_socket() "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket self._control_socket = self.connect_control() "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control return self._create_connected_socket('control', identity=identity) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket sock = self.context.socket(socket_type) "C:\Users\dellpc\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__ return self.get(obj, cls) "C:\Users\dellpc\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default return zmq.Context.instance() "C:\Users\dellpc\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance cls._instance = cls(io_threads=io_threads) "zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__ zmq.error.ZMQError: Unknown error
Traceback (most recent call last): "/opt/PythonPackages/nilmtk/nilmtk/tests/test_timeframe.py", line 31, in test_time_delta self.assertEqual(tf.timedelta.total_seconds(), 60*60*24*366)AssertionError: 31622400.000000004 != 31622400
0.150435
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.7/dist-packages/ffmpeg/_probe.py", line 20, in probe p = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.PIPE) "/usr/lib/python3.7/subprocess.py", line 800, in __init__ restore_signals, start_new_session) "/usr/lib/python3.7/subprocess.py", line 1551, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: 'ffprobe -rtsp_transport tcp': 'ffprobe -rtsp_transport tcp'
Traceback (most recent call last): "/home/feurerm/miniconda/3-4.5.4/envs/openml/lib/python3.7/site-packages/distributed/client.py", line 287, in execute_callback fn(fut) "/home/feurerm/miniconda/3-4.5.4/envs/openml/lib/python3.7/site-packages/joblib/_dask.py", line 260, in callback_wrapper result = future.result() "/home/feurerm/miniconda/3-4.5.4/envs/openml/lib/python3.7/site-packages/distributed/client.py", line 224, in result raise result concurrent.futures._base.CancelledError: _fit_and_score-batch-9dab314edb5f4e6fa8e455a7ef21c347
0.249488
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get value = obj._trait_values[self.name] KeyError: 'context'
Traceback (most recent call last): "testpy.py", line 4, in <module> im.thumbnail((240,180)) "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1843, in thumbnail im = self.resize(size, resample) "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 1541, in resize self.load() "/usr/lib/python2.7/dist-packages/PIL/Image .py", line 244, in load raise_ioerror(err_code) "/usr/lib/python2.7/dist-packages/PIL/Image .py", line 59, in raise_ioerror raise IOError(message + " when reading image file") IOError: codec configuration error when reading image file
0.3013
Traceback (most recent call last): "/home/pi/env/lib/python3.7/site-packages/googleapiclient/discovery_cache/__init__.py", line 42, in autodetect from . import file_cache "/home/pi/env/lib/python3.7/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> "file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth" ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
Traceback (most recent call last): "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 385, in trace_task R = retval = fun(*args, **kwargs) "/usr/local/lib/python3.9/site-packages/celery/app/trace.py", line 650, in __protected_call__ return self.run(*args, **kwargs) "/app/bookwyrm/views/inbox.py", line 93, in activity_task activity = activitypub.parse(activity_json) "/app/bookwyrm/activitypub/__init__.py", line 31, in parse return naive_parse(activity_objects, activity_json) "/app/bookwyrm/activitypub/base_activity.py", line 61, in naive_parse return serializer(activity_objects=activity_objects, **activity_json) "/app/bookwyrm/activitypub/base_activity.py", line 98, in __init__ raise ActivitySerializerError( bookwyrm.activitypub.base_activity.ActivitySerializerError: Missing required field: cc
0.237302
Traceback (most recent call last): "sqlmap.py", line 215, in main start() "lib/core/decorators.py", line 75, in _ result = f(*args, **kwargs) "lib/controller/controller.py", line 704, in start action() "lib/controller/action.py", line 234, in action conf.dumper.registerValue(conf.dbmsHandler.regRead()) "plugins/generic/takeover.py", line 397, in regRead return self.readRegKey(regKey, regVal, True) "lib/takeover/registry.py", line 77, in readRegKey self._createRemoteBatch () "lib/takeover/registry.py", line 68, in _createRemoteBatch self._createLocalBatch () "lib/takeover/registry.py", line 61, in _createLocalBatch self._batPathFp.write(line)UnicodeEncodeError: 'ascii' codec can't encode character u'\u0441' in position 118: ordinal not in range(128)
Traceback (most recent call last): "/home/user/wspace/electrum/electrum/storage.py", line 209, in check_password self.decrypt(password) # this sets self.pubkey "/home/user/wspace/electrum/electrum/storage.py", line 186, in decrypt s = zlib.decompress(ec_key.decrypt_message(self.raw, enc_magic)) "/home/user/wspace/electrum/electrum/ecc.py", line 500, in decrypt_message encrypted = base64.b64decode(encrypted) # type: bytes "/usr/lib/python3.8/base64.py", line 87, in b64decode return binascii.a2b_base64(s) binascii.Error: Incorrect padding
0.281325
Traceback (most recent call last): "/usr/local/bin/safeeyes", line 11, in <module> load_entry_point('safeeyes==2.0.6', 'console_scripts', 'safeeyes')() "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 476, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2700, in load_entry_point return ep.load() "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2318, in load return self.resolve() "/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2324, in resolve module = __import__(self.module_name, fromlist=['__name__'], level=0) "/usr/local/lib/python2.7/site-packages/safeeyes/__main__.py", line 34, in <module> from safeeyes.SafeEyes import SafeEyes "/usr/local/lib/python2.7/site-packages/safeeyes/SafeEyes.py", line 34, in <module> from safeeyes.rpc import RPCServer "/usr/local/lib/python2.7/site-packages/safeeyes/rpc.py", line 25, in <module> from xmlrpc.server import SimpleXMLRPCServer ImportError: cannot import name SimpleXMLRPCServer
Traceback (most recent call last): "/mnt/gen2/TmpDir/portage/dev-python/eventlet-0.15.2/work/eventlet-0.15.2/tests/patcher_test.py", line 92, in test_import_patched_defaults assert 'GreenSocket' in lines[1], repr(output)AssertionError: "base <module 'eventlet.green.socket' from '/mnt/gen2/TmpDir/portage/dev-python/eventlet-0.15.2/work/eventlet-0.15.2-python2_7/lib/eventlet/green/socket.py'> <module 'urllib' from '/usr/lib64/python2.7/urllib.pyc'>\nnewmod <module 'base' from '/mnt/gen2/TmpDir/portage/dev-python/eventlet-0.15.2/temp/python2.7/tmpOGqtV1_patcher_test/base.py'> <module 'eventlet.green.socket' from '/mnt/gen2/TmpDir/portage/dev-python/eventlet-0.15.2/work/eventlet-0.15.2-python2_7/lib/eventlet/green/socket.py'> <class 'socket._socketobject'>\n"
0.30982
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.5/dist-packages/pyquery/__init__.py", line 7, in <module> from .pyquery import PyQuery # NOQA "/usr/local/lib/python3.5/dist-packages/pyquery/pyquery.py", line 7, in <module> from .openers import url_opener "/usr/local/lib/python3.5/dist-packages/pyquery/openers.py", line 7, in <module> from urllib.request import urlopen "/usr/lib/python3.5/urllib/request.py", line 88, in <module> import http.client "/usr/lib/python3.5/http/client.py", line 71, in <module> import email.parser "/usr/lib/python3.5/email/parser.py", line 12, in <module> from email.feedparser import FeedParser, BytesFeedParser "/usr/lib/python3.5/email/feedparser.py", line 27, in <module> from email import message "/usr/lib/python3.5/email/message.py", line 16, in <module> from email import utils "/usr/lib/python3.5/email/utils.py", line 40, in <module> from email.charset import Charset "/usr/lib/python3.5/email/charset.py", line 15, in <module> import email.quoprimime "/usr/lib/python3.5/email/quoprimime.py", line 44, in <module> from string import ascii_letters, digits, hexdigits "/home/tian/python/string.py", line 3, in <module> for index,string in enumerate(strings): NameError: name 'strings' is not defined
Traceback (most recent call last): "/home/travis/virtualenv/python3.4.0/lib/python3.4/site-packages/pandas/tseries/tests/test_timezones.py", line 406, in test_with_tz self.assertIs(central[0].tz, tz) "/home/travis/virtualenv/python3.4.0/lib/python3.4/site-packages/pandas/util/testing.py", line 96, in assertIs assert a is b, "%s: %r is not %r" % (msg.format(a,b), a, b)AssertionError: : <DstTzInfo 'US/Central' CST-1 day, 18:00:00 STD> is not <DstTzInfo 'US/Central' LMT-1 day, 18:09:00 STD>
0.249623
Traceback (most recent call last): "app.py", line 4, in <module> r = request.get("https://www.kiss-anime.ws/?s=dragon%20ball%20z").content "/usr/lib/python3.7/site-packages/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) "/usr/lib/python3.7/site-packages/cfscrape/__init__.py", line 68, in request resp = self.solve_cf_challenge(resp, **kwargs) "/usr/lib/python3.7/site-packages/cfscrape/__init__.py", line 97, in solve_cf_challenge params["jschl_answer"] = self.solve_challenge(body, domain) "/usr/lib/python3.7/site-packages/cfscrape/__init__.py", line 138, in solve_challenge result = subprocess.check_output(["node", "-e", js]).strip() "/usr/lib/python3.7/subprocess.py", line 395, in check_output **kwargs).stdout "/usr/lib/python3.7/subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['node', '-e', 'console.log(require(\'vm\').runInNewContext(\'var s,t,o,p,b,r,e,a,k,i,n,g,f, xnPgwLy={"pQYUduu":+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]))/+((!+[]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]))}; s += "==".slice(2 - (s.length & 3)); var bm, r = "", r1, r2, i = 0; for (; i < s.length;) { bm = o.indexOf(s.charAt(i++)) << 18 | o.indexOf(s.charAt(i++)) << 12 | (r1 = o.indexOf(s.charAt(i++))) << 6 | (r2 = o.indexOf(s.charAt(i++))); r += r1 === 64 ? g(bm >> 16 & 255) : r2 === 64 ? g(bm >> 16 & 255, bm >> 8 & 255) : g(bm >> 16 & 255, bm >> 8 & 255, bm & 255); } return r; }; ;xnPgwLy.pQYUduu-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(+!![]))/+((!+[]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(+!![])+(+[]));xnPgwLy.pQYUduu-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]))/+((!+[]+!![]+!![]+[])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(+!![]));xnPgwLy.pQYUduu-=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]))/+((!+[]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![])+(!+[]+!![]));xnPgwLy.pQYUduu*=+((!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+[])+(!+[]+!![])+(+[])+(!+[]+!![]+!![]+!![])+(+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![])+(!+[]+!![]+!![]))/+((!+[]+!![]+!![]+!![]+!![]+[])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![])+(!+[]+!![]+!![]+!![]+!![]+!![]+!![]));(+xnPgwLy.pQYUduu + 17).toFixed(10)\', Object.create(null), {timeout: 5000}));']' returned non-zero exit status 1.
Traceback (most recent call last): "c:\users\icom\appdata\local\programs\python\python37\Lib\threading.py", line 926, in _bootstrap_inner self.run() "c:\users\icom\appdata\local\programs\python\python37\Lib\threading.py", line 870, in run self._target(*self._args, **self._kwargs) "C:\Users\icom\Envs\wisevenv\lib\site-packages\socketio\server.py", line 682, in _handle_event_internal r = server._trigger_event(data[0], namespace, sid, *data[1:]) "C:\Users\icom\Envs\wisevenv\lib\site-packages\socketio\server.py", line 711, in _trigger_event return self.handlers[namespace][event](*args) "C:\Users\icom\Envs\wisevenv\lib\site-packages\flask_socketio\__init__.py", line 283, in _handler *args) "C:\Users\icom\Envs\wisevenv\lib\site-packages\flask_socketio\__init__.py", line 713, in _handle_event ret = handler(*args) "C:\Users\icom\myProjects\share-wise\app.py", line 51, in test client.send_filestorage(FILE, FILE.filename, path) "C:\Users\icom\myProjects\share-wise\utils.py", line 51, in send_filestorage sftp.putfo(file_storage, file_in_server) "C:\Users\icom\Envs\wisevenv\lib\site-packages\paramiko\sftp_client.py", line 717, in putfo reader=fl, writer=fr, file_size=file_size, callback=callback "C:\Users\icom\Envs\wisevenv\lib\site-packages\paramiko\sftp_client.py", line 678, in _transfer_with_callback data = reader.read(32768) "C:\Users\icom\Envs\wisevenv\lib\tempfile.py", line 736, in read return self._file.read(*args) "C:\Users\icom\Envs\wisevenv\lib\tempfile.py", line 481, in func_wrapper return func(*args, **kwargs) ValueError: read of closed file
0.294471
Traceback (most recent call last): "/home/florian/dev/bap/bap-services/.venv/lib/python3.6/site-packages/zeep/wsdl/definitions.py", line 149, in get return self._operations[key] KeyError: 'Add'
Traceback (most recent call last): "./mkosi", line 4628, in <module> main() "./mkosi", line 4624, in main run_verb(a) "./mkosi", line 4599, in run_verb build_stuff(args) "./mkosi", line 4425, in build_stuff raw, tar, root_hash = build_image(args, workspace, do_run_build_script=False, cleanup=True) "./mkosi", line 4246, in build_image do_run_build_script=do_run_build_script, cached=cached) "./mkosi", line 2048, in install_distribution install[args.distribution](args, workspace, do_run_build_script) "/usr/lib/python3.7/contextlib.py", line 74, in inner return func(*args, **kwds) "./mkosi", line 1760, in install_debian install_debian_or_ubuntu(args, workspace, do_run_build_script=do_run_build_script, mirror=args.mirror) "./mkosi", line 1681, in install_debian_or_ubuntu run(cmdline, check=True) "./mkosi", line 76, in run return subprocess.run(cmdline, **kwargs) "/usr/lib/python3.7/subprocess.py", line 487, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['debootstrap', '--verbose', '--variant=minbase', '--include=systemd-sysv', '--exclude=sysv-rc,initscripts,startpar,lsb-base,insserv', '--components=main', '--merged-usr', 'stable', '/mkosi/image/.mkosi-19qxh2if/root', 'http://deb.debian.org/debian']' returned non-zero exit status 1.
0.265086
Traceback (most recent call last): "/local/path/venv3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen chunked=chunked, "/local/path/venv3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 376, in _make_request self._validate_conn(conn) "/local/path/venv3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 994, in _validate_conn conn.connect() "/local/path/venv3/lib/python3.7/site-packages/urllib3/connection.py", line 300, in connect conn = self._new_conn() "/local/path/venv3/lib/python3.7/site-packages/urllib3/connection.py", line 169, in _new_conn self, "Failed to establish a new connection: %s" % e urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x108b00890>: Failed to establish a new connection: [Errno 61] Connection refused
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/websockets/protocol.py", line 827, in transfer_data message = await self.read_message() "/usr/local/lib/python3.7/site-packages/websockets/protocol.py", line 895, in read_message frame = await self.read_data_frame(max_size=self.max_size) "/usr/local/lib/python3.7/site-packages/websockets/protocol.py", line 971, in read_data_frame frame = await self.read_frame(max_size) "/usr/local/lib/python3.7/site-packages/websockets/protocol.py", line 1051, in read_frame extensions=self.extensions, "/usr/local/lib/python3.7/site-packages/websockets/framing.py", line 105, in read data = await reader(2) "/usr/local/lib/python3.7/asyncio/streams.py", line 679, in readexactly await self._wait_for_data('readexactly') "/usr/local/lib/python3.7/asyncio/streams.py", line 473, in _wait_for_data await self._waiter "/usr/local/lib/python3.7/asyncio/sslproto.py", line 689, in _process_write_backlog del self._write_backlog[0] IndexError: deque index out of range
0.248036
Traceback (most recent call last): "/usr/local/bin/t5_mesh_transformer", line 8, in <module> sys.exit(console_entry_point()) "/usr/local/lib/python3.6/dist-packages/t5/models/mesh_transformer_main.py", line 261, in console_entry_point app.run(main) "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 300, in run _run_main(main, args) "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main sys.exit(main(argv)) "/usr/local/lib/python3.6/dist-packages/t5/models/mesh_transformer_main.py", line 239, in main score_mode=(FLAGS.mode == "export_score")) "/usr/local/lib/python3.6/dist-packages/t5/models/mtf_model.py", line 470, in export vocabulary = _get_vocabulary() "/usr/local/lib/python3.6/dist-packages/t5/models/mtf_model.py", line 68, in _get_vocabulary return t5.models.mesh_transformer.get_vocabulary(mixture_or_task_name) "/usr/local/lib/python3.6/dist-packages/gin/config.py", line 1078, in gin_wrapper utils.augment_exception_message_and_reraise(e, err_str) "/usr/local/lib/python3.6/dist-packages/gin/utils.py", line 49, in augment_exception_message_and_reraise six.raise_from(proxy.with_traceback(exception.__traceback__), None) "<string>", line 3, in raise_from "/usr/local/lib/python3.6/dist-packages/gin/config.py", line 1055, in gin_wrapper return fn(*new_args, **new_kwargs) "/usr/local/lib/python3.6/dist-packages/t5/models/mesh_transformer.py", line 213, in get_vocabulary provider = t5.data.get_mixture_or_task(mixture_or_task_name) "/usr/local/lib/python3.6/dist-packages/t5/data/dataset_providers.py", line 1054, in get_mixture_or_task task_or_mixture_name) ValueError: No Task or Mixture found with name: natural_questions_open_test
Traceback (most recent call last): "install.py", line 153, in <module> install_bench(args) "install.py", line 58, in install_bench run_playbook('develop/install.yml', sudo=True) "install.py", line 131, in run_playbook success = subprocess.check_call(args, cwd=os.path.join(bench_repo, 'playbooks')) "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['ansible-playbook', '-c', 'local', 'develop/install.yml', '-K']' returned non-zero exit status 2
0.302422
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/tornado/ioloop.py", line 453, in _run_callback callback() "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 241, in wrapped callback(_args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 316, in wrapper callback(_args) "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 241, in wrapped callback(_args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/httpserver.py", line 320, in _on_headers self.request_callback(self._request) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1479, in __call__ handler._execute(transforms, _args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/tornadio2/persistent.py", line 81, in _execute super(TornadioWebSocketHandler, self)._execute(transforms, _args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 143, in _execute self.ws_connection.accept_connection() "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 492, in accept_connection self._accept_connection() "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 541, in _accept_connection self._receive_frame() "/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 582, in _receive_frame self.stream.read_bytes(2, self._on_frame_start) "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 162, in read_bytes self._try_inline_read() "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 393, in _try_inline_read self._check_closed() "/usr/local/lib/python2.7/dist-packages/tornado/iostream.py", line 543, in _check_closed raise StreamClosedError("Stream is closed")StreamClosedError: Stream is closed
Traceback (most recent call last): "<stdin>", line 2, in <module> "/usr/local/lib/python3.7/site-packages/dill/_dill.py", line 278, in load return Unpickler(file, ignore=ignore, **kwds).load() "/usr/local/lib/python3.7/site-packages/dill/_dill.py", line 481, in load obj = StockUnpickler.load(self) TypeError: an integer is required (got type str)
0.252596
Traceback (most recent call last): "video_completion.py", line 615, in <module> main(args) "video_completion.py", line 578, in main video_completion_seamless(args) "video_completion.py", line 418, in video_completion_seamless video, corrFlowF, corrFlowB, flow_mask, mask_dilated, start_point, end_point = extrapolation(args, video, corrFlowF, corrFlowB) "video_completion.py", line 165, in extrapolation corrFlowF[H_start : H_start + imgH, W_start : W_start + imgW, :] = corrFlowF_ori ValueError: could not broadcast input array from shape (512,960,2,0) into shape (512,960,2,69)
Traceback (most recent call last): "./run_toolbox.py", line 3, in <module> from core import LiveVis "/home/lyeager/code/deep-visualization-toolbox/core.py", line 14, in <module> import cv2ImportError: No module named cv2
0.272688
Traceback (most recent call last): "/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/tests/test_base.py", line 584, in test_walk self.assertEqual(list(f.path for f in self.f_listing.files_walk_total()), [u'fb_test_directory/testimage.jpg', u'fb_test_directory/fb_tmp_dir', u'fb_test_directory/fb_tmp_dir/fb_tmp_dir_sub', u'fb_test_directory/fb_tmp_dir/fb_tmp_dir_sub/testimage.jpg'])AssertionError: Lists differ: [u'fb_test_directory/testimage... != [u'fb_test_directory/testimage...
Original Traceback (most recent call last): "/home/anaconda3/envs/maskrcnn-market/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/home/anaconda3/envs/maskrcnn-market/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/home/anaconda3/envs/maskrcnn-market/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/home/anaconda3/envs/maskrcnn-market/lib/python3.7/site-packages/torch/utils/data/dataset.py", line 206, in __getitem__ return self.datasets[dataset_idx][sample_idx] "/home/文档/JlSupermarket/maskrcnn-benchmark/maskrcnn_benchmark/data/datasets/coco.py", line 94, in __getitem__ target = target.clip_to_image(remove_empty=True) "/home/文档/JlSupermarket/maskrcnn-benchmark/maskrcnn_benchmark/structures/bounding_box.py", line 223, in clip_to_image return self[keep] "/home/文档/JlSupermarket/maskrcnn-benchmark/maskrcnn_benchmark/structures/bounding_box.py", line 208, in __getitem__ bbox.add_field(k, v[item]) "/home/文档/JlSupermarket/maskrcnn-benchmark/maskrcnn_benchmark/structures/segmentation_mask.py", line 555, in __getitem__ selected_instances = self.instances.__getitem__(item) "/home/文档/JlSupermarket/maskrcnn-benchmark/maskrcnn_benchmark/structures/segmentation_mask.py", line 463, in __getitem__ selected_polygons.append(self.polygons[i]) IndexError: list index out of range
0.240307
Traceback (most recent call last): "/Users/heimbach/Library/Python/2/bin/icdiff", line 11, in <module> sys.exit(start()) "/Users/heimbach/Library/Python/2.7/lib/python/site-packages/icdiff.py", line 536, in start diff(a, b, options=options) "/Users/heimbach/Library/Python/2.7/lib/python/site-packages/icdiff.py", line 562, in diff diff_files(options, a, b) "/Users/heimbach/Library/Python/2.7/lib/python/site-packages/icdiff.py", line 638, in diff_files sys.stdout.flush() IOError: [Errno 32] Broken pipe
Traceback (most recent call last): "<stdin>", line 1, in <module> IndexError: list index out of range
0.306148
Traceback (most recent call last): "/home/@msx/.virtualenvs/nikola/lib/python2.7/site-packages/doit/action.py", line 372, in execute returned_value = self.py_callable(*self.args, **kwargs) "/home/@msx/.virtualenvs/nikola/lib/python2.7/site-packages/nikola/plugins/task/galleries.py", line 533, in render_gallery_index im = Image.open(thumb) "/home/@msx/.virtualenvs/nikola/lib/python2.7/site-packages/PIL/Image.py", line 2248, in open fp = builtins.open(fp, "rb")IOError: [Errno 2] No such file or directory: u'output/galleries/demo/tesla4_lg.thumbnail.jpg'
Traceback (most recent call last): "/Users/anthony/Projects/test/django-hstore/tests/django_hstore_tests/tests.py", line 96, in test_list self.assertEqual(json.loads(databag.data['list']), ['a', 'b', 'c'])TypeError: string indices must be integers, not str
0.165448
Traceback (most recent call last): "/home/eugenekim/virtualenvs/zibann/local/lib/python2.7/site-packages/supervisor/loggers.py", line 81, in emit self.stream.write(msg)IOError: [Errno 4] Interrupted system call
Traceback (most recent call last): "/usr/bin/thefuck", line 13, in <module> sys.exit(main()) "/usr/lib/python3.9/site-packages/thefuck/entrypoints/main.py", line 31, in main fix_command(known_args) "/usr/lib/python3.9/site-packages/thefuck/entrypoints/fix_command.py", line 36, in fix_command command = types.Command.from_raw_script(raw_command) "/usr/lib/python3.9/site-packages/thefuck/types.py", line 82, in from_raw_script output = get_output(script, expanded) "/usr/lib/python3.9/site-packages/thefuck/output_readers/__init__.py", line 20, in get_output return rerun.get_output(script, expanded) "/usr/lib/python3.9/site-packages/thefuck/output_readers/rerun.py", line 56, in get_output split_expand = shlex.split(expanded) "/usr/lib/python3.9/shlex.py", line 315, in split return list(lex) "/usr/lib/python3.9/shlex.py", line 300, in __next__ token = self.get_token() "/usr/lib/python3.9/shlex.py", line 109, in get_token raw = self.read_token() "/usr/lib/python3.9/shlex.py", line 210, in read_token raise ValueError("No escaped character") ValueError: No escaped character
0.272992
Traceback (most recent call last): "<stdin>", line 1, in <module> "netCDF4/_netCDF4.pyx", line 3342, in netCDF4._netCDF4.Variable.__getitem__ (netCDF4/_netCDF4.c:32244) "netCDF4/_netCDF4.pyx", line 3999, in netCDF4._netCDF4.Variable._get (netCDF4/_netCDF4.c:40661)RuntimeError: NetCDF: HDF error
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 171, in _launch_exploit_all exploit.exploit() "/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 209, in exploit s = self._generate_shell(vuln) "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell if self._verify_vuln(vuln_obj): "/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 108, in _verify_vuln if sqlmap.is_vulnerable(): "/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 121, in is_vulnerable raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "/usr/bin/python sqlmap.py --output-dir=/tmp --batch --disable-coloring --proxy=http://127.0.0.1:41701/ --batch --url=http://195.191.2.146/index.php --data=login=submit&user=1&pass=FrAmE30.": " _
0.210659
Traceback (most recent call last): "neural_style.py", line 858, in <module> main() "neural_style.py", line 855, in main else: render_single_image() "neural_style.py", line 824, in render_single_image stylize(content_img, style_imgs, init_img) "neural_style.py", line 558, in stylize L_style = sum_style_losses(sess, net, style_imgs) "neural_style.py", line 410, in sum_style_losses sess.run(net['input'].assign(img)) "/home/samuel/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 950, in run run_metadata_ptr) "/home/samuel/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1173, in _run feed_dict_tensor, options, run_metadata) "/home/samuel/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1350, in _do_run run_metadata) "/home/samuel/.local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1370, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: Cannot assign a device for operation Variable: node Variable (defined at neural_style.py:243) was explicitly assigned to /device:GPU:0 but available devices are [ /job:localhost/replica:0/task:0/device:CPU:0, /job:localhost/replica:0/task:0/device:XLA_CPU:0, /job:localhost/replica:0/task:0/device:XLA_GPU:0 ]. Make sure the device specification refers to a valid device. The requested device appears to be a GPU, but CUDA is not enabled.
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info') youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.308931
Traceback (most recent call last): "D:\SashaDebugging\PipenvDebugging\.venv\lib\weakref.py", line 548, in __call__ return info.func(*info.args, **(info.kwargs or {})) "D:\SashaDebugging\PipenvDebugging\.venv\lib\tempfile.py", line 795, in _cleanup _shutil.rmtree(name) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 507, in rmtree return _rmtree_unsafe(path, onerror) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 386, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 386, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 386, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) [Previous line repeated 1 more time] "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 391, in _rmtree_unsafe onerror(os.unlink, fullname, sys.exc_info()) "D:\SashaDebugging\PipenvDebugging\.venv\lib\shutil.py", line 389, in _rmtree_unsafe os.unlink(fullname)PermissionError: [WinError 5] Access is denied: 'C:\\Users\\SASHAC~1\\AppData\\Local\\Temp\\tmpqo83dm4wsource\\mdx-cite\\.git\\objects\\1f\\b32328d51a4d8399a65016ff97789eb58f2dfd'
Traceback (most recent call last): "/usr/lib/python3.5/runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) "/usr/lib/python3.5/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/gfrison/ws/bi-att-flow-demo/basic/cli.py", line 109, in <module> tf.app.run() "/home/gfrison/.p3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 30, in run sys.exit(main(sys.argv[:1] + flags_passthrough)) "/home/gfrison/ws/bi-att-flow-demo/basic/cli.py", line 106, in main m(config) "/home/gfrison/ws/bi-att-flow-demo/basic/main.py", line 27, in main _forward(config) "/home/gfrison/ws/bi-att-flow-demo/basic/main.py", line 192, in _forward models = get_multi_gpu_models(config) "/home/gfrison/ws/bi-att-flow-demo/basic/model.py", line 19, in get_multi_gpu_models model = Model(config, scope, rep=gpu_idx == 0) "/home/gfrison/ws/bi-att-flow-demo/basic/model.py", line 34, in __init__ config.batch_size, config.max_num_sents, config.max_sent_size, \ "/home/gfrison/.p3/lib/python3.5/site-packages/tensorflow/python/platform/flags.py", line 44, in __getattr__ raise AttributeError(name) AttributeError: max_num_sents
0.324899
Traceback (most recent call last): "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/gekinci/football/gfootball/examples/run_ppo2.py", line 112, in <module> train() "/home/gekinci/football/gfootball/examples/run_ppo2.py", line 94, in train ], context=None) TypeError: __init__() got an unexpected keyword argument 'context'
Traceback (most recent call last): "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync super(ThreadedHTTPTransport, self).send(data, headers) "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send ca_certs=self.ca_certs, "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen return opener.open(url, data, timeout) "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open response = self._open(req, data) "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open '_open', req) "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain result = func(*args) "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open return self.do_open(ValidHTTPSConnection, req) "/home/billy/git/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/usr/lib64/python2.7/httplib.py", line 979, in request self._send_request(method, url, body, headers) "/usr/lib64/python2.7/httplib.py", line 1013, in _send_request self.endheaders(body) "/usr/lib64/python2.7/httplib.py", line 975, in endheaders self._send_output(message_body) "/usr/lib64/python2.7/httplib.py", line 833, in _send_output msg += message_bodyUnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
0.319432
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 955, in _decrypt_signature return func(s) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 523, in <lambda> return lambda s: initial_function([s]) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 518, in resf res = interpret_statement(stmt, local_vars) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 453, in interpret_statement v = interpret_expression(expr, local_vars, allow_recursion) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 506, in interpret_expression raise ExtractorError(u'Unsupported JS expression %r' % expr)ExtractorError: Unsupported JS expression u'$y(a,7)'; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/home/user/telegram/lib/python3.7/site-packages/telethon/utils.py", line 303, in get_input_media if media.SUBCLASS_OF_ID == 0xfaf846f4: # crc32(b'InputMedia') AttributeError: 'NoneType' object has no attribute 'SUBCLASS_OF_ID'
0.25027
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/cloudinit/stages.py", line 156, in _initialize_filesystem util.chownbyname(log_file, u, g) "/usr/lib/python2.7/site-packages/cloudinit/util.py", line 1134, in chownbyname raise OSError("Unknown user or group: %s" % (e))OSError: Unknown user or group: 'getpwnam(): name not found: syslog'
Traceback (most recent call last): "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "C:\Python27\lib\runpy.py", line 72, in _run_code exec code in run_globals "C:\Python27\Scripts\jirashell.exe__main__.py", line 9, in <module> "C:\Python27\lib\site-packages\jira\jirashell.py", line 255, in main from IPython.frontend.terminal.embed import InteractiveShellEmbedImportError: No module named IPython.frontend.terminal.embed
0.302607
Traceback (most recent call last): "./sqlmap.py", line 95, in main start() "/root/sqlmap/lib/controller/controller.py", line 585, in start action() "/root/sqlmap/lib/controller/action.py", line 90, in action conf.dbmsHandler.getPrivileges(), "privilege", CONTENT_TYPE.PRIVILEGES) "/root/sqlmap/plugins/generic/users.py", line 361, in getPrivileges query = rootQuery.inband.queryAttributeError: 'DictObject' object has no attribute 'inband'
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-hqdkt5rb/mujoco-py/setup.py", line 52, in <module> cmdclass={'build': Build}, "/home/yang/anaconda3/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() "/home/yang/anaconda3/lib/python3.5/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/home/yang/anaconda3/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() "/home/yang/anaconda3/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/setuptools/command/install.py", line 61, in run "/home/yang/anaconda3/lib/python3.5/distutils/command/install.py", line 539, in run self.run_command('build') "/home/yang/anaconda3/lib/python3.5/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/yang/anaconda3/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() "/tmp/pip-build-hqdkt5rb/mujoco-py/setup.py", line 19, in run spec.loader.exec_module(builder) "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/tmp/pip-build-hqdkt5rb/mujoco-py/mujoco_py/builder.py", line 17, in <module> from mujoco_py.utils import discover_mujoco "/tmp/pip-build-hqdkt5rb/mujoco-py/mujoco_py/__init__.py", line 4, in <module> from mujoco_py.mjviewer import MjViewer, MjViewerBasic "/tmp/pip-build-hqdkt5rb/mujoco-py/mujoco_py/mjviewer.py", line 2, in <module> import glfw "/home/yang/anaconda3/lib/python3.5/site-packages/glfw.py", line 194, in <module> raise ImportError("Failed to load GLFW3 shared library.") ImportError: Failed to load GLFW3 shared library.
0.234653
Traceback (most recent call last): "/usr/local/Cellar/python3/3.6.2/Frameworks/Python.framework/Versions/3.6/lib/python3.6/tkinter/__init__.py", line 1699, in __call__ return self.func(*args) "/Users/irdumb/Projects/LiveCoding/venv3/lib/python3.6/site-packages/FoxDot/lib/Workspace/Editor.py", line 515, in open_config_file from Config import Config ModuleNotFoundError: No module named 'Config '
Traceback (most recent call last): "/home/xxx/.local/bin/qltool", line 234, in <module> ql = Qiling(filename=[options.filename] + options.args, rootfs=options.rootfs, profile=options.profile, output=options.output, console=options.console, log_dir=options.log_dir, env=env) "/home/xxx/.local/lib/python3.8/site-packages/qiling/core.py", line 164, in __init__ self.loader.run() "/home/xxx/.local/lib/python3.8/site-packages/qiling/loader/pe.py", line 398, in run self.load() "/home/xxx/.local/lib/python3.8/site-packages/qiling/loader/pe.py", line 525, in load super().load_dll(entry.dll, self.is_driver) "/home/xxx/.local/lib/python3.8/site-packages/qiling/loader/pe.py", line 86, in load_dll cmdline_entry = self.set_cmdline(entry.name, entry.address, data) "/home/xxx/.local/lib/python3.8/site-packages/qiling/loader/pe.py", line 133, in set_cmdline self.ql.mem.write(addr, str(self.cmdline).encode("utf-16le")) "/home/xxx/.local/lib/python3.8/site-packages/qiling/os/memory.py", line 186, in write return self.ql.uc.mem_write(addr, data) "/home/xxx/.local/lib/python3.8/site-packages/unicorn/unicorn.py", line 443, in mem_write raise UcError(status) unicorn.unicorn.UcError: Invalid memory write (UC_ERR_WRITE_UNMAPPED)
0.221178
Traceback (most recent call last): "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent self._draw_fold_region_background(block, painter) "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background end = self.folding_regions[start]KeyError: 141
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/events.py", line 127, in _run self._callback(*self._args) "/Users/tomchristie/GitHub/encode/uvicorn/uvicorn/protocols/http/httptools_impl.py", line 129, in connection_made self.client = get_remote_addr(transport) "/Users/tomchristie/GitHub/encode/uvicorn/uvicorn/protocols/utils.py", line 8, in get_remote_addr info = socket_info.getpeername() OSError: [Errno 22] Invalid argument
0.287672
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/gitlab/base.py", line 582, in __getattr__ return self.__dict__['_updated_attrs'][name] KeyError: 'trigger_build'
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 719, in urlopen retries = retries.increment( "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 400, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/lib/python3/dist-packages/six.py", line 702, in reraise raise value.with_traceback(tb) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 665, in urlopen httplib_response = self._make_request( "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 421, in _make_request six.raise_from(e, None) "<string>", line 3, in raise_from "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 416, in _make_request httplib_response = conn.getresponse() "/usr/lib/python3.8/http/client.py", line 1347, in getresponse response.begin() "/usr/lib/python3.8/http/client.py", line 307, in begin version, status, reason = self._read_status() "/usr/lib/python3.8/http/client.py", line 276, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
0.285338
Traceback (most recent call last): "/tmp/pip-build-cth80kky/PyICU/setup.py", line 66, in <module> ICU_VERSION = check_output(('icu-config', '--version')).strip() "/tmp/pip-build-cth80kky/PyICU/setup.py", line 19, in check_output return subprocess_check_output(popenargs) "/usr/lib64/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout "/usr/lib64/python3.6/subprocess.py", line 423, in run with Popen(*popenargs, **kwargs) as process: "/usr/lib64/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) "/usr/lib64/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: 'icu-config': 'icu-config'
Traceback (most recent call last): "link_predict.py", line 249, in <module> main(args) "link_predict.py", line 164, in main loss = model.get_loss(g, data, labels) "link_predict.py", line 75, in get_loss embedding = self.forward(g) "link_predict.py", line 62, in forward return self.rgcn.forward(g) "C:\Users\t-kadas\dgl\examples\pytorch\rgcn\model.py", line 54, in forward layer(g) "C:\ProgramData\Anaconda3\envs\nl\lib\site-packages\torch\nn\modules\module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "link_predict.py", line 31, in forward g.ndata['h'] = self.embedding(node_id) "C:\ProgramData\Anaconda3\envs\nl\lib\site-packages\torch\nn\modules\module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "C:\ProgramData\Anaconda3\envs\nl\lib\site-packages\torch\nn\modules\sparse.py", line 117, in forward self.norm_type, self.scale_grad_by_freq, self.sparse) "C:\ProgramData\Anaconda3\envs\nl\lib\site-packages\torch\nn\functional.py", line 1506, in embedding return torch.embedding(weight, input, padding_idx, scale_grad_by_freq, sparse) RuntimeError: Expected tensor for argument #1 'indices' to have scalar type Long; but got CUDAType instead (while checking arguments for embedding)
0.318282
Traceback (most recent call last): "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() "/Users/user/.virtualenvs/salt/lib/python2.7/site-packages/salt/master.py", line 769, in run self.key, "/Users/user/.virtualenvs/salt/lib/python2.7/site-packages/salt/master.py", line 1459, in __init__ self.local = salt.client.get_local_client(self.opts['conf_file']) "/Users/user/.virtualenvs/salt/lib/python2.7/site-packages/salt/client/__init__.py", line 96, in get_local_client return LocalClient(mopts=opts, skip_perm_errors=skip_perm_errors) "/Users/user/.virtualenvs/salt/lib/python2.7/site-packages/salt/client/__init__.py", line 136, in __init__ self.key = self.__read_master_key() "/Users/user/.virtualenvs/salt/lib/python2.7/site-packages/salt/client/__init__.py", line 162, in __read_master_key self.skip_perm_errors) "/Users/user/.virtualenvs/salt/lib/python2.7/site-packages/salt/utils/verify.py", line 400, in check_path_traversal raise SaltClientError(msg)SaltClientError: Could not access /var/cache/salt. Path does not exist.
Traceback (most recent call last): "pret.py", line 8, in <module> from discovery import discovery "/data/data/com.termux/files/home/PRET/discovery.py", line 7, in <module> from helper import output, conv "/data/data/com.termux/files/home/PRET/helper.py", line 130 def discover(self, (ipaddr, (device, uptime, status, prstat))): ^ SyntaxError: invalid syntax
0.109774
Traceback (most recent call last): "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\tseries\tests\test_timeseries.py", line 1814, in test_append_concat_tz_explicit_dateutil self.assert_(result.index.equals(rng3)) "c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\tseries\index.py", line 1574, in equals self.tz) == tslib.get_timezone(other.tz) "tslib.pyx", line 1013, in pandas.tslib.get_timezone (pandas\tslib.c:16907) "tslib.pyx", line 1032, in pandas.tslib._get_zone (pandas\tslib.c:17056)IndexError: list index out of range
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2075, in _real_extract raise ExtractorError(error_message, expected=True) youtube_dl.utils.ExtractorError: This video is no longer available due to a copyright claim by Microsoft Corporation.
0.155519
Traceback (most recent call last): "/home/siddharthist/.local/share/marker-git/bin/marker", line 65, in <module> parse_arguments() "/home/siddharthist/.local/share/marker-git/bin/marker", line 31, in parse_arguments return args.func(args)AttributeError: 'Namespace' object has no attribute 'func'
Traceback (most recent call last): "/Users/rob/work/incubator-superset/venv/lib/python3.6/site-packages/celery/app/trace.py", line 385, in trace_task R = retval = fun(*args, **kwargs) "/Users/rob/work/incubator-superset/venv/lib/python3.6/site-packages/celery/app/trace.py", line 648, in __protected_call__ return self.run(*args, **kwargs) "/Users/rob/work/incubator-superset/superset/sql_lab.py", line 154, in get_sql_results with session_scope(not ctask.request.called_directly) as session: "/Users/rob/work/incubator-superset/venv/lib/python3.6/site-packages/contextlib2.py", line 79, in __enter__ return next(self.gen) "/Users/rob/work/incubator-superset/superset/sql_lab.py", line 117, in session_scope app.config["SQLALCHEMY_DATABASE_URI"], poolclass=NullPool "/Users/rob/work/incubator-superset/venv/lib/python3.6/site-packages/werkzeug/local.py", line 348, in __getattr__ return getattr(self._get_current_object(), name) "/Users/rob/work/incubator-superset/venv/lib/python3.6/site-packages/werkzeug/local.py", line 307, in _get_current_object return self.__local() "/Users/rob/work/incubator-superset/venv/lib/python3.6/site-packages/flask/globals.py", line 52, in _find_app raise RuntimeError(_app_ctx_err_msg) RuntimeError: Working outside of application context.
0.221759
Traceback (most recent call last): "./main.py", line 73, in <module> train_iter, dev_iter = mr(text_field, label_field, device=-1, repeat=False) "./main.py", line 59, in mr train_data, dev_data = mydatasets.MR.splits(text_field, label_field) "/home/cnn-text-classification-pytorch/mydatasets.py", line 105, in splits examples = cls(text_field, label_field, path=path, **kwargs).examples "/home/cnn-text-classification-pytorch/mydatasets.py", line 82, in __init__ data.Example.fromlist([line, 'negative'], fields) for line in f] "/home/venv/local/lib/python2.7/site-packages/torchtext/data/example.py", line 52, in fromlist setattr(ex, name, field.preprocess(val)) "/home/venv/local/lib/python2.7/site-packages/torchtext/data/field.py", line 166, in preprocess x = Pipeline(lambda s: six.text_type(s, encoding='utf-8'))(x) "/home/venv/local/lib/python2.7/site-packages/torchtext/data/pipeline.py", line 37, in __call__ x = pipe.call(x, *args) "/home/venv/local/lib/python2.7/site-packages/torchtext/data/pipeline.py", line 53, in call return self.convert_token(x, *args) "/home/venv/local/lib/python2.7/site-packages/torchtext/data/field.py", line 166, in <lambda> x = Pipeline(lambda s: six.text_type(s, encoding='utf-8'))(x) UnicodeDecodeError: 'utf8' codec can't decode byte 0x97 in position 110: invalid start byte
Traceback (most recent call last): "<console>", line 1, in <module> "/env/local/lib/python2.7/site-packages/django/db/models/fields/files.py", line 105, in delete self.storage.delete(self.name) "/env/local/lib/python2.7/site-packages/queued_storage/backends.py", line 247, in delete return self.get_storage(name).delete(name) "/env/local/lib/python2.7/site-packages/storages/backends/s3boto.py", line 202, in delete self.bucket.delete_key(self._encode_name(name)) "/env/local/lib/python2.7/site-packages/boto/s3/bucket.py", line 594, in delete_key response.reason, body)S3ResponseError: S3ResponseError: 409 Conflict
0.21031
Traceback (most recent call last): "<string>", line 59, in <module> "<string>", line 12, in **init** "site-packages\flask_socketio__init__.py", line 119, in **init** "site-packages\flask_socketio__init__.py", line 144, in init_app "site-packages\socketio\server.py", line 72, in **init** "site-packages\engineio\server.py", line 100, in **init**ValueError: Invalid async_mode specified
Traceback (most recent call last): "/nix/store/lm2jmpn00yjizgqyimaa973gsp2ap8vw-python3.6-dvc-0.40.7/bin/.dvc-wrapped", line 12, in <module> sys.exit(main()) "/nix/store/lm2jmpn00yjizgqyimaa973gsp2ap8vw-python3.6-dvc-0.40.7/lib/python3.6/site-packages/dvc/main.py", line 53, in main Analytics().send_cmd(cmd, args, ret) "/nix/store/lm2jmpn00yjizgqyimaa973gsp2ap8vw-python3.6-dvc-0.40.7/lib/python3.6/site-packages/dvc/analytics.py", line 261, in send_cmd daemon(["analytics", analytics.dump()]) "/nix/store/lm2jmpn00yjizgqyimaa973gsp2ap8vw-python3.6-dvc-0.40.7/lib/python3.6/site-packages/dvc/daemon.py", line 103, in daemon env['PYTHONPATH'] KeyError: 'PYTHONPATH'
0.278403
Traceback (most recent call last): "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync super(ThreadedHTTPTransport, self).send(data, headers) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send ca_certs=self.ca_certs, "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen return opener.open(url, data, timeout) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open response = self._open(req, data) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open '_open', req) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain result = func(*args) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open return self.do_open(ValidHTTPSConnection, req) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1057, in request self._send_request(method, url, body, headers) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1097, in _send_request self.endheaders(body) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1053, in endheaders self._send_output(message_body) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 895, in _send_output msg += message_bodyUnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
10.0.0.209:50088: Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/mitmproxy/net/tcp.py", line 118, in read data = self.o.read(rlen) "/usr/local/lib/python3.6/dist-packages/OpenSSL/SSL.py", line 1783, in recv self._raise_ssl_error(self._ssl, result) "/usr/local/lib/python3.6/dist-packages/OpenSSL/SSL.py", line 1631, in _raise_ssl_error raise SysCallError(errno, errorcode.get(errno)) OpenSSL.SSL.SysCallError: (104, 'ECONNRESET')
0.288734
Traceback (most recent call last): "/srv/home/azrael/dev/beets/upstream/beets/util/__init__.py", line 470, in move shutil.copyfile(path, dest) "/usr/lib64/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: '/srv/music/beets/ASP/Aus der Tiefe_ Der schwarze Schmetterling, Teil IV/cover.jpg'
Traceback (most recent call last): "fitting.py", line 83, in <module> print mlogit_res.summary() "/usr/local/lib/python2.7/dist-packages/statsmodels-0.4.1-py2.7-linux-x86_64.egg/statsmodels/discrete/discrete_model.py", line 1728, in summary use_t=False) "/usr/local/lib/python2.7/dist-packages/statsmodels-0.4.1-py2.7-linux-x86_64.egg/statsmodels/iolib/summary.py", line 823, in add_table_params alpha=alpha, use_t=use_t) "/usr/local/lib/python2.7/dist-packages/statsmodels-0.4.1-py2.7-linux-x86_64.egg/statsmodels/iolib/summary.py", line 629, in summary_params_2dflat raise ValueError('endog_names has wrong length')ValueError: endog_names has wrong length
0.297866
Traceback (most recent call last): "C:\Users\PIHE7364\git\venusMQ\venusMQ\venusMQ\tests\tests_tasks.py", line 685, in test_run_celery_task res = ch.apply_async() "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\celery\canvas.py", line 251, in apply_async return _apply(args, kwargs, **options) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\celery\app\builtins.py", line 293, in apply_async tasks[0].apply_async(**options) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\celery\canvas.py", line 251, in apply_async return _apply(args, kwargs, **options) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\celery\app\task.py", line 565, in apply_async **dict(self._get_exec_options(), **options) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\celery\app\base.py", line 354, in send_task reply_to=reply_to or self.oid, **options "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\celery\app\amqp.py", line 310, in publish_task **kwargs "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\messaging.py", line 165, in publish compression, headers) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\messaging.py", line 241, in _prepare body) = dumps(body, serializer=serializer) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\serialization.py", line 164, in dumps payload = encoder(data) "C:\Python35\lib\contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\serialization.py", line 59, in _reraise_errors reraise(wrapper, wrapper(exc), sys.exc_info()[2]) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\five.py", line 131, in reraise raise value.with_traceback(tb) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\serialization.py", line 55, in _reraise_errors yield "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\kombu\serialization.py", line 164, in dumps payload = encoder(data) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\anyjson\__init__.py", line 141, in dumps return implementation.dumps(value) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\anyjson\__init__.py", line 89, in dumps raise TypeError(TypeError(*exc.args)).with_traceback(sys.exc_info()[2]) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\anyjson\__init__.py", line 87, in dumps return self._encode(data) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\simplejson\__init__.py", line 380, in dumps return _default_encoder.encode(obj) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\simplejson\encoder.py", line 275, in encode chunks = self.iterencode(o, _one_shot=True) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\simplejson\encoder.py", line 357, in iterencode return _iterencode(o, 0) "C:\Users\PIHE7364\virtualenvs\py35\venusMQ\lib\site-packages\simplejson\encoder.py", line 252, in default raise TypeError(repr(o) + " is not JSON serializable")kombu.exceptions.EncodeError: datetime.datetime(2016, 7, 8, 19, 2, 40, 90903) is not JSON serializable
Traceback (most recent call last): "main_train.py", line 92, in <module> sym = sym_inst.get_symbol_rpn(config) if config.TRAIN.ONLY_PROPOSAL else sym_inst.get_symbol_rcnn(config) "/home/neuiva1/yanli/001github_project/SNIPER.mobilenet/symbols/faster/mobilenetv2_e2e.py", line 379, in get_symbol_rcnn name='multi_proposal_target') "<string>", line 107, in MultiProposalTarget "SNIPER-mxnet/python/mxnet/_ctypes/symbol.py", line 135, in _symbol_creator s._compose(name=name, **kwargs) "SNIPER-mxnet/python/mxnet/symbol/symbol.py", line 481, in _compose self.handle, name, num_args, keys, args)) "SNIPER-mxnet/python/mxnet/base.py", line 149, in check_call raise MXNetError(py_str(_LIB.MXGetLastError())) mxnet.base.MXNetError: [10:13:00] src/core/symbolic.cc:72: Symbol.ComposeKeyword argument name crowd_boxes not found.
0.208717
Traceback (most recent call last): "E:\dev\prs\kivy\examples\widgets\colorpicker.py", line 230, in <module> MainApp().run() "E:\dev\prs\kivy\kivy\app.py", line 828, in run runTouchApp() "E:\dev\prs\kivy\kivy\base.py", line 487, in runTouchApp EventLoop.window.mainloop() "E:\dev\prs\kivy\kivy\core\window\window_sdl2.py", line 622, in mainloop self._mainloop() "E:\dev\prs\kivy\kivy\core\window\window_sdl2.py", line 365, in _mainloop EventLoop.idle() "E:\dev\prs\kivy\kivy\base.py", line 330, in idle self.dispatch_input() "E:\dev\prs\kivy\kivy\base.py", line 315, in dispatch_input post_dispatch_input(*pop(0)) "E:\dev\prs\kivy\kivy\base.py", line 281, in post_dispatch_input wid.dispatch('on_touch_up', me) "kivy\_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy\_event.c:7726) "E:\dev\prs\kivy\kivy\uix\behaviors\button.py", line 187, in on_touch_up self.dispatch('on_release') "kivy\_event.pyx", line 714, in kivy._event.EventDispatcher.dispatch (kivy\_event.c:7681) "kivy\_event.pyx", line 1224, in kivy._event.EventObservers.dispatch (kivy\_event.c:13524) "kivy\_event.pyx", line 1108, in kivy._event.EventObservers._dispatch (kivy\_event.c:12356) "E:\dev\prs\kivy\kivy\lang\builder.py", line 64, in custom_callback exec(__kvlang__.co_value, idmap) "<string>", line 89, in <module> AttributeError: 'NoneType' object has no attribute 'canvas'
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\u5en\ArqProg\Anaconda3\lib\site-packages\pandas\core\generic.py", line 2246, in to_clipboard clipboards.to_clipboard(self, excel=excel, sep=sep, **kwargs) "C:\Users\u5en\ArqProg\Anaconda3\lib\site-packages\pandas\io\clipboards.py", line 117, in to_clipboard objstr = obj.to_string(**kwargs) TypeError: to_string() got an unexpected keyword argument 'line_terminator'
0.319056
Traceback (most recent call last): "D:\My s\ORU\CSC111-IntroToComputing\Python\testplot.py", line 1, in <module> import matplotlib.pyplot as plt "C:\Users\josborne\AppData\Roaming\Python\Python37\site-packages\matplotlib\__init__.py", line 107, in <module> from . import cbook, rcsetup "C:\Users\josborne\AppData\Roaming\Python\Python37\site-packages\matplotlib\cbook\__init__.py", line 28, in <module> import numpy as np "C:\Users\josborne\AppData\Roaming\Python\Python37\site-packages\numpy\__init__.py", line 138, in <module> from . import _distributor_init "C:\Users\josborne\AppData\Roaming\Python\Python37\site-packages\numpy\_distributor_init.py", line 26, in <module> WinDLL(os.path.abspath(filename)) "C:\Users\josborne\anaconda3\lib\ctypes\__init__.py", line 364, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 is not a valid Win32 application
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1221, in _decrypt_signature video_id, player_url, s "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1130, in _extract_signature_function res = self._parse_sig_js(code) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1193, in _parse_sig_js jscode, 'Initial JS player signature function name', group='sig') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 977, in _search_regex raise RegexNotFoundError('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 . 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.310925
Traceback (most recent call last): "C:\Users\careyh\Komodo IDE latest\lib\mozilla\python\xpcom\server\policy.py", line 274, in _CallMethod_ ret = getattr(self._obj_, name) # Let attribute error go here! "C:\Users\careyh\Komodo IDE latest\lib\mozilla\components\ko Ex.py", line 72, in __getattr__ raise AttributeError, attrAttributeError: sccType
Traceback (most recent call last): "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 228, in _main status = self.run(options, args) "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 182, in wrapper return func(self, options, args) "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 294, in run reqs = self.get_requirements(args, options, finder, session) "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 308, in get_requirements req_to_add = install_req_from_parsed_requirement( "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/req/constructors.py", line 476, in install_req_from_parsed_requirement req = install_req_from_line( "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/req/constructors.py", line 409, in install_req_from_line parts = parse_req_from_line(name, line_source) "/home/rambo/.local/share/python-for-android/build/venv/lib/python3.8/site-packages/pip/_internal/req/constructors.py", line 374, in parse_req_from_line raise InstallationError(msg) pip._internal.exceptions.InstallationError: Invalid requirement: 'Ignoring "sys._home = value" override' (from line 1 of ._tmp_p4a_recipe_constraints.txt)
0.21769
Traceback (most recent call last): "C:\Users\dellpc\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get value = obj._trait_values[self.name] KeyError: 'context'
Traceback (most recent call last): "plot_blob.py", line 42, in <module> from skimage.feature import blob_dog, blob_log, blob_dohImportError: cannot import name blob_dog
0.143655
Traceback (most recent call last): "/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 220, in sqlmap_scan_main sqlmap_scan.start_scan(api_id, opts=opts) "/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 100, in start_scan return urllib2.urlopen(req) "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) "/usr/lib/python2.7/urllib2.py", line 435, in open response = meth(req, response) "/usr/lib/python2.7/urllib2.py", line 548, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python2.7/urllib2.py", line 473, in error return self._call_chain(*args) "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain result = func(*args) "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)HTTPError: HTTP Error 500: Internal Server Error
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info') youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.24631
Traceback (most recent call last): "main.py", line 2, in <module> from designer.app import DesignerApp "/home/lantlord/develop/kivy-designer/designer/app.py", line 34, in <module> from designer.project_loader import ProjectLoader, ProjectLoaderException "/home/lantlord/develop/kivy-designer/designer/project_loader.py", line 164 exec py_string in module.**dict** ^ SyntaxError: Missing parentheses in call to 'exec'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/argriffi/.local/lib/python2.7/site-packages/scipy/stats/distributions.py", line 6130, in entropy if any(take(pk, nonzero(qk == 0.0), axis=0) != 0.0, 0):ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
0.301139
Traceback (most recent call last): "pokus.py", line 5, in <module> import keras_rcnn.models "/home/misa/keras_resnet/keras_rcnn/models/__init__.py", line 1, in <module> from ._rcnn import RCNN "/home/misa/keras_resnet/keras_rcnn/models/_rcnn.py", line 10, in <module> import keras_rcnn.layers "/home/misa/keras_resnet/keras_rcnn/layers/__init__.py", line 1, in <module> from .losses import ( "/home/misa/keras_resnet/keras_rcnn/layers/losses/__init__.py", line 7, in <module> from ._rpn import ( "/home/misa/keras_resnet/keras_rcnn/layers/losses/_rpn.py", line 86 return {**super(RPN, self).get_config(), **configuration} ^ SyntaxError: invalid syntax
Traceback (most recent call last): "jenkins_test.py", line 9, in <module> browser.visit(jenkins_url) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/splinter/driver/zopetestbrowser.py", line 81, in visit self._browser.open(url) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/zope/testbrowser/browser.py", line 252, in open self._processRequest(url, make_request) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/zope/testbrowser/browser.py", line 276, in _processRequest resp = make_request(reqargs) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/zope/testbrowser/browser.py", line 250, in make_request return self.testapp.get(url, **args) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/webtest/app.py", line 335, in get expect_errors=expect_errors) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/zope/testbrowser/browser.py", line 92, in do_request self._assertAllowed(req.url) "/Users/homedir/Documents/Jenkins_Test/venv/lib/python2.7/site-packages/zope/testbrowser/browser.py", line 89, in _assertAllowed raise RobotExclusionError(url, 403, msg, [], None) zope.testbrowser.browser.RobotExclusionError: HTTP Error 403: request disallowed by robots.txt
0.266837
Traceback (most recent call last): "…/.local/lib/python3.4/site-packages/doit/action.py", line 372, in execute returned_value = self.py_callable(*self.args, **kwargs) "…/.local/lib/python3.4/site-packages/nikola/nikola.py", line 898, in render_template template_name, None, local_context) "…/.local/lib/python3.4/site-packages/nikola/plugins/template/mako.py", line 108, in render_template data = template.render_unicode(**context) "…/.local/lib/python3.4/site-packages/mako/template.py", line 452, in render_unicode as_unicode=True) "…/.local/lib/python3.4/site-packages/mako/runtime.py", line 803, in _render **_kwargs_for_callable(callable_, data)) "…/.local/lib/python3.4/site-packages/mako/runtime.py", line 835, in _render_context _exec_template(inherit, lclcontext, args=args, kwargs=kwargs) "…/.local/lib/python3.4/site-packages/mako/runtime.py", line 860, in _exec_template callable_(context, *args, **kwargs) "…/om/cache/.mako.tmp/base.tmpl.py", line 123, in render_body context['self'].content(**pageargs) "…/om/cache/.mako.tmp/index.tmpl.py", line 95, in render_content __M_writer(str(post.text(teaser_only=True))) "…/.local/lib/python3.4/site-packages/nikola/post.py", line 533, in text hyphenate(document, lang) "…/.local/lib/python3.4/site-packages/nikola/post.py", line 947, in hyphenate hyphenator = pyphen.Pyphen(lang=lang) "…/.local/lib/python3.4/site-packages/pyphen.py", line 246, in __init__ filename = LANGUAGES[language_fallback(lang)]KeyError: None
Traceback (most recent call last): "/root/miniconda3/lib/python3.7/site-packages/numpy/lib/npyio.py", line 230, in __del__ self.close() "/root/miniconda3/lib/python3.7/site-packages/numpy/lib/npyio.py", line 221, in close if self.zip is not None: AttributeError: 'Npz ' object has no attribute 'zip'
0.265629
Traceback (most recent call last): "tools/test_recognizer.py", line 122, in <module> main() "tools/test_recognizer.py", line 73, in main load_checkpoint(model, args.checkpoint, strict=True) "/home/test/anaconda3/envs/mmaction/lib/python3.7/site-packages/mmcv/runner/checkpoint.py", line 171, in load_checkpoint raise IOError('{} is not a checkpoint file'.format(filename)) OSError: tsn_2d_rgb_bninception_seg3_f1s1_b32_g8-98160339.pth is not a checkpoint file
Traceback (most recent call last): "<string>", line 1, in ? "mitogen/__init__.py", line 113 from . import utils ^ SyntaxError: invalid syntax
0.290144
Traceback (most recent call last): "run_seq2seq.py", line 410, in <module> main() "run_seq2seq.py", line 393, in main model, tokenizer = get_model_and_tokenizer(args) "run_seq2seq.py", line 192, in get_model_and_tokenizer cache_dir=args.cache_dir if args.cache_dir else None) "/home/aistudio/gen_coqa/s2s-ft/s2s_ft/modeling.py", line 90, in from_pretrained if kwargs["state_dict"] is None: KeyError: 'state_dict'
Traceback (most recent call last): "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer.py", line 624, in <module> ret = main() "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer.py", line 558, in main dispatch.render_all(tilesets, config['observer']) "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer_core/dispatcher.py", line 75, in render_all observer.start(total_jobs) "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer_core/observer.py", line 413, in start super(RConObserver, self).start(max_value) "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer_core/observer.py", line 39, in start self.update(0) "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer_core/observer.py", line 422, in update if self._need_update(): "/data/minecraft/overviewer/Minecraft-Overviewer/overviewer_core/observer.py", line 430, in _need_update (self.last_update * 100.0 / self.get_max_value()) >= self.pct_interval ZeroDivisionError: float division by zero
0.326815
Traceback (most recent call last): "/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/helpers/template.py", line 72, in ensure_valid self._compiled_code = ENV.compile(self.template) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/environment.py", line 565, in compile self.handle_exception(exc_info, source_hint=source_hint) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/environment.py", line 754, in handle_exception reraise(exc_type, exc_value, tb) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) "<unknown>", line 1, in template "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/environment.py", line 470, in _parse return Parser(self, source, name, encode_filename(filename)).parse() "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/parser.py", line 897, in parse result = nodes.Template(self.subparse(), lineno=1) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/parser.py", line 879, in subparse rv = self.parse_statement() "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/parser.py", line 135, in parse_statement self.fail_unknown_tag(token.value, token.lineno) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/parser.py", line 88, in fail_unknown_tag return self._fail_ut_eof(name, self._end_token_stack, lineno) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/parser.py", line 81, in _fail_ut_eof self.fail(' '.join(message), lineno) "/srv/hass/hass_venv/lib/python3.4/site-packages/jinja2/parser.py", line 50, in fail raise exc(msg, lineno, self.name, self.filename)jinja2.exceptions.TemplateSyntaxError: Encountered unknown tag 'something'.
Traceback (most recent call last): "/Users/rliaw/Research/riselab/ray/doc/examples/parameter_server/failure.py", line 35, in <module> accuracies = run_sync_parameter_server() "/Users/rliaw/Research/riselab/ray/doc/examples/parameter_server/failure.py", line 32, in run_sync_parameter_server current_weights = ps.get_weights.remote() "/Users/rliaw/miniconda3/lib/python3.7/site-packages/ray/actor.py", line 148, in remote return self._remote(args, kwargs) "/Users/rliaw/miniconda3/lib/python3.7/site-packages/ray/actor.py", line 169, in _remote return invocation(args, kwargs) "/Users/rliaw/miniconda3/lib/python3.7/site-packages/ray/actor.py", line 163, in invocation num_return_vals=num_return_vals) "/Users/rliaw/miniconda3/lib/python3.7/site-packages/ray/actor.py", line 588, in _actor_method_call function = getattr(worker.actors[self._ray_actor_id], method_name) AttributeError: 'DataWorker' object has no attribute 'get_weights'
0.237284
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.7/site-packages/PIL/TiffImagePlugin.py", line 1099, in load return self._load_libtiff() "/usr/local/lib/python3.7/site-packages/PIL/TiffImagePlugin.py", line 1191, in _load_libtiff raise IOError(err) OSError: -2
Traceback (most recent call last): "/opt/jumpserver/connect.py", line 806, in <module> main() "/opt/jumpserver/connect.py", line 753, in main nav.search() "/opt/jumpserver/connect.py", line 530, in search color_print('[%-3s] %-12s %-15s %-5s %-10s %s' % ('ID', u'主机名', 'IP', u'端口', u'系统用户', u'备注'), 'title') "/opt/jumpserver/connect.py", line 58, in color_print print msgUnicodeEncodeError: 'ascii' codec can't encode characters in position 14-16: ordinal not in range(128)
0.19773
Traceback (most recent call last): "/Users/atsushimori/.pyenv/versions/3.8.0/lib/python3.8/site-packages/Appium_Python_Client-0.48-py3.8.egg/appium/webdriver/webdriver.py", line 419, in events return self.session['events'] KeyError: 'events'
ERROR: Signature extraction failed: 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.
0.164562
Traceback (most recent call last): "C:\Users\hp\anaconda3\lib\site-packages\djongo\cursor.py", line 56, in execute params) "C:\Users\hp\anaconda3\lib\site-packages\djongo\sql2mongo\query.py", line 769, in __init__ self._query = self.parse() "C:\Users\hp\anaconda3\lib\site-packages\djongo\sql2mongo\query.py", line 864, in parse raise exe from e djongo.exceptions.SQLDecodeError: FAILED SQL: ALTER TABLE "pinax_messages_message" ADD COLUMN "thread_id" int NOT NULL
Traceback (most recent call last): "test_linalg.py", line 27, in tearDown linalg.shutdown() AttributeError: module 'skcuda.linalg' has no attribute 'shutdown'
0.223373
Traceback (most recent call last): "/theHarvester/discovery/duckduckgosearch.py", line 54, in crawl val = val[0] # First value should be dict. IndexError: list index out of range
Traceback (most recent call last): "C:\Python3\lib\threading.py", line 932, in _bootstrap_inner self.run() "C:\Python3\lib\threading.py", line 870, in run self._target(*self._args, **self._kwargs) "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper fn(*args, **kwargs) "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\core\management\commands\runserver.py", line 110, in inner_run autoreload.raise_last_exception() "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\utils\autoreload.py", line 76, in raise_last_exception raise _exception[1] "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\core\management\__init__.py", line 357, in execute autoreload.check_errors(django.setup)() "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\utils\autoreload.py", line 53, in wrapper fn(*args, **kwargs) "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\apps\registry.py", line 91, in populate app_config = AppConfig.create(entry) "E:\huxw\workspace\python_project\project\myproject\venv\lib\site-packages\django\apps\config.py", line 90, in create module = import_module(entry) "C:\Python3\lib\importlib\__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked ModuleNotFoundError: No module named 'widget-tweaks'
0.233451
MANUAL :: [5a9a634] Failed doing webui callback: Traceback (most recent call last): "/sickrage/sickbeard/webserve.py", line 288, in async_call result = function(**kwargs)TypeError: robots_txt() got an unexpected keyword argument '1527860463996'
Traceback (most recent call last): "C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\widgets\status.py", line 158, in update_status self.label_value.setText(self.get_value()) "C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\widgets\status.py", line 190, in get_value text = '%d%%' % memory_usage() "C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\utils\system.py", line 57, in psutil_phymem_usage percent = psutil.phymem_usage().percentAttributeError: module 'psutil' has no attribute 'phymem_usage'
0.199255
Original Traceback (most recent call last): "/home/leo/anaconda3/envs/mmaction2/lib/python3.6/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/home/leo/anaconda3/envs/mmaction2/lib/python3.6/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/home/leo/anaconda3/envs/mmaction2/lib/python3.6/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/home/leo/mmaction2/mmaction/datasets/base.py", line 132, in __getitem__ return self.prepare_train_frames(idx) "/home/leo/mmaction2/mmaction/datasets/base.py", line 114, in prepare_train_frames return self.pipeline(results) "/home/leo/mmaction2/mmaction/datasets/pipelines/compose.py", line 41, in __call__ data = t(data) "/home/leo/mmaction2/mmaction/datasets/pipelines/loading.py", line 733, in __call__ for idx in np.unique(frame_inds) "/home/leo/mmaction2/mmaction/datasets/pipelines/loading.py", line 733, in <dictcomp> for idx in np.unique(frame_inds) "/home/leo/anaconda3/envs/mmaction2/lib/python3.6/site-packages/decord/video_reader.py", line 91, in __getitem__ self.seek_accurate(idx) "/home/leo/anaconda3/envs/mmaction2/lib/python3.6/site-packages/decord/video_reader.py", line 222, in seek_accurate raise RuntimeError("Failed to seek_accurate to frame {}".format(pos)) RuntimeError: Failed to seek_accurate to frame 53
131007 10:03:47.617:S [MainThread] [com.android.monkeyrunner.MonkeyRunnerOptions]Traceback (most recent call last): "/home/jikk/dump", line 134, in <module> vc = ViewClient(_ViewClient.connectToDeviceOrExit(__kwargs1), *_kwargs2) "/tmp/AndroidViewClient-4.2.1/AndroidViewClient/bin/androidviewclient-4.2.1.jar/com/dtmilano/android/viewclient.py", line 1376, in connectToDeviceOrExit "/tmp/AndroidViewClient-4.2.1/AndroidViewClient/bin/androidviewclient-4.2.1.jar/com/dtmilano/android/adb/adbclient.py", line 76, in **init** "/tmp/AndroidViewClient-4.2.1/AndroidViewClient/bin/androidviewclient-4.2.1.jar/com/dtmilano/android/adb/adbclient.py", line 181, in checkVersionRuntimeError: ERROR: Incorrect version 0004001d
0.327156
Traceback (most recent call last): "rfinance.py", line 25, in <module> submission.comments.replace_more() "C:\Users\User\Desktop\rfinance\env\lib\site-packages\praw\models\comment_forest.py", line 187, in replace_more self._insert_comment(comment) "C:\Users\User\Desktop\rfinance\env\lib\site-packages\praw\models\comment_forest.py", line 83, in _insert_comment assert comment.parent_id in self._submission._comments_by_id, ( AssertionError: PRAW Error occured. Please file a bug report and include the code that caused the error.
Traceback (most recent call last): "/usr/lib/python3.6/logging/handlers.py", line 939, in emit self._connect_unixsocket(self.address) "/usr/lib/python3.6/logging/handlers.py", line 868, in _connect_unixsocket self.socket.connect(address) "/usr/lib/python3.6/site-packages/gevent/_socket3.py", line 295, in connect raise error(result, strerror(result)) NotFoundError: [Errno 2] No such file or directory
0.275793
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 500, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/twitter.py", line 229, in _real_extract self._sort_formats(formats) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1190, in _sort_formats raise ExtractorError('No video formats found') ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "<stdin>", line 6, in <module> "<stdin>", line 3, in <module> "/home/syncrossus/Program s/anaconda3/lib/python3.6/site-packages/gensim/utils.py", line 1398, in new_func1 return func(*args, **kwargs) "/home/syncrossus/Program s/anaconda3/lib/python3.6/site-packages/gensim/models/base_any2vec.py", line 360, in syn1 return self.trainables.syn1 AttributeError: 'Doc2VecTrainables' object has no attribute 'syn1'
0.17566
Traceback (most recent call last): "src/generate_unconditional_samples.py", line 79, in <module> fire.Fire(sample_model) "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 138, in Fire component_trace = _Fire(component, args, parsed_flag_args, context, name) "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 468, in _Fire target=component.__name__) "/usr/local/lib/python3.7/dist-packages/fire/core.py", line 672, in _CallAndUpdateTrace component = fn(*varargs, **kwargs) "src/generate_unconditional_samples.py", line 67, in sample_model saver.restore(sess, ckpt) "/usr/local/lib/python3.7/dist-packages/tensorflow/python/training/saver.py", line 1276, in restore {self.saver_def.filename_tensor_name: save_path}) "/usr/local/lib/python3.7/dist-packages/tensorflow/python/client/session.py", line 929, in run run_metadata_ptr) "/usr/local/lib/python3.7/dist-packages/tensorflow/python/client/session.py", line 1152, in _run feed_dict_tensor, options, run_metadata) "/usr/local/lib/python3.7/dist-packages/tensorflow/python/client/session.py", line 1328, in _do_run run_metadata) "/usr/local/lib/python3.7/dist-packages/tensorflow/python/client/session.py", line 1348, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.DataLossError: Checksum does not match: stored 1096252745 vs. calculated on the restored bytes 1479428755
{"now": "2020/09/23 13:34:24 +0200", "version": "13.0.7", "plugin": "emacs-wakatime/1.0.2", "time": 1600858581.2, "caller": "/Users/[my_user_name]/Projects/wakatime/wakatime/api.py", "lineno": 124, "file": "/Users/[my_user_name]/.dotfiles/iterm2-theme-changer/main.py", "level": "WARNING", "message": "{'ProxyError': \"HTTPSConnectionPool(host='api.wakatime.com', port=443): Max retries exceeded with url: /api/v1/users/current/heartbeats.bulk (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x109c7a8b0>: Failed to establish a new connection: [Errno 61] Connection refused')))\", 'traceback': 'Traceback (most recent call last):\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/connection.py\", line 140, in _new_conn\\n conn = connection.create_connection(\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/util/connection.py\", line 83, in create_connection\\n raise err\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/util/connection.py\", line 73, in create_connection\\n sock.connect(sa)\\nConnectionRefusedError: [Errno 61] Connection refused\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/connectionpool.py\", line 595, in urlopen\\n self._prepare_proxy(conn)\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/connectionpool.py\", line 816, in _prepare_proxy\\n conn.connect()\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/connection.py\", line 284, in connect\\n conn = self._new_conn()\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/connection.py\", line 149, in _new_conn\\n raise NewConnectionError(\\nurllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x109c7a8b0>: Failed to establish a new connection: [Errno 61] Connection refused\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/requests/adapters.py\", line 430, in send\\n resp = conn.urlopen(\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/connectionpool.py\", line 638, in urlopen\\n retries = retries.increment(method, url, error=e, _pool=self,\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/urllib3/util/retry.py\", line 388, in increment\\n raise MaxRetryError(_pool, url, error or ResponseError(cause))\\nurllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=\\'api.wakatime.com\\', port=443): Max retries exceeded with url: /api/v1/users/current/heartbeats.bulk (Caused by ProxyError(\\'Cannot connect to proxy.\\', NewConnectionError(\\'<urllib3.connection.VerifiedHTTPSConnection object at 0x109c7a8b0>: Failed to establish a new connection: [Errno 61] Connection refused\\')))\\n\\nDuring handling of the above exception, another exception occurred:\\n\\nTraceback (most recent call last):\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/api.py\", line 108, in send_heartbeats\\n response = session.post(api_url, data=request_body, headers=headers,\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/requests/sessions.py\", line 555, in post\\n return self.request(\\'POST\\', url, data=data, json=json, **kwargs)\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/requests/sessions.py\", line 508, in request\\n resp = self.send(prep, **send_kwargs)\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/requests/sessions.py\", line 618, in send\\n r = adapter.send(request, **kwargs)\\n \"/Users/[my_user_name]/Projects/wakatime/wakatime/packages/requests/adapters.py\", line 502, in send\\n raise ProxyError(e, request=request)\\nwakatime.packages.requests.exceptions.ProxyError: HTTPSConnectionPool(host=\\'api.wakatime.com\\', port=443): Max retries exceeded with url: /api/v1/users/current/heartbeats.bulk (Caused by ProxyError(\\'Cannot connect to proxy.\\', NewConnectionError(\\'<urllib3.connection.VerifiedHTTPSConnection object at 0x109c7a8b0>: Failed to establish a new connection: [Errno 61] Connection refused\\')))\\n'}"} ```
0.236629
Traceback (most recent call last): "C:\Sources\jpype\test\jpypetest\properties.py", line 7, in setUp self._bean = self.jpype.properties.TestBean() "build\bdist.win32\egg\jpype\_jpackage.py", line 53, in __call__ raise TypeError, "Package "+self.__name+" is not Callable"TypeError: Package jpype.properties.TestBean is not Callable
Traceback (most recent call last): "/usr/share/manuskript/manuskript/ui/welcome.py", line 163, in open self.mw.loadProject(filename) "/usr/share/manuskript/manuskript/mainWindow.py", line 578, in loadProject self.mainEditor.tabSplitter.restoreOpenIndexes(settings.openIndexes) "/usr/share/manuskript/manuskript/ui/editors/tabSplitter.py", line 126, in restoreOpenIndexes self.mainEditor.setCurrentModelIndex(QModelIndex(), newTab=True) "/usr/share/manuskript/manuskript/ui/editors/mainEditor.py", line 221, in setCurrentModelIndex editor = editorWidget(self) "/usr/share/manuskript/manuskript/ui/editors/editorWidget.py", line 48, in __init__ self.setupUi(self) "/usr/share/manuskript/manuskript/ui/editors/editorWidget_ui.py", line 52, in setupUi self.corkView = corkView(self.cork) "/usr/share/manuskript/manuskript/ui/views/corkView.py", line 25, in __init__ self.updateBackground() "/usr/share/manuskript/manuskript/ui/views/corkView.py", line 39, in updateBackground url=img.replace("\\", "/") AttributeError: 'NoneType' object has no attribute 'replace'
0.312171
Traceback (most recent call last): "/usr/local/bin/pylint", line 11, in <module> load_entry_point('pylint==1.7.0', 'console_scripts', 'pylint')() "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/__init__.py", line 13, in run_pylint Run(sys.argv[1:]) "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/lint.py", line 1220, in __init__ linter.load_default_plugins() "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/lint.py", line 453, in load_default_plugins checkers.initialize(self) "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/checkers/__init__.py", line 114, in initialize register_plugins(linter, __path__[0]) "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/utils.py", line 992, in register_plugins module = modutils.load_module_from_file(join(directory, filename)) "/usr/local/lib/python2.7/dist-packages/astroid-1.5.0-py2.7.egg/astroid/modutils.py", line 272, in load_module_from_file return load_module_from_modpath(modpath, path, use_sys) "/usr/local/lib/python2.7/dist-packages/astroid-1.5.0-py2.7.egg/astroid/modutils.py", line 233, in load_module_from_modpath module = imp.load_module(curname, mp_file, mp_filename, mp_desc) "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/checkers/python3.py", line 100, in <module> class Python3Checker(checkers.BaseChecker): "/usr/local/lib/python2.7/dist-packages/pylint-1.7.0-py2.7.egg/pylint/checkers/python3.py", line 501, in Python3Checker 'sys.version_info < (3, 0)', "/usr/local/lib/python2.7/dist-packages/astroid-1.5.0-py2.7.egg/astroid/node_classes.py", line 624, in repr_tree _repr_tree(self, result, set()) "build/bdist.linux-x86_64/egg/singledispatch.py", line 210, in wrapper "/usr/local/lib/python2.7/dist-packages/astroid-1.5.0-py2.7.egg/astroid/node_classes.py", line 613, in _repr_node depth) "build/bdist.linux-x86_64/egg/singledispatch.py", line 210, in wrapper "/usr/local/lib/python2.7/dist-packages/astroid-1.5.0-py2.7.egg/astroid/node_classes.py", line 613, in _repr_node depth) "build/bdist.linux-x86_64/egg/singledispatch.py", line 210, in wrapper "build/bdist.linux-x86_64/egg/singledispatch.py", line 191, in dispatch "build/bdist.linux-x86_64/egg/singledispatch.py", line 142, in _find_impl "build/bdist.linux-x86_64/egg/singledispatch.py", line 130, in _compose_mro "build/bdist.linux-x86_64/egg/singledispatch.py", line 84, in _c3_mro "build/bdist.linux-x86_64/egg/singledispatch.py", line 88, in _c3_mro "build/bdist.linux-x86_64/egg/singledispatch.py", line 39, in _c3_merge RuntimeError: Inconsistent hierarchy
Traceback (most recent call last): "upgrade_junQFX5100_1.py", line 1, in <module> from jnpr.junos import Device ImportError: No module named jnpr.junos
0.31796
Traceback (most recent call last): "/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 806, in wrapper return func(self, *args, **kwargs) "/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 838, in __extract_info return self.process_ie_result(ie_result, download, extra_info) "/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 872, in process_ie_result return self.process_video_result(ie_result, download=download) "/Users/mattiagiuffrida/Library/Python/2.7/lib/python/site-packages/youtube_dl/YoutubeDL.py", line 1671, in process_video_result expected=True) ExtractorError: requested format not available
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/toil/batchSystems/mesos/batchSystem.py", line 458, in statusUpdate exitStatus = int(update.message)ValueError: invalid literal for int() with base 10: ''
0.08724
Traceback (most recent call last): "numpy5.py", line 11, in <module> np.select(choices,results) "/Library/Python/2.7/site-packages/numpy-override/numpy/lib/function_base.py", line 779, in select return choose(S, tuple(choicelist)) "/Library/Python/2.7/site-packages/numpy-override/numpy/core/fromnumeric.py", line 297, in choose return choose(choices, out=out, mode=mode)ValueError: Need between 2 and (32) array objects (inclusive).
Traceback (most recent call last): "example.py", line 91, in <module> demonstrate() "example.py", line 33, in demonstrate api = ask_for_credentials() "example.py", line 24, in ask_for_credentials logged_in = api.login(email, password)TypeError: login() takes exactly 4 arguments (3 given)
0.284684
Traceback (most recent call last): "/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 101, in main_intel_amt json_data = __get_hardware(url, agent=agent, proxy=proxy) "/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 59, in __get_hardware req = __get_raw_data(target, 'hw-sys', agent=agent, proxy=proxy) "/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 51, in __get_raw_data 'Authorization': __get_auth_headers(target), "/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 22, in __get_auth_headers }, proxies=proxy) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get return request('get', url, params=params, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request return session.request(method=method, url=url, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 487, in send raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='https', port=80): Max retries exceeded with url: //www.godaddy.com:16992/index.htm (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f05acd9d2d0>: Failed to establish a new connection: [Errno -2] Name or service not known',))
Traceback (most recent call last): "/Users/tomasbaviera/PycharmProjects/Scienceflows/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) "/Users/tomasbaviera/PycharmProjects/Scienceflows/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 346, in _make_request self._validate_conn(conn) "/Users/tomasbaviera/PycharmProjects/Scienceflows/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn conn.connect() "/Users/tomasbaviera/PycharmProjects/Scienceflows/venv/lib/python3.5/site-packages/urllib3/connection.py", line 326, in connect ssl_context=context) "/Users/tomasbaviera/PycharmProjects/Scienceflows/venv/lib/python3.5/site-packages/urllib3/util/ssl_.py", line 329, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 376, in wrap_socket _context=self) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 747, in __init__ self.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 983, in do_handshake self._sslobj.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/ssl.py", line 628, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:645)
0.314617
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/vdirsyncer/cli.py", line 393, in sync_collection force_delete=status_name in force_delete "/usr/lib/python2.7/dist-packages/vdirsyncer/sync.py", line 129, in sync b_idents = _prepare_idents(storage_b, b_href_to_status) "/usr/lib/python2.7/dist-packages/vdirsyncer/sync.py", line 66, in _prepare_idents for href, etag in storage.list(): "/usr/lib/python2.7/dist-packages/vdirsyncer/storage/dav.py", line 552, in list for href, etag in self._dav_query(xml): "/usr/lib/python2.7/dist-packages/vdirsyncer/storage/dav.py", line 413, in _dav_query headers=headers "/usr/lib/python2.7/dist-packages/vdirsyncer/storage/dav.py", line 189, in request self._check_dav_header() "/usr/lib/python2.7/dist-packages/vdirsyncer/storage/dav.py", line 201, in _check_dav_header headers=headers "/usr/lib/python2.7/dist-packages/vdirsyncer/storage/dav.py", line 191, in request session=self._session, **self._settings) "/usr/lib/python2.7/dist-packages/vdirsyncer/utils/__init__.py", line 243, in request r = func(method, url, data=data, headers=headers, auth=auth, verify=verify) "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 456, in request resp = self.send(prep, **send_kwargs) "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 559, in send r = adapter.send(request, **kwargs) "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 375, in send raise ConnectionError(e, request=request)ConnectionError: HTTPSConnectionPool(host='x.y.z', port=443): Max retries exceeded with url: /user/skola.ics/ (Caused by ProtocolError('Connection aborted.', gaierror(-2, 'Name or service not known')))
Traceback (most recent call last): "nets/mobilenet_v1_train.py", line 213, in <module> tf.app.run(main) "/home/icare/.local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit(main(argv)) "nets/mobilenet_v1_train.py", line 209, in main train_model() "nets/mobilenet_v1_train.py", line 192, in train_model g, train_tensor = build_model() "nets/mobilenet_v1_train.py", line 140, in build_model tf.contrib.quantize.create_training_graph(quant_delay=get_quant_delay()) TypeError: create_training_graph() got an unexpected keyword argument 'quant_delay'
0.304981