text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/home/dwayne/pootle/pootle/apps/pootle_app/management/commands/__init__.py", line 66, in do_translation_project self.handle_all_stores(tp, **options) "/home/dwayne/pootle/pootle/apps/pootle_app/management/commands/refresh_stats.py", line 101, in handle_all_stores translation_project.update_parent_cache() "/home/dwayne/pootle/pootle/core/mixins/treeitem.py", line 480, in update_parent_cache update_cache.delay(p, all_cache_methods) "/home/dwayne/.virtualenvs/pootle/local/lib/python2.7/site-packages/rq/decorators.py", line 41, in delay timeout=self.timeout, result_ttl=self.result_ttl, depends_on=depends_on) "/home/dwayne/.virtualenvs/pootle/local/lib/python2.7/site-packages/django_rq/queues.py", line 42, in enqueue_call return self.original_enqueue_call(*args, **kwargs) "/home/dwayne/.virtualenvs/pootle/local/lib/python2.7/site-packages/django_rq/queues.py", line 38, in original_enqueue_call return super(DjangoRQ, self).enqueue_call(*args, **kwargs) "/home/dwayne/.virtualenvs/pootle/local/lib/python2.7/site-packages/rq/queue.py", line 188, in enqueue_call timeout=timeout, id=job_id, origin=self.name) "/home/dwayne/.virtualenvs/pootle/local/lib/python2.7/site-packages/rq/job.py", line 131, in create job.description = description or job.get_call_string() "/home/dwayne/.virtualenvs/pootle/local/lib/python2.7/site-packages/rq/job.py", line 519, in get_call_string args = ', '.join(arg_list)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 26: ordinal not in range(128)
Traceback (most recent call last): "C:\Anaconda\lib\site-packages\conda\core\link.py", line 553, in _execute cls._execute_actions(pkg_idx_tracked, axngroup) "C:\Anaconda\lib\site-packages\conda\core\link.py", line 638, in _execute_actions reverse_excs, conda.CondaMultiError: [Errno 13] Permission denied: 'C:\\Anaconda\\envs\\nightly_reco_gpu\\vcruntime140.dll'
0.247886
Traceback (most recent call last): "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker worker.init_process() "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/workers/base.py", line 119, in init_process self.load_wsgi() "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/workers/base.py", line 144, in load_wsgi self.wsgi = self.app.wsgi() "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 49, in load return self.load_wsgiapp() "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/app/wsgiapp.py", line 39, in load_wsgiapp return util.import_app(self.app_uri) "/code/mlflow_tutorial/.venv/lib/python3.5/site-packages/gunicorn/util.py", line 358, in import_app mod = importlib.import_module(module) "/usr/local/opt/pyenv/versions/3.5.6/lib/python3.5/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 985, in _gcd_import "<frozen importlib._bootstrap>", line 968, in _find_and_load "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 673, in _load_unlocked "<frozen importlib._bootstrap_external>", line 697, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/code/mlflow_tutorial/mlflow/mlflow/pyfunc/scoring_server/wsgi.py", line 6, in <module> app = scoring_server.init(load_model(os.environ[scoring_server._SERVER_MODEL_PATH])) "/code/mlflow_tutorial/mlflow/mlflow/pyfunc/__init__.py", line 292, in load_model return importlib.import_module(conf[MAIN])._load_pyfunc(data_path) "/usr/local/opt/pyenv/versions/3.5.6/lib/python3.5/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 985, in _gcd_import "<frozen importlib._bootstrap>", line 968, in _find_and_load "<frozen importlib._bootstrap>", line 957, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 673, in _load_unlocked "<frozen importlib._bootstrap_external>", line 697, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/code/mlflow_tutorial/mlflow/mlruns/0/ec90976429dc4c99b8785347e0f515a0/artifacts/model/code/image_pyfunc.py", line 7, in <module> import keras ImportError: No module named 'keras'
Traceback (most recent call last): "setup.py", line 114, in <module> main() "setup.py", line 49, in main print(logo)UnicodeEncodeError: 'ascii' codec can't encode characters in position 28-31: ordinal not in range(128)
0.30584
Traceback (most recent call last): "/home/alberto/miniconda3/lib/python3.7/site-packages/scalene/scalene.py", line 712, in main profiler.start() "/home/alberto/miniconda3/lib/python3.7/site-packages/scalene/scalene.py", line 488, in start Scalene.enable_signals() "/home/alberto/miniconda3/lib/python3.7/site-packages/scalene/scalene.py", line 196, in enable_signals signal.setitimer(Scalene.cpu_timer_signal, Scalene.mean_signal_interval, Scalene.mean_signal_interval) signal.ItimerError: [Errno 22] Invalid argument
Traceback (most recent call last): "/usr/lib64/python3.8/runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, "/usr/lib64/python3.8/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/chi/lib/azure-cli/lib/python3.8/site-packages/azure/cli/__main__.py", line 33, in <module> az_cli = get_default_cli() "/home/chi/lib/azure-cli/lib/python3.8/site-packages/azure/cli/core/__init__.py", line 546, in get_default_cli return AzCli(cli_name='az', "/home/chi/lib/azure-cli/lib/python3.8/site-packages/azure/cli/core/__init__.py", line 55, in __init__ SESSION.load(os.path.join(azure_folder, 'az.sess'), max_age=3600) "/home/chi/lib/azure-cli/lib/python3.8/site-packages/azure/cli/core/_session.py", line 46, in load if st.st_mtime + max_age < time.clock(): AttributeError: module 'time' has no attribute 'clock'
0.235096
Traceback (most recent call last):   "/app/bazarr/bazarr/../libs/flask/app.py", line 1949, in full_dispatch_request   rv = self.dispatch_request()   "/app/bazarr/bazarr/../libs/flask/app.py", line 1935, in dispatch_request   return self.view_functions[rule.endpoint](req.view_args)   "/app/bazarr/bazarr/../libs/flask_restful/init.py", line 458, in wrapper   resp = resource(*args, kwargs)   "/app/bazarr/bazarr/../libs/flask/views.py", line 89, in view   return self.dispatch_request(args, **kwargs)   "/app/bazarr/bazarr/../libs/flask_restful/init.py", line 573, in dispatch_request   resp = meth(args, kwargs)   "/app/bazarr/bazarr/api.py", line 54, in wrapper   return actual_method(*args, kwargs)   "/app/bazarr/bazarr/api.py", line 954, in post   result = manual_upload_subtitle(path=moviePath, TypeError: manual_upload_subtitle() missing 1 required positional argument: \audio_language\
Traceback (most recent call last): "get-poetry.py", line 580, in _make_lib r = urlopen(url + "{}".format(checksum)) "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) "/usr/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) "/usr/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( "/usr/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) "/usr/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found
0.269846
Traceback (most recent call last): "manage.py", line 29, in <module> outputsize='compact') "/home/joakim/.virtualenvs/alphavantage/lib/python3.5/site-packages/alpha_vantage/alphavantage.py", line 152, in _format_wrapper json_response, data_key, meta_data_key = func(self, *args, **kwargs) "/home/joakim/.virtualenvs/alphavantage/lib/python3.5/site-packages/alpha_vantage/alphavantage.py", line 138, in _call_wrapper return self._handle_api_call(url), data_key, meta_data_key "/home/joakim/.virtualenvs/alphavantage/lib/python3.5/site-packages/alpha_vantage/alphavantage.py", line 76, in _retry_wrapper raise ValueError(err) UnboundLocalError: local variable 'err' referenced before assignment
Traceback (most recent call last): "/usr/share/razercommander/main.py", line 527, in on_universalApplyButton_clicked currentFX = fxListBox.get_selected_row().value AttributeError: 'NoneType' object has no attribute 'value'
0.281718
Traceback (most recent call last): "(...)/site-packages/spyderlib/plugins/editor.py", line 2082, in edit_run_configurations self.run_file() "(...)/site-packages/spyderlib/plugins/editor.py", line 2129, in run_file self.re_run_file() "(...)/site-packages/spyderlib/plugins/editor.py", line 2172, in re_run_file systerm, post_mortem) "(...)/site-packages/spyderlib/spyder.py", line 2483, in open_external_console interact, debug, python_args) "(...)/site-packages/spyderlib/utils/programs.py", line 183, in run_python_script_in_terminal cwd=wdir) "(...)/site-packages/spyderlib/utils/programs.py", line 64, in run_program subprocess.Popen([path]+args, cwd=cwd) "(...)/subprocess.py", line 950, in __init__ restore_signals, start_new_session) "(...)/subprocess.py", line 1544, in _execute_child raise child_exception_type(errno_num, err_msg) NotFoundError: [Errno 2] No such file or directory: ''
Traceback (most recent call last): "C:\Users\aflap\Anaconda3\envs\PythonPractice\lib\site-packages\spyder\plugins\editor\panels\codefolding.py", line 256, in paintEvent self._draw_fold_region_background(block, painter) "C:\Users\aflap\Anaconda3\envs\PythonPractice\lib\site-packages\spyder\plugins\editor\panels\codefolding.py", line 300, in _draw_fold_region_background end = self.folding_regions[start]KeyError: 2
0.236908
Traceback (most recent call last): "fft_demo.py", line 11, in <module> import scikits.cuda.fft as cu_fft "/usr/local/lib/python2.7/dist-packages/scikits/cuda/fft.py", line 13, in <module> from . import cufft "/usr/local/lib/python2.7/dist-packages/scikits/cuda/cufft.py", line 29 if sys.platform == 'win32' ^SyntaxError: invalid syntax
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component component.setup, hass, processed_config # type: ignore "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/homeassistant/homeassistant/components/totalconnect/__init__.py", line 37, in setup client = TotalConnectClient.TotalConnectClient(username, password) "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 81, in __init__ self.authenticate() "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 119, in authenticate self.populate_details(response) "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 144, in populate_details self.get_panel_meta_data(location["LocationID"]) "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 260, in get_panel_meta_data self.locations[location_id].zones[zone_id].update(zone) KeyError: 49
0.277466
Traceback (most recent call last): "c:\users\ABC\appdata\local\programs\python\python36\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\users\ABC\appdata\local\programs\python\python36\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\ABC\AppData\Roaming\Python\Python36\Scripts\sam.exe\__main__.py", line 9, in <module> "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\core.py", line 722, in __call__ return self.main(*args, **kwargs) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\core.py", line 697, in main rv = self.invoke(ctx) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\core.py", line 535, in invoke return callback(*args, **kwargs) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\decorators.py", line 64, in new_func return ctx.invoke(f, obj, *args[1:], **kwargs) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\click\core.py", line 535, in invoke return callback(*args, **kwargs) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\commands\build\command.py", line 95, in cli skip_pull_image, parameter_overrides) # pragma: no cover "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\commands\build\command.py", line 124, in do_cli skip_pull_image=skip_pull_image) as ctx: "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\commands\build\build_context.py", line 57, in __enter__ self._function_provider = SamFunctionProvider(self._template_dict, self._parameter_overrides) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\commands\local\lib\sam_function_provider.py", line 45, in __init__ self.template_dict = SamBaseProvider.get_template(template_dict, parameter_overrides) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\commands\local\lib\sam_base_provider.py", line 62, in get_template template_dict = SamTranslatorWrapper(template_dict).run_plugins() "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\lib\samlib\wrapper.py", line 67, in run_plugins parser.parse(template_copy, all_plugins) # parse() will run all configured plugins "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samcli\lib\samlib\wrapper.py", line 120, in parse sam_plugins.act(LifeCycleEvents.before_transform_template, sam_template) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samtranslator\plugins\__init__.py", line 136, in act raise ex "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samtranslator\plugins\__init__.py", line 130, in act getattr(plugin, method_name)(*args, **kwargs) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samtranslator\plugins\api\implicit_api_plugin.py", line 78, in on_before_transform_template self._process_api_events(function, api_events, template, condition) "C:\Users\ABC\AppData\Roaming\Python\Python36\site-packages\samtranslator\plugins\api\implicit_api_plugin.py", line 141, in _process_api_events api_dict = self.api_conditions.setdefault(api_id, {}) TypeError: unhashable type: 'dict'
Traceback (most recent call last): "/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero
0.162849
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 789, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 440, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/smotri.py", line 356, in _real_extract broadcast_page, 'broadcast ticket') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 817, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 808, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract broadcast ticket; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/local/bin/pythem", line 24, in <module> from pythem.core.interface import Processor "/usr/local/lib/python2.7/dist-packages/pythem/core/interface.py", line 25, in <module> from scapy.all import * "/usr/local/lib/python2.7/dist-packages/scapy/all.py", line 10, in <module> from .config import * "/usr/local/lib/python2.7/dist-packages/scapy/config.py", line 11, in <module> from .data import * "/usr/local/lib/python2.7/dist-packages/scapy/data.py", line 184, in <module> TCP_SERVICES,UDP_SERVICES=load_services("/etc/services") "/usr/local/lib/python2.7/dist-packages/scapy/data.py", line 109, in load_services f=open(filename, errors='ignore') TypeError: 'errors' is an invalid keyword argument for this function
0.26606
Traceback (most recent call last): "config\__init__.pyc", line 1052, in exit "config\__init__.pyc", line 712, in _triggerProfileExitValueError: list.remove(x): x not in list`
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 856, in _decrypt_signature video_id, player_url, s "/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 771, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 834, in _parse_sig_js initial_function = jsi.extract_function(funcname) "/usr/lib/python3.5/site-packages/youtube_dl/jsinterp.py", line 241, in extract_function raise ExtractorError('Could not find JS function %r' % funcname)youtube_dl.utils.ExtractorError: Could not find JS function 'gr'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.182888
Traceback (most recent call last): "/app/.heroku/python/bin/sentry", line 11, in <module> sys.exit(main()) "/app/.heroku/python/lib/python2.7/site-packages/sentry/runner/__init__.py", line 158, in main cli(prog_name=get_prog(), obj={}, max_content_width=100) "/app/.heroku/python/lib/python2.7/site-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/app/.heroku/python/lib/python2.7/site-packages/click/core.py", line 696, in main rv = self.invoke(ctx) "/app/.heroku/python/lib/python2.7/site-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/app/.heroku/python/lib/python2.7/site-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) "/app/.heroku/python/lib/python2.7/site-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) "/app/.heroku/python/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/app/.heroku/python/lib/python2.7/site-packages/sentry/runner/decorators.py", line 36, in inner return ctx.invoke(f, *args, **kwargs) "/app/.heroku/python/lib/python2.7/site-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) "/app/.heroku/python/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/app/.heroku/python/lib/python2.7/site-packages/sentry/runner/commands/upgrade.py", line 60, in upgrade _upgrade(not noinput, traceback, verbosity, not no_repair) "/app/.heroku/python/lib/python2.7/site-packages/sentry/runner/commands/upgrade.py", line 29, in _upgrade verbosity=verbosity, "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/__init__.py", line 159, in call_command return klass.execute(*args, **defaults) "/app/.heroku/python/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute output = self.handle(*args, **options) "/app/.heroku/python/lib/python2.7/site-packages/south/management/commands/migrate.py", line 111, in handle ignore_ghosts = ignore_ghosts, "/app/.heroku/python/lib/python2.7/site-packages/south/migration/__init__.py", line 220, in migrate_app success = migrator.migrate_many(target, workplan, database) "/app/.heroku/python/lib/python2.7/site-packages/south/migration/migrators.py", line 256, in migrate_many result = migrator.__class__.migrate_many(migrator, target, migrations, database) "/app/.heroku/python/lib/python2.7/site-packages/south/migration/migrators.py", line 331, in migrate_many result = self.migrate(migration, database) "/app/.heroku/python/lib/python2.7/site-packages/south/migration/migrators.py", line 133, in migrate result = self.run(migration, database) "/app/.heroku/python/lib/python2.7/site-packages/south/migration/migrators.py", line 114, in run return self.run_migration(migration, database) "/app/.heroku/python/lib/python2.7/site-packages/south/migration/migrators.py", line 84, in run_migration migration_function() "/app/.heroku/python/lib/python2.7/site-packages/south/migration/migrators.py", line 60, in <lambda> return (lambda: direction(orm)) "/app/.heroku/python/lib/python2.7/site-packages/sentry/south_migrations/0275_auto__del_index_grouptagvalue_project_key_value__add_index_grouptagval.py", line 23, in forwards db.delete_index('sentry_messagefiltervalue', ['project_id', 'key', 'value']) "/app/.heroku/python/lib/python2.7/site-packages/south/db/generic.py", line 47, in _cache_clear return func(self, table, *args, **opts) "/app/.heroku/python/lib/python2.7/site-packages/south/db/generic.py", line 901, in delete_index self.execute(sql) "/app/.heroku/python/lib/python2.7/site-packages/south/db/generic.py", line 282, in execute cursor.execute(sql, params) "/app/.heroku/python/lib/python2.7/site-packages/django/db/backends/util.py", line 53, in execute return self.cursor.execute(sql, params) "/app/.heroku/python/lib/python2.7/site-packages/django/db/utils.py", line 99, in __exit__ six.reraise(dj_exc_type, dj_exc_value, traceback) "/app/.heroku/python/lib/python2.7/site-packages/django/db/backends/util.py", line 53, in execute return self.cursor.execute(sql, params) django.db.utils.ProgrammingError: index "sentry_messagefiltervalue_project_id_6247d29b6df74b1d" does not exist
Traceback (most recent call last): "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/db/backends/base/base.py", line 130, in ensure_connection self.connect() "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/db/backends/base/base.py", line 119, in connect self.connection = self.get_new_connection(conn_params) "/opt/ralph/ralph-core/lib/python3.4/site-packages/django/db/backends/mysql/base.py", line 276, in get_new_connection conn = Database.connect(**conn_params) "/opt/ralph/ralph-core/lib/python3.4/site-packages/MySQLdb/__init__.py", line 81, in Connect return Connection(*args, **kwargs) "/opt/ralph/ralph-core/lib/python3.4/site-packages/MySQLdb/connections.py", line 204, in __init__ super(Connection, self).__init__(*args, **kwargs2)_mysql_exceptions.OperationalError: (1045, "Access denied for user 'ralph_ng'@'localhost' (using password: YES)")
0.309483
Traceback (most recent call last): "scripts/init.py", line 14, in <module> import django ModuleNotFoundError: No module named 'django'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.7/dist-packages/pytube/streams.py", line 259, in stream_to_buffer bytes_remaining = self.filesize "/usr/local/lib/python3.7/dist-packages/pytube/streams.py", line 164, in filesize headers = request.get(self.url, headers=True) "/usr/local/lib/python3.7/dist-packages/pytube/request.py", line 21, in get response = urlopen(url) "/usr/lib/python3.7/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) "/usr/lib/python3.7/urllib/request.py", line 531, in open response = meth(req, response) "/usr/lib/python3.7/urllib/request.py", line 641, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python3.7/urllib/request.py", line 569, in error return self._call_chain(*args) "/usr/lib/python3.7/urllib/request.py", line 503, in _call_chain result = func(*args) "/usr/lib/python3.7/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden
0.191177
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2309, in __call__ return self.wsgi_app(environ, start_response) "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2295, in wsgi_app response = self.handle_exception(e) "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1741, in handle_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python3.6/dist-packages/flask/_compat.py", line 35, in reraise raise value "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python3.6/dist-packages/flask/_compat.py", line 35, in reraise raise value "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python3.6/dist-packages/flask/app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/azk/azk/controllers/hiwi.py", line 184, in print_pdf return render_pdf(html) "/usr/local/lib/python3.6/dist-packages/flask_weasyprint/__init__.py", line 209, in render_pdf pdf = html.write_pdf(stylesheets=stylesheets) "/usr/local/lib/python3.6/dist-packages/weasyprint/__init__.py", line 199, in write_pdf target, zoom, attachments) "/usr/local/lib/python3.6/dist-packages/weasyprint/document.py", line 613, in write_pdf levels.pop(), title, link_attribs, 0) "/usr/local/lib/python3.6/dist-packages/cairocffi/surfaces.py", line 903, in add_outline self._check_status() "/usr/local/lib/python3.6/dist-packages/cairocffi/surfaces.py", line 160, in _check_status _check_status(cairo.cairo_surface_status(self._pointer)) "/usr/local/lib/python3.6/dist-packages/cairocffi/__init__.py", line 79, in _check_status raise exception(message, status) cairocffi.CairoError: cairo returned CAIRO_STATUS_TAG_ERROR: b'invalid tag name, attributes, or nesting'
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib64/python2.7/site-packages/salt/state.py", line 1542, in call **cdata['kwargs']) "/usr/lib64/python2.7/site-packages/salt/states/file.py", line 1354, in managed **kwargs "/usr/lib64/python2.7/site-packages/salt/modules/file.py", line 2877, in check_managed_changes **kwargs) "/usr/lib64/python2.7/site-packages/salt/modules/file.py", line 2521, in get_managed sfn = __salt__['cp.cache_file'](source, saltenv) "/usr/lib64/python2.7/site-packages/salt/modules/cp.py", line 337, in cache_file result = __context__['cp.fileclient'].cache_file(path, saltenv) "/usr/lib64/python2.7/site-packages/salt/fileclient.py", line 147, in cache_file return self.get_url(path, '', True, saltenv) "/usr/lib64/python2.7/site-packages/salt/fileclient.py", line 522, in get_url return self.get_file(url, dest, makedirs, saltenv) "/usr/lib64/python2.7/site-packages/salt/fileclient.py", line 993, in get_file if not data['data']: TypeError: string indices must be integers, not str Started: 23:21:59.298874
0.245813
Traceback (most recent call last): "train.py", line 51, in <module> train_dataset = config.get_dataset('train', cfg) "/content/occupancy_networks/im2mesh/config.py", line 152, in get_dataset categories=categories, "/content/occupancy_networks/im2mesh/data/core.py", line 86, in __init__ with open(split_file, 'r') as f: NotFoundError: [Errno 2] No such file or directory: 'data/ShapeNet/03001627/train.lst'
Traceback (most recent call last): "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/base_events.py", line 1291, in call_exception_handler "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 1335, in error "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 1442, in _log "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 1452, in handle "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 1514, in callHandlers "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 863, in handle "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 1069, in emit "/usr/local/Cellar/python3/3.6.3/Frameworks/Python.framework/Versions/3.6/lib/python3.6/logging/__init__.py", line 1059, in _open NameError: name 'open' is not defined
0.308671
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/di/.pyenv/versions/2.7.12/lib/python2.7/xmlrpclib.py", line 1243, in __call__ return self.__send(self.__name, args) "/Users/di/.pyenv/versions/2.7.12/lib/python2.7/xmlrpclib.py", line 1602, in __request verbose=self.__verbose "/Users/di/.pyenv/versions/2.7.12/lib/python2.7/xmlrpclib.py", line 1283, in request return self.single_request(host, handler, request_body, verbose) "/Users/di/.pyenv/versions/2.7.12/lib/python2.7/xmlrpclib.py", line 1331, in single_request response.msg, xmlrpclib.ProtocolError: <ProtocolError for pypi.org/RPC2: 301 Moved Permanently>
Traceback (most recent call last): "main.py", line 1, in <module> import hug "/usr/local/lib/python2.7/dist-packages/hug/__init__.py", line 32, in <module> from hug import (authentication, directives, documentation, exceptions, format, "/usr/local/lib/python2.7/dist-packages/hug/test.py", line 26, in <module> from unittest import mockImportError: cannot import name mock
0.301765
Traceback (most recent call last): "/private/var/folders/tt/k11390b92vl_dygt4m0s7gjsb_844d/T/pip-build-ma0rr8_8/xonsh/xonsh/parsers/base.py", line 6, in <module> from ply import yacc ImportError: No module named 'ply'
Traceback (most recent call last): "/Users/jonathanwilliamson/Dropbox (Personal)/blenderDev/addons/cgCookie/scripts/addons/retopoflow/modaloperator.py", line 171, in draw_callback_postpixel self.handle_exception() "/Users/jonathanwilliamson/blender-dev/blender-master/build_darwin/bin/blender.app/Contents/MacOS/./../Resources/2.77/scripts/modules/bpy_types.py", line 590, in __getattribute__ properties = StructRNA.path_resolve(self, "properties")ReferenceError: StructRNA of type CGC_Contours has been removed
0.285597
Traceback (most recent call last): "/Users/chad/dev/beam-tests/.venv3/lib/python3.7/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached return iter(_cache[func, node]) KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x1092461e0>, <Call l.40 at 0x109a4dc88>)
Traceback (most recent call last): "/home/caoda/.pyenv/versions/3.6.2/bin/pyrobuf", line 11, in <module> load_entry_point('pyrobuf==0.6.2', 'console_scripts', 'pyrobuf')() "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/__main__.py", line 20, in main install=args.install, proto3=args.proto3) "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/__main__.py", line 60, in gen_message generate(spec, out, parser, templ_pxd, templ_pyx) "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/__main__.py", line 90, in generate msgdef = parser.parse_from_filename(fname) "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/parse_proto.py", line 198, in parse_from_filename return self.parse(s, fname=fname) "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/parse_proto.py", line 173, in parse imported_rep = self._parse_import(token.value + '.proto', fname) "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/parse_proto.py", line 203, in _parse_import rep = i_parser.parse_from_filename(actual_fname) "/home/caoda/.pyenv/versions/3.6.2/lib/python3.6/site-packages/pyrobuf/parse_proto.py", line 195, in parse_from_filename with open(fname, 'r') as fp: NotFoundError: [Errno 2] No such file or directory: './protocol_def/google/protobuf/any.proto'
0.238908
Traceback (most recent call last): "<stdin>", line 1, in <module> "preprocess.py", line 15, in <module> from brats.train import config ImportError: No module named brats.train
Traceback (most recent call last): "c:\salt\bin\Scripts\salt-call", line 11, in <module> salt_call() "c:\salt\bin\lib\site-packages\salt\scripts.py", line 345, in salt_call client.run() "c:\salt\bin\lib\site-packages\salt\cli\call.py", line 58, in run caller.run() "c:\salt\bin\lib\site-packages\salt\cli\caller.py", line 134, in run ret = self.call() "c:\salt\bin\lib\site-packages\salt\cli\caller.py", line 197, in call ret['return'] = func(*args, **kwargs) "c:\salt\bin\lib\site-packages\salt\modules\win_servermanager.py", line 154, in install 'DisplayName': out['FeatureResult'][0]['DisplayName'],IndexError: list index out of range
0.207204
Traceback (most recent call last): "/usr/lib/python3/dist-packages/requests/adapters.py", line 440, in send timeout=timeout "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 367, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/lib/python3/dist-packages/six.py", line 693, in reraise raise value "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 389, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 309, in _raise_timeout raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value) urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='api.telegram.org', port=443): Read timed out. (read timeout=30)
Traceback (most recent call last): "/usr/local/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/local/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/root/fn_virt/lib/python2.7/site-packages/pyinotify.py", line 2386, in <module> command_line() "/root/fn_virt/lib/python2.7/site-packages/pyinotify.py", line 2382, in command_line notifier.loop(callback=cb_fun) "/root/fn_virt/lib/python2.7/site-packages/pyinotify.py", line 1390, in loop self.process_events() "/root/fn_virt/lib/python2.7/site-packages/pyinotify.py", line 1283, in process_events revent = self._sys_proc_fun(raw_event) # system processings "/root/fn_virt/lib/python2.7/site-packages/pyinotify.py", line 639, in __call__ raise ProcessEventError("Unknown mask 0x%08x" % stripped_mask) __main__.ProcessEventError: Unknown mask 0x00000030
0.285955
Traceback (most recent call last): "/home/marek/devel/nupic/py27/bin/pip", line 11, in <module> sys.exit(main()) "/home/marek/devel/nupic/py27/lib/python2.7/site-packages/pip/**init**.py", line 185, in main return command.main(cmd_args) "/home/marek/devel/nupic/py27/lib/python2.7/site-packages/pip/basecommand.py", line 161, in main text = '\n'.join(complete_log)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 72: ordinal not in range(128)
Traceback (most recent call last): "/home/nils/local/lib64/python2.7/site-packages/numpy/testing/decorators.py", line 146, in skipper_func return f(_args, *_kwargs) "/home/nils/local/lib64/python2.7/site-packages/scipy/misc/tests/test_pilutil.py", line 33, in test_imresize im1 = misc.imresize(im,T(1.101)) "/home/nils/local/lib64/python2.7/site-packages/scipy/misc/pilutil.py", line 428, in imresize imnew = im.resize(size, resample=func[interp]) "/home/nils/local/lib64/python2.7/site-packages/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 1517, in resize if self.size == size:ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
0.210367
Traceback (most recent call last): "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 543, in run_ return self.run(edit, **args) "xactions in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 264, in runAttributeError: 'NoneType' object has no attribute 'run_command'
Traceback (most recent call last): "./yake.py", line 57, in <module> main() "./yake.py", line 16, in main tmp = assuming_default_parameters(data) "./yake.py", line 26, in assuming_default_parameters kw_extractor = yake.KeywordExtractor() AttributeError: module 'yake' has no attribute 'KeywordExtractor'
0.250999
Traceback (most recent call last): "/Users/buh/Dropbox/Development/curator/test/integration/test_integrations.py", line 55, in test_filter_by_array_of_aliases self.assertEquals(1, len(curator.get_indices(self.client))) AssertionError: 1 != 2
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/django/db/backends/utils.py", line 64, in execute return self.cursor.execute(sql, params) psycopg2.IntegrityError: null value in column "last_login" violates not-null constraint
0.230785
Traceback (most recent call last): "/root/hacking/yarGen-0.21.2/yarGen.py", line 2407, in <module> good_exports_pickle = load(get_abs_path(filePath)) "/root/hacking/yarGen-0.21.2/yarGen.py", line 1912, in load object = pickle.loads(buffer) "/usr/lib64/python2.7/pickle.py", line 1382, in loads return Unpickler(file).load() "/usr/lib64/python2.7/pickle.py", line 858, in load dispatch[key](self) KeyError: '{'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info ie_result = ie.extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 440, in extract ie_result = self._real_extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1701, in _real_extract raise ExtractorError('Unable to extract uploader name') youtube_dl.utils.ExtractorError: Unable to extract uploader name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.125102
Traceback (most recent call last): "c:\users\administrator\downloads\salt-develop\tests\integration\netapi\test_client.py", line 44, in test_local self.assertEqual(ret, {'minion': True, 'sub_minion': True}) AssertionError: {'sub_minion': False, 'minion': False} != {'sub_minion': True, 'minion': True}
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 507, in extract self.initialize() "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 411, in initialize self._real_initialize() "/usr/local/bin/youtube-dl/youtube_dl/extractor/safari.py", line 27, in _real_initialize self._login() "/usr/local/bin/youtube-dl/youtube_dl/extractor/safari.py", line 69, in _login expected=True) ExtractorError: Login failed; make sure your credentials are correct and try again.
0.167827
Traceback (most recent call last): "/usr/stsci/pyssgdev/2.5.4/nose/case.py", line 183, in runTest self.test(*self.arg) "/usr/stsci/pyssgdev/2.5.4/numpy/core/tests/test_umath.py", line 721, in check_loss_of_precision check(x_basic, 2*eps/1e-3) "/usr/stsci/pyssgdev/2.5.4/numpy/core/tests/test_umath.py", line 691, in check 'arcsinh')AssertionError: (0, 0.0010023052, 0.9987238, 'arcsinh')
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/basecommand.py", line 209, in main status = self.run(options, args) "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/commands/install.py", line 317, in run prefix=options.prefix_path, "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/req/req_set.py", line 731, in install **kwargs "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/req/req_install.py", line 841, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/req/req_install.py", line 1040, in move_wheel_files isolated=self.isolated, "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/wheel.py", line 375, in move_wheel_files clobber(source, dest, False, fixer=fixer, filter=filter) "/usr/local/lib/python3.5/dist-packages/pip-8.0.2-py3.5.egg/pip/wheel.py", line 321, in clobber shutil.copyfile(srcfile, destfile) "/usr/lib/python3.5/shutil.py", line 115, in copyfile with open(dst, 'wb') as fdst:NotADirectoryError: [Errno 20] Not a directory: '/usr/local/share/applications/mps-youtube.desktop'
0.212494
Traceback (most recent call last): "plumb.py", line 10, in <module> table = p0.extract_table() "/home/vinayak/.local/share/virtualenvs/camelot-pdfplumber/local/lib/python2.7/site-packages/pdfplumber/page.py", line 185, in extract_table largest = list(sorted(tables, key=sorter))[0] IndexError: list index out of range
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: /usr/local2/anaconda2/lib/python2.7/site-packages/pyodbc.so: cannot open shared object file: No such file or directory
0.2378
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature video_id, player_url, s "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 797, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url) ExtractorError: Cannot identify player u'/yts/jsbin/player-vflalc4VN/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "bug-escaping.py", line 26, in <module> dot.render() "/home/thomas/.local/lib/python3.5/site-packages/graphviz/files.py", line 176, in render rendered = backend.render(self._engine, self._format, filepath) "/home/thomas/.local/lib/python3.5/site-packages/graphviz/backend.py", line 124, in render subprocess.check_call(args, startupinfo=STARTUPINFO, stderr=stderr) "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['dot', '-Tpng', '-O', 'bug-escaping-2.dot']' returned non-zero exit status 1
0.247547
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/c97346/i/pandas/e/lib/python3.7/site-packages/dask_ml/model_selection/_split.py", line 435, in train_test_split for arr in arrays "/Users/c97346/i/pandas/e/lib/python3.7/site-packages/dask_ml/model_selection/_split.py", line 435, in <genexpr> for arr in arrays "/Users/c97346/i/pandas/e/lib/python3.7/site-packages/dask/dataframe/core.py", line 839, in random_split if not np.allclose(sum(frac), 1): TypeError: unsupported operand type(s) for +: 'int' and 'NoneType'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/udemy.py", line 442, in _real_extract course_id, title = self._extract_course_info(webpage, course_path) "/usr/local/bin/youtube-dl/youtube_dl/extractor/udemy.py", line 82, in _extract_course_info ], webpage, 'course id') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract course id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.298917
Traceback (most recent call last): "C:\Iseuwei\Tools\Anaconda3\envs\tf10-gpu\lib\site-packages\urllib3\connectionpool.py", line 670, in urlopen httplib_response = self._make_request( "C:\Iseuwei\Tools\Anaconda3\envs\tf10-gpu\lib\site-packages\urllib3\connectionpool.py", line 381, in _make_request self._validate_conn(conn) "C:\Iseuwei\Tools\Anaconda3\envs\tf10-gpu\lib\site-packages\urllib3\connectionpool.py", line 978, in _validate_conn conn.connect() "C:\Iseuwei\Tools\Anaconda3\envs\tf10-gpu\lib\site-packages\urllib3\connection.py", line 309, in connect conn = self._new_conn() "C:\Iseuwei\Tools\Anaconda3\envs\tf10-gpu\lib\site-packages\urllib3\connection.py", line 171, in _new_conn raise NewConnectionError( urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000001E0417CEAF0>: Failed to establish a new connection: [WinError 10060] 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component component.setup, hass, processed_config # type: ignore "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/homeassistant/homeassistant/components/fibaro/__init__.py", line 330, in setup if controller.connect(): "/usr/src/homeassistant/homeassistant/components/fibaro/__init__.py", line 147, in connect self._read_scenes() "/usr/src/homeassistant/homeassistant/components/fibaro/__init__.py", line 241, in _read_scenes if not device.visible: "/usr/local/lib/python3.7/site-packages/fiblary3/client/v4/models.py", line 120, in __getitem__ return dict.__getitem__(self, key) KeyError: 'visible'
0.298737
Traceback (most recent call last): "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() "/srv/homeassistant/lib/python3.7/site-packages/homeassistant/components/xiaomi_miio/switch.py", line 100, in async_setup_platform from miio import Device, DeviceException "/srv/homeassistant/lib/python3.7/site-packages/miio/__init__.py", line 2, in <module> from miio.airconditioningcompanion import AirConditioningCompanion "/srv/homeassistant/lib/python3.7/site-packages/miio/airconditioningcompanion.py", line 8, in <module> from .device import Device, DeviceException "/srv/homeassistant/lib/python3.7/site-packages/miio/device.py", line 10, in <module> import construct "/srv/homeassistant/lib/python3.7/site-packages/construct/__init__.py", line 22, in <module> from construct.core import * "/srv/homeassistant/lib/python3.7/site-packages/construct/core.py", line 5, in <module> from construct.lib import * "/srv/homeassistant/lib/python3.7/site-packages/construct/lib/__init__.py", line 1, in <module> from construct.lib.containers import * "/srv/homeassistant/lib/python3.7/site-packages/construct/lib/containers.py", line 1, in <module> from construct.lib.py3compat import * "/srv/homeassistant/lib/python3.7/site-packages/construct/lib/py3compat.py", line 14, in <module> import ruamel.yaml "/srv/homeassistant/lib/python3.7/site-packages/ruamel/yaml/__init__.py", line 79, in <module> from .cyaml import * # NOQA "/srv/homeassistant/lib/python3.7/site-packages/ruamel/yaml/cyaml.py", line 5, in <module> from _ruamel_yaml import CParser, CEmitter # type: ignore "_ruamel_yaml.pyx", line 63, in init _ruamel_yaml AttributeError: type object '_ruamel_yaml.Mark' has no attribute '__reduce_cython__'
"Traceback (most recent call last): "pokecli.py", line 38, in <module> from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineExceptionImportError: No module named pgoapi.exceptions"
0.224138
`Traceback (most recent call last): "/usr/local/bin/shreddit", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/dist-packages/shreddit/app.py", line 44, in main shredder = Shredder(default_config, args.user) "/usr/local/lib/python2.7/dist-packages/shreddit/shredder.py", line 28, in __init__ self._connect() "/usr/local/lib/python2.7/dist-packages/shreddit/shredder.py", line 85, in _connect raise ShredditError("Bad username or password") shreddit.util.ShredditError: 'Bad username or password'`
Traceback (most recent call last): "/opt/autoprocess/mkvtomp4.py", line 630, in convert for timecode in conv: "/opt/autoprocess/converter/__init__.py", line 243, in convert timeout=timeout, preopts=preopts, postopts=postopts): "/opt/autoprocess/converter/ffmpeg.py", line 548, in convert total_output, pid=p.pid)FFMpegConvertError: <FFMpegConvertError error="Exited with code 1", pid=23598, cmd="/usr/bin/ffmpeg -fix_sub_duration -i /storage/data/mediacenter/downloads/Just_Go_with_It_2011_1080p_Bluray_DTS_x264-SHiTSoNy.2/deranged-tajtmcotodin1945.1080p.mkv -vcodec copy -map 0:0 -c:a:0 aac -map 0:1 -disposition:a:0 default -ac:a:0 1 -b:a:0 128k -metadata:s:a:0 language=eng -strict experimental -f mp4 -threads auto -y /storage/data/mediacenter/downloads/Just_Go_with_It_2011_1080p_Bluray_DTS_x264-SHiTSoNy.2/deranged-tajtmcotodin1945.1080p.mp4">
0.172497
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: module 'PySimpleGUIWeb' has no attribute 'tclversion_detailed'
Traceback (most recent call last): "/builds/uo/e4s-new/spack/lib/spack/spack/build_environment.py", line 801, in child_process return_value = function() "/builds/uo/e4s-new/spack/lib/spack/spack/package.py", line 1751, in build_process phase(self.spec, self.prefix) "/builds/uo/e4s-new/spack/lib/spack/spack/package.py", line 111, in phase_wrapper phase(spec, prefix) "/builds/uo/e4s-new/spack/var/spack/repos/builtin/packages/slate/package.py", line 49, in install install_tree('lib', prefix.lib) "/builds/uo/e4s-new/spack/lib/spack/spack/build_environment.py", line 131, in __call__ return super(MakeExecutable, self).__call__(*args, **kwargs) "/builds/uo/e4s-new/spack/lib/spack/spack/util/executable.py", line 189, in __call__ proc.returncode, long_msg) spack.util.executable.ProcessError: Command exited with status 2:
0.236073
Traceback (most recent call last): "/home/ubuntu/TensorFlowOnSpark/examples/mnist/spark/mnist_spark.py", line 66, in <module> cluster.train(dataRDD, args.epochs) "/home/ubuntu/TensorFlowOnSpark/tfspark.zip/tensorflowonspark/TFCluster.py", line 92, in train "/home/ubuntu/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 814, in foreachPartition "/home/ubuntu/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 1056, in count "/home/ubuntu/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 1047, in sum "/home/ubuntu/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 921, in fold "/home/ubuntu/spark/python/lib/pyspark.zip/pyspark/rdd.py", line 824, in collect "/home/ubuntu/spark/python/lib/py4j-0.10.6-src.zip/py4j/java_gateway.py", line 1160, in __call__ "/home/ubuntu/spark/python/lib/py4j-0.10.6-src.zip/py4j/protocol.py", line 320, in get_return_value py4j.protocol.Py4JJavaError: An error occurred while calling z:org.apache.spark.api.python.PythonRDD.collectAndServe.
Traceback (most recent call last): "/srv/gsfs0/projects/ashley/apps/bcbio/tmpbcbio-install/cloudbiolinux/cloudbio/package/brew.py", line 278, in _install_pkg_latest cmd.replace("brew install", "brew install -v"))ValueError: Failed to install brew formula: lumpy-sv
0.247261
Traceback (most recent call last): "./single-roll", line 44, in <module> deploy.run() "/home/ygil/dev/docker-roll/roll/single/deploy.py", line 111, in run self.client.start(new_container.get('Id')) "/home/ygil/.envs/docker-roll/lib/python2.7/site-packages/docker/utils/decorators.py", line 21, in wrapped return f(self, resource_id, *args, **kwargs) "/home/ygil/.envs/docker-roll/lib/python2.7/site-packages/docker/api/container.py", line 344, in start self._raise_for_status(res) "/home/ygil/.envs/docker-roll/lib/python2.7/site-packages/docker/client.py", line 142, in _raise_for_status raise errors.APIError(e, response, explanation=explanation)docker.errors.APIError: 500 Server Error: Internal Server Error ("Cannot start container 2b0e5d7e34402e145d73385b2711e11efa3ef945c561d90ff732f0bec27fea04: [8] System error: open /sys/fs/cgroup/devices/system.slice/docker-2b0e5d7e34402e145d73385b2711e11efa3ef945c561d90ff732f0bec27fea04.scope/cgroup.procs: no such file or directory")
Traceback (most recent call last): "/shots/spi/home/lib/software_python/opencue/v1/cuegui/MenuActions.py", line 860, in eat self._getSource().eatFrames(frameSearch) TypeError: eatFrames() takes exactly 1 argument (2 given)
0.234994
Traceback (most recent call last): "C:\Users\Dipanshu\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel self.start_kernel(**self._launch_args) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel self._connect_control_socket() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket self._control_socket = self.connect_control() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control return self._create_connected_socket('control', identity=identity) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket sock = self.context.socket(socket_type) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__ return self.get(obj, cls) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default return zmq.Context.instance() "C:\Users\Dipanshu\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance cls._instance = cls(io_threads=io_threads) "zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__ zmq.error.ZMQError: Unknown error
Traceback (most recent call last): "/opt/deepvariant/bin/run_deepvariant.py", line 317, in <module> app.run(main) "/usr/local/lib/python2.7/dist-packages/absl/app.py", line 300, in run _run_main(main, args) "/usr/local/lib/python2.7/dist-packages/absl/app.py", line 251, in _run_main sys.exit(main(argv)) "/opt/deepvariant/bin/run_deepvariant.py", line 307, in main subprocess.check_call(command, shell=True, executable='/bin/bash') "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'time seq 0 0 | parallel -k --line-buffer /opt/deepvariant/bin/make_examples --mode calling --ref "/public/home/dkim142/quickstart-testdata/ucsc.hg19.chr20.unittest.fasta" --reads "/public/home/dkim142/quickstart-testdata/NA12878_S1.chr20.10_10p1mb.bam" --examples "/tmp/deepvariant_tmp_output/[email protected]" --gvcf "/tmp/deepvariant_tmp_output/[email protected]" --regions "chr20:10,000,000-10,010,000" --task {}' returned non-zero exit status 1
0.214688
Traceback (most recent call last): "/usr/local/bin/salt-call", line 11, in <module> salt_call() "/usr/lib64/python2.6/site-packages/salt/scripts.py", line 331, in salt_call client.run() "/usr/lib64/python2.6/site-packages/salt/cli/call.py", line 53, in run caller.run() "/usr/lib64/python2.6/site-packages/salt/cli/caller.py", line 133, in run ret = self.call() "/usr/lib64/python2.6/site-packages/salt/cli/caller.py", line 196, in call ret['return'] = func(*args, **kwargs) "/usr/lib64/python2.6/site-packages/salt/modules/state.py", line 540, in highstate whitelist=kwargs.get('whitelist') "/usr/lib64/python2.6/site-packages/salt/state.py", line 3073, in call_highstate self.load_dynamic(matches) "/usr/lib64/python2.6/site-packages/salt/state.py", line 2605, in load_dynamic refresh=False) "/usr/lib64/python2.6/site-packages/salt/modules/saltutil.py", line 488, in sync_all ret['beacons'] = sync_beacons(saltenv, False) "/usr/lib64/python2.6/site-packages/salt/modules/saltutil.py", line 272, in sync_beacons ret = _sync('beacons', saltenv) "/usr/lib64/python2.6/site-packages/salt/modules/saltutil.py", line 111, in _sync source, sub_env, include_pat=r'E@\.(pyx?|so|zip)$' "/usr/lib64/python2.6/site-packages/salt/modules/cp.py", line 444, in cache_dir path, saltenv, include_empty, include_pat, exclude_pat "/usr/lib64/python2.6/site-packages/salt/fileclient.py", line 230, in cache_dir if fn_.strip() and fn_.startswith(path):UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 43: ordinal not in range(128)"
Traceback (most recent call last): "<pyshell#11>", line 1, in <module> from Twython import twython ImportError: No module named Twython
0.248392
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1318, in do_open encode_chunked=req.has_header('Transfer-encoding')) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 964, in send self.connect() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1400, in connect server_hostname=server_hostname) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 407, in wrap_socket _context=self, _session=session) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 814, in __init__ self.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 1068, in do_handshake self._sslobj.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 689, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
Traceback (most recent call last): "/home/test/Desktop/sqlalbug.py", line 40, in <module> print(session.query(MyTest).slice(0,int(2)).count()) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/orm/query.py", line 3089, in count return self.from_self(col).scalar() "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/orm/query.py", line 2843, in scalar ret = self.one() "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/orm/query.py", line 2814, in one ret = self.one_or_none() "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/orm/query.py", line 2784, in one_or_none ret = list(self) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/orm/query.py", line 2855, in __iter__ return self._execute_and_instances(context) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/orm/query.py", line 2878, in _execute_and_instances result = conn.execute(querycontext.statement, self._params) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 945, in execute return meth(self, multiparams, params) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/sql/elements.py", line 263, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1053, in _execute_clauseelement compiled_sql, distilled_params "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1189, in _execute_context context) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1402, in _handle_dbapi_exception exc_info "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/util/compat.py", line 203, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context context) "/home/test/envs/vdbenv/lib/python2.6/site-packages/sqlalchemy/engine/default.py", line 470, in do_execute cursor.execute(statement, parameters) "/home/test/envs/vdbenv/lib/python2.6/site-packages/MySQLdb/cursors.py", line 205, in execute self.errorhandler(self, exc, value) "/home/test/envs/vdbenv/lib/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorclass, errorvaluesqlalchemy.exc.ProgrammingError: (_mysql_exceptions.ProgrammingError) (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''2') AS anon_1' at line 4") [SQL: u'SELECT count(*) AS count_1 \nFROM (SELECT mytest.id AS mytest_id, mytest.description AS mytest_description, mytest.quantity AS mytest_quantity \nFROM mytest \n LIMIT %s) AS anon_1'] [parameters: (2,)]
0.293776
Traceback (most recent call last): "/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/seanh/Projects/ckan/ckan/ckan/tests/functional/api/test_activity.py", line 1605, in test_add_tag for group_dict in pkg_dict['groups']:KeyError: "'groups'\n-------------------- >> begin captured stdout << ---------------------\n@@@@@@@@ {'Authorization': '1eaa43d6-de22-4723-8d51-ebfcd6390d54'}\n@@@@@@@@ {'Authorization': '1eaa43d6-de22-4723-8d51-ebfcd6390d54'}\n\n--------------------- >> end captured stdout << ----------------------\n-------------------- >> begin captured logging << --------------------\nckan.lib.base: INFO: /api/action/package_show render time 0.024 seconds\nckan.lib.base: INFO: /api/2/rest/user/28212825-2dc2-4878-9a03-b27d63e9e1e3/activity render time 0.035 seconds\nckan.lib.base: INFO: /api/2/rest/dataset/74fa22ab-01c1-4f1d-8a0d-a20bfa9ea589/activity render time 0.040 seconds\nckan.lib.base: INFO: /api/action/recently_changed_packages_activity_list render time 0.021 seconds\nckan.lib.base: INFO: /api/action/package_update render time 0.773 seconds\nckan.lib.base: INFO: /api/2/rest/user/28212825-2dc2-4878-9a03-b27d63e9e1e3/activity render time 0.030 seconds\nckan.lib.base: INFO: /api/2/rest/dataset/74fa22ab-01c1-4f1d-8a0d-a20bfa9ea589/activity render time 0.023 seconds\nckan.lib.base: INFO: /api/action/recently_changed_packages_activity_list render time 0.022 seconds\n--------------------- >> end captured logging << ---------------------"
Traceback (most recent call last): "/usr/local/bin/patroni", line 11, in <module> load_entry_point('patroni==1.5.6', 'console_scripts', 'patroni')() "/usr/local/lib/python3.6/dist-packages/patroni/__init__.py", line 196, in main return patroni_main() "/usr/local/lib/python3.6/dist-packages/patroni/__init__.py", line 158, in patroni_main patroni = Patroni() "/usr/local/lib/python3.6/dist-packages/patroni/__init__.py", line 28, in __init__ self.dcs = get_dcs(self.config) "/usr/local/lib/python3.6/dist-packages/patroni/dcs/__init__.py", line 90, in get_dcs return item(config[name]) "/usr/local/lib/python3.6/dist-packages/patroni/dcs/kubernetes.py", line 90, in __init__ k8s_config.load_kube_config(context=config.get('context', 'local')) "/usr/local/lib/python3.6/dist-packages/kubernetes/config/kube_config.py", line 361, in load_kube_config config_persister=config_persister).load_and_set() "/usr/local/lib/python3.6/dist-packages/kubernetes/config/kube_config.py", line 317, in _get_kube_config_loader_for_yaml_file with open(filename) as f: NotFoundError: [Errno 2] No such file or directory: '/home/postgres/.kube/config'
0.174036
Traceback (most recent call last): "/usr/local/lib/python3.9/site-packages/telethon/network/mtprotosender.py", line 540, in _recv_loop await self._process_message(message) "/usr/local/lib/python3.9/site-packages/telethon/network/mtprotosender.py", line 555, in _process_message await handler(message) "/usr/local/lib/python3.9/site-packages/telethon/network/mtprotosender.py", line 644, in _handle_gzip_packed message.obj = reader.tgread_object() "/usr/local/lib/python3.9/site-packages/telethon/extensions/binaryreader.py", line 142, in tgread_object return clazz.from_reader(self) "/usr/local/lib/python3.9/site-packages/telethon/tl/types/__init__.py", line 26389, in from_reader _update = reader.tgread_object() "/usr/local/lib/python3.9/site-packages/telethon/extensions/binaryreader.py", line 142, in tgread_object return clazz.from_reader(self) "/usr/local/lib/python3.9/site-packages/telethon/tl/types/__init__.py", line 24053, in from_reader _webpage = reader.tgread_object() "/usr/local/lib/python3.9/site-packages/telethon/extensions/binaryreader.py", line 140, in tgread_object raise error telethon.errors.common.TypeNotFoundError: Could not find a matching Constructor ID for the TLObject that was supposed to be read with ID 5f07b4bc. Most likely, a TLObject was trying to be read when it
Traceback (most recent call last): "C:\Users\my_user\.conda\envs\event-consumer\lib\site-packages\azure\servicebus\base_handler.py", line 91, in _mgmt_request_response callback=callback) "C:\Users\my_user\.conda\envs\event-consumer\lib\site-packages\uamqp\client.py", line 358, in mgmt_request **kwargs) "C:\Users\my_user\.conda\envs\event-consumer\lib\site-packages\uamqp\session.py", line 126, in mgmt_request return parse_response(status, response, description) "C:\Users\my_user\.conda\envs\event-consumer\lib\site-packages\azure\servicebus\common\mgmt_handlers.py", line 18, in default status_code, description, message.get_data())) azure.servicebus.common.errors.ServiceBusError: Management request returned status code: 500. Description: b'Unsupported type 0x40 for array. TrackingId:47ce260f-b464-4c09-9c2a-fb1ff20ce91f_G5, SystemTracker:NoSystemTracker, Timestamp:2019-12-05T12:57:23', Data: None
0.2986
Traceback (most recent call last): "commix.py", line 31, in <module> import src.core.main "main.py", line 45, in <module> from src.core.requests import requests "requests.py", line 56 I commented this out because it was erroring out on 200s ^ IndentationError: unexpected unindent
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/home/kaefert/bin/youtube-dl/__main__.py", line 19, in <module> "/home/kaefert/bin/youtube-dl/youtube_dl/__init__.py", line 410, in main "/home/kaefert/bin/youtube-dl/youtube_dl/__init__.py", line 400, in _real_main "/home/kaefert/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1665, in download "/home/kaefert/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info "/home/kaefert/bin/youtube-dl/youtube_dl/extractor/common.py", line 290, in extract "/home/kaefert/bin/youtube-dl/youtube_dl/extractor/imdb.py", line 57, in _real_extractUnboundLocalError: local variable 'format_info' referenced before assignment
0.254554
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool ProxiedRequests(self.w3af) "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__ self.reload_options() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options self._start_proxy() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener) "/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__ name='LocalProxyThread') "/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__ port=port) "/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__ sslversion_choices[ssl_version_client]KeyError: 'SSLv23'
Original Traceback (most recent call last): "/private/home/mokady/.conda/envs/det2/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/private/home/mokady/.conda/envs/det2/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/private/home/mokady/.conda/envs/det2/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/private/home/mokady/.conda/envs/det2/lib/python3.8/site-packages/torch/utils/data/dataset.py", line 207, in __getitem__ return self.datasets[dataset_idx][sample_idx] "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/builders/vqa2/dataset.py", line 49, in __getitem__ return self.load_item(idx) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/builders/vqa2/dataset.py", line 85, in load_item features = self.features_db[idx] "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/features_database.py", line 91, in __getitem__ return self.get(image_info) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/features_database.py", line 99, in get return self.from_path(feature_path) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/features_database.py", line 107, in from_path features, infos = self._get_image_features_and_info(path) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/features_database.py", line 80, in _get_image_features_and_info image_feats, infos = self._read_features_and_info(feat_file) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/features_database.py", line 65, in _read_features_and_info feature, info = feature_reader.read(feat_file) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/readers/feature_readers.py", line 81, in read return self.feat_reader.read(image_feat_path) "/private/home/mokady/mokady_intern2/mmf/mmf/datasets/databases/readers/feature_readers.py", line 103, in read padded_feat[:, :, : h * w] = feat RuntimeError: The expanded size of the tensor (608) must match the existing size (1024) at non-singleton dimension 2. Target sizes: [1, 2048, 608]. Tensor sizes: [2048, 1024]`
0.225673
Traceback (most recent call last): "testcerberus.py", line 36, in <module> cerberus.Validator(schema) "/home/moutix/.virtualenvs/BackEnd/lib/python3.6/site-packages/cerberus/validator.py", line 181, in __init__ self.schema = kwargs.get('schema', None) "/home/moutix/.virtualenvs/BackEnd/lib/python3.6/site-packages/cerberus/validator.py", line 562, in schema self._schema = DefinitionSchema(self, schema) "/home/moutix/.virtualenvs/BackEnd/lib/python3.6/site-packages/cerberus/schema.py", line 76, in __init__ self.validate(schema) "/home/moutix/.virtualenvs/BackEnd/lib/python3.6/site-packages/cerberus/schema.py", line 247, in validate self._validate(schema) "/home/moutix/.virtualenvs/BackEnd/lib/python3.6/site-packages/cerberus/schema.py", line 263, in _validate raise SchemaError(self.schema_validator.errors) cerberus.schema.SchemaError: {'a': [{'valuesrules': [{'keyschema': ['unknown rule'], 'valueschema': ['unknown rule']}]}]}
Traceback (most recent call last): "kivy/graphics/transformation.pyx", line 301, in kivy.graphics.transformation.Matrix.view_clip ValueError: invalid frustrum
0.154984
2013-02-05 20:16:44,900 CRIT Traceback (most recent call last): "/usr/lib64/python2.6/site-packages/supervisor/xmlrpc.py", line 373, in continue_request body = xmlrpc_marshal(value) "/usr/lib64/python2.6/site-packages/supervisor/xmlrpc.py", line 157, in xmlrpc_marshal body = xmlrpclib.dumps(value, methodresponse=ismethodresponse) "/usr/lib64/python2.6/xmlrpclib.py", line 1132, in dumps data = m.dumps(params) "/usr/lib64/python2.6/xmlrpclib.py", line 677, in dumps dump(v, write) "/usr/lib64/python2.6/xmlrpclib.py", line 699, in __dump f(self, value, write) "/usr/lib64/python2.6/xmlrpclib.py", line 759, in dump_array dump(v, write) "/usr/lib64/python2.6/xmlrpclib.py", line 699, in __dump f(self, value, write) "/usr/lib64/python2.6/xmlrpclib.py", line 780, in dump_struct dump(v, write) "/usr/lib64/python2.6/xmlrpclib.py", line 699, in __dump f(self, value, write) "/usr/lib64/python2.6/xmlrpclib.py", line 710, in dump_int raise OverflowError, "int exceeds XML-RPC limits"OverflowError: int exceeds XML-RPC limits
Traceback (most recent call last): "setup.py", line 60, in <module> setup( "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/site-packages/setuptools/__init__.py", line 153, in setup return distutils.core.setup(**attrs) "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/core.py", line 148, in setup dist.run_commands() "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/dist.py", line 966, in run_commands self.run_command(cmd) "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/site-packages/setuptools/command/develop.py", line 34, in run self.install_for_development() "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/site-packages/setuptools/command/develop.py", line 136, in install_for_development self.run_command('build_ext') "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/dist.py", line 985, in run_command cmd_obj.run() "/home/ycy/working/audio/build_tools/setup_helpers/extension.py", line 52, in run super().run() "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/site-packages/setuptools/command/build_ext.py", line 79, in run _build_ext.run(self) "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/command/build_ext.py", line 340, in run self.build_extensions() "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/command/build_ext.py", line 449, in build_extensions self._build_extensions_serial() "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/distutils/command/build_ext.py", line 474, in _build_extensions_serial self.build_extension(ext) "/home/ycy/working/audio/build_tools/setup_helpers/extension.py", line 96, in build_extension subprocess.check_call( "/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/subprocess.py", line 364, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['cmake', '/home/ycy/working/audio', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_PREFIX_PATH=/home/ycy/miniconda3/envs/torchaudio_dev/lib/python3.8/site-packages/torch/share/cmake', '-DCMAKE_INSTALL_PREFIX=/home/ycy/working/audio/build/lib.linux-x86_64-3.8/torchaudio/', '-DCMAKE_VERBOSE_MAKEFILE=ON', '-DPython_INCLUDE_DIR=/home/ycy/miniconda3/envs/torchaudio_dev/include/python3.8', '-DBUILD_SOX:BOOL=OFF', '-DBUILD_KALDI:BOOL=ON', '-DBUILD_TRANSDUCER:BOOL=OFF', '-DBUILD_TORCHAUDIO_PYTHON_EXTENSION:BOOL=ON', '-DBUILD_LIBTORCHAUDIO:BOOL=OFF', '-GNinja']' returned non-zero exit status 1.
0.232394
Traceback (most recent call last): "keras_minimal_test.py", line 32, in <module> model_B.predict(np.random.rand(batch_num, 1, 10), batch_size=8) ".../tensorflow1.11/lib/python3.6/site-packages/keras/engine/training.py", line 1170, in predict steps=steps) ".../tensorflow1.11/lib/python3.6/site-packages/keras/engine/training_arrays.py", line 295, in predict_loop batch_outs = f(ins_batch) ".../tensorflow1.11/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 2933, in __call__ return self._call(inputs) ".../tensorflow1.11/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 2891, in _call fetched = self._callable_fn(*array_vals) ".../tensorflow1.11/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1399, in __call__ run_metadata_ptr) ".../tensorflow1.11/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 526, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.InvalidArgumentError: You must feed a value for placeholder tensor 'A_in' with dtype float and shape [8,1,10]
Traceback (most recent call last): "/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 290, in draw layout.prop(bpy.data.worlds['Arm'], 'arm_material_advanced') KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
0.264678
Traceback (most recent call last): "/home/rich/Projects/test/venv/lib/python2.7/site-packages/zappa/cli.py", line 1847, in handle sys.exit(cli.handle()) "/home/rich/Projects/test/venv/lib/python2.7/site-packages/zappa/cli.py", line 345, in handle self.dispatch_command(self.command, environment) "/home/rich/Projects/test/venv/lib/python2.7/site-packages/zappa/cli.py", line 377, in dispatch_command self.deploy() "/home/rich/Projects/test/venv/lib/python2.7/site-packages/zappa/cli.py", line 493, in deploy self.zappa.update_stack(self.lambda_name, self.s3_bucket_name, wait=True) "/home/rich/Projects/test/venv/lib/python2.7/site-packages/zappa/zappa.py", line 1279, in update_stack raise EnvironmentError("Stack creation failed. " EnvironmentError: Stack creation failed. Please check your CloudFormation console. You may also need to `undeploy`.
Traceback (most recent call last): "/home/palm/redv3/lib/python3.5/site-packages/discord/ext/commands/bot.py", line 886, in invoke yield from ctx.command.invoke(ctx) "/home/palm/redv3/lib/python3.5/site-packages/discord/ext/commands/core.py", line 904, in invoke yield from ctx.invoked_subcommand.invoke(ctx) "/home/palm/redv3/lib/python3.5/site-packages/discord/ext/commands/core.py", line 498, in invoke yield from injected(*ctx.args, **ctx.kwargs) "/home/palm/redv3/lib/python3.5/site-packages/discord/ext/commands/core.py", line 71, in wrapped raise CommandInvokeError(e) from e discord.ext.commands.errors.CommandInvokeError: Command raised an exception: KeyError: 'USER'
0.252008
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/instagram.py", line 195, in _real_extract video_url = self._og_search_video_url(webpage, secure=False) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 1123, in _og_search_video_url return self._html_search_regex(regexes, html, name, **kargs) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 1014, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract video url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "./setup.py", line 5, in <module> from setuptools import setupImportError: No module named 'setuptools'
0.183763
Traceback (most recent call last): "/root/ehForwarderBot/plugins/eh_telegram_master/__init__.py", line 427, in process_msg tg_msg = self.bot.bot.sendVideo(tg_dest, msg.file, caption=msg_template + msg.text) "/usr/local/lib/python3.5/dist-packages/telegram/bot.py", line 52, in decorator result = func(self, *args, **kwargs) "/usr/local/lib/python3.5/dist-packages/telegram/bot.py", line 64, in decorator return self._message_wrapper(url, data, *args, **kwargs) "/usr/local/lib/python3.5/dist-packages/telegram/bot.py", line 156, in _message_wrapper result = self._request.post(url, data, timeout=kwargs.get('timeout')) "/usr/local/lib/python3.5/dist-packages/telegram/utils/request.py", line 244, in post 'POST', url, body=data.to_form(), headers=data.headers, **urlopen_kwargs) "/usr/local/lib/python3.5/dist-packages/telegram/utils/request.py", line 180, in _request_wrapper raise NetworkError('urllib3 HTTPError {0}'.format(error)) telegram.error.NetworkError: urllib3 HTTPError ('Connection aborted.', timeout('The write operation timed out',))
Traceback (most recent call last): "sqlmap", line 74, in main setPaths()TypeError: setPaths() takes exactly 1 argument (0 given)
0.159147
Traceback (most recent call last): "/src/lutris/lutris/discord.py", line 47, in ensure_discord_connected self.rpc_client.connect() "/.local/lib/python3.6/site-packages/pypresence/presence.py", line 40, in connect self.loop.run_until_complete(self.handshake()) "/usr/lib/python3.6/asyncio/base_events.py", line 473, in run_until_complete return future.result() "/.local/lib/python3.6/site-packages/pypresence/baseclient.py", line 102, in handshake self.sock_reader, self.sock_writer = await asyncio.open_unix_connection(self.ipc_path, loop=self.loop) "/usr/lib/python3.6/asyncio/streams.py", line 134, in open_unix_connection lambda: protocol, path, **kwds) "/usr/lib/python3.6/asyncio/unix_events.py", line 245, in create_unix_connection yield from self.sock_connect(sock, path) "/usr/lib/python3.6/asyncio/selector_events.py", line 450, in sock_connect return (yield from fut) "/usr/lib/python3.6/asyncio/selector_events.py", line 455, in _sock_connect sock.connect(address) ConnectionRefusedError: [Errno 111] Connection refused
Traceback (most recent call last): "/home/roman/.local/bin/youtube-dl", line 10, in <module> sys.exit(main()) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/__init__.py", line 474, in main _real_main(argv) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/__init__.py", line 464, in _real_main retcode = ydl.download(all_urls) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2019, in download url, force_generic_extractor=self.params.get('force_generic_extractor', False)) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info return self.process_ie_result(ie_result, download, extra_info) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 875, in process_ie_result extra_info=extra_info, download=False, process=False) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/extractor/ooyala.py", line 173, in _real_extract return self._extract(content_tree_url, embed_code, domain, supportedformats, embed_token) "/home/roman/.local/lib/python3.7/site-packages/youtube_dl/extractor/ooyala.py", line 28, in _extract metadata = content_tree[list(content_tree)[0]] IndexError: list index out of range
0.127632
Traceback (most recent call last): "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/logging_.py", line 69, in tearDown retry(doomed.delete)() "/home/travis/build/GoogleCloudPlatform/gcloud-python/system_tests/retry.py", line 77, in wrapped_function return to_wrap(*args, **kwargs) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/logging/logger.py", line 268, in delete client.logging_api.logger_delete(self.project, self.name) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/gcloud/logging/_gax.py", line 123, in logger_delete self._gax_api.delete_log(path, options) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/google/cloud/logging/v2/logging_service_v2_api.py", line 216, in delete_log self._delete_log(request, options) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/google/gax/api_callable.py", line 480, in inner return api_caller(api_call, this_settings, request) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/google/gax/api_callable.py", line 468, in base_caller return api_call(*args) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/google/gax/api_callable.py", line 433, in inner raise_with_traceback(GaxError('RPC failed', cause=exception)) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/google/gax/api_callable.py", line 430, in inner return a_func(*args, **kwargs) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/google/gax/api_callable.py", line 64, in inner return a_func(*updated_args, **kwargs) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line 305, in __call__ self._request_serializer, self._response_deserializer) "/home/travis/build/GoogleCloudPlatform/gcloud-python/.tox/system-tests/lib/python2.7/site-packages/grpc/beta/_client_adaptations.py", line 203, in _blocking_unary_unary raise _abortion_error(rpc_error_call)GaxError: GaxError(RPC failed, caused by AbortionError(code=StatusCode.NOT_FOUND, details="Requested entity was not found."))
Traceback (most recent call last): "cython_setup.py", line 37, in <module> "Topic :: Software Development :: Libraries :: Python Modules", "C:\Program s\Python36\lib\distutils\core.py", line 148, in setup dist.run_commands() "C:\Program s\Python36\lib\distutils\dist.py", line 955, in run_commands self.run_command(cmd) "C:\Program s\Python36\lib\distutils\dist.py", line 974, in run_command cmd_obj.run() "C:\Program s\Python36\lib\site-packages\Cython\Distutils\old_build_ext.py", line 186, in run _build_ext.build_ext.run(self) "C:\Program s\Python36\lib\distutils\command\build_ext.py", line 339, in run self.build_extensions() "C:\Program s\Python36\lib\site-packages\Cython\Distutils\old_build_ext.py", line 193, in build_extensions ext.sources = self.cython_sources(ext.sources, ext) "C:\Program s\Python36\lib\site-packages\Cython\Distutils\old_build_ext.py", line 346, in cython_sources full_module_name=module_name) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Main.py", line 693, in compile return compile_single(source, options, full_module_name) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Main.py", line 643, in compile_single return run_pipeline(source, options, full_module_name) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Main.py", line 494, in run_pipeline err, enddata = Pipeline.run_pipeline(pipeline, source) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Pipeline.py", line 354, in run_pipeline data = run(phase, data) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Pipeline.py", line 334, in run return phase(data) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Pipeline.py", line 32, in parse scope = context.find_module(full_module_name, pos = initial_pos, need_pxd = 0) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Main.py", line 188, in find_module scope = scope.find_submodule(name) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Main.py", line 337, in find_submodule parent_module = None, context = self) "C:\Program s\Python36\lib\site-packages\Cython\Compiler\Symtab.py", line 1099, in __init__ self.module_name = parent_module.module_name AttributeError: 'NoneType' object has no attribute 'module_name'
0.250322
Traceback (most recent call last): "/tmp/buildd/pandas-0.15.0/debian/tmp/usr/lib/python2.7/dist-packages/pandas/io/tests/test_parsers.py", line 3204, in test_precise_conversion self.assertTrue(sum(precise_errors) <= sum(normal_errors))AssertionError: False is not true
>>> Traceback (most recent call last): "<console>", line 1, in <module> "<string>", line 12, in <module> "/Users/miles/.../marshmallow/serializer.py", line 193, in __init__ self._update_fields(obj) "/Users/miles/.../marshmallow/serializer.py", line 294, in _update_fields ret = self.__filter_fields(self.only) "/Users/miles/.../marshmallow/serializer.py", line 362, in __filter_fields '"{0}" is not a valid field for {1}.'.format(key, self.obj))AttributeError: "m" is not a valid field for {'email': 'blah'}.
0.306289
Traceback (most recent call last): "/opt/lfsp/eggs/celery-2.4.6-py2.7.egg/celery/worker/__init__.py", line 268, in start component.start() "/opt/lfsp/eggs/celery-2.4.6-py2.7.egg/celery/worker/consumer.py", line 309, in start self.reset_connection() "/opt/lfsp/eggs/celery-2.4.6-py2.7.egg/celery/worker/consumer.py", line 592, in reset_connection self.reset_pidbox_node() "/opt/lfsp/eggs/celery-2.4.6-py2.7.egg/celery/worker/consumer.py", line 531, in reset_pidbox_node callback=self.on_control) "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/pidbox.py", line 65, in listen callbacks=[callback or self.handle_message]) "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/pidbox.py", line 56, in Consumer **options) "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/messaging.py", line 285, in __init__ self.declare() "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/messaging.py", line 295, in declare queue.declare() "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/entity.py", line 388, in declare self.queue_declare(nowait, passive=False) "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/entity.py", line 408, in queue_declare nowait=nowait) "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/transport/virtual/__init__.py", line 380, in queue_declare return queue, self._size(queue), 0 "/opt/lfsp/eggs/kombu-2.1.1-py2.7.egg/kombu/transport/mongodb.py", line 71, in _size return (self._queue_cursors[queue].count() -KeyError: 'awfe1.example.com.celeryd.pidbox'
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/events.py", line 125, in _run self._callback(*self._args) "/usr/lib/python3.5/asyncio/selector_events.py", line 1016, in _read_ready self._protocol.datagram_received(data, addr) "/root/salt/salt/utils/ssdp.py", line 189, in datagram_received self._sendto('{0}:@:{1}'.format(self.signature, json.dumps(self.answer)), addr) "/root/salt/salt/utils/ssdp.py", line 155, in _sendto self.transport.sendto(data, addr=addr) "/usr/lib/python3.5/asyncio/selector_events.py", line 1021, in sendto 'not %r' % type(data).__name__) TypeError: data argument must be a bytes-like object, not 'str'
0.284031
Traceback (most recent call last): "wavenet.py", line 456, in <module> @ex.automain "/usr/local/lib/python2.7/site-packages/sacred/experiment.py", line 109, in automain self.run_commandline() "/usr/local/lib/python2.7/site-packages/sacred/experiment.py", line 203, in run_commandline args) "/usr/local/lib/python2.7/site-packages/sacred/experiment.py", line 163, in run_command named_configs, force=force) "/usr/local/lib/python2.7/site-packages/sacred/ingredient.py", line 310, in _create_run_for_command named_configs=named_configs, force=force) "/usr/local/lib/python2.7/site-packages/sacred/initialize.py", line 301, in create_run scaffold.set_up_config() "/usr/local/lib/python2.7/site-packages/sacred/initialize.py", line 107, in set_up_config fallback=self.fallback) "/usr/local/lib/python2.7/site-packages/sacred/config/utils.py", line 74, in chain_evaluate_config_scopes fallback=fallback) "/usr/local/lib/python2.7/site-packages/sacred/config/config_scope.py", line 64, in __call__ .format(arg, available_entries)) KeyError: u"'desired_sample_rate' not in preset for ConfigScope. Available options are: set([])"
Traceback (most recent call last): "XMLFormatting.pyc", line 60, in parseExpatError: not well-formed (invalid token): line 1, column 94
0.154919
Traceback (most recent call last): "tasmotizer.py", line 15, in <module> from PyQt5.QtSerialPort import QSerialPortInfo, QSerialPort ModuleNotFoundError: No module named 'PyQt5.QtSerialPort'
ERROR (theano.gof.opt): Traceback (most recent call last): "/home/ubuntu/git/Theano/theano/gof/opt.py", line 193, in apply sub_prof = optimizer.optimize(fgraph) "/home/ubuntu/git/Theano/theano/gof/opt.py", line 78, in optimize ret = self.apply(fgraph, *args, **kwargs) "/home/ubuntu/git/Theano/theano/sandbox/cuda/dnn.py", line 1714, in apply if not dnn_available(): "/home/ubuntu/git/Theano/theano/sandbox/cuda/dnn.py", line 75, in dnn_available v = version() "/home/ubuntu/git/Theano/theano/sandbox/cuda/dnn.py", line 207, in version profile=False) "/home/ubuntu/git/Theano/theano/compile/function.py", line 310, in function output_keys=output_keys) "/home/ubuntu/git/Theano/theano/compile/pfunc.py", line 523, in pfunc output_keys=output_keys) "/home/ubuntu/git/Theano/theano/compile/function_module.py", line 1526, in orig_function defaults) "/home/ubuntu/git/Theano/theano/compile/function_module.py", line 1390, in create input_storage=input_storage_lists) "/home/ubuntu/git/Theano/theano/gof/link.py", line 606, in make_thunk output_storage=output_storage)[:3] "/home/ubuntu/git/Theano/theano/gof/vm.py", line 1025, in make_all no_recycling)) "/home/ubuntu/git/Theano/theano/sandbox/cuda/__init__.py", line 260, in make_thunk compute_map, no_recycling) "/home/ubuntu/git/Theano/theano/gof/op.py", line 805, in make_thunk no_recycling) "/home/ubuntu/git/Theano/theano/gof/op.py", line 732, in make_c_thunk output_storage=node_output_storage) "/home/ubuntu/git/Theano/theano/gof/cc.py", line 1068, in make_thunk keep_lock=keep_lock) "/home/ubuntu/git/Theano/theano/gof/cc.py", line 1010, in __compile__ keep_lock=keep_lock) "/home/ubuntu/git/Theano/theano/gof/cc.py", line 1436, in cthunk_factory module = get_module_cache().module_from_key( "/home/ubuntu/git/Theano/theano/gof/cc.py", line 81, in get_module_cache return cmodule.get_module_cache(config.compiledir, init_args=init_args) "/home/ubuntu/git/Theano/theano/gof/cmodule.py", line 1416, in get_module_cache _module_cache = ModuleCache(dirname, **init_args) "/home/ubuntu/git/Theano/theano/gof/cmodule.py", line 616, in __init__ self.refresh() "/home/ubuntu/git/Theano/theano/gof/cmodule.py", line 692, in refresh files = os.listdir(root)OSError: [Errno 2] No such file or directory: '/home/ubuntu/.theano/compiledir_Linux-3.13--generic-x86_64-with-Ubuntu-14.04-trusty-x86_64-2.7.6-64/tmpgSidfq'
0.237253
Traceback (most recent call last): "/usr/local/lib/python3.5/site-packages/docker/client.py", line 170, in _raise_for_status response.raise_for_status() "/usr/local/lib/python3.5/site-packages/requests/models.py", line 844, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.30/containers/52b2c8c2a32f8c62233e1fffa17372624605a0e616659562dece691226bf6761?link=False&v=False&force=True
Traceback (most recent call last): "arima.py", line 7, in <module> import statsmodels.api as sm "/usr/local/lib/python3.7/dist-packages/statsmodels/api.py", line 16, in <module> from .discrete.discrete_model import (Poisson, Logit, Probit, "/usr/local/lib/python3.7/dist-packages/statsmodels/discrete/discrete_model.py", line 45, in <module> from statsmodels.distributions import genpoisson_p "/usr/local/lib/python3.7/dist-packages/statsmodels/distributions/__init__.py", line 2, in <module> from .edgeworth import ExpandedNormal "/usr/local/lib/python3.7/dist-packages/statsmodels/distributions/edgeworth.py", line 7, in <module> from scipy.misc import factorial ImportError: cannot import name 'factorial' from 'scipy.misc' (/usr/local/lib/python3.7/dist-packages/scipy/misc/__init__.py)
0.234945
Traceback (most recent call last): "C:\tensorflow\tensorflow\lib\site-packages\google\protobuf\text_format.py", line 1291, in _ConsumeSingleByteString result = text_encoding.CUnescape(text[1:-1]) "C:\tensorflow\tensorflow\lib\site-packages\google\protobuf\text_encoding.py", line 105, in CUnescape .decode('unicode_escape') UnicodeDecodeError: 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) "pyeventissue.py", line 45, in ThreadWorker % event._getAttrDict().keys()) RuntimeError: wrapped C/C++ object of type _Event has been deleted
0.251318
Traceback (most recent call last): "C:\Users\S10500\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\ipythonconsole\client.py", line 575, in show_time elapsed_time = time.monotonic() - self.t0 TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
Traceback (most recent call last): "C:\Python27\Scripts\beet-script.py", line 9, in <module> load_entry_point('beets==1.3.3', 'console_scripts', 'beet')() "C:\Python27\lib\site-packages\beets\ui\__init__.py", line 946, in main _raw_main(args) "C:\Python27\lib\site-packages\beets\ui\__init__.py", line 937, in _raw_main subcommand.func(lib, suboptions, subargs) "C:\Python27\lib\site-packages\beetsplug\convert.py", line 236, in convert_func ui.commands.list_items(lib, ui.decargs(args), opts.album, None) "C:\Python27\lib\site-packages\beets\ui\__init__.py", line 95, in decargs return [s.decode(_encoding()) for s in arglist] "C:\Python27\lib\encodings\utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True)UnicodeDecodeError: 'utf8' codec can't decode byte 0x92 in position 49: invalid start byte
0.26087
Traceback (most recent call last): "/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/search/queue.py#L503">medusa/search/queue.py</a>", line 503, in run self.success = snatch_episode(result) "/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/search/core.py#L166">medusa/search/core.py</a>", line 166, in snatch_episode client = torrent.get_client_class(app.TORRENT_METHOD)() "/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/clients/torrent/__init__.py#L47">medusa/clients/torrent/__init__.py</a>", line 47, in get_client_class return get_client_module(name).api "/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/clients/torrent/__init__.py#L36">medusa/clients/torrent/__init__.py</a>", line 36, in get_client_module return __import__('{prefix}.{name}'.format(prefix=__name__, name=name.lower()), fromlist=_clients) "/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/clients/torrent/deluged.py#L15">medusa/clients/torrent/deluged.py</a>", line 15, in <module> from deluge_client import DelugeRPCClientImportError: cannot import name DelugeRPCClient
Traceback (most recent call last): "/home/kangwei.ling/.local/lib/python3.5/site-packages/gevent/threadpool.py", line 389, in _on_async self.receiver(self) "src/gevent/event.py", line 339, in gevent._event.AsyncResult.__call__ "src/gevent/event.py", line 259, in gevent._event.AsyncResult.set_exception "/home/kangwei.ling/.local/lib/python3.5/site-packages/gevent/_tblib.py", line 371, in g return f(a) "/home/kangwei.ling/.local/lib/python3.5/site-packages/gevent/_tblib.py", line 426, in dump_traceback return dumps(tb) TypeError: 'NoneType' object is not callable
0.311971
Traceback (most recent call last): "/usr/bin/blueman-applet", line 121, in <module> BluemanApplet() "/usr/bin/blueman-applet", line 52, in __init__ setup_icon_path() "/usr/lib/python3.5/site-packages/blueman/Functions.py", line 178, in setup_icon_path ic.prepend_search_path(ICON_PATH)AttributeError: 'NoneType' object has no attribute 'prepend_search_path'
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python3.8/site-packages/youtube_dl/extractor/youtube.py", line 1383, in _decrypt_signature func = self._extract_signature_function( "/usr/lib/python3.8/site-packages/youtube_dl/extractor/youtube.py", line 1297, in _extract_signature_function cache_res = res(test_string) "/usr/lib/python3.8/site-packages/youtube_dl/extractor/youtube.py", line 1360, in <lambda> return lambda s: initial_function([s]) "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 258, in resf res, abort = self.interpret_statement(stmt, local_vars) "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 91, in interpret_expression right_val = self.interpret_expression( "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 188, in interpret_expression x, abort = self.interpret_statement( "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 188, in interpret_expression x, abort = self.interpret_statement( "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/lib/python3.8/site-packages/youtube_dl/jsinterp.py", line 211, in interpret_expression raise ExtractorError('Unsupported JS expression %r' % expr) youtube_dl.utils.ExtractorError: Unsupported JS expression '[function(c,d){d=(d'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.228612
Traceback (most recent call last): "<stdin>", line 1, in <module> "numexpr/__init__.py", line 24, in <module> from __config__ import show as show_config, get_infoImportError: No module named __config__
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/core.py", line 1185, in _event_to_service_call await self._hass.async_add_executor_job(execute_service) "/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/core.py", line 1182, in execute_service service_handler.func(service_call) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/icloud.py", line 137, in setinterval ICLOUDTRACKERS[account].setinterval(interval, devicename) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/icloud.py", line 486, in setinterval self.update_device(device) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/icloud.py", line 403, in update_device if str(device) != str(self.devices[devicename]): KeyError: 'device_trackersuzannesiphone'
0.206665
Traceback (most recent call last): "c:\users\link\appdata\local\temp\tmphla8bk", line 20, in <module> __import__(imp) "C:\Panda3D-1.10.0\panda\python\lib\smartroom\BeyondQuestion.py", line 139, in <module> createPort() "C:\Panda3D-1.10.0\python\lib\smartroom\BeyondQuestion.py", line 66, in createPort raise "The Beyond Question Executable is not installed properly." TypeError: exceptions must be old-style classes or derived from BaseException, not str
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 453, in wrap_socket cnx.do_handshake() "/usr/local/lib/python3.7/site-packages/OpenSSL/SSL.py", line 1907, in do_handshake self._raise_ssl_error(self._ssl, result) "/usr/local/lib/python3.7/site-packages/OpenSSL/SSL.py", line 1639, in _raise_ssl_error _raise_current_error() "/usr/local/lib/python3.7/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
0.112239
`Traceback (most recent call last): "jumpcutter.py", line 13, in <module> from pytube import YouTube "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\__init__.py", line 16, in <module> from pytube.streams import Stream "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\streams.py", line 17, in <module> from pytube import extract "C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\extract.py", line 7, in <module> from pytube.compat import quote ImportError: cannot import name 'quote' from 'pytube.compat' (C:\Users\chaos\AppData\Local\Programs\Python\Python37-32\lib\site-packages\pytube\compat.py)`
Traceback (most recent call last): "/Users/mcdonadt/ResearchWork/software/scikit-bio/skbio/draw/tests/test_distributions.py", line 423, in test_grouped_distributions_insufficient_symbols "There are not enough markers to uniquely "AssertionError: 'There are not enough markers to uniquely represent each distribution in your dataset. You may want to provide a list of markers that is at least as large as the number of distributions in your dataset.\ntight_layout : falling back to Agg renderer' != 'There are not enough markers to uniquely represent each distribution in your dataset. You may want to provide a list of markers that is at least as large as the number of distributions in your dataset.'
0.278911
Traceback (most recent call last): "manage.py", line 42, in <module> manager.run() "/app/.heroku/python/lib/python2.7/site-packages/flask_script/__init__.py", line 412, in run result = self.handle(sys.argv[0], sys.argv[1:]) "/app/.heroku/python/lib/python2.7/site-packages/flask_script/__init__.py", line 383, in handle res = handle(*args, **config) "/app/.heroku/python/lib/python2.7/site-packages/flask_script/commands.py", line 216, in __call__ return self.run(*args, **kwargs) "manage.py", line 25, in deploy upgrade() "/app/.heroku/python/lib/python2.7/site-packages/flask_migrate/__init__.py", line 235, in upgrade command.upgrade(config, revision, sql=sql, tag=tag) "/app/.heroku/python/lib/python2.7/site-packages/alembic/command.py", line 174, in upgrade script.run_env() "/app/.heroku/python/lib/python2.7/site-packages/alembic/script/base.py", line 397, in run_env util.load_python_file(self.dir, 'env.py') "/app/.heroku/python/lib/python2.7/site-packages/alembic/util/pyfiles.py", line 93, in load_python_file module = load_module_py(module_id, path) "/app/.heroku/python/lib/python2.7/site-packages/alembic/util/compat.py", line 79, in load_module_py mod = imp.load_source(module_id, path, fp) "migrations/env.py", line 87, in <module> run_migrations_online() "migrations/env.py", line 80, in run_migrations_online context.run_migrations() "<string>", line 8, in run_migrations "/app/.heroku/python/lib/python2.7/site-packages/alembic/runtime/environment.py", line 797, in run_migrations self.get_context().run_migrations(**kw) "/app/.heroku/python/lib/python2.7/site-packages/alembic/runtime/migration.py", line 312, in run_migrations step.migration_fn(**kw) "/app/migrations/versions/7ffc818a24c1_.py", line 20, in upgrade op.create_index(op.f('ix_users_email'), 'users', ['email'], unique=True) "<string>", line 8, in create_index "<string>", line 3, in create_index "/app/.heroku/python/lib/python2.7/site-packages/alembic/operations/ops.py", line 849, in create_index return operations.invoke(op) "/app/.heroku/python/lib/python2.7/site-packages/alembic/operations/base.py", line 318, in invoke return fn(self, operation) "/app/.heroku/python/lib/python2.7/site-packages/alembic/operations/toimpl.py", line 88, in create_index operations.impl.create_index(idx) "/app/.heroku/python/lib/python2.7/site-packages/alembic/ddl/impl.py", line 206, in create_index self._exec(schema.CreateIndex(index)) "/app/.heroku/python/lib/python2.7/site-packages/alembic/ddl/impl.py", line 118, in _exec return conn.execute(construct, *multiparams, **params) "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute return meth(self, multiparams, params) "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 68, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 968, in _execute_ddl compiled "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context context) "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1341, in _handle_dbapi_exception exc_info "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 202, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context context) "/app/.heroku/python/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute cursor.execute(statement, parameters)sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) relation "ix_users_email" already exists
Traceback (most recent call last): "c:\users\91887\anaconda3\envs\myenv\lib\site-packages\rasa\core\training\dsl.py", line 352, in process_lines event_name, parameters = self._parse_event_line(line[1:]) "c:\users\91887\anaconda3\envs\myenv\lib\site-packages\rasa\core\training\dsl.py", line 310, in _parse_event_line parameters = Story Reader._parameters_from_json_string(slots_str, line) "c:\users\91887\anaconda3\envs\myenv\lib\site-packages\rasa\core\training\dsl.py", line 298, in _parameters_from_json_string "object. Error: {}".format(line, e) ValueError: Invalid to parse arguments in line 'slot{"location:"London"}'. Failed to decode parametersas a json object. Make sure the eventname is followed by a proper json object. Error: Expecting ':' delimiter: line 1 column 13 (char 12)
0.213985
Traceback (most recent call last): "test.py", line 20, in <module> from telegram import Updater "/home/kazemihabib/.local/lib/python3.4/site-packages/telegram/__init__.py", line 43, in <module> from .emoji import Emoji "/home/kazemihabib/.local/lib/python3.4/site-packages/telegram/emoji.py", line 27, in <module> class Emoji(object): "/home/kazemihabib/.local/lib/python3.4/site-packages/telegram/emoji.py", line 30, in Emoji GRINNING_FACE_WITH_SMILING_EYES = n(b'\xF0\x9F\x98\x81') "/usr/local/lib/python3.4/dist-packages/future/utils/__init__.py", line 175, in bytes_to_native_str return b.decode(encoding)UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 0: ordinal not in range(128)
Traceback (most recent call last): "/usr/local/bin/sshuttle", line 11, in <module> load_entry_point('sshuttle==0.78.5.dev0+ng6ec42ad.d20180411', 'console_scripts', 'sshuttle')() "/usr/local/lib/python2.7/site-packages/sshuttle-0.78.5.dev0+ng6ec42ad.d20180411-py2.7.egg/sshuttle/cmdline.py", line 26, in main return firewall.main(opt.method, opt.syslog) "/usr/local/lib/python2.7/site-packages/sshuttle-0.78.5.dev0+ng6ec42ad.d20180411-py2.7.egg/sshuttle/firewall.py", line 212, in main user) "/usr/local/lib/python2.7/site-packages/sshuttle-0.78.5.dev0+ng6ec42ad.d20180411-py2.7.egg/sshuttle/methods/pf.py", line 462, in setup_firewall pf.add_anchors(anchor) "/usr/local/lib/python2.7/site-packages/sshuttle-0.78.5.dev0+ng6ec42ad.d20180411-py2.7.egg/sshuttle/methods/pf.py", line 274, in add_anchors super(OpenBsd, self).add_anchors(anchor) "/usr/local/lib/python2.7/site-packages/sshuttle-0.78.5.dev0+ng6ec42ad.d20180411-py2.7.egg/sshuttle/methods/pf.py", line 116, in add_anchors self._add_anchor_rule(self.PF_PASS, anchor.encode('ASCII')) "/usr/local/lib/python2.7/site-packages/sshuttle-0.78.5.dev0+ng6ec42ad.d20180411-py2.7.egg/sshuttle/methods/pf.py", line 129, in _add_anchor_rule ioctl(pf_get_dev(), pf.DIOCCHANGERULE, pr) IOError: [Errno 19] Operation not supported by device
0.266661
`Traceback (most recent call last): "/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 427, in read_from_socket bufflen = recv_into(self._sock, self._buffer) "/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/_compat.py", line 75, in recv_into return sock.recv_into(*args, **kwargs) ConnectionResetError: [Errno 54] Connection reset by peer
Traceback (most recent call last): "/home/ubuntu/gjx/mmdetection/tools/train.py", line 153, in <module> main() "/home/ubuntu/gjx/mmdetection/tools/train.py", line 149, in main meta=meta) "/home/ubuntu/gjx/mmdetection/mmdet/apis/train.py", line 128, in train_detector runner.run(data_loaders, cfg.workflow, cfg.total_epochs) "/home/ubuntu/anaconda3/envs/mmdet21/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 122, in run epoch_runner(data_loaders[i], **kwargs) "/home/ubuntu/anaconda3/envs/mmdet21/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 43, in train self.call_hook('after_train_iter') "/home/ubuntu/anaconda3/envs/mmdet21/lib/python3.7/site-packages/mmcv/runner/base_runner.py", line 282, in call_hook getattr(hook, fn_name)(self) "/home/ubuntu/anaconda3/envs/mmdet21/lib/python3.7/site-packages/mmcv/runner/hooks/optimizer.py", line 21, in after_train_iter runner.outputs['loss'].backward() "/home/ubuntu/anaconda3/envs/mmdet21/lib/python3.7/site-packages/torch/tensor.py", line 195, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph) "/home/ubuntu/anaconda3/envs/mmdet21/lib/python3.7/site-packages/torch/autograd/__init__.py", line 99, in backward allow_unreachable=True) # allow_unreachable flag RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn
0.253573
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/__init__.py", line 176, in async_setup_platform platform.get_scanner, hass, {DOMAIN: p_config}) "/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/device_tracker/keenetic_ndms2.py", line 42, in get_scanner scanner = KeeneticNDMS2DeviceScanner(config[DOMAIN]) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/device_tracker/keenetic_ndms2.py", line 52, in __init__ from ndms2_client import Client, TelnetConnection "/srv/homeassistant/lib/python3.5/site-packages/ndms2_client/__init__.py", line 1, in <module> from .connection import * "/srv/homeassistant/lib/python3.5/site-packages/ndms2_client/connection.py", line 38 self._telnet: telnetlib.Telnet = None ^ SyntaxError: invalid syntax
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 1182, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/http/client.py", line 1088, in request self._send_request(method, url, body, headers) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/http/client.py", line 1126, in _send_request self.endheaders(body) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/http/client.py", line 1084, in endheaders self._send_output(message_body) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/http/client.py", line 922, in _send_output self.send(msg) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/http/client.py", line 857, in send self.connect() "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/http/client.py", line 1231, in connect server_hostname=server_hostname) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/ssl.py", line 365, in wrap_socket _context=self) "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/ssl.py", line 583, in __init__ self.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/ssl.py", line 810, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:600)
0.297545
Traceback (most recent call last): "/builddir/build/BUILD/argcomplete-1.12.0/test/test.py", line 1206, in setUp self.assertEqual(output, '') AssertionError: '\x1b[?2004l\r\x1b[?2004h' != ''
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 312, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 156, in _real_extract raise ExtractorError(u'Invalid URL: %s' % url)ExtractorError: Invalid URL: http://player.canalplus.fr/#/922470; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
0.163868
Traceback (most recent call last): "c:/Users/Documents/Python_programs/Varios/basicgui.py", line 13, in <module> import pyqtgraph as pg "C:\Users\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\__init__.py", line 204, in <module> from .graphicsItems.VTickGroup import * "C:\Users\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\graphicsItems\VTickGroup.py", line 7, in <module> from .. import functions as fn "C:\Users\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\functions.py", line 17, in <module> from . import debug "C:\Users\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\debug.py", line 11, in <module> from . import ptime "C:\Users\AppData\Local\Programs\Python\Python38\lib\site-packages\pyqtgraph\ptime.py", line 24, in <module> cstart = systime.clock() ### Required to start the clock in windows AttributeError: module 'time' has no attribute 'clock'
Traceback (most recent call last): "/usr/lib64/python3.4/threading.py", line 920, in _bootstrap_inner self.run() ".venv/lib/python3.4/site-packages/gevent/threading.py", line 137, in run super(Thread, self).run() "/usr/lib64/python3.4/threading.py", line 868, in run self._target(*self._args, **self._kwargs) ".venv/lib/python3.4/site-packages/werkzeug/serving.py", line 653, in inner fd=fd).serve_forever() ".venv/lib/python3.4/site-packages/werkzeug/serving.py", line 557, in make_server passthrough_errors, ssl_context, fd=fd) ".venv/lib/python3.4/site-packages/werkzeug/serving.py", line 465, in __init__ socket.SOCK_STREAM) ".venv/lib/python3.4/site-packages/gevent/_socket3.py", line 419, in fromfd nfd = dup(fd)OSError: [Errno 9] Bad file descriptor
0.242805
Traceback (most recent call last): "<input>", line 1, in <module> "C:\Program s\JetBrains\PyCharm Community Edition 2018.3.3\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 21, in do_import module = self._system_import(name, *args, **kwargs) "C:\Users\User1\Desktop\Rand\Github\Project\Lab\SE_Prog.py", line 26, in <module> token = util.prompt_for_user_token(c.sp_username, 'playlist-modify-private', c.sp_client_id, c.sp_client_secret, 'http://localhost:8888/callback/') "C:\Users\User1\Desktop\Rand\Github\Project\Lab\venv\lib\site-packages\spotipy\util.py", line 86, in prompt_for_user_token token_info = sp_oauth.get_access_token(code) "C:\Users\User1\Desktop\Rand\Github\Project\Lab\venv\lib\site-packages\spotipy\oauth2.py", line 217, in get_access_token raise SpotifyOauthError(response.reason) spotipy.oauth2.SpotifyOauthError: Bad Request
Traceback (most recent call last): "/Users/bytegm/Desktop/All/my_projects/python26/lib/python2.6/site-packages/pyspider/result/result_worker.py", line 54, in run self.on_result(task, result) "/Users/bytegm/Desktop/All/my_projects/python26/lib/python2.6/site-packages/pyspider/result/result_worker.py", line 38, in on_result result=result "/Users/bytegm/Desktop/All/my_projects/python26/lib/python2.6/site-packages/pyspider/database/sqlalchemy/resultdb.py", line 75, in save self._create_project(project) "/Users/bytegm/Desktop/All/my_projects/python26/lib/python2.6/site-packages/pyspider/database/sqlalchemy/resultdb.py", line 54, in _create_project self.table.create(self.engine) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/sql/schema.py", line 646, in create checkfirst=checkfirst) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 1516, in _run_visitor conn._run_visitor(visitorcallable, element, *_kwargs) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 1164, in _run_visitor *_kwargs).traverse_single(element) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/sql/visitors.py", line 119, in traverse_single return meth(obj, **kw) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/sql/ddl.py", line 728, in visit_table self.connection.execute(CreateTable(table)) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 717, in execute return meth(self, multiparams, params) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/sql/ddl.py", line 67, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 771, in _execute_ddl compiled "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 927, in _execute_context context) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 1076, in _handle_dbapi_exception exc_info "build/bdist.macosx-10.9-intel/egg/sqlalchemy/util/compat.py", line 185, in raise_from_cause reraise(type(exception), exception, tb=exc_tb) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/base.py", line 920, in _execute_context context) "build/bdist.macosx-10.9-intel/egg/sqlalchemy/engine/default.py", line 425, in do_execute cursor.execute(statement, parameters) ProgrammingError: (ProgrammingError) relation "spider_test" already exists
0.258436
Traceback (most recent call last): "/opt/fsociety/tools/cupp/cupp.py", line 50, in <module> years = config.get('years', 'years').split(',') "/usr/lib/python2.7/ConfigParser.py", line 607, in get raise NoSectionError(section) > ConfigParser.NoSectionError: No section: 'years'
Traceback (most recent call last): "/home/pavel/projects/venvs/exapro_3992/lib/python3.5/site-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect from . import file_cache "/home/pavel/projects/venvs/exapro_3992/lib/python3.5/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module> 'file_cache is unavailable when using oauth2client >= 4.0.0') ImportError: file_cache is unavailable when using oauth2client >= 4.0.0
0.278424
Traceback (most recent call last): "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 52, in run result = self.fn(*self.args, **self.kwargs) "/home/homeassistant/.homeassistant/custom_components/mitemp_bt/sensor.py", line 805, in update_ble discover_ble_devices(config, aeskeys, whitelist) "/home/homeassistant/.homeassistant/custom_components/mitemp_bt/sensor.py", line 562, in discover_ble_devices jres = scanner.stop() "/home/homeassistant/.homeassistant/custom_components/mitemp_bt/sensor.py", line 411, in stop if dumpthread.isAlive(): AttributeError: 'HCIdump' object has no attribute 'isAlive'
Traceback (most recent call last): "/home/sebastian/.local/lib/python3.8/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion crit = self.state.criteria[name] KeyError: 'keyring'
0.306433
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/jwt/algorithms.py", line 242, in prepare_key key = load_pem_private_key(key, password=None) "/usr/local/lib/python3.6/dist-packages/cryptography/hazmat/primitives/serialization/base.py", line 18, in load_pem_private_key return backend.load_pem_private_key(data, password) "/usr/local/lib/python3.6/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 1248, in load_pem_private_key password, "/usr/local/lib/python3.6/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 1475, in _load_key self._handle_key_loading_error() "/usr/local/lib/python3.6/dist-packages/cryptography/hazmat/backends/openssl/backend.py", line 1518, in _handle_key_loading_error "Could not deserialize key data. The data may be in an " ValueError: Could not deserialize key data. The data may be in an incorrect format or it may be encrypted with an unsupported algorithm.
Traceback (most recent call last): "train.py", line 114, in <module> train() "train.py", line 110, in train num_passes=args.num_passes) "/data0/home/jy/python_installed/lib/python2.7/site-packages/paddle/v2/trainer.py", line 206, in train gm=self.__gradient_machine__)) "train.py", line 92, in __event_handler__ feeding=reader.feeding_index) "/data0/home/jy/python_installed/lib/python2.7/site-packages/paddle/v2/trainer.py", line 247, in test evaluator=evaluator, cost=total_cost / num_samples) ZeroDivisionError: float division by zero
0.291811
Traceback (most recent call last): "udemy-dl.py", line 1443, in <module> main() "udemy-dl.py", line 1439, in main udemy.course_download(path=options.output, quality=options.quality, unsafe=options.unsafe) "udemy-dl.py", line 510, in course_download lecture.dump(filepath=filepath, unsafe=unsafe) "F:\udemy-dl-master\udemy\_shared.py", line 253, in dump with open(filename, 'wb') as f: NotFoundError: [Errno 2] No such file or directory: 'F:\\udemy-dl-master\\unity-course-in-arabic\\02 15781581159016101585 1576161015741577 15751604159316051604 160815781606158616101604 1575160415761585157516051580\\005 1605160415751581159215751578 159316041609 15781606158616101604 1575160415761585157516051580 15751604160515911604160815761577.html'
Traceback (most recent call last): "/Users/justfly/Developer/envs/new_tornado_env/lib/python3.5/site-packages/tornado/web.py", line 1445, in _execute result = yield result "/Users/justfly/Developer/envs/new_tornado_env/lib/python3.5/site-packages/tornado/gen.py", line 1008, in run value = future.result() "/Users/justfly/Developer/envs/new_tornado_env/lib/python3.5/site-packages/tornado/concurrent.py", line 232, in result raise_exc_info(self._exc_info) "<string>", line 3, in raise_exc_info "/Users/justfly/Developer/envs/new_tornado_env/lib/python3.5/site-packages/tornado/gen.py", line 282, in wrapper yielded = next(result) "<string>", line 6, in _wrap_awaitable "test.py", line 11, in get with aiohttp.Timeout(1): "/Users/justfly/Developer/envs/new_tornado_env/lib/python3.5/site-packages/aiohttp/helpers.py", line 478, in __enter__ raise RuntimeError('Timeout context manager should be used 'RuntimeError: Timeout context manager should be used inside a task
0.273298
Traceback (most recent call last): "/content/OpenNMT-py/onmt/trainer.py", line 347, in _gradient_accumulation trunc_size=trunc_size) "/content/OpenNMT-py/onmt/utils/loss.py", line 158, in __call__ loss, stats = self._compute_loss(batch, **shard) "/content/OpenNMT-py/onmt/utils/loss.py", line 233, in _compute_loss scores = self.generator(bottled_output) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 92, in forward input = module(input) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/linear.py", line 67, in forward return F.linear(input, self.weight, self.bias) "/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py", line 1352, in linear ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t()) RuntimeError: Expected object of backend CPU but got backend CUDA for argument #4 'mat1'
Traceback (most recent call last): "/webroot/web/ssc3/lib/python3.5/site-packages/django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/webroot/web/ssc3/lib/python3.5/site-packages/allauth/socialaccount/providers/oauth2/views.py", line 62, in view return self.dispatch(request, *args, **kwargs) "/webroot/web/ssc3/lib/python3.5/site-packages/allauth/socialaccount/providers/oauth2/views.py", line 126, in dispatch response=access_token) "/webroot/web/ssc3/lib/python3.5/site-packages/allauth/socialaccount/providers/github/views.py", line 22, in complete_login extra_data['email'] = self.get_email(token) "/webroot/web/ssc3/lib/python3.5/site-packages/allauth/socialaccount/providers/github/views.py", line 32, in get_email email = emails[0]KeyError: 0
0.257465
Traceback (most recent call last): "scripts/pipeline/interactive.py", line 16, in <module> from drqa import pipeline ModuleNotFoundError: No module named 'drqa'
Traceback (most recent call last): "./youtube-dl/youtube_dl/YoutubeDL.py", line 484, in extract_info ie_result = ie.extract(url) "./youtube-dl/youtube_dl/extractor/common.py", line 149, in extract return self._real_extract(url) "./youtube-dl/youtube_dl/extractor/sohu.py", line 41, in _real_extract webpage, u'video title') "./youtube-dl/youtube_dl/extractor/common.py", line 340, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags) "./youtube-dl/youtube_dl/extractor/common.py", line 330, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract video title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
0.314908
Traceback (most recent call last): "C:\Python\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 295, in data return to_qvariant(to_text_string(value)) "C:\Python\anaconda3\lib\site-packages\spyder\py3compat.py", line 140, in to_text_string return str(obj) "C:\Python\anaconda3\lib\site-packages\pandas\core\base.py", line 59, in __str__ return self.__unicode__() "C:\Python\anaconda3\lib\site-packages\pandas\core\frame.py", line 636, in __unicode__ line_width=width, show_dimensions=show_dimensions) "C:\Python\anaconda3\lib\site-packages\pandas\core\frame.py", line 1675, in to_string formatter.to_string() "C:\Python\anaconda3\lib\site-packages\pandas\io\formats\format.py", line 597, in to_string strcols = self._to_str_columns() "C:\Python\anaconda3\lib\site-packages\pandas\io\formats\format.py", line 537, in _to_str_columns max_len = max(np.max([self.adj.len(x) for x in fmt_values]), "C:\Python\anaconda3\lib\site-packages\numpy\core\fromnumeric.py", line 2320, in amax out=out, **kwargs) "C:\Python\anaconda3\lib\site-packages\numpy\core\_methods.py", line 26, in _amax return umr_maximum(a, axis, None, out, keepdims) ValueError: zero-size array to reduction operation maximum which has no identity
Traceback (most recent call last): "/usr/bin/add-apt-repository", line 167, in <module> sp = SoftwareProperties(options=options) "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 105, in __init__ self.reload_sourceslist() "/usr/lib/python3/dist-packages/softwareproperties/SoftwareProperties.py", line 595, in reload_sourceslist self.distro.get_sources(self.sourceslist) "/usr/lib/python3/dist-packages/aptsources/distro.py", line 89, in get_sources (self.id, self.codename))aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Raspbian/jessie
0.214002
Traceback (most recent call last): "hummingbot\market\kucoin\kucoin_api_order_book_data_source.py", line 280, in listen_for_order_book_snapshots "hummingbot\market\kucoin\kucoin_order_book.pyx", line 41, in hummingbot.market.kucoin.kucoin_order_book.KucoinOrderBook.snapshot_message_from_exchange KeyError: 'data'
Traceback (most recent call last): "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/adapters.py", line 423, in send timeout=timeout "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 643, in urlopen _stacktrace=sys.exc_info()[2]) "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 363, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) requests.packages.urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='www.bom.gov.au', port=80): Max retries exceeded with url: /fwo/IDS60801/IDS60801.94675.json (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x6310ac90>: Failed to establish a new connection: [Errno -2] Name or service not known',))
0.167859
Traceback (most recent call last): "/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 377, in draw wrd = bpy.data.worlds['Arm'] KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
Traceback (most recent call last): "/Users/alexandermikhalev/py_code_local/walrus/walrus/tests.py", line 1057, in test_basic_apis self.assertEquivalent(self.arr.pop(1), 'i2') "/Users/alexandermikhalev/py_code_local/walrus/walrus/containers.py", line 803, in pop args=[idx]) "/Users/alexandermikhalev/py_code_local/walrus/walrus/database.py", line 131, in run_script return self._scripts[script_name](keys, args) "/usr/local/lib/python2.7/site-packages/redis/client.py", line 2699, in __call__ return client.evalsha(self.sha, len(keys), _args) "/usr/local/lib/python2.7/site-packages/redis/client.py", line 1944, in evalsha return self.execute_command('EVALSHA', sha, numkeys, *keys_and_args) "/usr/local/lib/python2.7/site-packages/redis/client.py", line 573, in execute_command return self.parse_response(connection, command_name, *_options) "/usr/local/lib/python2.7/site-packages/redis/client.py", line 585, in parse_response response = connection.read_response() "/usr/local/lib/python2.7/site-packages/redis/connection.py", line 582, in read_response raise responseResponseError: Error running script (call to f_59fe925e1dd307a32fa4168556f6891e67bfad0f): @user_script:12: @user_script: 12: Lua redis() command arguments must be strings or integers
0.157507
Traceback (most recent call last): "sublert.py", line 165, in lookup conn = psycopg2.connect("dbname={0} user={1} host={2}".format(DB_NAME, DB_USER, DB_HOST)) "/usr/local/lib/python3.6/dist-packages/psycopg2/__init__.py", line 126, in connect conn = _connect(dsn, connection_factory=connection_factory, **kwasync) psycopg2.OperationalError: could not connect to server: Connection timed out
Traceback (most recent call last): "/Users/XXXX/apps/open-data-etl/venv/lib/python3.6/site-packages/docker/api/client.py", line 229, in _raise_for_status response.raise_for_status() "/Users/XXX/apps/open-data-etl/venv/lib/python3.6/site-packages/requests/models.py", line 937, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/images/docker.io/vdmtl/portail-datamigration-worker-gcs-lib:latest/json
0.241288
Traceback (most recent call last): "/mnt/home/tjarosiewicz/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/mnt/home/tjarosiewicz/venv/lib/python3.6/site-packages/toil/batchSystems/abstractGridEngineBatchSystem.py", line 234, in run activity |= self.createJobs(newJob) "/mnt/home/tjarosiewicz/venv/lib/python3.6/site-packages/toil/batchSystems/abstractGridEngineBatchSystem.py", line 138, in createJobs batchJobID = with_retries(self.submitJob, subLine) "/mnt/home/tjarosiewicz/venv/lib/python3.6/site-packages/toil/batchSystems/abstractGridEngineBatchSystem.py", line 42, in with_retries return operation(*args, **kwargs) "/mnt/home/tjarosiewicz/venv/lib/python3.6/site-packages/toil/batchSystems/slurm.py", line 71, in submitJob result = int(output.strip().split()[-1])IndexError: list index out of range
Traceback (most recent call last): "/home/travis/build/h3llrais3r/Auto-Subliminal/autosubliminal/indexer.py", line 351, in get_imdb_id_and_year api_obj = self._search(title, year) "/home/travis/build/h3llrais3r/Auto-Subliminal/autosubliminal/indexer.py", line 273, in _search search_results = ImdbFacade().search_for_title(title) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/imdbpie/facade.py", line 87, in search_for_title for result in self._client.search_for_title(query): "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/imdbpie/imdbpie.py", line 182, in search_for_title search_results = self._suggest_search(title) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/imdbpie/imdbpie.py", line 160, in _suggest_search search_results = self._get(url=url, query=query_encoded) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/imdbpie/imdbpie.py", line 308, in _get resp = self.session.get(url, headers=headers, params=params) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/requests/sessions.py", line 546, in get return self.request('GET', url, **kwargs) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/requests/sessions.py", line 533, in request resp = self.send(prep, **send_kwargs) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) "/home/travis/build/h3llrais3r/Auto-Subliminal/lib/requests/adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='v2.sg.media-imdb.com', port=443): Max retries exceeded with url: /suggests/s/Southpaw.json (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:777)'),))
0.179863
Traceback (most recent call last): "/home/kai/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/home/kai/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/kai/syncer/syncer/__main__.py", line 53, in <module> loop.run_until_complete(main()) "/home/kai/.pyenv/versions/3.6.1/lib/python3.6/asyncio/base_events.py", line 466, in run_until_complete return future.result() "/home/kai/syncer/syncer/__main__.py", line 47, in main await sm.sync_subtree(args.src_root, args.bucket, args.dest_root) "/home/kai/syncer/syncer/syncmaster.py", line 80, in sync_subtree lambda a: self.validate_or_upload(*a)))) "/home/kai/syncer/syncer/atools.py", line 23, in ajunk async for _ in aseq: "/home/kai/syncer/syncer/syncmaster.py", line 343, in amap_with_flow yield await task "/home/kai/syncer/syncer/syncmaster.py", line 247, in upload Parts=complete_parts, "/home/kai/syncer/.env/lib/python3.6/site-packages/aiobotocore/client.py", line 78, in _make_api_call operation_model, request_dict) "/home/kai/syncer/.env/lib/python3.6/site-packages/aiobotocore/endpoint.py", line 214, in _send_request exception)): "/home/kai/syncer/.env/lib/python3.6/site-packages/aiobotocore/endpoint.py", line 246, in _needs_retry caught_exception=caught_exception, request_dict=request_dict) "/home/kai/syncer/.env/lib/python3.6/site-packages/botocore/hooks.py", line 227, in emit return self._emit(event_name, kwargs) "/home/kai/syncer/.env/lib/python3.6/site-packages/botocore/hooks.py", line 210, in _emit response = handler(**kwargs) "/home/kai/syncer/.env/lib/python3.6/site-packages/botocore/handlers.py", line 85, in check_for_200_error http_response.status_code = 500 AttributeError: can't set attribute
Traceback (most recent call last): "<string>", line 1, in <module> ImportError: No module named zope.deprecation
0.32078
Traceback (most recent call last): "Z:/Users/Brian/Google Drive/Catalyst/mean_reversion_simple.py", line 612, in <module> stats_output=None, "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\run_algo.py", line 537, in run_algorithm stats_output=stats_output "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\run_algo.py", line 316, in _run overwrite_sim_params=False, "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_algorithm.py", line 297, in run data, overwrite_sim_params "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\algorithm.py", line 724, in run for perf in self.get_generator(): "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\gens\tradesimulation.py", line 224, in transform for capital_change_packet in every_bar(dt): "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\gens\tradesimulation.py", line 137, in every_bar handle_data(algo, current_data, dt_to_use) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\events.py", line 216, in handle_data dt, "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\events.py", line 235, in handle_data self.callback(context, data) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_algorithm.py", line 751, in handle_data self._handle_data(self, data) "Z:/Users/Brian/Google Drive/Catalyst/mean_reversion_simple.py", line 243, in handle_data context.market, .95, limit_price = (price * 1.01) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\api_support.py", line 57, in wrapped return getattr(algo_instance, f.__name__)(*args, **kwargs) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\api_support.py", line 126, in wrapped_method return method(self, *args, **kwargs) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\algorithm.py", line 2055, in order_target_percent style=style) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\utils\api_support.py", line 126, in wrapped_method return method(self, *args, **kwargs) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\algorithm.py", line 1462, in order return self.blotter.order(asset, amount, style) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_blotter.py", line 169, in order if amount == 0: "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_blotter.py", line 185, in order args=(asset, amount, style), "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\redo\__init__.py", line 162, in retry return action(*args, **kwargs) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange_blotter.py", line 163, in exchange_order asset, amount, style "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\exchange.py", line 822, in order return self.create_order(asset, amount, is_buy, style) "C:\Users\brian\Anaconda2\envs\catalyst\lib\site-packages\catalyst\exchange\ccxt\ccxt_exchange.py", line 779, in create_order e='order amount lower than the smallest lot: {}'.format(amount) catalyst.exchange.exchange_errors.CreateOrderError: <exception str() failed>
Traceback (most recent call last): "/usr/bin/razercli", line 8, in <module> sys.exit(razer_cli()) "/usr/lib64/python3.8/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/usr/lib64/python3.8/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/usr/lib64/python3.8/site-packages/click/core.py", line 1259, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/lib64/python3.8/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/lib64/python3.8/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/usr/lib64/python3.8/site-packages/openrazer/cli.py", line 16, in static keyboard = Keyboard() "/usr/lib64/python3.8/site-packages/openrazer/keyboard.py", line 41, in __init__ self.device = found_devices[0] IndexError: list index out of range
0.266172
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2337, in _real_extract doc = compat_etree_fromstring(webpage.encode('utf-8')) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2551, in compat_etree_fromstring doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory))) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2540, in _XML parser.feed(text) "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed self._raiseerror(v) "/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror raise err ParseError: not well-formed (invalid token): line 2, column 1272
Traceback (most recent call last): "/home/werner/.pyenv/versions/3.8.3/lib/python3.8/py_compile.py", line 144, in compile code = loader.source_to_code(source_bytes, dfile or file, "<frozen importlib._bootstrap_external>", line 846, in source_to_code "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "abstract.py", line 84 exec co in mod.__dict__ ^ SyntaxError: Missing parentheses in call to 'exec'
0.214948
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 793, in extract_info ie_result = ie.extract(url) "/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 508, in extract ie_result = self._real_extract(url) "/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1874, in _real_extract encrypted_sig, video_id, player_url, age_gate) "/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1241, in _decrypt_signature 'Signature extraction failed: ' + tb, cause=e) youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
Traceback (most recent call last): "eval_voc.py", line 2, in <module> from model.build_model import Build_Model "/home/minggatsby/GitHub/YOLOv4-pytorch/model/build_model.py", line 8, in <module> from model.YOLOv4 import YOLOv4 "/home/minggatsby/GitHub/YOLOv4-pytorch/model/YOLOv4.py", line 8, in <module> from .layers.global_context_block import ContextBlock2d "/home/minggatsby/GitHub/YOLOv4-pytorch/model/layers/global_context_block.py", line 3, in <module> from mmcv.cnn import constant_init, kaiming_init ModuleNotFoundError: No module named 'mmcv'
0.20825
Traceback (most recent call last): "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/tmpfs/src/git/autosynth/autosynth/synth.py", line 223, in <module> main() "/tmpfs/src/git/autosynth/autosynth/synth.py", line 219, in main gh.update_pull_labels(pr, add=[api_label]) "/tmpfs/src/git/autosynth/autosynth/github.py", line 182, in update_pull_labels labels=list(label_names),TypeError: replace_issue_labels() got an unexpected keyword argument 'owner'
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/site-packages/botocore/client.py", line 602, in get_paginator raise OperationNotPageableError(operation_name=operation_name)botocore.exceptions.OperationNotPageableError: Operation cannot be paginated: describe_spot_fleet_requests
0.269228
Traceback (most recent call last): "C:\Users\abrar\AppData\Local\Programs\Python\Python37-32\lib\site-packages\discord\ext\commands\core.py", line 79, in wrapped ret = await coro(*args, **kwargs) "F:\Abirul\Bot\Python Bot\bot.py", line 17, in clear async for message in client.logs_from(channel,limit=init(amount)): AttributeError: 'Bot' object has no attribute 'logs_from'
Traceback (most recent call last): "/Users/sergey/miniconda/envs/py385/lib/python3.8/multiprocessing/resource_tracker.py", line 191, in main cmd, name, rtype = line.strip().decode('ascii').split(':') UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 0: ordinal not in range(128)
0.265319
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1141, in _when_complete callback() "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1162, in _execute_method self._when_complete(method(_self.path_args, *_self.path_kwargs), "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 2293, in wrapper return method(self, _args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/flower/views/broker.py", line 13, in get self.render("broker.html", broker=broker) "/usr/local/lib/python2.7/dist-packages/flower/views/__init__.py", line 27, in render super(BaseHandler, self).render(_args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 538, in render html = self.render_string(template_name, **kwargs) "/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 645, in render_string return t.generate(**namespace) "/usr/local/lib/python2.7/dist-packages/tornado/template.py", line 273, in generate return execute() "broker_html.generated.py", line 106, in _tt_execute _tt_tmp = queue['messages'] # broker.html:29 (via base.html:52)KeyError: 'messages'
Traceback (most recent call last): "C:\Medusa\<a href="../blob/c4f7a20b184d1cb2105ae2b80d448a9769bf387e/medusa/scheduler.py#L93">medusa\scheduler.py</a>", line 93, in run self.action.run(self.force) "C:\Medusa\<a href="../blob/c4f7a20b184d1cb2105ae2b80d448a9769bf387e/medusa/show_updater.py#L134">medusa\show_updater.py</a>", line 134, in run last_update < time.time() - 604800 * update_max_weeks]): TypeError: '<' not supported between instances of 'NoneType' and 'float'
0.30883
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: module 'PySimpleGUI' has no attribute 'version'
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request self._validate_conn(conn) "/usr/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn conn.connect() "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 284, in connect conn = self._new_conn() "/usr/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f3f0eb3ce80>: Failed to establish a new connection: [Errno -3] Try again
0.210111
Traceback (most recent call last): "<stdin>", line 1, in <module> "/opt/conda/lib/python3.7/site-packages/papermill/execute.py", line 104, in execute_notebook **engine_kwargs "/opt/conda/lib/python3.7/site-packages/papermill/engines.py", line 49, in execute_notebook_with_engine return self.get_engine(engine_name).execute_notebook(nb, kernel_name, **kwargs) "/opt/conda/lib/python3.7/site-packages/papermill/engines.py", line 343, in execute_notebook cls.execute_managed_notebook(nb_man, kernel_name, log_output=log_output, **kwargs) "/opt/conda/lib/python3.7/site-packages/papermill/engines.py", line 402, in execute_managed_notebook return PapermillNotebookClient(nb_man, **final_kwargs).execute() "/opt/conda/lib/python3.7/site-packages/papermill/clientwrap.py", line 36, in execute with self.setup_kernel(**kwargs): "/opt/conda/lib/python3.7/contextlib.py", line 112, in __enter__ return next(self.gen) "/opt/conda/lib/python3.7/site-packages/nbclient/client.py", line 401, in setup_kernel self.start_kernel_manager() "/opt/conda/lib/python3.7/site-packages/nbclient/client.py", line 328, in start_kernel_manager self.km = self.kernel_manager_class(kernel_name=self.kernel_name, config=self.config) "/opt/conda/lib/python3.7/site-packages/traitlets/traitlets.py", line 556, in __get__ return self.get(obj, cls) "/opt/conda/lib/python3.7/site-packages/traitlets/traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "/opt/conda/lib/python3.7/site-packages/nbclient/client.py", line 240, in _kernel_manager_class_default from jupyter_client import AsyncKernelManager ImportError: cannot import name 'AsyncKernelManager' from 'jupyter_client' (/opt/conda/lib/python3.7/site-packages/jupyter_client/__init__.py)
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) TypeError: test_parallel_timeout_fail() takes exactly 1 argument (0 given)
0.325524
`Traceback (most recent call last): "main.py", line 10, in <module> import model_Siam_LSTM as model "/home/remondn/workspace/benchmark/DeepLearn/MaLSTM (Siamese)/model_Siam_LSTM.py", line 13, in <module> from dl_layers.layers import Abs, Exp ImportError: No module named 'dl_layers'`
Traceback (most recent call last): "/usr/bin/electrum", line 322, in <module> d.init_gui(config, plugins) "/usr/lib/python2.7/site-packages/electrum/daemon.py", line 251, in init_gui self.gui.main() "/usr/lib/python2.7/site-packages/electrum_gui/qt/__init__.py", line 186, in main if not self.start_new_window(path, self.config.get('url')): "/usr/lib/python2.7/site-packages/electrum_gui/qt/__init__.py", line 163, in start_new_window wallet = wizard.run_and_get_wallet() "/usr/lib/python2.7/site-packages/electrum_gui/qt/installwizard.py", line 192, in run_and_get_wallet self.run(action) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 59, in run apply(f, args) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 87, in new self.choice_dialog(title=title, message=message, choices=choices, run_next=self.on_wallet_type) "/usr/lib/python2.7/site-packages/electrum_gui/qt/installwizard.py", line 90, in func_wrapper apply(run_next, out) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 105, in on_wallet_type self.run(action) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 59, in run apply(f, args) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 137, in choose_keystore self.choice_dialog(title=title, message=message, choices=choices, run_next=self.run) "/usr/lib/python2.7/site-packages/electrum_gui/qt/installwizard.py", line 90, in func_wrapper apply(run_next, out) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 59, in run apply(f, args) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 267, in restore_from_seed self.restore_seed_dialog(run_next=self.on_restore_seed, test=test) "/usr/lib/python2.7/site-packages/electrum_gui/qt/installwizard.py", line 90, in func_wrapper apply(run_next, out) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 279, in on_restore_seed self.run('create_keystore', seed, '') "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 59, in run apply(f, args) "/usr/lib/python2.7/site-packages/electrum/base_wizard.py", line 295, in create_keystore k = keystore.from_seed(seed, passphrase) "/usr/lib/python2.7/site-packages/electrum/keystore.py", line 677, in from_seed keystore.add_seed(seed) "/usr/lib/python2.7/site-packages/electrum/keystore.py", line 368, in add_seed self.mpk = self.mpk_from_seed(self.seed) "/usr/lib/python2.7/site-packages/electrum/keystore.py", line 396, in mpk_from_seed secexp = klass.stretch_key(seed) "/usr/lib/python2.7/site-packages/electrum/keystore.py", line 405, in stretch_key x = hashlib.sha256(x + seed).digest()TypeError: sha256() argument 1 must be string or buffer, not tuple`
0.24977
Traceback (most recent call last): "/usr/local/lib64/python2.5/site-packages/scipy/stats/models/tests/test_scale.py", line 35, in test_huber m = scale.huber(X) "/usr/local/lib64/python2.5/site-packages/scipy/stats/models/robust/scale.py", line 82, in __call__ for donothing in self: "/usr/local/lib64/python2.5/site-packages/scipy/stats/models/robust/scale.py", line 102, in next scale = N.sum(subset * (a - mu)**2, axis=self.axis) / (self.n * Huber.gamma - N.sum(1. - subset, axis=self.axis) * Huber.c**2) "/usr/local/lib64/python2.5/site-packages/numpy/core/fromnumeric.py", line 866, in sum return sum(axis, dtype, out)TypeError: only length-1 arrays can be converted to Python scalars
Traceback (most recent call last): "/home/yoh/proj/datalad/datalad/venv-tests/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/usr/lib/python2.7/dist-packages/vcr/cassette.py", line 95, in __call__ return function(*args, **kwargs) "/home/yoh/proj/datalad/datalad/datalad/crawler/nodes/tests/test_misc.py", line 22, in test_get_deposition_filename output = list(get_deposition_filename(**input)) "/home/yoh/proj/datalad/datalad/datalad/crawler/nodes/misc.py", line 85, in get_deposition_filename yield updated(data, {'filename': get_url_deposition_filename(data['url'])}) "/home/yoh/proj/datalad/datalad/datalad/support/network.py", line 46, in get_url_deposition_filename r = retry_urlopen(request) "/home/yoh/proj/datalad/datalad/datalad/support/network.py", line 113, in retry_urlopen return urlopen(url) "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) "/usr/lib/python2.7/urllib2.py", line 431, in open response = self._open(req, data) "/usr/lib/python2.7/urllib2.py", line 449, in _open '_open', req) "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain result = func(*args) "/usr/lib/python2.7/urllib2.py", line 1227, in http_open return self.do_open(httplib.HTTPConnection, req) "/usr/lib/python2.7/urllib2.py", line 1200, in do_open r = h.getresponse(buffering=True) "/usr/lib/python2.7/dist-packages/vcr/stubs/__init__.py", line 220, in getresponse if self.cassette.can_play_response_for(self._vcr_request): "/usr/lib/python2.7/dist-packages/vcr/cassette.py", line 199, in can_play_response_for return request and request in self and \ "/usr/lib/python2.7/dist-packages/vcr/cassette.py", line 270, in __contains__ for index, response in self._responses(request): "/usr/lib/python2.7/dist-packages/vcr/cassette.py", line 194, in _responses if requests_match(request, stored_request, self._match_on): "/usr/lib/python2.7/dist-packages/vcr/matchers.py", line 89, in requests_match matches = [(m(r1, r2), m) for m in matchers] "/usr/lib/python2.7/dist-packages/vcr/matchers.py", line 25, in port return r1.port == r2.port "/usr/lib/python2.7/dist-packages/vcr/request.py", line 67, in port port = parse_uri.port "/usr/lib/python2.7/urlparse.py", line 113, in port port = int(port, 10)ValueError: invalid literal for int() with base 10: '3128http'
0.24429
Traceback (most recent call last): "/home/dymat/Mailpile/mailpile/commands.py", line 592, in _run_sync return self._finishing(command(self, *args, **kwargs)) "/home/dymat/Mailpile/mailpile/commands.py", line 590, in command return self.command(*args, **kwargs) "/home/dymat/Mailpile/mailpile/plugins/search.py", line 383, in command rv = self._side_effects(emails) "/home/dymat/Mailpile/mailpile/plugins/compose.py", line 305, in _side_effects elif session.ui.edit_messages(session, emails): "/home/dymat/Mailpile/mailpile/ui.py", line 575, in edit_messages emails[i].update_from_string(session, updates[i]) "/home/dymat/Mailpile/mailpile/mailutils.py", line 828, in update_from_string for att in oldtree['attachments']:KeyError: 'attachments'
Traceback (most recent call last): "train.py", line 141, in <module> Train() "train.py", line 27, in __init__ self._train() "train.py", line 40, in _train self._train_epoch(i_epoch) "train.py", line 69, in _train_epoch self._model.optimize_parameters(keep_data_for_visuals=do_visuals, train_generator=train_generator) "/data/GANimataion/models/ganimation.py", line 207, in optimize_parameters loss_D, fake_imgs_masked = self._forward_D() "/data/GANimataion/models/ganimation.py", line 273, in _forward_D fake_imgs, fake_img_mask = self._G.forward(self._real_img, self._desired_cond) "/data/GANimataion/networks/generator_wasserstein_gan.py", line 53, in forward features = self.main(x) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/container.py", line 91, in forward input = module(input) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/data/GANimataion/networks/generator_wasserstein_gan.py", line 68, in forward return x + self.main(x) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/container.py", line 91, in forward input = module(input) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/usr/local/miniconda3/envs/dl/lib/python3.6/site-packages/torch/nn/modules/conv.py", line 301, in forward self.padding, self.dilation, self.groups) RuntimeError: CUDA error: out of memory
0.298457
Traceback (most recent call last): "/home/pi/InstaPy/quickstart.py", line 16, in <module> with smart_run(session): "/usr/lib/python3.7/contextlib.py", line 112, in __enter__ return next(self.gen) "/home/pi/.local/lib/python3.7/site-packages/instapy/util.py", line 1677, in smart_run session.login() "/home/pi/.local/lib/python3.7/site-packages/instapy/instapy.py", line 411, in login self.bypass_with_mobile): "/home/pi/.local/lib/python3.7/site-packages/instapy/login_util.py", line 182, in login_user reload_webpage(browser) "/home/pi/.local/lib/python3.7/site-packages/instapy/util.py", line 1704, in reload_webpage browser.execute_script("location.reload()") "/home/pi/.local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 636, in execute_script 'args': converted_args})['value'] "/home/pi/.local/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 319, in execute response = self.command_executor.execute(driver_command, params) "/home/pi/.local/lib/python3.7/site-packages/selenium/webdriver/remote/remote_connection.py", line 374, in execute return self._request(command_info[0], url, body=data) "/home/pi/.local/lib/python3.7/site-packages/selenium/webdriver/remote/remote_connection.py", line 397, in _request resp = self._conn.request(method, url, body=body, headers=headers) "/usr/lib/python3/dist-packages/urllib3/request.py", line 72, in request **urlopen_kw) "/usr/lib/python3/dist-packages/urllib3/request.py", line 150, in request_encode_body return self.urlopen(method, url, **extra_kw) "/usr/lib/python3/dist-packages/urllib3/poolmanager.py", line 323, in urlopen response = conn.urlopen(method, u.request_uri, **kw) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 367, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/lib/python3/dist-packages/six.py", line 692, in reraise raise value.with_traceback(tb) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 384, in _make_request six.raise_from(e, None) "<string>", line 3, in raise_from "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 380, in _make_request httplib_response = conn.getresponse() "/usr/lib/python3.7/http/client.py", line 1321, in getresponse response.begin() "/usr/lib/python3.7/http/client.py", line 296, in begin version, status, reason = self._read_status() "/usr/lib/python3.7/http/client.py", line 265, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without `response'))`
Traceback (most recent call last): "main.py", line 182, in <module> main(args) "main.py", line 59, in main solver.train(loaders) "E:\stargan-v2-master\core\solver.py", line 100, in train inputs = next(fetcher) "E:\stargan-v2-master\core\data_loader.py", line 195, in __next__ x, y = self._fetch_inputs() "E:\stargan-v2-master\core\data_loader.py", line 182, in _fetch_inputs self.iter = iter(self.loader) "E:\Anaconda3\envs\pytorch1.6.0\lib\site-packages\torch\utils\data\dataloader.py", line 291, in __iter__ return _MultiProcessingDataLoaderIter(self) "E:\Anaconda3\envs\pytorch1.6.0\lib\site-packages\torch\utils\data\dataloader.py", line 737, in __init__ w.start() "E:\Anaconda3\envs\pytorch1.6.0\lib\multiprocessing\process.py", line 105, in start self._popen = self._Popen(self) "E:\Anaconda3\envs\pytorch1.6.0\lib\multiprocessing\context.py", line 223, in _Popen return _default_context.get_context().Process._Popen(process_obj) "E:\Anaconda3\envs\pytorch1.6.0\lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) "E:\Anaconda3\envs\pytorch1.6.0\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__ reduction.dump(process_obj, to_child) "E:\Anaconda3\envs\pytorch1.6.0\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) AttributeError: Can't pickle local object 'get_train_loader.<locals>.<lambda>'
0.281157
Traceback (most recent call last): "core/app.py", line 93, in <module> app.run(debug=True) # important to mention debug=True "/usr/local/lib/python3.7/dist-packages/flask/app.py", line 943, in run run_simple(host, port, self, **options) "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 988, in run_simple run_with_reloader(inner, extra_files, reloader_interval, reloader_type) "/usr/local/lib/python3.7/dist-packages/werkzeug/_reloader.py", line 322, in run_with_reloader reloader = reloader_loops[reloader_type](extra_files, interval) "/usr/local/lib/python3.7/dist-packages/werkzeug/_reloader.py", line 213, in __init__ from watchdog.observers import Observer ImportError: cannot import name 'Observer' from 'watchdog.observers' (unknown location)
Traceback (most recent call last): "/usr/local/bin/salt-call", line 21, in <module> main() "/usr/local/bin/salt-call", line 17, in main client.run() "/usr/local/lib/python2.7/site-packages/salt/cli/__init__.py", line 737, in run caller = salt.cli.caller.Caller(self.opts) "/usr/local/lib/python2.7/site-packages/salt/cli/caller.py", line 31, in __init__ self.minion = salt.minion.SMinion(opts) "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 66, in __init__ self.gen_modules() "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 72, in gen_modules self.functions = salt.loader.minion_mods(self.opts) "/usr/local/lib/python2.7/site-packages/salt/loader.py", line 47, in minion_mods functions = load.apply_introspection(load.gen_functions()) "/usr/local/lib/python2.7/site-packages/salt/loader.py", line 381, in gen_functions virtual = mod.__virtual__() "/usr/local/lib/python2.7/site-packages/salt/modules/kvm_hyper.py", line 49, in __virtual__ if 'kvm_' not in open('/proc/modules').read():IOError: [Errno 2] No such file or directory: '/proc/modules'
0.273103
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/components/homekit_controller/config_flow.py", line 318, in async_step_pair self.finish_pairing = await discovery.start_pairing(self.hkid) "/usr/local/lib/python3.7/site-packages/aiohomekit/controller/ip/discovery.py", line 74, in start_pairing "/pair-setup", body=request, expected=expected, "/usr/local/lib/python3.7/site-packages/aiohomekit/controller/ip/connection.py", line 329, in post_tlv target, TLV.encode_list(body), content_type=HttpContentTypes.TLV, "/usr/local/lib/python3.7/site-packages/aiohomekit/controller/ip/connection.py", line 299, in post body=body, "/usr/local/lib/python3.7/site-packages/aiohomekit/controller/ip/connection.py", line 380, in request return await self.protocol.send_bytes(request_bytes) "/usr/local/lib/python3.7/site-packages/aiohomekit/controller/ip/connection.py", line 75, in send_bytes return await asyncio.wait_for(result, 10) "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() aiohomekit.exceptions.AccessoryDisconnectedError: Connection closed
Traceback (most recent call last): "bypy/bypy.py", line 1405, in __request_work r = self.__requester.request(method, url, params = parsnew, timeout = self.__timeout, verify = self.__checkssl, **kwargs) "bypy/bypy.py", line 1085, in request return requests.request(method, url, **kwargs) "C:\Python27\lib\site-packages\requests\api.py", line 50, in request response = session.request(method=method, url=url, **kwargs) "C:\Python27\lib\site-packages\requests\sessions.py", line 465, in request resp = self.send(prep, **send_kwargs) "C:\Python27\lib\site-packages\requests\sessions.py", line 573, in send r = adapter.send(request, **kwargs) "C:\Python27\lib\site-packages\requests\adapters.py", line 370, in send timeout=timeout "C:\Python27\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 544, in urlopen body=body, headers=headers) "C:\Python27\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 349, in _make_request conn.request(method, url, **httplib_request_kw) "C:\Python27\lib\httplib.py", line 1053, in request self._send_request(method, url, body, headers) "C:\Python27\lib\httplib.py", line 1093, in _send_request self.endheaders(body) "C:\Python27\lib\httplib.py", line 1049, in endheaders self._send_output(message_body) "C:\Python27\lib\httplib.py", line 893, in _send_output self.send(msg) "C:\Python27\lib\httplib.py", line 869, in send self.sock.sendall(data) "C:\Python27\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 208, in sendall sent = self._send_until_done(data) "C:\Python27\lib\site-packages\requests\packages\urllib3\contrib\pyopenssl.py", line 198, in _send_until_done return self.connection.send(data) "C:\Python27\lib\site-packages\OpenSSL\SSL.py", line 1271, in send self._raise_ssl_error(self._ssl, result) "C:\Python27\lib\site-packages\OpenSSL\SSL.py", line 1178, in _raise_ssl_error raise SysCallError(errno, errorcode.get(errno))SysCallError: (10054, 'WSAECONNRESET')
0.313801
Traceback (most recent call last): "<string>", line 1, in <module> "/home/fujita/.pyenv/versions/mbrl/lib/python3.6/site-packages/cupy/random/sample.py", line 33, in rand return random_sample(size=size, dtype=dtype) "/home/fujita/.pyenv/versions/mbrl/lib/python3.6/site-packages/cupy/random/sample.py", line 153, in random_sample rs = generator.get_random_state() "/home/fujita/.pyenv/versions/mbrl/lib/python3.6/site-packages/cupy/random/generator.py", line 412, in get_random_state rs = RandomState(seed) "/home/fujita/.pyenv/versions/mbrl/lib/python3.6/site-packages/cupy/random/generator.py", line 47, in __init__ self.seed(seed) "/home/fujita/.pyenv/versions/mbrl/lib/python3.6/site-packages/cupy/random/generator.py", line 243, in seed seed = numpy.asarray(seed).astype(numpy.uint64, casting='safe') TypeError: Cannot cast array from dtype('<U1') to dtype('uint64') according to the rule 'safe'
Traceback (most recent call last): "/usr/local/bin/bench", line 9, in <module> load_entry_point('bench==0.1', 'console_scripts', 'bench')() "/Users/anandpdoshi/dev/webnotes/bench-repo/bench/cli.py", line 56, in cli bench() "/Library/Python/2.7/site-packages/click/core.py", line 610, in __call__ return self.main(*args, **kwargs) "/Library/Python/2.7/site-packages/click/core.py", line 590, in main rv = self.invoke(ctx) "/Library/Python/2.7/site-packages/click/core.py", line 936, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Library/Python/2.7/site-packages/click/core.py", line 782, in invoke return ctx.invoke(self.callback, **ctx.params) "/Library/Python/2.7/site-packages/click/core.py", line 416, in invoke return callback(*args, **kwargs) "/Users/anandpdoshi/dev/webnotes/bench-repo/bench/cli.py", line 205, in _update version_upgrade = is_version_upgrade() "/Users/anandpdoshi/dev/webnotes/bench-repo/bench/app.py", line 92, in is_version_upgrade upstream_version = get_upstream_version('frappe', bench=bench, branch=branch) "/Users/anandpdoshi/dev/webnotes/bench-repo/bench/app.py", line 126, in get_upstream_version branch = get_current_branch(repo_dir) "/Users/anandpdoshi/dev/webnotes/bench-repo/bench/app.py", line 112, in get_current_branch return get_cmd_output("basename $(git symbolic-ref -q HEAD)", cwd=repo_dir) "/Users/anandpdoshi/dev/webnotes/bench-repo/bench/utils.py", line 273, in get_cmd_output return subprocess.check_output(cmd, cwd=cwd, shell=True, stderr=open(os.devnull, 'wb')).strip() "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 566, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 709, in __init__ errread, errwrite) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory: './apps/./apps/frappe'
0.278503
Traceback (most recent call last): "/home/grr_user/GRR_NEW/local/lib/python2.7/site-packages/grr/lib/flow_runner.py", line 603, in RunStateMethod direct_response=direct_response, request=request, responses=responses) "/home/grr_user/GRR_NEW/local/lib/python2.7/site-packages/grr/lib/flow.py", line 303, in Decorated res = f(*args[:f.func_code.co_argcount]) "/home/grr_user/GRR_NEW/local/lib/python2.7/site-packages/grr/lib/flows/general/memory.py", line 271, in End raise flow.FlowError("Error running plugins: %s" % all_errors)FlowError: Error running plugins: Client action u'RekallAction' not known
Traceback (most recent call last): "<string>", line 45, in <module> "<string>", line 33, in main "c:\Users\Scott.Scott-PC\Development\Projects\Ice\build\ice\out00-PYZ.pyz\ice.rom_manager", line 91, in sync_roms "c:\Users\Scott.Scott-PC\Development\Projects\Ice\build\ice\out00-PYZ.pyz\ice.rom_manager", line 78, in remove_deleted_roms_from_steam "c:\Users\Scott.Scott-PC\Development\Projects\Ice\build\ice\out00-PYZ.pyz\ice.rom", line 53, in to_shortcut "c:\Users\Scott.Scott-PC\Development\Projects\Ice\build\ice\out00-PYZ.pyz\ice.rom", line 40, in name "c:\Users\Scott.Scott-PC\Development\Projects\Ice\build\ice\out00-PYZ.pyz\encodings.utf_8", line 16, in decodeUnicodeDecodeError: 'utf8' codec can't decode byte 0xbd in position 6: invalid start byte
0.222665
Traceback (most recent call last): "/home/lmacken/rpmbuild/BUILD/pyquery-1.2.4/pyquery/test.py", line 260, in test_pseudo_classes self.assertEqual(e('div:first').text(), 'node1') "/home/lmacken/rpmbuild/BUILD/pyquery-1.2.4/pyquery/pyquery.py", line 237, in __call__ result = self.__class__(*args, parent=self, **kwargs) "/home/lmacken/rpmbuild/BUILD/pyquery-1.2.4/pyquery/pyquery.py", line 213, in __init__ xpath = self._css_to_xpath(selector) "/home/lmacken/rpmbuild/BUILD/pyquery-1.2.4/pyquery/pyquery.py", line 223, in _css_to_xpath return self._translator.css_to_xpath(selector, prefix) "/usr/lib/python2.7/site-packages/cssselect/xpath.py", line 188, in css_to_xpath for selector in selectors) "/usr/lib/python2.7/site-packages/cssselect/xpath.py", line 188, in <genexpr> for selector in selectors) "/usr/lib/python2.7/site-packages/cssselect/xpath.py", line 208, in selector_to_xpath xpath = self.xpath(tree) "/usr/lib/python2.7/site-packages/cssselect/xpath.py", line 230, in xpath return method(parsed_selector) "/usr/lib/python2.7/site-packages/cssselect/xpath.py", line 272, in xpath_pseudo return method(self.xpath(pseudo.selector)) "/home/lmacken/rpmbuild/BUILD/pyquery-1.2.4/pyquery/cssselectpatch.py", line 19, in xpath_first_pseudo xpath.add_post_condition('position() = 1')AttributeError: 'XPathExpr' object has no attribute 'add_post_condition'
Traceback (most recent call last): "/home/ranit/anaconda3/lib/python3.5/site-packages/conda/exceptions.py", line 479, in conda_exception_handler return_value = func(*args, **kwargs) "/home/ranit/anaconda3/lib/python3.5/site-packages/conda/cli/main.py", line 145, in _main exit_code = args.func(args, p) "/home/ranit/anaconda3/lib/python3.5/site-packages/conda/cli/main_install.py", line 80, in execute install(args, parser, 'install') "/home/ranit/anaconda3/lib/python3.5/site-packages/conda/cli/install.py", line 422, in install raise CondaSystemExit('Exiting', e) "/home/ranit/anaconda3/lib/python3.5/contextlib.py", line 77, in __exit__ self.gen.throw(type, value, traceback) "/home/ranit/anaconda3/lib/python3.5/site-packages/conda/cli/common.py", line 573, in json_progress_bars yield "/home/ranit/anaconda3/lib/python3.5/site-packages/conda/cli/install.py", line 420, in install raise CondaRuntimeError('RuntimeError: %s' % e) conda.exceptions.CondaRuntimeError: Runtime error: RuntimeError: Runtime error: Could not open '/home/ranit/anaconda3/pkgs/gensim-0.13.3-np111py35_0.tar.bz2.part' for writing (HTTPSConnectionPool(host='binstar-cio-packages-prod.s3.amazonaws.com', port=443): Read timed out.).
0.220827
Traceback (most recent call last): "/var/tmp/portage/app-backup/attic-0.16/work/Attic-0.16-python3_4/lib/attic/testsuite/archiver.py", line 202, in test_repository_swap_detection self.create_test_files() "/var/tmp/portage/app-backup/attic-0.16/work/Attic-0.16-python3_4/lib/attic/testsuite/archiver.py", line 165, in create_test_files xattr.setxattr(os.path.join(self.input_path, 'link1'), 'user.foo_symlink', b'bar_symlink', follow_symlinks=False) "/var/tmp/portage/app-backup/attic-0.16/work/Attic-0.16-python3_4/lib/attic/xattr.py", line 101, in setxattr _check(func(path, name, value, len(value) if value else 0, 0), path) "/var/tmp/portage/app-backup/attic-0.16/work/Attic-0.16-python3_4/lib/attic/xattr.py", line 36, in _check raise OSError(get_errno(), path)PermissionError: [Errno 1] b'/var/tmp/portage/app-backup/attic-0.16/temp/tmph8_7kq00/input/link1'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/testing/decorators.py", line 118, in wrapped_function func(*args, **kwargs) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/testing/decorators.py", line 53, in failer result = f(*args, **kwargs) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/tests/test_backend_qt4.py", line 110, in test_unicode_lower unichr(225)) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/testing/decorators.py", line 371, in backend_switcher result = func(*args, **kwargs) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/tests/test_backend_qt4.py", line 59, in assert_correct_key qt_canvas = plt.figure().canvas "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/pyplot.py", line 527, in figure **kwargs) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/backends/backend_qt4agg.py", line 46, in new_figure_manager return new_figure_manager_given_figure(num, thisFig) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/backends/backend_qt4agg.py", line 53, in new_figure_manager_given_figure canvas = FigureCanvasQTAgg(figure) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/backends/backend_qt4agg.py", line 71, in __init__ FigureCanvasQT.__init__(self, figure) "/«PKGBUILDDIR»/build/lib.linux-ppc-2.7/matplotlib/backends/backend_qt4.py", line 71, in __init__ QtWidgets.QWidget.__init__(self)TypeError: __init__() takes exactly 2 arguments (1 given)
0.265133
Traceback (most recent call last): "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent self._draw_fold_region_background(block, painter) "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background end = self.folding_regions[start]KeyError: 141
Traceback (most recent call last): "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() "C:\Python27\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "C:\bbolli-tumblr-utils-30e140a\bbolli-tumblr-utils-30e140a\tumblr_backup.py", line 1043, in handler work() "C:\bbolli-tumblr-utils-30e140a\bbolli-tumblr-utils-30e140a\tumblr_backup.py", line 735, in save_content append(post['player'][-1]['embed_code']) KeyError: 'player'
0.327608
Traceback (most recent call last): "baseObject.py", line 144, in _getPropertyViaCache val=self._propertyCache[getterMethod] KeyError: <function Dialog._get_isPresentableFocusAncestor at 0x047F76A8>
Traceback (most recent call last): "C:\S3\PLC_EmbeddedEnv\AutoTestEnv37\lib\site-packages\numpy\core\__init__.py", line 16, in <module> from . import multiarray ImportError: DLL load failed: The specified module could not be found.
0.302849