text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "longhopultimate.py", line 54, in <module> schedule.run_pending() "/usr/local/lib/python3.6/site-packages/schedule/__init__.py", line 493, in run_pending default_scheduler.run_pending() "/usr/local/lib/python3.6/site-packages/schedule/__init__.py", line 78, in run_pending self._run_job(job) "/usr/local/lib/python3.6/site-packages/schedule/__init__.py", line 131, in _run_job ret = job.run() "/usr/local/lib/python3.6/site-packages/schedule/__init__.py", line 411, in run ret = self.job_func() "longhopultimate.py", line 34, in follow_users_from_hastag_file bot.follow_users(bot.get_hashtag_users(random_hashtag_file.random())) "/usr/local/lib/python3.6/site-packages/instabot/bot/bot.py", line 318, in get_hashtag_users return get_hashtag_users(self, hashtag) "/usr/local/lib/python3.6/site-packages/instabot/bot/bot_get.py", line 127, in get_hashtag_users return [str(i['user']['pk']) for i in self.api.last_json['items']] KeyError: 'items'
Traceback (most recent call last): "/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 377, in draw wrd = bpy.data.worlds['Arm'] KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
0.489794
Traceback (most recent call last): "main.py", line 75, in gen_img_retry return renderer.gen_img(img_index) "/opt/shakey/synetic/text_renderer/textrenderer/renderer.py", line 94, in gen_img word_img = self.noiser.apply(word_img) "/opt/shakey/synetic/text_renderer/textrenderer/noiser.py", line 38, in apply return noise_func(img) "/opt/shakey/synetic/text_renderer/textrenderer/noiser.py", line 69, in apply_sp_noise row, col, channel = img.shape ValueError: not enough values to unpack (expected 3, got 2)
Traceback (most recent call last): "/Users/johannesblaschke/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 238, in DebugInfo request_data ).DebugInfo( request_data ) "/Users/johannesblaschke/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 302, in _GetCompleterForRequestData return _server_state.Get typeCompleter( request_data[ 'filetypes' ] ) "/Users/johannesblaschke/.vim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in Get typeCompleter current_filetypes ) ) ValueError: No semantic completer exists for filetypes: [u'']
0.548555
Traceback (most recent call last): "D:\python\python install\helpers\pydev\pydev_run_in_console.py", line 53, in run_file pydev_imports.execfile(file, globals, locals) # execute the script "D:\python\python install\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) "G:/pythonDevelop/Extraction/NER_IDCNN_CRF/main.py", line 228, in <module> tf.app.run(main) "G:\pythonDevelop\venv1\lib\site-packages\tensorflow\python\platform\app.py", line 125, in run _sys.exit(main(argv)) "G:/pythonDevelop/Extraction/NER_IDCNN_CRF/main.py", line 222, in main train() "G:/pythonDevelop/Extraction/NER_IDCNN_CRF/main.py", line 153, in train train_manager = BatchManager(train_data, FLAGS.batch_size) "G:/pythonDevelop/Extraction/NER_IDCNN_CRF\data_utils.py", line 285, in __init__ self.batch_data = self.sort_and_pad(data, batch_size) "G:/pythonDevelop/Extraction/NER_IDCNN_CRF\data_utils.py", line 293, in sort_and_pad batch_data.append(self.pad_data(sorted_data[i*batch_size : (i+1)*batch_size])) TypeError: slice indices must be integers or None or have an __index__ method
Traceback (most recent call last): "/registry.py", line 413, in <module> main_loop(args) "/registry.py", line 404, in main_loop tags_list_to_delete = tags_list[:-keep_last_versions] TypeError: 'set' object has no attribute '__getitem__'
0.553656
Traceback (most recent call last): "build.py", line 69, in <module> files = build s(version=version, static=False) "/Users/stephennixon/type-repos/recursive/mastering/build_files.py", line 95, in build s makeSources(ds, paths["src"], version) "/Users/stephennixon/type-repos/recursive/mastering/build_files.py", line 72, in makeSources prep(os.path.join(src, ds), version) "/Users/stephennixon/type-repos/recursive/mastering/prep_fonts.py", line 507, in prep decomposeNonExportingGlyphs(fonts) "/Users/stephennixon/type-repos/recursive/mastering/prep_fonts.py", line 248, in decomposeNonExportingGlyphs removeGlyphs(font, non_exporting) "/Users/stephennixon/type-repos/recursive/mastering/prep_fonts.py", line 39, in removeGlyphs glyphOrder = font.glyphOrder "/Users/stephennixon/type-repos/recursive/venv/lib/python3.7/site-packages/fontParts/base/base.py", line 90, in __get__ return getter() "/Users/stephennixon/type-repos/recursive/venv/lib/python3.7/site-packages/fontParts/base/font.py", line 1104, in _get_base_glyphOrder value = normalizers.normalizeGlyphOrder(value) "/Users/stephennixon/type-repos/recursive/venv/lib/python3.7/site-packages/fontParts/base/normalizers.py", line 96, in normalizeGlyphOrder normalizeGlyphName(v) "/Users/stephennixon/type-repos/recursive/venv/lib/python3.7/site-packages/fontParts/base/normalizers.py", line 306, in normalizeGlyphName raise ValueError("Glyph names must be at least one character long.") ValueError: Glyph names must be at least one character long.
Traceback (most recent call last): "/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) "/Users/admin/raiden/raiden/__main__.py", line 15, in <module> main() "/Users/admin/raiden/raiden/__main__.py", line 11, in main run(auto_envvar_prefix='RAIDEN') # pylint: disable=no-value-for-parameter "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/click/core.py", line 1043, in invoke return Command.invoke(self, ctx) "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/Users/admin/raiden/raiden/ui/cli.py", line 508, in run app = runner.run() "/Users/admin/raiden/raiden/ui/runners.py", line 276, in run return self._start_services() "/Users/admin/raiden/raiden/ui/runners.py", line 95, in _start_services app_ = run_app(**self._options) "/Users/admin/raiden/raiden/ui/app.py", line 503, in run_app raiden_app.start() "/Users/admin/raiden/raiden/app.py", line 152, in start self.raiden.start() "/Users/admin/raiden/raiden/raiden_service.py", line 487, in start self.alarm.first_run(last_log_block_number) "/Users/admin/raiden/raiden/tasks.py", line 221, in first_run self._maybe_run_callbacks(latest_block) "/Users/admin/raiden/raiden/tasks.py", line 261, in _maybe_run_callbacks result = callback(latest_block) "/Users/admin/raiden/raiden/raiden_service.py", line 771, in _callback_new_block for event in self.blockchain_events.poll_blockchain_events(confirmed_block_number): "/Users/admin/raiden/raiden/blockchain/events.py", line 221, in poll_blockchain_events for log_event in event_listener.filter.get_new_entries(block_number): "/Users/admin/raiden/raiden/utils/filters.py", line 153, in get_new_entries self._do_get_new_entries(from_block=from_block, to_block=to_block), "/Users/admin/raiden/raiden/utils/filters.py", line 125, in _do_get_new_entries result = self.web3.eth.getLogs(filter_params) "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/web3/eth.py", line 354, in getLogs "eth_getLogs", [filter_params], "/Users/admin/.virtualenvs/raiden/lib/python3.7/site-packages/web3/manager.py", line 112, in request_blocking raise ValueError(response["error"]) ValueError: {'code': -32000, 'message': 'leveldb: not found'}
0.550231
Traceback (most recent call last): "/home/sbasavaraju/.cache/bazel/_bazel_sbasavaraju/b31d182e049bda91baa4373c1dc1e3ce/execroot/__main__/bazel-out/local-opt/bin/pretrain_rotator.runfiles/__main__/pretrain_rotator.py", line 236, in <module> app.run() "/home/sbasavaraju/anaconda3/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) "/home/sbasavaraju/.cache/bazel/_bazel_sbasavaraju/b31d182e049bda91baa4373c1dc1e3ce/execroot/__main__/bazel-out/local-opt/bin/pretrain_rotator.runfiles/__main__/pretrain_rotator.py", line 119, in main ['encoder', 'rotator', 'decoder'], FLAGS) "/media/sbasavaraju/DATA/ptn/model_rotator.py", line 151, in get_regularization_loss return losses.regularization_loss(scopes, params) "/media/sbasavaraju/DATA/ptn/losses.py", line 173, in regularization_loss reg_loss += tf.add_n([tf.nn.l2_loss(var) for var in scope_vars]) "/home/sbasavaraju/anaconda3/lib/python3.6/site-packages/tensorflow/python/ops/math_ops.py", line 1942, in add_n raise ValueError("inputs must be a list of at least one Tensor with the " ValueError: inputs must be a list of at least one Tensor with the same dtype and shape
Traceback (most recent call last): "calibre_plugins.dedrm.ignobleepub", line 281, in decryptBook "calibre_plugins.dedrm.ignobleepub", line 212, in __init__ "calibre_plugins.dedrm.ignobleepub", line 183, in __init__ "site-packages\Crypto\Cipher\AES.py", line 95, in new "site-packages\Crypto\Cipher\AES.py", line 59, in __init__ "site-packages\Crypto\Cipher\blockalgo.py", line 141, in __init__ ValueError: Key cannot be the null string
0.487147
Traceback (most recent call last): "load_test.py", line 4, in <module> _ = nbc(file_handle, format="json") "/usr/local/lib/python3.6/site-packages/textblob/classifiers.py", line 205, in __init__ super(NLTKClassifier, self).__init__(train_set, feature_extractor, format, **kwargs) "/usr/local/lib/python3.6/site-packages/textblob/classifiers.py", line 136, in __init__ self.train_set = self._read_data(train_set, format) "/usr/local/lib/python3.6/site-packages/textblob/classifiers.py", line 157, in _read_data return format_class(dataset, **self.format_kwargs).to_iterable() "/usr/local/lib/python3.6/site-packages/textblob/formats.py", line 115, in __init__ self.dict = json.load(fp) "/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 296, in load return loads(fp.read(), OSError: [Errno 22] Invalid argument
Traceback (most recent call last): "C:\Users\\Desktop\pixivpy-master\download_illusts.py", line 43, in <module> main() "C:\Users\\Desktop\pixivpy-master\download_illusts.py", line 40, in main aapi.download(image_url, path=directory, name=name) "C:\Users\\Desktop\pixivpy-master\pixivpy3\api.py", line 115, in download with open(img_path, 'wb') as out_file: OSError: [Errno 22] Invalid argument: 'dl\\illust_id_58166861_Pokemon Go?.jpg'
0.654877
WARNING:vispy:Traceback (most recent call last): "/Users/agoodman/anaconda3/bin/glue", line 11, in <module> sys.exit(main()) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/main.py", line 252, in main start_glue(**kwargs) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/main.py", line 195, in start_glue return ga.start(maximized=maximized) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/app/qt/application.py", line 1181, in start return self.app.exec_() "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/app/backends/_qt.py", line 459, in event out = super(QtBaseCanvasBackend, self).event(ev) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/app/backends/_qt.py", line 408, in mouseReleaseEvent modifiers=self._modifiers(ev), "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/app/base.py", line 221, in _vispy_mouse_release ev = self._vispy_canvas.events.mouse_release(**kwargs) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/util/event.py", line 455, in __call__ self._invoke_callback(cb, event) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/util/event.py", line 475, in _invoke_callback self, cb_event=(cb, event)) << caught exception here: >> "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/extern/vispy/util/event.py", line 471, in _invoke_callback cb(event) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/common/selection_tools.py", line 118, in release self.apply_roi(roi) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/common/selection_tools.py", line 54, in apply_roi self.apply_subset_state(RoiSubsetState3d(x_att, y_att, z_att, roi)) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue_vispy_viewers/common/selection_tools.py", line 59, in apply_subset_state use_current=False) "/Users/agoodman/anaconda3/lib/python3.6/site-packages/glue/core/command.py", line 54, in __init__ (k, type(self))) RuntimeError: Required keyword override_mode not passed to <class 'glue.core.command.ApplySubsetState'>
Traceback (most recent call last): "C:/Users/mjamma/PycharmProjects/grades/gcn_ns_sc_rmat.py", line 304, in <module> main(args) "C:/Users/mjamma/PycharmProjects/grades/gcn_ns_sc_rmat.py", line 264, in main pred = infer_model(nf) "C:\Users\mjamma\AppData\Local\Continuum\anaconda3\envs\grades\lib\site-packages\torch\nn\modules\module.py", line 547, in __call__ result = self.forward(*input, **kwargs) "C:/Users/mjamma/PycharmProjects/grades/gcn_ns_sc_rmat.py", line 106, in forward layer) "C:\Users\mjamma\AppData\Local\Continuum\anaconda3\envs\grades\lib\site-packages\dgl\nodeflow.py", line 933, in block_compute Runtime.run(prog) "C:\Users\mjamma\AppData\Local\Continuum\anaconda3\envs\grades\lib\site-packages\dgl\runtime\runtime.py", line 11, in run exe.run() "C:\Users\mjamma\AppData\Local\Continuum\anaconda3\envs\grades\lib\site-packages\dgl\runtime\ir\executor.py", line 129, in run udf_ret = fn_data(node_data) "C:\Users\mjamma\AppData\Local\Continuum\anaconda3\envs\grades\lib\site-packages\dgl\runtime\scheduler.py", line 706, in _afunc_wrapper return apply_func(nbatch) "C:\Users\mjamma\AppData\Local\Continuum\anaconda3\envs\grades\lib\site-packages\torch\nn\modules\module.py", line 547, in __call__ result = self.forward(*input, **kwargs) "C:/Users/mjamma/PycharmProjects/grades/gcn_ns_sc_rmat.py", line 25, in forward h = h * node.data['norm'] RuntimeError: The size of tensor a (200) must match the size of tensor b (199) at non-singleton dimension 1
0.508318
Traceback (most recent call last): "/usr/lib/python3.7/tkinter/__init__.py", line 1705, in __call__ return self.func(*args) "/home/z/.local/lib/python3.7/site-packages/PySimpleGUI/PySimpleGUI.py", line 4296, in ButtonReleaseCallBack self.ParentForm.LastButtonClicked += '+UP' TypeError: unsupported operand type(s) for +=: 'int' and 'str'
Traceback (most recent call last): "/home/default/cve-search/sbin/db_mgmt_json.py", line 121, in <module> cvej = json.loads(f.read()) "/usr/lib/python3.5/json/__init__.py", line 312, in loads s.__class__.__name__)) TypeError: the JSON object must be str, not 'bytes'
0.536329
Traceback (most recent call last): "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_internal\commands\install.py", line 517, in _warn_about_conflicts package_set, _dep_info = check_install_conflicts(to_install) "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_internal\operations\check.py", line 114, in check_install_conflicts package_set, _ = create_package_set_from_installed() "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_internal\operations\check.py", line 53, in create_package_set_from_installed package_set[name] = PackageDetails(dist.version, dist.requires()) "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 2736, in requires dm = self._dep_map "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 3023, in _dep_map self.__dep_map = self._compute_dependencies() "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 3032, in _compute_dependencies for req in self._parsed_pkg_info.get_all('Requires-Dist') or []: "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 3014, in _parsed_pkg_info metadata = self.get_metadata(self.PKG_INFO) "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 1420, in get_metadata value = self._get(path) "C:\Users\ASUS\Anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 1616, in _get with open(path, 'rb') as stream: NotFoundError: [Errno 2] No such file or directory: 'c:\\users\\asus\\anaconda3\\lib\\site-packages\\jmespath-0.9.5.dist-info\\METADATA'
Traceback (most recent call last): "console.py", line 28, in <module> main() "console.py", line 24, in main poc.start() "/usr/local/lib/python3.7/dist-packages/pocsuite3-1.2.0-py3.7.egg/pocsuite3/lib/core/interpreter.py", line 77, in start command_handler(args) "/usr/local/lib/python3.7/dist-packages/pocsuite3-1.2.0-py3.7.egg/pocsuite3/lib/core/interpreter.py", line 414, in command_list with open(found, encoding='utf-8') as f: NotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/pocsuite3-1.2.0-py3.7.egg/pocsuite3/usr/local/lib/python3/7/dist-packages/pocsuite3-1/2/0-py3/7/egg/pocsuite3/pocs/thinkphp_rce2.py'
0.619681
Traceback (most recent call last): "<string>", line 1, in <module> "c:\users\xxx\appdata\local\temp\pip-install-hw_v4n\pywinio\setup.py", line 8, in <module> with open('README.rst', encoding='utf-8') as readme_file, \ TypeError: 'encoding' is an invalid keyword argument for this function
Traceback (most recent call last): "/usr/local/bin/cython", line 11, in <module> load_entry_point('Cython==0.21', 'console_scripts', 'cython')() "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 632, in setuptools_main return main(command_line = 1) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 649, in main result = compile(sources, options) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 624, in compile return compile_multiple(source, options) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 602, in compile_multiple result = run_pipeline(source, options, context=context) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Main.py", line 439, in run_pipeline err, enddata = Pipeline.run_pipeline(pipeline, source) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Pipeline.py", line 328, in run_pipeline data = phase(data) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Pipeline.py", line 54, in generate_pyx_code_stage module_node.process_implementation(options, result) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/ModuleNode.py", line 111, in process_implementation self.generate_c_code(env, options, result) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/ModuleNode.py", line 328, in generate_c_code self.body.generate_function_definitions(env, code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 398, in generate_function_definitions stat.generate_function_definitions(env, code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 398, in generate_function_definitions stat.generate_function_definitions(env, code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 1859, in generate_function_definitions self.generate_function_body(env, code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 1628, in generate_function_body self.body.generate_execution_code(code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 404, in generate_execution_code stat.generate_execution_code(code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 6610, in generate_execution_code fresh_finally_clause().generate_execution_code(code) "/usr/local/lib/python3.6/dist-packages/Cython/Compiler/Nodes.py", line 6598, in fresh_finally_clause node_copy = copy.deepcopy(node) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 215, in _deepcopy_list append(deepcopy(a, memo)) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/lib/python3.6/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python3.6/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/lib/python3.6/copy.py", line 297, in _reconstruct item = deepcopy(item, memo) "/usr/lib/python3.6/copy.py", line 169, in deepcopy rv = reductor(4) TypeError: can't pickle Argument objects
0.494557
Traceback (most recent call last): "venv/bin/jupyter-nbconvert", line 8, in <module> sys.exit(main()) "venv/lib/python3.8/site-packages/jupyter_core/application.py", line 270, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) "venv/lib/python3.8/site-packages/traitlets/config/application.py", line 664, in launch_instance app.start() "venv/lib/python3.8/site-packages/nbconvert/nbconvertapp.py", line 350, in start self.convert_notebooks() "venv/lib/python3.8/site-packages/nbconvert/nbconvertapp.py", line 519, in convert_notebooks self.exporter = cls(config=self.config) "venv/lib/python3.8/site-packages/nbconvert/exporters/templateexporter.py", line 323, in __init__ super().__init__(config=config, **kw) "venv/lib/python3.8/site-packages/nbconvert/exporters/exporter.py", line 115, in __init__ self._init_preprocessors() "venv/lib/python3.8/site-packages/nbconvert/exporters/templateexporter.py", line 489, in _init_preprocessors conf = self._get_conf() "venv/lib/python3.8/site-packages/nbconvert/exporters/templateexporter.py", line 505, in _get_conf for path in map(Path, self.template_paths): "venv/lib/python3.8/site-packages/traitlets/traitlets.py", line 556, in __get__ return self.get(obj, cls) "venv/lib/python3.8/site-packages/traitlets/traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "venv/lib/python3.8/site-packages/nbconvert/exporters/templateexporter.py", line 516, in _template_paths template_names = self.get_template_names() "venv/lib/python3.8/site-packages/nbconvert/exporters/templateexporter.py", line 577, in get_template_names raise ValueError('No template sub-directory with name %r found in the following paths:\n\t%s' % (base_template, paths)) ValueError: No template sub-directory with name 'full' found in the following paths:
Traceback (most recent call last): "/usr/local/bin/qtile-top", line 11, in <module> load_entry_point('qtile==0.10.7', 'console_scripts', 'qtile-top')() "/usr/local/lib/python3.5/dist-packages/qtile-0.10.7-py3.5.egg/libqtile/scripts/qtile_top.py", line 162, in main force_start=force_start) "/usr/lib/python3.5/curses/__init__.py", line 94, in wrapper return func(stdscr, *args, **kwds) "/usr/local/lib/python3.5/dist-packages/qtile-0.10.7-py3.5.egg/libqtile/scripts/qtile_top.py", line 88, in get_stats scr.addstr(0, 0, "Qtile - Top {0:s} lines".format(limit)) ValueError: Unknown format code 's' for object of type 'int'
0.531337
ERROR:Executor:Tribler crashed after uptime of 19548.2940001 sec! Stack trace: Traceback (most recent call last): "TriblerGUI\event_request_manager.py", line 135, in on_read_data RuntimeError: [Failure instance: Traceback: <type 'exceptions.RuntimeError'>: LZ4F_decompress failed with code: ERROR_decompressionFailed
Traceback (most recent call last): " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 3523, in table_part values[name] = df.evaluate(name) " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 5120, in evaluate return self._evaluate_implementation(expression, i1=i1, i2=i2, out=out, selection=selection, filtered=filtered, internal=internal, parallel=parallel, chunk_size=chunk_size) " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 5237, in _evaluate_implementation df.map_reduce(assign, lambda *_: None, expressions, ignore_filter=False, selection=selection, pre_filter=use_filter, info=True, to_numpy=False) " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 306, in map_reduce return self._delay(delay, task) " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 1428, in _delay self.execute() " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\dataframe.py", line 293, in execute self.executor.execute() " \User\Miniconda3\envs\vaex_vs_pd\lib\site-packages\vaex\execution.py", line 127, in execute raise RuntimeError("nested execute call") RuntimeError: nested execute call
0.537398
Traceback (most recent call last): "/root/FACT_core/src/plugins/analysis/elf_analysis/code/elf_analysis.py", line 115, in _analyze_elf parsed_binary = lief.parse(file_object.file_path) AttributeError: 'NoneType' object has no attribute 'parse'
[autoreload of pandas.core.computation.pytables failed: Traceback (most recent call last): "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check superreload(m, reload, self.old_objects) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload module = reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload return importlib.reload(module) "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload _bootstrap._exec(spec, module) "<frozen importlib._bootstrap>", line 618, in _exec "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/computation/pytables.py", line 9, in <module> import pandas.core.common as com AttributeError: module 'pandas.core' has no attribute 'common'
0.640525
>>> Traceback (most recent call last): "/Users/ba/opt/anaconda3/envs/spyder/lib/python3.8/site-packages/spyder/plugins/editor/widgets/status.py", line 113, in process_git_data branches, branch, files_modified = output TypeError: cannot unpack non-iterable NoneType object
Traceback (most recent call last): "train_w.py", line 189, in <module> fea_v, tg_v, mask_v = packer.repack_vb(feature, tg, mask) "/home/dungdx4/LM-LSTM-CRF-master-0.4/model/crf.py", line 107, in repack_vb fea_v = torch.Tensor(feature.transpose(0, 1)).cuda() TypeError: expected torch.FloatTensor (got torch.LongTensor)
0.502513
Dump Landroid/support/annotation/CheckResult; suggest ()Ljava/lang/String; ... png ... Traceback (most recent call last): "./androdd.py", line 220, in <module> main(options, arguments) "./androdd.py", line 206, in main options.jar, options.decompiler, options.format) "./androdd.py", line 180, in export_apps_to_format method2format(filename + "." + format, format, None, buff) "/Users/android/git/androguard/androguard/core/bytecode.py", line 398, in method2format getattr(d, "write_" + _format.lower())(output) AttributeError: 'list' object has no attribute 'write_png'
Traceback (most recent call last): "/usr/share/WiFi-Pumpkin/core/main.py", line 1068, in get_Hostapd_Response self.TabInfoAP.delete_item(data) "/usr/share/WiFi-Pumpkin/core/widgets/customiseds.py", line 71, in delete_item self.addNextWidget(self.APclients[agent]) "/usr/share/WiFi-Pumpkin/core/widgets/customiseds.py", line 54, in addNextWidget for client in agent[key].keys(): AttributeError: 'str' object has no attribute 'keys'
0.625545
Traceback (most recent call last): "site-packages/calibre/utils/formatter.py", line 377, in safe_format "site-packages/calibre/utils/formatter.py", line 342, in evaluate "site-packages/calibre/utils/formatter.py", line 266, in _eval_program "site-packages/calibre/utils/formatter.py", line 108, in program "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 159, in expr "site-packages/calibre/utils/formatter.py", line 115, in statement "site-packages/calibre/utils/formatter.py", line 171, in expr "site-packages/calibre/utils/formatter_functions.py", line 134, in eval_ "site-packages/calibre/utils/formatter_functions.py", line 361, in evaluate "site-packages/calibre/ebooks/metadata/book/formatter.py", line 31, in get_value ValueError: Value: unknown field #kobo
Traceback (most recent call last): "/home/faz/.conda/envs/py-theano/lib/python3.6/site-packages/theano/compile/function_module.py", line 903, in __call__ self.fn() if output_subset is None else\ "/home/faz/.conda/envs/py-theano/lib/python3.6/site-packages/theano/scan_module/scan_op.py", line 963, in rval r = p(n, [x[0] for x in i], o) "/home/faz/.conda/envs/py-theano/lib/python3.6/site-packages/theano/scan_module/scan_op.py", line 952, in p self, node) "scan_perform.pyx", line 405, in theano.scan_module.scan_perform.perform "/home/faz/.conda/envs/py-theano/lib/python3.6/site-packages/theano/gof/link.py", line 325, in raise_with_op reraise(exc_type, exc_value, exc_trace) "/home/faz/.conda/envs/py-theano/lib/python3.6/site-packages/six.py", line 692, in reraise raise value.with_traceback(tb) "scan_perform.pyx", line 397, in theano.scan_module.scan_perform.perform ValueError: Shape mismatch: A.shape[1] != x.shape[0]
0.599052
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/home/luis/.vim/bundle/clang_complete/plugin/libclang.py", line 493, in run self.timer) "/home/luis/.vim/bundle/clang_complete/plugin/libclang.py", line 212, in getCurrentTranslationUnit tu.reparse([current ]) "/home/luis/.vim/bundle/clang_complete/plugin/clang/cindex.py", line 2204, in reparse value = value.read() AttributeError: 'unicode' object has no attribute 'read'
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/asyncpg/pool.py", line 465, in _release_impl "/usr/local/lib/python3.6/site-packages/asyncpg/pool.py", line 203, in release "/usr/local/lib/python3.6/site-packages/asyncpg/pool.py", line 192, in release "/usr/local/lib/python3.6/site-packages/asyncpg/connection.py", line 986, in reset "/usr/local/lib/python3.6/site-packages/asyncpg/connection.py", line 238, in execute "asyncpg/protocol/protocol.pyx", line 296, in query AttributeError: 'weakref' object has no attribute 'cline_in_traceback'
0.583092
Traceback (most recent call last): "/Users/rick/work/superset_rlei/superset/viz.py", line 256, in get_payload df = self.get_df() "/Users/rick/work/superset_rlei/superset/viz.py", line 109, in get_df self.results = self.datasource.query(query_obj) "/Users/rick/work/superset_rlei/superset/models.py", line 2521, in query query_str = self.get_query_str(client, qry_start_dttm, **query_obj) "/Users/rick/work/superset_rlei/superset/models.py", line 2513, in get_query_str client.groupby(**qry) "build/bdist.macosx-10.12-x86_64/egg/pydruid/client.py", line 192, in groupby return self._post(query) "build/bdist.macosx-10.12-x86_64/egg/pydruid/client.py", line 391, in _post headers, querystr, url = self._prepare_url_headers_and_body(query) "build/bdist.macosx-10.12-x86_64/egg/pydruid/client.py", line 34, in _prepare_url_headers_and_body querystr = json.dumps(query.query_dict).encode('utf-8') "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 244, in dumps return _default_encoder.encode(obj) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py", line 207, in encode chunks = self.iterencode(o, _one_shot=True) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py", line 270, in iterencode return _iterencode(o, 0) "/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/encoder.py", line 184, in default raise TypeError(repr(o) + " is not JSON serializable") TypeError: outputName NaN
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) "/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete return future.result() "/usr/src/homeassistant/homeassistant/config_entries.py", line 562, in async_forward_entry_setup result = await async_setup_component(self.hass, domain, self._hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass log_no_color=args.log_no_color, "/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file config_dict, hass, enable_log=False, skip_pip=skip_pip "/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict await _async_set_up_integrations(hass, config) "/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations *(async_setup_component(hass, domain, config) for domain in domains_to_load) "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 151, in async_load_platform setup_success = await setup.async_setup_component(hass, component, hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component return await task # type: ignore "/usr/src/homeassistant/homeassistant/config_entries.py", line 562, in async_forward_entry_setup result = await async_setup_component(self.hass, domain, self._hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 151, in async_load_platform setup_success = await setup.async_setup_component(hass, component, hass_config) "/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component return await setup_tasks[domain] # type: ignore "/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component hass, config, integration "/usr/src/homeassistant/homeassistant/config.py", line 772, in async_process_component_config p_integration = await async_get_integration_with_requirements(hass, p_name) "/usr/src/homeassistant/homeassistant/requirements.py", line 44, in async_get_integration_with_requirements await async_process_requirements(hass, integration.domain, integration.requirements) "/usr/src/homeassistant/homeassistant/requirements.py", line 65, in async_process_requirements if pkg_util.is_installed(req): "/usr/src/homeassistant/homeassistant/util/package.py", line 45, in is_installed return version(req.project_name) in req "/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3137, in __contains__ return self.specifier.contains(item, prereleases=True) "/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py", line 703, in contains item = parse(item) "/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 31, in parse return Version(version) "/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 200, in __init__ match = self._regex.search(version) TypeError: expected string or bytes-like object
0.616991
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/peepdf/main.py", line 409, in main ret, pdf = pdfParser.parse(fileName, options.isForceMode, options.isLooseMode, options.isManualAnalysis) "/usr/local/lib/python3.8/site-packages/peepdf/PDFCore.py", line 7153, in parse ret = self.createPDFTrailer(trailerContent, trailerOffset) "/usr/local/lib/python3.8/site-packages/peepdf/PDFCore.py", line 7708, in createPDFTrailer if e.message != '': AttributeError: 'Exception' object has no attribute 'message'
Traceback (most recent call last): "src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run "C:\Users\*******\AppData\Local\Programs\Python\Python36-32\lib\site-packages\eel\__init__.py", line 257, in _process_message return_val = _exposed_functions[message['name']](*message['args']) "index.py", line 58, in load_data_object eel.updateTasks({"task_load_data_object": 1}) AttributeError: module 'eel' has no attribute 'updateTasks'
0.598857
Traceback (most recent call last): "C:\Users\J00356~1\AppData\Local\Temp\tmpzy6kq2c6\.venv\lib\site-packages\setuptools\installer.py", line 126, in fetch_build_egg subprocess.check_call(cmd) "d:\software\python3.7\lib\subprocess.py", line 328, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['C:\\Users\\J00356~1\\AppData\\Local\\Temp\\tmpzy6kq2c6\\.venv\\Scripts\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Users\\J00356~1\\AppData\\Local\\Temp\\tmpqf448kjy', '--quiet', 'setuptools-scm']' returned non-zero exit status 1.
Traceback (most recent call last): "/home/brian/Venvs/pytorch.1.0.1/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 946, in _build_extension_module check=True) "/home/brian/anaconda3/lib/python3.7/subprocess.py", line 468, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['ninja', '-v']' returned non-zero exit status 1.
0.66131
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
Traceback (most recent call last): "./generate_text.py", line 47, in <module> out = sample_sequence(tokens, num_samples=num_samples) "./generate_text.py", line 27, in sample_sequence outputs = model(inputs) "/Users/Riccardo/development/ideal/lib/python3.7/site-packages/tensorflow_core/python/keras/engine/base_layer.py", line 891, in __call__ outputs = self.call(cast_inputs, *args, **kwargs) "/Users/Riccardo/development/ideal/lib/python3.7/site-packages/transformers/modeling_tf_gpt2.py", line 490, in call transformer_outputs = self.transformer(inputs, **kwargs) "/Users/Riccardo/development/ideal/lib/python3.7/site-packages/tensorflow_core/python/keras/engine/base_layer.py", line 891, in __call__ outputs = self.call(cast_inputs, *args, **kwargs) "/Users/Riccardo/development/ideal/lib/python3.7/site-packages/transformers/modeling_tf_gpt2.py", line 257, in call position_ids = tf.range(past_length, shape_list(input_ids)[-1] + past_length, dtype=tf.int32)[tf.newaxis, :] "/Users/Riccardo/development/ideal/lib/python3.7/site-packages/transformers/modeling_tf_utils.py", line 475, in shape_list static = x.shape.as_list() AttributeError: 'TensorSliceDataset' object has no attribute 'shape'
0.638737
Traceback (most recent call last): "/<<PKGBUILDDIR>>/tests/unit/modules/test_ps.py", line 107, in test_cpu_times MagicMock(return_value=STUB_CPU_TIMES)): AttributeError: __enter__
Traceback (most recent call last): "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 2309, in __call__ return self.wsgi_app(environ, start_response) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 2295, in wsgi_app response = self.handle_exception(e) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 1741, in handle_exception reraise(exc_type, exc_value, tb) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/_compat.py", line 35, in reraise raise value "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/_compat.py", line 35, in reraise raise value "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/home/ec2-user/environment/AmusedGrape/ask/server.py", line 128, in home_page return render_template('index.html') "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/templating.py", line 133, in render_template ctx.app.update_template_context(context) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask/app.py", line 792, in update_template_context context.update(func()) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask_login/utils.py", line 368, in _user_context_processor return dict(current_user=_get_user()) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask_login/utils.py", line 335, in _get_user current_app.login_manager._load_user() "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask_login/login_manager.py", line 359, in _load_user return self.reload_user() "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask_login/login_manager.py", line 321, in reload_user user = self.user_callback(user_id) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask_user/user_manager.py", line 130, in load_user_by_user_token user = self.db_manager.UserClass.get_user_by_token(user_token) "/home/ec2-user/environment/AmusedGrape/ask/flask/lib/python3.6/dist-packages/flask_user/user_mixin.py", line 52, in get_user_by_token user_password = '' if user_manager.USER_ENABLE_AUTH0 else user.password[-8:] AttributeError: 'NoneType' object has no attribute 'password'
0.526814
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
0.647963
Traceback (most recent call last): "D:\Power\workspace\Power_AndroidP_Derek3050\TestCase\ApplicationSW.py", line 49, in Game control.d(resourceId="com.glbenchmark.glbenchmark27:id/textViewScore").wait(timeout=70.0) "C:\Users\XXX\AppData\Local\Programs\Python\Python36\lib\site-packages\uiautomator2\__init__.py", line 2027, in wait self.selector, int(timeout * 1000), http_timeout=http_wait) "C:\Users\XXX\AppData\Local\Programs\Python\Python36\lib\site-packages\uiautomator2\__init__.py", line 489, in __call__ params, http_timeout) "C:\Users\XXX\AppData\Local\Programs\Python\Python36\lib\site-packages\uiautomator2\__init__.py", line 496, in jsonrpc_retry_call return self.jsonrpc_call(*args, **kwargs) "C:\Users\XXX\AppData\Local\Programs\Python\Python36\lib\site-packages\uiautomator2\__init__.py", line 539, in jsonrpc_call data=data) "C:\Users\XXX\AppData\Local\Programs\Python\Python36\lib\site-packages\requests\sessions.py", line 581, in post return self.request('POST', url, data=data, json=json, **kwargs) "C:\Users\XXX\AppData\Local\Programs\Python\Python36\lib\site-packages\uiautomator2\__init__.py", line 314, in request "atx-agent is not running. Fix it with following steps.\n1. Plugin device into computer.\n2. Run command \"python -m uiautomator2 init\"" OSError: atx-agent is not running. Fix it with following steps.
Traceback (most recent call last): "/home/altmanager/PycharmProjects/untitled/venv/lib/python3.5/site-packages/telethon/extensions/tcp_client.py", line 150, in read partial = self._socket.recv(bytes_left) OSError: [Errno 22] Invalid argument
0.573635
Traceback (most recent call last): "/working/software/venv/xonsh/lib/python3.6/site-packages/xonsh/environ.py", line 1300, in xonsh_script_run_control run_script_with_cache(filename, execer, ctx) "/working/software/venv/xonsh/lib/python3.6/site-packages/xonsh/codecache.py", line 162, in run_script_with_cache run_compiled_code(ccode, glb, loc, mode) "/working/software/venv/xonsh/lib/python3.6/site-packages/xonsh/codecache.py", line 67, in run_compiled_code func(code, glb, loc) "/home/halloleo/.xonshrc", line 3, in <module> xontrib load vox "/working/software/venv/xonsh/lib/python3.6/site-packages/xonsh/built_ins.py", line 952, in subproc_captured_hiddenobject return run_subproc(cmds, captured="hiddenobject") "/working/software/venv/xonsh/lib/python3.6/site-packages/xonsh/built_ins.py", line 904, in run_subproc pause_call_resume(proc, builtins.__xonsh__.shell.settitle) AttributeError: 'NoneType' object has no attribute 'settitle'
Traceback (most recent call last): "/home/emre/gitsome/bin/gh", line 11, in <module> load_entry_point('gitsome==0.7.0', 'console_scripts', 'gh')() "/home/emre/gitsome/lib/python3.5/site-packages/gitsome/main_cli.py", line 26, in cli github.cli() "/home/emre/gitsome/lib/python3.5/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/home/emre/gitsome/lib/python3.5/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/home/emre/gitsome/lib/python3.5/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/emre/gitsome/lib/python3.5/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/emre/gitsome/lib/python3.5/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/emre/gitsome/lib/python3.5/site-packages/click/decorators.py", line 64, in new_func return ctx.invoke(f, obj, *args[1:], **kwargs) "/home/emre/gitsome/lib/python3.5/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/emre/gitsome/lib/python3.5/site-packages/gitsome/githubcli.py", line 839, in trending github.trending(language, weekly, monthly, devs, browser, pager) "/home/emre/gitsome/lib/python3.5/site-packages/gitsome/github.py", line 807, in trending pager=pager) "/home/emre/gitsome/lib/python3.5/site-packages/gitsome/table.py", line 210, in build_table_setup_trending format_method=format_method) "/home/emre/gitsome/lib/python3.5/site-packages/gitsome/table.py", line 69, in build_table output += format_method(view_entry) + '\n' "/home/emre/gitsome/lib/python3.5/site-packages/gitsome/formatter.py", line 590, in format_trending_entry summary_parts = trending_entry.summary.split('\n') "/home/emre/gitsome/lib/python3.5/site-packages/feedparser.py", line 400, in __getattr__ raise AttributeError("object has no attribute '%s'" % key) AttributeError: object has no attribute 'summary'
0.625979
Traceback (most recent call last): "/usr/local/Cellar/python/3.7.2_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gpytorch/utils/cholesky.py", line 24, in psd_safe_cholesky L = torch.cholesky(A, upper=upper, out=out) RuntimeError: cholesky_cpu: U(2,2) is zero, singular U.
Traceback (most recent call last): "D:/目标检测各模型/deep_sort_pytorch-master/deep_sort/deep/feature_extractor.py", line 56, in <module> feature = extr(img) "D:/目标检测各模型/deep_sort_pytorch-master/deep_sort/deep/feature_extractor.py", line 44, in __call__ im_batch = self._preprocess(im_crops) "D:/目标检测各模型/deep_sort_pytorch-master/deep_sort/deep/feature_extractor.py", line 39, in _preprocess im_batch = torch.cat([self.norm(_resize(im, self.size)).unsqueeze(0) for im in im_crops], dim=0).float() "D:/目标检测各模型/deep_sort_pytorch-master/deep_sort/deep/feature_extractor.py", line 39, in <listcomp> im_batch = torch.cat([self.norm(_resize(im, self.size)).unsqueeze(0) for im in im_crops], dim=0).float() "F:\softmanage\Anaconda3\lib\site-packages\torchvision\transforms\transforms.py", line 61, in __call__ img = t(img) "F:\softmanage\Anaconda3\lib\site-packages\torchvision\transforms\transforms.py", line 166, in __call__ return F.normalize(tensor, self.mean, self.std, self.inplace) "F:\softmanage\Anaconda3\lib\site-packages\torchvision\transforms\functional.py", line 208, in normalize tensor.sub_(mean).div_(std) RuntimeError: output with shape [1, 128, 64] doesn't match the broadcast shape [3, 128, 64]
0.474589
Traceback (most recent call last): "/Users/ruofankong/virtual_py3/lib/python3.5/site-packages/ray/worker.py", line 821, in _process_task *arguments) "/Users/ruofankong/virtual_py3/lib/python3.5/site-packages/ray/actor.py", line 212, in actor_method_executor method_returns = method(actor, *args) "/Users/ruofankong/virtual_py3/lib/python3.5/site-packages/ray/tune/trainable.py", line 106, in train "Trainable initialization failed, see previous errors") ValueError: Trainable initialization failed, see previous errors
INFO:homeassistant.core:Bus:Handling <Event system_log_event[L]: timestamp=1519239356.187033, level=ERROR, message=Error executing service <ServiceCall homeassistant.turn_on: entity_id=input_boolean>, exception=Traceback (most recent call last): "/usr/lib/python3.6/site-packages/homeassistant/core.py", line 1010, in _event_to_service_call yield from service_handler.func(service_call) "/usr/lib/python3.6/site-packages/homeassistant/components/__init__.py", line 116, in async_handle_turn_service entity_ids = extract_entity_ids(hass, service) "/usr/lib/python3.6/site-packages/homeassistant/helpers/service.py", line 105, in extract_entity_ids return group.expand_entity_ids(hass, [service_ent_id]) "/usr/lib/python3.6/site-packages/homeassistant/components/group/__init__.py", line 204, in expand_entity_ids domain, _ = ha.split_entity_id(entity_id) ValueError: not enough values to unpack (expected 2, got 1)
0.581378
Traceback (most recent call last): "/home/zulip/deployments/2020-04-12-23-25-13/zerver/worker/queue_processors.py", line 170, in do_consume consume_func(events) "/home/zulip/deployments/2020-04-12-23-25-13/zerver/worker/queue_processors.py", line 199, in <lambda> consume_func = lambda events: self.consume(events[0]) "/home/zulip/deployments/2020-04-12-23-25-13/zerver/worker/queue_processors.py", line 481, in consume handle_remove_push_notification(event['user_profile_id'], message_ids) "/home/zulip/deployments/2020-04-12-23-25-13/zerver/lib/push_notifications.py", line 670, in handle_remove_push_notification gcm_payload, gcm_options = get_remove_payload_gcm(user_profile, message_ids) "/home/zulip/deployments/2020-04-12-23-25-13/zerver/lib/push_notifications.py", line 656, in get_remove_payload_gcm 'zulip_message_id': message_ids[0], "/home/zulip/deployments/2020-04-12-23-25-13/zulip-py3-venv/lib/python3.6/site-packages/django/db/models/query.py", line 291, in __getitem__ return self._result_cache[k] IndexError: list index out of range
Traceback (most recent call last): "<input>", line 1, in <module> "/omitted/for/privacy/lib/python3.7/site-packages/inflect.py", line 2260, in plural or self._plnoun(word, count), "/omitted/for/privacy/lib/python3.7/site-packages/inflect.py", line 2230, in postprocess result[index] = result[index].capitalize() IndexError: list index out of range
0.669635
Traceback (most recent call last): "/etc/exabgp/bin/transform-exabgp-json.py", line 126, in <module> json_in = json.loads(line) "/usr/lib/python2.7/json/__init__.py", line 339, in loads return _default_decoder.decode(s) "/usr/lib/python2.7/json/decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode obj, end = self.scan_once(s, idx) ValueError: Invalid control character at: line 1 column 995 (char 994)
Traceback (most recent call last): "code_TL.py", line 98, in <module> conv1a_3_3 = relu(batch_normalization(conv_2d(network, 32, 3, strides=2, bias=False, padding='VALID',activation=None,name='Conv2d_1a_3x3'))) "/usr/local/lib/python2.7/dist-packages/tflearn/layers/conv.py", line 105, in conv_2d raise ValueError("Invalid Activation.") ValueError: Invalid Activation.
0.56703
Traceback (most recent call last): "/usr/local/bin/svtplay-dl", line 7, in <module> svtplay_dl.main() "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 466, in main get_media(urls[0], options) "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 196, in get_media get_one_media(stream, copy.copy(options)) "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/__init__.py", line 244, in get_one_media for i in streams: "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/service/svtplay.py", line 76, in get for i in videos: "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/service/svtplay.py", line 130, in _get_video streams = dashparse(self.options, self.http.request("get", alt.request.url), alt.request.url) "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/fetcher/dash.py", line 61, in dashparse videofiles = parsesegments(video, url) "/usr/local/Cellar/svtplay-dl/1.9.4/libexec/lib/python2.7/site-packages/svtplay_dl/fetcher/dash.py", line 121, in parsesegments for n in time: TypeError: 'bool' object is not iterable
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/utils/minions.py", line 641, in check_minions minions = check_func(expr, greedy) TypeError: 'NoneType' object is not callable
0.596582
Traceback (most recent call last): "mario.py", line 64, in <module> memory=memory "/home/ai/tensorforce/tensorforce/agents/ppo_agent.py", line 85, in __init__ buffer_observe=buffer_observe, seed=seed "/home/ai/tensorforce/tensorforce/agents/agent.py", line 90, in __init__ values_spec=states, value_type='state', return_normalized=True "/home/ai/tensorforce/tensorforce/util.py", line 267, in valid_values_spec if is_atomic_values_spec(values_spec=values_spec): "/home/ai/tensorforce/tensorforce/util.py", line 260, in is_atomic_values_spec return 'type' in values_spec or 'shape' in values_spec TypeError: argument of type 'method' is not iterable
Traceback (most recent call last): "/usr/local/lib/python3.6/threading.py", line 1352, in _after_fork thread._stop() TypeError: 'Event' object is not callable
0.520473
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get value = obj._trait_values[self.name] KeyError: 'context'
Traceback (most recent call last): "train_model.py", line 250, in <module> train_model(model_name=model_name, dataset=dataset, mode=mode, weights=weights, computer=computer, run=run) "train_model.py", line 198, in train_model train_generator, validation_generator = get_csv_generator(data, model_params, da, extended=False) "train_model.py", line 121, in get_csv_generator batch_size=model_params['batch_size'] "/home/michael/.local/lib/python3.5/site-packages/keras_preprocessing/image.py", line 1108, in flow_from_dataframe interpolation=interpolation) "/home/michael/.local/lib/python3.5/site-packages/keras_preprocessing/image.py", line 2168, in __init__ self.classes = np.array([self.class_indices[cls] for cls in classes]) "/home/michael/.local/lib/python3.5/site-packages/keras_preprocessing/image.py", line 2168, in <listcomp> self.classes = np.array([self.class_indices[cls] for cls in classes]) KeyError: nan
0.460314
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): "/opt/ros/indigo/lib/python2.7/dist-packages/tornado/web.py", line 929, in send_error self.write_error(status_code, **kwargs) "/home/alexv/ROS/gopher_concert/src/flask-ext-catkin/src/flower/views/__init__.py", line 48, in write_error self.write(message) "/opt/ros/indigo/lib/python2.7/dist-packages/tornado/web.py", line 656, in write raise TypeError("write() only accepts bytes, unicode, and dict objects") TypeError: write() only accepts bytes, unicode, and dict objects
0.552681
Traceback (most recent call last): "tools\train.py", line 378, in <module> FLAGS = parser.parse_args() "D:\Anconda3\envs\paddle_decet\PaddleDetection\ppdet\utils\cli.py", line 58, in parse_args args.opt = self._parse_opt(args.opt) "D:\Anconda3\envs\paddle_decet\PaddleDetection\ppdet\utils\cli.py", line 67, in _parse_opt k, v = s.split('=', 1) ValueError: not enough values to unpack (expected 2, got 1)
Traceback (most recent call last): "C:\Python37\Lib\site-packages\checkov\main.py", line 55, in <module> run() "C:\Python37\Lib\site-packages\checkov\main.py", line 43, in run report = Runner().run(root_folder, external_checks_dir=args.external_checks_dir, files=file) "C:\Python37\lib\site-packages\checkov\terraform\runner.py", line 32, in run self.check_tf_definition(report, root_folder, tf_definitions) "C:\Python37\lib\site-packages\checkov\terraform\runner.py", line 60, in check_tf_definition block_type) "C:\Python37\lib\site-packages\checkov\terraform\runner.py", line 68, in run_block entity_context = dpath.get(definition_context[full_file_path], f'*/{entity_type}/{entity_name}') "C:\Python37\lib\site-packages\dpath\util.py", line 124, in get raise ValueError("dpath.util.get() globs must match only one leaf : %s" % glob) ValueError: dpath.util.get() globs must match only one leaf : */aws_sns_topic/this
0.508656
Traceback (most recent call last): "/opt/conda/lib/python3.7/site-packages/elyra/pipeline/processor_local.py", line 70, in process operation_processor.process(operation) "/opt/conda/lib/python3.7/site-packages/elyra/pipeline/processor_local.py", line 154, in process raise RuntimeError(f'Internal error executing {filepath}') from ex RuntimeError: Internal error executing /home/jovyan/work/Untitled.ipynb
Traceback (most recent call last): "/usr/local/lib/python3.7/tkinter/__init__.py", line 3504, in __del__ self.tk.call('image', 'delete', self.name) RuntimeError: main thread is not in main loop
0.55668
Traceback (most recent call last): "<input>", line 1, in <module> numpy.nanstd(numpy.array([71, 98.0, 80, 93, 57, 46], dtype=object)) "<__array_function__ internals>", line 5, in nanstd "/home/domdf/.local/lib/python3.8/site-packages/numpy/lib/nanfunctions.py", line 1664, in nanstd var = nanvar(a, axis=axis, dtype=dtype, out=out, ddof=ddof, "<__array_function__ internals>", line 5, in nanvar "/home/domdf/.local/lib/python3.8/site-packages/numpy/lib/nanfunctions.py", line 1548, in nanvar if var.ndim < cnt.ndim: AttributeError: 'float' object has no attribute 'ndim'
2018-01-19 22:14:58 ERROR twisted AttributeError: 'NoneType' object has no attribute 'items': Traceback (most recent call last): "/Users/ederenn/golem/venv/lib/python3.6/site-packages/autobahn/twisted/websocket.py", line 162, in _onMessage self.onMessage(payload, isBinary) "/Users/ederenn/golem/venv/lib/python3.6/site-packages/autobahn/wamp/websocket.py", line 95, in onMessage self._session.onMessage(msg) "/Users/ederenn/golem/venv/lib/python3.6/site-packages/autobahn/wamp/protocol.py", line 895, in onMessage on_reply = txaio.as_future(endpoint.fn, *invoke_args, **invoke_kwargs) "/Users/ederenn/golem/venv/lib/python3.6/site-packages/txaio/tx.py", line 417, in as_future return maybeDeferred(fun, *args, **kwargs) --- <exception caught here> ---
0.568612
Traceback (most recent call last): "tools/train.py", line 14, in <module> from mmdet.apis import set_random_seed, train_detector "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/apis/__init__.py", line 1, in <module> from .inference import (async_inference_detector, inference_detector, "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/apis/inference.py", line 9, in <module> from mmdet.core import get_classes "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/core/__init__.py", line 2, in <module> from .bbox import * # noqa: F401, F403 "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/core/bbox/__init__.py", line 7, in <module> from .samplers import (BaseSampler, CombinedSampler, "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/core/bbox/samplers/__init__.py", line 9, in <module> from .score_hlr_sampler import ScoreHLRSampler "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/core/bbox/samplers/score_hlr_sampler.py", line 3, in <module> from mmdet.ops import nms_match "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/ops/__init__.py", line 2, in <module> from .conv_ws import ConvWS2d, conv_ws_2d "/home/user/yangshudi_DetectoRS/mmdetection/mmdet/ops/conv_ws.py", line 23, in <module> class ConvWS2d(nn.Conv2d): "/home/user/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/mmcv/utils/registry.py", line 122, in _register module_class=cls, module_name=name, force=force) "/home/user/anaconda3/envs/open-mmlab/lib/python3.7/site-packages/mmcv/utils/registry.py", line 58, in _register_module raise KeyError(f'{module_name} is already registered ' KeyError: 'ConvWS is already registered in conv layer'
Traceback (most recent call last): "/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 290, in draw layout.prop(bpy.data.worlds['Arm'], 'arm_material_advanced') KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
0.461832
Traceback (most recent call last): "hitomi_downloader_GUI.py", line 2213, in clip_timer_event "hitomi_downloader_GUI.py", line 775, in downButton AttributeError: 'NoneType' object has no attribute 'strip'
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'cpu_freq'
0.589581
Traceback (most recent call last): "/home/ubuntu/anaconda3/envs/mmf4/bin/mmf_run", line 33, in <module> sys.exit(load_entry_point('mmf', 'console_scripts', 'mmf_run')()) "/home/ubuntu/vqa/GMN/mmf/mmf_cli/run.py", line 123, in run main(configuration, predict=predict) "/home/ubuntu/vqa/GMN/mmf/mmf_cli/run.py", line 52, in main trainer.load() "/home/ubuntu/vqa/GMN/mmf/mmf/trainers/mmf_trainer.py", line 41, in load super().load() "/home/ubuntu/vqa/GMN/mmf/mmf/trainers/base_trainer.py", line 29, in load self.load_datasets() "/home/ubuntu/vqa/GMN/mmf/mmf/trainers/mmf_trainer.py", line 68, in load_datasets self.dataset_loader.load_datasets() "/home/ubuntu/vqa/GMN/mmf/mmf/common/dataset_loader.py", line 17, in load_datasets self.train_dataset.load(self.config) "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/multi_dataset_loader.py", line 114, in load self.build_datasets(config) "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/multi_dataset_loader.py", line 129, in build_datasets dataset_instance = build_dataset(dataset, dataset_config, self.dataset_type) "/home/ubuntu/vqa/GMN/mmf/mmf/utils/build.py", line 111, in build_dataset dataset = builder_instance.load_dataset(config, dataset_type) "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/base_dataset_builder.py", line 96, in load_dataset dataset = self.load(config, dataset_type, *args, **kwargs) "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/builders/vqa2/builder.py", line 23, in load dataset = super().load(*args, **kwargs) "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/mmf_dataset_builder.py", line 138, in load dataset = dataset_class(config, dataset_type, imdb_idx) "/home/ubuntu/vqa/GMN/mmf/mmf/datasets/builders/visual_genome/dataset.py", line 44, in __init__ scene_graph_file = self._get_absolute_path(scene_graph_file) AttributeError: 'VisualGenomeDataset' object has no attribute '_get_absolute_path'
Traceback (most recent call last): "/<<PKGBUILDDIR>>/tests/unit/modules/test_ps.py", line 139, in test_disk_partition_usage MagicMock(return_value=[STUB_DISK_PARTITION])): AttributeError: __enter__
0.547273
Traceback (most recent call last): "/content/OpenNMT-py/onmt/trainer.py", line 347, in _gradient_accumulation trunc_size=trunc_size) "/content/OpenNMT-py/onmt/utils/loss.py", line 158, in __call__ loss, stats = self._compute_loss(batch, **shard) "/content/OpenNMT-py/onmt/utils/loss.py", line 233, in _compute_loss scores = self.generator(bottled_output) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/linear.py", line 67, in forward return F.linear(input, self.weight, self.bias) "/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py", line 1352, in linear ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t()) RuntimeError: Expected object of backend CPU but got backend CUDA for argument #4 'mat1'
Traceback (most recent call last): "train.py", line 504, in <module> train() "train.py", line 207, in train yolact_net.load_weights(args.resume) "/home/deploy/study-workspace/yolact/yolact/yolact.py", line 490, in load_weights self.load_state_dict(state_dict) "/home/deploy/anaconda3/envs/yolact/lib/python3.6/site-packages/torch/nn/modules/module.py", line 830, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for Yolact:
0.579182
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\user\AppData\Local\Temp\pip-install-maq6gjoa\pytorch-fid_ef9965f93e55457790c769e9b5008169\setup.py", line 34, in <module> packages=setuptools.find_packages(where='src/'), "C:\Users\user\AppData\Local\Continuum\anaconda3\envs\lightweight-gan\lib\site-packages\setuptools\__init__.py", line 64, in find convert_path(where), "C:\Users\user\AppData\Local\Continuum\anaconda3\envs\lightweight-gan\lib\distutils\util.py", line 127, in convert_path raise ValueError("path '%s' cannot end with '/'" % pathname) ValueError: path 'src/' cannot end with '/'
Traceback (most recent call last): "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/flask/_compat.py", line 35, in reraise raise value "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/samcli/local/apigw/local_apigw_service.py", line 153, in _request_handler self.lambda_runner.invoke(route.function_name, event, stdout=stdout_stream_writer, stderr=self.stderr) "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/samcli/commands/local/lib/local_lambda.py", line 89, in invoke self.local_runtime.invoke(config, event, debug_context=self.debug_context, stdout=stdout, stderr=stderr) "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/samcli/local/lambdafn/runtime.py", line 81, in invoke debug_options=debug_context) "/usr/local/Cellar/aws-sam-cli/0.15.0/libexec/lib/python3.7/site-packages/samcli/local/docker/lambda_container.py", line 65, in __init__ raise ValueError("Unsupported Lambda runtime {}".format(runtime)) ValueError: Unsupported Lambda runtime nodejs10.x
0.582041
Traceback (most recent call last): "./datasets/preprocess.py", line 72, in <module> write_statistics(character, './datasets/Mixamo/mean_var/') "./datasets/preprocess.py", line 34, in write_statistics dataset = MotionData(new_args) "/home/wuxiaoliang/docker/motion_retarget/deep-motion-editing/retargeting/datasets/motion_dataset.py", line 33, in __init__ new_windows = self.get_windows(motions) "/home/wuxiaoliang/docker/motion_retarget/deep-motion-editing/retargeting/datasets/motion_dataset.py", line 106, in get_windows return torch.cat(new_windows) RuntimeError: There were no tensor arguments to this function (e.g., you passed an empty list of Tensors), but no fallback function is registered for schema aten::_cat. This usually means that this function requires a non-empty list of Tensors. Available functions are [CPUTensorId, CUDATensorId, QuantizedCPUTensorId, VariableTensorId]
Traceback (most recent call last): "C:\Users\joshu\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\cats-blender-plugin-master\tools\armature.py", line 344, in execute bpy.ops.cats_material.combine_mats() "D:\Blender\2.82\scripts\modules\bpy\ops.py", line 201, in __call__ ret = op_call(self.idname_py(), None, kw) RuntimeError: Operator bpy.ops.cats_material.combine_mats.poll() failed, context is incorrect
0.548506
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python3/dist-packages/winrm/__init__.py", line 54, in run_ps rs.std_err = self._clean_error_msg(rs.std_err) "/usr/lib/python3/dist-packages/winrm/__init__.py", line 62, in _clean_error_msg if msg.startswith("#< CLIXML\r\n"): TypeError: startswith first arg must be bytes or a tuple of bytes, not str
Traceback (most recent call last): "sample.py", line 6, in <module> client.slowlog_get(num=1000) "/home/ec2-user/.pyenv/versions/env/lib/python3.8/site-packages/redis/client.py", line 1466, in slowlog_get return self.execute_command(*args, decode_responses=decode_responses) "/home/ec2-user/.pyenv/versions/env/lib/python3.8/site-packages/rediscluster/client.py", line 552, in execute_command return self._execute_command(*args, **kwargs) "/home/ec2-user/.pyenv/versions/env/lib/python3.8/site-packages/rediscluster/client.py", line 578, in _execute_command return self._execute_command_on_nodes(node, *args, **kwargs) "/home/ec2-user/.pyenv/versions/env/lib/python3.8/site-packages/rediscluster/client.py", line 738, in _execute_command_on_nodes return self._merge_result(command, res, **kwargs) "/home/ec2-user/.pyenv/versions/env/lib/python3.8/site-packages/rediscluster/client.py", line 512, in _merge_result return self.result_callbacks[command](command, res, **kwargs) TypeError: <lambda>() got an unexpected keyword argument 'decode_responses'
0.56184
Traceback (most recent call last): "/opt/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3326, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-3-57113dda3e8e>", line 2, in <module> tranform = torchio.transforms.RandomGhosting(num_ghosts=10, intensity=1) ".../torchio/torchio/transforms/augmentation/intensity/random_ghosting.py", line 63, in __init__ raise ValueError(message) ValueError: Intensity must be a positive number, not -1
Traceback (most recent call last): "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module> globals()[__func_name] = __get_hash(__func_name) "/usr/local/Cellar/python@2/2.7.14_3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor raise ValueError('unsupported hash type ' + name) ValueError: unsupported hash type md5
0.577502
Traceback (most recent call last): "/usr/lib/python3.8/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) "/usr/lib/python3.8/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) "/usr/lib/python3.8/socketserver.py", line 720, in __init__ self.handle() "/pentest/c2/koadic/core/handler.py", line 86, in handle return BaseHTTPRequestHandler.handle(self) "/usr/lib/python3.8/http/server.py", line 427, in handle self.handle_one_request() "/usr/lib/python3.8/http/server.py", line 415, in handle_one_request method() "/pentest/c2/koadic/core/handler.py", line 194, in do_GET return self.handle_oneshot() "/pentest/c2/koadic/core/handler.py", line 261, in handle_oneshot j = plugin.job(self.shell, -1, plugin.STATE, workload, options) AttributeError: 'MSHTAStager' object has no attribute 'STATE'
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/state.py", line 2153, in call ret = self.states[cdata["full"]]( "/usr/lib/python3/dist-packages/salt/loader.py", line 2087, in wrapper return f(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/states/pkgrepo.py", line 396, in managed pre = __salt__["pkg.get_repo"](repo=repo, **kwargs) "/usr/lib/python3/dist-packages/salt/modules/aptpkg.py", line 1735, in get_repo repo = softwareproperties.ppa.PPAShortcutHandler(repo).expand( AttributeError: 'PPAShortcutHandler' object has no attribute 'expand' Started: 09:03:34.633592
0.632162
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) "/usr/local/lib/python3.7/asyncio/base_events.py", line 584, in run_until_complete return future.result() "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/__main__.py", line 249, in setup_and_run_hass safe_mode=args.safe_mode, "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 89, in async_setup_hass await async_from_config_dict(config_dict, hass) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 132, in async_from_config_dict await _async_set_up_integrations(hass, config) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/bootstrap.py", line 377, in _async_set_up_integrations *(async_setup_component(hass, domain, config) for domain in domains_to_load) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 49, in async_setup_component return await task # type: ignore "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 145, in _async_setup_component hass, config, integration "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/config.py", line 704, in async_process_component_config return component.CONFIG_SCHEMA(config) # type: ignore "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__ return self._compiled([], data) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict return base_validate(path, iteritems(data), out) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 386, in validate_mapping cval = cvalue(key_path, value) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable return schema(data) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 272, in __call__ return self._compiled([], data) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 594, in validate_dict return base_validate(path, iteritems(data), out) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 373, in validate_mapping new_key = ckey(key_path, key) "/srv/homeassistant/lib/python3.7/site-packages/voluptuous/schema_builder.py", line 817, in validate_callable return schema(data) "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/config_validation.py", line 659, in validator value = config[key] TypeError: string indices must be integers
Traceback (most recent call last): "pandas/_libs/index.pyx", line 162, in pandas._libs.index.IndexEngine.get_loc "pandas/_libs/hashtable_class_helper.pxi", line 958, in pandas._libs.hashtable.Int64HashTable.get_item TypeError: an integer is required
0.588806
Traceback (most recent call last): "src/gevent/greenlet.py", line 854, in gevent._gevent_cgreenlet.Greenlet.run "mars/actors/pool/gevent_pool.pyx", line 548, in mars.actors.pool.gevent_pool.ActorRemoteHelper._send_remote "mars/actors/pool/gevent_pool.pyx", line 552, in mars.actors.pool.gevent_pool.ActorRemoteHelper._send_remote "mars/actors/pool/gevent_pool.pyx", line 559, in mars.actors.pool.gevent_pool.ActorRemoteHelper._send_remote "mars/actors/pool/gevent_pool.pyx", line 1036, in mars.actors.pool.gevent_pool.Communicator._on_receive_send "mars/actors/pool/messages.pyx", line 747, in mars.actors.pool.messages.pack_result_message _pack_object(result, buf) "mars/actors/pool/messages.pyx", line 305, in mars.actors.pool.messages._pack_object m = dumps(obj) TypeError: can't pickle weakref objects
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\LiRui\Desktop\3d-unet\3DUnetCNN-master\brats\preprocess.py", line 120, in convert_brats_data convert_brats_folder(subject_folder, new_subject_folder, background_mask) "C:\Users\LiRui\Desktop\3d-unet\3DUnetCNN-master\brats\preprocess.py", line 105, in convert_brats_folder normalize_image(image_file, out_file, background_mask) "C:\Users\LiRui\Desktop\3d-unet\3DUnetCNN-master\brats\preprocess.py", line 89, in normalize_image corrected = correct_bias(windowed, append_basename(out_file, "_corrected")) "C:\Users\LiRui\Desktop\3d-unet\3DUnetCNN-master\brats\preprocess.py", line 56, in correct_bias done = correct.run() "C:\my_software\Anaconda\lib\site-packages\nipype\interfaces\base.py", line 1081, in run runtime = self._run_wrapper(runtime) "C:\my_software\Anaconda\lib\site-packages\nipype\interfaces\base.py", line 1724, in _run_wrapper runtime = self._run_interface(runtime) "C:\my_software\Anaconda\lib\site-packages\nipype\interfaces\base.py", line 1755, in _run_interface redirect_x=self._redirect_x) "C:\my_software\Anaconda\lib\site-packages\nipype\interfaces\base.py", line 1487, in run_command _process() "C:\my_software\Anaconda\lib\site-packages\nipype\interfaces\base.py", line 1475, in _process if e[0] == errno.EINTR: TypeError: 'OSError' object is not subscriptable
0.549985
Traceback (most recent call last): "<string>", line 1, in <module> "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/paramiko/pkey.py", line 235, in from_private_key_file key = cls(filename=filename, password=password) "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/paramiko/rsakey.py", line 55, in __init__ self._from_private_key_file(filename, password) "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/paramiko/rsakey.py", line 176, in _from_private_key_file self._decode_key(data) "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/paramiko/rsakey.py", line 194, in _decode_key key = rsa.RSAPrivateNumbers( "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/rsa.py", line 311, in private_key return backend.load_rsa_private_numbers(self) "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/cryptography/hazmat/backends/openssl/backend.py", line 630, in load_rsa_private_numbers return _RSAPrivateKey(self, rsa_cdata, evp_pkey) "/Users/pavel/.virtualenvs/tmp-ae15bf6ad17b2a5/lib/python3.8/site-packages/cryptography/hazmat/backends/openssl/rsa.py", line 320, in __init__ raise ValueError("Invalid private key", errors) ValueError: ('Invalid private key', [_OpenSSLErrorWithText(code=67764350, lib=4, func=160, reason=126, reason_text=b'error:040A007E:rsa routines:RSA_check_key_ex:iqmp not inverse of q')])
**Traceback:** (if applicable):```Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) "/usr/src/homeassistant/homeassistant/helpers/event.py", line 411, in pattern_time_change_listener calculate_next(now) "/usr/src/homeassistant/homeassistant/helpers/event.py", line 395, in calculate_next localized_now, matching_seconds, matching_minutes, matching_hours "/usr/src/homeassistant/homeassistant/util/dt.py", line 256, in find_next_time_expression_time raise ValueError("Cannot find a next time: Time expression never " "matches!") ValueError: Cannot find a next time: Time expression never matches!
0.555885
"Traceback (most recent call last): "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 39, in render data = render_page_by_language(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 134, in render_page_by_language return render_page(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 150, in render_page return build(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 157, in build return build_page(path) "/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 171, in build_page if "{{" in context.title: TypeError: argument of type 'NoneType' is not iterable"
Traceback (most recent call last): "pandas/_libs/index.pyx", line 112, in pandas._libs.index.IndexEngine._get_loc_duplicates TypeError: '<' not supported between instances of 'tuple' and 'int'
0.549045
Traceback (most recent call last): "E:\PROJECTS\PycharmProjects\youtube_dl\extractor\common.py", line 906, in _parse_json return json.loads(json_string) "C:\Users\UDHAYARAJAN M\AppData\Local\Programs\Python\Python39\lib\json\__init__.py", line 346, in loads return _default_decoder.decode(s) "C:\Users\UDHAYARAJAN M\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "C:\Users\UDHAYARAJAN M\AppData\Local\Programs\Python\Python39\lib\json\decoder.py", line 355, in raw_decode raise JSONDecodeError("Expecting value", s, err.value) from None json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last): "svtplay-dl", line 7, in <module> "site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\__init__.py", line 477, in main "site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\__init__.py", line 199, in get_media "site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\__init__.py", line 247, in get_one_media "site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\service\viaplay.py", line 107, in get "site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\service\viaplay.py", line 87, in _get_video_id "json\__init__.py", line 319, in loads "json\decoder.py", line 342, in decode json.decoder.JSONDecodeError: Extra data: line 1 column 154983 (char 154982)
0.666253
Traceback (most recent call last): "envs/default/bin/crosshair", line 8, in <module> sys.exit(main()) "/home/lhayhurst/aq/code/testing/envs/default/lib/python3.7/site-packages/crosshair/main.py", line 475, in main options = process_level_options(args) "/home/lhayhurst/aq/code/testing/envs/default/lib/python3.7/site-packages/crosshair/main.py", line 60, in process_level_options arg_val = getattr(command_line_args, optname) AttributeError: 'Namespace' object has no attribute 'report_all'
Comment: An exception occurred in this state: Traceback (most recent call last): "/var/tmp/.djn_1fe71c_salt/py2/salt/state.py", line 1703, in call **cdata['kwargs']) "/var/tmp/.djn_1fe71c_salt/py2/salt/loader.py", line 1649, in wrapper return f(*args, **kwargs) "/var/tmp/.djn_1fe71c_salt/py2/salt/states/pkg.py", line 1552, in latest **kwargs) "/var/tmp/.djn_1fe71c_salt/py2/salt/modules/pkgng.py", line 281, in latest_version if salt.utils.compare_versions(_get_pkgng_version(jail, chroot), '>=', '1.6.0'): "/var/tmp/.djn_1fe71c_salt/py2/salt/modules/pkgng.py", line 100, in _get_pkgng_version return __salt__['cmd.run']([_pkg(jail, chroot), '--version']).strip() "/var/tmp/.djn_1fe71c_salt/py2/salt/modules/cmdmod.py", line 852, in run bg=bg) "/var/tmp/.djn_1fe71c_salt/py2/salt/modules/cmdmod.py", line 471, in _run proc = salt.utils.timed_subprocess.TimedProc(cmd, **kwargs) "/var/tmp/.djn_1fe71c_salt/py2/salt/utils/timed_subprocess.py", line 41, in __init__ self.process = subprocess.Popen(args, **kwargs) "/usr/local/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) "/usr/local/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exception AttributeError: 'list' object has no attribute 'rfind' Started: 09:28:34.900231
0.642491
Traceback (most recent call last): "/home/hejia/Projects/garage/tests/test_algos.py", line 96, in test_polopt_algo policy = policy_cls(env_spec=env.spec, ) "/home/hejia/Projects/garage/garage/policies/categorical_mlp_policy.py", line 35, in __init__ assert isinstance(env_spec.action_space, Discrete) AttributeError: 'NoneType' object has no attribute 'action_space'
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
0.63407
Traceback (most recent call last): "human_pose_estimation.py", line 285, in <module> sys.exit(main() or 0) "human_pose_estimation.py", line 185, in main poses, scores = hpes[mode].postprocess(raw_outputs, frame_meta) "/home/walt/workspace/libs/open_model_zoo/demos/python_demos/human_pose_estimation_demo/human_pose_estimation_demo/model.py", line 209, in postprocess poses, scores = self.decoder(heatmaps, nms_heatmaps, pafs) "/home/walt/workspace/libs/open_model_zoo/demos/python_demos/human_pose_estimation_demo/human_pose_estimation_demo/decoder_openpose.py", line 49, in __call__ pafs = np.transpose(pafs, (0, 2, 3, 1)) "<__array_function__ internals>", line 5, in transpose "/home/walt/.local/lib/python3.8/site-packages/numpy/core/fromnumeric.py", line 650, in transpose return _wrapfunc(a, 'transpose', axes) "/home/walt/.local/lib/python3.8/site-packages/numpy/core/fromnumeric.py", line 61, in _wrapfunc return bound(*args, **kwds) ValueError: axes don't match array
Mar 17 20:44:49.381 [launcher][ERROR] Except stack:Traceback (most recent call last): "D:\XX-Net-3.11.1\code\default\launcher\module_init.py", line 40, in start proc_handler[module]["imp"] = __import__(module, globals(), locals(), ['local', 'start'], -1) "D:\XX-Net-3.11.1\code\default\gae_proxy\local\__init__.py", line 2, in <module> import apis "D:\XX-Net-3.11.1\code\default\gae_proxy\local\apis.py", line 2, in <module> from front import front, direct_front "D:\XX-Net-3.11.1\code\default\gae_proxy\local\front.py", line 7, in <module> import check_local_network "D:\XX-Net-3.11.1\code\default\gae_proxy\local\check_local_network.py", line 28, in <module> from config import config "D:\XX-Net-3.11.1\code\default\gae_proxy\local\config.py", line 184, in <module> config = Config(config_path) "D:\XX-Net-3.11.1\code\default\gae_proxy\local\config.py", line 142, in __init__ self.load() "D:\XX-Net-3.11.1\code\default\gae_proxy\local\config.py", line 145, in load super(Config, self).load() "D:\XX-Net-3.11.1\code\default\python27\1.0\lib\noarch\front_base\config.py", line 83, in load super(ConfigBase, self).load() "D:\XX-Net-3.11.1\code\default\python27\1.0\lib\noarch\xconfig.py", line 22, in load self.file_config = json.loads(content) "D:\XX-Net-3.11.1\code\default\python27\1.0\lib\json\__init__.py", line 339, in loads return _default_decoder.decode(s) "D:\XX-Net-3.11.1\code\default\python27\1.0\lib\json\decoder.py", line 364, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "D:\XX-Net-3.11.1\code\default\python27\1.0\lib\json\decoder.py", line 380, in raw_decode obj, end = self.scan_once(s, idx) ValueError: Expecting , delimiter: line 3 column 3 (char 29)
0.569326
Traceback (most recent call last): "manage.py", line 20, in <module> app.register_blueprint(blueprint) "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\quart\app.py", line 1422, in register_blueprint blueprint.register(self, first_registration, url_prefix=url_prefix) "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\quart\blueprints.py", line 755, in register func(state) "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\flask_restx\api.py", line 840, in _deferred_blueprint_init self._init_app(setup_state.app) "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\flask_restx\api.py", line 228, in _init_app self._register_specs(self.blueprint or app) "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\flask_restx\api.py", line 285, in _register_specs resource_class_args=(self,), "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\flask_restx\api.py", line 349, in _register_view url, view_func=resource_func, **kwargs "C:\Users\username\AppData\Local\pypoetry\Cache\virtualenvs\auto-test-system-4gCsnwKR-py3.7\lib\site-packages\flask_restx\api.py", line 803, in _blueprint_setup_add_url_rule_patch options.setdefault("subdomain", blueprint_setup.subdomain) AttributeError: 'BlueprintSetupState' object has no attribute 'subdomain'
Traceback (most recent call last): "gallery_dl\job.py", line 75, in run "gallery_dl\job.py", line 113, in dispatch "gallery_dl\job.py", line 280, in handle_directory "gallery_dl\job.py", line 420, in initialize AttributeError: 'str' object has no attribute 'get'
0.607594
Traceback (most recent call last): "/Users/max/code/home-assistant-cli/.tox/typing/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module> main() "/Users/max/code/home-assistant-cli/.tox/typing/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main json_out['return_val'] = hook(**hook_input['kwargs']) "/Users/max/code/home-assistant-cli/.tox/typing/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py", line 141, in build_wheel metadata_directory) "/private/tmp/pip-build-env-p6ew6nvj/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 178, in build_wheel return _file_with_extension(wheel_directory, '.whl') "/private/tmp/pip-build-env-p6ew6nvj/overlay/lib/python3.7/site-packages/setuptools/build_meta.py", line 94, in _file_with_extension file, = matching ValueError: too many values to unpack (expected 1)
Traceback (most recent call last): "main.py", line 19, in <module> main() "main.py", line 15, in main agent.run() "/media/arch760/My Passport/TFSegmentation/utils/misc.py", line 18, in timed result = f(*args, **kwargs) "/media/arch760/My Passport/TFSegmentation/agent.py", line 88, in run self.operator = self.operator(self.args, self.sess, self.model, self.model) "/media/arch760/My Passport/TFSegmentation/train/train.py", line 50, in __init__ super().__init__(args, sess, train_model, test_model) "/media/arch760/My Passport/TFSegmentation/train/basic_train.py", line 39, in __init__ save_relative_paths=True) "/home/arch760/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1338, in __init__ self.build() "/home/arch760/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1347, in build self._build(self._filename, build_save=True, build_restore=True) "/home/arch760/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1384, in _build build_save=build_save, build_restore=build_restore) "/home/arch760/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 813, in _build_internal saveables = self._ValidateAndSliceInputs(names_to_saveables) "/home/arch760/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 661, in _ValidateAndSliceInputs names_to_saveables = BaseSaverBuilder.OpListToDict(names_to_saveables) "/home/arch760/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 638, in OpListToDict name) ValueError: At least two variables have the same name: network/conv1_x/bn1/mu
0.566338
Traceback (most recent call last): "C:\Python38\lib\site-packages\web\application.py", line 278, in process return p(lambda: process(processors)) "C:\Python38\lib\site-packages\web\session.py", line 99, in _processor self._cleanup() "C:\Python38\lib\site-packages\web\session.py", line 203, in _cleanup if current_time - self._last_cleanup_time > timeout: TypeError: '>' not supported between instances of 'float' and 'tuple'
Traceback (most recent call last): "/usr/lib64/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib64/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/root/.local/lib/python3.6/site-packages/pipenv/__main__.py", line 4, in <module> cli() "/root/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/root/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 697, in main rv = self.invoke(ctx) "/root/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/root/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/root/.local/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/root/.local/lib/python3.6/site-packages/pipenv/cli.py", line 197, in install selective_upgrade=selective_upgrade "/root/.local/lib/python3.6/site-packages/pipenv/core.py", line 1767, in do_install ensure_project(three=three, python=python, system=system, warn=True, deploy=deploy, skip_requirements=skip_requirements) "/root/.local/lib/python3.6/site-packages/pipenv/core.py", line 688, in ensure_project ensure_pipfile(validate=validate, skip_requirements=skip_requirements) "/root/.local/lib/python3.6/site-packages/pipenv/core.py", line 341, in ensure_pipfile project.create_pipfile(python=python) "/root/.local/lib/python3.6/site-packages/pipenv/project.py", line 439, in create_pipfile data[u'requires'] = {'python_version': python_version(self.which('python'))[:len('2.7')]} TypeError: 'NoneType' object is not subscriptable
0.57669
Traceback (most recent call last): "/vol/data/base/software/nodist/noarch/unoconv/unoconv", line 1389, in <module> main() "/vol/data/base/software/nodist/noarch/unoconv/unoconv", line 1305, in main convertor.convert(inputfn) "/vol/data/base/software/nodist/noarch/unoconv/unoconv", line 1120, in convert raise UnoException("Unable to store document to %s (ErrCode %d)\n\nProperties: %s" % (outputurl, e.ErrCode, outputprops), None) "/usr/lib/python3/dist-packages/uno.py", line 516, in _uno_struct__getattr__ return getattr(self.__dict__["value"], name) AttributeError: ErrCode
Traceback (most recent call last): "mkchromecast.py", line 8, in <module> from mkchromecast.cast import * "/root/mkchromecast/mkchromecast/cast.py", line 13, in <module> import pychromecast "/usr/lib64/python2.7/site-packages/pychromecast/__init__.py", line 15, in <module> from .discovery import discover_chromecasts, start_discovery, stop_discovery "/usr/lib64/python2.7/site-packages/pychromecast/discovery.py", line 5, in <module> from zeroconf import ServiceBrowser, Zeroconf "/usr/lib64/python2.7/site-packages/zeroconf.py", line 152, in <module> @enum.unique AttributeError: 'module' object has no attribute 'unique'
0.510459
Traceback (most recent call last): "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\tensorflow_core\python\pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "C:\Users\91901\anaconda3\envs\tf_1\lib\imp.py", line 243, in load_module return load_dynamic(name, filename, file) "C:\Users\91901\anaconda3\envs\tf_1\lib\imp.py", line 343, in load_dynamic return _load(spec) ImportError: DLL load failed: The paging file is too small for this operation to complete.
Traceback (most recent call last): "D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\joblib\SubprocessorBase.py", line 62, in _subprocess_run self.on_initialize(client_dict) "D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\mainscripts\Extractor.py", line 68, in on_initialize nn.initialize (device_config) "D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\core\leras\nn.py", line 80, in initialize import tensorflow as tf "D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\__init__.py", line 49, in <module> from tensorflow.python import pywrap_tensorflow "D:\downloads\deepface\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\tensorflow\python\pywrap_tensorflow.py", line 74, in <module> raise ImportError(msg) ImportError: Traceback (most recent call last):
0.571051
Traceback (most recent call last): "build/dupeGuru.app/Contents/Resources/py/cocoa/inter.py", line 259, in pulse "build/dupeGuru.app/Contents/Resources/py/hscommon/gui/progress_window.py", line 101, in pulse "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 323, in _job_error "build/dupeGuru.app/Contents/Resources/py/hscommon/jobprogress/performer.py", line 43, in _async_run "build/dupeGuru.app/Contents/Resources/py/core/app.py", line 780, in do "build/dupeGuru.app/Contents/Resources/py/core/scanner.py", line 137, in get_dupe_groups "build/dupeGuru.app/Contents/Resources/py/core/pe/scanner.py", line 31, in _getmatches "build/dupeGuru.app/Contents/Resources/py/core/pe/matchblock.py", line 167, in getmatches "build/dupeGuru.app/Contents/Resources/py/core/pe/matchblock.py", line 65, in prepare_pictures "build/dupeGuru.app/Contents/Resources/py/core/pe/cache_shelve.py", line 121, in purge_outdated "build/dupeGuru.app/Contents/Resources/py/shelve.py", line 113, in __getitem__ KeyError: b'path:/Volumes/Visual/Photography/Recovery/Recovery 2020/DNG & NEF from Visual 2019/Recovered s from Visual 2019/Reconstructed s/Images/PNG2/P180x105-28729.png'
ERROR: Traceback (most recent call last): "/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/log.py", line 186, in setup disable_existing_loggers=disable_existing_loggers) "/usr/share/python/st2python/lib/python2.7/logging/config.py", line 85, in fileConfig handlers = _install_handlers(cp, formatters) "/usr/share/python/st2python/lib/python2.7/logging/config.py", line 166, in _install_handlers h.setLevel(logging._levelNames[level]) KeyError: 'debug'
0.568978
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/schemainspect/misc.py", line 9, in connection_from_s_or_c s_or_c.engine AttributeError: 'Session' object has no attribute 'engine'
Traceback (most recent call last): "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step result = coro.send(None) "/srv/hass/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 399, in async_process_entity new_entity, self, update_before_add=update_before_add "/srv/hass/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 247, in async_add_entity yield from entity.async_update_ha_state() "/srv/hass/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 210, in async_update_ha_state state = self.state "/srv/hass/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 360, in state return STATE_ON if self.is_on else STATE_OFF "/srv/hass/lib/python3.6/site-packages/homeassistant/components/switch/wink.py", line 51, in is_on return self.wink.state() "/srv/hass/lib/python3.6/site-packages/pywink/devices/binary_switch_group.py", line 13, in state return bool(self.state_true_count() != 0) "/srv/hass/lib/python3.6/site-packages/pywink/devices/binary_switch_group.py", line 19, in state_true_count return self.reading_aggregation().get("powered").get("true_count") AttributeError: 'NoneType' object has no attribute 'get'
0.613121
Traceback (most recent call last): "/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/uix/widget.py", line 265, in _widget_destructor "/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/lang/builder.py", line 760, in unbind_widget "kivy/weakproxy.pyx", line 30, in kivy.weakproxy.WeakProxy.__getattr__ AttributeError: 'weakref' object has no attribute 'cline_in_traceback'
Traceback (most recent call last): "orderBook.py", line 33, in <module> order = my_bittrex.get_market_summaries() "/usr/local/lib/python3.5/dist-packages/bittrex/bittrex.py", line 110, in get_market_summaries return self.api_query('getmarketsummaries') "/usr/local/lib/python3.5/dist-packages/bittrex/bittrex.py", line 62, in api_query request_url += urllib.urlencode(options) AttributeError: module 'urllib' has no attribute 'urlencode'
0.571826
Traceback (most recent call last): "detect.py", line 186, in <module> app.run(main) "/home/vinorth/.virtualenvs/yolo-tflite/lib/python3.7/site-packages/absl/app.py", line 299, in run _run_main(main, args) "/home/vinorth/.virtualenvs/yolo-tflite/lib/python3.7/site-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) "detect.py", line 85, in main boxes, pred_conf = filter_boxes(pred[0], pred[1], score_threshold=0.25, input_shape=tf.constant([input_size, input_size])) IndexError: list index out of range
Traceback (most recent call last): "wahrnehmung_seminar/tmp.py", line 9, in <module> for trial in trials: "/Users/tsawallis/opt/miniconda3/envs/wahrnehmung_seminar/lib/python3.6/site-packages/psychopy/data/trial.py", line 1512, in __next__ position=self.getNextTrialPosInDataHandler()) "/Users/tsawallis/opt/miniconda3/envs/wahrnehmung_seminar/lib/python3.6/site-packages/psychopy/data/base.py", line 556, in add self[thisType][position[0], int(position[1])] = value "/Users/tsawallis/opt/miniconda3/envs/wahrnehmung_seminar/lib/python3.6/site-packages/numpy/ma/core.py", line 3386, in __setitem__ _data[indx] = dval IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boolean arrays are valid indices
0.632089
Traceback (most recent call last): "/usr/local/bin/gsutil", line 5, in <module> from gslib.__main__ import main "/usr/local/lib/python3.9/site-packages/gslib/__main__.py", line 92, in <module> from gslib.command_runner import CommandRunner "/usr/local/lib/python3.9/site-packages/gslib/command_runner.py", line 64, in <module> from gslib.tests.util import HAS_NON_DEFAULT_GS_HOST "/usr/local/lib/python3.9/site-packages/gslib/tests/util.py", line 126, in <module> TEST_ENCRYPTION_KEY1_SHA256_B64 = Base64Sha256FromBase64EncryptionKey( "/usr/local/lib/python3.9/site-packages/gslib/utils/encryption_helper.py", line 152, in Base64Sha256FromBase64EncryptionKey decoded_bytes = base64.decodestring(csek_encryption_key) AttributeError: module 'base64' has no attribute 'decodestring'
Traceback (most recent call last): "DenseNet.py", line 237, in <module> summary(model, (3,32,32)) "/home/sriharsha/miniconda3/lib/python3.6/site-packages/torchsummary/torchsummary.py", line 56, in summary model(x) "/home/sriharsha/miniconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__ result = self.forward(*input, **kwargs) "DenseNet.py", line 226, in forward features = self.features(x) "/home/sriharsha/miniconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__ result = self.forward(*input, **kwargs) "/home/sriharsha/miniconda3/lib/python3.6/site-packages/torch/nn/modules/container.py", line 67, in forward input = module(input) "/home/sriharsha/miniconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 359, in __call__ hook_result = hook(self, input, result) "/home/sriharsha/miniconda3/lib/python3.6/site-packages/torchsummary/torchsummary.py", line 28, in hook params += th.prod(th.LongTensor(list(module.bias.size()))) AttributeError: 'bool' object has no attribute 'size'
0.621022
Traceback (most recent call last): "E:/Practice/testing.py", line 6, in <module> print(len(playlist.video_urls)) "C:\Python\Python 3.7\lib\site-packages\pytube\contrib\playlist.py", line 242, in video_urls for page in list(self._paginate()) "C:\Python\Python 3.7\lib\site-packages\pytube\contrib\playlist.py", line 111, in _paginate req = request.get(load_more_url, extra_headers=headers) TypeError: get() got an unexpected keyword argument 'extra_headers'
Traceback (most recent call last): "/usr/local/bin/wordcloud_cli.py", line 4, in <module> __import__('pkg_resources').run_script('wordcloud==1.4.1', 'wordcloud_cli.py') "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 658, in run_script self.require(requires)[0].run_script(script_name, ns) "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1438, in run_script exec(code, namespace, namespace) "/usr/local/lib/python2.7/dist-packages/wordcloud-1.4.1-py2.7-linux-x86_64.egg/EGG-INFO/scripts/wordcloud_cli.py", line 185, in <module> main(*parse_args(sys.argv[1:])) "/usr/local/lib/python2.7/dist-packages/wordcloud-1.4.1-py2.7-linux-x86_64.egg/EGG-INFO/scripts/wordcloud_cli.py", line 164, in parse_args args['stopwords'] = set(map(str.strip, f.readlines())) TypeError: descriptor 'strip' requires a 'str' object but received a 'unicode'
0.54188
Traceback (most recent call last): "start_ofd.py", line 2, in <module> import tests.main_test as main_test "C:\OnlyFans-5.9.1\tests\main_test.py", line 4, in <module> import helpers.main_helper as main_helper "C:\OnlyFans-5.9.1\helpers\main_helper.py", line 5, in <module> from classes.prepare_metadata import format_variables, prepare_metadata, prepare_reformat "C:\OnlyFans-5.9.1\classes\prepare_metadata.py", line 217, in <module> class prepare_reformat(object): "C:\OnlyFans-5.9.1\classes\prepare_metadata.py", line 251, in prepare_reformat def reformat(self, unformatted_list) -> list[str]: TypeError: 'type' object is not subscriptable
Traceback (most recent call last): "/usr/lib64/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib64/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/chris/Projects/discord-fate-bot/discord_fate_bot/__main__.py", line 15, in <module> bot.load_extension('.extensions.error_handling') "/home/chris/.local/share/virtualenvs/discord-fate-bot-MUSnTVTS/lib/python3.7/site-packages/discord/ext/commands/bot.py", line 621, in load_extension lib = importlib.import_module(name) "/home/chris/.local/share/virtualenvs/discord-fate-bot-MUSnTVTS/lib64/python3.7/importlib/__init__.py", line 122, in import_module raise TypeError(msg.format(name)) TypeError: the 'package' argument is required to perform a relative import for '.extensions.error_handling'
0.632924
Traceback (most recent call last): "train.py", line 218, in <module> train(training_dbs, validation_db, args.start_iter) "train.py", line 160, in train training_loss = nnet.train(**training) "/data2/yanmengkai/CornerNet/nnet/py_factory.py", line 82, in train loss = self.network(xs, ys) "/root/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/data2/yanmengkai/CornerNet/models/py_utils/data_parallel.py", line 66, in forward inputs, kwargs = self.scatter(inputs, kwargs, self.device_ids, self.chunk_sizes) "/data2/yanmengkai/CornerNet/models/py_utils/data_parallel.py", line 77, in scatter return scatter_kwargs(inputs, kwargs, device_ids, dim=self.dim, chunk_sizes=self.chunk_sizes) "/data2/yanmengkai/CornerNet/models/py_utils/scatter_gather.py", line 30, in scatter_kwargs inputs = scatter(inputs, target_gpus, dim, chunk_sizes) if inputs else [] "/data2/yanmengkai/CornerNet/models/py_utils/scatter_gather.py", line 25, in scatter return scatter_map(inputs) "/data2/yanmengkai/CornerNet/models/py_utils/scatter_gather.py", line 18, in scatter_map return list(zip(*map(scatter_map, obj))) "/data2/yanmengkai/CornerNet/models/py_utils/scatter_gather.py", line 20, in scatter_map return list(map(list, zip(*map(scatter_map, obj)))) "/data2/yanmengkai/CornerNet/models/py_utils/scatter_gather.py", line 15, in scatter_map return Scatter.apply(target_gpus, chunk_sizes, dim, obj) "/root/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/nn/parallel/_functions.py", line 87, in forward outputs = comm.scatter(input, ctx.target_gpus, ctx.chunk_sizes, ctx.dim, streams) "/root/anaconda3/envs/CornerNet/lib/python3.6/site-packages/torch/cuda/comm.py", line 142, in scatter return tuple(torch._C._scatter(tensor, devices, chunk_sizes, dim, streams)) RuntimeError: CUDA error (10): invalid device ordinal (check_status at /opt/conda/conda-bld/pytorch_1532581333611/work/aten/src/ATen/cuda/detail/CUDAHooks.cpp:36)
Traceback (most recent call last): "/home/ubuntu/anaconda3/lib/python3.7/site-packages/ray/new_dashboard/agent.py", line 295, in <module> raylet_name=args.raylet_name) "/home/ubuntu/anaconda3/lib/python3.7/site-packages/ray/new_dashboard/agent.py", line 66, in __init__ f"[::]:{self.dashboard_agent_port}") "/home/ubuntu/anaconda3/lib/python3.7/site-packages/grpc/aio/_server.py", line 84, in add_insecure_port address, self._server.add_insecure_port(_common.encode(address))) "/home/ubuntu/anaconda3/lib/python3.7/site-packages/grpc/_common.py", line 166, in validate_port_binding_result raise RuntimeError(_ERROR_MESSAGE_PORT_BINDING_FAILED % address) RuntimeError: Failed to bind to address [::]:49324; set GRPC_VERBOSITY=debug environment variable to see detailed error message.
0.523256
`Traceback (most recent call last): "teams_scraper.py", line 27, in <module> main() "teams_scraper.py", line 22, in main parse_entry_leagues(personal_data, output_folder) "/home/freanu/dav.io/Fantasy-Premier-League/parsers.py", line 72, in parse_entry_leagues cup_leagues_df = pd.DataFrame.from_records(data["leagues"]["cup"]) "/home/freanu/py_envs/fntsy-premier-lg/lib/python3.7/site-packages/pandas/core/frame.py", line 1652, in from_records mgr = arrays_to_mgr(arrays, arr_columns, result_index, columns) "/home/freanu/py_envs/fntsy-premier-lg/lib/python3.7/site-packages/pandas/core/internals/construction.py", line 77, in arrays_to_mgr index = extract_index(arrays) "/home/freanu/py_envs/fntsy-premier-lg/lib/python3.7/site-packages/pandas/core/internals/construction.py", line 372, in extract_index "Mixing dicts with non-Series may lead to ambiguous ordering." ValueError: Mixing dicts with non-Series may lead to ambiguous ordering.
Traceback (most recent call last): "/anaconda2/lib/python2.7/site-packages/instagram_scraper-1.5.3-py2.7.egg/instagram_scraper/app.py", line 431, in media_gen media = self.fetch_media_json(username, max_id=None) "/anaconda2/lib/python2.7/site-packages/instagram_scraper-1.5.3-py2.7.egg/instagram_scraper/app.py", line 464, in fetch_media_json raise ValueError('User {0} does not exist'.format(username)) ValueError: User lynaritaa does not exist
0.441941
PlexPy API 'get_libraries_table' request failed: 'data'.Traceback (most recent call last): "/Applications/Tautulli/Scripts/notify_added_custom.py", line 317, in <module> glt = [lib for lib in get_get_libraries_table()] TypeError: 'NoneType' object is not iterable
Traceback (most recent call last): "C:\Program s\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1776.0_x64__qbz5n2kfra8p0\lib\threading.py", line 932, in _bootstrap_inner self.run() "C:\Program s\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.1776.0_x64__qbz5n2kfra8p0\lib\threading.py", line 870, in run self._target(*self._args, **self._kwargs) "C:\Users\Test\env\lib\site-packages\andriller\utils.py", line 40, in command return method(self, *args, **kwargs) "C:\Users\Test\env\lib\site-packages\andriller\windows.py", line 532, in RunUsbExtraction drill.InitialAdbRead() "C:\Users\Test\env\lib\site-packages\andriller\driller.py", line 108, in InitialAdbRead self.REPORT['permisson'] = get_permission() "C:\Users\Test\env\lib\site-packages\andriller\driller.py", line 79, in get_permission if 'root' in self.adb('exec-out id'): TypeError: argument of type 'NoneType' is not iterable
0.650431
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/django/test/testcases.py", line 1123, in setUpClass super().setUpClass() "/usr/lib/python3.7/site-packages/django/test/testcases.py", line 197, in setUpClass cls._add_databases_failures() "/usr/lib/python3.7/site-packages/django/test/testcases.py", line 218, in _add_databases_failures cls.databases = cls._validate_databases() "/usr/lib/python3.7/site-packages/django/test/testcases.py", line 204, in _validate_databases if alias not in connections: TypeError: argument of type 'ConnectionHandler' is not iterable
Traceback (most recent call last): "/home/ncc/.local/lib/python3.7/site-packages/ansible/executor/task_executor.py", line 144, in run res = self._execute() "/home/ncc/.local/lib/python3.7/site-packages/ansible/executor/task_executor.py", line 648, in _execute result = self._handler.run(task_vars=variables) "/usr/share/ansible/openshift-ansible/roles/lib_openshift/action_plugins/conditional_set_fact.py", line 57, in run local_facts[param] = facts[other_var] TypeError: string indices must be integers
0.561611
Traceback (most recent call last): "cellprofiler\gui\welcome.py", line 476, in OnLinkClicked self.__display_help(href[7:]) "cellprofiler\gui\welcome.py", line 485, in __display_help html_str = self.href_to_help[href] KeyError: u'Using%20the%20help'
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/tasks.py", line 239, in _step result = coro.send(None) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 232, in async_update_ha_state state = self.state "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity.py", line 426, in state return STATE_ON if self.is_on else STATE_OFF "/home/homeassistant/.homeassistant/custom_components/switch/sonoff.py", line 48, in is_on self._state = self.get_state() "/home/homeassistant/.homeassistant/custom_components/sonoff.py", line 414, in get_state return device['params']['switch'] == 'on' if device else False KeyError: 'switch'
0.541688
Traceback (most recent call last): "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 1363, in record_messages endpoint, sender_id, sender_ids, plot_file "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 881, in _predict_till_next_listen action_name, policy, confidence, predictions, endpoint, sender_id "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 1020, in _validate_action is_correct = await _ask_questions(question, sender_id, endpoint) "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 312, in _ask_questions should_retry = await _ask_if_quit(sender_id, endpoint) "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 589, in _ask_if_quit await _write_data_to_file(sender_id, endpoint) "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 565, in _write_data_to_file await _write_nlu_to_file(nlu_path, events) "/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 807, in _write_nlu_to_file f.write(nlu_data.as_markdown()) "/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/training_data.py", line 134, in as_markdown return MarkdownWriter().dumps(self) "/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/formats/markdown.py", line 206, in dumps md += self._generate_training_examples_md(training_data) "/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/formats/markdown.py", line 219, in _generate_training_examples_md key=lambda k: k["intent"], "/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/formats/markdown.py", line 219, in <lambda> key=lambda k: k["intent"], KeyError: 'intent'
Traceback (most recent call last): "/users/zhaojunyao/pyitems/forked_MatchZoo/MatchZoo/test_local/test_model_on_snli.py", line 60, in <module> history = model.fit_generator(train_generator, epochs=30, callbacks=[evaluate], workers=30, use_multiprocessing=True) "/users/zhaojunyao/pyitems/forked_MatchZoo/MatchZoo/matchzoo/engine/base_model.py", line 276, in fit_generator verbose=verbose, **kwargs "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91, in wrapper return func(*args, **kwargs) "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/engine/training.py", line 1418, in fit_generator initial_epoch=initial_epoch) "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/engine/training_generator.py", line 181, in fit_generator generator_output = next(output_generator) "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/utils/data_utils.py", line 601, in get six.reraise(*sys.exc_info()) "/users/zhaojunyao/env/lib/python3.6/site-packages/six.py", line 686, in reraise raise value "/users/zhaojunyao/env/lib/python3.6/site-packages/keras/utils/data_utils.py", line 595, in get inputs = self.queue.get(block=True).get() "/users/zhaojunyao/env/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value KeyError: "None of [Int64Index([91481], dtype='int64')] are in the [index]"
0.559227
Traceback (most recent call last): "/usr/lib/python3.7/socketserver.py", line 650, in process_request_thread self.finish_request(request, client_address) "/usr/lib/python3.7/socketserver.py", line 360, in finish_request self.RequestHandlerClass(request, client_address, self) "/usr/lib/python3.7/socketserver.py", line 722, in __init__ self.finish() "/usr/lib/python3.7/socketserver.py", line 777, in finish if not self.wfile.closed: AttributeError: 'SETHandler' object has no attribute 'wfile'
Traceback (most recent call last): "/usr/bin/extract-paired-reads.py", line 4, in <module> import pkg_resources "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 3147, in <module> @_call_aside "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 3131, in _call_aside f(*args, **kwargs) "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 3160, in _initialize_master_working_set working_set = WorkingSet._build_master() "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 657, in _build_master ws = cls() "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 650, in __init__ self.add_entry(entry) "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 706, in add_entry for dist in find_distributions(entry, True): "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1966, in find_eggs_in_zip if metadata.has_metadata('PKG-INFO'): "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1488, in has_metadata return self.egg_info and self._has(self._fn(self.egg_info, name)) "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1840, in _has return zip_path in self.zipinfo or zip_path in self._index() "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1717, in zipinfo return self._zip_manifests.load(self.loader.archive) "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1677, in load manifest = self.build(path) "/usr/lib/python2.6/site-packages/pkg_resources/__init__.py", line 1650, in build with zipfile.Zip (path) as zfile: AttributeError: Zip instance has no attribute '__exit__'
0.53195
Traceback (most recent call last): "/Users/aktech/anaconda3/envs/distributed-bug/lib/python3.8/site-packages/distributed/protocol/pickle.py", line 49, in dumps result = pickle.dumps(x, **dump_kwargs) AttributeError: Can't pickle local object 'foo_does_not_works.<locals>.bar'
Traceback (most recent call last): "/usr/local/bin/t2t-trainer", line 33, in <module> tf.app.run() "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "/usr/local/bin/t2t-trainer", line 28, in main t2t_trainer.main(argv) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/bin/t2t_trainer.py", line 401, in main execute_schedule(exp) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/bin/t2t_trainer.py", line 356, in execute_schedule getattr(exp, FLAGS.schedule)() "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/trainer_lib.py", line 401, in continuous_train_and_eval self._eval_spec) "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/training.py", line 471, in train_and_evaluate return executor.run() "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/training.py", line 611, in run return self.run_local() "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/training.py", line 712, in run_local saving_listeners=saving_listeners) "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/estimator.py", line 358, in train loss = self._train_model(input_fn, hooks, saving_listeners) "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/estimator.py", line 1124, in _train_model return self._train_model_default(input_fn, hooks, saving_listeners) "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/estimator.py", line 1154, in _train_model_default features, labels, model_fn_lib.ModeKeys.TRAIN, self.config) "/usr/local/lib/python2.7/dist-packages/tensorflow_estimator/python/estimator/estimator.py", line 1112, in _call_model_fn model_fn_results = self._model_fn(features=features, **kwargs) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/t2t_model.py", line 1414, in wrapping_model_fn use_tpu=use_tpu) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/t2t_model.py", line 1477, in estimator_model_fn logits, losses_dict = model(features) # pylint: disable=not-callable "/usr/local/lib/python2.7/dist-packages/tensorflow/python/layers/base.py", line 530, in __call__ outputs = super(Layer, self).__call__(inputs, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/keras/engine/base_layer.py", line 554, in __call__ outputs = self.call(inputs, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/t2t_model.py", line 323, in call sharded_logits, losses = self.model_fn_sharded(sharded_features) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/t2t_model.py", line 400, in model_fn_sharded sharded_logits, sharded_losses = dp(self.model_fn, datashard_to_features) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/expert_utils.py", line 231, in __call__ outputs.append(fns[i](*my_args[i], **my_kwargs[i])) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/t2t_model.py", line 427, in model_fn body_out = self.body(transformed_features) "/usr/local/lib/python2.7/dist-packages/tensor2tensor/models/image_transformer.py", line 50, in body if (hparams.likelihood == cia.DistributionType.DMOL and AttributeError: 'HParams' object has no attribute 'likelihood'
0.520652
Traceback (most recent call last): "C:\dev\test3\lib\site-packages\sphinx\cmdline.py", line 296, in main app.build(opts.force_all, filenames) "C:\dev\test3\lib\site-packages\sphinx\application.py", line 333, in build self.builder.build_update() "C:\dev\test3\lib\site-packages\sphinx\builders\__init__.py", line 251, in build_update 'out of date' % len(to_build)) "C:\dev\test3\lib\site-packages\sphinx\builders\__init__.py", line 322, in build self.write(docnames, list(updated_docnames), method) "C:\dev\test3\lib\site-packages\sphinx\builders\__init__.py", line 360, in write self._write_serial(sorted(docnames), warnings) "C:\dev\test3\lib\site-packages\sphinx\builders\__init__.py", line 366, in _write_serial doctree = self.env.get_and_resolve_doctree(docname, self) "C:\dev\test3\lib\site-packages\sphinx\environment\__init__.py", line 1004, in get_and_resolve_doctree self.resolve_references(doctree, docname, builder) "C:\dev\test3\lib\site-packages\sphinx\environment\__init__.py", line 1075, in resolve_references builder.app.emit('doctree-resolved', doctree, fromdocname) "C:\dev\test3\lib\site-packages\sphinx\application.py", line 589, in emit results.append(callback(self, *args)) "C:\dev\test3\lib\site-packages\sphinxcontrib\needs.py", line 600, in process_spec_nodes all_needs = env.need_all_needs AttributeError: 'BuildEnvironment' object has no attribute 'need_all_needs'
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
0.557945
Traceback (most recent call last): "/usr/bin/awx-manage", line 9, in <module> load_entry_point('awx==3.2.2', 'console_scripts', 'awx-manage')() "/lib/python2.7/site-packages/awx/__init__.py", line 107, in manage "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py", line 346, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 394, in run_from_argv self.execute(*args, **cmd_options) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 445, in execute output = self.handle(*args, **options) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 661, in handle return self.handle_noargs(**options) "/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 995, in handle_noargs "/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 245, in load_inventory_source "/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 180, in load "/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 163, in command_to_json RuntimeError: ansible-inventory failed (rc=4) with stdout:
Traceback (most recent call last): "/home/tim/.local/lib/python3.8/site-packages/py2neo/database/work.py", line 69, in __init__ self._transaction = self._connector.begin(self._graph.name, "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() "/usr/lib/python3.8/multiprocessing/process.py", line 315, in _bootstrap self.run() "/home/tim/.local/lib/python3.8/site-packages/py2neo/client/__init__.py", line 873, in begin cx = self.acquire(graph_name, readonly=readonly) "/home/tim/Repos/github.com/covidgraph/data_cord19/tmp.py", line 12, in run tx_worker = g_worker.begin() "/home/tim/Repos/github.com/covidgraph/data_cord19/tmp.py", line 12, in run tx_worker = g_worker.begin() "/home/tim/.local/lib/python3.8/site-packages/py2neo/client/__init__.py", line 766, in acquire return pool.acquire(timeout=self.acquire_timeout, force_reset=force_reset) "/home/tim/.local/lib/python3.8/site-packages/py2neo/database/__init__.py", line 432, in begin return Transaction(self, autocommit, "/home/tim/.local/lib/python3.8/site-packages/py2neo/database/__init__.py", line 432, in begin return Transaction(self, autocommit, "/home/tim/.local/lib/python3.8/site-packages/py2neo/client/__init__.py", line 481, in acquire raise RuntimeError("Unable to acquire connection") "/home/tim/.local/lib/python3.8/site-packages/py2neo/database/work.py", line 69, in __init__ self._transaction = self._connector.begin(self._graph.name, "/home/tim/.local/lib/python3.8/site-packages/py2neo/database/work.py", line 69, in __init__ self._transaction = self._connector.begin(self._graph.name, "/home/tim/.local/lib/python3.8/site-packages/py2neo/client/__init__.py", line 873, in begin cx = self.acquire(graph_name, readonly=readonly) RuntimeError: Unable to acquire connection
0.585224
Traceback (most recent call last): "examples/mnist_siamese.py", line 133, in <module> validation_data=([te_pairs[:, 0], te_pairs[:, 1]], te_y)) "build/bdist.linux-x86_64/egg/keras/engine/training.py", line 1603, in fit "build/bdist.linux-x86_64/egg/keras/engine/training.py", line 1155, in _fit_loop "build/bdist.linux-x86_64/egg/keras/engine/training.py", line 1332, in _test_loop "build/bdist.linux-x86_64/egg/keras/engine/training.py", line 374, in _make_batches TypeError: float() argument must be a string or a number
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'
0.565295
Traceback (most recent call last): "C:/Users/--/PycharmProjects/deeppacket-KimythAnly/rdpcpTry.py", line 17, in <module> outfile.write(line) TypeError: a bytes-like object is required, not 'int'
Traceback (most recent call last): "train.py", line 198, in <module> cost = trainBatch(crnn, criterion, optimizer) "train.py", line 173, in trainBatch data = train_iter.next() "/home/chase/anaconda3/envs/maskrcnn_benchmark1/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 637, in __next__ return self._process_next_batch(batch) "/home/chase/anaconda3/envs/maskrcnn_benchmark1/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 658, in _process_next_batch raise batch.exc_type(batch.exc_msg) TypeError: function takes exactly 5 arguments (1 given)
0.547955
Traceback (most recent call last): "OneVsRestClassifier.py", line 18, in sklearn2pmml(pipeline, 'OneVsRestClassifier.pmml') "..\Python37-32\lib\site-packages\sklearn2pmml\__init__.py", line 252, in sklearn2pmml raise RuntimeError("The JPMML-SkLearn conversion application has failed. The Java executable should have printed more information about the failure into its standard output and/or standard error streams") RuntimeError: The JPMML-SkLearn conversion application has failed. The Java executable should have printed more information about the failure into its standard output and/or standard error streams
Traceback (most recent call last): "/usr/local/bin/horovodrun", line 8, in <module> sys.exit(run_commandline()) "/usr/local/lib/python3.7/dist-packages/horovod/runner/launch.py", line 768, in run_commandline _run(args) "/usr/local/lib/python3.7/dist-packages/horovod/runner/launch.py", line 758, in _run return _run_static(args) "/usr/local/lib/python3.7/dist-packages/horovod/runner/launch.py", line 586, in _run_static raise RuntimeError('could not connect to some hosts via ssh') RuntimeError: could not connect to some hosts via ssh
0.481266
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/trackma/ui/qtui.py", line 1633, in r_details_loaded for line in details['extra']: KeyError: 'extra'
Traceback (most recent call last): "/home/champion/learn/binance-trade-bot/binance_trade_bot/scheduler.py", line 25, in _run_job super()._run_job(job) "/home/champion/.local/lib/python3.8/site-packages/schedule/__init__.py", line 147, in _run_job ret = job.run() "/home/champion/.local/lib/python3.8/site-packages/schedule/__init__.py", line 491, in run ret = self.job_func() "/home/champion/learn/binance-trade-bot/binance_trade_bot/auto_trader.py", line 155, in scout transaction_fee = self.manager.get_fee(pair.from_coin, self.config.BRIDGE, True) + self.manager.get_fee( "/home/champion/learn/binance-trade-bot/binance_trade_bot/binance_api_manager.py", line 35, in get_fee base_fee = self.get_trade_fees()[origin_coin + target_coin] "/home/champion/.local/lib/python3.8/site-packages/cachetools/decorators.py", line 22, in wrapper v = func(*args, **kwargs) "/home/champion/learn/binance-trade-bot/binance_trade_bot/binance_api_manager.py", line 28, in get_trade_fees return {ticker["symbol"]: ticker["taker"] for ticker in self.binance_client.get_trade_fee()["tradeFee"]} "/home/champion/.local/lib/python3.8/site-packages/binance/client.py", line 2169, in get_trade_fee if not res['success']: KeyError: 'success'
0.585957
Traceback (most recent call last): "__main__.py", line 19, in <module> "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfdfxmx88\build\youtube_dl\__init__.py", line 465, in main "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfdfxmx88\build\youtube_dl\__init__.py", line 455, in _real_main "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfdfxmx88\build\youtube_dl\YoutubeDL.py", line 1956, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfdfxmx88\build\youtube_dl\YoutubeDL.py", line 787, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfdfxmx88\build\youtube_dl\YoutubeDL.py", line 831, in process_ie_result "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfdfxmx88\build\youtube_dl\utils.py", line 541, in sanitize_url AttributeError: 'NoneType' object has no attribute 'startswith'
Traceback (most recent call last): "/Users/pravin/Electrum/electrum/gui/qt/network_dialog.py", line 69, in on_update self.nlayout.update() "/Users/pravin/Electrum/electrum/gui/qt/network_dialog.py", line 392, in update self.nodes_list_widget.update(self.network) "/Users/pravin/Electrum/electrum/gui/qt/network_dialog.py", line 116, in update name = b.get_name() "/Users/pravin/Electrum/electrum/blockchain.py", line 248, in get_name return self.get_hash(self.get_max_forkpoint()).lstrip('0')[0:10] "/Users/pravin/Electrum/electrum/blockchain.py", line 518, in get_hash header = self.read_header(height) "/Users/pravin/Electrum/electrum/blockchain.py", line 199, in func_wrapper return func(self, *args, **kwargs) "/Users/pravin/Electrum/electrum/blockchain.py", line 484, in read_header name = self.path() "/Users/pravin/Electrum/electrum/blockchain.py", line 199, in func_wrapper return func(self, *args, **kwargs) "/Users/pravin/Electrum/electrum/blockchain.py", line 352, in path prev_hash = self._prev_hash.lstrip('0') AttributeError: 'NoneType' object has no attribute 'lstrip'
0.660342
Traceback (most recent call last): "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) "/usr/local/lib/python3.6/dist-packages/sockeye/training.py", line 1177, in _decode_and_evaluate metrics = decoder.decode_and_evaluate(checkpoint, output_name) "/usr/local/lib/python3.6/dist-packages/sockeye/checkpoint_decoder.py", line 135, in decode_and_evaluate max_output_length_num_stds=self.max_output_length_num_stds) "/usr/local/lib/python3.6/dist-packages/sockeye/inference.py", line 448, in load_models inference_model.initialize(max_input_len, get_max_output_length) "/usr/local/lib/python3.6/dist-packages/sockeye/inference.py", line 132, in initialize self.encoder_module.bind(data_shapes=max_encoder_data_shapes, for_training=False, grad_req="null") "/usr/local/lib/python3.6/dist-packages/mxnet/module/bucketing_module.py", line 343, in bind force_rebind=False, shared_module=None, grad_req=grad_req) "/usr/local/lib/python3.6/dist-packages/mxnet/module/module.py", line 430, in bind state_names=self._state_names) "/usr/local/lib/python3.6/dist-packages/mxnet/module/executor_group.py", line 265, in __init__ self.bind_exec(data_shapes, label_shapes, shared_group) "/usr/local/lib/python3.6/dist-packages/mxnet/module/executor_group.py", line 361, in bind_exec shared_group)) "/usr/local/lib/python3.6/dist-packages/mxnet/module/executor_group.py", line 639, in _bind_ith_exec shared_buffer=shared_data_arrays, **input_shapes) "/usr/local/lib/python3.6/dist-packages/mxnet/symbol/symbol.py", line 1519, in simple_bind raise RuntimeError(error_msg) RuntimeError: simple_bind error. Arguments:
Traceback (most recent call last): "/usr/bin/conductor", line 11, in <module> load_entry_point('ansible-container', 'console_scripts', 'conductor')() "/_ansible/container/__init__.py", line 19, in __wrapped__ return fn(*args, **kwargs) "/_ansible/container/cli.py", line 399, in conductor_commandline **params) "/_ansible/container/__init__.py", line 19, in __wrapped__ return fn(*args, **kwargs) "/_ansible/container/core.py", line 813, in conductorcmd_build raise RuntimeError('Build failed.') RuntimeError: Build failed.
0.565903
Traceback (most recent call last): "demo/__init__.py", line 11, in <module> config = load_tornado_settings(*modules) "/Users/ahmad/Projects/Work/swagger_code_gen/example-app/demo/core/__init__.py", line 29, in load_tornado_settings module)) ImportError: Could not import routers 'demo_api_v1' (Is it on sys.path?)
Traceback (most recent call last): "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/home/john/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 79, in <module> main() "/home/john/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 16, in main click.Group(commands=commands)(prog_name='bench') "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 696, in main rv = self.invoke(ctx) "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) "/home/john/frappe-bench/env/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/home/john/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 24, in _func ret = f(frappe._dict(ctx.obj), *args, **kwargs) "/home/john/frappe-bench/apps/frappe/frappe/commands/site.py", line 214, in migrate migrate(context.verbose, rebuild_website=rebuild_website) "/home/john/frappe-bench/apps/frappe/frappe/migrate.py", line 31, in migrate frappe.modules.patch_handler.run_all() "/home/john/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 29, in run_all if not run_single(patchmodule = patch): "/home/john/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 63, in run_single return execute_patch(patchmodule, method, methodargs) "/home/john/frappe-bench/apps/frappe/frappe/modules/patch_handler.py", line 83, in execute_patch frappe.get_attr(patchmodule.split()[0] + ".execute")() "/home/john/frappe-bench/apps/erpnext/erpnext/patches/v8_0/move_perpetual_inventory_setting.py", line 8, in execute frappe.reload_doctype('Company') "/home/john/frappe-bench/apps/frappe/frappe/__init__.py", line 651, in reload_doctype force=force, reset_permissions=reset_permissions) "/home/john/frappe-bench/apps/frappe/frappe/__init__.py", line 663, in reload_doc return frappe.modules.reload_doc(module, dt, dn, force=force, reset_permissions=reset_permissions) "/home/john/frappe-bench/apps/frappe/frappe/modules/utils.py", line 152, in reload_doc return import_files(module, dt, dn, force=force, reset_permissions=reset_permissions) "/home/john/frappe-bench/apps/frappe/frappe/modules/import_file.py", line 19, in import_files reset_permissions=reset_permissions) "/home/john/frappe-bench/apps/frappe/frappe/modules/import_file.py", line 24, in import_file ret = import_file_by_path(path, force, pre_process=pre_process, reset_permissions=reset_permissions) "/home/john/frappe-bench/apps/frappe/frappe/modules/import_file.py", line 58, in import_file_by_path ignore_version=ignore_version, reset_permissions=reset_permissions) "/home/john/frappe-bench/apps/frappe/frappe/modules/import_file.py", line 129, in import_doc doc.insert() "/home/john/frappe-bench/apps/frappe/frappe/model/document.py", line 219, in insert self.run_post_save_methods() "/home/john/frappe-bench/apps/frappe/frappe/model/document.py", line 789, in run_post_save_methods self.run_method("on_update") "/home/john/frappe-bench/apps/frappe/frappe/model/document.py", line 666, in run_method out = Document.hook(fn)(self, *args, **kwargs) "/home/john/frappe-bench/apps/frappe/frappe/model/document.py", line 891, in composer return composed(self, method, *args, **kwargs) "/home/john/frappe-bench/apps/frappe/frappe/model/document.py", line 874, in runner add_to_return_value(self, fn(self, *args, **kwargs)) "/home/john/frappe-bench/apps/frappe/frappe/model/document.py", line 660, in <lambda> fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs) "/home/john/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 208, in on_update self.run_module_method("on_doctype_update") "/home/john/frappe-bench/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 257, in run_module_method module = load_doctype_module(self.name, self.module) "/home/john/frappe-bench/apps/frappe/frappe/modules/utils.py", line 184, in load_doctype_module raise ImportError, 'Module import failed for {0} ({1})'.format(doctype, module_name) ImportError: Module import failed for Company (erpnext.setup.doctype.company.company)
0.661693
Exception occurred in runner jobs.lookup_jid: Traceback (most recent call last): "/usr/lib/python3.7/site-packages/salt/client/mixins.py", line 381, in low data['return'] = func(*args, **kwargs) "/usr/lib/python3.7/site-packages/salt/runners/jobs.py", line 128, in lookup_jid display_progress=display_progress "/usr/lib/python3.7/site-packages/salt/runners/jobs.py", line 200, in list_job ret['Result'] = mminion.returners['{0}.get_jid'.format(returner)](jid) "/usr/lib/python3.7/site-packages/salt/returners/local_cache.py", line 357, in get_jid with salt.utils.files.fopen(retp, 'rb') as rfh: "/usr/lib/python3.7/site-packages/salt/utils/files.py", line 399, in fopen f_handle = open(*args, **kwargs) # pylint: disable=resource-leakage PermissionError: [Errno 13] Permission denied: '/var/cache/salt/master/jobs/00/f18031815ef2f13a28096fabced02cd5ea815a672b5a50ac58bf8730d097dd/salt/return.p'
Traceback (most recent call last): "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\req\req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_files isolated=self.isolated, "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) "C:\Users\kryst\Miniconda3\envs\tempenv\lib\site-packages\pip\wheel.py", line 323, in clobber shutil.copyfile(srcfile, destfile) "C:\Users\kryst\Miniconda3\envs\tempenv\lib\shutil.py", line 121, in copyfile with open(dst, 'wb') as fdst: PermissionError: [Errno 13] Permission denied: 'C:\\Users\\kryst\\Miniconda3\\envs\\tempenv\\Lib\\site-packages\\_cffi_backend.cp36-win_amd64.pyd'
0.636727
Traceback (most recent call last): "/usr/src/app/homeassistant/core.py", line 1010, in _event_to_service_call yield from service_handler.func(service_call) "/usr/src/app/homeassistant/components/configurator.py", line 224, in async_handle_service_call call.data.get(ATTR_FIELDS, {})) "/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__ yield self # This tells Task to wait for completion. "/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup future.result() "/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result raise self._exception "/usr/local/lib/python3.6/asyncio/tasks.py", line 180, in _step result = coro.send(None) "/usr/src/app/homeassistant/components/tradfri.py", line 70, in configuration_callback key = yield from api_factory.generate_psk(security_code) "/config/deps/lib/python3.6/site-packages/pytradfri/api/aiocoap_api.py", line 196, in generate_psk self._psk = yield from self.request(command) "/config/deps/lib/python3.6/site-packages/pytradfri/api/aiocoap_api.py", line 152, in request result = yield from self._execute(api_commands) "/config/deps/lib/python3.6/site-packages/pytradfri/api/aiocoap_api.py", line 144, in _execute api_command.result = _process_output(res, parse_json) "/config/deps/lib/python3.6/site-packages/pytradfri/command.py", line 71, in result self._result = self._process_result(value) "/config/deps/lib/python3.6/site-packages/pytradfri/gateway.py", line 29, in process_result return result[ATTR_PSK] TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "C:\Users\Shahriyar\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\cog_base.py", line 513, in jsk_python async for send, result in AsyncSender(executor): "C:\Users\Shahriyar\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal value = await base.asend(self.send_value) "C:\Users\Shahriyar\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\repl\compilation.py", line 137, in traverse async for send, result in AsyncSender(func(*self.args)): "C:\Users\Shahriyar\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal value = await base.asend(self.send_value) "<repl>", line 1, in _repl_coroutine "C:\Users\Shahriyar\AppData\Local\Programs\Python\Python38-32\lib\site-packages\discord\ext\commands\core.py", line 1106, in commands return set(self.all_commands.values()) TypeError: unhashable type: 'list'
0.615276
Traceback (most recent call last): "/Users/PycharmProjects/paddle_test/PytorchToCaffe/example/vgg19_pytorch_to_caffe.py", line 14, in <module> pytorch_to_caffe.trans_net(net, input, name) "/Users/PycharmProjects/paddle_test/PytorchToCaffe/pytorch_to_caffe.py", line 786, in trans_net out = net.forward(input_var) "/Users/.pyenv/versions/env/lib/python3.7/site-packages/torchvision/models/vgg.py", line 49, in forward x = self.features(x) "/Users/.pyenv/versions/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/Users/.pyenv/versions/env/lib/python3.7/site-packages/torch/nn/modules/container.py", line 119, in forward input = module(input) "/Users//.pyenv/versions/env/lib/python3.7/site-packages/torch/nn/modules/module.py", line 889, in _call_impl result = self.forward(*input, **kwargs) "/Users/.pyenv/versions/env/lib/python3.7/site-packages/torch/nn/modules/batchnorm.py", line 113, in forward self.num_batches_tracked = self.num_batches_tracked + 1 # type: ignore "/Users/PycharmProjects/paddle_test/PytorchToCaffe/pytorch_to_caffe.py", line 532, in _add bottom=[log.blobs(input),log.blobs(args[0])], top=top_blobs) "/Users/PycharmProjects/paddle_test/PytorchToCaffe/Caffe/layer_param.py", line 33, in __init__ self.bottom.extend(bottom) TypeError: None has type NoneType, but expected one of: bytes, unicode
Traceback (most recent call last): "/root/42315.py", line 998, in <module> exploit(target, pipe_name) "/root/42315.py", line 834, in exploit if not info['method'](conn, pipe_name, info): "/root/42315.py", line 489, in exploit_matched_pairs info.update(leak_frag_size(conn, tid, fid)) "/root/42315.py", line 333, in leak_frag_size req1 = conn.create_nt_trans_packet(5, param=pack('<HH', fid, 0), mid=mid, data='A'*0x10d0, maxParameterCount=GROOM_TRANS_SIZE-0x10d0-TRANS_NAME_LEN) "/root/mysmb.py", line 349, in create_nt_trans_packet _put_trans_data(transCmd, param, data, noPad) "/root/mysmb.py", line 73, in _put_trans_data transData = ('\x00' * padLen) + parameters TypeError: can only concatenate str (not "bytes") to str
0.588767
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/salt/state.py", line 2153, in call ret = self.states[cdata["full"]]( "/usr/lib/python3.8/site-packages/salt/loader.py", line 2087, in wrapper return f(*args, **kwargs) "/var/cache/salt/minion/extmods/states/mgrcompat.py", line 85, in module_run ret = module.run(**new_kwargs) "/usr/lib/python3.8/site-packages/salt/utils/decorators/__init__.py", line 746, in _decorate return self._call_function(kwargs) "/usr/lib/python3.8/site-packages/salt/utils/decorators/__init__.py", line 362, in _call_function error = six.text_type(error).replace( TypeError: replace() argument 1 must be str, not function
Warning: Assuming default configuration (tests/{setup_tests,setup}.py was not found)Traceback (most recent call last): "setup.py", line 39, in <module> setup(**configuration().todict()) "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/core.py", line 169, in setup return old_setup(**new_attr) "/home/lt228/anaconda3/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() "/home/lt228/anaconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/home/lt228/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/command/build.py", line 47, in run old_build.run(self) "/home/lt228/anaconda3/lib/python3.6/distutils/command/build.py", line 135, in run self.run_command(cmd_name) "/home/lt228/anaconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/lt228/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/command/build_src.py", line 148, in run self.build_sources() "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/command/build_src.py", line 165, in build_sources self.build_extension_sources(ext) "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/command/build_src.py", line 330, in build_extension_sources sources, py_files = self.filter_py_files(sources) "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/command/build_src.py", line 390, in filter_py_files return self.filter_files(sources, ['.py']) "/home/lt228/anaconda3/lib/python3.6/site-packages/numpy/distutils/command/build_src.py", line 399, in filter_files (base, ext) = os.path.splitext(source) "/home/lt228/anaconda3/lib/python3.6/posixpath.py", line 120, in splitext p = os.fspath(p) TypeError: expected str, bytes or os.PathLike object, not list
0.566168
Traceback (most recent call last): "/usr/src/app/homeassistant/helpers/entity_platform.py", line 248, in _async_add_entity await entity.async_device_update(warning=False) "/usr/src/app/homeassistant/helpers/entity.py", line 322, in async_device_update yield from self.hass.async_add_job(self.update) "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/sensor/enphase_envoy.py", line 98, in update self._state = int(envoy_reader.consumption(self._ip_address)) ValueError: invalid literal for int() with base 10: ' <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">\n <html lang="en">\n <!-- START HEAD CONTENT -->\n <head>\n <title>error</title>\n <meta http-equiv="Content-Type" content="t
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/eric/Desktop/ray/python/ray/actor.py", line 397, in remote return actor_cls._remote(args=args, kwargs=kwargs, **options) "/home/eric/Desktop/ray/python/ray/actor.py", line 496, in _remote "ray.get_actor('{name}')".format(name=name)) ValueError: The name bar is already taken.
0.504887
Traceback (most recent call last): "/tmp/easy_install-piq7epbq/numpy-1.20.0/tools/cythonize.py", line 59, in process_pyx from Cython.Compiler.Version import version as cython_version ModuleNotFoundError: No module named 'Cython'
Traceback (most recent call last): "<string>", line 2, in <module> ModuleNotFoundError: No module named 'win32com'
0.579322
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/core/executor.py", line 461, in run if not current_state.execute(): "/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/core/state.py", line 127, in execute result = self._platform.execute() "/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/platforms/evm.py", line 2506, in execute self.current_vm.execute() "/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/platforms/evm.py", line 1334, in execute result = self._handler(*arguments) "/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/platforms/evm.py", line 1300, in _handler return implementation(*arguments) "/usr/local/lib/python2.7/dist-packages/manticore-0.1.9-py2.7.egg/manticore/platforms/evm.py", line 1446, in SDIV result = (abs(s0) // abs(s1) * (-1 if s0 * s1 < 0 else 1)) TypeError: bad operand type for abs(): 'BitVecITE'
Traceback (most recent call last): "A:\Arima\PROJECTS\Fin\ProjectFolder\CenterNet\Demo.py", line 14, in <module> ret = detector.run(img)['results'] "../CenterNet/src/lib\detectors\base_detector.py", line 118, in run output, dets, forward_time = self.process(images, return_time=True) "../CenterNet/src/lib\detectors\ctdet.py", line 31, in process output = self.model.apply(images)[-1] "A:\Python\lib\site-packages\torch\nn\modules\module.py", line 445, in apply module.apply(fn) "A:\Python\lib\site-packages\torch\nn\modules\module.py", line 445, in apply module.apply(fn) "A:\Python\lib\site-packages\torch\nn\modules\module.py", line 445, in apply module.apply(fn) "A:\Python\lib\site-packages\torch\nn\modules\module.py", line 446, in apply fn(self) TypeError: 'Tensor' object is not callable`
0.594684
Traceback (most recent call last): "Python/runpy.py", line 280, in run_path "Python/runpy.py", line 85, in _run_code "kitty/__main__.py", line 15, in <module> "kitty/main.py", line 295, in main "kitty/main.py", line 205, in run_app "kitty/boss.py", line 79, in __init__ "kitty/tabs.py", line 323, in init "kitty/tabs.py", line 43, in __init__ TypeError: 'NoneType' object is not iterable
Traceback (most recent call last): "/usr/local/bin/salt", line 9, in <module> load_entry_point('salt==2016.11.1', 'console_scripts', 'salt')() "/usr/local/lib/python2.7/dist-packages/salt/scripts.py", line 464, in salt_main client.run() "/usr/local/lib/python2.7/dist-packages/salt/cli/salt.py", line 168, in run for full_ret in cmd_func(**kwargs): "/usr/local/lib/python2.7/dist-packages/salt/client/__init__.py", line 709, in cmd_cli **kwargs): "/usr/local/lib/python2.7/dist-packages/salt/client/__init__.py", line 1421, in get_cli_event_returns **kwargs "/usr/local/lib/python2.7/dist-packages/salt/client/__init__.py", line 1031, in get_iter_returns for raw in ret_iter: "/usr/local/lib/python2.7/dist-packages/salt/client/__init__.py", line 966, in get_returns_no_block no_block=True, auto_reconnect=self.auto_reconnect) "/usr/local/lib/python2.7/dist-packages/salt/utils/event.py", line 644, in get_event ret = self._get_event(wait, tag, match_func, no_block) "/usr/local/lib/python2.7/dist-packages/salt/utils/event.py", line 538, in _get_event raw = self.subscriber.read_sync(timeout=wait) "/usr/local/lib/python2.7/dist-packages/salt/transport/ipc.py", line 690, in read_sync return ret_future.result() "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 237, in result raise_exc_info(self._exc_info) "/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1024, in run yielded = self.gen.send(value) "/usr/local/lib/python2.7/dist-packages/salt/transport/ipc.py", line 666, in _read_sync raise exc_to_raise # pylint: disable=E0702 TypeError: 'int' object has no attribute '__getitem__'
0.654086
Traceback (most recent call last): "objecteditor.py", line 134, in \<module> test() "objecteditor.py", line 117, in test image = PIL.Image.fromarray(np.random.random_integers(255, size=(100, 100))) "/usr/local/epd/epd-7.0-2-rh5-x86_64/lib/python2.7/site-packages/PIL/Image.py", line 1886, in fromarray raise TypeError("Cannot handle this data type") TypeError: Cannot handle this data type
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1626, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1492, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/states/grains.py", line 175, in list_present if not set(value).issubset(set(__salt__['grains.get'](name))): TypeError: 'NoneType' object is not iterable Started: 12:51:55.616642
0.597912
Traceback (most recent call last): "train.py", line 532, in <module> train(hyp, opt, device, tb_writer, wandb) "train.py", line 297, in train pred = model(imgs) # forward "/home/dhh135246/anaconda3/envs/pytorch1.7.0-gpu/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/home/dhh135246/anaconda3/envs/pytorch1.7.0-gpu/lib/python3.8/site-packages/torch/nn/parallel/data_parallel.py", line 161, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/home/dhh135246/anaconda3/envs/pytorch1.7.0-gpu/lib/python3.8/site-packages/torch/nn/parallel/data_parallel.py", line 171, in parallel_apply return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)]) "/home/dhh135246/anaconda3/envs/pytorch1.7.0-gpu/lib/python3.8/site-packages/torch/nn/parallel/parallel_apply.py", line 86, in parallel_apply output.reraise() "/home/dhh135246/anaconda3/envs/pytorch1.7.0-gpu/lib/python3.8/site-packages/torch/_utils.py", line 428, in reraise raise self.exc_type(msg) TypeError: __init__() missing 3 required positional arguments: 'source', 'name', and 'options'
Traceback (most recent call last): "<string>", line 1, in <module> "<frozen importlib._bootstrap>", line 1033, in _handle_fromlist TypeError: Item in ``from list'' must be str, not NoneType
0.505924
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/scottgigante/sandbox/lib/python3.7/site-packages/pandas/core/generic.py", line 5179, in __getattr__ return object.__getattribute__(self, name) "/home/scottgigante/sandbox/lib/python3.7/site-packages/pandas/core/accessor.py", line 175, in __get__ accessor_obj = self._accessor(obj) "/home/scottgigante/sandbox/lib/python3.7/site-packages/pandas/core/arrays/sparse.py", line 1957, in __init__ self._validate(data) "/home/scottgigante/sandbox/lib/python3.7/site-packages/pandas/core/arrays/sparse.py", line 2134, in _validate raise AttributeError(self._validation_msg) AttributeError: Can only use the '.sparse' accessor with Sparse data.
Traceback (most recent call last): takeCommand() "c:/Users/PattanshettiShraddha/Downloads/jarvis.py", line 50, in takeCommand with sr.Microphone() as source: "F:\python 3.6\lib\site-packages\speech_recognition\__init__.py", line 79, in __init__ self.pyaudio_module = self.get_pyaudio() "F:\python 3.6\lib\site-packages\speech_recognition\__init__.py", line 110, in get_pyaudio raise AttributeError("Could not find PyAudio; check installation") AttributeError: Could not find PyAudio; check installation
0.571718
Traceback (most recent call last): "E:/WorkDir/WorkDir/Taobao/ParseTklByResponder/app/parseTKL.py", line 174, in <module> main() "E:/WorkDir/WorkDir/Taobao/ParseTklByResponder/app/parseTKL.py", line 169, in main api.run(address='192.168.1.56', port=1005, workers=2) "C:\Users\admin\.virtualenvs\ParseTklByResponder-fJ87HmF5\lib\site-packages\responder\api.py", line 687, in run self.serve(**kwargs) "C:\Users\admin\.virtualenvs\ParseTklByResponder-fJ87HmF5\lib\site-packages\responder\api.py", line 682, in serve spawn() "C:\Users\admin\.virtualenvs\ParseTklByResponder-fJ87HmF5\lib\site-packages\responder\api.py", line 680, in spawn uvicorn.run(self, host=address, port=port, debug=debug, **options) "C:\Users\admin\.virtualenvs\ParseTklByResponder-fJ87HmF5\lib\site-packages\uvicorn\main.py", line 274, in run supervisor.run(server.run, sockets=[socket]) "C:\Users\admin\.virtualenvs\ParseTklByResponder-fJ87HmF5\lib\site-packages\uvicorn\supervisors\multiprocess.py", line 33, in run process.start() "C:\Users\admin\AppData\Local\Programs\Python\Python36-32\Lib\multiprocessing\process.py", line 105, in start self._popen = self._Popen(self) "C:\Users\admin\AppData\Local\Programs\Python\Python36-32\Lib\multiprocessing\context.py", line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) "C:\Users\admin\AppData\Local\Programs\Python\Python36-32\Lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) "C:\Users\admin\AppData\Local\Programs\Python\Python36-32\Lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__ reduction.dump(process_obj, to_child) "C:\Users\admin\AppData\Local\Programs\Python\Python36-32\Lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) TypeError: can't pickle _thread.lock objects
Traceback (most recent call last): "<input>", line 1, in <module> "/Users/joerg/miniconda3/envs/prodigy/lib/python3.6/site-packages/Bio/PDB/MMCIFParser.py", line 263, in get_structure self._build_structure(structure_id, handle) "/Users/joerg/miniconda3/envs/prodigy/lib/python3.6/site-packages/Bio/PDB/MMCIFParser.py", line 276, in _build_structure if line.startswith('_atom_site.'): TypeError: startswith first arg must be bytes or a tuple of bytes, not str
0.536634
Traceback (most recent call last): "ligaturize.py", line 338, in <module> main() "ligaturize.py", line 335, in main ligaturize_font(**vars(parse_args())) "ligaturize.py", line 294, in ligaturize_font font.generate(output_font_file) OSError: Font generation failed
Traceback (most recent call last): "/var/lib/awx/.ansible/tmp/ansible-tmp-1550681868.78-72577694193075/AnsiballZ_command.py", line 113, in <module> _ansiballz_main() "/var/lib/awx/.ansible/tmp/ansible-tmp-1550681868.78-72577694193075/AnsiballZ_command.py", line 105, in _ansiballz_main invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS) "/var/lib/awx/.ansible/tmp/ansible-tmp-1550681868.78-72577694193075/AnsiballZ_command.py", line 48, in invoke_module imp.load_module('__main__', mod, module, MOD_DESC) "/tmp/ansible_command_payload_zfuJ1D/__main__.py", line 286, in <module> "/tmp/ansible_command_payload_zfuJ1D/__main__.py", line 226, in main OSError: [Errno 2] No such file or directory: '/var/lib/awx/shared'
0.552778
Traceback (most recent call last): "XXX/miniconda3/envs/fh-ss/lib/python3.6/site-packages/torch/multiprocessing/spawn.py", line 20, in _wrap fn(i, *args) "XXX/main_moco.py", line 301, in main_worker train(train_loader, model, criterion, optimizer, epoch, args) "XXX/main_moco.py", line 328, in train for i, (images, _) in enumerate(train_loader): "XXX/miniconda3/envs/fh-ss/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 363, in __next__ data = self._next_data() "XXX/miniconda3/envs/fh-ss/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 989, in _next_data return self._process_data(data) "XXX/miniconda3/envs/fh-ss/lib/python3.6/site-packages/torch/utils/data/dataloader.py", line 1014, in _process_data data.reraise() "XXX/miniconda3/envs/fh-ss/lib/python3.6/site-packages/torch/_utils.py", line 395, in reraise raise self.exc_type(msg) TypeError: Caught TypeError in DataLoader worker process 0.
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'
0.487124
Traceback (most recent call last): "/home/thejackimonster/github/manuskript/bin/../manuskript/ui/welcome.py", line 146, in loadRecent self.mw.loadProject(act.data()) "/home/thejackimonster/github/manuskript/bin/../manuskript/mainWindow.py", line 593, in loadProject self.makeConnections() "/home/thejackimonster/github/manuskript/bin/../manuskript/mainWindow.py", line 955, in makeConnections self.btnAddPerso.clicked.connect(self.lstCharacters.addCharacter, F.AUC) TypeError: connection is not unique
Traceback (most recent call last): "freeze_graph.py", line 255, in <module> app.run(main=main, argv=[sys.argv[0]] + unparsed) "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 43, in run sys.exit(main(sys.argv[:1] + flags_passthrough)) "freeze_graph.py", line 187, in main FLAGS.variable_names_blacklist) "freeze_graph.py", line 179, in freeze_graph variable_names_blacklist) "freeze_graph.py", line 116, in freeze_graph_with_def_protos variable_names_blacklist=variable_names_blacklist) TypeError: convert_variables_to_constants() got an unexpected keyword argument 'variable_names_blacklist'
0.496842
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/optuna/study.py", line 468, in _run_trial result = func(trial) "/content/drive/My Drive/python/BTC1/lib/RLTrader.py", line 153, in optimize_params model.learn(n_steps_per_eval) "/usr/local/lib/python3.6/dist-packages/stable_baselines/ppo2/ppo2.py", line 307, in learn writer=writer, states=mb_states)) "/usr/local/lib/python3.6/dist-packages/stable_baselines/ppo2/ppo2.py", line 245, in _train_step writer.add_run_metadata(run_metadata, 'step%d' % (update * update_fac)) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/summary/writer/writer.py", line 264, in add_run_metadata raise ValueError("The provided tag was already used for this event type") ValueError: The provided tag was already used for this event type
Traceback (most recent call last): \"/tmp/ansible_skBeie/ansible_module_sysctl.py\", line 371, in <module> main() \"/tmp/ansible_skBeie/ansible_module_sysctl.py\", line 364, in main result = SysctlModule(module) \"/tmp/ansible_skBeie/ansible_module_sysctl.py\", line 124, in __init__ self.process() \"/tmp/ansible_skBeie/ansible_module_sysctl.py\", line 144, in process self.read_sysctl_file() \"/tmp/ansible_skBeie/ansible_module_sysctl.py\", line 296, in read_sysctl_file k, v = line.split('=',1) ValueError: need more than 1 value to unpack
0.555466
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/lib/python2.7/dist-packages/docker_registry/toolkit.py", line 250, in wrapper return f(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/docker_registry/images.py", line 285, in put_image_checksum checksums = load_checksums(image_id) "/usr/local/lib/python2.7/dist-packages/docker_registry/images.py", line 373, in load_checksums data = store.get_content(checksum_path) "/usr/local/lib/python2.7/dist-packages/docker_registry/drivers/file.py", line 55, in get_content raise exceptions. NotFoundError('%s is not there' % path) NotFoundError: /var/lib/docker-registry/images/cbd7a6c6412ecdbcb4daef4a42195d0a93fc774ff306b6fb7fd65a69147bcdc4/_checksum is not there
Traceback (most recent call last): "C:\Users\jaspe\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MapsModelsImporter\operators.py", line 53, in execute importCapture(context, self.filepath, self.max_blocks, pref) "C:\Users\jaspe\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MapsModelsImporter\google_maps.py", line 174, in importCapture continue "C:\Users\jaspe\AppData\Roaming\Blender Foundation\Blender\2.82\scripts\addons\MapsModelsImporter\google_maps.py", line 41, in captureTo s python = os.path.join(python_home, "bin", "python.exe" if sys.platform == "win32" else "python3.7m") # warning: hardcoded python version for non-windows might fail with Blender update "C:\Program s\Blender Foundation\Blender 2.82\2.82\python\lib\subprocess.py", line 472, in run with Popen(*popenargs, **kwargs) as process: "C:\Program s\Blender Foundation\Blender 2.82\2.82\python\lib\subprocess.py", line 775, in __init__ restore_signals, start_new_session) "C:\Program s\Blender Foundation\Blender 2.82\2.82\python\lib\subprocess.py", line 1178, in _execute_child startupinfo) NotFoundError: [WinError 2] The system cannot find the file specified
0.53506
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-Zk0zs3/Pillow/setup.py", line 767, in <module> zip_safe=not debug_build(), "/usr/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/home/altan/frappe-bench/env/local/lib/python2.7/site-packages/wheel/bdist_wheel.py", line 175, in run self.run_command('build') "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/usr/lib/python2.7/distutils/command/build.py", line 128, in run self.run_command(cmd_name) "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/usr/lib/python2.7/distutils/command/build_ext.py", line 337, in run self.build_extensions() "/tmp/pip-build-Zk0zs3/Pillow/setup.py", line 515, in build_extensions % (f, f)) ValueError: --enable-jpeg requested but jpeg not found, aborting.
Traceback (most recent call last): "C:\Users\MaiBenBen\Python36\lib\site-packages\wx\core.py", line 3240, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) "C:\Users\MaiBenBen\Python36\lib\site-packages\pubsub\core\publisher.py", line 216, in sendMessage topicObj.publish(**msgData) "C:\Users\MaiBenBen\Python36\lib\site-packages\pubsub\core\topicobj.py", line 452, in publish self.__sendMessage(msgData, topicObj, msgDataSubset) "C:\Users\MaiBenBen\Python36\lib\site-packages\pubsub\core\topicobj.py", line 482, in __sendMessage listener(data, self, allData) "C:\Users\MaiBenBen\Python36\lib\site-packages\pubsub\core\listener.py", line 237, in __call__ cb(**kwargs) "C:\Users\MaiBenBen\Desktop\imagepy-master(2)\imagepy-master\imagepy\IPy.py", line 71, in showimg ips = ImagePlus(imgs, title) "C:\Users\MaiBenBen\Desktop\imagepy-master(2)\imagepy-master\imagepy\core\wraper\imageplus.py", line 32, in __init__ self.set_imgs(imgs) "C:\Users\MaiBenBen\Desktop\imagepy-master(2)\imagepy-master\imagepy\core\wraper\imageplus.py", line 42, in set_imgs self.height, self.width = self.size = self.imgs[0].shape[:2] ValueError: not enough values to unpack (expected 2, got 1)
0.527439