text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Dumping classifier... Unexpected error:Traceback (most recent call last): "trainclf.py", line 324, in train_model joblib.dump(self.clf, self.classifierfilename, compress=9) "/home/n7/env/lib/python2.6/site-packages/sklearn/externals/joblib/numpy_pickle.py", line 362, in dump pickler.close() "/home/n7/env/lib/python2.6/site-packages/sklearn/externals/joblib/numpy_pickle.py", line 252, in close self.file.getvalue(), self.compress) "/home/n7/env/lib/python2.6/site-packages/sklearn/externals/joblib/numpy_pickle.py", line 89, in write_zfile file_handle.write(zlib.compress(data, compress))MemoryError: Can't allocate memory to compress data
Traceback (most recent call last): "C:\PentestBox\bin\WebApplications\commix\commix.py", line 403, in <module> main() "C:\PentestBox\bin\WebApplications\commix\commix.py", line 247, in main print Style.BRIGHT + "(!) The server's operating system was identified as " + Style.UNDERLINE + identified_os + Style.RESET_ALL + "." + Style.RESET_ALLUnboundLocalError: local variable 'identified_os' referenced before assignment
0.163507
Traceback (most recent call last): "/home/user/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap real_scan_start() "/home/user/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start self.w3af.start() "/home/user/w3af/w3af/core/controllers/w3afCore.py", line 221, in start self.strategy.start() "/home/user/w3af/w3af/core/controllers/core_helpers/strategy.py", line 124, in start self._setup_auth() "/home/user/w3af/w3af/core/controllers/core_helpers/strategy.py", line 779, in _setup_auth self._auth_consumer.force_login() "/home/user/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 123, in force_login self._login() "/home/user/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 54, in _wrapper result = method(self, function_id, *args, **kwds) "/home/user/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 114, in _login self.handle_exception('auth', plugin.get_name(), None, e) "/home/user/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 543, in handle_exception enabled_plugins = pprint_plugins(self._w3af_core) "/home/user/w3af/w3af/core/controllers/exception_handling/helpers.py", line 38, in pprint_plugins plugs_opts = copy.deepcopy(w3af_core.plugins.get_all_plugin_options()) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 230, in _deepcopy_list y.append(deepcopy(a, memo)) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 174, in deepcopy y = copier(memo)TypeError: gobject.GObject descendants' instances are non-copyable
Traceback (most recent call last): "C:\ProductTest\Anaconda\lib\site-packages\conda\core\link.py", line 493, in run_script subprocess_call(command_args, env=env, path=dirname(path)) "C:\ProductTest\Anaconda\lib\site-packages\conda\gateways\subprocess.py", line 58, in subprocess_call output=_format_output(command_str, path, rc, stdout, stderr)) subprocess.CalledProcessError: Command '['C:\\WINDOWS\\system32\\cmd.exe', '/c', 'C:\\ProductTest\\Anaconda\\Scripts
0.210056
Traceback (most recent call last): "sqlmap", line 110, in main start() "share/sqlmap/lib/controller/controller.py", line 377, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): "share/sqlmap/lib/controller/checks.py", line 1331, in checkConnection page, _ = Request.queryPage(content=True, noteResponseTime=False) "share/sqlmap/lib/request/connect.py", line 1095, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) "share/sqlmap/lib/request/connect.py", line 463, in getPage conn = urllib2.urlopen(req) "lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) "lib/python2.7/urllib2.py", line 431, in open response = self._open(req, data) "lib/python2.7/urllib2.py", line 449, in _open '_open', req) "lib/python2.7/urllib2.py", line 409, in _call_chain result = func(*args) "lib/python2.7/urllib2.py", line 1227, in http_open return self.do_open(httplib.HTTPConnection, req) "lib/python2.7/urllib2.py", line 1194, in do_open h.request(req.get_method(), req.get_selector(), req.data, headers) "lib/python2.7/httplib.py", line 1057, in request self._send_request(method, url, body, headers) "lib/python2.7/httplib.py", line 1096, in _send_request self.putheader(hdr, value) "lib/python2.7/httplib.py", line 1035, in putheader raise ValueError('Invalid header value %r' % (one_value,))ValueError: Invalid header value 'htt\np://www.google.com.hk'
Traceback (most recent call last): "/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1546, in restore {self.saver_def.filename_tensor_name: save_path}) "/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 929, in run run_metadata_ptr) "/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1152, in _run feed_dict_tensor, options, run_metadata) "/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run run_metadata) "/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.NotFoundError: Key WaveNet_model/WaveNet_model/inference/ResidualConv1DGLU_0/residual_block_causal_conv_ResidualConv1DGLU_0/bias/ExponentialMovingAverage not found in checkpoint
0.250167
Traceback (most recent call last): "cherrypy\_cprequest.pyo", line 670, in respond "cherrypy\lib\encoding.pyo", line 220, in __call__ "cherrypy\_cpdispatch.pyo", line 60, in __call__ "sabnzbd\interface.pyo", line 780, in index "sabnzbd\api.pyo", line 1299, in build_queue "sabnzbd\api.pyo", line 1693, in build_queue_header "sabnzbd\nzbqueue.pyo", line 819, in queue_info "sabnzbd\nzbstuff.pyo", line 1588, in remaining RuntimeError: dictionary changed size during iteration
Traceback (most recent call last): "object_detection/train.py", line 50, in <module> from object_detection import trainer "C:\Users\Xavier\AppData\Local\Programs\Python\Python36\lib\site-packages\object_detection-0.1-py3.6.egg\object_detection\trainer.py", line 33, in <module> from deployment import model_deploy ModuleNotFoundError: No module named 'deployment'
0.29056
Traceback (most recent call last):\n "C:\\Users\\Zac\\Documents\\GitHub\\hypothesis\\t.py", line 2, in test_reporting\n assert "\\u2776" == "\\u2603"\nAssertionError: assert '\u2776' == '\u2603'\n - \u2776\n + \u2603\n========================== 1 failed in 0.02 seconds =========================== ```
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\ProgramData\Anaconda3\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\manis\AppData\Roaming\Python\Python37\site-packages\chatterbot\__main__.py", line 20, in <module> print(get_chatterbot_version()) "C:\Users\manis\AppData\Roaming\Python\Python37\site-packages\chatterbot\__main__.py", line 15, in get_chatterbot_version return config['chatterbot']['version'] "C:\ProgramData\Anaconda3\lib\configparser.py", line 958, in __getitem__ raise KeyError(key) KeyError: 'chatterbot'
0.212437
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "<ipython-input-3-cc4b8eeefba9>", line 1, in <module> runfile('/home/student/.config/spyder/temp.py', wdir='/home/student/.config/spyder') NameError: name 'runfile' is not defined
0.253131
"module_stderr": "Traceback (most recent call last):\n \"/tmp/ansible_Uq2ayW/ansible_module_ios_config.py\", line 295, in <module>\n main()\n \"/tmp/ansible_Uq2ayW/ansible_module_ios_config.py\", line 256, in main\n invoke('check_args', module, warnings)\n \"/tmp/ansible_Uq2ayW/ansible_module_ios_config.py\", line 202, in invoke\n return func(*args, **kwargs)\n \"/tmp/ansible_Uq2ayW/ansible_module_ios_config.py\", line 210, in check_args\n if module.params['dest'] and module.params['save_config'] is True:\nKeyError: 'dest'\n", "module_stdout": "",
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Library/Python/2.7/site-packages/httplib2/__init__.py", line 42, in <module> import calendar "calendar.py", line 5, in <module> from apiclient import discovery "/Library/Python/2.7/site-packages/apiclient/__init__.py", line 19, in <module> from googleapiclient import discovery "/Library/Python/2.7/site-packages/googleapiclient/discovery.py", line 56, in <module> from googleapiclient import _auth "/Library/Python/2.7/site-packages/googleapiclient/_auth.py", line 29, in <module> import oauth2client.client "/Library/Python/2.7/site-packages/oauth2client/client.py", line 39, in <module> from oauth2client import transport "/Library/Python/2.7/site-packages/oauth2client/transport.py", line 255, in <module> redirections=httplib2.DEFAULT_MAX_REDIRECTS, AttributeError: 'module' object has no attribute 'DEFAULT_MAX_REDIRECTS'
0.238525
Traceback (most recent call last): "/home/rm/src/readthedocs/rtd/local/lib/python2.7/site-packages/celery/app/trace.py", line 374, in trace_task R = retval = fun(*args, **kwargs) "/home/rm/src/readthedocs/rtd/checkouts/readthedocs.org/readthedocs/projects/tasks.py", line 1092, in sync_callback update_search(version_pk, commit=commit) "/home/rm/src/readthedocs/rtd/local/lib/python2.7/site-packages/celery/local.py", line 191, in __call__ return self._get_current_object()(*a, **kw) "/home/rm/src/readthedocs/rtd/local/lib/python2.7/site-packages/celery/app/task.py", line 380, in __call__ return self.run(*args, **kwargs) "/home/rm/src/readthedocs/rtd/checkouts/readthedocs.org/readthedocs/projects/tasks.py", line 789, in update_search delete=delete_non_commit_files, "/home/rm/src/readthedocs/rtd/checkouts/readthedocs.org/readthedocs/restapi/utils.py", line 169, in index_search_request page_obj.bulk_index(index_list, parent=project.slug, routing=route) "/home/rm/src/readthedocs/rtd/checkouts/readthedocs.org/readthedocs/search/indexes.py", line 142, in bulk_index bulk_index(self.es, docs, chunk_size=chunk_size) "/home/rm/src/readthedocs/rtd/local/lib/python2.7/site-packages/elasticsearch/helpers/__init__.py", line 182, in bulk for ok, item in streaming_bulk(client, actions, **kwargs): "/home/rm/src/readthedocs/rtd/local/lib/python2.7/site-packages/elasticsearch/helpers/__init__.py", line 124, in streaming_bulk raise e RequestError: TransportError(400, u"ElasticsearchIllegalArgumentException[Can't specify parent if no parent field has been configured]")
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\XXX\AppData\Local\Temp\pip-install-51rj4tu7\google-play-scraper\setup.py", line 18, in <module> long_description=open("README.md").read(), UnicodeDecodeError: 'gbk' codec can't decode byte 0xa6 in position 1908: illegal multibyte sequence
0.233006
Traceback (most recent call last): "/usr/local/shinken/bin/shinken-arbiter.py", line 119, in <module> daemon.main() "/usr/local/shinken/bin/../shinken/daemons/arbiterdaemon.py", line 537, in main self.load_config_file() "/usr/local/shinken/bin/../shinken/daemons/arbiterdaemon.py", line 362, in load_config_file self.conf.linkify() "/usr/local/shinken/bin/../shinken/objects/config.py", line 708, in linkify self.macromodulations "/usr/local/shinken/bin/../shinken/objects/host.py", line 978, in linkify self.linkify_h_by_hg(hostgroups) "/usr/local/shinken/bin/../shinken/objects/host.py", line 1055, in linkify_h_by_hg err = "the hostgroup '%s' of the host '%s' is unknown" % (hg_name, h.host_name)AttributeError: host_name
Traceback (most recent call last): "/usr/lib/python3/dist-packages/duecredit/io.py", line 306, in format_bibtex bib_source = cpBibTeX(fname) "/usr/lib/python3/dist-packages/citeproc/source/bibtex/bibtex.py", line 71, in __init__ self.add(self.create_reference(key, entry)) "/usr/lib/python3/dist-packages/citeproc/source/bibtex/bibtex.py", line 202, in create_reference csl_fields = self._bibtex_to_csl(bibtex_entry) "/usr/lib/python3/dist-packages/citeproc/source/bibtex/bibtex.py", line 91, in _bibtex_to_csl first, last = value.replace(' ', '').split('--') ValueError: not enough values to unpack (expected 2, got 1)
0.260407
Traceback (most recent call last): "inception-bn.py", line 198, in <module> launch_train_with_config(config, SyncMultiGPUTrainer(get_nr_gpu())) "/usr/local/lib/python2.7/dist-packages/tensorpack/trainv1/interface.py", line 11, in launch_train_with_config old_launch(config, trainer) "/usr/local/lib/python2.7/dist-packages/tensorpack/train/interface.py", line 92, in launch_train_with_config config.steps_per_epoch, config.starting_epoch, config.max_epoch) "/usr/local/lib/python2.7/dist-packages/tensorpack/train/base.py", line 249, in train self.initialize(session_creator, session_init) "/usr/local/lib/python2.7/dist-packages/tensorpack/utils/argtools.py", line 165, in wrapper return func(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tensorpack/train/base.py", line 177, in initialize self.sess = session_creator.create_session() "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/monitored_session.py", line 425, in create_session init_fn=self._scaffold.init_fn) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/session_manager.py", line 283, in prepare_session local_init_success, msg = self._try_run_local_init_op(sess) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/session_manager.py", line 481, in _try_run_local_init_op is_ready_for_local_init, msg = self._model_ready_for_local_init(sess) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/session_manager.py", line 466, in _model_ready_for_local_init "Model not ready for local init") "/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/session_manager.py", line 508, in _ready ready_value = sess.run(op) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 896, in run run_metadata_ptr) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1124, in _run feed_dict_tensor, options, run_metadata) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1279, in _do_run options, run_metadata) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/client/session.py", line 1298, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InternalError: WhereOp: Could not launch cub::DeviceReduce::Sum to count number of true indices, status: invalid resource handle
Traceback (most recent call last): "C:\Users\Yitzhak\Anaconda3\lib\site-packages\pkg_resources\__init__.py", line 2756, in get_entry_map ep_map = self._ep_map "C:\Users\Yitzhak\Anaconda3\lib\site-packages\pkg_resources\__init__.py", line 2727, in __getattr__ raise AttributeError(attr) AttributeError: _ep_map
0.329608
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/local/lib/python2.7/dist-packages/tqdm/_tqdm.py", line 109, in run if instance.miniters > 1 and \ AttributeError: 'tqdm' object has no attribute 'miniters'`
Traceback (most recent call last): "urllib3/connection.py", line 160, in _new_conn "urllib3/util/connection.py", line 84, in create_connection "urllib3/util/connection.py", line 74, in create_connection ConnectionRefusedError: [Errno 111] Connection refused
0.238857
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-oink2l00/watchdog/setup.py", line 86, in <module> changelog = f.read() "/opt/mozdef/envs/python/lib64/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 63: ordinal not in range(128)
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/yapf/yapflib/pytree_utils.py", line 108, in ParseCodeToTree tree = parser_driver.parse_string(code, debug=False) "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib2to3/pgen2/driver.py", line 106, in parse_string return self.parse_tokens(tokens, debug) "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib2to3/pgen2/driver.py", line 71, in parse_tokens if p.addtoken(type, value, (prefix, start)): "/usr/local/Cellar/python3/3.6.0/Frameworks/Python.framework/Versions/3.6/lib/python3.6/lib2to3/pgen2/parse.py", line 159, in addtoken raise ParseError("bad input", type, value, context) lib2to3.pgen2.parse.ParseError: bad input: type=0, value='', context=('', (5, 0))
0.225199
Traceback (most recent call last): "/opt/rh/rh-python36/root/usr/lib64/python3.6/distutils/unixccompiler.py", line 128, in _compile extra_postargs) "/tmp/pip-build-1_ml838l/grpcio/src/python/grpcio/_spawn_patch.py", line 54, in _commandfile_spawn _classic_spawn(self, command) "/opt/rh/rh-python36/root/usr/lib64/python3.6/distutils/ccompiler.py", line 909, in spawn spawn(cmd, dry_run=self.dry_run) "/opt/rh/rh-python36/root/usr/lib64/python3.6/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) "/opt/rh/rh-python36/root/usr/lib64/python3.6/distutils/spawn.py", line 159, in _spawn_posix % (cmd, exit_status)) distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
Traceback (most recent call last): "main.py", line 69, in <module> tf.app.run() "/home/viktor/anaconda2/envs/captureimage4/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) "main.py", line 58, in main model.eval(sess, coco, data, vocabulary) "/home/viktor/anaconda2/envs/captureimage4/scr/image_captioning-master/base_model.py", line 108, in eval scorer.evaluate() "/home/viktor/anaconda2/envs/captureimage4/scr/image_captioning-master/utils/coco/pycocoevalcap/eval.py", line 31, in evaluate gts = tokenizer.tokenize(gts) "/home/viktor/anaconda2/envs/captureimage4/scr/image_captioning-master/utils/coco/pycocoevalcap/tokenizer/ptbtokenizer.py", line 52, in tokenize stdout=subprocess.PIPE) "/home/viktor/anaconda2/envs/captureimage4/lib/python2.7/subprocess.py", line 390, in __init__ errread, errwrite) "/home/viktor/anaconda2/envs/captureimage4/lib/python2.7/subprocess.py", line 1024, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
0.245573
Traceback (most recent call last): "/usr/local/bin/jackit", line 252, in <module> cli() "/usr/local/lib/python2.7/dist-packages/click/core.py", line 700, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 680, in main rv = self.invoke(ctx) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 873, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 508, in invoke return callback(*args, **kwargs) "/usr/local/bin/jackit", line 182, in cli raise e usb.core.USBError: [Errno 110] Operation timed out
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 170, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 752, in _real_extract raise ExtractorError('Unsupported URL: %s' % url)youtube_dl.utils.ExtractorError: Unsupported URL: http://www.comingsoon.net/news/tvnews.php?id=121848; 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.111022
Traceback (most recent call last): "/home/ricardo/.local/lib/python3.6/site-packages/thonny/__init__.py", line 165, in launch bench = workbench.Workbench() "/home/ricardo/.local/lib/python3.6/site-packages/thonny/workbench.py", line 167, in __init__ self._load_plugins() "/home/ricardo/.local/lib/python3.6/site-packages/thonny/workbench.py", line 373, in _load_plugins thonny.plugins.__path__, "thonny.plugins." # type: ignore "/home/ricardo/.local/lib/python3.6/site-packages/thonny/workbench.py", line 404, in _load_plugins_from_path getattr(m, load_function_name)() "/home/ricardo/.local/lib/python3.6/site-packages/thonny/plugins/locals_marker.py", line 114, in load_plugin if jedi_utils.get_version_tuple() < (0, 9): "/home/ricardo/.local/lib/python3.6/site-packages/thonny/jedi_utils.py", line 125, in get_version_tuple for item in jedi.__version__.split("."): AttributeError: module 'jedi' has no attribute '__version__'
Traceback (most recent call last): "/home/travis/virtualenv/python3.7.1/bin/jupytext", line 10, in <module> sys.exit(jupytext()) "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/jupytext/cli.py", line 228, in jupytext exit_code += jupytext_single_file(nb_file, args, log) "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/jupytext/cli.py", line 336, in jupytext_single_file notebook = pipe_notebook(notebook, cmd, args.pipe_fmt) "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/jupytext/cli.py", line 528, in pipe_notebook fmt = long_form_one_format(fmt, notebook.metadata) "/home/travis/virtualenv/python3.7.1/lib/python3.7/site-packages/jupytext/formats.py", line 470, in long_form_one_format raise JupytextFormatError("No language information in this notebook. Please replace 'auto' with " jupytext.formats.JupytextFormatError: No language information in this notebook. Please replace 'auto' with an actual script extension.
0.327329
Traceback (most recent call last): "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/bin/flake8", line 11, in <module> sys.exit(main()) "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/main/cli.py", line 16, in main app.run(argv) "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/main/application.py", line 396, in run self._run(argv) "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/main/application.py", line 384, in _run self.run_checks() "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/main/application.py", line 310, in run_checks self.file_checker_manager.run() "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/checker.py", line 319, in run self.run_parallel() "/Users/sobolev/Documents/PyCharmProjects/rostelecom_svetochka/.venv/lib/python3.6/site-packages/flake8/checker.py", line 288, in run_parallel for ret in pool_map: "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/pool.py", line 735, in next raise value AttributeError: 'ExceptHandler' object has no attribute 'depth'
Traceback (most recent call last): "/home/kyle/local/anaconda3/lib/python3.6/site-packages/yapf/yapflib/pytree_utils.py", line 103, in ParseCodeToTree tree = parser_driver.parse_string(code, debug=False) "/home/kyle/local/anaconda3/lib/python3.6/lib2to3/pgen2/driver.py", line 106, in parse_string return self.parse_tokens(tokens, debug) "/home/kyle/local/anaconda3/lib/python3.6/lib2to3/pgen2/driver.py", line 71, in parse_tokens if p.addtoken(type, value, (prefix, start)): "/home/kyle/local/anaconda3/lib/python3.6/lib2to3/pgen2/parse.py", line 159, in addtoken raise ParseError("bad input", type, value, context) lib2to3.pgen2.parse.ParseError: bad input: type=3, value="'^({x})$'", context=('', (5, 19))
0.243829
Traceback (most recent call last): "/home/paranoidi/apps/flexget/flexget/task.py", line 520, in __run_plugin result = method(*args, **kwargs) "/home/paranoidi/apps/flexget/flexget/event.py", line 20, in __call__ return self.func(*args, **kwargs) "/home/paranoidi/apps/flexget/flexget/plugins/input/filesystem.py", line 216, in on_task_input path_list, match, recursive, test_mode, get_files, get_dirs, get_symlinks "/home/paranoidi/apps/flexget/flexget/plugins/input/filesystem.py", line 168, in get_entries_from_path for path_object in folder_objects: "/usr/lib/python3.7/pathlib.py", line 1122, in rglob for p in selector.select_from(self): "/usr/lib/python3.7/pathlib.py", line 569, in _select_from for p in successor_select(starting_point, is_dir, exists, scandir): "/usr/lib/python3.7/pathlib.py", line 520, in _select_from entries = list(scandir(parent_path)) NotFoundError: [Errno 2] No such file or directory: '/storage/transfer/done/xz/xy'
Traceback (most recent call last): "train.py", line 138, in <module> main() "train.py", line 132, in main train(args, log_dir, hparams) "train.py", line 52, in train checkpoint = tacotron_train(args, log_dir, hparams) "/home/jai/Documents/Tacotron-2-UK-2/tacotron/train.py", line 376, in tacotron_train return train(log_dir, args, hparams) "/home/jai/Documents/Tacotron-2-UK-2/tacotron/train.py", line 156, in train model, stats = model_train_mode(args, feeder, hparams, global_step) "/home/jai/Documents/Tacotron-2-UK-2/tacotron/train.py", line 87, in model_train_mode is_training=True, split_infos=feeder.split_infos) "/home/jai/Documents/Tacotron-2-UK-2/tacotron/models/tacotron.py", line 247, in initialize log(' embedding: {}'.format(tower_embedded_inputs[i].shape)) IndexError: list index out of range
0.230712
Traceback (most recent call last): "<stdin>", line 1, in <module> "/ce_apps/ubuntu16.04/opencue0.2.0/client/linux/python2.7/opencue/wrappers/show.py", line 60, in createSubscription show=self.data, allocation_id=allocation.id, size=size, burst=burst), TypeError: <bound method Allocation.id of <opencue.wrappers.allocation.Allocation object at 0x7f9f46f52f10>> has type instancemethod, but expected one of: bytes, unicode
Traceback (most recent call last): "c:\python27\lib\site-packages\pyocd\coresight\discovery.py", line 158, in _create_1_ap ap = AccessPort.create(self.dp, ap_address) "c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 342, in create ap.init() "c:\python27\lib\site-packages\pyocd\utility\concurrency.py", line 28, in _locking return func(self, *args, **kwargs) "c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 528, in init self._init_hprot() "c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 579, in _init_hprot csw = AccessPort.read_reg(self, self._reg_offset + MEM_AP_CSW) "c:\python27\lib\site-packages\pyocd\utility\concurrency.py", line 28, in _locking return func(self, *args, **kwargs) "c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 404, in read_reg return self.dp.read_ap(self.address.address + addr, now) "c:\python27\lib\site-packages\pyocd\coresight\dap.py", line 615, in read_ap return read_ap_cb() "c:\python27\lib\site-packages\pyocd\coresight\dap.py", line 603, in read_ap_cb result = result_cb() "c:\python27\lib\site-packages\pyocd\probe\cmsis_dap_probe.py", line 287, in read_ap_result_callback six.raise_from(self._convert_exception(error), error) "c:\python27\lib\site-packages\six.py", line 737, in raise_from raise value TransferFaultError: SWD/JTAG Transfer Fault
0.284258
Traceback (most recent call last): "/home/ant/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract ie_result = self._real_extract(url) "/home/ant/bin/youtube-dl/youtube_dl/extractor/gdcvault.py", line 166, in _real_extract start_page, 'xml filename') "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 1013, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) "/home/ant/bin/youtube-dl/youtube_dl/extractor/common.py", line 1004, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract xml filename; 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): "/var/www/mycodo/env/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/var/www/mycodo/env/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/var/www/mycodo/env/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/var/www/mycodo/env/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/var/www/mycodo/env/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/var/www/mycodo/env/lib/python2.7/site-packages/flask_login/utils.py", line 228, in decorated_view return func(*args, **kwargs) "/var/www/mycodo/mycodo/mycodo_flask/page_routes.py", line 351, in page_graph utils_graph.graph_add(form_add_graph, display_order) "/var/www/mycodo/mycodo/mycodo_flask/utils/utils_graph.py", line 88, in graph_add new_graph.max_measure_age = form_add_graph.max_measure_age.data AttributeError: 'GraphAdd' object has no attribute 'max_measure_age'
0.267913
Traceback (most recent call last): "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_jc/build/tests/test_dir.py", line 91, in test_dir_windows_10_dirs self.assertEqual(jc.parsers.dir.parse(self.windows_10_dir_dirs, quiet=True), AssertionError: Lists differ: [{'da[139 chars] 1616682960}, {'date': '03/25/2021', 'time': '[1087 chars]960}] != [{'da[139 chars] 1616708160}, {'date': '03/25/2021', 'time': '[1087 chars]160}]
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/tests/test_common.py", line 894, in check_regressors_pickle regressor.fit(X, y_) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/ensemble/forest.py", line 271, in fit backend="threading")(TypeError: __init__() got an unexpected keyword argument 'backend'
0.187914
Traceback (most recent call last): "pokecli.py", line 120, in <module> main() "pokecli.py", line 114, in main bot.start() "/home/xxx/PokemonGo-Bot/bot.py", line 24, in start self._setup_api() "/home/xxx/PokemonGo-Bot/bot.py", line 155, in _setup_api player = response_dict['responses']['GET_PLAYER']['profile']KeyError: 'profile'
Traceback (most recent call last): "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/tests/test_sgd.py", line 265, in test_sgd_multiclass_with_init_coef intercept_init=np.zeros(3)) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 485, in fit sample_weight=sample_weight) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 389, in _fit classes, sample_weight, coef_init, intercept_init) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 351, in _partial_fit sample_weight=sample_weight, n_iter=n_iter) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 415, in _fit_multiclass verbose=self.verbose)(TypeError: __init__() got an unexpected keyword argument 'backend'
0.14171
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 191, in start self.strategy.start() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 96, in start self._seed_discovery() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 423, in _seed_discovery self._seed_producer.seed_output_queue(cf.cf.get('targets')) "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/seed.py", line 104, in seed_output_queue kb.kb.add_fuzzable_request(_seed) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated return _method(self, *args, **kwargs) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 671, in add_fuzzable_request self.add_url(fuzzable_request.get_url()) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated return _method(self, *args, **kwargs) "/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 652, in add_url return self.urls.add(url)AttributeError: 'DBKnowledgeBase' object has no attribute 'urls'
Traceback (most recent call last): "train.py", line 160, in <module> graph_def.ParseFromString(fileContent) "/usr/local/lib/python3.6/site-packages/google/protobuf/message.py", line 187, in ParseFromString return self.MergeFromString(serialized) "/usr/local/lib/python3.6/site-packages/google/protobuf/internal/python_message.py", line 1128, in MergeFromString if self._InternalParse(serialized, 0, length) != length: "/usr/local/lib/python3.6/site-packages/google/protobuf/internal/python_message.py", line 1180, in InternalParse buffer, new_pos, wire_type) # pylint: disable=protected-access "/usr/local/lib/python3.6/site-packages/google/protobuf/internal/decoder.py", line 952, in _DecodeUnknownField raise _DecodeError('Wrong wire type in tag.') google.protobuf.message.DecodeError: Wrong wire type in tag.
0.224755
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python3.6/asyncio/base_events.py", line 467, in run_until_complete return future.result() "<stdin>", line 3, in go "/home/vagrant/.local/lib/python3.6/site-packages/aioredis/commands/__init__.py", line 146, in create_redis loop=loop) "/home/vagrant/.local/lib/python3.6/site-packages/aioredis/connection.py", line 79, in create_connection address, ssl=ssl, loop=loop) "/usr/lib/python3.6/asyncio/streams.py", line 128, in open_unix_connection lambda: protocol, path, **kwds) "/usr/lib/python3.6/asyncio/unix_events.py", line 236, in create_unix_connection yield from self.sock_connect(sock, path) "/usr/lib/python3.6/asyncio/selector_events.py", line 451, in sock_connect return (yield from fut) "/usr/lib/python3.6/asyncio/selector_events.py", line 456, in _sock_connect sock.connect(address) NotFoundError: [Errno 2] No such file or directory
Traceback (most recent call last): "/tmp/ansible_mQyO8S/ansible_module_docker_image.py", line 607, in <module> main() "/tmp/ansible_mQyO8S/ansible_module_docker_image.py", line 602, in main ImageManager(client, results) "/tmp/ansible_mQyO8S/ansible_module_docker_image.py", line 295, in __init__ self.present() "/tmp/ansible_mQyO8S/ansible_module_docker_image.py", line 323, in present self.results['image'] = self.build_image() "/tmp/ansible_mQyO8S/ansible_module_docker_image.py", line 525, in build_image for line in self.client.build(**params): "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 316, in _stream_helper yield self._result(response, json=decode) "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 231, in _result self._raise_for_status(response) "/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 227, in _raise_for_status raise create_api_error_from_http_exception(e) "/usr/local/lib/python2.7/dist-packages/docker/errors.py", line 31, in create_api_error_from_http_exception raise cls(e, response=response, explanation=explanation) docker.errors.APIError: 500 Server Error: Internal Server Error ("Cannot locate specified Dockerfile: /tmp/molecule/ansible-role-cleanup/default/Dockerfile_ubuntu_18_04")
0.277417
Traceback (most recent call last): "<string>", line 1, in <module> "/private/var/folders/xr/8kys7jh56tn91lhc_72nh_wh0000gn/T/pip-install-f2tcrxsw/evernote/setup.py", line 6 exec x ^ SyntaxError: Missing parentheses in call to 'exec'
Traceback (most recent call last): "/opt/rh/rh-python36/root/usr/lib64/python3.6/site-packages/cx_Freeze/initscripts/__startup__.py", line 14, in run "/opt/Meshroom/setupInitScriptUnix.py", line 39, in run "bin/meshroom_photogrammetry", line 144, in <module> "/opt/Meshroom/meshroom/core/graph.py", line 1131, in executeGraph "/opt/Meshroom/meshroom/core/node.py", line 274, in process "/opt/Meshroom/meshroom/core/desc.py", line 453, in processChunk RuntimeError: Error on node "Meshing_1":
0.308322
2019-03-16T10:04:11:ERROR:localstack.services.generic_proxy: Error forwarding request: ('Connection aborted.', error(104, 'Connection reset by peer')) Traceback (most recent call last): "/opt/code/localstack/localstack/services/generic_proxy.py", line 216, in forward headers=forward_headers, stream=True) "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/api.py", line 116, in post return request('post', url, data=data, json=json, **kwargs) "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) "/opt/code/localstack/.venv/lib/python2.7/site-packages/requests/adapters.py", line 498, in send raise ConnectionError(err, request=request) ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
Traceback (most recent call last):e "/litterbox/lib/python3.3/runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) "/litterbox/lib/python3.3/runpy.py", line 73, in _run_code exec(code, run_globals) "./dev/bin/sphinx.py", line 9, in <module> sys.exit(main(sys.argv[1:])) "./dev/bin/sphinx.py", line 6, in main libsphinx.build(x, statusfile = sys.stderr, warningfile = sys.stderr) "./dev/libsphinx.py", line 90, in build s.build(force_all = True) "/litterbox/lib/python3.3/site-packages/sphinx/application.py", line 200, in build self.builder.build_all() "/litterbox/lib/python3.3/site-packages/sphinx/builders/__init__.py", line 159, in build_all self.build(None, summary='all source files', method='all') "/litterbox/lib/python3.3/site-packages/sphinx/builders/__init__.py", line 216, in build purple, length): "/litterbox/lib/python3.3/site-packages/sphinx/builders/__init__.py", line 120, in status_iterator for item in iterable: "/litterbox/lib/python3.3/site-packages/sphinx/environment.py", line 613, in update_generator self.read_doc(docname, app=app) "/litterbox/lib/python3.3/site-packages/sphinx/environment.py", line 761, in read_doc pub.publish() "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/core.py", line 217, in publish self.settings) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/readers/__init__.py", line 72, in read self.parse() "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/readers/__init__.py", line 78, in parse self.parser.parse(self.input, document) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/__init__.py", line 172, in parse self.statemachine.run(inputlines, document, inliner=self.inliner) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 174, in run input_source=document['source']) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/statemachine.py", line 239, in run context, state, transitions) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/statemachine.py", line 460, in check_line return method(match, context, next_state) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 2941, in text self.section(title.lstrip(), source, style, lineno + 1, messages) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 331, in section self.new_subsection(title, lineno, messages) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 399, in new_subsection node=section_node, match_titles=True) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 286, in nested_parse node=node, match_titles=match_titles) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 199, in run results = StateMachineWS.run(self, input_lines, input_offset) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/statemachine.py", line 239, in run context, state, transitions) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/statemachine.py", line 460, in check_line return method(match, context, next_state) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 2706, in underline self.section(title, source, style, lineno - 1, messages) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 331, in section self.new_subsection(title, lineno, messages) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 399, in new_subsection node=section_node, match_titles=True) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 286, in nested_parse node=node, match_titles=match_titles) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 199, in run results = StateMachineWS.run(self, input_lines, input_offset) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/statemachine.py", line 239, in run context, state, transitions) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/statemachine.py", line 460, in check_line return method(match, context, next_state) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 2279, in explicit_markup nodelist, blank_finish = self.explicit_construct(match) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 2291, in explicit_construct return method(self, expmatch) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 2034, in directive directive_class, match, type_name, option_presets) "/litterbox/lib/python3.3/site-packages/docutils-0.10-py3.3.egg/docutils/parsers/rst/states.py", line 2083, in run_directive result = directive_instance.run() "/litterbox/lib/python3.3/site-packages/sphinx/ext/autodoc.py", line 1303, in run documenter.generate(more_content=self.content) "/litterbox/lib/python3.3/site-packages/sphinx/ext/autodoc.py", line 700, in generate self.analyzer.find_attr_docs() "/litterbox/lib/python3.3/site-packages/sphinx/pycode/__init__.py", line 261, in find_attr_docs self.parse() "/litterbox/lib/python3.3/site-packages/sphinx/pycode/__init__.py", line 251, in parse self.tokenize() "/litterbox/lib/python3.3/site-packages/sphinx/pycode/__init__.py", line 244, in tokenize self.tokens = list(tokenize.generate_tokens(self.source.readline)) "/litterbox/lib/python3.3/site-packages/sphinx/pycode/pgen2/tokenize.py", line 345, in generate_tokens raise TokenError("EOF in multi-line statement", (lnum, 0))sphinx.pycode.pgen2.tokenize.TokenError: ('EOF in multi-line statement', (6132, 0))
0.243272
Traceback (most recent call last): "run.py", line 367, in main from musicbot import MusicBot "C:\Users\Johann\Downloads\Music Bot\MusicBot\musicbot\__init__.py", line 7, in <module> from .utils import _get_variable "C:\Users\Johann\Downloads\Music Bot\MusicBot\musicbot\utils.py", line 3, in <module> import aiohttp ModuleNotFoundError: No module named 'aiohttp'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 502, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/teamcoco.py", line 152, in _real_extract }''', 'RecordVideoSource', video_id) or {} "/usr/local/bin/youtube-dl/youtube_dl/extractor/teamcoco.py", line 90, in _graphql_call }))['data'][find_object] KeyError: u'findRecordVideoSource'
0.280434
Traceback (most recent call last): "<string>", line 9, in <module> "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook mod = _self_doimport(nm, ctx, fqname) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 480, in doimport exec co in mod.__dict__ "videoplayer/build/pyi.darwin/videoplayer/out00-PYZ.pyz/kivy.uix.widget", line 65, in <module> "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook mod = _self_doimport(nm, ctx, fqname) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 480, in doimport exec co in mod.__dict__ "videoplayer/build/pyi.darwin/videoplayer/out00-PYZ.pyz/kivy.graphics", line 76, in <module> "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook mod = _self_doimport(nm, ctx, fqname) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 449, in doimport mod = importfunc(nm) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 248, in getmod mod = owner.getmod(nm) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/archive.py", line 495, in getmod return iu.DirOwner.getmod(self, self.prefix + '.' + nm) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 105, in getmod mod = imp.load_module(nm, fp, attempt, (ext, mode, typ)) "buffer.pxd", line 1, in init kivy.graphics.instructions (kivy/graphics/instructions.c:10667) "/Volumes/AMBASSADORS_SHARED/USERS/RIO/pyinstaller/pyinstaller-2.0/PyInstaller/loader/iu.py", line 409, in importHook raise ImportError("No module named %s" % fqname) ImportError: No module named kivy.graphics.buffer
2018-12-20 Traceback (most recent call last): "D:\[omitted]\quickstart.py", line 39, in <module> main() "D:\[omitted]\quickstart.py", line 36, in main print(start, event['summary']) "D:\Env\myenv\lib\encodings\cp850.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_map)[0] UnicodeEncodeError: 'charmap' codec can't encode character '\U0001f393' in position 0: character maps to <undefined>
0.283544
Traceback (most recent call last): "<string>", line 1, in <module> "c:\users\lucas\appdata\local\temp\pip-build-bxrui8\thinc\setup.py", line 308, in <module> setup_package() "c:\users\lucas\appdata\local\temp\pip-build-bxrui8\thinc\setup.py", line 303, in setup_package 'build_ext': build_ext_subclass}, "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\core.py", line 151, in setup dist.run_commands() "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 953, in run_commands self.run_command(cmd) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() "C:\Program s\Anaconda2\envs\spacy_alpha\lib\site-packages\setuptools-27.2.0-py2.7.egg\setuptools\command\install.py", line 61, in run "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\command\install.py", line 563, in run self.run_command('build') "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\cmd.py", line 326, in run_command self.distribution.run_command(command) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build.py", line 127, in run self.run_command(cmd_name) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\cmd.py", line 326, in run_command self.distribution.run_command(command) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\dist.py", line 972, in run_command cmd_obj.run() "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build_ext.py", line 340, in run self.build_extensions() "c:\users\lucas\appdata\local\temp\pip-build-bxrui8\thinc\setup.py", line 116, in build_extensions build_ext.build_extensions(self) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build_ext.py", line 449, in build_extensions self.build_extension(ext) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\command\build_ext.py", line 499, in build_extension depends=ext.depends) "C:\Program s\Anaconda2\envs\spacy_alpha\lib\distutils\msvc9compiler.py", line 546, in compile extra_postargs) TypeError: can only concatenate list (not "dict") to list
Traceback (most recent call last): "eventHandler.pyc", line 143, in executeEvent "eventHandler.pyc", line 91, in **init** "eventHandler.pyc", line 98, in next "NVDAObjects__init__.pyc", line 925, in event_caret "review.pyc", line 167, in handleCaretMove "NVDAObjects__init__.pyc", line 958, in makeTextInfo "NVDAObjects\UIA__init__.pyc", line 125, in **init**COMError: (-2146233079, None, (None, None, None, 0, None))
0.203569
Traceback (most recent call last): "/home/user/anaconda/envs/mne_env_py2/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(_self.arg) "/home/user/Documents/Github_Projects/mne-python/mne/utils.py", line 599, in dec return function(_args, **kwargs) "/home/user/Documents/Github_Projects/mne-python/mne/realtime/tests/test_fieldtrip_client.py", line 55, in test_fieldtrip_client tmax=5, wait_max=1) as rt_client: "/home/user/Documents/Github_Projects/mne-python/mne/realtime/fieldtrip_client.py", line 90, in __enter__ raise RuntimeError('Could not connect to FieldTrip Buffer')RuntimeError: Could not connect to FieldTrip Buffer
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/home/david/yapf/yapf/__main__.py", line 18, in <module> sys.exit(yapf.main(sys.argv)) "/home/david/yapf/yapf/__init__.py", line 102, in main print_diff=args.diff) "/home/david/yapf/yapf/__init__.py", line 124, in Format s filename, style_config=style_config, lines=lines, print_diff=print_diff) "/home/david/yapf/yapf/yapflib/yapf_api.py", line 67, in Format print_diff=print_diff) "/home/david/yapf/yapf/yapflib/yapf_api.py", line 110, in FormatCode reformatted_source = reformatter.Reformat(uwlines) "/home/david/yapf/yapf/yapflib/reformatter.py", line 73, in Reformat verifier.VerifyCode(formatted_code[-1]) "/home/david/yapf/yapf/yapflib/verifier.py", line 45, in VerifyCode compile(normalized_code.encode('UTF-8'), '<string>', 'exec') "<string>", line 1 class ABC(metaclass=type): ^SyntaxError: invalid syntax
0.176089
Traceback (most recent call last): "multiprocessing\process.pyc", line 232, in _bootstrap "overviewer_core\dispatcher.pyc", line 260, in run "overviewer_core\tileset.pyc", line 477, in do_work "overviewer_core\tileset.pyc", line 984, in _render_rendertile "overviewer_core\optimizeimages.pyc", line 43, in optimize_image "subprocess.pyc", line 623, in __init__ "subprocess.pyc", line 833, in _execute_childWindowsError: [Error 2] The system cannot find the file specified
Traceback (most recent call last): "./test2.py", line 162, in <module> iInterface = dcom.CoCreateInstanceEx(wmi.CLSID_WbemLevel1Login,wmi.IID_IWbemLevel1Login) "/usr/local/lib/python2.7/site-packages/impacket/dcerpc/v5/dcomrt.py", line 1058, in CoCreateInstanceEx iInterface = scm.RemoteCreateInstance(clsid, iid) "/usr/local/lib/python2.7/site-packages/impacket/dcerpc/v5/dcomrt.py", line 1848, in RemoteCreateInstance if securityBindings != '' and securityBindings[0] == '\x00' and securityBindings[1] == '\x00':IndexError: string index out of range
0.208633
Building image...Traceback (most recent call last): "D:\obj\windows-release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 193, in _run_module_as_main "D:\obj\windows-release\37amd64_Release\msi_python\zip_amd64\runpy.py", line 85, in _run_code "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\__main__.py", line 12, in <module> cli(prog_name="sam") "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 829, in __call__ return self.main(*args, **kwargs) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 782, in main rv = self.invoke(ctx) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 610, in invoke return callback(*args, **kwargs) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\decorators.py", line 73, in new_func return ctx.invoke(f, obj, *args, **kwargs) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\click\core.py", line 610, in invoke return callback(*args, **kwargs) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\lib\telemetry\metrics.py", line 96, in wrapped raise exception # pylint: disable=raising-bad-type "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\lib\telemetry\metrics.py", line 62, in wrapped return_value = func(*args, **kwargs) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\commands\local\invoke\cli.py", line 86, in cli parameter_overrides, "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\commands\local\invoke\cli.py", line 151, in do_cli context.function_name, event=event_data, stdout=context.stdout, stderr=context.stderr "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\commands\local\lib\local_lambda.py", line 100, in invoke self.local_runtime.invoke(config, event, debug_context=self.debug_context, stdout=stdout, stderr=stderr) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\lambdafn\runtime.py", line 77, in invoke debug_options=debug_context, "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\docker\lambda_container.py", line 72, in __init__ image = LambdaContainer._get_image(image_builder, runtime, layers, debug_options) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\docker\lambda_container.py", line 176, in _get_image return image_builder.build(runtime, layers, is_debug) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\docker\lambda_image.py", line 123, in build self._build_image(base_image, image_tag, downloaded_layers, is_debug_go, stream=stream_writer) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\samcli\local\docker\lambda_image.py", line 201, in _build_image fileobj=tarballfile, custom_context=True, rm=True, tag=docker_tag, pull=not self.skip_pull_image "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\docker\api\build.py", line 261, in build self._set_auth_headers(headers) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\docker\api\build.py", line 308, in _set_auth_headers auth_data = self._auth_configs.get_all_credentials() "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\docker\auth.py", line 311, in get_all_credentials reg, store_name "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\docker\auth.py", line 262, in _resolve_authconfig_credstore store = self._get_store_instance(credstore_name) "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\docker\auth.py", line 287, in _get_store_instance name, environment=self._credstore_env "C:\Program s\Amazon\AWSSAMCLI\runtime\lib\site-packages\docker\credentials\store.py", line 25, in __init__ self.program docker.credentials.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
Traceback (most recent call last): "C:\Python33\lib\logging__init__.py", line 943, in emit "C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 9] Bad file descriptor
0.177585
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info return self.process_ie_result(ie_result, download, extra_info) "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 711, in process_ie_result return self.process_video_result(ie_result, download=download) "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1145, in process_video_result expected=True)ExtractorError: requested format not available
Traceback (most recent call last): "<stdin>", line 1, in <module> ZeroDivisionError: integer division or modulo by zero
0.188721
Traceback (most recent call last): "/usr/lib/python3.4/logging/__init__.py", line 980, in emit stream.write(msg)UnicodeEncodeError: 'ascii' codec can't encode characters in position 287-288: ordinal not in range(128)
Traceback (most recent call last): "<stdin>", line 1, in <module> ".../pyomo/pyomo/core/expr/numvalue.py", line 226, in value tmp = obj(exception=True) ".../pyomo/pyomo/core/expr/numeric_expr.py", line 223, in __call__ return evaluate_expression(self, exception) ".../pyomo/pyomo/core/expr/visitor.py", line 973, in evaluate_expression return visitor.dfs_postorder_stack(exp) ".../pyomo/pyomo/core/expr/visitor.py", line 518, in dfs_postorder_stack flag, value = self.visiting_potential_leaf(_sub) ".../pyomo/pyomo/core/expr/visitor.py", line 893, in visiting_potential_leaf return True, value(node) ".../pyomo/pyomo/core/expr/numvalue.py", line 230, in value % (obj.name,)) ValueError: No value for uninitialized NumericValue object y
0.177021
Traceback (most recent call last): "C:\Anaconda\Scripts\dscheduler-script.py", line 5, in <module> sys.exit(distributed.cli.dscheduler.go()) "C:\Anaconda\lib\site-packages\distributed\cli\dscheduler.py", line 107, in go main() "C:\Anaconda\lib\site-packages\click\core.py", line 716, in __call__ return self.main(*args, **kwargs) "C:\Anaconda\lib\site-packages\click\core.py", line 696, in main rv = self.invoke(ctx) "C:\Anaconda\lib\site-packages\click\core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) "C:\Anaconda\lib\site-packages\click\core.py", line 534, in invoke return callback(*args, **kwargs) "C:\Anaconda\lib\site-packages\distributed\cli\dscheduler.py", line 100, in main bokeh_proc.terminate()UnboundLocalError: local variable 'bokeh_proc' referenced before assignment
Traceback (most recent call last): "main.py", line 2, in <module> from pytransform import pyarmor_runtime ModuleNotFoundError: No module named 'pytransform'
0.281226
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpee_sdt7t\build\youtube_dl\extractor\eagleplatform.py", line 82, in _download_json "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpee_sdt7t\build\youtube_dl\extractor\common.py", line 549, in _download_json "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpee_sdt7t\build\youtube_dl\extractor\common.py", line 517, in _download_webpage "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpee_sdt7t\build\youtube_dl\extractor\common.py", line 424, in _download_webpage_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpee_sdt7t\build\youtube_dl\extractor\common.py", line 413, in _request_webpage youtube_dl.utils.ExtractorError: Unable to download JSON metadata: HTTP Error 500: Internal Server Error (caused by HTTP Error()); 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): "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/**init**.py", line 385, in execute_from_command_line utility.execute() "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/**init**.py", line 377, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/base.py", line 288, in run_from_argv self.execute(_args, *_options.**dict**) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/base.py", line 338, in execute output = self.handle(_args, *_options) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/base.py", line 533, in handle return self.handle_noargs(*_options) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 27, in handle_noargs call_command("migrate", *_options) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/**init**.py", line 115, in call_command return klass.execute(_args, *_defaults) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/base.py", line 338, in execute output = self.handle(_args, *_options) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/core/management/commands/migrate.py", line 155, in handle changes = autodetector.changes(graph=executor.loader.graph) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/migrations/autodetector.py", line 42, in changes changes = self._detect_changes(convert_apps, graph) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/migrations/autodetector.py", line 110, in _detect_changes self.new_apps = self.to_state.render() "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/migrations/state.py", line 67, in render model.render(self.apps) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/migrations/state.py", line 312, in render body, "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/models/base.py", line 284, in __new__ new_class._prepare() "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/models/base.py", line 344, in _prepare signals.class_prepared.send(sender=cls) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 198, in send response = receiver(signal=self, sender=sender, **named) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/models/fields/related.py", line 93, in do_pending_lookups operation(field, sender, cls) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/django/db/models/fields/related.py", line 271, in resolve_related_class field.do_related_class(model, cls) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/simple_history/models.py", line 296, in do_related_class field = self.get_field(other, cls) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/simple_history/models.py", line 261, in get_field field = self.get_one_to_one_field(to_field, other) "/Users/latog/.virtualenvs/si/lib/python2.7/site-packages/simple_history/models.py", line 246, in get_one_to_one_field temp_field = self.__class__(to_field.rel.to._meta.object_name)AttributeError: 'unicode' object has no attribute '_meta'
0.257818
Traceback (most recent call last): "E:\Projects\repos\pylint\pylint\test\test_functional.py", line 308, in _runTest self.fail('\n'.join(msg))AssertionError: Wrong results for file "string_formatting_py27":
Traceback (most recent call last): | 0/1856 [00:00<?, ?it/s] "train.py", line 198, in <module> main() "train.py", line 170, in main merge_all_iters_to_one_epoch=args.merge_all_iters_to_one_epoch "/home/fupeng/fupeng/algorithm/detection3d/OpenPCDet/tools/train_utils/train_utils.py", line 93, in train_model dataloader_iter=dataloader_iter "/home/fupeng/fupeng/algorithm/detection3d/OpenPCDet/tools/train_utils/train_utils.py", line 19, in train_one_epoch batch = next(dataloader_iter) "/home/fupeng/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 819, in __next__ return self._process_data(data) "/home/fupeng/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 846, in _process_data data.reraise() "/home/fupeng/anaconda3/lib/python3.7/site-packages/torch/_utils.py", line 369, in reraise raise self.exc_type(msg) KeyError: Caught KeyError in DataLoader worker process 0.
0.283684
Traceback (most recent call last): "foo2.py", line 10, in <module> flat(X, d) "<path>/numba/dispatcher.py", line 368, in _compile_for_args raise e "<path>/numba/dispatcher.py", line 325, in _compile_for_args return self.compile(tuple(argtypes)) "<path>/numba/dispatcher.py", line 653, in compile cres = self._compiler.compile(args, return_type) "<path>/numba/dispatcher.py", line 83, in compile pipeline_class=self.pipeline_class) "<path>/numba/compiler.py", line 881, in compile_extra return pipeline.compile_extra(func) "<path>/numba/compiler.py", line 368, in compile_extra return self._compile_bytecode() "<path>/numba/compiler.py", line 812, in _compile_bytecode return self._compile_core() "<path>/numba/compiler.py", line 799, in _compile_core res = pm.run(self.status) "<path>/numba/compiler.py", line 254, in run raise patched_exception "<path>/numba/compiler.py", line 246, in run stage() "<path>/numba/compiler.py", line 679, in stage_nopython_backend self._backend(lowerfn, objectmode=False) "<path>/numba/compiler.py", line 629, in _backend lowered = lowerfn() "<path>/numba/compiler.py", line 616, in backend_nopython_mode self.flags) "<path>/numba/compiler.py", line 1000, in native_lowering_stage lower.lower() "<path>/numba/lowering.py", line 173, in lower self.lower_normal_function(self.fndesc) "<path>/numba/lowering.py", line 214, in lower_normal_function entry_block_tail = self.lower_function_body() "<path>/numba/lowering.py", line 239, in lower_function_body self.lower_block(block) "<path>/numba/lowering.py", line 254, in lower_block self.lower_inst(inst) "<env>/lib/python3.6/contextlib.py", line 99, in __exit__ self.gen.throw(type, value, traceback) "<path>/numba/errors.py", line 603, in new_error_context six.reraise(type(newerr), newerr, tb) "<path>/numba/six.py", line 658, in reraise raise value.with_traceback(tb) "<path>/numba/errors.py", line 595, in new_error_context yield "<path>/numba/lowering.py", line 254, in lower_block self.lower_inst(inst) "<path>/numba/lowering.py", line 358, in lower_inst return self.lower_setitem(inst.target, inst.index, inst.value, signature) "<path>/numba/lowering.py", line 416, in lower_setitem impl = self.context.get_function('setitem', signature) "<path>/numba/targets/base.py", line 537, in get_function return self.get_function(fn, sig, _firstcall=False) "<path>/numba/targets/base.py", line 539, in get_function raise NotImplementedError("No definition for lowering %s%s" % (key, sig)) numba.errors.LoweringError: Failed at nopython (nopython mode backend)
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\YoutubeDL.py", line 797, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpavop71lg\build\youtube_dl\extractor\generic.py", line 3351, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: https://audius.co/laxcitymusic/delete-3337
0.254497
Traceback (most recent call last): "<stdin>", line 1, in <module> "/dev/shm/babel-2.1/local/lib/python2.7/site-packages/babel/core.py", line 286, in parse language = get_global('language_aliases').get(language, language) "/dev/shm/babel-2.1/local/lib/python2.7/site-packages/babel/core.py", line 55, in get_global _raise_no_data_error() "/dev/shm/babel-2.1/local/lib/python2.7/site-packages/babel/core.py", line 27, in _raise_no_data_error raise RuntimeError('The babel data files are not available. 'RuntimeError: The babel data files are not available. This usually happens because you are using a source checkout from Babel and you did not build the data files. Just make sure to run "python setup.py import_cldr" before installing the library.
Traceback (most recent call last): "/usr/lib/python3.6/tkinter/__init__.py", line 37, in <module> import _tkinter ModuleNotFoundError: No module named '_tkinter'
0.297004
Traceback (most recent call last): "E:/PythonWorkspace/CANmatrixTest/test/canInterface.py", line 22, in <module> send_one() "E:/PythonWorkspace/CANmatrixTest/test/canInterface.py", line 11, in send_one bus = Usb2canBus("ED000200") "D:\Program s\Python36\lib\site-packages\python_can-2.0.0b1-py3.6.egg\can\interfaces\usb2can\usb2canInterface.py", line 93, in __init__ "D:\Program s\Python36\lib\site-packages\python_can-2.0.0b1-py3.6.egg\can\interfaces\usb2can\usb2canabstractionlayer.py", line 59, in __init__ "D:\Program s\Python36\lib\ctypes\__init__.py", line 425, in LoadLibrary return self._dlltype(name) "D:\Program s\Python36\lib\ctypes\__init__.py", line 347, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 193] %1 is not a valid Win32 application
Traceback (most recent call last): "<stdin>", line 1, in <module>TypeError: can't convert complex to float
0.235885
Traceback (most recent call last): "/home/ndw/.virtualenvs/pyapi/lib/python3.4/site-packages/requests-2.8.0-py3.4.egg/requests/packages/urllib3/connectionpool.py", line 390, in _make_request assert_header_parsing(httplib_response.msg) "/home/ndw/.virtualenvs/pyapi/lib/python3.4/site-packages/requests-2.8.0-py3.4.egg/requests/packages/urllib3/util/response.py", line 58, in assert_header_parsing raise HeaderParsingError(defects=defects, unparsed_data=unparsed_data)requests.packages.urllib3.exceptions.HeaderParsingError: [StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ''
Traceback (most recent call last): "/home/djh_19/anaconda3/envs/test/lib/python3.6/site-packages/skimage/__init__.py", line 119, in <module> from ._shared import geometry ImportError: dlopen: cannot load any more object with static TLS
0.304746
Traceback (most recent call last): "<pyshell#2>", line 1, in <module> resp.f_test(np.eye(len(resp.params))) "e:\josef\eclipsegworkspace\statsmodels-git\statsmodels-josef\scikits\statsmodels\base\model.py", line 1115, in f_test return ContrastResults(F=F, df_denom=self.model.df_resid,AttributeError: 'TLinearModel' object has no attribute 'df_resid'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 501, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/watchbox.py", line 88, in _real_extract compat_str) or source['title'] KeyError: u'title'
0.195131
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-xz4btw2v/scapy/setup.py", line 36 os.chmod(fname, 0755) ^ SyntaxError: invalid token
Traceback (most recent call last): "pokecli.py", line 609, in <module> main() "pokecli.py", line 104, in main bot.tick() "/home/foxmask/PokemonGo-Bot/pokemongo_bot/__init__.py", line 483, in tick if worker.work() == WorkerResult.RUNNING: "/home/foxmask/PokemonGo-Bot/pokemongo_bot/cell_workers/follow_spiral.py", line 117, in work if dist <= 1 or (self.bot.config.walk > 0 and step_walker == None):AttributeError: 'Namespace' object has no attribute 'walk'
0.186604
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/intelmq-1.0.0-py3.4.egg/intelmq/lib/bot.py", line 117, in start self.process() "/usr/local/lib/python3.4/dist-packages/intelmq-1.0.0-py3.4.egg/intelmq/bots/parsers/malwaredomains/parser.py", line 44, in process for i in xrange(4, len(values)):NameError: name 'xrange' is not defined
```Traceback (most recent call last): "C:\Users\Brycen\AppData\Local\Programs\Python\Python37-32\Lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Users\Brycen\AppData\Local\Programs\Python\Python37-32\Lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\Brycen\.virtualenvs\code-jam-4-IpGnem57\Scripts\pyinstaller.exe\__main__.py", line 9, in <module> # https://stackoverflow.com/questions/34363552/python-process-finished-with-exit-code-1-when-using-pycharm-and-pyqt5 "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\__main__.py", line 111, in run run_build(pyi_config, spec_file, **vars(args)) "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\__main__.py", line 63, in run_build PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs) "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\building\build_main.py", line 838, in main build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build')) "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\building\build_main.py", line 784, in build exec(text, spec_namespace) "<string>", line 17, in <module> "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\building\build_main.py", line 241, in __init__ self.__postinit__() "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\building\datastruct.py", line 158, in __postinit__ self.assemble() "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\building\build_main.py", line 595, in assemble for name, path, typecode in compile_py_files(new_toc, CONF['workpath']): "c:\users\brycen\.virtualenvs\code-jam-4-ipgnem57\lib\site-packages\PyInstaller\utils\misc.py", line 150, in compile_py_files with open(obj_fnm, 'rb') as fh: NotFoundError: [Errno 2] No such file or directory: '-'
0.296537
Traceback (most recent call last): "smartmirror.py", line 235, in get_headlines headline = NewsHeadline(self.headlinesContainer, post.title) "smartmirror.py", line 248, in __init__ image = Image.open("assets/Newspaper.png") "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2251, in open fp = builtins.open(fp, "rb") IOError: [Errno 2] No such file or directory: 'assets/Newspaper.png'
Traceback (most recent call last): "_ctypes/callbacks.c", line 339, in 'converting callback result'TypeError: an integer is required
0.157896
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 387, in _load_plugins_from_dirs __import__(module_name) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/urlrewrite_frenchtorrentdb.py", line 8, in <module> from flexget.utils.tools import urlopenerImportError: cannot import name urlopener
Traceback (most recent call last): "test.py", line 35, in <module> optimizer.optimize(layers, 1) "/home/tambet/neon_new/neon/optimizers/optimizer.py", line 194, in optimize param_list = get_param_list(layer_list) "/home/tambet/neon_new/neon/optimizers/optimizer.py", line 26, in get_param_list ptuple = l.get_params()AttributeError: 'Conv' object has no attribute 'get_params'
0.288239
Traceback (most recent call last): "/Users/iremizov/Py26/bin/prospector", line 9, in <module> load_entry_point('prospector==0.7', 'console_scripts', 'prospector')() "/Users/iremizov/Py26/lib/python2.6/site-packages/prospector/run.py", line 312, in main prospector.execute() "/Users/iremizov/Py26/lib/python2.6/site-packages/prospector/run.py", line 253, in execute summary['time_taken'] = '%0.2f' % delta.total_seconds()AttributeError: 'datetime.timedelta' object has no attribute 'total_seconds'
```Traceback (most recent call last): "/home/jkotan/ndts/lavue/lavuelib/imageDisplayWidget.py", line 64, in paint _pg.ImageItem.paint(self, p, *args) "/home/jkotan/testinst/lib/python2.7/site-packages/pyqtgraph/graphicsItems/ImageItem.py", line 439, in paint self.render() "/home/jkotan/testinst/lib/python2.7/site-packages/pyqtgraph/graphicsItems/ImageItem.py", line 431, in render argb, alpha = fn.makeARGB(image, lut=lut, levels=levels) "/home/jkotan/testinst/lib/python2.7/site-packages/pyqtgraph/functions.py", line 1186, in makeARGB imgData[nanMask, 3] = 0 IndexError: too many indices for array
0.217174
Traceback (most recent call last): "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/medusa/scene_exceptions.py#L387">medusa\scene_exceptions.py</a>", line 387, in _get_anidb_exceptions cache_path=join(app.CACHE_DIR, 'adba') "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L128">ext\adba\aniDBAbstracter.py</a>", line 128, in __init__ self.aid = self._get_aid_from_xml(self.name) "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L178">ext\adba\aniDBAbstracter.py</a>", line 178, in _get_aid_from_xml self.allAnimeXML = read_anidb_xml(self.cache_path) "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L111">ext\adba\aniDBfileInfo.py</a>", line 111, in read_anidb_xml return read_xml_into_etree(file_path) "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L135">ext\adba\aniDBfileInfo.py</a>", line 135, in read_xml_into_etree xml_a_setree = etree.ElementTree().parse(filePath) "<string>", line 38, in parseParseError: no element found: line 30418, column 40
Traceback (most recent call last): "/home/pi/Medusa/<a href="../blob/c00daf93b4c9b8bb77fbb61f121ff44a4049f038/medusa/providers/torrent/json/btn.py#L264">medusa/providers/torrent/json/btn.py</a>", line 264, in _api_call parsed_json = server.getTorrents( "/home/pi/Medusa/<a href="../blob/c00daf93b4c9b8bb77fbb61f121ff44a4049f038/ext/jsonrpclib/jsonrpc.py#L821">ext/jsonrpclib/jsonrpc.py</a>", line 821, in __call__ return self.__send(self.__name, args) "/home/pi/Medusa/<a href="../blob/c00daf93b4c9b8bb77fbb61f121ff44a4049f038/ext/jsonrpclib/jsonrpc.py#L696">ext/jsonrpclib/jsonrpc.py</a>", line 696, in _request check_for_errors(response) "/home/pi/Medusa/<a href="../blob/c00daf93b4c9b8bb77fbb61f121ff44a4049f038/ext/jsonrpclib/jsonrpc.py#L1457">ext/jsonrpclib/jsonrpc.py</a>", line 1457, in check_for_errors raise AppError((code, message, data))jsonrpclib.jsonrpc.AppError: (0, 'Error while reading line from the server. [tcp://redis-haproxy.default.svc.cluster.local:6379]', None)
0.240552
Traceback (most recent call last): "./sign_csr.py", line 441, in <module> signed_crt = sign_csr(args.public_key, args.csr_path, email=args.email, file_based=args.file_based) "./sign_csr.py", line 386, in sign_csr resp = urllib2.urlopen(csr_url, csr_data) "/usr/lib/python2.7/urllib2.py", line 127, in urlopen return _opener.open(url, data, timeout) "/usr/lib/python2.7/urllib2.py", line 410, in open response = meth(req, response) "/usr/lib/python2.7/urllib2.py", line 523, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python2.7/urllib2.py", line 448, in error return self._call_chain(*args) "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain result = func(*args) "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)urllib2.HTTPError: HTTP Error 400: Bad Request
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/newgrounds.py", line 65, in _real_extract r'"url"\s*:\s*("[^"]+"),', webpage, ''), media_id) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1010, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract ; 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.284683
Traceback (most recent call last): "c:\program files\python38\lib\site-packages\youtube_dl\YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "c:\program files\python38\lib\site-packages\youtube_dl\extractor\common.py", line 529, in extract self.initialize() "c:\program files\python38\lib\site-packages\youtube_dl\extractor\common.py", line 433, in initialize self._real_initialize() "c:\program files\python38\lib\site-packages\youtube_dl\extractor\udemy.py", line 172, in _real_initialize self._login() "c:\program files\python38\lib\site-packages\youtube_dl\extractor\udemy.py", line 191, in _login login_form = self._form_hidden_inputs('login-form', login_popup) "c:\program files\python38\lib\site-packages\youtube_dl\extractor\common.py", line 1343, in _form_hidden_inputs form = self._search_regex( "c:\program files\python38\lib\site-packages\youtube_dl\extractor\common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract login-form form; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) TypeError: test_func_name() takes exactly 2 arguments (0 given)
0.18809
Traceback (most recent call last): "C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time elapsed_time = time.monotonic() - self.t0 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Traceback (most recent call last): "C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\utils\system.py", line 55, in psutil_phymem_usage percent = psutil.virtual_memory().percentAttributeError: module 'psutil' has no attribute 'virtual_memory'
0.25026
Traceback (most recent call last): "video_to_slomo.py", line 216, in <module> main() "video_to_slomo.py", line 165, in main flowOut = flowComp(torch.cat((I0, I1), dim=1)) "C:\Users\Amos\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "C:\Users\Amos\SloMo\SuperSloMo\model.py", line 197, in forward x = F.leaky_relu(self.conv1(x), negative_slope = 0.1) "C:\Users\Amos\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "C:\Users\Amos\Anaconda3\lib\site-packages\torch\nn\modules\conv.py", line 338, in forward self.padding, self.dilation, self.groups) RuntimeError: cuDNN error: CUDNN_STATUS_EXECUTION_FAILED
Traceback (most recent call last): "<string>", line 1, in <module> "/opt/anaconda3/lib/python3.8/site-packages/numba/cuda/cudadrv/devices.py", line 223, in _require_cuda_context with _runtime.ensure_context(): "/opt/anaconda3/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) "/opt/anaconda3/lib/python3.8/site-packages/numba/cuda/cudadrv/devices.py", line 121, in ensure_context with driver.get_active_context(): "/opt/anaconda3/lib/python3.8/site-packages/numba/cuda/cudadrv/driver.py", line 388, in __enter__ driver.cuCtxGetCurrent(byref(hctx)) "/opt/anaconda3/lib/python3.8/site-packages/numba/cuda/cudadrv/driver.py", line 275, in __getattr__ self.initialize() "/opt/anaconda3/lib/python3.8/site-packages/numba/cuda/cudadrv/driver.py", line 235, in initialize raise CudaSupportError("Error at driver init: \n%s:" % e) numba.cuda.cudadrv.error.CudaSupportError: Error at driver init:
0.248232
Traceback (most recent call last): "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) "/home/mblizniak/repos/i3-pyswitch/3rd-party/kb/__init__.py", line 79, in listen _os_keyboard.listen(self.queue) "/home/mblizniak/repos/i3-pyswitch/3rd-party/kb/_nixkeyboard.py", line 96, in listen name = to_name[(scan_code, ())] KeyError: (125, ())
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 425, in _async_add_entity raise HomeAssistantError(msg) homeassistant.exceptions.HomeAssistantError: Entity id already exists: sensor.keggerator_flow_meter. Platform esphome does not generate unique IDs
0.194126
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/cloud/cli.py", line 245, in run ret = mapper.do_action(names, kwargs) "/usr/lib/python2.7/dist-packages/salt/cloud/__init__.py", line 1493, in do_action vm_name, **kws "/usr/lib/python2.7/dist-packages/salt/cloud/clouds/ec2.py", line 2902, in rename log.info('Renaming {0} to {1}'.format(name, kwargs['newname']))TypeError: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last): "C:\Python33\lib\logging\__init__.py", line 941, in emit "C:\Python\64-bit\3.3\lib\encodings\cp1252.py", line 19, in encodeUnicodeEncodeError: 'charmap' codec can't encode character '\u0144' in position 169: character maps to <undefined>
0.22743
Traceback (most recent call last): "/workspace/datalabeling/create_instruction_test.py", line 50, in test_create_instruction instruction = run_sample() "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) "/workspace/datalabeling/create_instruction_test.py", line 48, in run_sample PROJECT_ID, 'IMAGE', INSTRUCTION_GCS_URI) "/workspace/datalabeling/create_instruction.py", line 51, in create_instruction operation = client.create_instruction(project_path, instruction) "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/datalabeling_v1beta1/gapic/data_labeling_service_client.py", line 2252, in create_instruction request, retry=retry, timeout=timeout, metadata=metadata "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/gapic_v1/method.py", line 143, in __call__ return wrapped_func(*args, **kwargs) "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func on_error=on_error, "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/retry.py", line 184, in retry_target return target() "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/timeout.py", line 214, in func_with_timeout return func(*args, **kwargs) "/workspace/datalabeling/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/grpc_helpers.py", line 59, in error_remapped_callable six.raise_from(exceptions.from_grpc_error(exc), exc) "<string>", line 3, in raise_fromgoogle.api_core.exceptions.InternalServerError: 500 Failed to CreateInstruction.</pre></details>
Traceback (most recent call last): "D:\Python35\lib\site-packages\tensorflow\python\framework\common_shapes.py", line 686, in _call_cpp_shape_fn_impl input_tensors_as_shapes, status) "D:\Python35\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 473, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.InvalidArgumentError: indices.shape[-1] must be <= params.rank, but saw indices shape: [?,11] and params shape: [1,16] for 'ner/cond/GatherNd' (op: 'GatherNd') with input shapes: [1,16], [?,11].
0.224377
Traceback (most recent call last): "/home/zulip/deployments/2017-07-26-17-19-23/scripts/lib/upgrade-zulip", line 53, in <module> subprocess.check_call([os.path.abspath("./scripts/lib/upgrade-zulip-stage-2"), deploy_path]) "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/zulip/deployments/2017-10-26-11-45-18/scripts/lib/upgrade-zulip-stage-2', '/home/zulip/deployments/2017-10-26-11-45-18']' returned non-zero exit status 1
2012-08-10 18:27:33,327 DEBUG magazineluiza.site.system.error:34 - Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/bottle.py", line 737, in _handle return route.call(**args) "/usr/local/lib/python2.7/dist-packages/bottle.py", line 1456, in wrapper rv = callback(*a, **ka) "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/system/context.py", line 231, in wrapper return render_html(view_name, rv, context_request) "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/system/context.py", line 283, in render_html return __fetch_template(context_request.theme, view_name, **params) "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/system/context.py", line 258, in __fetch_template return env.get_template(view_name).render(**params) "/usr/local/lib/python2.7/dist-packages/Jinja2-2.6-py2.7.egg/jinja2/environment.py", line 894, in render return self.environment.handle_exception(exc_info, True) "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/view/desktop/product/poc.html", line 1, in top-level template code {% extends "product/poc-base-turbo.html" %} "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/view/desktop/product/poc-base-turbo.html", line 1, in top-level template code {% extends "product/poc-base.html" %} "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/view/desktop/product/poc-base.html", line 3, in top-level template code {% block content %} "/home/marcos/Documents/workspace/ml-site-python/src/main/python/magazineluiza/site/view/desktop/product/poc-base-turbo.html", line 5, in block "content" {% block content_turbo %}UndefinedError: 'str object' has no attribute 'b'
0.198024
"module_stdout": "Traceback (most recent call last):\r\n \"/tmp/ansible_BLCuvV/ansible_module_sysctl.py\", line 397, in <module>\r\n main()\r\n \"/tmp/ansible_BLCuvV/ansible_module_sysctl.py\", line 391, in main\r\n result = SysctlModule(module)\r\n \"/tmp/ansible_BLCuvV/ansible_module_sysctl.py\", line 142, in __init__\r\n self.process()\r\n \"/tmp/ansible_BLCuvV/ansible_module_sysctl.py\", line 162, in process\r\n self.read_sysctl_file()\r\n \"/tmp/ansible_BLCuvV/ansible_module_sysctl.py\", line 323, in read_sysctl_file\r\n k, v = line.split('=',1)\r\nValueError: need more than 1 value to unpack\r\n", "msg": "MODULE FAILURE",
Traceback (most recent call last): "/home/brain/rpmbuild/BUILD/uvloop-0.7.0/tests/test_futures.py", line 352, in test_future_wrap_future_cancel2 f2 = _wrap_future(f1, loop=self.loop) "uvloop/chain_futs.pyx", line 95, in uvloop.loop._wrap_future (uvloop/loop.c:116727) assert isinstance(future, cc_Future), \ AssertionError: concurrent.futures.Future is expected, got <Future at 0x7f779dd88e10 state=pending>
0.287987
Traceback (most recent call last): "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/ui/__init__.py", line 1296, in start_pane loop.run() "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 278, in run self._run() "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 376, in _run self.event_loop.run() "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 682, in run self._loop() "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 719, in _loop self._watch_files[fd]() "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/raw_display.py", line 393, in <lambda> event_loop, callback, self.get_available_raw_input()) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/raw_display.py", line 493, in parse_input callback(processed, processed_codes) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 403, in _update self.process_input(keys) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 509, in process_input something_handled |= bool(self.unhandled_input(k)) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/urwid/main_loop.py", line 555, in unhandled_input return self._unhandled_input(input) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/ui/base.py", line 162, in on_key_press self.backtrack() "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/ui/base.py", line 147, in backtrack cb(data) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/ui/__init__.py", line 1095, in cleanup event.delete_instance(rec_id) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/khalendar/event.py", line 602, in delete_instance delete_instance(self._vevents['PROTO'], instance) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/khalendar/utils.py", line 327, in delete_instance _add_exdate(vevent, instance) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/khalendar/utils.py", line 292, in _add_exdate exdates.append(dates_from_exdate(vddlist)) "/usr/local/Cellar/khal/0.9.5/libexec/lib/python3.6/site-packages/khal/khalendar/utils.py", line 282, in dates_from_exdate return [dts.dt for dts in vevent['EXDATE'].dts] AttributeError: 'list' object has no attribute 'dts'
Traceback (most recent call last): "/usr/sbin/bugwarrior-pull", line 11, in <module> load_entry_point('bugwarrior==1.7.0', 'console_scripts', 'bugwarrior-pull')() "/home/finkel/.local/lib/python3.7/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/home/finkel/.local/lib/python3.7/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/home/finkel/.local/lib/python3.7/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/finkel/.local/lib/python3.7/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/usr/lib/python3.7/site-packages/bugwarrior/command.py", line 73, in pull synchronize(issue_generator, config, main_section, dry_run) "/usr/lib/python3.7/site-packages/bugwarrior/db.py", line 344, in synchronize 'closed': get_managed_task_uuids(tw, key_list, legacy_matching), "/usr/lib/python3.7/site-packages/bugwarrior/db.py", line 108, in get_managed_task_uuids ('status', 'waiting'), "/usr/lib/python3.7/site-packages/taskw/warrior.py", line 612, in filter_tasks *query_args "/usr/lib/python3.7/site-packages/taskw/warrior.py", line 505, in _get_task_objects json = self._get_json(*args) "/usr/lib/python3.7/site-packages/taskw/warrior.py", line 502, in _get_json return json.loads(self._execute(*args)[0]) "/usr/lib/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) "/usr/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python3.7/json/decoder.py", line 354, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid control character at: line 18 column 1396 (char 16966)
0.287722
Traceback (most recent call last): "c:\users\saksh\appdata\local\programs\python\python37\lib\site-packages\requests\adapters.py", line 449, in send timeout=timeout "c:\users\saksh\appdata\local\programs\python\python37\lib\site-packages\urllib3\connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "c:\users\saksh\appdata\local\programs\python\python37\lib\site-packages\urllib3\util\retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.rapidvideo.com', port=443): Max retries exceeded with url: /e/G12ZJB56KL&q=720p (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x000001A995A3B240>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed'))
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/dplay.py", line 198, in _get_disco_api_info video = self._download_json( "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/common.py", line 893, in _download_json res = self._download_json_handle( "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/common.py", line 872, in _download_json_handle res = self._download_webpage_handle( "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/common.py", line 665, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query, expected_status=expected_status) "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/common.py", line 650, in _request_webpage raise ExtractorError(errmsg, sys.exc_info()[2], cause=err) youtube_dl.utils.ExtractorError: Unable to download JSON metadata: HTTP Error 400: Bad Request (caused by <HTTPError 400: 'Bad Request'>); 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.268354
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run wb.build(autobuilding=True) "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build self.requirement_set.prepare_files(self.finder) "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in prepare_files ignore_dependencies=self.ignore_dependencies)) "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 448, in _prepare_file req_to_install, finder) "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 387, in _check_skip_installed req_to_install.check_if_exists() "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 1011, in check_if_exists self.req.project_nameAttributeError: 'Requirement' object has no attribute 'project_name'
Traceback (most recent call last): "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask\app.py", line 2311, in wsgi_app response = self.full_dispatch_request() "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask\app.py", line 1834, in full_dispatch_request rv = self.handle_user_exception(e) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask_cors\extension.py", line 161, in wrapped_function return cors_after_request(app.make_response(f(*args, **kwargs))) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask\app.py", line 1737, in handle_user_exception reraise(exc_type, exc_value, tb) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask\_compat.py", line 36, in reraise raise value "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask\app.py", line 1832, in full_dispatch_request rv = self.dispatch_request() "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask\app.py", line 1818, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\flask_cors\decorator.py", line 128, in wrapped_function resp = make_response(f(*args, **kwargs)) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\rasa_sdk\endpoint.py", line 59, in webhook response = executor.run(action_call) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\rasa_sdk\executor.py", line 252, in run events = action(dispatcher, tracker, domain) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\rasa_sdk\forms.py", line 540, in run next_slot_events = self.request_next_slot(dispatcher, temp_tracker, domain) "c:\users\\appdata\local\programs\python\python36\lib\site-packages\rasa_sdk\forms.py", line 388, in request_next_slot **tracker.slots TypeError: utter_template() got multiple values for argument 'silent_fail'
0.271799
Traceback (most recent call last): "c:\python38\lib\asyncio\proactor_events.py", line 116, in __del__ "c:\python38\lib\asyncio\proactor_events.py", line 108, in close "c:\python38\lib\asyncio\base_events.py", line 719, in call_soon "c:\python38\lib\asyncio\base_events.py", line 508, in _check_closed RuntimeError: Event loop is closed
Traceback (most recent call last): "manage.py", line 118, in <module> cmds(default_map=default_map) "/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/click/core.py", line 610, in __call__ return self.main(*args, **kwargs) "/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/click/core.py", line 590, in main rv = self.invoke(ctx) "/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/click/core.py", line 936, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/click/core.py", line 782, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/click/core.py", line 416, in invoke return callback(*args, **kwargs) "manage.py", line 112, in build_demo build(level) "/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/mining-0.2.0-py2.7-macosx-10.10-x86_64.egg/mining/bin/demo/build_admin.py", line 18, in build f = open('{}'.format(os.path.join(demo_path, 'base.sql')), 'r')IOError: [Errno 2] No such file or directory: '/Users/leroy/.virtualenvs/mining/lib/python2.7/site-packages/mining-0.2.0-py2.7-macosx-10.10-x86_64.egg/mining/bin/demo/base.sql'
0.254854
Traceback (most recent call last): "evaluate_sample.py", line 22, in <module> import tensorflow as tf "/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
Traceback (most recent call last): "vecmap/map_embeddings.py", line 422, in <module> main() "vecmap/map_embeddings.py", line 251, in main simfwd = xp.empty((args.batch_size, trg_size), dtype=dtype) "/usr/local/lib/python3.6/dist-packages/cupy/creation/basic.py", line 20, in empty return cupy.ndarray(shape, dtype, order=order) "cupy/core/core.pyx", line 152, in cupy.core.core.ndarray.__init__ "cupy/cuda/memory.pyx", line 517, in cupy.cuda.memory.alloc "cupy/cuda/memory.pyx", line 1076, in cupy.cuda.memory.MemoryPool.malloc "cupy/cuda/memory.pyx", line 1097, in cupy.cuda.memory.MemoryPool.malloc "cupy/cuda/memory.pyx", line 925, in cupy.cuda.memory.SingleDeviceMemoryPool.malloc "cupy/cuda/memory.pyx", line 940, in cupy.cuda.memory.SingleDeviceMemoryPool._malloc "cupy/cuda/memory.pyx", line 695, in cupy.cuda.memory._try_malloc cupy.cuda.memory.OutOfMemoryError: out of memory to allocate 10077480448 bytes (total 22170457600 bytes)
0.252483
Traceback (most recent call last): "/opt/lib/python2.7/site-packages/flexget/task.py", line 442, in **run_plugin return method(_args, *_kwargs) "/opt/lib/python2.7/site-packages/flexget/event.py", line 23, in __call** return self.func(_args, *_kwargs) "/opt/lib/python2.7/site-packages/flexget/plugins/output/html.py", line 44, in on_task_output f.write(template.encode('utf-8'))TypeError: must be unicode, not str
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Program\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = _main(fd) "C:\Program\lib\multiprocessing\spawn.py", line 115, in _main self = reduction.pickle.load(from_parent) AttributeError: Can't get attribute 'CAR' on <module '__main__' (built-in)>
0.259734
Traceback (most recent call last): "make_bu_data.py", line 46, in <module> item[field] = np.frombuffer(base64.decodebytes(item[field].encode('utf-8')), "/home/jwt/anaconda3/lib/python3.7/base64.py", line 546, in decodebytes return binascii.a2b_base64(s) binascii.Error: Incorrect padding
Traceback (most recent call last): "/home/[redacted]/venv/local/lib/python2.7/site-packages/netlib/tcp.py", line 376, in request_thread self.handle_connection(request, client_address) "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 545, in handle_connection h.handle() "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 192, in handle while self.handle_request(cc) and not cc.close: "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 208, in handle_request request = self.read_request(cc) "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 355, in read_request return self.read_request_proxy(client_conn) "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 386, in read_request_proxy return self._read_request_origin_form(client_conn, "https", host, port) "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 447, in _read_request_origin_form self.establish_ssl(client_conn, host, port) "/home/[redacted]/venv/local/lib/python2.7/site-packages/libmproxy/proxy.py", line 335, in establish_ssl self.convert_to_ssl(dummycert, self.config.certfile or self.config.cacert, handle_sni=sni) "/home/[redacted]/venv/local/lib/python2.7/site-packages/netlib/tcp.py", line 302, in convert_to_ssl ctx.set_tlsext_servername_callback(handle_sni) "/home/[redacted]/venv/local/lib/python2.7/site-packages/OpenSSL/SSL.py", line 776, in set_tlsext_servername_callback @wraps(callback) "/usr/lib/python2.7/functools.py", line 33, in update_wrapper setattr(wrapper, attr, getattr(wrapped, attr))AttributeError: HandleSNI instance has no attribute '__name__'
0.104047
Traceback (most recent call last): "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 416, in start manager.requests_count += 1 "/srv/homeassistant/homeassistant_venv/lib/python3.6/site-packages/aiohttp/web.py", line 317, in _handle """gunicorn compatibility""" TypeError: 'function' object is not iterable
"module_stderr": "Traceback (most recent call last):\n \"/var/folders/6f/dxlpfp7521s25qc6gk1pr4jr0000gp/T/ansible_DzojF6/ansible_module_ec2_ami_find.py\", line 439, in <module>\n main()\n \"/var/folders/6f/dxlpfp7521s25qc6gk1pr4jr0000gp/T/ansible_DzojF6/ansible_module_ec2_ami_find.py\", line 393, in main\n 'creationDate': image.creationDate,\nAttributeError: 'Image' object has no attribute 'creationDate'\n", "module_stdout": "",
0.159154
Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 392, in render_jinja_tmpl output = template.render(**decoded_context) "/usr/lib/python3/dist-packages/jinja2/asyncsupport.py", line 76, in render return original_render(self, *args, **kwargs) "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) "/usr/lib/python3/dist-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) "/usr/lib/python3/dist-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) "<template>", line 1, in top-level template code "/usr/lib/python3/dist-packages/salt/modules/saltutil.py", line 1615, in runner full_return=full_return) "/usr/lib/python3/dist-packages/salt/runner.py", line 156, in cmd full_return) "/usr/lib/python3/dist-packages/salt/client/mixins.py", line 238, in cmd self.functions[fun], arglist, pub_data "/usr/lib/python3/dist-packages/salt/loader.py", line 1196, in __getitem__ func = super(LazyLoader, self).__getitem__(item) "/usr/lib/python3/dist-packages/salt/utils/lazy.py", line 108, in __getitem__ raise KeyError(key) KeyError: 'mine.get'
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Python27\lib\site-packages\pandas-0.12.0-py2.7-win32.egg\pandas\core\frame.py", line 1748, in as_matrix return self._data.as_matrix(columns).T "C:\Python27\lib\site-packages\pandas-0.12.0-py2.7-win32.egg\pandas\core\internals.py", line 1517, in as_matrix mat = self._interleave(self.items) "C:\Python27\lib\site-packages\pandas-0.12.0-py2.7-win32.egg\pandas\core\internals.py", line 1548, in _interleave raise AssertionError('All items must be in block items')AssertionError: All items must be in block items
0.286096
Traceback (most recent call last): "/home/r1413/anaconda3/lib/python3.5/site-packages/requests/models.py", line 664, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): "/home/r1413/anaconda3/lib/python3.5/site-packages/requests/packages/urllib3/response.py", line 353, in stream data = self.read(amt=amt, decode_content=decode_content) "/home/r1413/anaconda3/lib/python3.5/site-packages/requests/packages/urllib3/response.py", line 320, in read flush_decoder = True "/home/r1413/anaconda3/lib/python3.5/contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) "/home/r1413/anaconda3/lib/python3.5/site-packages/requests/packages/urllib3/response.py", line 233, in _error_catcher raise ReadTimeoutError(self._pool, None, 'Read timed out.') requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='repo.continuum.io', port=443): Read timed out.
Traceback (most recent call last): "/usr/local/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "build/bdist.linux-x86_64/egg/mongo_connector/oplog_manager.py", line 237, in run docman.update(doc, entry.get('o', {})) "build/bdist.linux-x86_64/egg/mongo_connector/doc_managers/__init__.py", line 24, in wrapped return f(*args, **kwargs) "/data/mongo-connector/mongo_connector/doc_managers/elastic_doc_manager.py", line 84, in update updated = self.apply_update(document['_source'], update_spec) "/data/mongo-connector/mongo_connector/doc_managers/elastic_doc_manager.py", line 74, in apply_update return super(DocManager, self).apply_update(doc, update_spec) "build/bdist.linux-x86_64/egg/mongo_connector/doc_managers/__init__.py", line 85, in apply_update wl = len(where)TypeError: object of type 'NoneType' has no len()
0.248494
Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/utils/templates.py", line 418, in render_jinja_tmpl output = template.render(**decoded_context) "/usr/lib/python3/dist-packages/jinja2/asyncsupport.py", line 76, in render return original_render(self, *args, **kwargs) "/usr/lib/python3/dist-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) "/usr/lib/python3/dist-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) "/usr/lib/python3/dist-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) "<template>", line 9, in top-level template code "/var/cache/salt/minion/extmods/modules/intf.py", line 8, in primary_addr4 return __salt__['network.interface_ip'](primary_intf4()) "/var/cache/salt/minion/extmods/modules/intf.py", line 2, in primary_intf4 return __salt__['network.default_route']('inet')[0]['interface'] "/usr/lib/python3/dist-packages/salt/modules/network.py", line 1648, in default_route _routes = routes() "/usr/lib/python3/dist-packages/salt/modules/network.py", line 1605, in routes routes_ = _ip_route_linux() "/usr/lib/python3/dist-packages/salt/modules/network.py", line 514, in _ip_route_linux address_mask = convert_cidr(comps[0]) "/usr/lib/python3/dist-packages/salt/modules/network.py", line 1138, in convert_cidr network_info = salt.ext.ipaddress.ip_network(cidr) AttributeError: module 'salt.ext' has no attribute 'ipaddress'
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9qq9vblw\build\youtube_dl\YoutubeDL.py", line 1699, in process_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9qq9vblw\build\youtube_dl\YoutubeDL.py", line 1641, in dl "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9qq9vblw\build\youtube_dl\downloader\common.py", line 353, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9qq9vblw\build\youtube_dl\downloader\http.py", line 61, in real_download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp9qq9vblw\build\youtube_dl\YoutubeDL.py", line 2001, in urlopen "C:\Python\Python34\lib\urllib\request.py", line 470, in open "C:\Python\Python34\lib\urllib\request.py", line 580, in http_response "C:\Python\Python34\lib\urllib\request.py", line 508, in error "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain "C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default urllib.error.HTTPError: HTTP Error 404: Not Found
0.239097
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 544, in urlopen body=body, headers=headers) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 341, in _make_request self._validate_conn(conn) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 761, in _validate_conn conn.connect() "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 204, in connect conn = self._new_conn() "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 134, in _new_conn (self.host, self.port), self.timeout, **extra_kw) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 88, in create_connection raise err "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 78, in create_connection sock.connect(sa)OSError: [Errno 64] Host is down
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\YoutubeDL.py", line 1902, in process_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\YoutubeDL.py", line 1847, in dl "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\downloader\common.py", line 364, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\downloader\http.py", line 341, in real_download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\downloader\http.py", line 109, in establish_connection "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\YoutubeDL.py", line 2211, in urlopen "C:\Python\Python34\lib\urllib\request.py", line 464, in open "C:\Python\Python34\lib\urllib\request.py", line 482, in _open "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpxh4iffn2\build\youtube_dl\utils.py", line 1139, in https_open "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open urllib.error.URLError: <urlopen error [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond>
0.282848
Traceback (most recent call last): "/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 209, in timerUpdate data=self.get Data() "/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 118, in get Data cdsLib=self.getCdsLib() "/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 215, in getCdsLib return k.widget.cdsLibAttributeError: 'oaideWidget' object has no attribute 'cdsLib'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.8/site-packages/influxdb/client.py", line 525, in write_points return self._write_points(points=points, "/usr/local/lib/python3.8/site-packages/influxdb/client.py", line 594, in _write_points self.write( "/usr/local/lib/python3.8/site-packages/influxdb/client.py", line 331, in write data = make_lines(data, precision).encode('utf-8') "/usr/local/lib/python3.8/site-packages/influxdb/line_protocol.py", line 156, in make_lines for field_key, field_value in sorted(iteritems(point['fields'])): TypeError: '<' not supported between instances of 'str' and 'int'
0.243316
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
Traceback (most recent call last): "./manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", line 443, in execute_from_command_line utility.execute() "/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", line 382, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", line 196, in run_from_argv self.execute(*args, **options.__dict__) "/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", line 232, in execute output = self.handle(*args, **options) "/usr/local/lib/python2.6/dist-packages/haystack/management/commands/rebuild_index.py", line 16, in handle call_command('update_index', **options) "/usr/local/lib/python2.6/dist-packages/django/core/management/__init__.py", line 150, in call_command return klass.execute(*args, **defaults) "/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", line 232, in execute output = self.handle(*args, **options) "/usr/local/lib/python2.6/dist-packages/haystack/management/commands/update_index.py", line 195, in handle return super(Command, self).handle(*items, **options) "/usr/local/lib/python2.6/dist-packages/django/core/management/base.py", line 341, in handle label_output = self.handle_label(label, **options) "/usr/local/lib/python2.6/dist-packages/haystack/management/commands/update_index.py", line 221, in handle_label self.update_backend(label, using) "/usr/local/lib/python2.6/dist-packages/haystack/management/commands/update_index.py", line 273, in update_backend pool.map(worker, ghetto_queue) "/usr/lib/python2.6/multiprocessing/pool.py", line 148, in map return self.map_async(func, iterable, chunksize).get() "/usr/lib/python2.6/multiprocessing/pool.py", line 422, in get raise self._valuehaystack.exceptions.SearchFieldError: The model '<Claim: Claim object>' does not have a model_attr 'client'.
0.306613
Traceback (most recent call last): "eventHandler.pyc", line 152, in executeEvent "eventHandler.pyc", line 92, in __init__ "eventHandler.pyc", line 100, in next "NVDAObjects\__init__.pyc", line 951, in event_gainFocus "NVDAObjects\__init__.pyc", line 839, in reportFocus "speech.pyc", line 394, in speakObject "documentBase.pyc", line 24, in makeTextInfo "textInfos\offsets.pyc", line 303, in __init__ "appModules\powerpnt.pyc", line 894, in _getStoryLength "comtypesMonkeyPatches.pyc", line 35, in new__getattr__ "comtypes\client\lazybind.pyc", line 168, in __getattr__ "comtypes\automation.pyc", line 729, in _invoke COMError: (-2147352567, 'Exception occurred.', (u'The specified value is out of range.', None, None, 0, None))
Traceback (most recent call last): "/usr/lib/python3.5/unittest/mock.py", line 1157, in patched return func(*args, **keywargs) "/home/ubuntu/binaryalert/tests/manage_test.py", line 144, in test_configure_with_defaults mock_encrypt.assert_called_once() "/usr/lib/python3.5/unittest/mock.py", line 583, in __getattr__ raise AttributeError(name) AttributeError: assert_called_once
0.264387
Traceback (most recent call last): "lint.backend in /home/user/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 97, in execute_lint_task "lint.linter in /home/user/.config/sublime-text-3/Installed Packages/SublimeLinter.sublime-package", line 813, in lint "linter in /home/user/.config/sublime-text-3/Installed Packages/SublimeLinter-eslint.sublime-package", line 67, in find_errors KeyError: 'ruleId'
Traceback (most recent call last): "logpcg_test.py", line 8, in <module> lobpcg( A, X, verbosityLevel = 10 ) "/usr/lib64/python2.6/site-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py", line 391, in lobpcg aux = b_orthonormalize( B, activeBlockVectorR ) "/usr/lib64/python2.6/site-packages/scipy/sparse/linalg/eigen/lobpcg/lobpcg.py", line 130, in b_orthonormalize gramVBV = sla.cholesky( gramVBV ) "/usr/lib64/python2.6/site-packages/scipy/linalg/decomp_cholesky.py", line 66, in cholesky c, lower = _cholesky(a, lower=lower, overwrite_a=overwrite_a, clean=True) "/usr/lib64/python2.6/site-packages/scipy/linalg/decomp_cholesky.py", line 16, in _cholesky a1 = asarray_chkfinite(a) "/usr/lib64/python2.6/site-packages/numpy/lib/function_base.py", line 547, in asarray_chkfinite "array must not contain infs or NaNs")ValueError: array must not contain infs or NaNs
0.247076
Traceback (most recent call last): "<stdin>", line 1, in <module> "/opt/conda/lib/python3.5/site-packages/chainer/links/connection/n_step_lstm.py", line 123, in __call__ self.n_layers, self.dropout, hx, cx, ws, bs, trans_x) "/opt/conda/lib/python3.5/site-packages/chainer/functions/connection/n_step_lstm.py", line 132, in n_step_lstm use_bi_direction=False, **kwargs) "/opt/conda/lib/python3.5/site-packages/chainer/functions/connection/n_step_lstm.py", line 332, in n_step_lstm_base ret = rnn(*inputs) "/opt/conda/lib/python3.5/site-packages/chainer/function.py", line 201, in __call__ outputs = self.forward(in_data) "/opt/conda/lib/python3.5/site-packages/chainer/functions/connection/n_step_rnn.py", line 341, in forward x_desc, w_desc, w, lin_layer_id) "/opt/conda/lib/python3.5/site-packages/cupy/cudnn.py", line 312, in get_rnn_lin_layer_matrix_params lin_layer_id, mat_desc.value, ptr.ctypes.data) "cupy/cuda/cudnn.pyx", line 1222, in cupy.cuda.cudnn.getRNNLinLayerMatrixParams (cupy/cuda/cudnn.cpp:16036) "cupy/cuda/cudnn.pyx", line 1229, in cupy.cuda.cudnn.getRNNLinLayerMatrixParams (cupy/cuda/cudnn.cpp:15884) "cupy/cuda/cudnn.pyx", line 417, in cupy.cuda.cudnn.check_status (cupy/cuda/cudnn.cpp:2053) cupy.cuda.cudnn.CuDNNError: CUDNN_STATUS_NOT_SUPPORTED: b'CUDNN_STATUS_NOT_SUPPORTED'
Traceback (most recent call last): "setup.py", line 218, in <module> dist = setuptools.setup(**setup_params) "/usr/local/Python-2.7.7/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/usr/local/Python-2.7.7/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/local/Python-2.7.7/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/tmp/python_modules/setuptools-5.1/setuptools/command/install.py", line 65, in run self.do_egg_install() "/tmp/python_modules/setuptools-5.1/setuptools/command/install.py", line 107, in do_egg_install self.run_command('bdist_egg') "/usr/local/Python-2.7.7/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) "/usr/local/Python-2.7.7/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/tmp/python_modules/setuptools-5.1/setuptools/command/bdist_egg.py", line 148, in run self.run_command("egg_info") "/usr/local/Python-2.7.7/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) "/usr/local/Python-2.7.7/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/tmp/python_modules/setuptools-5.1/setuptools/command/egg_info.py", line 164, in run self.find_sources() "/tmp/python_modules/setuptools-5.1/setuptools/command/egg_info.py", line 187, in find_sources mm.run() "/tmp/python_modules/setuptools-5.1/setuptools/command/egg_info.py", line 271, in run self.add_defaults() "/tmp/python_modules/setuptools-5.1/setuptools/command/egg_info.py", line 303, in add_defaults rcfiles = list(walk_revctrl()) "/tmp/python_modules/setuptools-5.1/setuptools/command/sdist.py", line 19, in walk_revctrl for item in ep.load()(dirname): "/tmp/python_modules/setuptools-5.1/setuptools/command/sdist.py", line 66, in _default_revctrl for item in finder(dirname): "/tmp/python_modules/setuptools-5.1/setuptools/svn_utils.py", line 468, in svn_finder info = SvnInfo.load(dirname) "/tmp/python_modules/setuptools-5.1/setuptools/svn_utils.py", line 264, in load with TemporaryDirectory() as tempdir: "/tmp/python_modules/setuptools-5.1/setuptools/py31compat.py", line 30, in __init__ self.name = tempfile.mkdtemp() "/usr/local/Python-2.7.7/lib/python2.7/tempfile.py", line 325, in mkdtemp dir = gettempdir() "/usr/local/Python-2.7.7/lib/python2.7/tempfile.py", line 269, in gettempdir tempdir = _get_default_tempdir() "/usr/local/Python-2.7.7/lib/python2.7/tempfile.py", line 197, in _get_default_tempdir fd = _os.open(filename, flags, 0o600)OverflowError: signed integer is greater than maximum
0.184101
Traceback (most recent call last): "/home/x/.local/lib/python3.8/site-packages/tqdm/std.py", line 1134, in __del__ "/home/x/.local/lib/python3.8/site-packages/tqdm/std.py", line 1281, in close "/home/x/.local/lib/python3.8/site-packages/tqdm/std.py", line 1467, in display "/home/x/.local/lib/python3.8/site-packages/tqdm/std.py", line 1137, in __repr__ "/home/x/.local/lib/python3.8/site-packages/spotdl/download/progressHandlers.py", line 23, in format_dict "/home/x/.local/lib/python3.8/site-packages/tqdm/std.py", line 1424, in format_dict TypeError: cannot unpack non-iterable NoneType object
Traceback (most recent call last): "pokecli.py", line 408, in <module> "pokecli.py", line 68, in main "C:\xampp\htdocs\pgobot\pokemongo_bot__init__.py", line 92, in tick "C:\xampp\htdocs\pgobot\pokemongo_bot\cell_workers\move_to_fort_worker.py", line 53, in work "C:\xampp\htdocs\pgobot\pokemongo_bot\step_walker.py", line 61, in step "C:\xampp\htdocs\pgobot\pokemongo_bot__init__.py", line 499, in heartbeat "C:\xampp\htdocs\pgobot\pokemongo_bot__init__.py", line 158, in update_web_locationIOError: [Errno 24] Too many open files: u'data/cells-[username].json'
0.289568
`Traceback (most recent call last):` ` "<stdin>", line 1, in <module>` ` "/home/samir/Numba_venv/env/lib/python2.7/site-packages/numba/__init__.py", line 9, in <module>` `from . import config, errors, runtests, types` `ImportError: cannot import name config`
Traceback (most recent call last): "C:\Anaconda2\lib\site-packages\spyderlib\plugins\ipythonconsole.py", line 656, in toggle_view self.create_new_client(give_focus=False) "C:\Anaconda2\lib\site-packages\spyderlib\plugins\ipythonconsole.py", line 832, in create_new_client self.main.extconsole.start_ipykernel(client, give_focus=give_focus) "C:\Anaconda2\lib\site-packages\spyderlib\plugins\externalconsole.py", line 1273, in start_ipykernel ipyclient=client, give_ipyclient_focus=give_focus) "C:\Anaconda2\lib\site-packages\spyderlib\plugins\externalconsole.py", line 832, in start show_elapsed_time=show_elapsed_time) "C:\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\pythonshell.py", line 207, in __init__ show_elapsed_time=show_elapsed_time) "C:\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\baseshell.py", line 73, in __init__ self.shell = self.SHELL_CLASS(parent, get_conf_path(history_filename)) "C:\Anaconda2\lib\site-packages\spyderlib\widgets\externalshell\pythonshell.py", line 39, in __init__ PythonShellWidget.__init__(self, parent, history_filename, profile) "C:\Anaconda2\lib\site-packages\spyderlib\widgets\shell.py", line 673, in __init__ ShellBaseWidget.__init__(self, parent, history_filename, profile) "C:\Anaconda2\lib\site-packages\spyderlib\widgets\shell.py", line 63, in __init__ self.history = self.load_history() "C:\Anaconda2\lib\site-packages\spyderlib\widgets\shell.py", line 508, in load_history encoding.writelines(rawhistory, self.history_filename) "C:\Anaconda2\lib\site-packages\spyderlib\utils\encoding.py", line 206, in writelines return write(os.linesep.join(lines), filename, encoding, mode) "C:\Anaconda2\lib\site-packages\spyderlib\utils\encoding.py", line 196, in write text, encoding = encode(text, encoding) "C:\Anaconda2\lib\site-packages\spyderlib\utils\encoding.py", line 157, in encode raise RuntimeError("Incorrect encoding (%s)" % coding)RuntimeError: Incorrect encoding (None)
0.311212
Traceback (most recent call last): "/srv/homeassistant/bin/appdaemon", line 11, in <module> sys.exit(main()) "/srv/homeassistant/lib/python3.4/site-packages/appdaemon/admain.py", line 519, in main run() "/srv/homeassistant/lib/python3.4/site-packages/appdaemon/admain.py", line 50, in run ad.run_ad(loop, tasks) "/srv/homeassistant/lib/python3.4/site-packages/appdaemon/appdaemon.py", line 1363, in run_ad read_apps(True) "/srv/homeassistant/lib/python3.4/site-packages/appdaemon/appdaemon.py", line 1016, in read_apps modified = os.path.getmtime(file) "/usr/lib/python3.4/genericpath.py", line 55, in getmtime return os.stat(filename).st_mtime NotFoundError: [Errno 2] No such file or directory: '/home/homeassistant/.homeassistant/appdaemon/apps/foobar.py'
Traceback (most recent call last): "test.py", line 7, in <module> expected = s.resample('30T', how='nunique') "/Users/jcrist/Code/pandas/pandas/core/generic.py", line 3368, in resample return sampler.resample(self).__finalize__(self) "/Users/jcrist/Code/pandas/pandas/tseries/resample.py", line 82, in resample rs = self._resample_timestamps() "/Users/jcrist/Code/pandas/pandas/tseries/resample.py", line 287, in _resample_timestamps result = grouped.aggregate(self._agg_method) "/Users/jcrist/Code/pandas/pandas/core/groupby.py", line 2339, in aggregate return getattr(self, func_or_funcs)(*args, **kwargs) "/Users/jcrist/Code/pandas/pandas/core/groupby.py", line 2564, in nunique sorter = np.lexsort((val, ids))ValueError: all keys need to be the same shape
0.235989
Traceback (most recent call last): "D:\Program s (x86)\Python33\lib\runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) "D:\Program s (x86)\Python33\lib\runpy.py", line 73, in _run_code exec(code, run_globals) "youtube-dl\__main__.py", line 18, in <module> "youtube-dl\youtube_dl\__init__.py", line 634, in main "youtube-dl\youtube_dl\__init__.py", line 618, in _real_main "youtube-dl\youtube_dl\YoutubeDL.py", line 575, in download "youtube-dl\youtube_dl\YoutubeDL.py", line 327, in extract_info "youtube-dl\youtube_dl\YoutubeDL.py", line 410, in process_ie_result "youtube-dl\youtube_dl\YoutubeDL.py", line 410, in <listcomp> "youtube-dl\youtube_dl\YoutubeDL.py", line 357, in process_ie_result "youtube-dl\youtube_dl\YoutubeDL.py", line 550, in process_info "youtube-dl\youtube_dl\ Downloader.py", line 470, in _do_download "youtube-dl\youtube_dl\ Downloader.py", line 198, in report_destination "youtube-dl\youtube_dl\ Downloader.py", line 117, in to_screen "youtube-dl\youtube_dl\YoutubeDL.py", line 136, in to_screen "D:\Program s (x86)\Python33\lib\encodings\cp866.py", line 19, in encode return codecs.charmap_encode(input,self.errors,encoding_map)[0]UnicodeEncodeError: 'charmap' codec can't encode character '\xf3' in position 33: character maps to <undefined>
Traceback (most recent call last): "/builddir/build/BUILD/python-biopython-1.73/python3/Tests/common_BioSQL.py", line 893, in test_NC_005816 self.trans("GenBank/NC_005816.gb", "gb") "/builddir/build/BUILD/python-biopython-1.73/python3/Tests/common_BioSQL.py", line 934, in trans count = db.load(original_records) "/builddir/build/BUILD/python-biopython-1.73/python3/build/lib.linux-x86_64-3.8/BioSQL/BioSeqDatabase.py", line 920, in load db_loader.load_seqrecord(cur_record) "/builddir/build/BUILD/python-biopython-1.73/python3/build/lib.linux-x86_64-3.8/BioSQL/Loader.py", line 73, in load_seqrecord self._load_reference(reference, rank, bioentry_id) "/builddir/build/BUILD/python-biopython-1.73/python3/build/lib.linux-x86_64-3.8/BioSQL/Loader.py", line 836, in _load_reference start = 1 + int(str(reference.location[0].start)) ValueError: invalid literal for int() with base 10: 'ExactPosition(0)'
0.27967
Traceback (most recent call last): "./flow", line 42, in <module> tfnet = TFNet(FLAGS) "darkflow/net/build.py", line 34, in __init__ darknet = Darknet(FLAGS) "darkflow/dark/darknet.py", line 27, in __init__ self.load_weights() "darkflow/dark/darknet.py", line 82, in load_weights wgts_loader = loader.create_loader(*args) "darkflow/utils/loader.py", line 104, in create_loader return load_type(path, cfg) "darkflow/utils/loader.py", line 18, in __init__ self.load(*args) "darkflow/utils/loader.py", line 76, in load walker.offset, walker.size) AssertionError: expect 63164056 bytes, found 63471556
Traceback (most recent call last): "/opt/anaconda3/lib/python3.6/logging/__init__.py", line 992, in emit msg = self.format(record) "/opt/anaconda3/lib/python3.6/logging/__init__.py", line 838, in format return fmt.format(record) "/opt/anaconda3/lib/python3.6/site-packages/tornado/log.py", line 193, in format formatted = self._fmt % record.__dict__ KeyError: 'highlevel'
0.323674
Traceback (most recent call last): "youtube-dl\youtube_dl\YoutubeDL.py", line 761, in extract_info ie_result = ie.extract(url) "youtube-dl\youtube_dl\extractor\common.py", line 428, in extract ie_result = self._real_extract(url) "youtube-dl\youtube_dl\extractor\condenast.py", line 178, in _real_extract return self._extract_video(webpage, url_type) "youtube-dl\youtube_dl\extractor\condenast.py", line 122, in _extract_video r'loadCallback\(({.+})\)', info_page, 'video info'), video_id)['video'] "youtube-dl\youtube_dl\extractor\common.py", line 767, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract video info; 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): "/home/travis/build/speedy-net/speedy-net/speedy/core/friends/tests/test_models.py", line 81, in test_if_user1_blocked_user2_friendship_is_removed Block.objects.block(blocker=self.user_1, blocked=self.user_2) "/home/travis/build/speedy-net/speedy-net/speedy/core/blocks/managers.py", line 83, in block block, created = self.get_or_create(blocker=blocker, blocked=blocked) "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method return getattr(self.get_queryset(), name)(*args, **kwargs) "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/db/models/query.py", line 588, in get_or_create return self.create(**params), True "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/db/models/query.py", line 453, in create obj.save(force_insert=True, using=self.db) "/home/travis/build/speedy-net/speedy-net/speedy/core/blocks/models.py", line 32, in save return super().save(*args, **kwargs) "/home/travis/build/speedy-net/speedy-net/speedy/core/base/models.py", line 28, in save return super().save(*args, **kwargs) "/home/travis/build/speedy-net/speedy-net/speedy/core/base/models.py", line 13, in save return super().save(*args, **kwargs) "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/db/models/base.py", line 727, in save force_update=force_update, update_fields=update_fields) "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/db/models/base.py", line 776, in save_base update_fields=update_fields, raw=raw, using=using, "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/dispatch/dispatcher.py", line 182, in send for receiver in self._live_receivers(sender) "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/dispatch/dispatcher.py", line 182, in <listcomp> for receiver in self._live_receivers(sender) "/home/travis/build/speedy-net/speedy-net/speedy/core/blocks/models.py", line 50, in remove_friends_on_block Friend.objects.remove_friend(from_user=instance.blocker, to_user=instance.blocked) "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/friendship/models.py", line 368, in remove_friend qs.delete() "/home/travis/virtualenv/python3.6.10/lib/python3.6/site-packages/django/db/models/query.py", line 728, in delete raise TypeError('Cannot call delete() after .distinct().') TypeError: Cannot call delete() after .distinct().
0.211775
Traceback (most recent call last): "C:\Users\UserName\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\adapters.py", line 439, in send "C:\Users\UserName\AppData\Local\Programs\Python\Python38\lib\ssl.py", line 1309, in do_handshake self._sslobj.do_handshake() urllib3.exceptions.ProtocolError: ('Connection aborted.', OSError(0, 'Error'))
Traceback (most recent call last): "/root/bert_venv/bin/bert-serving-start", line 10, in <module> sys.exit(main()) "/root/bert_venv/lib/python3.6/site-packages/bert_serving/server/cli/__init__.py", line 4, in main with BertServer(get_run_args()) as server: "/root/bert_venv/lib/python3.6/site-packages/bert_serving/server/__init__.py", line 71, in __init__ self.graph_path, self.bert_config = pool.apply(optimize_graph, (self.args,)) TypeError: 'NoneType' object is not iterable
0.291808
Traceback (most recent call last): "lbry\extras\daemon\Component.py", line 55, in _setup "lbry\extras\daemon\Components.py", line 457, in start "lbry\extras\daemon\Components.py", line 409, in _maintain_redirects "site-packages\aioupnp\upnp.py", line 236, in get_next_mapping "site-packages\aioupnp\upnp.py", line 176, in get_redirects "site-packages\aioupnp\upnp.py", line 154, in get_port_mapping_by_index "site-packages\aioupnp\commands.py", line 222, in GetGenericPortMappingEntry "site-packages\aioupnp\commands.py", line 164, in wrapper "site-packages\aioupnp\protocols\scpd.py", line 149, in scpd_post "asyncio\base_events.py", line 954, in create_connection "asyncio\base_events.py", line 941, in create_connection "asyncio\selector_events.py", line 464, in sock_connect "asyncio\selector_events.py", line 494, in _sock_connect_cb ConnectionRefusedError: [Errno 10061] Connect call failed ('192.168.1.254', 45553)
Traceback (most recent call last): "/home/astro/Projects/EdgeQAM_64Ch/venv/lib/python3.5/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached return iter(_cache[func, node]) KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x7f2631245ae8>, <Call l.9 at 0x7f2630b093c8>)
0.243563
Mar 23 14:38:29.320 - [ERROR] Except stack:Traceback (most recent call last): "/home/future_suse/xx-net/gae_proxy/local/proxy_handler.py", line 219, in do_CONNECT_AGENT self.raw_requestline = self.rfile.readline(65537) "/usr/lib64/python2.7/socket.py", line 476, in readline data = self._sock.recv(self._rbufsize) "/usr/lib64/python2.7/ssl.py", line 722, in recv return self.read(buflen) "/usr/lib64/python2.7/ssl.py", line 616, in read v = self._sslobj.read(len or 1024) SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1750)
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 658, in _decrypt_signature video_id, player_url, s "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 550, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vfl5u6mls/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.247752
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module> include(settings_file, optional(settings_files), scope=locals()) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include exec(compiled_code, scope) # noqa: S102, WPS421 "/etc/tower/settings.py", line 19, in <module> SECRET_KEY = get_secret() "/etc/tower/settings.py", line 8, in get_secret return open('/etc/tower/SECRET_KEY', 'rb').read().strip() IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 130, in handle_call_service connection.context(msg), "/usr/src/homeassistant/homeassistant/core.py", line 1234, in async_call await asyncio.shield(self._execute_service(handler, service_call)) "/usr/src/homeassistant/homeassistant/core.py", line 1259, in _execute_service await handler.func(service_call) "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service self._platforms.values(), func, call, service_name, required_features "/usr/src/homeassistant/homeassistant/helpers/service.py", line 349, in entity_service_call future.result() # pop exception if have "/usr/src/homeassistant/homeassistant/helpers/service.py", line 373, in _handle_service_platform_call await func(entity, data) "/usr/src/homeassistant/homeassistant/components/camera/__init__.py", line 712, in async_handle_record_service DOMAIN_STREAM, SERVICE_RECORD, data, blocking=True, context=call.context "/usr/src/homeassistant/homeassistant/core.py", line 1234, in async_call await asyncio.shield(self._execute_service(handler, service_call)) "/usr/src/homeassistant/homeassistant/core.py", line 1259, in _execute_service await handler.func(service_call) "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 130, in async_record await async_handle_record_service(hass, call) "/usr/src/homeassistant/homeassistant/components/stream/__init__.py", line 232, in async_handle_record_service raise HomeAssistantError(f"Stream already recording to {recorder.video_path}!") homeassistant.exceptions.HomeAssistantError: Stream already recording to /config/www/xxxxx.mp4!
0.279246
Traceback (most recent call last): "/home/gw/tmp/svnmailer/build/pyi.linux2/gw_svnmailer/out00-PYZ.pyz/hashlib", line 139, in <module> "/home/gw/tmp/svnmailer/build/pyi.linux2/gw_svnmailer/out00-PYZ.pyz/hashlib", line 91, in __get_builtin_constructorValueError: unsupported hash type sha224
Traceback (most recent call last): "/home/stas/anaconda3/envs/main-38/lib/python3.8/runpy.py", line 194, in _run_module_as_main return _run_code(code, main_globals, None, "/home/stas/anaconda3/envs/main-38/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) "/home/stas/anaconda3/envs/main-38/lib/python3.8/site-packages/torch/distributed/launch.py", line 340, in <module> main() "/home/stas/anaconda3/envs/main-38/lib/python3.8/site-packages/torch/distributed/launch.py", line 326, in main sigkill_handler(signal.SIGTERM, None) # not coming back "/home/stas/anaconda3/envs/main-38/lib/python3.8/site-packages/torch/distributed/launch.py", line 301, in sigkill_handler raise subprocess.CalledProcessError(returncode=last_return_code, cmd=cmd) subprocess.CalledProcessError: Command '['/home/stas/anaconda3/envs/main-38/bin/python', '-u', 'examples/research_projects/deebert/run_glue_deebert.py', '--local_rank=1', '--model_type', 'roberta', '--model_name_or_path', 'roberta-base', '--task_name', 'MRPC', '--do_train', '--do_eval', '--do_lower_case', '--data_dir', './tests/fixtures/tests_samples/MRPC/', '--max_seq_length', '128', '--per_gpu_eval_batch_size=1', '--per_gpu_train_batch_size=8', '--learning_rate', '2e-4', '--num_train_epochs', '3', '--overwrite_output_dir', '--seed', '42', '--output_dir', './examples/deebert/saved_models/roberta-base/MRPC/two_stage', '--plot_data_dir', './examples/deebert/results/', '--save_steps', '0', '--overwrite_cache', '--eval_after_first_stage']' returned non-zero exit status 1.
0.292142
Traceback (most recent call last): "C:\Users\Dipanshu\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel self.start_kernel(**self._launch_args) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel self._connect_control_socket() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket self._control_socket = self.connect_control() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control return self._create_connected_socket('control', identity=identity) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket sock = self.context.socket(socket_type) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__ return self.get(obj, cls) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default return zmq.Context.instance() "C:\Users\Dipanshu\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): "run.py", line 367, in main from musicbot import MusicBot "/home/neoll/MusicBot/musicbot/__init__.py", line 7, in <module> from .utils import _get_variable "/home/neoll/MusicBot/musicbot/utils.py", line 3, in <module> import aiohttp ImportError: No module named 'aiohttp'
0.318626
Traceback (most recent call last): "c:\python26\lib\site-packages\wx-2.8-msw-unicode\wx_core.py", line 14660, in &lt;lambda&gt; lambda event: event.callable(_event.args, *_event.kw) ) "C:\Python26\lib\site-packages\robotide\contrib\testrunner\testrunnerplugin.py", line 799, in _post_result self._tree.running_test(longname) "C:\Python26\lib\site-packages\robotide\contrib\testrunner\TestSuiteTreeCtrl.py", line 245, in running_test self.SetState(testId, self.RUNNING_IMAGE_KEY) "C:\Python26\lib\site-packages\robotide\contrib\testrunner\TestSuiteTreeCtrl.py", line 241, in SetState node = self._nodes[self._convert_test_longname_key(testId)]KeyError: u'ti-nspire.application framework.application framework.Test Application Name Recognition'
Traceback (most recent call last): ".../anaconda3/lib/python3.7/threading.py", line 926, in _bootstrap_inner self.run() ".../anaconda3/lib/python3.7/threading.py", line 870, in run self._target(*self._args, **self._kwargs) ".../anaconda3/lib/python3.7/multiprocessing/queues.py", line 263, in _feed queue_sem.release() ValueError: semaphore or lock released too many times
0.315484
Traceback (most recent call last): "manage.py", line 11, in <module> execute_from_command_line(sys.argv) "/code/.tox/ui-tests/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line utility.execute() "/code/.tox/ui-tests/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute django.setup() "/code/.tox/ui-tests/local/lib/python2.7/site-packages/django/__init__.py", line 27, in setup apps.populate(settings.INSTALLED_APPS) "/code/.tox/ui-tests/local/lib/python2.7/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models() "/code/.tox/ui-tests/local/lib/python2.7/site-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/code/src/olympia/abuse/models.py", line 6, in <module> from olympia.addons.models import Addon "/code/src/olympia/addons/models.py", line 46, in <module> from olympia.files.models import "/code/src/olympia/files/models.py", line 38, in <module> from olympia.files.utils import SafeZip, write_crx_as_xpi "/code/src/olympia/files/utils.py", line 30, in <module> import flufl.lock ImportError: No module named flufl.lock
2020-05-16 14:08:59 INFO WEBSERVER-HOME :: Config backup successful, updating... AA IOError: CRC check failed 0xd34fc540L != 0xa6146223L AA hex(self.crc))) AA "/usr/lib/python2.7/gzip.py", line 354, in _read_eof AA self._read_eof() AA "/usr/lib/python2.7/gzip.py", line 315, in _read AA self._read(readsize) AA "/usr/lib/python2.7/gzip.py", line 268, in read AA return self.fileobj.read(size) AA "/usr/lib/python2.7/tarfile.py", line 751, in readnormal AA return self.readnormal(size) AA "/usr/lib/python2.7/tarfile.py", line 742, in read AA buf += self.fileobj.read(size - len(buf)) AA "/usr/lib/python2.7/tarfile.py", line 824, in read AA buf = fsrc.read(length) AA "/usr/lib/python2.7/shutil.py", line 49, in copyfileobj AA return copyfileobj_orig(fsrc, fdst, length) AA "/apps/sickchill/sickbeard/helpers.py", line 111, in _copyfileobj AA shutil.copyfileobj(src, dst) AA "/usr/lib/python2.7/tarfile.py", line 265, in copyfileobj AA copyfileobj(source, target) AA "/usr/lib/python2.7/tarfile.py", line 2224, in makefile AA self.makefile(tarinfo, targetpath) AA "/usr/lib/python2.7/tarfile.py", line 2183, in _extract_member AA self._extract_member(tarinfo, os.path.join(path, tarinfo.name)) AA "/usr/lib/python2.7/tarfile.py", line 2107, in extract AA self.extract(tarinfo, path) AA "/usr/lib/python2.7/tarfile.py", line 2070, in extractall AA tar.extractall(sr_update_dir) AA "/apps/sickchill/sickbeard/versionChecker.py", line 840, in update AA Traceback (most recent call last): 2020-05-16 14:08:13 ERROR WEBSERVER-HOME :: [1f1254c] Error while trying to update: CRC check failed 0xd34fc540L != 0xa6146223L
0.277076
Traceback (most recent call last): "/usr/local/bin/googler", line 309, in <module> winsz = fcntl.ioctl(sys.stdout, termios.TIOCGWINSZ, "1234")IOError: [Errno 25] Inappropriate ioctl for device
Traceback (most recent call last): "<input>", line 1, in <module> "/***/MathInspector/venv/lib/python3.8/site-packages/mathinspector/util/vdict.py", line 37, in __getitem__ return self.store[key] KeyError: '__builtins__'
0.270296
Aug 06 21:25:51.406 - [ERROR] Except stack:Traceback (most recent call last): "D:\XXNet\code\default\launcher\module_init.py", line 74, in stop _start = proc_handler[module]["imp"].start KeyError: 'imp'
Traceback (most recent call last): "/home/cloud/ansible/lib/ansible/executor/process/worker.py", line 118, in run executor_result = TaskExecutor(host, task, job_vars, new_play_context, self._new_stdin, self._loader, shared_loader_obj).run() "/home/cloud/ansible/lib/ansible/executor/task_executor.py", line 110, in run res = self._execute() "/home/cloud/ansible/lib/ansible/executor/task_executor.py", line 277, in _execute result = self._handler.run(task_vars=variables) "/home/cloud/ansible/lib/ansible/plugins/action/script.py", line 87, in run result = self._low_level_execute_command(cmd=script_cmd, tmp=None, sudoable=sudoable) "/home/cloud/ansible/lib/ansible/plugins/action/__init__.py", line 439, in _low_level_execute_command rc, stdin, stdout, stderr = self._connection.exec_command(cmd, tmp, in_data=in_data, sudoable=sudoable) "/home/cloud/ansible/lib/ansible/plugins/connections/winrm.py", line 167, in exec_command script = self._shell._build_file_cmd(cmd_parts, quote_args=False)TypeError: _build_file_cmd() got an unexpected keyword argument 'quote_args'
0.247006
Traceback (most recent call last): "youtube_dl\YoutubeDL.pyo", line 660, in extract_info "youtube_dl\extractor\common.pyo", line 287, in extract "youtube_dl\extractor\xhamster.pyo", line 66, in _real_extract "youtube_dl\extractor\common.pyo", line 590, in _html_search_regex "youtube_dl\extractor\common.pyo", line 581, in _search_regexRegexNotFoundError: Unable to extract title; 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/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 727, 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 403, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 734, in reraise raise value.with_traceback(tb) "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 677, in urlopen chunked=chunked, "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 426, in _make_request six.raise_from(e, None) "<string>", line 3, in raise_from "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1344, in getresponse response.begin() "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 306, in begin version, status, reason = self._read_status() "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 267, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socket.py", line 589, in readinto return self._sock.recv_into(b) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1071, in recv_into return self.read(nbytes, buffer) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 929, in read return self._sslobj.read(len, buffer) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(54, 'Connection reset by peer'))
0.22331
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1745, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1702, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/states/dockerng.py", line 576, in image_present all_tags = __salt__['dockerng.list_tags']() "/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 2409, in list_tags for item in six.itervalues(images()): "/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 2214, in images response = _client_wrapper('images', all=kwargs.get('all', False)) "/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 695, in wrapper _get_client(timeout=client_timeout) "/usr/lib/python2.7/dist-packages/salt/modules/dockerng.py", line 824, in _get_client __context__['docker.client'] = docker.Client(**client_kwargs) AttributeError: 'module' object has no attribute 'Client' Started: 11:10:35.267376
Traceback (most recent call last): "C:\Users\schie\PycharmProjects\smart_open_venv\lib\site-packages\moto\core\models.py", line 71, in wrapper result = func(*args, **kwargs) "C:\Users\schie\PycharmProjects\smart_open\smart_open\tests\test_smart_open.py", line 887, in test_s3_iter_bucket_moto for k, c in smart_open.s3_iter_bucket(mybucket): "C:\Users\schie\PycharmProjects\smart_open\smart_open\smart_open_lib.py", line 1014, in s3_iter_bucket for key_no, (key, content) in enumerate(iterator): "C:\Program s\Python36\Lib\multiprocessing\pool.py", line 735, in next raise value boto.exception.S3ResponseError: S3ResponseError: 403 Forbidden
0.225477
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 "E:\Servicos\ClearCred\Monitor\ElasticAlert\elastalert\elastalert.py", line 1279, in <module> sys.exit(main(sys.argv[1:])) "E:\Servicos\ClearCred\Monitor\ElasticAlert\elastalert\elastalert.py", line 1274, in main client = ElastAlerter(args) "E:\Servicos\ClearCred\Monitor\ElasticAlert\elastalert\elastalert.py", line 86, in __init__ self.conf = load_rules(self.args) "elastalert\config.py", line 355, in load_rules raise EAException('Error loading file %s: %s' % (rule_file, e))UnicodeEncodeError: 'ascii' codec can't encode character u'\xed' in position 53: ordinal not in range(128)
Traceback (most recent call last): "C:/Users/jesmi.harindran/Documents/Ticket Analysis Python/New folder/GSK.py", line 1, in <module> from presidio_analyzer import AnalyzerEngine "C:\Anaconda\lib\site-packages\presidio_analyzer\__init__.py", line 17, in <module> from presidio_analyzer.analyzer_engine import AnalyzerEngine "C:\Anaconda\lib\site-packages\presidio_analyzer\analyzer_engine.py", line 4, in <module> from protobuf_models import analyze_pb2 ModuleNotFoundError: No module named 'protobuf_models'
0.242785
Traceback (most recent call last): "/var/www/weblate-env-dev/lib/python3.5/site-packages/django/template/base.py", line 470, in parse compile_func = self.tags[command] KeyError: 'static'
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Python27\lib\site-packages\slackclient\__init__.py", line 1, in <module> from slackclient._client import SlackClient # noqa "C:\Python27\lib\site-packages\slackclient\_client.py", line 6, in <module> from slackclient._server import Server "C:\Python27\lib\site-packages\slackclient\_server.py", line 1, in <module> from slackclient._slackrequest import SlackRequest "C:\Python27\lib\site-packages\slackclient\_slackrequest.py", line 3, in <module> import requests "requests.py", line 1, in <module> from slackclient import SlackClient ImportError: cannot import name SlackClient
0.314476
Traceback (most recent call last): "test5.py", line 8, in <module> arr.sort() "test5.py", line 4, in raises_anything raise TypeError("SOMETHING ERRORED")TypeError: SOMETHING ERRORED
Traceback (most recent call last): "/Users/myname/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 206, in args_func common.error_and_exit(str(e), json=use_json) "/Users/myname/anaconda/lib/python2.7/site-packages/conda/cli/main_update.py", line 40, in execute "/Users/myname/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 387, in install if plan.nothing_to_do(actions): "/Users/myname/anaconda/lib/python2.7/site-packages/conda/plan.py", line 587, in execute_actions "/Users/myname/anaconda/lib/python2.7/site-packages/conda/plan.py", line 571, in execute_plan "/Users/myname/anaconda/lib/python2.7/site-packages/conda/install.py", line 574, in unlink if not run_script(source_dir, dist, 'pre-link', prefix):IOError: [Errno 2] No such file or directory: '/Users/myname/anaconda/conda-meta/conda-3.7.0-py27_0.json'
0.278539
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 333, in <lambda> lambda w: self.dyn_panels(w, "exploitvuln"), True), "/usr/share/w3af/w3af/core/ui/gui/main.py", line 824, in dyn_panels self.viewSignalRecipient.toggle_panels(panel, active)AttributeError: 'PluginConfigBody' object has no attribute 'toggle_panels'
Traceback (most recent call last): "C:\Users\USER_NAME\.conda\envs\myenv_name\lib\site-packages\distributed\core.py", line 403, in handle_comm result = await result "C:\Users\USER_NAME\.conda\envs\myenv_name\lib\site-packages\distributed\scheduler.py", line 1469, in add_worker metrics=metrics, "C:\Users\USER_NAME\.conda\envs\myenv_name\lib\site-packages\distributed\scheduler.py", line 1356, in heartbeat_worker self.bandwidth * (1 - frac) + metrics["bandwidth"]["total"] * frac TypeError: 'int' object is not subscriptable
0.276599
Traceback (most recent call last): "d:\Anaconda3\envs\temp\lib\site-packages\tensorflow\python\client\session.py", line 1278, in _do_call return fn(*args) "d:\Anaconda3\envs\temp\lib\site-packages\tensorflow\python\client\session.py", line 1263, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) "d:\Anaconda3\envs\temp\lib\site-packages\tensorflow\python\client\session.py", line 1350, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 43095 values, but the requested shape requires a multiple of 5577
Traceback (most recent call last): "/home/fab/Documents/repos/home-assistant/homeassistant/core.py", line 835, in job_handler func(arg) "/home/fab/Documents/repos/home-assistant/homeassistant/core.py", line 688, in _execute_service service(call) "/home/fab/Documents/repos/home-assistant/homeassistant/core.py", line 547, in __call__ self.func(call) "/home/fab/Documents/repos/home-assistant/homeassistant/components/notify/__init__.py", line 92, in notify_message data=data) "/home/fab/Documents/repos/home-assistant/homeassistant/components/notify/telegram.py", line 78, in send_message if ATTR_PHOTO in data:TypeError: argument of type 'NoneType' is not iterable
0.250337
Traceback (most recent call last): "C:\Users\mjkam\.conda\envs\PyTorch-0\lib\logging\__init__.py", line 1084, in emit stream.write(msg + self.terminator)AttributeError: 'NoneType' object has no attribute 'write'
Traceback (most recent call last): "train_mineral_shards.py", line 51, in <module> main() "train_mineral_shards.py", line 24, in main visualize=True) as env: "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/env/sc2_env.py", line 180, in __init__ static_data = self._controller.data() "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/remote_controller.py", line 151, in data return static_data.StaticData(self.data_raw()) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/remote_controller.py", line 80, in _valid_status return func(self, *args, **kwargs) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/stopwatch.py", line 197, in _stopwatch return func(*args, **kwargs) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/remote_controller.py", line 147, in data_raw ability_id=True, unit_type_id=True)) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/protocol.py", line 127, in send res = self.send_req(sc_pb.Request(**kwargs)) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/protocol.py", line 113, in send_req return self.read() "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/stopwatch.py", line 197, in _stopwatch return func(*args, **kwargs) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/protocol.py", line 86, in read response = self._read() "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/protocol.py", line 152, in _read response_str = self._sock.recv() "/usr/lib/python3.6/contextlib.py", line 99, in __exit__ self.gen.throw(type, value, traceback) "/home/zzhang/.local/lib/python3.6/site-packages/pysc2/lib/protocol.py", line 63, in catch_websocket_connection_errors raise ConnectionError("Connection already closed. SC2 probably crashed. " pysc2.lib.protocol.ConnectionError: Connection already closed. SC2 probably crashed. Check the error log.
0.236646
Traceback (most recent call last): "patator.py", line 1489, in fire self.monitor_progress() "patator.py", line 1819, in monitor_progress self.report_progress() "patator.py", line 1851, in report_progress logger.result('fail', resp, current, offset) "patator.py", line 648, in result self.send('result', *args) "patator.py", line 639, in send self.pipe.send((self.name, action, args))IOError: [Errno 32] Broken pipe
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/util/json.py", line 31, in load_json with open(filename, encoding="utf-8") as fdesc: NotADirectoryError: [Errno 20] Not a directory: '/config/custom_components/alexa_media/translations/en.json'
0.315207
Traceback (most recent call last): "<string>", line 21, in <module> "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 126, in __init__ self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) "<string>", line 12, in init_poolmanager "/usr/local/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 272, in create_urllib3_context context.set_ciphers(ciphers or DEFAULT_CIPHERS) "/usr/local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 409, in set_ciphers self._ctx.set_cipher_list(ciphers) "/usr/local/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1141, in set_cipher_list _lib.SSL_CTX_set_cipher_list(self._context, cipher_list) == 1 "/usr/local/lib/python3.6/site-packages/OpenSSL/_util.py", line 67, in openssl_assert exception_from_error_queue(error) "/usr/local/lib/python3.6/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [('SSL routines', 'SSL_CTX_set_cipher_list', 'no cipher match')]
Traceback (most recent call last): "/home/legluondunet/Téléchargements/lutris/lutris/gui/application.py", line 455, in do_command_line self.show_installer_window(installers) "/home/legluondunet/Téléchargements/lutris/lutris/gui/application.py", line 252, in show_installer_window self.show_window( "/home/legluondunet/Téléchargements/lutris/lutris/gui/application.py", line 246, in show_window window_inst = window_class(application=self, **kwargs) "/home/legluondunet/Téléchargements/lutris/lutris/gui/installerwindow.py", line 97, in __init__ self.choose_installer() "/home/legluondunet/Téléchargements/lutris/lutris/gui/installerwindow.py", line 123, in choose_installer self.validate_scripts() "/home/legluondunet/Téléchargements/lutris/lutris/gui/installerwindow.py", line 115, in validate_scripts script[item] = script.get(item) or "" AttributeError: 'str' object has no attribute 'get'
0.20631
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() "/usr/share/cura/Cura/gui/sliceProgressPanel.py", line 190, in run gcodefile = open(gcode name, "a")IOError: [Errno 13] Permission denied: u'/usr/share/cura/Cura/resources/example/UltimakerRobot_support.gcode'
Traceback (most recent call last): "/opt/apps/lms/virtualenv/lib/python3.4/site-packages/gunicorn/workers/async.py", line 56, in handle self.handle_request(listener_name, req, client, addr) "/opt/apps/lms/virtualenv/lib/python3.4/site-packages/gunicorn/workers/async.py", line 116, in handle_request resp.close() "/opt/apps/lms/virtualenv/lib/python3.4/site-packages/gunicorn/http/wsgi.py", line 409, in close self.send_headers() "/opt/apps/lms/virtualenv/lib/python3.4/site-packages/gunicorn/http/wsgi.py", line 325, in send_headers tosend = self.default_headers() "/opt/apps/lms/virtualenv/lib/python3.4/site-packages/gunicorn/http/wsgi.py", line 306, in default_headers elif self.should_close(): "/opt/apps/lms/virtualenv/lib/python3.4/site-packages/gunicorn/http/wsgi.py", line 229, in should_close if self.status_code < 200 or self.status_code in (204, 304): AttributeError: 'Response' object has no attribute 'status_code'
0.324502