text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/home/legluondunet/Téléchargements/lutris/lutris/gui/views/base.py", line 34, in popup_contextual_menu selected_id = self.get_selected_id(self.get_model().get_iter(view.current_path)) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 873, in get_iter path = self._coerce_path(path) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 848, in _coerce_path return TreePath(path) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 1220, in __new__ raise TypeError("could not parse subscript '%s' as a tree path" % path) TypeError: could not parse subscript '0:<Gtk.TreeViewColumn object at 0x7f9b38108d80 (GtkTreeViewColumn at 0x555e5290c8f0)>:186:24' as a tree path
Traceback (most recent call last): "/usr/lib/python3/dist-packages/barman/cli.py", line 1355, in main p.dispatch(pre_call=global_config) "/usr/lib/python3/dist-packages/argh/helpers.py", line 55, in dispatch return dispatch(self, *args, **kwargs) "/usr/lib/python3/dist-packages/argh/dispatching.py", line 174, in dispatch for line in lines: "/usr/lib/python3/dist-packages/argh/dispatching.py", line 277, in _execute_command for line in result: "/usr/lib/python3/dist-packages/argh/dispatching.py", line 231, in _call result = function(namespace_obj) "/usr/lib/python3/dist-packages/barman/cli.py", line 813, in delete if not server.delete_backup(backup_id): "/usr/lib/python3/dist-packages/barman/server.py", line 1130, in delete_backup deleted = self.backup_manager.delete_backup(backup) "/usr/lib/python3/dist-packages/barman/backup.py", line 327, in delete_backup timelines_to_protect): "/usr/lib/python3/dist-packages/barman/backup.py", line 961, in remove_wal_before_backup keep |= wal_info.name >= backup_info.begin_wal TypeError: '>=' not supported between instances of 'str' and 'NoneType'
0.561642
Traceback (most recent call last): "repro.py", line 6, in <module> Model.schema() "pydantic/main.py", line 511, in pydantic.main.BaseModel.schema "pydantic/schema.py", line 146, in pydantic.schema.model_schema "pydantic/schema.py", line 465, in pydantic.schema.model_process_schema "pydantic/schema.py", line 494, in pydantic.schema.model_type_schema "pydantic/schema.py", line 191, in pydantic.schema.field_schema "pydantic/schema.py", line 745, in genexpr "pydantic/schema.py", line 745, in genexpr "pydantic/schema.py", line 749, in pydantic.schema.encode_default "pydantic/json.py", line 59, in pydantic.json.pydantic_encoder TypeError: Object of type 'NoneType' is not JSON serializable
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1162, in _decrypt_signature video_id, player_url, s "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1085, in _extract_signature_function cache_res = res(test_string) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1138, in <lambda> return lambda s: initial_function([s]) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 255, in resf res, abort = self.interpret_statement(stmt, local_vars) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 143, in interpret_expression self._objects[variable] = self.extract_object(variable) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 219, in extract_object r'\}\s*;' % _FUNC_NAME_RE, TypeError: not all arguments converted during string formatting
0.576224
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform SLOW_SETUP_MAX_WAIT) "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for return fut.result() "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/config/custom_components/alexa_media/alarm_control_panel.py", line 35, in setup_platform hass) \ "/config/custom_components/alexa_media/alarm_control_panel.py", line 86, in __init__ data = self.alexa_api.get_guard_details(self._login) AttributeError: 'AlexaAPI' object has no attribute 'get_guard_details'
Traceback (most recent call last): "/mnt/dietpi_userdata/medusa/medusa/server/api/v2/internal.py", line 223, in resource_search_indexers_for_show_name indexer_results = indexer_api[search_term] "/mnt/dietpi_userdata/medusa/medusa/indexers/base.py", line 403, in __getitem__ selected_series = self._get_series(key) "/mnt/dietpi_userdata/medusa/medusa/indexers/base.py", line 157, in _get_series all_series = self.search(series) "/mnt/dietpi_userdata/medusa/medusa/indexers/tvmaze/api.py", line 190, in search results = self._show_search(series, request_language=self.config['language']) "/mnt/dietpi_userdata/medusa/medusa/indexers/tvmaze/api.py", line 164, in _show_search results = self.tvmaze_api.get_show_list(show) "/mnt/dietpi_userdata/medusa/lib/pytvmaze/tvmaze.py", line 968, in get_show_list shows = self.show_search(show_name) "/mnt/dietpi_userdata/medusa/lib/pytvmaze/tvmaze.py", line 985, in show_search q = self._endpoint_standard_get(url) "/mnt/dietpi_userdata/medusa/lib/pytvmaze/tvmaze.py", line 542, in _endpoint_standard_get if r.status_code in [404, 422]: AttributeError: 'NoneType' object has no attribute 'status_code'
0.643041
Traceback (most recent call last): "D:\Tools\Python27\lib\site-packages\fife\extensions\fife_timer.py", line 125, in updateEvent self._callback() "D:\Tools\Python27\lib\site-packages\fife\extensions\pychan\tools.py", line 83, in real_callback callback(*args,**kwargs) "D:\Tools\Python27\lib\site-packages\fife\extensions\pychan\events.py", line 164, in delayed_f f( event ) "D:\Tools\Python27\lib\site-packages\fife\extensions\pychan\events.py", line 327, in captured_f tools.applyOnlySuitable(self_ref().callbacks[group_name][event_name],event=event,widget=self_ref().widget_ref()) "D:\Tools\Python27\lib\site-packages\fife\extensions\pychan\tools.py", line 60, in applyOnlySuitable return func(*args,**kwargs) "D:\UnknownHorizons\unknown-horizons\horizons\gui\gui.py", line 140, in do_load did_load = horizons.main.load_game() "D:\UnknownHorizons\unknown-horizons\horizons\main.py", line 403, in load_game trader_enabled=trader_enabled, force_player_id=force_player_id) "D:\UnknownHorizons\unknown-horizons\horizons\main.py", line 292, in start_singleplayer _modules.session.end() "D:\UnknownHorizons\unknown-horizons\horizons\session.py", line 224, in end self.world.end() # must be called before the world ref is gone "D:\UnknownHorizons\unknown-horizons\horizons\world\__init__.py", line 92, in end island.end() "D:\UnknownHorizons\unknown-horizons\horizons\world\island.py", line 411, in end super(Island, self).end() "D:\UnknownHorizons\unknown-horizons\horizons\world\buildingowner.py", line 170, in end self.buildings[-1].remove() "D:\UnknownHorizons\unknown-horizons\horizons\world\building\buildingresourcehandler.py", line 50, in remove super(BuildingResourceHandler, self).remove() "D:\UnknownHorizons\unknown-horizons\horizons\world\resourcehandler.py", line 88, in remove super(ResourceHandler, self).remove() "D:\UnknownHorizons\unknown-horizons\horizons\world\building\building.py", line 123, in remove super(BasicBuilding, self).remove() "D:\UnknownHorizons\unknown-horizons\horizons\component\componentholder.py", line 114, in remove component.remove() "D:\UnknownHorizons\unknown-horizons\horizons\world\production\producer.py", line 268, in remove self.remove_production(production) "D:\UnknownHorizons\unknown-horizons\horizons\world\production\producer.py", line 236, in remove_production production.remove() # production "destructor" "D:\UnknownHorizons\unknown-horizons\horizons\world\production\production.py", line 151, in remove super(Production, self).remove() "D:\UnknownHorizons\unknown-horizons\horizons\util\changelistener.py", line 130, in remove self.__call_listeners(self.__remove_listeners) "D:\UnknownHorizons\unknown-horizons\horizons\util\changelistener.py", line 65, in __call_listeners for listener in listener_list: TypeError: 'NoneType' object is not iterable```
Traceback (most recent call last): "fitparseTest.py", line 7, in <module> for record in fitfile.get_messages('record'): "/Users/wingchiuhau/.virtualenvs/testfit/lib/python2.7/site-packages/fitparse/base.py", line 450, in get_messages message = self._parse_message() "/Users/wingchiuhau/.virtualenvs/testfit/lib/python2.7/site-packages/fitparse/base.py", line 160, in _parse_message message = self._parse_data_message(header) "/Users/wingchiuhau/.virtualenvs/testfit/lib/python2.7/site-packages/fitparse/base.py", line 340, in _parse_data_message cmp_raw_value, accumulator[component.def_num], component.bits, "/Users/wingchiuhau/.virtualenvs/testfit/lib/python2.7/site-packages/fitparse/base.py", line 307, in _apply_compressed_accumulation base_value = raw_value + (accumulation & ~max_mask) TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
0.62351
> Traceback (most recent call last): "train_pre_model.py", line 257, in <module> trainer.train(resume_from_checkpoint=last_checkpoint) "/usr/local/lib/python3.6/dist-packages/transformers/trainer.py", line 1120, in train tr_loss += self.training_step(model, inputs) "/usr/local/lib/python3.6/dist-packages/transformers/trainer.py", line 1524, in training_step loss = self.compute_loss(model, inputs) "/usr/local/lib/python3.6/dist-packages/transformers/trainer.py", line 1556, in compute_loss outputs = model(**inputs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/parallel/data_parallel.py", line 161, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/parallel/data_parallel.py", line 171, in parallel_apply return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)]) "/usr/local/lib/python3.6/dist-packages/torch/nn/parallel/parallel_apply.py", line 86, in parallel_apply output.reraise() "/usr/local/lib/python3.6/dist-packages/torch/_utils.py", line 428, in reraise raise self.exc_type(msg) RuntimeError: Caught RuntimeError in replica 0 on device 0.
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/aiohttp/http_websocket.py", line 632, in ping await self._send_frame(message, WSMsgType.PING) "/usr/local/lib/python3.7/site-packages/aiohttp/http_websocket.py", line 614, in _send_frame self.transport.write(header + message) "uvloop/handles/stream.pyx", line 671, in uvloop.loop.UVStream.write "uvloop/handles/handle.pyx", line 159, in uvloop.loop.UVHandle._ensure_alive RuntimeError: unable to perform operation on <TCPTransport closed=True reading=False 0x5616152bbb78>; the handler is closed
0.583173
Traceback (most recent call last): "/Users/andreosee/anaconda3/bin/streamlit", line 6, in <module> from streamlit.cli import main "/Users/andreosee/anaconda3/lib/python3.7/site-packages/streamlit/__init__.py", line 99, in <module> from streamlit.delta_generator import DeltaGenerator as _DeltaGenerator "/Users/andreosee/anaconda3/lib/python3.7/site-packages/streamlit/delta_generator.py", line 25, in <module> from streamlit.proto import BlockPath_pb2 "/Users/andreosee/anaconda3/lib/python3.7/site-packages/streamlit/proto/BlockPath_pb2.py", line 21, in <module> create_key=_descriptor._internal_create_key, AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
Traceback (most recent call last): "/home/pi/GassistPi/src/main.py", line 508, in <module> main() "/home/pi/GassistPi/src/main.py", line 399, in main radio(str(usrcmd).lower()) "/home/pi/GassistPi/src/actions.py", line 222, in radio say("Tuning into " + name) "/home/pi/GassistPi/src/actions.py", line 165, in say words= translator.translate(words, dest=language) "/home/pi/env/lib/python3.4/site-packages/googletrans/client.py", line 172, in translate data = self._translate(text, dest, src) "/home/pi/env/lib/python3.4/site-packages/googletrans/client.py", line 75, in _translate token = self.token_acquirer.do(text) "/home/pi/env/lib/python3.4/site-packages/googletrans/gtoken.py", line 180, in do self._update() "/home/pi/env/lib/python3.4/site-packages/googletrans/gtoken.py", line 59, in _update code = unicode(self.RE_TKK.search(r.text).group(1)).replace('var ', '') AttributeError: 'NoneType' object has no attribute 'group'
0.567708
Traceback (most recent call last): "object_detection / dataset_tools / create_coco_tf_record.py", line 276, in <module> tf.app.run () "/home/pys/tensorflow/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit (main (argv)) "object_detection / dataset_tools / create_coco_tf_record.py", line 262, in main FLAGS.include_masks) "object_detection / dataset_tools / create_coco_tf_record.py", line 206, in _create_tf_record_from_coco_annotations images = groundtruth_data ['images'] KeyError: 'images'
Traceback (most recent call last): "C:\salt\bin\lib\site-packages\salt-3001-py3.7.egg\salt\loader.py", line 1983, in _process_virtual virtual = getattr(mod, virtual_func)() "C:\salt\bin\lib\site-packages\salt-3001-py3.7.egg\salt\states\zpool.py", line 92, in __virtual__ if __grains__["zfs_support"]: "C:\salt\bin\lib\site-packages\salt-3001-py3.7.egg\salt\utils\context.py", line 227, in __getitem__ return self._dict()[key] KeyError: 'zfs_support'
0.523916
Traceback (most recent call last): "mdclient.py", line 29, in <module> main() "mdclient.py", line 18, in main reply = client.send("echo", request) "/Users/twry/development/zguide/examples/Python/mdcliapi.py", line 67, in send self.client.send_multipart(request) "/Users/twry/development/zguide/examples/Python/env/lib/python3.6/site-packages/zmq/sugar/socket.py", line 433, in send_multipart i, rmsg, TypeError: Frame 0 ('MDPC01') does not support the buffer interface.
Traceback (most recent call last): "c:\python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\python37\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Python37\Scripts\pipx.exe\__main__.py", line 9, in <module> "c:\python37\lib\site-packages\pipx\main.py", line 496, in cli exit(run_pipx_command(parsed_pipx_args, binary_args)) "c:\python37\lib\site-packages\pipx\main.py", line 157, in run_pipx_command include_deps=args.include_deps, "c:\python37\lib\site-packages\pipx\commands.py", line 315, in install if venv.get_venv_metadata_for_package(package).package_version is None: "c:\python37\lib\site-packages\pipx\Venv.py", line 74, in get_venv_metadata_for_package stdout=subprocess.PIPE, "c:\python37\lib\subprocess.py", line 472, in run with Popen(*popenargs, **kwargs) as process: "c:\python37\lib\subprocess.py", line 775, in __init__ restore_signals, start_new_session) "c:\python37\lib\subprocess.py", line 1119, in _execute_child args = list2cmdline(args) "c:\python37\lib\subprocess.py", line 530, in list2cmdline needquote = (" " in arg) or ("\t" in arg) or not arg TypeError: argument of type 'WindowsPath' is not iterable
0.578275
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/mitmproxy/proxy/server.py", line 121, in handle root_layer() "~/.local/lib/python3.7/site-packages/mitmproxy/proxy/modes/http_proxy.py", line 9, in __call__ layer() TypeError: 'NoneType' object is not callable
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.631803
Traceback (most recent call last): "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/bin/pipenv", line 11, in <module> load_entry_point('pipenv==2018.11.26', 'console_scripts', 'pipenv')() "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 717, in main rv = self.invoke(ctx) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 1114, in invoke return Command.invoke(self, ctx) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/decorators.py", line 64, in new_func return ctx.invoke(f, obj, *args, **kwargs) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/cli/command.py", line 208, in cli clear=state.clear, "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/core.py", line 574, in ensure_project pypi_mirror=pypi_mirror, "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/core.py", line 494, in ensure_virtualenv python = ensure_python(three=three, python=python) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/core.py", line 397, in ensure_python path_to_python = find_a_system_python(python) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/core.py", line 360, in find_a_system_python python_entry = finder.find_python_version(line) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/pythonfinder.py", line 114, in find_python_version major=major, minor=minor, patch=patch, pre=pre, dev=dev, arch=arch, name=name "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 396, in find_python_version ver = next(iter(self.get_pythons(sub_finder)), None) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 279, in get_pythons reverse=True "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 277, in <genexpr> (p for p in self._filter_paths(finder) if p.is_python), "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 264, in <genexpr> pth for pth in unnest(finder(p) for p in self.path_entries if p is not None) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/utils.py", line 251, in unnest for el in target: "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 264, in <genexpr> pth for pth in unnest(finder(p) for p in self.path_entries if p is not None) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/mixins.py", line 121, in find_python_version for child in unnest(self.pythons.values()) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 531, in pythons for path, entry in self.children.items(): "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/cached_property.py", line 35, in __get__ value = obj.__dict__[self.func.__name__] = self.func(obj) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 501, in children for child_key, child_val in self._gen_children(): "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 493, in _gen_children entry = PathEntry.create(path=child, **pass_args) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 575, in create _new = cls(**creation_args) "<attrs generated init 1a09b6b4079853a4cc09cce25e1be993e3a3d1a6>", line 16, in __init__ "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/path.py", line 518, in get_py_version py_version = PythonVersion.from_path(path=self, name=self.name) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/models/python.py", line 395, in from_path py_version = get_python_version(path.path.absolute().as_posix()) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/pythonfinder/utils.py", line 68, in get_python_version combine_stderr=False, write_to_stdout=False) "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/vistir/misc.py", line 314, in run write_to_stdout=True "/usr/local/Cellar/pipenv/2018.11.26_1/libexec/lib/python3.7/site-packages/pipenv/vendor/vistir/misc.py", line 162, in _create_subprocess sys.stderr.write("Error %s while executing command %s", exc, " ".join(cmd._parts)) TypeError: write() takes exactly one argument (3 given)
Traceback (most recent call last): "tools/eval.py", line 180, in <module> main() "tools/eval.py", line 71, in main fetches = model.eval(feed_vars) "/Users/ximinlin/Documents/PaddleDetection/ppdet/modeling/architectures/yolo.py", line 172, in eval return self.build(feed_vars, mode='test') "/Users/ximinlin/Documents/PaddleDetection/ppdet/modeling/architectures/yolo.py", line 103, in build body_feats, im_size, exclude_nms=exclude_nms) "/Users/ximinlin/Documents/PaddleDetection/ppdet/modeling/anchor_heads/yolo_head.py", line 455, in get_prediction pred = self.nms(bboxes=yolo_boxes, scores=yolo_scores) TypeError: 'MatrixNMS' object is not callable
0.568858
Traceback (most recent call last): "<stdin>", line 3, in <module> "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Util/number.py", line 138, in getRandomNBitInteger value = getRandomInteger (N-1, randfunc) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Util/number.py", line 104, in getRandomInteger S = randfunc(N>>3) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 202, in read return self._singleton.read(bytes) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 178, in read return _UserFriendlyRNG.read(self, bytes) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/_UserFriendlyRNG.py", line 132, in read retval = self._fa.random_data(N) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", line 146, in random_data self._reseed(current_time) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaAccumulator.py", line 161, in _reseed self.generator.reseed(seed) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", line 82, in reseed self._set_key(SHAd256.new(self.key + seed).digest()) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Random/Fortuna/FortunaGenerator.py", line 101, in _set_key self._cipher = AES.new(key, AES.MODE_CTR, counter=self.counter) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Cipher/AES.py", line 95, in new return AESCipher(key, *args, **kwargs) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Cipher/AES.py", line 59, in __init__ blockalgo.BlockAlgo.__init__(self, _AES, key, *args, **kwargs) "/usr/local/Cellar/pypy3/5.5.0/libexec/site-packages/Crypto/Cipher/blockalgo.py", line 141, in __init__ self._cipher = factory.new(key, *args, **kwargs) TypeError: argument 1 must be contiguous buffer, not bytes
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/utils/stringutils.py", line 329, in expr_match if fnmatch.fnmatch(line, expr): "/usr/lib64/python2.7/fnmatch.py", line 43, in fnmatch return fnmatchcase(name, pat) "/usr/lib64/python2.7/fnmatch.py", line 74, in fnmatchcase if not pat in _cache: TypeError: unhashable type: 'set'
0.553985
Traceback (most recent call last): "<ipython-input-97-5823eb414f7e>", line 2, in <module> fet, res_fet = SourceSTD.fit_FET(SourceSTD.FET, x_fet, lppmNEW) "C:\Users\marco_mancini\Documents\iXBlue\Projects\UMIX\Optical Source\Python\iXOpticalSource\source_utils\main\iXSourceAnalysis.py", line 277, in fit_FET popt,_ = curve_fit(func, x, y, p0 = guess, check_finite = False) "C:\Users\marco_mancini\Anaconda3\lib\site-packages\scipy\optimize\minpack.py", line 744, in curve_fit xdata = np.asarray(xdata, float) "C:\Users\marco_mancini\Anaconda3\lib\site-packages\numpy\core\_asarray.py", line 85, in asarray return array(a, dtype, copy=False, order=order) ValueError: setting an array element with a sequence.
[!] Traceback (most recent call last): "C:\laza\Windows\lazagne\softwares\browsers\chromium_based.py", line 140, in _export_credentials user_dpapi=constant.user_dpapi) "C:\laza\Windows\lazagne\config\winstructure.py", line 629, in Win32CryptUnprotectData raise ValueError('MasterKeys not found') ValueError: MasterKeys not found
0.512299
Updating DocTypes for erpnext : [========================= ]Traceback (most recent call last): "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/navdeep/navdeep/staging/apps/frappe/frappe/utils/bench_helper.py", line 97, in <module> main() "/home/navdeep/navdeep/staging/apps/frappe/frappe/utils/bench_helper.py", line 18, in main click.Group(commands=commands)(prog_name='bench') "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/home/navdeep/navdeep/staging/apps/frappe/frappe/commands/__init__.py", line 25, in _func ret = f(frappe._dict(ctx.obj), *args, **kwargs) "/home/navdeep/navdeep/staging/apps/frappe/frappe/commands/site.py", line 165, in install_app _install_app(app, verbose=context.verbose) "/home/navdeep/navdeep/staging/apps/frappe/frappe/installer.py", line 145, in install_app sync_for(name, force=True, sync_everything=True, verbose=verbose, reset_permissions=True) "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/sync.py", line 56, in sync_for reset_permissions=reset_permissions, for_sync=True) "/home/navdeep/navdeep/staging/apps/frappe/frappe/modules/import_file.py", line 65, in import_file_by_path ignore_version=ignore_version, reset_permissions=reset_permissions) "/home/navdeep/navdeep/staging/apps/frappe/frappe/modules/import_file.py", line 132, in import_doc doc.insert() "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/document.py", line 249, in insert self.run_post_save_methods() "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/document.py", line 905, in run_post_save_methods self.run_method("on_update") "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/document.py", line 772, in run_method out = Document.hook(fn)(self, *args, **kwargs) "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/document.py", line 1048, in composer return composed(self, method, *args, **kwargs) "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/document.py", line 1031, in runner add_to_return_value(self, fn(self, *args, **kwargs)) "/home/navdeep/navdeep/staging/apps/frappe/frappe/model/document.py", line 766, in <lambda> fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs) "/home/navdeep/navdeep/staging/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 264, in on_update self.run_module_method("on_doctype_update") "/home/navdeep/navdeep/staging/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 331, in run_module_method getattr(module, method)() "/home/navdeep/navdeep/staging/apps/erpnext/erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.py", line 127, in on_doctype_update if not frappe.db.has_index('tabStock Ledger Entry', 'posting_sort_index'): "/home/navdeep/navdeep/staging/env/lib/python3.6/site-packages/werkzeug/local.py", line 347, in __getattr__ return getattr(self._get_current_object(), name) AttributeError: 'Database' object has no attribute 'has_index'
Traceback (most recent call last): "/usr/lib/python3.7/socketserver.py", line 720, in __init__ self.handle() "/usr/lib/python3.7/http/server.py", line 426, in handle self.handle_one_request() "/usr/lib/python3.7/http/server.py", line 394, in handle_one_request self.raw_requestline = self.rfile.readline(65537) AttributeError: 'SETHandler' object has no attribute 'rfile'
0.598546
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib64/python2.7/site-packages/gensim/models/wrappers/wordrank.py", line 105, in train utils.check_output(w, args=command, stdin=r) "/usr/local/lib64/python2.7/site-packages/gensim/utils.py", line 1167, in check_output process = subprocess.Popen(stdout=stdout, *popenargs, **kwargs) "/usr/lib64/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) "/usr/lib64/python2.7/subprocess.py", line 1343, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\hoods\AppData\Local\Temp\pip-build-3icadxd6\shapely\setup.py", line 80, in <module> from shapely._buildcfg import geos_version_string, geos_version, \ "C:\Users\hoods\AppData\Local\Temp\pip-build-3icadxd6\shapely\shapely\_buildcfg.py", line 200, in <module> lgeos = CDLL("geos_c.dll") "C:\Python34\lib\ctypes\__init__.py", line 351, in __init__ self._handle = _dlopen(self._name, mode) OSError: [WinError 126] The specified module could not be found
0.594559
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: '>' not supported between instances of 'Version' and 'Version'
Traceback (most recent call last): "/root/saltenv/lib/python3.8/site-packages/salt/ext/tornado/ioloop.py", line 606, in _run_callback ret = callback() "/root/saltenv/lib/python3.8/site-packages/salt/ext/tornado/stack_context.py", line 278, in null_wrapper return fn(*args, **kwargs) "/root/saltenv/lib/python3.8/site-packages/zmq/eventloop/zmqstream.py", line 548, in <lambda> self.io_loop.add_callback(lambda : self._handle_events(self.socket, 0)) "/root/saltenv/lib/python3.8/site-packages/zmq/eventloop/zmqstream.py", line 466, in _handle_events self._handle_send() "/root/saltenv/lib/python3.8/site-packages/zmq/eventloop/zmqstream.py", line 505, in _handle_send status = self.socket.send_multipart(msg, **kwargs) "/root/saltenv/lib/python3.8/site-packages/zmq/sugar/socket.py", line 531, in send_multipart raise TypeError( TypeError: Frame 0 ('Some exception handling minion ...) does not support the buffer interface.
0.545321
ERROR: Traceback (most recent call last): "<string>", line 1, in <module> "/opt/rez/lib/python3.9/site-packages/setuptools/__init__.py", line 20, in <module> from setuptools.dist import Distribution, Feature "/opt/rez/lib/python3.9/site-packages/setuptools/dist.py", line 34, in <module> from setuptools.depends import Require "/opt/rez/lib/python3.9/site-packages/setuptools/depends.py", line 7, in <module> from .py33compat import Bytecode "/opt/rez/lib/python3.9/site-packages/setuptools/py33compat.py", line 55, in <module> unescape = getattr(html, 'unescape', html_parser.HTMLParser().unescape) AttributeError: 'HTMLParser' object has no attribute 'unescape'
Traceback (most recent call last): "/home/ubuntu/.local/lib/python3.5/site-packages/ray/import_thread.py", line 131, in fetch_and_register_remote_function function = pickle.loads(serialized_function) AttributeError: Can't get attribute 'sleep' on <module 'testimport' from '/home/ubuntu/workspace/raytest/testimport.py'>
0.545154
Traceback (most recent call last): "/xxx/anaconda3/envs/raydev/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 286, in step self.checkpoint() "/xxx/anaconda3/envs/raydev/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 177, in checkpoint json.dump(runner_state, f, indent=2, cls=_TuneFunctionEncoder) "/xxx/anaconda3/envs/raydev/lib/python3.6/json/__init__.py", line 179, in dump for chunk in iterable: "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 430, in _iterencode yield from _iterencode_dict(o, _current_indent_level) "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict yield from chunks "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 325, in _iterencode_list yield from chunks "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict yield from chunks "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict yield from chunks "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 404, in _iterencode_dict yield from chunks [Previous line repeated 1 more time] "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 325, in _iterencode_list yield from chunks "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 437, in _iterencode o = _default(o) "/xxx/anaconda3/envs/raydev/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 52, in default return super(_TuneFunctionEncoder, self).default(obj) "/xxx/anaconda3/envs/raydev/lib/python3.6/json/encoder.py", line 180, in default o.__class__.__name__) TypeError: Object of type 'Box' is not JSON serializable
Traceback (most recent call last): "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/tornado/ioloop.py", line 743, in _run_callback ret = callback() "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/tornado/ioloop.py", line 767, in _discard_future_result future.result() "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/distributed/nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/distributed/core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/distributed/core.py", line 660, in send_recv raise exc.with_traceback(tb) "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/distributed/core.py", line 513, in handle_comm result = await result "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/distributed/scheduler.py", line 2208, in remove_worker address = self.coerce_address(address) "/home/user/.pyenv/versions/3.8.2/lib/python3.8/site-packages/distributed/scheduler.py", line 4946, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None
0.557656
Traceback (most recent call last): "gallery_dl\job.py", line 68, in run for msg in self.extractor: "gallery_dl\extractor\booru.py", line 32, in items url = self._prepare_post(post, extended_tags) "gallery_dl\extractor\sankaku.py", line 41, in _prepare_post if url[0] == "/": TypeError: 'NoneType' object is not subscriptable
Traceback (most recent call last): "/usr/local/Cellar/pipenv/8.3.2_1/libexec/bin/pipenv", line 11, in <module> load_entry_point('pipenv==8.3.2', 'console_scripts', 'pipenv')() "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 697, in main rv = self.invoke(ctx) "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/vendor/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/cli.py", line 1880, in install converted = convert_deps_from_pip(package_name) "/usr/local/Cellar/pipenv/8.3.2_1/libexec/lib/python3.6/site-packages/pipenv/utils.py", line 547, in convert_deps_from_pip os.path.isfile(req.name)) and not req.vcs: "/usr/local/Cellar/pipenv/8.3.2_1/libexec/bin/../lib/python3.6/genericpath.py", line 30, in isfile st = os.stat(path) TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
0.590884
Traceback (most recent call last): "<stdin>", line 1, in <module> "<stdin>", line 3, in bar AttributeError: 'Foo' object has no attribute '_barr'
Traceback (most recent call last): "esptool.py", line 2606, in <module> _main() "esptool.py", line 2599, in _main main() "esptool.py", line 2320, in main esp = ESPLoader.detect_chip(args.port, initial_baud, args.before, args.trace) "esptool.py", line 223, in detect_chip detect_port = ESPLoader(port, baud, trace_enabled=trace_enabled) "esptool.py", line 197, in __init__ self._slip_reader = slip_reader(self._port, self.trace) AttributeError: 'ESPLoader' object has no attribute '_port'`
0.577037
Traceback (most recent call last): "/snap/microk8s/1864/scripts/wrappers/enable.py", line 43, in <module> enable(prog_name='microk8s enable') "/snap/microk8s/1864/usr/lib/python3/dist-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/snap/microk8s/1864/usr/lib/python3/dist-packages/click/core.py", line 675, in main _verify_python3_env() "/snap/microk8s/1864/usr/lib/python3/dist-packages/click/_unicodefun.py", line 119, in _verify_python3_env 'mitigation steps.' + extra) RuntimeError: Click will abort further execution because Python 3 was configured to use ASCII as encoding for the environment. Either run this under Python 2 or consult http://click.pocoo.org/python3/ for mitigation steps.
Traceback (most recent call last): "enjoy.py", line 80, in <module> obs, recurrent_hidden_states, masks, deterministic=args.det) ".../pytorch-a2c-ppo-acktr-gail/a2c_ppo_acktr/model.py", line 55, in act value, actor_features, rnn_hxs = self.base(inputs, rnn_hxs, masks) "/home/..../anaconda3/envs/pytorch-a2c/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "..../pytorch-a2c-ppo-acktr-gail/a2c_ppo_acktr/model.py", line 226, in forward hidden_critic = self.critic(x) "..../anaconda3/envs/pytorch-a2c/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "..../anaconda3/envs/pytorch-a2c/lib/python3.7/site-packages/torch/nn/modules/container.py", line 117, in forward input = module(input) "..../anaconda3/envs/pytorch-a2c/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "..../anaconda3/envs/pytorch-a2c/lib/python3.7/site-packages/torch/nn/modules/linear.py", line 93, in forward return F.linear(input, self.weight, self.bias) "..../anaconda3/envs/pytorch-a2c/lib/python3.7/site-packages/torch/nn/functional.py", line 1690, in linear ret = torch.addmm(bias, input, weight.t()) RuntimeError: Tensor for argument #2 'mat1' is on CPU, but expected it to be on GPU (while checking arguments for addmm)
0.63837
Traceback (most recent call last): "kitty/main.py", line 186, in main "kitty/main.py", line 174, in _main "kitty/cli.py", line 574, in create_opts "kitty/config.py", line 459, in load_config "kitty/config.py", line 377, in parse_config "kitty/config_utils.py", line 79, in parse_config_base "kitty/config_utils.py", line 72, in _parse "kitty/config_utils.py", line 41, in parse_line "kitty/config.py", line 348, in special_handling "kitty/config.py", line 151, in parse_key "kitty/config.py", line 84, in parse_shortcut "kitty/config.py", line 62, in parse_mods AttributeError: 'list' object has no attribute 'join'
```Traceback (most recent call last): "../../bin/dagster_driver.py", line 9, in <module> dagster.cli.dagster_cli(obj={}) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/decorators.py", line 64, in new_func return ctx.invoke(f, obj, *args[1:], **kwargs) "/home/freiksenet/Work/elemental/venv/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/freiksenet/Work/elemental/dagster/dagster/cli/__init__.py", line 108, in list_command pipeline_configs = config.create_pipelines() "/home/freiksenet/Work/elemental/dagster/dagster/cli/__init__.py", line 52, in create_pipelines pipeline_config.create_pipeline() "/home/freiksenet/Work/elemental/dagster/dagster/cli/__init__.py", line 79, in create_pipeline self.pipeline = self.fn() "/home/freiksenet/Work/elemental/dagster/dagster/dagster_examples/sql_hello_world/pipeline.py", line 32, in define_pipeline sum_table_solid = dagster_sa.create_sql_solid( AttributeError: module 'dagster.sqlalchemy_kernel' has no attribute 'create_sql_solid'
0.614126
Traceback (most recent call last): "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 993, in emit msg = self.format(record) "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-d4ph977u\knack\knack\log.py", line 64, in format "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 839, in format return fmt.format(record) "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 576, in format record.message = record.getMessage() "C:\Program s (x86)\Microsoft SDKs\Azure\CLI2\lib\logging\__init__.py", line 338, in getMessage msg = msg % self.args TypeError: %c requires int or char
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/usr/lib/python2.7/site-packages/awx/wsgi.py", line 65, in _legacy_get_response return super(AWXWSGIHandler, self)._legacy_get_response(request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response response = self._get_response(request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/utils/decorators.py", line 185, in inner return func(*args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view return view_func(*args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/views/generic/base.py", line 68, in view return self.dispatch(request, *args, **kwargs) "/usr/lib/python2.7/site-packages/awx/api/generics.py", line 284, in dispatch return super(APIView, self).dispatch(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/views.py", line 494, in dispatch response = self.handle_exception(exc) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/views.py", line 454, in handle_exception self.raise_uncaught_exception(exc) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/views.py", line 491, in dispatch response = handler(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/generics.py", line 260, in patch return self.partial_update(request, *args, **kwargs) "/usr/lib/python2.7/site-packages/awx/api/generics.py", line 745, in partial_update return super(RetrieveUpdateAPIView, self).partial_update(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/mixins.py", line 84, in partial_update return self.update(request, *args, **kwargs) "/usr/lib/python2.7/site-packages/awx/api/generics.py", line 741, in update return super(RetrieveUpdateAPIView, self).update(request, *args, **kwargs) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/mixins.py", line 69, in update serializer.is_valid(raise_exception=True) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/serializers.py", line 236, in is_valid self._validated_data = self.run_validation(self.initial_data) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/serializers.py", line 435, in run_validation value = self.to_internal_value(data) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/serializers.py", line 465, in to_internal_value validated_value = field.run_validation(primitive_value) "/var/lib/awx/venv/awx/lib/python2.7/site-packages/rest_framework/fields.py", line 523, in run_validation value = self.to_internal_value(data) "/usr/lib/python2.7/site-packages/awx/conf/serializers.py", line 57, in to_internal_value obj = super(SettingFieldMixin, self).to_internal_value(value) "/usr/lib/python2.7/site-packages/awx/sso/fields.py", line 401, in to_internal_value return cls(**params_sanitized) TypeError: __init__() takes at least 2 arguments (2 given)
0.498314
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/pandas/core/tools/datetimes.py", line 303, in _convert_listlike values, tz = tslib.datetime_to_datetime64(arg) "pandas/_libs/tslib.pyx", line 1884, in pandas._libs.tslib.datetime_to_datetime64 TypeError: Unrecognized value type: <class 'str'>
Traceback (most recent call last): "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/training/coordinator.py", line 297, in stop_on_exception yield "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/training/coordinator.py", line 485, in run self.start_loop() "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/training/supervisor.py", line 1077, in start_loop self._last_step = training_util.global_step(self._sess, self._step_counter) "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/training/training_util.py", line 67, in global_step return int(global_step_tensor.numpy()) "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py", line 603, in numpy return self.read_value().numpy() "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py", line 666, in read_value value = self._read_variable_op() "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py", line 645, in _read_variable_op result = read_and_set_handle() "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/ops/resource_variable_ops.py", line 636, in read_and_set_handle self._dtype) "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/ops/gen_resource_variable_ops.py", line 475, in read_variable_op resource, dtype=dtype, name=name, ctx=_ctx) "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/ops/gen_resource_variable_ops.py", line 502, in read_variable_op_eager_fallback attrs=_attrs, ctx=ctx, name=name) "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/eager/execute.py", line 75, in quick_execute raise e "/home/username/tensorflow-slim/.venv/lib/python3.7/site-packages/tensorflow/python/eager/execute.py", line 60, in quick_execute inputs, attrs, num_outputs) TypeError: An op outside of the function building code is being passed
0.558113
Traceback (most recent call last): "main.py", line 479, in <module> main() "main.py", line 239, in main train(train_loader, model, criterion, optimizer, epoch) "main.py", line 303, in train output = model(input_var, progress) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 58, in forward return self.module(*inputs[0], **kwargs[0]) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/CondenseNet/models/condensenet.py", line 127, in forward features = self.features(x) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/container.py", line 67, in forward input = module(input) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/container.py", line 67, in forward input = module(input) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/CondenseNet/models/condensenet.py", line 33, in forward x = self.conv_1(x) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/CondenseNet/layers.py", line 42, in forward x = self.norm(x) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/module.py", line 224, in __call__ result = self.forward(*input, **kwargs) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/modules/batchnorm.py", line 37, in forward self.training, self.momentum, self.eps) "/mnt/storage/home/vp17941/.conda/envs/condensenet/lib/python3.6/site-packages/torch/nn/functional.py", line 639, in batch_norm return f(input, weight, bias) RuntimeError: cuda runtime error (2) : out of memory at /opt/conda/conda-bld/pytorch_1503970438496/work/torch/lib/THC/generic/THCStorage.cu:66
Traceback (most recent call last): "/usr/bin/oscapd-evaluate", line 143, in scan_worker es.evaluate(config) "/usr/lib/python3.4/site-packages/openscap_daemon/evaluation_spec.py", line 473, in evaluate wip_result = self.evaluate_into_dir(config) "/usr/lib/python3.4/site-packages/openscap_daemon/evaluation_spec.py", line 470, in evaluate_into_dir return oscap_helpers.evaluate(self, config) "/usr/lib/python3.4/site-packages/openscap_daemon/oscap_helpers.py", line 300, in evaluate args = get_evaluation_args(spec, config) "/usr/lib/python3.4/site-packages/openscap_daemon/oscap_helpers.py", line 275, in get_evaluation_args ret.extend(spec.get_oscap_arguments(config)) "/usr/lib/python3.4/site-packages/openscap_daemon/evaluation_spec.py", line 444, in get_oscap_arguments ret.append(config.get_cve_feed(self.get_cpe_ids(config))) "/usr/lib/python3.4/site-packages/openscap_daemon/evaluation_spec.py", line 347, in get_cpe_ids self.target, config "/usr/lib/python3.4/site-packages/openscap_daemon/evaluation_spec.py", line 529, in detect_CPEs_of_target results, stdout, stderr, exit_code = es.evaluate(config) "/usr/lib/python3.4/site-packages/openscap_daemon/evaluation_spec.py", line 499, in evaluate (stdout, stderr, e) RuntimeError: Failed to read results.xml of EvaluationSpec evaluation.
0.555865
Traceback (most recent call last): "tst.py", line 2, in <module> Union[123] "/media/ryan/stuff/anaconda/lib/python3.6/typing.py", line 626, in inner return func(*args, **kwds) "/media/ryan/stuff/anaconda/lib/python3.6/typing.py", line 744, in __getitem__ parameters = tuple(_type_check(p, msg) for p in parameters) "/media/ryan/stuff/anaconda/lib/python3.6/typing.py", line 744, in <genexpr> parameters = tuple(_type_check(p, msg) for p in parameters) "/media/ryan/stuff/anaconda/lib/python3.6/typing.py", line 356, in _type_check raise TypeError(msg + " Got %.100r." % (arg,)) TypeError: Union[arg, ...]: each arg must be a type. Got 123.
Traceback (most recent call last): "/usr/local/bin/pipenv", line 11, in <module> sys.exit(cli()) "/usr/local/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 697, in main rv = self.invoke(ctx) "/usr/local/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python2.7/site-packages/pipenv/vendor/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/local/lib/python2.7/site-packages/pipenv/cli.py", line 197, in install selective_upgrade=selective_upgrade "/usr/local/lib/python2.7/site-packages/pipenv/core.py", line 1731, in do_install ensure_project(three=three, python=python, system=system, warn=True, deploy=deploy, skip_requirements=skip_requirements) "/usr/local/lib/python2.7/site-packages/pipenv/core.py", line 652, in ensure_project ensure_pipfile(validate=validate, skip_requirements=skip_requirements) "/usr/local/lib/python2.7/site-packages/pipenv/core.py", line 342, in ensure_pipfile project.create_pipfile(python=python) "/usr/local/lib/python2.7/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 has no attribute '__getitem__'
0.551438
Traceback (most recent call last): "/usr/lib/python3/dist-packages/thingsboard_gateway/gateway/tb_gateway_service.py", line 589, in _attribute_update_callback self.__connected_devices[content["device"]]["connector"].on_attributes_update(content) "/usr/lib/python3/dist-packages/thingsboard_gateway/connectors/mqtt/mqtt_connector.py", line 532, in on_attributes_update .replace("${attributeValue}", content["data"][attribute_key]) TypeError: replace() argument 2 must be str, not int
Traceback (most recent call last): "/home/simon/miniconda3/envs/numpy-types/lib/python3.8/site-packages/asv/benchmark.py", line 1184, in main_run_server main_run(run_args) "/home/simon/miniconda3/envs/numpy-types/lib/python3.8/site-packages/asv/benchmark.py", line 1052, in main_run skip = benchmark.do_setup() "/home/simon/miniconda3/envs/numpy-types/lib/python3.8/site-packages/asv/benchmark.py", line 583, in do_setup result = Benchmark.do_setup(self) "/home/simon/miniconda3/envs/numpy-types/lib/python3.8/site-packages/asv/benchmark.py", line 515, in do_setup setup(*self._current_params) "/home/simon/pandas/asv_bench/benchmarks/series_methods.py", line 157, in setup self.values = np.arange(MaxNumber).astype(dtype) TypeError: data type 'Float64' not understood
0.517098
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-install-sdbh8yg2/peewee/setup.py", line 162, in <module> _do_setup(extension_support, sqlite_extension_support) "/tmp/pip-install-sdbh8yg2/peewee/setup.py", line 157, in _do_setup ext_modules=cythonize(ext_modules)) "/databricks/python/lib/python3.5/site-packages/Cython/Build/Dependencies.py", line 799, in cythonize aliases=aliases) "/databricks/python/lib/python3.5/site-packages/Cython/Build/Dependencies.py", line 689, in create_extension_list raise TypeError(msg) TypeError: pattern is not of type str nor subclass of Extension (<class 'setuptools.extension.Extension'>) but of type <class 'NoneType'> and class <class 'NoneType'>
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.8/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.8/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/real_ip.py", line 39, in real_ip_middleware return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/ban.py", line 73, in ban_middleware return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/auth.py", line 127, in auth_middleware return await handler(request) "/usr/src/homeassistant/homeassistant/components/http/view.py", line 129, in handle result = await result "/usr/src/homeassistant/homeassistant/components/config/config_entries.py", line 112, in post return await super().post(request) "/usr/src/homeassistant/homeassistant/components/http/data_validator.py", line 60, in wrapper result = await method(view, request, *args, **kwargs) "/usr/src/homeassistant/homeassistant/helpers/data_entry_flow.py", line 69, in post result = await self._flow_mgr.async_init( "/usr/src/homeassistant/homeassistant/data_entry_flow.py", line 117, in async_init flow = await self.async_create_flow(handler, context=context, data=data) "/usr/src/homeassistant/homeassistant/config_entries.py", line 526, in async_create_flow await async_process_deps_reqs(self.hass, self._hass_config, integration) "/usr/src/homeassistant/homeassistant/setup.py", line 321, in async_process_deps_reqs await requirements.async_get_integration_with_requirements( "/usr/src/homeassistant/homeassistant/requirements.py", line 75, in async_get_integration_with_requirements await async_process_requirements( "/usr/src/homeassistant/homeassistant/requirements.py", line 122, in async_process_requirements if pkg_util.is_installed(req): "/usr/src/homeassistant/homeassistant/util/package.py", line 54, in is_installed return version(req.project_name) in req "/usr/local/lib/python3.8/site-packages/pkg_resources/__init__.py", line 3144, in __contains__ return self.specifier.contains(item, prereleases=True) "/usr/local/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/specifiers.py", line 681, in contains item = parse(item) "/usr/local/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py", line 28, in parse return Version(version) "/usr/local/lib/python3.8/site-packages/pkg_resources/_vendor/packaging/version.py", line 219, in __init__ match = self._regex.search(version) TypeError: expected string or bytes-like object
0.574567
Traceback (most recent call last): "/usr/bin/pyomo", line 11, in <module> sys.exit(main()) "/usr/lib64/python3.4/site-packages/pyomo/scripting/pyomo_main.py", line 82, in main retval = _options.func(_options) "/usr/lib64/python3.4/site-packages/pyomo/scripting/driver_help.py", line 457, in help_exec help_solvers() "/usr/lib64/python3.4/site-packages/pyomo/scripting/driver_help.py", line 347, in help_solvers if s == 'py' or opt._metasolver: AttributeError: 'GAMSShell' object has no attribute '_metasolver'
Traceback (most recent call last): "launchleo.py", line 8, in <module> leo.core.runLeo.run() "C:\Program s\Leo-5.6\leo\core\runLeo.py", line 71, in run g.app.loadManager.load(fileName, pymacs) "C:\Program s\Leo-5.6\leo\core\leoApp.py", line 2105, in load lm.doPrePluginsInit(fileName, pymacs) "C:\Program s\Leo-5.6\leo\core\leoApp.py", line 2172, in doPrePluginsInit lm.createGui(pymacs) "C:\Program s\Leo-5.6\leo\core\leoApp.py", line 2343, in createGui lm.createSpecialGui(gui_option, pymacs, script, windowFlag) "C:\Program s\Leo-5.6\leo\core\leoApp.py", line 2358, in createSpecialGui g.app.createDefaultGui() "C:\Program s\Leo-5.6\leo\core\leoApp.py", line 1046, in createDefaultGui app.createQtGui(fileName, verbose=verbose) "C:\Program s\Leo-5.6\leo\core\leoApp.py", line 1068, in createQtGui import leo.plugins.qt_gui as qt_gui "C:\Program s\Leo-5.6\leo\plugins\qt_gui.py", line 12, in <module> import leo.plugins.qt_events as qt_events "C:\Program s\Leo-5.6\leo\plugins\qt_events.py", line 46, in <module> class LeoQtEventFilter(QtCore.QObject): AttributeError: 'NoneType' object has no attribute 'QObject'
0.620712
Traceback (most recent call last): "/usr/lib/python3/dist-packages/spyder/widgets/helperwidgets.py", line 127, in paint textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options) TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
Traceback (most recent call last): "c:\Projects\Python\project\peewee_models.py", line 1314, in <module> for b in B.select(B, A).join(A): "c:\Projects\Python\project\.venv_3.8.2-64\lib\site-packages\peewee.py", line 4329, in next self.cursor_wrapper.iterate() "c:\Projects\Python\project\.venv_3.8.2-64\lib\site-packages\peewee.py", line 4248, in iterate result = self.process_row(row) "c:\Projects\Python\project\.venv_3.8.2-64\lib\site-packages\peewee.py", line 7516, in process_row if instance not in set_keys and dest not in set_keys \ TypeError: unhashable type: 'B'
0.489613
Traceback (most recent call last): "C:\Python38-32\Lib\asyncio\proactor_events.py", line 116, in __del__ self.close() "C:\Python38-32\Lib\asyncio\proactor_events.py", line 108, in close self._loop.call_soon(self._call_connection_lost, None) "C:\Python38-32\Lib\asyncio\base_events.py", line 711, in call_soon self._check_closed() "C:\Python38-32\Lib\asyncio\base_events.py", line 504, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed
Traceback (most recent call last): "/config/custom_components/alexa_media/media_player.py", line 369, in _handle_event await self.async_update() "/config/custom_components/alexa_media/helpers.py", line 148, in wrapper result = await func(*args, **kwargs) "/config/custom_components/alexa_media/media_player.py", line 802, in async_update device, no_throttle=True "/config/custom_components/alexa_media/helpers.py", line 148, in wrapper result = await func(*args, **kwargs) "/config/custom_components/alexa_media/media_player.py", line 545, in refresh session = await self.alexa_api.get_state() "/usr/local/lib/python3.7/site-packages/alexapy/helpers.py", line 69, in wrapper return await func(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/alexapy/alexaapi.py", line 761, in get_state + "&screenWidth=2560" "/usr/local/lib/python3.7/site-packages/alexapy/alexaapi.py", line 122, in _get_request return await self._request("get", uri, data) "/usr/local/lib/python3.7/site-packages/backoff/_async.py", line 133, in retry ret = await target(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/alexapy/alexaapi.py", line 93, in _request ssl=self._login._ssl, "/usr/local/lib/python3.7/site-packages/alexapy/aiohttp/client.py", line 377, in _request raise RuntimeError("Session is closed") RuntimeError: Session is closed
0.624527
ERROR:root:Traceback (most recent call last): "/opt/app/elastalert/venv/lib/python3.6/site-packages/elastalert/elastalert.py", line 1440, in alert return self.send_alert(matches, rule, alert_time=alert_time, retried=retried) "/opt/app/elastalert/venv/lib/python3.6/site-packages/elastalert/elastalert.py", line 1534, in send_alert self.thread_data.alerts_sent += 1 AttributeError: '_thread._local' object has no attribute 'alerts_sent'
Traceback (most recent call last): "/home/test/anaconda3/lib/python3.7/site-packages/tqdm/std.py", line 1039, in __del__ self.close() "/home/test/anaconda3/lib/python3.7/site-packages/tqdm/notebook.py", line 240, in close super(tqdm_notebook, self).close(*args, **kwargs) "/home/test/anaconda3/lib/python3.7/site-packages/tqdm/std.py", line 1215, in close if self.disable: AttributeError: 'tqdm_notebook' object has no attribute 'disable'
0.564279
Traceback (most recent call last): "/home/web/pybrain-master/docs/tutorials/rl.py", line 140, in <module> experiment.doInteractions(100)# speed of learning "/home/web/pybrain-master/pybrain/rl/experiments/experiment.py", line 18, in doInteractions self._oneInteraction() "/home/web/pybrain-master/pybrain/rl/experiments/experiment.py", line 27, in _oneInteraction self.task.performAction(self.agent.getAction()) "/home/web/pybrain-master/pybrain/rl/agents/learning.py", line 50, in getAction self.lastaction = self.module.activate(self.lastobs) "/home/web/pybrain-master/pybrain/structure/modules/module.py", line 121, in activate assert len(self.inputbuffer[self.offset]) == len(inpt), str((len(self.inputbuffer[self.offset]), len(inpt))) AssertionError: (1, 4)
Traceback (most recent call last): "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/basecommand.py", line 228, in main status = self.run(options, args) "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/commands/install.py", line 305, in run session=session, autobuilding=True "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/wheel.py", line 773, in build python_tag=python_tag, "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/wheel.py", line 633, in _build_one python_tag=python_tag) "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/wheel.py", line 637, in _build_one_inside_env if self.__build_one(req, temp_dir.path, python_tag=python_tag): "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/wheel.py", line 663, in __build_one base_args = self._base_setup_args(req) "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/wheel.py", line 659, in _base_setup_args SETUPTOOLS_SHIM % req.setup_py "/home/classic/Desktop/tmp2/.venv/lib/python2.7/site-packages/pip/_internal/req/req_install.py", line 415, in setup_py assert self.source_dir, "No source dir for %s" % self AssertionError: No source dir for SQLAlchemy from git+file:///home/classic/Desktop/tmp2/sqlalchemy@master#egg=SQLAlchemy in ./.venv/lib/python2.7/site-packages (from -c constraints.txt (line 1))
0.545666
"Traceback (most recent call last): "<ipython-input-10-c31db07b63e1>", line 3, in <module> mrk= mt.markov(outp,inp,1) "C:\Users\Gopal123\Anaconda3\lib\site-packages\control\modelsimp.py", line 421, in markov Ulast = np.vstack((0, np.reshape(UU[0:n-1, m-2], (-1, 1)))) IndexError: too many indices for array
Traceback (most recent call last): "fuzz_pefile.py", line 12, in test_one_input p.dump_dict() "pefile.py", line 5051, in dump_dict for entry in self. Info[idx]: IndexError: list index out of range
0.570311
Traceback (most recent call last): "/Users/Vania/Library/Python/3.7/bin/isort", line 11, in <module> sys.exit(main()) "/Users/Vania/Library/Python/3.7/lib/python/site-packages/isort/main.py", line 336, in main config = from_path(os.path.abspath(file_names[0]) or os.getcwd()).copy() "/Users/Vania/Library/Python/3.7/lib/python/site-packages/isort/settings.py", line 175, in from_path _update_settings_with_config(path, 'pyproject.toml', [], ('tool.isort', ), computed_settings) "/Users/Vania/Library/Python/3.7/lib/python/site-packages/isort/settings.py", line 205, in _update_settings_with_config _update_with_config_file(editor_config_file, sections, computed_settings) "/Users/Vania/Library/Python/3.7/lib/python/site-packages/isort/settings.py", line 243, in _update_with_config_file computed_settings[access_key] = union(existing_data, _as_list(value)) "/Users/Vania/Library/Python/3.7/lib/python/site-packages/isort/settings.py", line 263, in _as_list return filter(bool, [item.strip() for item in value.replace('\n', ',').split(',')]) AttributeError: 'list' object has no attribute 'replace'
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/OpenSSL/SSL.py", line 309, in wrapper _lib.X509_up_ref(x509) AttributeError: 'module' object has no attribute 'X509_up_ref'
0.608629
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\derp\.conda\envs\new_tf_gpu\lib\site-packages\tensorflow_hub\__init__.py", line 53, in <module> from tensorflow_hub.keras_layer import KerasLayer "C:\Users\derp\.conda\envs\new_tf_gpu\lib\site-packages\tensorflow_hub\keras_layer.py", line 34, in <module> from tensorflow.python.training.tracking import data_structures "C:\Users\derp\.conda\envs\new_tf_gpu\lib\site-packages\tensorflow\python\training\tracking\data_structures.py", line 35, in <module> from tensorflow.python.saved_model import revived_types "C:\Users\derp\.conda\envs\new_tf_gpu\lib\site-packages\tensorflow\python\saved_model\revived_types.py", line 22, in <module> from tensorflow.core.protobuf import saved_object_graph_pb2 "C:\Users\derp\.conda\envs\new_tf_gpu\lib\site-packages\tensorflow\core\protobuf\saved_object_graph_pb2.py", line 31, in <module> dependencies=[tensorflow_dot_core_dot_protobuf_dot_trackable__object__graph__pb2.DESCRIPTOR,tensorflow_dot_core_dot_protobuf_dot_struct__pb2.DESCRIPTOR,tensorflow_dot_core_dot_framework_dot_tensor__shape__pb2.DESCRIPTOR,tensorflow_dot_core_dot_framework_dot_types__pb2.DESCRIPTOR,tensorflow_dot_core_dot_framework_dot_versions__pb2.DESCRIPTOR,tensorflow_dot_core_dot_framework_dot_variable__pb2.DESCRIPTOR,]) "C:\Users\derp\.conda\envs\new_tf_gpu\lib\site-packages\google\protobuf\descriptor.py", line 884, in __new__ return _message.default_pool.AddSerialized (serialized_pb) TypeError: Couldn't build proto file into descriptor pool!
Traceback (most recent call last): "./gns3-gui/gns3/update_manager.py", line 135, in _pypiReplySlot "./gns3-gui/gns3/update_manager.py", line 158, in _getLastMinorVersionFromPyPiReply TypeError: string indices must be integers
0.470303
Traceback (most recent call last): "/Users/dg1sek/anaconda2/bin/voila", line 10, in <module> sys.exit(main()) "/Users/dg1sek/anaconda2/lib/python2.7/site-packages/traitlets/config/application.py", line 658, in launch_instance app.start() "/Users/dg1sek/anaconda2/lib/python2.7/site-packages/voila/app.py", line 452, in start self.launch_browser() "/Users/dg1sek/anaconda2/lib/python2.7/site-packages/voila/app.py", line 481, in launch_browser with open(fd, 'w', encoding='utf-8') as fh: TypeError: coercing to Unicode: need string or buffer, int found
Traceback (most recent call last): "/home/gustavo/.local/lib/python2.7/site-packages/manticore-0.1.7-py2.7.egg/manticore/core/executor.py", line 463, in run if not current_state.execute(): "/home/gustavo/.local/lib/python2.7/site-packages/manticore-0.1.7-py2.7.egg/manticore/core/state.py", line 126, in execute result = self._platform.execute() "/home/gustavo/.local/lib/python2.7/site-packages/manticore-0.1.7-py2.7.egg/manticore/platforms/evm.py", line 2163, in execute self.current.execute() "/home/gustavo/.local/lib/python2.7/site-packages/manticore-0.1.7-py2.7.egg/manticore/platforms/evm.py", line 1316, in execute result = implementation(*arguments) "/home/gustavo/.local/lib/python2.7/site-packages/manticore-0.1.7-py2.7.egg/manticore/platforms/evm.py", line 1803, in CREATE raise Create(value, code) TypeError: __init__() takes exactly 4 arguments (3 given)
0.600198
Traceback (most recent call last): "D:/future_download/FutureData_DailyDownload.py", line 178, in <module> data_fetcher.update_1min_data() "D:/future_download/FutureData_DailyDownload.py", line 82, in update_1min_data _all_dominant = self.get_all_dominant() "D:/future_download/FutureData_DailyDownload.py", line 145, in get_all_dominant ret = self._exapi.do_hq_api_call('get_instrument_quote_list', md, 3, start=i, count=80) "D:\Users\Administrator\Anaconda3\lib\site-packages\pytdx\pool\hqpool.py", line 97, in do_hq_api_call self.hot_failover_api.connect(*choise_ip) "D:\Users\Administrator\Anaconda3\lib\site-packages\pytdx\base_socket_client.py", line 160, in connect log.debug("connecting to server : %s on port :%d" % (ip, port)) TypeError: %d format: a number is required, not tuple
Traceback (most recent call last): "/home/skumaran/.py/virtualenv/nikola/lib/python3.8/site-packages/yapsy/PluginManager.py", line 527, in loadPlugins is_correct_subclass = issubclass(element, self.categories_interfaces[category_name]) TypeError: issubclass() arg 1 must be a class
0.539191
Traceback (most recent call last): "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-d4ph977u\azure-cli-core\azure\cli\core\extension\__init__.py", line 148, in get_metadata "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-d4ph977u\pkginfo\pkginfo\wheel.py", line 16, in __init__ "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-d4ph977u\pkginfo\pkginfo\distribution.py", line 108, in extractMetadata "C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-d4ph977u\pkginfo\pkginfo\wheel.py", line 43, in read ValueError: Not a known wheel archive format or installed .dist-info: C:\Users\pfisher\.azure\cliextensions\azure-cli-iot-ext\pyrsistent-0.15.7-py3.6.egg-info
Traceback (most recent call last): "/snap/pycharm-professional/230/plugins/python/helpers/pydev/pydevd.py", line 1477, in _exec pydev_imports.execfile(file, globals, locals) # execute the script "/snap/pycharm-professional/230/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) "/home/vadim/Загрузки/tt.py", line 11, in <module> gb.fit(x, y, sample_weight=sample_weight) "/home/vadim/projects/monza/venv/lib/python3.8/site-packages/sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py", line 466, in fit self._loss.update_leaves_values(grower, y_train, "/home/vadim/projects/monza/venv/lib/python3.8/site-packages/sklearn/ensemble/_hist_gradient_boosting/loss.py", line 264, in update_leaves_values median_res = _weighted_percentile(y_true[indices] "/home/vadim/projects/monza/venv/lib/python3.8/site-packages/sklearn/utils/stats.py", line 43, in _weighted_percentile sorted_weights = _take_along_axis(sample_weight, sorted_idx, axis=0) "/home/vadim/projects/monza/venv/lib/python3.8/site-packages/sklearn/utils/fixes.py", line 172, in _take_along_axis return np.take_along_axis(arr=arr, indices=indices, axis=axis) "<__array_function__ internals>", line 5, in take_along_axis "/home/vadim/projects/monza/venv/lib/python3.8/site-packages/numpy/lib/shape_base.py", line 170, in take_along_axis return arr[_make_along_axis_idx(arr_shape, indices, axis)] "/home/vadim/projects/monza/venv/lib/python3.8/site-packages/numpy/lib/shape_base.py", line 34, in _make_along_axis_idx raise ValueError( ValueError: `indices` and `arr` must have the same number of dimensions
0.487333
Traceback (most recent call last): "unet_training_dict.py", line 235, in <module> main() "unet_training_dict.py", line 132, in main check_data = monai.utils.misc.first(check_loader) "/home/mayotic/.local/lib/python3.8/site-packages/monai/utils/misc.py", line 41, in first for i in iterable: "/home/mayotic/.local/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 363, in __next__ data = self._next_data() "/home/mayotic/.local/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 989, in _next_data return self._process_data(data) "/home/mayotic/.local/lib/python3.8/site-packages/torch/utils/data/dataloader.py", line 1014, in _process_data data.reraise() "/home/mayotic/.local/lib/python3.8/site-packages/torch/_utils.py", line 395, in reraise raise self.exc_type(msg) ValueError: Caught ValueError in DataLoader worker process 0.
Traceback (most recent call last): "C:\Python37\Lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Python37\Lib\runpy.py", line 85, in _run_code exec(code, run_globals) "D:\workspace\.virtualenvs\conx\Scripts\wandb.exe\__main__.py", line 5, in <module> "d:\workspace\.virtualenvs\conx\lib\site-packages\wandb\__init__.py", line 66, in <module> GLOBAL_LOG_FNAME = os.path.relpath(GLOBAL_LOG_FNAME, os.getcwd()) "d:\workspace\.virtualenvs\conx\lib\ntpath.py", line 564, in relpath path_drive, start_drive)) ValueError: path is on mount 'C:', start on mount 'D:'
0.536838
Traceback (most recent call last): "/home/fariza/workspace/matplotlib/lib/matplotlib/backends/backend_qt5agg.py", line 80, in paintEvent self._update_figure_dpi() "/home/fariza/workspace/matplotlib/lib/matplotlib/backends/backend_qt5.py", line 186, in _update_figure_dpi dpi = self._dpi_ratio * self.figure._original_dpi AttributeError: 'Figure' object has no attribute '_original_dpi'
Traceback (most recent call last): "/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception Traceback (most recent call last): "/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception yield "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread yield Traceback (most recent call last): "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread "/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception yield "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread Traceback (most recent call last): "/home/detectron/Downloads/detectron/Detectron/lib/utils/coordinator.py", line 50, in stop_on_exception INFO loader.py: 227: Pre-filling mini-batch queue... yield "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 101, in minibatch_loader_thread blobs = self.get_next_minibatch() INFO loader.py: 232: [0/64] "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch blobs = self.get_next_minibatch() "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch blobs, valid = get_minibatch(minibatch_db) blobs = self.get_next_minibatch() "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch blobs, valid = get_minibatch(minibatch_db) "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch blobs = self.get_next_minibatch() blobs, valid = get_minibatch(minibatch_db) "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/loader.py", line 134, in get_next_minibatch "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch blobs, valid = get_minibatch(minibatch_db) "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 70, in get_minibatch im_blob, im_scales = _get_image_blob(roidb) "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob im_blob, im_scales = _get_image_blob(roidb) im_blob, im_scales = _get_image_blob(roidb) "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE im_blob, im_scales = _get_image_blob(roidb) "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob "/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob "/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob "/home/detectron/Downloads/detectron/Detectron/lib/roi_data/minibatch.py", line 106, in _get_image_blob im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE "/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob im, cfg.PIXEL_MEANS, [target_size], cfg.TRAIN.MAX_SIZE "/home/detectron/Downloads/detectron/Detectron/lib/utils/blob.py", line 78, in prep_im_for_blob im = im.astype(np.float32, copy=False) AttributeError: 'NoneType' object has no attribute 'astype' im = im.astype(np.float32, copy=False) im = im.astype(np.float32, copy=False) AttributeError: 'NoneType' object has no attribute 'astype' AttributeError: 'NoneType' object has no attribute 'astype' INFO loader.py: 113: Stopping mini-batch loading thread INFO loader.py: 113: Stopping mini-batch loading thread im = im.astype(np.float32, copy=False) AttributeError: 'NoneType' object has no attribute 'astype' INFO loader.py: 113: Stopping mini-batch loading thread INFO loader.py: 113: Stopping mini-batch loading thread INFO detector.py: 434: Changing learning rate 0.000000 -> 0.000833 at iter 0 E0128 19:06:51.167364 96979 net_dag.cc:212] Operator chain failed: input: "gpu_0/roi_blobs_queue_fbf08ad2-d3b1-4e77-b2a3-dd1cba4ff1c8" output: "gpu_0/data" output: "gpu_0/im_info" output: "gpu_0/roidb" output: "gpu_0/rpn_labels_int32_wide_fpn2" output: "gpu_0/rpn_bbox_targets_wide_fpn2" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn2" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn2" output: "gpu_0/rpn_labels_int32_wide_fpn3" output: "gpu_0/rpn_bbox_targets_wide_fpn3" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn3" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn3" output: "gpu_0/rpn_labels_int32_wide_fpn4" output: "gpu_0/rpn_bbox_targets_wide_fpn4" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn4" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn4" output: "gpu_0/rpn_labels_int32_wide_fpn5" output: "gpu_0/rpn_bbox_targets_wide_fpn5" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn5" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn5" output: "gpu_0/rpn_labels_int32_wide_fpn6" output: "gpu_0/rpn_bbox_targets_wide_fpn6" output: "gpu_0/rpn_bbox_inside_weights_wide_fpn6" output: "gpu_0/rpn_bbox_outside_weights_wide_fpn6" name: "" type: E0128 19:06:51.167557 96176 net.h:70] Failed to execute async run Traceback for operator 0 in network generalized_rcnn /home/detectron/caffe2_build/caffe2/python/helpers/conv.py:149 /home/detectron/caffe2_build/caffe2/python/helpers/conv.py:196 /home/detectron/caffe2_build/caffe2/python/brew.py:121 /home/detectron/caffe2_build/caffe2/python/cnn.py:112 /home/detectron/Downloads/detectron/Detectron/lib/modeling/ResNet.py:94 /home/detectron/Downloads/detectron/Detectron/lib/modeling/ResNet.py:38 /home/detectron/Downloads/detectron/Detectron/lib/modeling/FPN.py:103 /home/detectron/Downloads/detectron/Detectron/lib/modeling/FPN.py:47 /home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:162 /home/detectron/Downloads/detectron/Detectron/lib/modeling/optimizer.py:60 /home/detectron/Downloads/detectron/Detectron/lib/modeling/optimizer.py:38 /home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:222 /home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:89 /home/detectron/Downloads/detectron/Detectron/lib/modeling/model_builder.py:117 tools/train_net.py:283 tools/train_net.py:205 tools/train_net.py:196 tools/train_net.py:358 Traceback (most recent call last): "tools/train_net.py", line 358, in <module> main() "tools/train_net.py", line 196, in main checkpoints = train_model() "tools/train_net.py", line 217, in train_model workspace.RunNet(model.net.Proto().name) "/home/detectron/caffe2_build/caffe2/python/workspace.py", line 224, in RunNet StringifyNetName(name), num_iter, allow_fail, "/home/detectron/caffe2_build/caffe2/python/workspace.py", line 189, in CallWithExceptionIntercept return func(*args, **kwargs) RuntimeError: [enforce fail at pybind_state.cc:867] success. Error running net generalized_rcnn
0.598259
Traceback (most recent call last): "tools/train.py", line 399, in <module> main() "tools/train.py", line 136, in main train_fetches = model.train(feed_vars) "/home/aistudio/PaddleDetection/ppdet/modeling/architectures/faster_rcnn.py", line 240, in train return self.build(feed_vars, 'train') "/home/aistudio/PaddleDetection/ppdet/modeling/architectures/faster_rcnn.py", line 90, in build body_feat_names = list(body_feats.keys()) AttributeError: 'Variable' object has no attribute 'keys'
**Traceback (most recent call last): "/Users/user/PycharmProjects/pythonProject2/main.py", line 3, in <module> with sync_playwright() as p: AttributeError: __enter__**
0.567525
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step result = coro.throw(exc) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py", line 1025, in _event_to_service_call yield from service_handler.func(service_call) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/notify/__init__.py", line 138, in async_notify_message yield from notify_service.async_send_message(**kwargs) "/usr/lib/python3.5/asyncio/futures.py", line 380, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.5/asyncio/tasks.py", line 304, in _wakeup future.result() "/usr/lib/python3.5/asyncio/futures.py", line 293, in result raise self._exception "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/notify/pushbullet.py", line 92, in send_message self._push_data(filepath, message, title, self.pushbullet, url) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/notify/pushbullet.py", line 142, in _push_data pusher.push_link(title, url, body=message, email=tname) AttributeError: 'NoneType' object has no attribute 'push_link'
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.646712
Traceback (most recent call last): "inference.py", line 124, in <module> main() "inference.py", line 68, in main checkpoint_path=args.checkpoint) "/ssd/pytorch/pytorch-image-models/timm/models/factory.py", line 42, in create_model load_checkpoint(model, checkpoint_path) "/ssd/pytorch/pytorch-image-models/timm/models/helpers.py", line 22, in load_checkpoint model.load_state_dict(new_state_dict) "/home/ivan/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 839, in load_state_dict self.__class__.__name__, "\n\t".join(error_msgs))) RuntimeError: Error(s) in loading state_dict for GenEfficientNet:
Traceback (most recent call last): "E:\python361\Lib\site-packages\sru\sru_functional.py", line 17, in <module> sru_cpu_impl = load(name="sru_cpu_impl", sources=[cpu_source]) "E:\python361\lib\site-packages\torch\utils\cpp_extension.py", line 514, in load with_cuda=with_cuda) "E:\python361\lib\site-packages\torch\utils\cpp_extension.py", line 682, in _jit_compile _build_extension_module(name, build_directory) "E:\python361\lib\site-packages\torch\utils\cpp_extension.py", line 765, in _build_extension_module name, error.output.decode())) RuntimeError: Error building extension 'sru_cpu_impl': [1/2] cl /showIncludes -DTORCH_EXTENSION_NAME=sru_cpu_impl -IE:\python361\lib\site-packages\torch\lib\include -IE:\python361\lib\site-packages\torch\lib\include\TH -IE:\python361\lib\site-packages\torch\lib\include\THC -IE:\python361\Include -D_GLIBCXX_USE_CXX11_ABI=0 -fPIC -std=c++11 -c E:\python361\Lib\site-packages\sru\sru_cpu_impl.cpp /Fosru_cpu_impl.o
0.623903
Traceback (most recent call last): "/home/raillard/WFH/LISA/.lisa-venv-3.8/lib/python3.8/site-packages/pandas/core/indexes/base.py", line 706, in astype casted = self._values.astype(dtype, copy=copy) ValueError: invalid literal for int() with base 10: 'Total'
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\youtube.py", line 1057, in _decrypt_signature "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\youtube.py", line 971, in _extract_signature_function "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\common.py", line 529, in _download_webpage "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\common.py", line 436, in _download_webpage_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\extractor\common.py", line 416, in _request_webpage "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\YoutubeDL.py", line 2000, in urlopen "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw2prp8oz\build\youtube_dl\utils.py", line 525, in sanitized_Request "C:\Python\Python34\lib\urllib\request.py", line 267, in __init__ "C:\Python\Python34\lib\urllib\request.py", line 293, in full_url "C:\Python\Python34\lib\urllib\request.py", line 322, in _parse ValueError: unknown url type: '/yts/jsbin/player-en_US-vflV3n15C/base.js'
0.546079
Traceback (most recent call last): "C:\Miniconda-x64\lib\site-packages\nose\loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "C:\Miniconda-x64\lib\site-packages\nose\importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "C:\Miniconda-x64\lib\site-packages\nose\importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "C:\projects\pydy\pydy\codegen\tests\test_ode_function_generator.py", line 6, in <module> import numpy as np "C:\Miniconda-x64\lib\site-packages\numpy\__init__.py", line 140, in <module> from . import _distributor_init ImportError: cannot import name _distributor_init
Traceback (most recent call last): "/home/polyconseil/dbaty/venv/lib/python3.4/site-packages/keyring/backend.py", line 190, in _load_plugins init_func = ep.load() "/home/polyconseil/dbaty/venv/lib/python3.4/site-packages/entrypoints.py", line 77, in load mod = import_module(self.module_name) "/usr/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 2254, in _gcd_import "<frozen importlib._bootstrap>", line 2237, in _find_and_load "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 1200, in _load_unlocked "<frozen importlib._bootstrap>", line 1129, in _exec "<frozen importlib._bootstrap>", line 1471, in exec_module "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed "/home/polyconseil/dbaty/venv/lib/python3.4/site-packages/keyring/backends/chainer.py", line 9, in <module> from .. import core ImportError: cannot import name 'core'
0.662071
Traceback (most recent call last): "/home/ubuntu/anaconda3/lib/python3.6/site-packages/qgrid/grid.py", line 1223, in _handle_qgrid_msg_helper old_value = self._df.at[location] "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py", line 1868, in __getitem__ key = self._convert_key(key) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/pandas/core/indexing.py", line 1915, in _convert_key raise ValueError("At based indexing on an non-integer " ValueError: At based indexing on an non-integer index can only have non-integer indexers
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/tkeffer/git/weewx/bin/weeplot/utilities.py", line 136, in scale mag = math.floor(math.log10(steps)) ValueError: math domain error
0.54299
Traceback (most recent call last): "resprune.py", line 181, in <module> m1.weight.data = m0.weight.data.clone() "/home/ubuntu/anaconda3/envs/YOLACT/lib/python3.6/site-packages/torch/nn/modules/module.py", line 585, in __getattr__ type(self).__name__, name)) AttributeError: 'Sequential' object has no attribute 'weight'`
Traceback (most recent call last): "/home/usman/Downloads/Jarvis-master/jarviscli/CmdInterpreter.py", line 151, in try_do do(self, s) "/home/usman/Downloads/Jarvis-master/jarviscli/plugin.py", line 201, in run self._backend[0](jarvis.get_api(), s) "/home/usman/Downloads/Jarvis-master/jarviscli/plugins/evaluator.py", line 117, in plot calc(jarvis, s, calculator=solve_y, formatter=_plot, do_evalf=False) "/home/usman/Downloads/Jarvis-master/jarviscli/plugins/evaluator.py", line 230, in calc result = calculator(s) "/home/usman/Downloads/Jarvis-master/jarviscli/plugins/evaluator.py", line 224, in solve_y return solve_y("({}) -y".format(s)) "/home/usman/Downloads/Jarvis-master/jarviscli/plugins/evaluator.py", line 216, in solve_y results = sympy.solve(s, y) "/home/usman/Downloads/Jarvis-master/env/lib/python3.6/site-packages/sympy/solvers/solvers.py", line 1162, in solve solution = _solve(f[0], *symbols, **flags) "/home/usman/Downloads/Jarvis-master/env/lib/python3.6/site-packages/sympy/solvers/solvers.py", line 1498, in _solve f_num, sol = solve_linear(f, symbols=symbols) "/home/usman/Downloads/Jarvis-master/env/lib/python3.6/site-packages/sympy/solvers/solvers.py", line 2073, in solve_linear n, d = eq.as_numer_denom() "/home/usman/Downloads/Jarvis-master/env/lib/python3.6/site-packages/sympy/core/add.py", line 446, in as_numer_denom content, expr = self.primitive() "/home/usman/Downloads/Jarvis-master/env/lib/python3.6/site-packages/sympy/core/add.py", line 916, in primitive c, m = a.as_coeff_Mul() AttributeError: 'Tuple' object has no attribute 'as_coeff_Mul'
0.630563
Traceback (most recent call last): "C:\Users\krajasekhara\AppData\Local\Continuum\anaconda3\lib\site-packages\kerastuner\engine\hypermodel.py", line 105, in build model = self.hypermodel.build(hp) "<ipython-input-58-22abd649ed4e>", line 15, in build_model input_length=max_length), TypeError: __init__() missing 2 required positional arguments: 'input_dim' and 'output_dim'
Traceback (most recent call last): "/usr/local/bin/cfn-lint", line 11, in <module> sys.exit(main()) "/usr/local/lib/python3.6/dist-packages/cfnlint/__main__.py", line 157, in main matches.extend(runner.run()) "/usr/local/lib/python3.6/dist-packages/cfnlint/__init__.py", line 560, in run self.filename, self.cfn, self.ignore_checks)) "/usr/local/lib/python3.6/dist-packages/cfnlint/__init__.py", line 107, in run matches.extend(rule.matchall(filename, cfn)) "/usr/local/lib/python3.6/dist-packages/cfnlint/__init__.py", line 55, in matchall results = self.match(cfn) # pylint: disable=E1102 "/usr/local/lib/python3.6/dist-packages/cfnlint/rules/resources/properties/Properties.py", line 195, in match resourcetype, resourcename, path, True)) "/usr/local/lib/python3.6/dist-packages/cfnlint/rules/resources/properties/Properties.py", line 131, in propertycheck parenttype, resourcename, arrproppath, False)) "/usr/local/lib/python3.6/dist-packages/cfnlint/rules/resources/properties/Properties.py", line 172, in propertycheck resourcename, proppath, False)) "/usr/local/lib/python3.6/dist-packages/cfnlint/rules/resources/properties/Properties.py", line 111, in propertycheck if prop not in resourcespec: TypeError: unhashable type: 'dict_node'
0.527204
> Traceback (most recent call last): ".\panopticon.py", line 754, in <module> client.run(TOKEN, bot=BOT_ACCOUNT, max_messages=MAX_MESSAGES) "C:\Python36\lib\site-packages\discord\client.py", line 580, in run return task.result() "C:\Python36\lib\site-packages\discord\client.py", line 488, in start yield from self.connect(reconnect=reconnect) "C:\Python36\lib\site-packages\discord\client.py", line 408, in connect yield from self._connect() "C:\Python36\lib\site-packages\discord\client.py", line 370, in _connect yield from self.ws.poll_event() "C:\Python36\lib\site-packages\discord\gateway.py", line 448, in poll_event msg = yield from self.recv() "C:\Python36\lib\site-packages\websockets\protocol.py", line 323, in recv raise ConnectionClosed(self.close_code, self.close_reason) "C:\Python36\lib\site-packages\websockets\exceptions.py", line 147, in __init__ if 3000 <= code < 4000: TypeError: '<=' not supported between instances of 'int' and 'NoneType'
Traceback (most recent call last): "/miniconda/lib/python2.7/site-packages/grpc/_common.py", line 87, in _transform return transformer(message) TypeError: descriptor 'SerializeToString' requires a 'google.protobuf.pyext._message.CMessage' object but received a 'UUID'
0.536908
Traceback (most recent call last): "/projecthome/venv/lib/python3.6/site-packages/remi/server.py", line 788, in do_GET self.client.root = self.main(*self.server.userdata) "widgetoverview.py", line 40, in main self.table.set_on_table_row_click_listener(self.on_table_row_click) AttributeError: 'Table' object has no attribute 'set_on_table_row_click_listener'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flexget/task.py", line 483, in __run_plugin return method(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flexget/event.py", line 23, in __call__ return self.func(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/notifiers/notify.py", line 126, in send_notification DEFAULT_DICTS[scope]) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/notifiers/notify.py", line 93, in render_value result = entity.render(data) "/usr/local/lib/python2.7/dist-packages/flexget/entry.py", line 294, in render return render_from_entry(template, self) "/usr/local/lib/python2.7/dist-packages/flexget/utils/template.py", line 212, in render_from_entry variables['task_name'] = variables.get('task', entry.task.name) AttributeError: 'NoneType' object has no attribute 'name'
0.600376
Traceback (most recent call last): "/usr/lib64/python3.9/doctest.py", line 1329, in __run exec(compile(example.source, filename, "single", "<doctest always_allow_keywords_T295.A[5]>", line 1, in <module> A().meth2(arg=None) TypeError: A.meth2() takes no keyword arguments
Traceback (most recent call last): "test_linalg.py", line 112, in test_svd_aa_cusolver_float32 u_gpu, s_gpu, vh_gpu = linalg.svd(a_gpu, lib='cusolver') TypeError: svd() got an unexpected keyword argument 'lib'
0.528041
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.5/bin/xonsh", line 3, in <module> main() "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/main.py", line 276, in main shell.shell.cmdloop() "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/ptk/shell.py", line 132, in cmdloop line = self.singleline(auto_suggest=auto_suggest) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/ptk/shell.py", line 101, in singleline line = self.prompter.prompt(**prompt_args) "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/ptk/shortcuts.py", line 113, in prompt eventloop.close() "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/prompt_toolkit/eventloop/posix.py", line 270, in close os.close(schedule_pipe[0]) OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last): "/home/airflow/.local/lib/python3.6/site-packages/urllib3/response.py", line 436, in _error_catcher yield "/home/airflow/.local/lib/python3.6/site-packages/urllib3/response.py", line 763, in read_chunked self._update_chunk_length() "/home/airflow/.local/lib/python3.6/site-packages/urllib3/response.py", line 693, in _update_chunk_length line = self._fp.fp.readline() "/usr/local/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) "/home/airflow/.local/lib/python3.6/site-packages/urllib3/contrib/pyopenssl.py", line 318, in recv_into raise SocketError(str(e)) OSError: (104, 'ECONNRESET')
0.548906
Traceback (most recent call last): "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 138, in _on_done task.result() "/opt/electrumx/electrumx/server/block_processor.py", line 760, in _process_prefetched_blocks await self.check_and_advance_blocks(blocks) "/opt/electrumx/electrumx/server/block_processor.py", line 215, in check_and_advance_blocks await self.reorg_chain() "/opt/electrumx/electrumx/server/block_processor.py", line 246, in reorg_chain start, last, hashes = await self.reorg_hashes(count) "/opt/electrumx/electrumx/server/block_processor.py", line 266, in reorg_hashes start, count = self.calc_reorg_range(count) TypeError: cannot unpack non-iterable coroutine object INFO:BlockProcessor:flushing to DB for a clean shutdown... ERROR:TaskGroup:task crashed: <Task finished coro=<BlockProcessor.fetch_and_process_blocks() done, defined at /opt/electrumx/electrumx/server/block_processor.py:797> exception=TaskGroupError([<Task finished coro=<BlockProcessor._process_prefetched_blocks() done, defined at /opt/electrumx/electrumx/server/block_processor.py:746> exception=TypeError('cannot unpack non-iterable coroutine object')>])> Traceback (most recent call last): "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 138, in _on_done task.result() "/opt/electrumx/electrumx/server/block_processor.py", line 817, in fetch_and_process_blocks await group.spawn(self._process_prefetched_blocks()) "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 254, in __aexit__ await self.join(wait=self._wait) "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 228, in join raise TaskGroupError(bad_tasks) aiorpcx.curio.TaskGroupError: TaskGroupError(TypeError) INFO:SessionManager:closing down RPC, TCP, SSL listening servers ERROR:TaskGroup:task crashed: <Task finished coro=<Controller.serve() done, defined at /opt/electrumx/electrumx/server/controller.py:80> exception=TaskGroupError([<Task finished coro=<BlockProcessor.fetch_and_process_blocks() done, defined at /opt/electrumx/electrumx/server/block_processor.py:797> exception=TaskGroupError([<Task finished coro=<BlockProcessor._process_prefetched_blocks() done, defined at /opt/electrumx/electrumx/server/block_processor.py:746> exception=TypeError('cannot unpack non-iterable coroutine object')>])>])> Traceback (most recent call last): "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 138, in _on_done task.result() "/opt/electrumx/electrumx/server/controller.py", line 116, in serve serve_externally_event.set() "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 254, in __aexit__ await self.join(wait=self._wait) "/opt/electrumx/venv/lib/python3.7/site-packages/aiorpcX-0.5.9-py3.7.egg/aiorpcx/curio.py", line 228, in join raise TaskGroupError(bad_tasks) aiorpcx.curio.TaskGroupError: TaskGroupError(TaskGroupError)
Traceback (most recent call last): "evaluation.py", line 34, in <module> model=model, preprocess='vgg') "../evaluate/coco_eval.py", line 311, in run_eval return eval_coco(outputs=outputs, dataDir=anno_dir, imgIds=img_ids) "../evaluate/coco_eval.py", line 50, in eval_coco json.dump(outputs, f) "/home/anaconda3/envs/py35/lib/python3.5/json/__init__.py", line 178, in dump for chunk in iterable: "/home/anaconda3/envs/py35/lib/python3.5/json/encoder.py", line 427, in _iterencode yield from _iterencode_list(o, _current_indent_level) "/home/anaconda3/envs/py35/lib/python3.5/json/encoder.py", line 324, in _iterencode_list yield from chunks "/home/anaconda3/envs/py35/lib/python3.5/json/encoder.py", line 403, in _iterencode_dict yield from chunks "/home/anaconda3/envs/py35/lib/python3.5/json/encoder.py", line 436, in _iterencode o = _default(o) "/home/anaconda3/envs/py35/lib/python3.5/json/encoder.py", line 179, in default raise TypeError(repr(o) + " is not JSON serializable") TypeError: 192 is not JSON serializable
0.58186
Traceback (most recent call last): "ligaturize.py", line 275, in <module> creator.add_ligature(lig_spec['chars'], lig_spec['firacode_ligature_name']) "ligaturize.py", line 170, in add_ligature self.font[char].addPosSub(lookup_sub_name(i), cr_name(i)) TypeError: expected bytes, str found
Traceback (most recent call last): "/home/travis/miniconda3/envs/testenv/lib/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/travis/build/pymc-devs/pymc3/pymc3/tests/test_starting.py", line 74, in test_find_MAP map_est1 = starting.find_MAP() "/home/travis/build/pymc-devs/pymc3/pymc3/tuning/starting.py", line 94, in find_MAP start), fprime=grad_logp_o, *args, **kwargs) "/home/travis/miniconda3/envs/testenv/lib/python3.6/site-packages/scipy/optimize/optimize.py", line 859, in fmin_bfgs res = _minimize_bfgs(f, x0, args, fprime, callback=callback, **opts) "/home/travis/miniconda3/envs/testenv/lib/python3.6/site-packages/scipy/optimize/optimize.py", line 920, in _minimize_bfgs old_fval = f(x0) "/home/travis/miniconda3/envs/testenv/lib/python3.6/site-packages/scipy/optimize/optimize.py", line 292, in function_wrapper return function(*(wrapper_args + args)) "/home/travis/build/pymc-devs/pymc3/pymc3/tuning/starting.py", line 85, in logp_o return nan_to_high(-logp(point)) "/home/travis/build/pymc-devs/pymc3/pymc3/blocking.py", line 131, in __call__ return self.fa(self.fb(x)) "/home/travis/build/pymc-devs/pymc3/pymc3/model.py", line 756, in __call__ return self.f(**state) "/home/travis/miniconda3/envs/testenv/lib/python3.6/site-packages/theano/compile/function_module.py", line 779, in __call__ raise TypeError("Too many parameter passed to theano function") TypeError: Too many parameter passed to theano function
0.566376
Traceback (most recent call last): "tools/eval.py", line 117, in <module> vars(opt)) "/XXXXX/captioning/utils/eval_utils.py", line 157, in eval_split tmp = [data['fc_feats'], data['att_feats'], data['labels'], **data['masks']**, data['att_masks']] KeyError: 'masks'
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 129, in purge_outdated "build/dupeGuru.app/Contents/Resources/py/core/pe/cache_shelve.py", line 47, in __delitem__ "build/dupeGuru.app/Contents/Resources/py/shelve.py", line 128, in __delitem__ KeyError: b'id:7988'
0.550273
Traceback (most recent call last): "run.py", line 52, in <module> train(config, model, train_iter, dev_iter, test_iter) "D:\TEMPP\Chinese-Text-Classification-Pytorch\train_eval.py", line 44, in train for i, (trains, labels) in enumerate(train_iter): "D:\TEMPP\Chinese-Text-Classification-Pytorch\utils.py", line 103, in __next__ batches = self._to_tensor(batches) "D:\TEMPP\Chinese-Text-Classification-Pytorch\utils.py", line 83, in _to_tensor x = torch.LongTensor([_[0] for _ in datas]).to(self.device) TypeError: an integer is required (got type NoneType)
Traceback (most recent call last): "py.py", line 53, in <module> print([dd.read_json(data_object.get()['Body'].read(), lines=True, convert_dates=False) for data_object in data_objects]) "py.py", line 53, in <listcomp> print([dd.read_json(data_object.get()['Body'].read(), lines=True, convert_dates=False) for data_object in data_objects]) "/usr/local/lib/python3.6/site-packages/dask/dataframe/io/json.py", line 207, in read_json **storage_options "/usr/local/lib/python3.6/site-packages/fsspec/core.py", line 205, in open_files protocol=protocol, "/usr/local/lib/python3.6/site-packages/fsspec/core.py", line 408, in get_fs_token_paths raise TypeError("url type not understood: %s" % urlpath) TypeError: url type not understood:
0.579609
Traceback (most recent call last): "test.py", line 25, in <module> pha, fgr = model(src, bgr)[:2] TypeError: 'collections.OrderedDict' object is not callable
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.7/site-packages/box/box.py", line 662, in to_yaml encoding=encoding, errors=errors, **yaml_kwargs) "/usr/local/lib/python3.7/site-packages/box/converters.py", line 70, in _to_yaml return yaml.dump(obj, default_flow_style=default_flow_style, **yaml_kwargs) "/usr/local/lib/python3.7/site-packages/ruamel/yaml/main.py", line 1248, in dump block_seq_indent=block_seq_indent, "/usr/local/lib/python3.7/site-packages/ruamel/yaml/main.py", line 1184, in dump_all prefix_colon=prefix_colon, TypeError: __init__() got an unexpected keyword argument 'block_seq_indent'
0.58784
Traceback (most recent call last): "convert.py", line 262, in <module> _main(parser.parse_args()) "convert.py", line 59, in _main config_path = os.path.expanduser(args.config_path) AttributeError: 'Namespace' object has no attribute 'config_path'
Traceback (most recent call last): "/home/user/.virtualenvs/ir/bin/ansible-playbook", line 109, in <module> exit_code = cli.run() "/home/user/.virtualenvs/ir/lib/python2.7/site-packages/ansible/cli/playbook.py", line 154, in run results = pbex.run() "/home/user/.virtualenvs/ir/lib/python2.7/site-packages/ansible/executor/playbook_executor.py", line 125, in run all_vars = self._variable_manager.get_vars(loader=self._loader, play=play) "/home/user/.virtualenvs/ir/lib/python2.7/site-packages/ansible/vars/__init__.py", line 236, in get_vars include_delegate_to=include_delegate_to, "/home/user/.virtualenvs/ir/lib/python2.7/site-packages/ansible/vars/__init__.py", line 424, in _get_magic_variables variables['ansible_play_hosts_all'] = [x.name for x in self._inventory.get_hosts(pattern=play.hosts or 'all', ignore_restrictions=True)] AttributeError: 'NoneType' object has no attribute 'name'
0.664508
Traceback (most recent call last): "C:\Users\adams\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\LilyTexturePacker\frontend.py", line 44, in execute pack_textures(self.getObjects(context), spacing=self.spacing) "C:\Users\adams\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\LilyTexturePacker\packing.py", line 163, in pack_textures img.pixels.foreach_get(all_pixels.ravel()) AttributeError: 'bpy_prop_array' object has no attribute 'foreach_get'
Traceback (most recent call last): "<install_location>/kapitan/kapitan/targets.py", line 126, in compile_targets [p.get() for p in pool.imap_unordered(worker, target_objs) if p] "<install_location>/kapitan/kapitan/targets.py", line 126, in <listcomp> [p.get() for p in pool.imap_unordered(worker, target_objs) if p] "/usr/lib/python3.8/multiprocessing/pool.py", line 868, in next raise value AttributeError: 'bool' object has no attribute 'lower'
0.575487
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/scrapy/utils/defer.py", line 102, in iter_errback yield next(it) "/usr/local/lib/python3.6/dist-packages/scrapy/spidermiddlewares/offsite.py", line 30, in process_spider_output for x in result: "/usr/local/lib/python3.6/dist-packages/scrapy/spidermiddlewares/referer.py", line 339, in <genexpr> return (_set_referer(r) for r in result or ()) "/usr/local/lib/python3.6/dist-packages/scrapy/spidermiddlewares/urllength.py", line 37, in <genexpr> return (r for r in result or () if _filter(r)) "/usr/local/lib/python3.6/dist-packages/scrapy/spidermiddlewares/depth.py", line 58, in <genexpr> return (r for r in result or () if _filter(r)) "/fbcrawl-master/fbcrawl/spiders/fbcrawl.py", line 158, in parse_page if response.meta['flag'] == self.k and self.k >= self.year: KeyError: 'flag'**
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/config_entries.py", line 363, in async_migrate hass, self "/usr/src/homeassistant/homeassistant/components/huawei_lte/__init__.py", line 513, in async_migrate_entry recipient = options[CONF_RECIPIENT] KeyError: 'recipient'
0.513848
[gw2] node down: Traceback (most recent call last): "/home/travis/miniconda3/envs/pandas-dev/lib/python3.6/site-packages/execnet/gateway_base.py", line 1374, in _save dispatch = self._dispatch[tp] KeyError: <enum 'ExitCode'>
Traceback (most recent call last): "/usr/lib/python3.8/runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, "/usr/lib/python3.8/runpy.py", line 86, in _run_code exec(code, run_globals) "/usr/local/bin/svtplay-dl/__main__.py", line 15, in <module> "/usr/local/bin/svtplay-dl/svtplay_dl/__init__.py", line 69, in main "/usr/local/bin/svtplay-dl/svtplay_dl/utils/getmedia.py", line 59, in get_media "/usr/local/bin/svtplay-dl/svtplay_dl/utils/getmedia.py", line 77, in get_all_episodes "/usr/local/bin/svtplay-dl/svtplay_dl/service/tv4play.py", line 98, in find_all_episodes KeyError: 'clip'
0.511808
Traceback (most recent call last): "I:\GitHub\CellProfiler\cellprofiler\pipeline.py", line 1890, in run_image_set self.run_module(module, workspace) "I:\GitHub\CellProfiler\cellprofiler\pipeline.py", line 1997, in run_module module.run(workspace) "I:\GitHub\CellProfiler\cellprofiler\modules\identifysecondaryobjects.py", line 479, in run (labels_in[0, :], labels_in[-1, :], labels_in[:, 0], labels_in[:, -1])) "C:\Users\bcimini\AppData\Local\Continuum\Anaconda2\lib\site-packages\numpy\core\shape_base.py", line 280, in hstack return _nx.concatenate(arrs, 1) ValueError: all the input array dimensions except for the concatenation axis must match exactly
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/components/websocket_api/http.py", line 144, in async_handle connection = await auth.async_handle(msg) "/usr/local/lib/python3.7/site-packages/homeassistant/components/websocket_api/auth.py", line 78, in async_handle msg['access_token']) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 390, in async_validate_access_token cast(str, unverif_claims.get('iss'))) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 354, in async_get_refresh_token return await self._store.async_get_refresh_token(token_id) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 240, in async_get_refresh_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start resp = await task "/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle resp = await handler(request) "/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/real_ip.py", line 33, in real_ip_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 68, in ban_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/auth.py", line 206, in auth_middleware return await handler(request) "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/view.py", line 112, in handle result = await result "/usr/local/lib/python3.7/site-packages/homeassistant/components/http/ban.py", line 78, in handle_req resp = await func(view, request, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 267, in post hass, data, str(request[KEY_REAL_IP])) "/usr/local/lib/python3.7/site-packages/homeassistant/components/auth/__init__.py", line 355, in _async_handle_refresh_token refresh_token = await hass.auth.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 359, in async_get_refresh_token_by_token return await self._store.async_get_refresh_token_by_token(token) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 254, in async_get_refresh_token_by_token await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 151, in _async_setup_component hass, processed_config) "/usr/local/lib/python3.7/site-packages/homeassistant/components/hassio/__init__.py", line 158, in async_setup user = await hass.auth.async_get_user(data['hassio_user']) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/__init__.py", line 126, in async_get_user return await self._store.async_get_user(user_id) "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 71, in async_get_user await self._async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 280, in _async_load await self._async_load_task() "/usr/local/lib/python3.7/site-packages/homeassistant/auth/auth_store.py", line 287, in _async_load_task self._store.async_load(), "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 151, in _async_setup_component hass, processed_config) "/usr/local/lib/python3.7/site-packages/homeassistant/components/input_boolean/__init__.py", line 78, in async_setup await component.async_add_entities(entities) "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 151, in _async_setup_component hass, processed_config) "/usr/local/lib/python3.7/site-packages/homeassistant/components/timer/__init__.py", line 93, in async_setup await component.async_add_entities(entities) "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 151, in _async_setup_component hass, processed_config) "/usr/local/lib/python3.7/site-packages/homeassistant/components/input_select/__init__.py", line 110, in async_setup await component.async_add_entities(entities) "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 151, in _async_setup_component hass, processed_config) "/usr/local/lib/python3.7/site-packages/homeassistant/components/group/__init__.py", line 190, in async_setup await _async_process_config(hass, config, component) "/usr/local/lib/python3.7/site-packages/homeassistant/components/group/__init__.py", line 332, in _async_process_config control=control, object_id=object_id, mode=mode) "/usr/local/lib/python3.7/site-packages/homeassistant/components/group/__init__.py", line 403, in async_create_group await component.async_add_entities([group], True) "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 213, in async_add_entities hass.helpers.entity_registry.async_get_registry() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 292, in async_get_registry return await task "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 287, in _load_reg await registry.async_load() "/usr/local/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 242, in async_load disabled_by=entity.get('disabled_by') "<attrs generated init 19ff231215a5484485558c68ebc4c21728991fef>", line 16, in __init__ __attr_validator_disabled_by(self, __attr_disabled_by, self.disabled_by) "/usr/local/lib/python3.7/site-packages/attr/validators.py", line 145, in __call__ name=attr.name, options=self.options, value=value ValueError: 'disabled_by' must be in ('hass', 'user', None) (got 'integration')
0.557954
Traceback (most recent call last): "/usr/local/bin/conda", line 7, in <module> from conda.cli.main import main "/usr/local/lib/python2.7/site-packages/conda/cli/__init__.py", line 8, in <module> from .main import main # NOQA "/usr/local/lib/python2.7/site-packages/conda/cli/main.py", line 46, in <module> from ..base.context import context "/usr/local/lib/python2.7/site-packages/conda/base/context.py", line 18, in <module> from ..common.configuration import (Configuration, MapParameter, PrimitiveParameter, "/usr/local/lib/python2.7/site-packages/conda/common/configuration.py", line 40, in <module> from ruamel.yaml.comments import CommentedSeq, CommentedMap # pragma: no cover ImportError: No module named ruamel.yaml.comments
Traceback (most recent call last): "<string>", line 1, in <module> "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/vision.py", line 17, in <module> from google.cloud.vision_v1 import ImageAnnotatorClient "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/vision_v1/__init__.py", line 19, in <module> from google.cloud.vision_helpers.decorators import add_single_feature_methods "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/vision_helpers/__init__.py", line 18, in <module> from google.api_core import protobuf_helpers as protobuf "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/api_core/__init__.py", line 20, in <module> from pkg_resources import get_distribution "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3126, in <module> @_call_aside "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3110, in _call_aside f(*args, **kwargs) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set for dist in working_set "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3154, in <genexpr> for dist in working_set "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2661, in activate declare_namespace(pkg) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2187, in declare_namespace _handle_ns(packageName, path_item) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pkg_resources/__init__.py", line 2120, in _handle_ns loader.load_module(packageName) "./google.py", line 6, in <module> from google.cloud.vision import types ImportError: cannot import name 'types' from 'google.cloud.vision' (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/google/cloud/vision.py)
0.651332
Traceback (most recent call last): "/home/plb1_rice_edu/.conda/envs/pyannote36/bin/pyannote-change-detection", line 8, in <module> sys.exit(main()) "/home/plb1_rice_edu/.conda/envs/pyannote36/lib/python3.6/site-packages/pyannote/audio/applications/change_detection.py", line 329, in main start=start, end=end, every=every, in_order=in_order) "/home/plb1_rice_edu/.conda/envs/pyannote36/lib/python3.6/site-packages/pyannote/audio/applications/base.py", line 347, in validate validation_data=validation_data) "/home/plb1_rice_edu/.conda/envs/pyannote36/lib/python3.6/site-packages/pyannote/audio/applications/change_detection.py", line 223, in validate_epoch _ = self.pool_.map(validate, validation_data) "/home/plb1_rice_edu/.conda/envs/pyannote36/lib/python3.6/multiprocessing/pool.py", line 266, in map return self._map_async(func, iterable, mapstar, chunksize).get() "/home/plb1_rice_edu/.conda/envs/pyannote36/lib/python3.6/multiprocessing/pool.py", line 644, in get raise self._value ValueError: zero-size array to reduction operation maximum which has no identity
Traceback (most recent call last): "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/superset/views/base.py", line 114, in wraps return f(self, *args, **kwargs) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/superset/views/core.py", line 1229, in explore_json samples=samples, "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/superset/views/core.py", line 1160, in generate_json payload = viz_obj.get_payload() "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/superset/viz.py", line 375, in get_payload payload['data'] = self.get_data(df) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/superset/viz.py", line 967, in get_data df['x'] = df[[utils.get_metric_name(self.x_metric)]] "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/frame.py", line 3119, in __setitem__ self._set_item(key, value) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/frame.py", line 3195, in _set_item NDFrame._set_item(self, key, value) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/generic.py", line 2600, in _set_item self._data.set(key, value) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/internals.py", line 4246, in set self.insert(len(self.items), item, value) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/internals.py", line 4347, in insert placement=slice(loc, loc + 1)) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/internals.py", line 3205, in make_block return klass(values, ndim=ndim, placement=placement) "/srv/deployment/analytics/superset/venv/lib/python3.7/site-packages/pandas/core/internals.py", line 125, in __init__ '{mgr}'.format(val=len(self.values), mgr=len(self.mgr_locs))) ValueError: Wrong number of items passed 2, placement implies 1
0.586476
Traceback (most recent call last): "/opt/MobSF/Mobile-Security-Framework-MobSF/MalwareAnalyzer/views/apkid.py", line 45, in apkid_analysis findings = output._build_json_output(res)['files'] AttributeError: 'OutputFormatter' object has no attribute '_build_json_output'
Traceback (most recent call last): "/usr/local/lib/python3.5/multiprocessing/process.py", line 254, in _bootstrap self.run() "/usr/local/lib/python3.5/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) "/usr/local/lib/python3.5/site-packages/multipipes/pipeline.py", line 67, in safe_run_forever self.run_forever() "/usr/local/lib/python3.5/site-packages/multipipes/pipeline.py", line 74, in run_forever self.run() "/usr/local/lib/python3.5/site-packages/multipipes/pipeline.py", line 106, in run result = self.target(*args) "/usr/local/lib/python3.5/site-packages/bigchaindb/pipelines/block.py", line 78, in validate_tx tx_validated = self.bigchain.is_valid_transaction(tx) "/usr/local/lib/python3.5/site-packages/bigchaindb/core.py", line 182, in is_valid_transaction return self.validate_transaction(transaction) "/usr/local/lib/python3.5/site-packages/bigchaindb/core.py", line 163, in validate_transaction return self.consensus.validate_transaction(self, transaction) "/usr/local/lib/python3.5/site-packages/bigchaindb/consensus.py", line 14, in validate_transaction return transaction.validate(bigchain) AttributeError: 'NoneType' object has no attribute 'validate'
0.598314
Traceback (most recent call last): "bittrex_market.pyx", line 957, in hummingbot.market.bittrex.bittrex_market.BittrexMarket.execute_cancel "bittrex_market.pyx", line 1034, in _api_request "bittrex_market.pyx", line 1042, in hummingbot.market.bittrex.bittrex_market.BittrexMarket._api_request OSError: Error fetching response from DELETE-https://api.bittrex.com/v3/orders/9af764c8-d67f-4ae3-b6ce-4d6153f21fa1. HTTP Status Code 400: {'code': 'INVALID_ORDER'}
Traceback (most recent call last): "main_ogbnarxiv.py", line 5, in <module> import torch_geometric.transforms as T "/data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_geometric/__init__.py", line 2, in <module> import torch_geometric.nn "/data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_geometric/nn/__init__.py", line 2, in <module> from .data_parallel import DataParallel "/data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_geometric/nn/data_parallel.py", line 5, in <module> from torch_geometric.data import Batch "/data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_geometric/data/__init__.py", line 1, in <module> from .data import Data "/data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_geometric/data/data.py", line 8, in <module> from torch_sparse import coalesce, SparseTensor "/data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_sparse/__init__.py", line 23, in <module> raise OSError(e) OSError: /data/Disk_A/yangxiao/.conda/envs/Pytorch/lib/python3.8/site-packages/torch_sparse/_version.so: undefined symbol: _ZN5torch3jit17parseSchemaOrNameERKSs
0.513281
Traceback (most recent call last): "train1.py", line 17, in <module> from data_load import Net1DataFlow "/Users/yafengtang/Private/CelebritiesVoice/deep-voice-conversion/data_load.py", line 14, in <module> from utils import normalize_0_1 "/Users/yafengtang/Private/CelebritiesVoice/deep-voice-conversion/utils.py", line 12, in <module> import tfplot ImportError: No module named tfplot
Traceback (most recent call last): "ddparser.py", line 4, in <module> module = hub.Module(name="ddparser") "/root/miniconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/module/module.py", line 102, in __new__ name=name, version=version, **kwargs) "/root/miniconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/module/module.py", line 178, in init_with_name return cls.init_with_directory(directory=module_dir[0], **kwargs) "/root/miniconda3/envs/paddle/lib/python3.7/site-packages/paddlehub/module/module.py", line 193, in init_with_directory _module = importlib.import_module("{}.module".format(basename)) "/root/miniconda3/envs/paddle/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/root/.paddlehub/modules/ddparser/module.py", line 22, in <module> "The module requires additional dependencies: ddparser. Please run 'pip install ddparser' to install it." ImportError: The module requires additional dependencies: ddparser. Please run 'pip install ddparser' to install it.
0.62577
Traceback (most recent call last): "/usr/lib/python3/dist-packages/ropper/console.py", line 360, in __generateChain chain = self.__rs.createRopChain(generator, str(self.current .arch) ,options) "/usr/lib/python3/dist-packages/ropper/service.py", line 775, in createRopChain return generator.create(options) "/usr/lib/python3/dist-packages/ropper/ropchain/arch/ropchainx86_64.py", line 719, in create chain_tmp += self._createOpcode('0f05') "/usr/lib/python3/dist-packages/ropper/ropchain/arch/ropchainx86_64.py", line 609, in _createOpcode return self._printRopInstruction(gadget) "/usr/lib/python3/dist-packages/ropper/ropchain/arch/ropchainx86_64.py", line 176, in _printRopInstruction toReturn = ('rop += rebase_%d(%s) # %s\n' % (self._usedBinaries.index((gadget.fileName, gadget.section)),toHex(gadget.lines[0][0],8), gadget.simpleString())) ValueError: ('aba885b34ffe9781f44af295bd9e6cfa6754e83fe07e628b3a0b04eae3b79f56', 'LOAD') is not in list
Traceback (most recent call last): "/lhome/davidj2/code/sync/space_and_deformable_time/.venv/lib/python3.6/site-packages/tensorflow/python/framework/op_def_library.py", line 455, in _apply_op_helper as_ref=input_arg.is_ref) "/lhome/davidj2/code/sync/space_and_deformable_time/.venv/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 1240, in internal_convert_n_to_tensor ctx=ctx)) "/lhome/davidj2/code/sync/space_and_deformable_time/.venv/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 1175, in internal_convert_to_tensor ret = conversion_func(value, dtype=dtype, name=name, as_ref=as_ref) "/lhome/davidj2/code/sync/space_and_deformable_time/.venv/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 977, in _TensorTensorConversionFunction (dtype.name, t.dtype.name, str(t))) ValueError: Tensor conversion requested dtype float32 for Tensor with dtype resource: 'Tensor("optimizer/gradients/optimizer/head/convolve_batch_activate_20/batch_normalization_v1_21/cond/ReadVariableOp_1/Switch
0.529147
Traceback (most recent call last): "detect_single_threaded.py", line 52, in <module> image_np, detection_graph, sess) "/home/khin/models/research/object_detection/utils/detector_utils.py", line 90, in detect_objects feed_dict={image_tensor: image_np_expanded}) "/home/khin/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 889, in run run_metadata_ptr) "/home/khin/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1089, in _run np_val = np.asarray(subfeed_val, dtype=subfeed_dtype) "/home/khin/anaconda3/lib/python3.6/site-packages/numpy/core/numeric.py", line 492, in asarray return array(a, dtype, copy=False, order=order) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Traceback (most recent call last): "pydantic/validators.py", line 579, in pydantic.validators.find_validators TypeError: issubclass() arg 1 must be a class
0.515765
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/selector_events.py", line 251, in _add_reader key = self._selector.get_key(fd) "/usr/local/lib/python3.7/selectors.py", line 192, in get_key raise KeyError("{!r} is not registered".format(fileobj)) from None KeyError: '6 is not registered'
Traceback (most recent call last): "c:\salt\bin\lib\site-packages\salt-3000-py3.5.egg\salt\loader.py", line 1883, in _process_virtual virtual = getattr(mod, virtual_func)() "c:\salt\bin\lib\site-packages\salt-3000-py3.5.egg\salt\modules\win_timezone.py", line 192, in __virtual__ if not __utils__['platform.is_windows'](): KeyError: 'platform.is_windows'
0.519717
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game self.store.append( "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append return self._do_insert(-1, row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 988, in _do_insert row, columns = self._convert_row(row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 900, in _convert_row result.append(self._convert_value(cur_col, value)) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 914, in _convert_value return GObject.Value(self.get_column_type(column), value) "/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 210, in __init__ self.set_value(py_value) "/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 249, in set_value raise TypeError("Expected string but got %s%s" % TypeError: Expected string but got 0.8<class 'float'>
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/feedparser.py", line 878, in pop output = _base64decode(output) "/usr/lib/python3.5/base64.py", line 552, in decodebytes _input_type_check(s) "/usr/lib/python3.5/base64.py", line 521, in _input_type_check raise TypeError(msg) from err TypeError: expected bytes-like object, not str
0.642329
Traceback (most recent call last): "/home/harsh/eclipse-workspace/XX/module/cut.py", line 32, in <module> print(ssim(frame,frame)) TypeError: 'module' object is not callable
Traceback (most recent call last): "/usr/lib/python3/dist-packages/persepolis/scripts/mainwindow.py", line 805, in run add_link_dict['start_time'] = str(sigma_hour + ':' + sigma_minute) TypeError: unsupported operand type(s) for +: 'int' and 'str'
0.558562
ImportError: Traceback (most recent call last): "site-packages\tensorflow\python\pywrap_tensorflow_internal.py", line 14, in swig_import_helper "importlib\__init__.py", line 126, in import_module "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'tensorflow.python._pywrap_tensorflow_inter
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/shapelight/anaconda3/lib/python3.6/site-packages/torch_geometric/__init__.py", line 5, in <module> import torch_geometric.transforms "/home/shapelight/anaconda3/lib/python3.6/site-packages/torch_geometric/transforms/__init__.py", line 35, in <module> from .to_superpixels import ToSLIC "/home/shapelight/anaconda3/lib/python3.6/site-packages/torch_geometric/transforms/to_superpixels.py", line 2, in <module> from skimage.segmentation import slic "/home/shapelight/anaconda3/lib/python3.6/site-packages/skimage/__init__.py", line 158, in <module> from .util.dtype import * "/home/shapelight/anaconda3/lib/python3.6/site-packages/skimage/util/__init__.py", line 7, in <module> from .arraycrop import crop "/home/shapelight/anaconda3/lib/python3.6/site-packages/skimage/util/arraycrop.py", line 8, in <module> from numpy.lib.arraypad import _validate_lengths ImportError: cannot import name '_validate_lengths'
0.562646
Traceback (most recent call last): "/usr/bin/wee_database", line 453, in <module> main() "/usr/bin/wee_database", line 156, in main createMainDatabase(config_dict, db_binding) "/usr/bin/wee_database", line 179, in createMainDatabase with weewx.manager.open_manager_with_config(config_dict, db_binding) as dbmanager: "/usr/share/weewx/weewx/manager.py", line 984, in open_manager_with_config return open_manager(manager_dict, initialize) "/usr/share/weewx/weewx/manager.py", line 976, in open_manager manager_dict['table_name']) "/usr/share/weewx/weewx/manager.py", line 99, in open connection = weedb.connect(database_dict) "/usr/share/weewx/weedb/__init__.py", line 60, in connect __import__(db_dict['driver']) "/usr/share/weewx/weedb/mysql.py", line 10, in <module> import MySQLdb ImportError: No module named MySQLdb
Traceback (most recent call last): "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/nose/loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/home/travis/build/Backblaze/B2_Command_Line_Tool/test/test_b2http.py", line 18, in <module> from b2.b2http import _translate_and_retry, _translate_errors, B2Http, ClockSkewHook "/home/travis/build/Backblaze/B2_Command_Line_Tool/b2/b2http.py", line 13, in <module> import arrow "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/arrow/__init__.py", line 3, in <module> from .arrow import Arrow "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/arrow/arrow.py", line 19, in <module> from arrow import util, locales, parser, formatter "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/arrow/parser.py", line 12, in <module> from backports.functools_lru_cache import lru_cache # pragma: no cover ImportError: No module named backports.functools_lru_cache
0.630146
Traceback (most recent call last): "/usr/bin/whipper", line 11, in <module> load_entry_point('whipper==0.4.2', 'console_scripts', 'whipper')() "/usr/lib/python2.7/site-packages/morituri/command/main.py", line 31, in main ret = cmd.do() "/usr/lib/python2.7/site-packages/morituri/command/basecommand.py", line 123, in do return self.cmd.do() "/usr/lib/python2.7/site-packages/morituri/command/basecommand.py", line 123, in do return self.cmd.do() "/usr/lib/python2.7/site-packages/morituri/command/cd.py", line 206, in do self.doCommand() "/usr/lib/python2.7/site-packages/morituri/command/cd.py", line 507, in doCommand ripIfNotRipped(i + 1) "/usr/lib/python2.7/site-packages/morituri/command/cd.py", line 447, in ripIfNotRipped "track can't be ripped. " RuntimeError: track can't be ripped. Rip attempts number is equal to 'MAX_TRIES'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/bmudassar3/.conda/envs/act/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/bmudassar3/.conda/envs/act/lib/python3.6/site-packages/torchvision/ops/deform_conv.py", line 126, in forward padding=self.padding, dilation=self.dilation) "/home/bmudassar3/.conda/envs/act/lib/python3.6/site-packages/torchvision/ops/deform_conv.py", line 67, in deform_conv2d return torch.ops.torchvision.deform_conv2d( "/home/bmudassar3/.conda/envs/act/lib/python3.6/site-packages/torch/_ops.py", line 61, in __getattr__ op = torch._C._jit_get_operation(qualified_op_name) RuntimeError: No such operator torchvision::deform_conv2d
0.595334
Traceback (most recent call last): "/usr/bin/salt-ssh", line 10, in <module> salt_ssh() "/usr/lib/python2.7/site-packages/salt/scripts.py", line 425, in salt_ssh client.run() "/usr/lib/python2.7/site-packages/salt/cli/ssh.py", line 24, in run ssh.run() "/usr/lib/python2.7/site-packages/salt/client/ssh/__init__.py", line 771, in run self.cache_job(jid, host, ret[host], fun) "/usr/lib/python2.7/site-packages/salt/client/ssh/__init__.py", line 697, in cache_job 'fun': fun}) "/usr/lib/python2.7/site-packages/salt/returners/local_cache.py", line 144, in returner hn_dir = os.path.join(jid_dir, load['id']) "/usr/lib/python2.7/posixpath.py", line 68, in join if b.startswith('/'): AttributeError: 'NoneType' object has no attribute 'startswith'
Traceback (most recent call last): "<ipython-input-37-b10ccab33346>", line 71, in <module> for word,score in top_words]) "C:\Users\RAJENDRAGHORPADE\Anaconda2\lib\site-packages\wordcloud\wordcloud.py", line 331, in fit_words return self.generate_from_frequencies(frequencies) "C:\Users\RAJENDRAGHORPADE\Anaconda2\lib\site-packages\wordcloud\wordcloud.py", line 350, in generate_from_frequencies frequencies = sorted(frequencies.items(), key=item1, reverse=True) AttributeError: 'list' object has no attribute 'items'
0.584582
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
Traceback (most recent call last): "redis_cluster_setup.py", line 173, in <module> cluster.create() "redis_cluster_setup.py", line 105, in create cluster_info = self.nodes[0].client.cluster('NODES') "lib/python3.5/site-packages/redis/client.py", line 2056, in cluster return self.execute_command('CLUSTER %s' % cluster_arg.upper(), *args) "lib/python3.5/site-packages/redis/client.py", line 668, in execute_command return self.parse_response(connection, command_name, **options) "lib/python3.5/site-packages/redis/client.py", line 682, in parse_response return self.response_callbacks[command_name](response, **options) "lib/python3.5/site-packages/redis/client.py", line 309, in parse_cluster_nodes return dict([_parse_node_line(line) for line in raw_lines]) "lib/python3.5/site-packages/redis/client.py", line 309, in <listcomp> return dict([_parse_node_line(line) for line in raw_lines]) "lib/python3.5/site-packages/redis/client.py", line 288, in _parse_node_line line_items = line.split(' ') AttributeError: 'int' object has no attribute 'split'
0.574321
Traceback (most recent call last): "<string>", line 1, in <module> "/usr/pkg/lib/python2.7/site-packages/matplotlib/pyplot.py", line 31, in <module> import matplotlib.colorbar "/usr/pkg/lib/python2.7/site-packages/matplotlib/colorbar.py", line 36, in <module> import matplotlib.contour as contour "/usr/pkg/lib/python2.7/site-packages/matplotlib/contour.py", line 20, in <module> import matplotlib.font_manager as font_manager "/usr/pkg/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1469, in <module> _rebuild() "/usr/pkg/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1450, in _rebuild fontManager = FontManager() "/usr/pkg/lib/python2.7/site-packages/matplotlib/font_manager.py", line 1086, in __init__ self.ttflist = createFontList(self.ttffiles) "/usr/pkg/lib/python2.7/site-packages/matplotlib/font_manager.py", line 587, in createFontList font = ft2font.FT2Font(fpath) TypeError: First argument must be a path or file object reading bytes
Traceback (most recent call last): "/Users/atokirina/Library/Application Support/Blender/2.82/scripts/addons/sverchok/core/update_system.py", line 351, in do_update_general node.process() "/Users/atokirina/Library/Application Support/Blender/2.82/scripts/addons/sverchok/nodes/matrix/matrix_out.py", line 46, in process locs = Matrix_location(matrixes, list=True) TypeError: Matrix_location() got an unexpected keyword argument 'list'
0.56884
Traceback (most recent call last): "/home/sander/git/blabla-sab/sabnzbd/assembler.py", line 275, in check_encrypted_and_unwanted_files if 'need to start extraction from a previous volume' in e: TypeError: argument of type 'RarWrongPassword' is not iterable
Traceback (most recent call last): "examples/tf/trpo_gym_tf_cartpole.py", line 27, in <module> step_size=0.01, "/home/rjulian/code/garage/garage/tf/algos/trpo.py", line 40, in __init__ **kwargs) "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 52, in __init__ super(NPO, self).__init__(policy=policy, **kwargs) "/home/rjulian/code/garage/garage/tf/algos/batch_polopt.py", line 90, in __init__ self.init_opt() "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 62, in init_opt pol_loss, pol_kl = self._build_policy_loss(pol_loss_inputs) "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 218, in _build_policy_loss policy_entropy = self._build_entropy_term(i) "/home/rjulian/code/garage/garage/tf/algos/npo.py", line 315, in _build_entropy_term name="policy_dist_info_flat") "/home/rjulian/code/garage/garage/tf/policies/categorical_mlp_policy.py", line 71, in dist_info_sym return dict(prob) "/home/rjulian/miniconda2/envs/garage/lib/python3.6/site-packages/tensorflow/python/framework/ops.py", line 436, in __iter__ "Tensor objects are not iterable when eager execution is not " TypeError: Tensor objects are not iterable when eager execution is not enabled. To iterate over this tensor use tf.map_fn.
0.554035
Traceback (most recent call last): "/usr/lib/python3/dist-packages/spyder/widgets/helperwidgets.py", line 127, in paint textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options) TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
Traceback (most recent call last): "/opt/anaconda3/lib/python3.8/site-packages/tornado/ioloop.py", line 743, in _run_callback ret = callback() "/opt/anaconda3/lib/python3.8/site-packages/tornado/ioloop.py", line 767, in _discard_future_result future.result() "/opt/anaconda3/lib/python3.8/site-packages/distributed/nanny.py", line 443, in _on_exit await self.scheduler.unregister(address=self.worker_address) "/opt/anaconda3/lib/python3.8/site-packages/distributed/core.py", line 861, in send_recv_from_rpc result = await send_recv(comm=comm, op=key, **kwargs) "/opt/anaconda3/lib/python3.8/site-packages/distributed/core.py", line 660, in send_recv raise exc.with_traceback(tb) "/opt/anaconda3/lib/python3.8/site-packages/distributed/core.py", line 513, in handle_comm result = await result "/opt/anaconda3/lib/python3.8/site-packages/distributed/scheduler.py", line 2208, in remove_worker address = self.coerce_address(address) "/opt/anaconda3/lib/python3.8/site-packages/distributed/scheduler.py", line 4946, in coerce_address raise TypeError("addresses should be strings or tuples, got %r" % (addr,)) TypeError: addresses should be strings or tuples, got None
0.476195
1/1: 0... Traceback (most recent call last): "detect.py", line 178, in <module> detect() "detect.py", line 51, in detect dataset = LoadStreams(source, img_size=imgsz, stride=stride) "/home/caton/yolov5/utils/datasets.py", line 279, in __init__ if 'youtube.com/' in url or 'youtu.be/' in url: # if source is YouTube video TypeError: argument of type 'int' is `not iterable
Traceback (most recent call last): "/usr/local/bin/flashfocus", line 12, in <module> sys.exit(cli()) "/usr/local/lib/python3.7/site-packages/Click-7.0-py3.7.egg/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/Click-7.0-py3.7.egg/click/core.py", line 717, in main rv = self.invoke(ctx) "/usr/local/lib/python3.7/site-packages/Click-7.0-py3.7.egg/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python3.7/site-packages/Click-7.0-py3.7.egg/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/flashfocus-1.2.1-py3.7.egg/flashfocus/ui.py", line 120, in cli init_server(kwargs) "/usr/local/lib/python3.7/site-packages/flashfocus-1.2.1-py3.7.egg/flashfocus/ui.py", line 134, in init_server config = load_merged_config(cli_options) "/usr/local/lib/python3.7/site-packages/flashfocus-1.2.1-py3.7.egg/flashfocus/config.py", line 288, in load_merged_config config = merge_config_sources(cli_options, user_config, default_config) "/usr/local/lib/python3.7/site-packages/flashfocus-1.2.1-py3.7.egg/flashfocus/config.py", line 230, in merge_config_sources validated_config = validate_config(config) "/usr/local/lib/python3.7/site-packages/flashfocus-1.2.1-py3.7.egg/flashfocus/config.py", line 192, in validate_config validated = ConfigSchema(strict=True).load(config) TypeError: __init__() got an unexpected keyword argument 'strict'
0.566526
Traceback (most recent call last): "/home/ondra/.vim/bundle/jedi-vim/pythonx/jedi_vim.py", line 307, in completions completions = script.completions() AttributeError: 'NoneType' object has no attribute 'completions'
[!] 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.589511
Traceback (most recent call last): "/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/usr/local/lib/python3.5/dist-packages/homeassistant/core.py", line 1020, in execute_service service_handler.func(service_call) "/usr/local/lib/python3.5/dist-packages/homeassistant/components/zwave/__init__.py", line 429, in set_config_parameter value.data = selection "/config/deps/openzwave/value.py", line 292, in data self._network.manager.setValue(self.value_id, value) "src-lib/libopenzwave/libopenzwave.pyx", line 2867, in libopenzwave.PyManager.setValue (openzwave-embed/open-zwave-master/python-openzwave/src-lib/libopenzwave/libopenzwave.cpp:23786) TypeError: Expected str, got int
Traceback (most recent call last): "./dog", line 85, in <module> dog(choice, target) "./dog", line 67, in dog hq(choice) "/root/Desktop/tools/tool/ReconDog/core/hq.py", line 80, in hq plugin(validatedInp) "/root/Desktop/tools/tool/ReconDog/plugins/detectTech.py", line 11, in detectTech technologies.append(one['name']) TypeError: string indices must be integers
0.607363
Traceback (most recent call last): "/home/hxy/pytorch-retinanet/visualize.py", line 98, in <module> main() "/home/hxy/pytorch-retinanet/visualize.py", line 68, in main scores, classification, transformed_anchors = retinanet(data['img'].cuda(device).float()) "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 123, in forward outputs = self.parallel_apply(replicas, inputs, kwargs) "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/parallel/data_parallel.py", line 133, in parallel_apply return parallel_apply(replicas, inputs, kwargs, self.device_ids[:len(replicas)]) "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/parallel/parallel_apply.py", line 77, in parallel_apply raise output "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/parallel/parallel_apply.py", line 53, in _worker output = module(*input, **kwargs) "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/home/hxy/pytorch-retinanet/model.py", line 262, in forward transformed_anchors = self.regressBoxes(anchors, regression) "/home/hxy/anaconda3/envs/py4/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/home/hxy/pytorch-retinanet/utils.py", line 100, in forward dx = deltas[:, :, 0] * self.std[0] + self.mean[0] RuntimeError: arguments are located on different GPUs at /opt/conda/conda-bld/pytorch_1532579245307/work/aten/src/THC/generated/../generic/THCTensorMathPointwise.cu:314
Traceback (most recent call last): "/var/lib/awx/venv/awx/bin/awx-manage", line 11, in <module> load_entry_point('awx==9.0.1.0', 'console_scripts', 'awx-manage')() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/__init__.py", line 158, in manage execute_from_command_line(sys.argv) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/__init__.py", line 375, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/base.py", line 323, in run_from_argv self.execute(*args, **cmd_options) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/core/management/base.py", line 364, in execute output = self.handle(*args, **options) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/management/commands/inventory_import.py", line 1153, in handle raise exc "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/management/commands/inventory_import.py", line 1043, in handle venv_path=venv_path, verbosity=self.verbosity).load() "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/management/commands/inventory_import.py", line 214, in load return self.command_to_json(base_args + ['--list']) "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/management/commands/inventory_import.py", line 197, in command_to_json self.method, proc.returncode, stdout, stderr)) RuntimeError: ansible-inventory failed (rc=1) with stdout:
0.578645
Traceback (most recent call last): "test/test_segment.py", line 7, in <module> segList = segmenter.seg(text) "/usr/local/lib/python3.5/dist-packages/deepnlp/segmenter.py", line 28, in seg model.add((char + "\to\tB").encode('utf-8')) "/usr/local/lib/python3.5/dist-packages/CRFPP.py", line 101, in add def add(self, *args): return _CRFPP.Tagger_add(self, *args) TypeError: in method 'Tagger_add', argument 2 of type 'char const *'
Traceback (most recent call last): "C:\Users\p\anaconda3\lib\site-packages\qtconsole\comms.py", line 177, in comm_msg comm.handle_msg(msg) "C:\Users\p\anaconda3\lib\site-packages\qtconsole\comms.py", line 265, in handle_msg return self._msg_callback(msg) "C:\Users\p\anaconda3\lib\site-packages\spyder_kernels\comms\commbase.py", line 331, in _comm_message msg_dict, buffer) TypeError: _handle_remote_call_reply() missing 1 required positional argument: 'load_exception'
0.563269
Traceback (most recent call last): "<string>", line 1, in <module> "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/api/__init__.py", line 179, in completions completions = completion.completions() "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/api/completion.py", line 96, in completions completion_names = self._get_context_completions() "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/api/completion.py", line 169, in _get_context_completions completion_names += self._trailer_completions(dot.get_previous_leaf()) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/api/completion.py", line 210, in _trailer_completions completion_names += filter.values() "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 157, in values return self._convert_names(name for name_list in self._used_names.values() "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 154, in _convert_names return [self.name_class(self.context, name) for name in names] "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 154, in <listcomp> return [self.name_class(self.context, name) for name in names] "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 158, in <genexpr> for name in self._filter(name_list)) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 183, in _filter return list(self._check_flows(names)) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 197, in _check_flows self._node_context, self._parser_scope, name, self._origin_scope "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/flow_analysis.py", line 73, in reachability_check return _break_check(context, context_scope, first_flow_scope, node) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/flow_analysis.py", line 88, in _break_check reachable = _check_if(context, flow_node) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/flow_analysis.py", line 104, in _check_if types = context.eval_node(node) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/context.py", line 37, in eval_node return self.evaluator.eval_element(self, node) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 215, in eval_element definitions = self.goto_definitions(context, if_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 462, in goto_definitions return helpers.evaluate_call_of_leaf(context, name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/helpers.py", line 53, in evaluate_call_of_leaf return context.eval_node(leaf) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/context.py", line 37, in eval_node return self.evaluator.eval_element(self, node) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 247, in eval_element return self._eval_element_if_evaluated(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 264, in _eval_element_if_evaluated return self._eval_element_cached(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/cache.py", line 41, in wrapper rv = function(obj, *args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 268, in _eval_element_cached return self._eval_element_not_cached(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/debug.py", line 81, in wrapper return func(*args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 276, in _eval_element_not_cached types = self.eval_atom(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 347, in eval_atom search_global=True "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/_compatibility.py", line 213, in <lambda> return lambda *args, **kwargs: self.func(obj, *args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/context.py", line 52, in py__getattribute__ self, name_or_str, name_context, position, search_global, is_goto) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 130, in find_types return f.find(filters, attribute_lookup=not search_global) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/debug.py", line 81, in wrapper return func(*args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 64, in find types = self._names_to_types(names, attribute_lookup) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 147, in _names_to_types types = unite(name.infer() for name in names) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/common.py", line 191, in unite return set(typ for types in iterable for typ in types) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/common.py", line 191, in <genexpr> return set(typ for types in iterable for typ in types) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 147, in <genexpr> types = unite(name.infer() for name in names) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 79, in infer return _name_to_types(self.parent_context.evaluator, self.parent_context, self.tree_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 193, in _name_to_types types = _remove_statements(evaluator, context, node, tree_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 278, in _remove_statements types |= context.eval_stmt(stmt, seek_name=name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/context.py", line 40, in eval_stmt return self.evaluator.eval_statement(self, stmt, seek_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 135, in eval_statement return self._eval_stmt(context, stmt, seek_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/debug.py", line 81, in wrapper return func(*args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 151, in _eval_stmt types = self.eval_element(context, rhs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 252, in eval_element return self._eval_element_if_evaluated(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 264, in _eval_element_if_evaluated return self._eval_element_cached(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/cache.py", line 41, in wrapper rv = function(obj, *args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 268, in _eval_element_cached return self._eval_element_not_cached(context, element) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/debug.py", line 81, in wrapper return func(*args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 289, in _eval_element_not_cached types = self.eval_atom(context, first_child) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 347, in eval_atom search_global=True "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/_compatibility.py", line 213, in <lambda> return lambda *args, **kwargs: self.func(obj, *args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/context.py", line 52, in py__getattribute__ self, name_or_str, name_context, position, search_global, is_goto) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/__init__.py", line 130, in find_types return f.find(filters, attribute_lookup=not search_global) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/debug.py", line 81, in wrapper return func(*args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 64, in find types = self._names_to_types(names, attribute_lookup) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 147, in _names_to_types types = unite(name.infer() for name in names) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/common.py", line 191, in unite return set(typ for types in iterable for typ in types) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/common.py", line 191, in <genexpr> return set(typ for types in iterable for typ in types) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 147, in <genexpr> types = unite(name.infer() for name in names) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/filters.py", line 79, in infer return _name_to_types(self.parent_context.evaluator, self.parent_context, self.tree_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/finder.py", line 197, in _name_to_types types = imports.infer_import(context, tree_name) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/cache.py", line 41, in wrapper rv = function(obj, *args, **kwargs) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/imports.py", line 58, in infer_import types = importer.follow() "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/imports.py", line 259, in follow return self._do_import(self.import_path, self.sys_path_with_modifications()) "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/evaluate/imports.py", line 352, in _do_import code = module_file.read() "/Users/jniehus/Documents/vimconfig/vimfiles/bundle/jedi/jedi/jedi/_compatibility.py", line 31, in read return self.loader.get_source(self.string) AttributeError: module 'sys' has no attribute 'get_source'
Traceback (most recent call last): "C:\Users\Gan-N\Miniconda3\envs\osbrain\lib\pickle.py", line 918, in save_global obj2, parent = _getattribute(module, name) "C:\Users\Gan-N\Miniconda3\envs\osbrain\lib\pickle.py", line 266, in _getattribute .format(name, obj)) AttributeError: Can't get local attribute 'function.<locals>.B' on <function function at 0x0000028D22201D90>
0.579048
`Traceback (most recent call last): "weevely.py", line 98, in <module> main(arguments) "weevely.py", line 51, in main Terminal(session).cmdloop() "/usr/lib/python2.7/cmd.py", line 141, in cmdloop line = self.precmd(line) "/opt/weevely3-master/core/terminal.py", line 196, in precmd self.session['shell_sh']['status'] = modules.loaded['shell_sh'].setup() "/opt/weevely3-master/modules/shell/sh.py", line 99, in setup condition = lambda result: ( "/opt/weevely3-master/core/vectorlist.py", line 80, in find_first_result result = vector.run(format_args) "/opt/weevely3-master/core/vectors.py", line 121, in run result = modules.loaded[self.module].run_argv(formatted) "/opt/weevely3-master/core/module.py", line 173, in run_argv self.session[self.name]['status'] = self.setup() "/opt/weevely3-master/modules/shell/php.py", line 67, in setup status = self._check_interpreter(channel) "/opt/weevely3-master/modules/shell/php.py", line 39, in _check_interpreter response, code, error = channel.send(command) "/opt/weevely3-master/core/channels/channel.py", line 112, in send self._additional_handlers() "/opt/weevely3-master/core/channels/channel.py", line 93, in _additional_handlers ctx = ssl.create_default_context() AttributeError: 'module' object has no attribute 'create_default_context'
Traceback (most recent call last): "/Users/leijiang/.p2/pool/plugins/org.python.pydev.core_6.4.3.201807050139/pysrc/_pydevd_bundle/pydevd_exec.py", line 3, in Exec exec exp in global_vars, local_vars "<console>", line 2, in <module> "/Users/leijiang/pyperf/ENV/lib/python2.7/site-packages/pandas/core/reshape/concat.py", line 229, in concat return op.get_result() "/Users/leijiang/pyperf/ENV/lib/python2.7/site-packages/pandas/core/reshape/concat.py", line 431, in get_result return (cons._from_axes(new_data, self.new_axes) "/Users/leijiang/pyperf/ENV/lib/python2.7/site-packages/pandas/core/generic.py", line 332, in _from_axes return cls(data, **kwargs) "/Users/leijiang/pyperf/pyPerf/test_results/base_test_result.py", line 130, in __new__ if data_df.empty: AttributeError: 'BlockManager' object has no attribute 'empty'
0.628826
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1997, in __call__ return self.wsgi_app(environ, start_response) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1985, in wsgi_app response = self.handle_exception(e) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1540, in handle_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/lib/python2.7/dist-packages/flask_appbuilder/security/decorators.py", line 52, in wraps return f(self, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/superset/models/core.py", line 870, in wrapper value = f(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/superset/views/core.py", line 2194, in sql_json return json_success(json.dumps(data, default=utils.json_iso_dttm_ser)) "/usr/lib/python2.7/json/__init__.py", line 251, in dumps sort_keys=sort_keys, **kw).encode(obj) "/usr/lib/python2.7/json/encoder.py", line 207, in encode chunks = self.iterencode(o, _one_shot=True) "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode return _iterencode(o, 0) "/usr/local/lib/python2.7/dist-packages/superset/utils.py", line 301, in json_iso_dttm_ser 'Unserializable object {} of type {}'.format(obj, type(obj))) TypeError: Unserializable object (1, ) of type <type 'pyodbc.Row'>
Traceback (most recent call last): "/Users/chintanvadgama/zscaler-automation/zpytest_python3/zpytest/tests/pac_check/reproduce_paramiko.py", line 72, in <module> copy_ssh = copy.deepcopy(zssh) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 215, in _deepcopy_list append(deepcopy(a, memo)) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 180, in deepcopy y = _reconstruct(x, memo, *rv) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 280, in _reconstruct state = deepcopy(state, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 150, in deepcopy y = copier(x, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 240, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/copy.py", line 169, in deepcopy rv = reductor(4) TypeError: can't pickle CompiledFFI objects
0.622965
Traceback (most recent call last): "/home/kajoj/Mitmproxy/mitmproxy/mitmproxy/tools/console/master.py", line 227, in run self.loop.run() "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/main_loop.py", line 286, in run self._run() "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/main_loop.py", line 384, in _run self.event_loop.run() "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/main_loop.py", line 788, in run self._loop() "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/main_loop.py", line 825, in _loop self._watch_files[fd]() "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/raw_display.py", line 404, in <lambda> event_loop, callback, self.get_available_raw_input()) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/raw_display.py", line 502, in parse_input callback(processed, processed_codes) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/main_loop.py", line 411, in _update self.process_input(keys) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/main_loop.py", line 511, in process_input k = self._topmost_widget.keypress(self.screen_size, k) "/home/kajoj/Mitmproxy/mitmproxy/mitmproxy/tools/console/window.py", line 309, in keypress k = super().keypress(size, k) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/container.py", line 1131, in keypress return self.body.keypress( (maxcol, remaining), key ) "/home/kajoj/Mitmproxy/mitmproxy/mitmproxy/tools/console/window.py", line 44, in keypress ret = super().keypress(size, key) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/container.py", line 1131, in keypress return self.body.keypress( (maxcol, remaining), key ) "/home/kajoj/Mitmproxy/mitmproxy/mitmproxy/tools/console/flowlist.py", line 87, in keypress return urwid.ListBox.keypress(self, size, key) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/listbox.py", line 1025, in keypress return actual_key(self._keypress_max_right()) "/home/kajoj/Mitmproxy/mitmproxy/venv/lib/python3.5/site-packages/urwid/listbox.py", line 1035, in _keypress_max_right self.focus_position = next(iter(self.body.positions(reverse=True))) AttributeError: 'FlowListWalker' object has no attribute 'positions'
Traceback (most recent call last): "/usr/lib/python3.8/asyncio/selector_events.py", line 1046, in sendto self._sock.sendto(data, addr) AttributeError: 'NoneType' object has no attribute 'sendto'
0.599916
Traceback (most recent call last): "<stdin>", line 1, in <module> "...\lib\site-packages\dask\dataframe\core.py", line 3486, in map_partitions args = _maybe_align_partitions(args) "...\lib\site-packages\dask\dataframe\multi.py", line 147, in _maybe_align_partitions dfs2 = iter(align_partitions(*dfs)[0]) "...\lib\site-packages\dask\dataframe\multi.py", line 103, in align_partitions raise ValueError("Not all divisions are known, can't align " ValueError: Not all divisions are known, can't align partitions. Please use `set_index` to set the index.
Traceback (most recent call last): "keras_test.py", line 34, in <module> h, state_h, state_c = layer(h, initial_state=[state_h0, state_c0]) "/usr/local/lib/python3.6/dist-packages/keras/layers/recurrent.py", line 584, in __call__ output = super(RNN, self).__call__(full_input, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/backend/tensorflow_backend.py", line 75, in symbolic_fn_wrapper return func(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/engine/base_layer.py", line 489, in __call__ output = self.call(inputs, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/layers/recurrent.py", line 2247, in call initial_state=initial_state) "/usr/local/lib/python3.6/dist-packages/keras/layers/recurrent.py", line 682, in call input_length=timesteps) "/usr/local/lib/python3.6/dist-packages/keras/backend/tensorflow_backend.py", line 3103, in rnn input_length=input_length) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/backend.py", line 4027, in rnn input_time_zero, tuple(initial_states) + tuple(constants)) "/usr/local/lib/python3.6/dist-packages/keras/layers/recurrent.py", line 673, in step return self.cell.call(inputs, states, **kwargs) "/usr/local/lib/python3.6/dist-packages/keras/layers/recurrent.py", line 2049, in call c = f * c_tm1 + i * self.activation(z2) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/ops/math_ops.py", line 902, in binary_op_wrapper return func(x, y, name=name) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/ops/math_ops.py", line 1201, in _mul_dispatch return gen_math_ops.mul(x, y, name=name) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/ops/gen_math_ops.py", line 6125, in mul "Mul", x=x, y=y, name=name) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/framework/op_def_library.py", line 742, in _apply_op_helper attrs=attr_protos, op_def=op_def) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/framework/func_graph.py", line 595, in _create_op_internal compute_device) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/framework/ops.py", line 3322, in _create_op_internal op_def=op_def) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/framework/ops.py", line 1786, in __init__ control_input_ops) "/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/framework/ops.py", line 1622, in _create_c_op raise ValueError(str(e)) ValueError: Dimensions must be equal, but are 1024 and 256 for '03_lstm/mul' (op: 'Mul') with input shapes: [?,?,1024], [?,1,256].
0.546724
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/salt/cloud/cli.py", line 284, in run self.config.get('names') "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1457, in run_profile ret[name] = self.create(vm_) "/usr/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1287, in create output = self.clouds[func](vm_) "/usr/lib/python2.7/site-packages/salt/cloud/clouds/ec2.py", line 2509, in create data, vm_ = request_instance(vm_, location) "/usr/lib/python2.7/site-packages/salt/cloud/clouds/ec2.py", line 1890, in request_instance if 'Ebs.VolumeType' not in ex_blockdevicemappings[dev_index]: TypeError: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last): "E:\py-3.6.8\lib\site-packages\django\core\handlers\exception.py", line 34, in inner response = get_response(request) "E:\py-3.6.8\lib\site-packages\django\core\handlers\base.py", line 156, in _get_response response = self.process_exception_by_middleware(e, request) "E:\py-3.6.8\lib\site-packages\django\core\handlers\base.py", line 154, in _get_response response = response.render() "E:\py-3.6.8\lib\site-packages\django\template\response.py", line 106, in render self.content = self.rendered_content "E:\py-3.6.8\lib\site-packages\django\template\response.py", line 83, in rendered_content content = template.render(context, self._request) "E:\py-3.6.8\lib\site-packages\django\template\backends\django.py", line 61, in render return self.template.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 171, in render return self._render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 163, in _render return self.nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\loader_tags.py", line 150, in render return compiled_parent._render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 163, in _render return self.nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\loader_tags.py", line 150, in render return compiled_parent._render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 163, in _render return self.nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\loader_tags.py", line 62, in render result = block.nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\loader_tags.py", line 62, in render result = block.nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\crispy_forms\templatetags\crispy_forms_tags.py", line 199, in render c = self.get_render(context).flatten() "E:\py-3.6.8\lib\site-packages\crispy_forms\templatetags\crispy_forms_tags.py", line 118, in get_render actual_form.form_html = helper.render_layout(actual_form, node_context, template_pack=self.template_pack) "E:\py-3.6.8\lib\site-packages\crispy_forms\helper.py", line 308, in render_layout template_pack=template_pack "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 140, in render return self.get_rendered_fields(form, form_style, context, template_pack, **kwargs) "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in get_rendered_fields for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in <genexpr> for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\utils.py", line 62, in render_field form, form_style, context, template_pack=template_pack, "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 361, in render fields = self.get_rendered_fields(form, form_style, context, template_pack, **kwargs) "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in get_rendered_fields for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in <genexpr> for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\utils.py", line 62, in render_field form, form_style, context, template_pack=template_pack, "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 361, in render fields = self.get_rendered_fields(form, form_style, context, template_pack, **kwargs) "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in get_rendered_fields for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in <genexpr> for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\utils.py", line 62, in render_field form, form_style, context, template_pack=template_pack, "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 287, in render fields = self.get_rendered_fields(form, form_style, context, template_pack, **kwargs) "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in get_rendered_fields for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\layout.py", line 104, in <genexpr> for field in self.fields "E:\py-3.6.8\lib\site-packages\crispy_forms\utils.py", line 148, in render_field html = template.render(context) "E:\py-3.6.8\lib\site-packages\django\template\backends\django.py", line 61, in render return self.template.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 171, in render return self._render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 163, in _render return self.nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\defaulttags.py", line 309, in render return nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\defaulttags.py", line 309, in render return nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 937, in render bit = node.render_annotated(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 904, in render_annotated return self.render(context) "E:\py-3.6.8\lib\site-packages\django\template\defaulttags.py", line 309, in render return nodelist.render(context) "E:\py-3.6.8\lib\site-packages\django\template\base.py", line 940, in render bits.append(str(bit)) "E:\py-3.6.8\lib\site-packages\django\utils\html.py", line 397, in <lambda> klass.__str__ = lambda self: mark_safe(klass_str(self)) "E:\py-3.6.8\lib\site-packages\django\forms\boundfield.py", line 33, in __str__ return self.as_widget() "E:\py-3.6.8\lib\site-packages\django\forms\boundfield.py", line 93, in as_widget renderer=self.form.renderer, TypeError: render() got an unexpected keyword argument 'renderer'
0.573861
Traceback (most recent call last): "dqn_cartpole.py", line 49, in <module> dqn.fit(env, nb_steps=50000, visualize=True, verbose=2, callbacks=[tb_callback]) "venv/lib/python3.6/site-packages/rl/core.py", line 215, in fit callbacks.on_episode_end(episode, episode_logs) "venv/lib/python3.6/site-packages/rl/callbacks.py", line 59, in on_episode_end callback.on_epoch_end(episode, logs=logs) "venv/lib/python3.6/site-packages/keras/callbacks.py", line 783, in on_epoch_end summary_value.simple_value = value.item() AttributeError: 'float' object has no attribute 'item'
Traceback (most recent call last): "./interactive.py", line 34, in <module> obs_n, reward_n, done_n, _ = env.step(act_n) "/mnt/4ADE1465DE144C17/Programming/python/multiagent-particle-envs/bin/../multiagent/environment.py", line 94, in step reward_n.append(self._get_reward(agent)) "/mnt/4ADE1465DE144C17/Programming/python/multiagent-particle-envs/bin/../multiagent/environment.py", line 141, in _get_reward return self.reward_callback(agent, self.world) "/mnt/4ADE1465DE144C17/Programming/python/multiagent-particle-envs/bin/../multiagent/scenarios/simple_crypto.py", line 96, in reward return self.adversary_reward(agent, world) if agent.adversary else self.agent_reward(agent, world) "/mnt/4ADE1465DE144C17/Programming/python/multiagent-particle-envs/bin/../multiagent/scenarios/simple_crypto.py", line 120, in adversary_reward if not (agent.state.c == np.zeros(world.dim_c)).all(): AttributeError: 'bool' object has no attribute 'all'
0.621617
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_parser.py", line 1435, in test_parse_search_with_names assert self.parser.parse("June was born in May 1980", "MMMM YYYY") == datetime( AttributeError: 'TestDateTimeParserSearchDate' object has no attribute 'parser'
Traceback (most recent call last): "example_gan.py", line 118, in <module> main() "example_gan.py", line 114, in main latent_dim=latent_dim) "example_gan.py", line 68, in example_gan player_names=["generator", "discriminator"]) "C:\Users\vmvijayayuvaram.s\AppData\Local\Continuum\anaconda3\envs\tf_gpu_1\lib\site-packages\keras_adversarial-0.0.3-py3.7.egg\keras_adversarial\adversarial_model.py", line 47, in __init__ "C:\Users\vmvijayayuvaram.s\AppData\Local\Continuum\anaconda3\envs\tf_gpu_1\lib\site-packages\keras\engine\network.py", line 316, in __setattr__ super(Network, self).__setattr__(name, value) AttributeError: can't set attribute
0.566018
Traceback (most recent call last): "/opt/app/anaconda3/lib/python3.5/site-packages/tornado/web.py", line 1511, in _execute result = yield result "/opt/app/anaconda3/lib/python3.5/site-packages/jupyterhub/handlers/login.py", line 93, in post yield self.spawn_single_user(user) "/opt/app/anaconda3/lib/python3.5/site-packages/jupyterhub/handlers/base.py", line 465, in spawn_single_user yield gen.with_timeout(timedelta(seconds=self.slow_spawn_timeout), finish_user_spawn()) "/opt/app/anaconda3/lib/python3.5/site-packages/jupyterhub/handlers/base.py", line 444, in finish_user_spawn yield spawn_future "/opt/app/anaconda3/lib/python3.5/site-packages/jupyterhub/user.py", line 436, in spawn raise e "/opt/app/anaconda3/lib/python3.5/site-packages/jupyterhub/user.py", line 377, in spawn ip_port = yield gen.with_timeout(timedelta(seconds=spawner.start_timeout), f) "/opt/app/anaconda3/lib/python3.5/site-packages/sudospawner/spawner.py", line 89, in start self.db.commit() AttributeError: 'SudoSpawner' object has no attribute 'db'
Traceback (most recent call last): "C:\Program s\Python37\lib\threading.py", line 917, in _bootstrap_inner self.run() "C:\Program s\Python37\lib\threading.py", line 865, in run self._target(*self._args, **self._kwargs) "<decorator-gen-128>", line 2, in preview "C:\Program s\Python37\lib\site-packages\moviepy\decorators.py", line 56, in requires_duration return f(clip, *a, **k) "C:\Program s\Python37\lib\site-packages\moviepy\audio\io\preview.py", line 48, in preview sndarray = clip.to_soundarray(tt, nbytes=nbytes, quantize=True) "<decorator-gen-44>", line 2, in to_soundarray "C:\Program s\Python37\lib\site-packages\moviepy\decorators.py", line 56, in requires_duration return f(clip, *a, **k) "C:\Program s\Python37\lib\site-packages\moviepy\audio\AudioClip.py", line 116, in to_soundarray fps = self.fps AttributeError: 'CompositeAudioClip' object has no attribute 'fps'
0.543537
Traceback (most recent call last): "./telegramTUI", line 5, in <module> TelegeramTUI.run() "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/apNPSApplication.py", line 30, in run return npyssafewrapper.wrapper(self.__remove_argument_call_main) "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/npyssafewrapper.py", line 41, in wrapper wrapper_no_fork(call_function) "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/npyssafewrapper.py", line 97, in wrapper_no_fork return_code = call_function(_SCREEN) "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/apNPSApplication.py", line 25, in __remove_argument_call_main return self.main() "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/apNPSApplicationManaged.py", line 148, in main self.onStart() "/home/akitaki/Downloads/TelegramTUI/src/ui.py", line 13, in onStart self.MainForm = self.addForm("MAIN", MainForm) "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/apNPSApplicationManaged.py", line 55, in addForm fm = FormClass( parentApp=self, *args, **keywords) "/home/akitaki/Downloads/TelegramTUI/src/npyscreen/fmForm.py", line 70, in __init__ self.create() "/home/akitaki/Downloads/TelegramTUI/src/MainForm.py", line 71, in create self.chatBoxObj.update_chat() "/home/akitaki/Downloads/TelegramTUI/src/chatBox.py", line 42, in update_chat mute_until = int(client.dialogs[i].dialog.notify_settings.mute_until) TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Traceback (most recent call last): "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports return _getImports_pe(pth) "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe import_dllnames_only=True, TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
0.579435
Traceback (most recent call last): "c:\python38\lib\runpy.py", line 193, in _run_module_as_main return _run_code(code, main_globals, None, "c:\python38\lib\runpy.py", line 86, in _run_code exec(code, run_globals) "C:\Python38\Scripts\spotdl.exe\__main__.py", line 7, in <module> "c:\python38\lib\site-packages\spotdl\__main__.py", line 114, in console_entry_point songObjList = get_playlist_tracks(request) "c:\python38\lib\site-packages\spotdl\search\utils.py", line 83, in get_playlist_tracks 'https://open.spotify.com/track/' + songEntry['track']['id']) TypeError: can only concatenate str (not "NoneType") to str
Traceback (most recent call last): "/usr/lib/python3.7/multiprocessing/process.py", line 297, in _bootstrap self.run() "/root/FACT_core/src/helperFunctions/process.py", line 59, in run raise exception "/root/FACT_core/src/helperFunctions/process.py", line 54, in run Process.run(self) "/usr/lib/python3.7/multiprocessing/process.py", line 99, in run self._target(*self._args, **self._kwargs) "/root/FACT_core/src/analysis/PluginBase.py", line 159, in worker self.worker_processing_with_timeout(worker_id, next_task) "/root/FACT_core/src/analysis/PluginBase.py", line 145, in worker_processing_with_timeout raise process.exception[0] TypeError: 'NoneType' object is not subscriptable
0.668468
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): "./reproduction.py", line 315, in <module> Score.__table__.create() "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/schema.py", line 925, in create bind._run_visitor(ddl.SchemaGenerator, self, checkfirst=checkfirst) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 2095, in _run_visitor conn._run_visitor(visitorcallable, element, **kwargs) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1656, in _run_visitor visitorcallable(self.dialect, self, **kwargs).traverse_single(element) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/visitors.py", line 145, in traverse_single return meth(obj, **kw) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 854, in visit_table _is_metadata_operation=_is_metadata_operation, "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/event/attr.py", line 322, in __call__ fn(*args, **kw) "./reproduction.py", line 152, in create_after_all_dependencies CreateTrigger(self)(*args, **kwargs) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 256, in __call__ return bind.execute(self.against(target)) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1011, in execute return meth(self, multiparams, params) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 72, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1066, in _execute_ddl else None, "<string>", line 1, in <lambda> "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/elements.py", line 481, in compile return self._compiler(dialect, bind=bind, **kw) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 29, in _compiler return dialect.ddl_compiler(dialect, self, **kw) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/compiler.py", line 325, in __init__ self.string = self.process(self.statement, **compile_kwargs) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/compiler.py", line 355, in process return obj._compiler_dispatch(self, **kwargs) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/ext/compiler.py", line 441, in <lambda> lambda *arg, **kw: existing(*arg, **kw), "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/ext/compiler.py", line 486, in __call__ return fn(element, compiler, **kw) "./reproduction.py", line 199, in visit_create_trigger_mysql compiled_query = sql_compiler.process(element.trigger.query, literal_binds=True) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/compiler.py", line 355, in process return obj._compiler_dispatch(self, **kwargs) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/visitors.py", line 96, in _compiler_dispatch return meth(self, **kw) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/compiler.py", line 2515, in visit_insert insert_stmt._post_values_clause, **kw "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/compiler.py", line 355, in process return obj._compiler_dispatch(self, **kwargs) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/sql/visitors.py", line 96, in _compiler_dispatch return meth(self, **kw) "….virtualenvs/yeepa/lib/python2.7/site-packages/sqlalchemy/dialects/mysql/base.py", line 1400, in visit_on_duplicate_key_update cols = self.statement.table.c AttributeError: 'MySQLCompiler_mysqldb' object has no attribute 'statement'
0.641683
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/connexion/apis/abstract.py", line 209, in add_paths self.add_operation(path, method) "/usr/local/lib/python3.7/site-packages/connexion/apis/abstract.py", line 173, in add_operation pass_context_arg_name=self.pass_context_arg_name "/usr/local/lib/python3.7/site-packages/connexion/operations/__init__.py", line 8, in make_operation return spec.operation_cls.from_spec(spec, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/connexion/operations/openapi.py", line 138, in from_spec **kwargs "/usr/local/lib/python3.7/site-packages/connexion/operations/openapi.py", line 89, in __init__ pass_context_arg_name=pass_context_arg_name "/usr/local/lib/python3.7/site-packages/connexion/operations/abstract.py", line 96, in __init__ self._resolution = resolver.resolve(self) "/usr/local/lib/python3.7/site-packages/connexion/resolver.py", line 40, in resolve return Resolution(self.resolve_function_from_operation_id(operation_id), operation_id) "/usr/local/lib/python3.7/site-packages/connexion/resolver.py", line 183, in resolve_function_from_operation_id view = view_cls() TypeError: __init__() missing 1 required positional argument: 'request'
Traceback (most recent call last): "/home/ubuntu/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/distributed/protocol/core.py", line 107, in loads msg = loads_msgpack(small_header, small_payload) "/home/ubuntu/anaconda3/envs/pytorch_p36/lib/python3.6/site-packages/distributed/protocol/core.py", line 199, in loads_msgpack return msgpack.loads(payload, use_list=False, **msgpack_opts) "msgpack/_unpacker.pyx", line 161, in msgpack._unpacker.unpackb TypeError: unpackb() got an unexpected keyword argument 'strict_map_key'
0.627527
Traceback (most recent call last): "/home/andreas/work/django/relate/course/versioning.py", line 548, in update_course run_course_update_command( "/home/andreas/work/django/relate/course/versioning.py", line 347, in run_course_update_command fetch_pack_result = client.fetch(remote_path, repo) "/home/andreas/.cache/pypoetry/virtualenvs/relate-courseware-on7htJeR-py3.8/lib/python3.8/site-packages/dulwich/client.py", line 430, in fetch result = self.fetch_pack( "/home/andreas/.cache/pypoetry/virtualenvs/relate-courseware-on7htJeR-py3.8/lib/python3.8/site-packages/dulwich/client.py", line 892, in fetch_pack _remote_error_from_stderr(stderr) "/home/andreas/.cache/pypoetry/virtualenvs/relate-courseware-on7htJeR-py3.8/lib/python3.8/site-packages/dulwich/client.py", line 754, in _remote_error_from_stderr lines = [line.rstrip(b'\n') for line in stderr.readlines()] "/home/andreas/.cache/pypoetry/virtualenvs/relate-courseware-on7htJeR-py3.8/lib/python3.8/site-packages/dulwich/client.py", line 754, in <listcomp> lines = [line.rstrip(b'\n') for line in stderr.readlines()] TypeError: rstrip arg must be None or str
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.6/site-packages/salt/state.py", line 1765, in call **cdata['kwargs']) "/usr/lib/python2.6/site-packages/salt/loader.py", line 1705, in wrapper return f(*args, **kwargs) "/usr/lib/python2.6/site-packages/salt/states/pkg.py", line 1440, in installed **kwargs) "/usr/lib/python2.6/site-packages/salt/modules/yumpkg.py", line 1233, in install if re.match('kernel(-.+)?', name): "/usr/lib64/python2.6/re.py", line 137, in match return _compile(pattern, flags).match(string) TypeError: expected string or buffer Started: 12:14:07.391194
0.56283
`Traceback (most recent call last): "/home/gridlockdev/Desktop/heroku/grace/env/lib/python3.5/site-packages/django/core/handlers/exception.py", line 41, in inner response = get_response(request) "/home/gridlockdev/Desktop/heroku/grace/env/lib/python3.5/site-packages/django/core/handlers/base.py", line 187, in _get_response response = self.process_exception_by_middleware(e, request) "/home/gridlockdev/Desktop/heroku/grace/env/lib/python3.5/site-packages/django/core/handlers/base.py", line 185, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/home/gridlockdev/Desktop/heroku/grace/network/views.py", line 104, in geojson_to_shp render_network() "/home/gridlockdev/Desktop/heroku/grace/network/views.py", line 112, in render_network G = nx.read_shp(directory, simplify=False) "/home/gridlockdev/Desktop/heroku/grace/env/lib/python3.5/site-packages/networkx/readwrite/nx_shp.py", line 71, in read_shp for f in lyr: TypeError: iter() returned non-iterator of type 'Layer'
Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) TypeError: test_format_xml() missing 2 required positional arguments: 'filename' and 'tdata'
0.50499