text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 600, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 260, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1075, in _real_extract raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://www.ndtv.com/video/live/channel/ndtv24x7
Traceback (most recent call last): "/Users/zhou/miniconda3/bin/fitlog", line 8, in <module> sys.exit(main_cmd()) "/Users/zhou/miniconda3/lib/python3.7/site-packages/fitlog/fastcmd/__init__.py", line 49, in main_cmd cmd_map[cmd](argv) "/Users/zhou/miniconda3/lib/python3.7/site-packages/fitlog/fastcmd/init_cmd.py", line 26, in init_cmd committer.init_project(name, hide=args["--hide"], git=not args["--no-git"]) "/Users/zhou/miniconda3/lib/python3.7/site-packages/fitlog/fastgit/committer.py", line 496, in init_project self._switch_to_fast_git(pj_path) "/Users/zhou/miniconda3/lib/python3.7/site-packages/fitlog/fastgit/committer.py", line 167, in _switch_to_fast_git shutil.move(fitlog_path, git_path) "/Users/zhou/miniconda3/lib/python3.7/shutil.py", line 580, in move copy_function(src, real_dst) "/Users/zhou/miniconda3/lib/python3.7/shutil.py", line 266, in copy2 copyfile(src, dst, follow_symlinks=follow_symlinks) "/Users/zhou/miniconda3/lib/python3.7/shutil.py", line 120, in copyfile with open(src, 'rb') as fsrc: NotFoundError: [Errno 2] No such file or directory: '/Users/zhou/example/.fitlog'`
0.307585
Traceback (most recent call last): "/usr/lib/python3.5/asyncio/tasks.py", line 241, in _step result = coro.throw(exc) "/usr/local/lib/python3.5/dist-packages/telethon/client/updates.py", line 381, in _dispatch_update await self._get_difference(update, channel_id, pts_date) "/usr/local/lib/python3.5/dist-packages/telethon/client/updates.py", line 464, in _get_difference force=True "/usr/local/lib/python3.5/dist-packages/telethon/client/users.py", line 64, in __call__ result = await future "/usr/lib/python3.5/asyncio/futures.py", line 361, in __iter__ yield self # This tells Task to wait for completion. "/usr/lib/python3.5/asyncio/tasks.py", line 296, in _wakeup future.result() "/usr/lib/python3.5/asyncio/futures.py", line 274, in result raise self._exception telethon.errors.rpcerrorlist.ChannelInvalidError: Invalid channel object. Make sure to pass the right types, for instance making sure that the request is designed for channels or otherwise look for a different one more suited (caused by GetChannelDifferenceRequest)
Traceback (most recent call last): "C:\Python\Lib\threading.py", line 808, in **bootstrap_inner self.run() "c:\sevabot\sevabot\bot\modules.py", line 246, in run self.result = self.func() "c:\sevabot\sevabot\bot\modules.py", line 64, in threaded_run process = subprocess.Popen(args, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, shell=False, env=env) "C:\Python\Lib\subprocess.py", line 711, in __init** errread, errwrite) "C:\Python\Lib\subprocess.py", line 948, in _execute_child startupinfo)TypeError: environment can only contain strings
0.275938
Traceback (most recent call last): "/Users/sheats/www/django-cacheops-clearcare/tests/tests.py", line 660, in test_invalidate_model_with_geometry geom.save() "/usr/local/lib/python2.7/site-packages/django/db/models/base.py", line 546, in save force_update=force_update, update_fields=update_fields) "/usr/local/lib/python2.7/site-packages/django/db/models/base.py", line 664, in save_base update_fields=update_fields, raw=raw, using=using) "/usr/local/lib/python2.7/site-packages/django/dispatch/dispatcher.py", line 170, in send response = receiver(signal=self, sender=sender, **named) "/Users/sheats/www/django-cacheops-clearcare/cacheops/query.py", line 468, in _post_save invalidate_obj(instance) "/Users/sheats/www/django-cacheops-clearcare/cacheops/invalidation.py", line 25, in invalidate_obj invalidate_dict(model, get_obj_dict(model, obj)) "/Users/sheats/www/django-cacheops-clearcare/cacheops/invalidation.py", line 55, in get_obj_dict for field in serializable_fields(model) "/Users/sheats/www/django-cacheops-clearcare/cacheops/invalidation.py", line 55, in <genexpr> for field in serializable_fields(model) "/usr/local/lib/python2.7/site-packages/django/contrib/gis/db/models/fields.py", line 169, in get_prep_value raise ValueError('Cannot use object with type %s for a geometry lookup parameter.' % type(geom).__name__)ValueError: Cannot use object with type NoneType for a geometry lookup parameter.
Traceback (most recent call last): "/tmp/pip-install-er8yvjev/numpy_c2de2620db6a4838880f0691cd61c017/tools/cythonize.py", line 235, in <module> main() "/tmp/pip-install-er8yvjev/numpy_c2de2620db6a4838880f0691cd61c017/tools/cythonize.py", line 231, in main find_process_files(root_dir) "/tmp/pip-install-er8yvjev/numpy_c2de2620db6a4838880f0691cd61c017/tools/cythonize.py", line 222, in find_process_files process(root_dir, fromfile, tofile, function, hash_db) "/tmp/pip-install-er8yvjev/numpy_c2de2620db6a4838880f0691cd61c017/tools/cythonize.py", line 188, in process processor_function(fromfile, tofile) "/tmp/pip-install-er8yvjev/numpy_c2de2620db6a4838880f0691cd61c017/tools/cythonize.py", line 76, in process_pyx raise RuntimeError(f'Building {VENDOR} requires Cython >= {required_version}') RuntimeError: Building NumPy requires Cython >= 0.29.21
0.293268
Traceback (most recent call last): "$site/_pytest/runner.py", line 403, in prepare col.setup() "$site/_pytest/python.py", line 548, in setup setup_class(self.obj) "$path/test/../lib/sqlalchemy/testing/fixtures.py", line 83, in setup_class cls._setup_once_tables() "$path/test/../lib/sqlalchemy/testing/fixtures.py", line 112, in _setup_once_tables cls.metadata.create_all(cls.bind) "$path/test/../lib/sqlalchemy/sql/schema.py", line 3611, in create_all tables=tables) "$path/test/../lib/sqlalchemy/engine/base.py", line 1843, in _run_visitor conn._run_visitor(visitorcallable, element, **kwargs) "$path/test/../lib/sqlalchemy/engine/base.py", line 1471, in _run_visitor **kwargs).traverse_single(element) "$path/test/../lib/sqlalchemy/sql/visitors.py", line 121, in traverse_single return meth(obj, **kw) "$path/test/../lib/sqlalchemy/sql/ddl.py", line 727, in visit_metadata _is_metadata_operation=True) "$path/test/../lib/sqlalchemy/sql/visitors.py", line 121, in traverse_single return meth(obj, **kw) "$path/test/../lib/sqlalchemy/sql/ddl.py", line 761, in visit_table include_foreign_key_constraints=include_foreign_key_constraints "$path/test/../lib/sqlalchemy/engine/base.py", line 914, in execute return meth(self, multiparams, params) "$path/test/../lib/sqlalchemy/sql/ddl.py", line 68, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) "$path/test/../lib/sqlalchemy/engine/base.py", line 968, in _execute_ddl compiled "$path/test/../lib/sqlalchemy/engine/base.py", line 1146, in _execute_context context) "$path/test/../lib/sqlalchemy/engine/base.py", line 1332, in _handle_dbapi_exception exc_info "$path/test/../lib/sqlalchemy/util/compat.py", line 188, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=exc_value) "$path/test/../lib/sqlalchemy/util/compat.py", line 181, in reraise raise value.with_traceback(tb) "$path/test/../lib/sqlalchemy/engine/base.py", line 1139, in _execute_context context) "$path/test/../lib/sqlalchemy/engine/default.py", line 442, in do_execute cursor.execute(statement, parameters) "$site/MySQLdb/cursors.py", line 220, in execute self.errorhandler(self, exc, value) "$site/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorvalue "$site/MySQLdb/cursors.py", line 209, in execute r = self._query(query) "$site/MySQLdb/cursors.py", line 371, in _query rowcount = self._do_query(q) "$site/MySQLdb/cursors.py", line 335, in _do_query db.query(q) "$site/MySQLdb/connections.py", line 280, in query _mysql.connection.query(self, query)sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1050, "Table 'users' already exists") [SQL: '\nCREATE TABLE test_schema.users (\n\tuser_id INTEGER NOT NULL AUTO_INCREMENT, \n\ttest1 CHAR(5) NOT NULL, \n\ttest2 FLOAT(5) NOT NULL, \n\tparent_user_id INTEGER, \n\tPRIMARY KEY (user_id), \n\tFOREIGN KEY(parent_user_id) REFERENCES test_schema.users (user_id)\n)ENGINE=InnoDB\n\n']
ERROR: Signature extraction failed: Traceback (most recent call last): "c:\program files\python36\lib\site-packages\youtube_dl\extractor\youtube.py", line 1380, in _decrypt_signature video_id, player_url, s "c:\program files\python36\lib\site-packages\youtube_dl\extractor\youtube.py", line 1293, in _extract_signature_function cache_res = res(test_string) "c:\program files\python36\lib\site-packages\youtube_dl\extractor\youtube.py", line 1356, in <lambda> return lambda s: initial_function([s]) "c:\program files\python36\lib\site-packages\youtube_dl\jsinterp.py", line 258, in resf res, abort = self.interpret_statement(stmt, local_vars) "c:\program files\python36\lib\site-packages\youtube_dl\jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "c:\program files\python36\lib\site-packages\youtube_dl\jsinterp.py", line 92, in interpret_expression m.group('expr'), local_vars, allow_recursion - 1) "c:\program files\python36\lib\site-packages\youtube_dl\jsinterp.py", line 189, in interpret_expression m.group('x'), local_vars, allow_recursion - 1) "c:\program files\python36\lib\site-packages\youtube_dl\jsinterp.py", line 56, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "c:\program files\python36\lib\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 '['; 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.2414
Traceback (most recent call last): "eventHandler.pyc", line 136, in executeEvent "eventHandler.pyc", line 84, in __init__ "eventHandler.pyc", line 91, in next "NVDAObjects\behaviors.pyc", line 161, in event_caret "NVDAObjects\IAccessible__init__.pyc", line 1277, in event_caret "NVDAObjects__init__.pyc", line 858, in event_caret "api.pyc", line 188, in setReviewPosition "braille.pyc", line 1441, in handleReviewMove "braille.pyc", line 1407, in _doCursorMove "braille.pyc", line 998, in scrollTo "braille.pyc", line 914, in regionPosToBufferPosLookupError: No such position
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/setup.py", line 154, in _async_setup_component component.setup, hass, processed_config) # type: ignore "/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/rpi_gpio/__init__.py", line 27, in setup GPIO.setmode(GPIO.BCM) AttributeError: module 'RPi.GPIO' has no attribute 'setmode'
0.288081
Traceback (most recent call last): "C:\Users\anthony\sources\python-zeep\src\zeep\wsdl\bindings\soap.py", line 148, in process_reply doc = parse_xml(content, self.transport) "C:\Users\anthony\sources\python-zeep\src\zeep\loader.py", line 46, in parse_xml raise XMLSyntaxError("Invalid XML content received (%s)" % exc.msg) zeep.exceptions.XMLSyntaxError: Invalid XML content received (Input is not proper UTF-8, indicate encoding !
Traceback (most recent call last): "X/threading.py", line 639, in _bootstrap_inner "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\commands\install_package_command.py", line 43, in run 'reinstall', 'pull', 'none']) "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\package_installer.py", line 54, in make_package_list packages = self.manager.list_available_packages() "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\package_manager.py", line 215, in list_available_packages repositories = self.list_repositories() "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\package_manager.py", line 165, in list_repositories channel_repositories = provider.get_repositories() "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\providers\channel_provider.py", line 141, in get_repositories self.fetch() "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\providers\channel_provider.py", line 73, in fetch 'Error downloading channel.') "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\download_manager.py", line 180, in fetch return self.downloader.download(url, error_message, timeout, 3, prefer_cached) "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\downloaders\urllib_downloader.py", line 113, in download http_file = self.opener.open(request, timeout=timeout) "X/urllib/request.py", line 473, in open "X/urllib/request.py", line 491, in _open "X/urllib/request.py", line 451, in _call_chain "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\http\validating_https_handler.py", line 44, in https_open return self.do_open(http_class_wrapper, req) "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\http\persistent_handler.py", line 84, in do_open h.request(req.get_method(), req.selector, req.data, headers) "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\http\debuggable_http_connection.py", line 72, in request HTTPConnection.request(self, method, url, body, original_headers) "X/http/client.py", line 1049, in request "X/http/client.py", line 1087, in _send_request "X/http/client.py", line 1045, in endheaders "X/http/client.py", line 890, in _send_output "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\http\debuggable_http_connection.py", line 56, in send HTTPConnection.send(self, string) "X/http/client.py", line 828, in send "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\http\validating_https_connection.py", line 285, in connect self._tunnel() "E:\Software\Sublime Text 3\Data\Packages\Package Control\package_control\http\validating_https_connection.py", line 178, in _tunnel response_value = base64.b64encode(response_value).strip() "X/base64.py", line 58, in b64encodeTypeError: expected bytes, not str`
0.27154
Traceback (most recent call last): "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/_compat.py", line 33, in reraise raise value "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/security/decorators.py", line 26, in wraps return f(self, *args, **kwargs) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/views.py", line 478, in list widgets=widgets) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/baseviews.py", line 158, in render_template return render_template(template, **dict(list(kwargs.items()) + list(self.extra_args.items()))) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/templating.py", line 134, in render_template context, ctx.app) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask/templating.py", line 116, in _render rv = template.render(context) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/appbuilder/general/model/list.html", line 2, in top-level template code {% import 'appbuilder/general/lib.html' as lib %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/templates/appbuilder/base.html", line 1, in top-level template code {% extends base_template %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/superset/base.html", line 1, in top-level template code {% extends "appbuilder/baselayout.html" %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/appbuilder/baselayout.html", line 2, in top-level template code {% import 'appbuilder/baselib.html' as baselib %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/templates/appbuilder/init.html", line 46, in top-level template code {% block body %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/appbuilder/baselayout.html", line 21, in block "body" {% block content %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/appbuilder/general/model/list.html", line 12, in block "content" {% block list_list scoped %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/appbuilder/general/model/list.html", line 13, in block "list_list" {{ widgets.get('list')()|safe }} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/widgets.py", line 34, in __call__ return template.render(args) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/environment.py", line 1008, in render return self.environment.handle_exception(exc_info, True) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/environment.py", line 780, in handle_exception reraise(exc_type, exc_value, tb) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/_compat.py", line 37, in reraise raise value.with_traceback(tb) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/templates/appbuilder/general/widgets/list.html", line 2, in top-level template code {% extends 'appbuilder/general/widgets/base_list.html' %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/templates/appbuilder/general/widgets/base_list.html", line 25, in top-level template code {% block begin_loop_values %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/templates/appbuilder/general/widgets/list.html", line 45, in block "begin_loop_values" {% for item in value_columns %} "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/runtime.py", line 410, in __init__ self._after = self._safe_next() "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/jinja2/runtime.py", line 430, in _safe_next return next(self._iterator) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/models/base.py", line 114, in get_values retdict[col] = self._get_attr_value(item, col) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/flask_appbuilder/models/base.py", line 58, in _get_attr_value if not hasattr(item, col): "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/models/core.py", line 870, in datasource_link return self.datasource.link # pylint: disable=no-member "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/models/core.py", line 858, in datasource return self.get_datasource "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/utils.py", line 111, in __call__ value = self.func(*args) "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/models/core.py", line 864, in get_datasource ds = db.session.query(self.cls_model).filter_by( "/usr/local/python3.4/bin/venv/lib/python3.4/site-packages/superset/models/core.py", line 850, in cls_model return ConnectorRegistry.sources[self.datasource_type] KeyError: ''
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.6/dist-packages/matplotlib/pyplot.py", line 116, in <module> _backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup() "/usr/local/lib/python3.6/dist-packages/matplotlib/backends/__init__.py", line 60, in pylab_setup [backend_name], 0) "/usr/local/lib/python3.6/dist-packages/matplotlib/backends/backend_tkagg.py", line 6, in <module> from six.moves import tkinter as Tk "/usr/local/lib/python3.6/dist-packages/six.py", line 92, in __get__ result = self._resolve() "/usr/local/lib/python3.6/dist-packages/six.py", line 115, in _resolve return _import_module(self.mod) "/usr/local/lib/python3.6/dist-packages/six.py", line 82, in _import_module __import__(name) "/usr/lib/python3.6/tkinter/__init__.py", line 39, in <module> raise ImportError(str(msg) + ', please install the python3-tk package') ImportError: No module named '_tkinter', please install the python3-tk package
0.325547
Traceback (most recent call last): "/Users/wanglei/.virtualenvs/pyenv/bin/aws-shell", line 11, in <module> sys.exit(main()) "/Users/wanglei/.virtualenvs/pyenv/lib/python2.7/site-packages/awsshell/__init__.py", line 47, in main write_index(index_file) "/Users/wanglei/.virtualenvs/pyenv/lib/python2.7/site-packages/awsshell/makeindex.py", line 63, in write_index index_command(current, help_command) "/Users/wanglei/.virtualenvs/pyenv/lib/python2.7/site-packages/awsshell/makeindex.py", line 55, in index_command index_command(child, sub_help_command) "/Users/wanglei/.virtualenvs/pyenv/lib/python2.7/site-packages/awsshell/makeindex.py", line 55, in index_command index_command(child, sub_help_command) "/Users/wanglei/.virtualenvs/pyenv/lib/python2.7/site-packages/awsshell/makeindex.py", line 43, in index_command arg, arg_obj.argument_model)TypeError: generate_shorthand_example() takes exactly 4 arguments (3 given)
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/gunicorn/arbiter.py", line 589, in spawn_worker worker.init_process() "/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py", line 134, in init_process self.load_wsgi() "/usr/local/lib/python3.7/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi self.wsgi = self.app.wsgi() "/usr/local/lib/python3.7/site-packages/gunicorn/app/base.py", line 67, in wsgi self.callable = self.load() "/usr/local/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 58, in load return self.load_wsgiapp() "/usr/local/lib/python3.7/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp return util.import_app(self.app_uri) "/usr/local/lib/python3.7/site-packages/gunicorn/util.py", line 359, in import_app mod = importlib.import_module(module) "/usr/local/lib/python3.7/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1006, in _gcd_import "<frozen importlib._bootstrap>", line 983, in _find_and_load "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 677, in _load_unlocked "<frozen importlib._bootstrap_external>", line 728, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/usr/local/lib/python3.7/site-packages/ihatemoney/wsgi.py", line 3, in <module> application = create_app() "/usr/local/lib/python3.7/site-packages/ihatemoney/run.py", line 132, in create_app setup_database(app) "/usr/local/lib/python3.7/site-packages/ihatemoney/run.py", line 44, in setup_database if _pre_alembic_db(): "/usr/local/lib/python3.7/site-packages/ihatemoney/run.py", line 26, in _pre_alembic_db con = db.engine.connect() "/usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 937, in engine return self.get_engine() "/usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 956, in get_engine return connector.get_engine() "/usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 560, in get_engine options = self.get_options(sa_url, echo) "/usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 575, in get_options self._sa.apply_driver_hacks(self._app, sa_url, options) "/usr/local/lib/python3.7/site-packages/flask_sqlalchemy/__init__.py", line 908, in apply_driver_hacks sa_url.database = os.path.join(app.root_path, sa_url.database) AttributeError: can't set attribute
0.306638
Traceback (most recent call last): "/home/uestcxzk/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 371, in BuildYcmdLib subprocess.check_call( build_command ) "/usr/lib/python2.7/subprocess.py", line 541, in check_call raise CalledProcessError(retcode, cmd)CalledProcessError: Command '['cmake', '--build', '.', '--target', 'ycm_core', '--', '-j', '1']' returned non-zero exit status 2
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpcs52imf5\build\youtube_dl\YoutubeDL.py", line 794, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpcs52imf5\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpcs52imf5\build\youtube_dl\extractor\generic.py", line 3320, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.koat.com/article/caught-on-camera-teens-breaking-into-vehicles/4476758
0.190747
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib64/python3.6/site-packages/awx/main/analytics/core.py", line 132, in ship output = smart_str(subprocess.check_output(cmd, timeout=60 * 5)) "/usr/lib64/python3.6/subprocess.py", line 356, in check_output **kwargs).stdout "/usr/lib64/python3.6/subprocess.py", line 438, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command '['insights-client', '--payload', '/tmp/844d6710-0867-4b6e-8495-7ce9f559627a_2019-08-19-181335+0000.tar.gz', '--content-type', 'application/vnd.redhat.tower.analytics+tgz']' returned non-zero exit status 1.
Traceback (most recent call last): "/home/asdf/.local/lib/python3.6/site-packages/mythril/mythril/mythril_analyzer.py", line 170, in fire_lasers custom_modules_directory=self.custom_modules_directory, "/home/asdf/.local/lib/python3.6/site-packages/mythril/analysis/symbolic.py", line 99, in __init__ or len(get_detection_modules("post", modules, custom_modules_directory)) > 0 "/home/asdf/.local/lib/python3.6/site-packages/mythril/analysis/security.py", line 73, in get_detection_modules module = importlib.import_module("mythril.analysis.modules." + module_name) "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/home/asdf/.local/lib/python3.6/site-packages/mythril/analysis/modules/transaction_order_dependence.py", line 161, in <module> detector = TxOrderDependenceModule() "/home/asdf/.local/lib/python3.6/site-packages/mythril/analysis/modules/transaction_order_dependence.py", line 23, in __init__ "This module finds the existance of transaction order dependence " TypeError: __init__() got an unexpected keyword argument 'hooks'
0.299004
Traceback (most recent call last): "./fail2ban/tests/samplestestcase.py", line 252, in testFilter self.assertFalse(faildata.get('match', False), AssertionError: True is not false : Line not matched when should have
Traceback (most recent call last): "D:\UnknownHorizons\unknown-horizons\horizons\util\yamlcache.py", line 177, in _open_cache cls.cache = shelve.open(cls.cache_filename) "D:\Tools\Python27\lib\shelve.py", line 239, in open return DbfilenameShelf(filename, flag, protocol, writeback) "D:\Tools\Python27\lib\shelve.py", line 223, in __init__ Shelf.__init__(self, anydbm.open(filename, flag), protocol, writeback) "D:\Tools\Python27\lib\anydbm.py", line 85, in open return mod.open(file, flag, mode) "D:\Tools\Python27\lib\dbhash.py", line 18, in open return bsddb.hashopen(file, flag, mode) "D:\Tools\Python27\lib\bsddb\__init__.py", line 364, in hashopen d.open(file, db.DB_HASH, flags, mode)DBPermissionsError: (1, 'Operation not permitted')
0.303874
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/virtualenv.py", line 1647, in <module> main() "/usr/lib/python2.7/site-packages/virtualenv.py", line 558, in main prompt=options.prompt) "/usr/lib/python2.7/site-packages/virtualenv.py", line 654, in create_environment install_setuptools(py_executable, unzip=unzip_setuptools) "/usr/lib/python2.7/site-packages/virtualenv.py", line 384, in install_setuptools _install_req(py_executable, unzip) "/usr/lib/python2.7/site-packages/virtualenv.py", line 360, in _install_req cwd=cwd) "/usr/lib/python2.7/site-packages/virtualenv.py", line 624, in call_subprocess % (cmd_desc, proc.returncode)) OSError: Command /root/.local/share/letsencrypt...on2.7 -c "#!python
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/gi/types.py", line 113, in function return info.invoke(_args, *_kwargs)TypeError: Couldn't find conversion for foreign struct 'cairo.Context'
0.30489
Traceback (most recent call last): "h2oaicore/systemutils.py", line 2998, in h2oaicore.systemutils.traced_func "h2oaicore/auto_dl_support.py", line 517, in h2oaicore.auto_dl_support.make_final_scoring_pipeline "h2oaicore/auto_dl_support.py", line 511, in h2oaicore.auto_dl_support.make_final_scoring_pipeline "h2oaicore/systemutils.py", line 886, in h2oaicore.systemutils.save_obj_gz "h2oaicore/systemutils.py", line 891, in h2oaicore.systemutils.save_obj "h2oaicore/systemutils.py", line 904, in h2oaicore.systemutils.save_obj_unsafe "h2oaicore/systemutils.py", line 905, in h2oaicore.systemutils.save_obj_unsafe "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/site-packages/dill/_dill.py", line 286, in dump pik.dump(obj) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 409, in dump self.save(obj) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 521, in save self.save_reduce(obj=obj, *rv) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 634, in save_reduce save(state) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/site-packages/dill/_dill.py", line 893, in save_module_dict StockPickler.save_dict(pickler, obj) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 821, in save_dict self._batch_setitems(obj.items()) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 847, in _batch_setitems save(v) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 521, in save self.save_reduce(obj=obj, *rv) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 634, in save_reduce save(state) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/site-packages/dill/_dill.py", line 893, in save_module_dict StockPickler.save_dict(pickler, obj) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 821, in save_dict self._batch_setitems(obj.items()) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 847, in _batch_setitems save(v) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/site-packages/dill/_dill.py", line 1069, in save_instancemethod0 pickler.save_reduce(MethodType, (obj.__func__, obj.__self__), obj=obj) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 610, in save_reduce save(args) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 476, in save f(self, obj) # Call unbound method with explicit self "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 736, in save_tuple save(element) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 507, in save self.save_global(obj, rv) "/home/jon/.pyenv/versions/3.6.4/lib/python3.6/pickle.py", line 922, in save_global (obj, module_name, name)) _pickle.PicklingError: Can't pickle <cyfunction LinearBlenderEx.arithmetic_mean at 0x7fe4a47dc270>: it's not found as h2oaicore.models.arithmetic_mean
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/pviktori/dev/uvloop/uvloop/__init__.py", line 7, in <module> from .loop import Loop as __BaseLoop # NOQA "uvloop/includes/stdlib.pxi", line 119, in init uvloop.loop cdef sys_set_coroutine_wrapper = sys.set_coroutine_wrapper AttributeError: module 'sys' has no attribute 'set_coroutine_wrapper'
0.273134
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, 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/yahoo.py", line 350, in _real_extract CONTENT_ID_REGEXES, webpage, 'content 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 content 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.
Traceback (most recent call last): "/opt/anaconda3/envs/maskrcnn/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1695, in data_generator use_mini_mask=config.USE_MINI_MASK) "/opt/anaconda3/envs/maskrcnn/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1218, in load_image_gt mask = utils.resize_mask(mask, scale, padding, crop) "/opt/anaconda3/envs/maskrcnn/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/utils.py", line 513, in resize_mask mask = scipy.ndimage.zoom(mask, zoom=[scale, scale, 1], order=0) "/opt/anaconda3/envs/maskrcnn/lib/python3.6/site-packages/scipy/ndimage/interpolation.py", line 606, in zoom zoom = _ni_support._normalize_sequence(zoom, input.ndim) "/opt/anaconda3/envs/maskrcnn/lib/python3.6/site-packages/scipy/ndimage/_ni_support.py", line 65, in _normalize_sequence raise RuntimeError(err) RuntimeError: sequence argument must have length equal to input rank
0.291668
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/notebook/services/contents/filemanager.py", line 391, in save self.check_and_sign(nb, path) "/usr/local/lib/python3.5/dist-packages/notebook/services/contents/manager.py", line 431, in check_and_sign self.notary.sign(nb) "/usr/local/lib/python3.5/dist-packages/nbformat/sign.py", line 246, in sign self.store_signature(signature, nb) "/usr/local/lib/python3.5/dist-packages/nbformat/sign.py", line 249, in store_signature if self.db is None: "/usr/local/lib/python3.5/dist-packages/traitlets/traitlets.py", line 529, in __get__ return self.get(obj, cls) "/usr/local/lib/python3.5/dist-packages/traitlets/traitlets.py", line 508, in get value = self._validate(obj, dynamic_default()) "/usr/local/lib/python3.5/dist-packages/nbformat/sign.py", line 127, in _db_default self.init_db(db) "/usr/local/lib/python3.5/dist-packages/nbformat/sign.py", line 139, in init_db )""") sqlite3.OperationalError: database is locked
Traceback (most recent call last): "cx_freeze_setup.py", line 9, in <module> from cx_Freeze import ConfigError "c:\test_venv\lib\site-packages\cx_Freeze\__init__.py", line 13, in <module> from cx_Freeze.freezer import ConstantsModule, Executable, Freezer "c:\test_venv\lib\site-packages\cx_Freeze\freezer.py", line 35, in <module> import cx_Freeze.util ModuleNotFoundError: No module named 'cx_Freeze.util'
0.245689
Traceback (most recent call last): "/usr/lib64/python3.4/site-packages/nose/result.py", line 187, in _exc_info_to_string return _TextTestResult._exc_info_to_string(self, err, test) "/usr/lib64/python3.4/unittest/result.py", line 184, in _exc_info_to_string msgLines = traceback.format_exception(exctype, value, tb) "/usr/lib64/python3.4/traceback.py", line 181, in format_exception return list(_format_exception_iter(etype, value, tb, limit, chain)) "/usr/lib64/python3.4/traceback.py", line 153, in _format_exception_iter yield from _format_list_iter(_extract_tb_iter(tb, limit=limit)) "/usr/lib64/python3.4/traceback.py", line 18, in _format_list_iter for filename, lineno, name, line in extracted_list: "/usr/lib64/python3.4/traceback.py", line 65, in _extract_tb_or_stack_iter line = linecache.getline(filename, lineno, f.f_globals) "/usr/lib64/python3.4/linecache.py", line 15, in getline lines = getlines(filename, module_globals) "/usr/lib64/python3.4/linecache.py", line 41, in getlines return updatecache(filename, module_globals) "/usr/lib64/python3.4/linecache.py", line 126, in updatecache with tokenize.open(fullname) as fp: "/usr/lib64/python3.4/tokenize.py", line 438, in open buffer = _builtin_open(filename, 'rb')TypeError: open() takes 1 positional argument but 2 were given
Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 2364, in _real_extract self._sort_formats(formats) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 1327, in _sort_formats raise ExtractorError('No video formats found') youtube_dl.utils.ExtractorError: No video formats found; 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.200667
Traceback (most recent call last): "/home/users/dgalea/.conda/envs/my_env_horovod/lib/python3.6/distutils/unixccompiler.py", line 118, in _compile extra_postargs) "/home/users/dgalea/.conda/envs/my_env_horovod/lib/python3.6/distutils/ccompiler.py", line 909, in spawn spawn(cmd, dry_run=self.dry_run) "/home/users/dgalea/.conda/envs/my_env_horovod/lib/python3.6/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) "/home/users/dgalea/.conda/envs/my_env_horovod/lib/python3.6/distutils/spawn.py", line 159, in _spawn_posix % (cmd, exit_status)) distutils.errors.DistutilsExecError: command '/home/users/dgalea/.conda/envs/my_env_horovod/bin/x86_64-conda_cos6-linux-gnu-cc' failed with exit status 1
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 808, in **bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 761, in run self.__target(_self.__args, *_self.__kwargs) "/usr/local/lib/python2.7/dist-packages/kivy/input/providers/mtdev.py", line 193, in _thread_run _device = Device(_fn) "/usr/local/lib/python2.7/dist-packages/kivy/lib/mtdev.py", line 131, in __init** self._fd = os.open(filename, os.O_NONBLOCK | os.O_RDONLY) OSError: [Errno 13] Permission denied: '/dev/input/event11'
0.32353
Traceback (most recent call last): "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/pack/pyt/pyt/__main__.py", line 141, in <module> main() "/pack/pyt/pyt/__main__.py", line 125, in main nosec_lines "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 547, in find_vulnerabilities nosec_lines "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 509, in find_vulnerabilities_in_cfg blackbox_mapping "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 451, in get_vulnerability def_use "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 299, in get_vulnerability_chains vuln_chain "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 299, in get_vulnerability_chains vuln_chain "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 299, in get_vulnerability_chains vuln_chain [Previous line repeated 987 more times] "/pack/pyt/pyt/vulnerabilities/vulnerabilities.py", line 290, in get_vulnerability_chains if use == sink: RecursionError: maximum recursion depth exceeded in comparison
`Traceback (most recent call last): "client.py", line 35, in <module> sio.connect("http://localhost:8080") "C:\Users\Mai\.virtualenvs\python_socketio_auth-571J5SCS\lib\site-packages\socketio\client.py", line 282, in connect six.raise_from(exceptions.ConnectionError(exc.args[0]), None) "<string>", line 3, in raise_from socketio.exceptions.ConnectionError: Unexpected status code 401 in server response`
0.205197
Traceback (most recent call last): "C:\Users\Nicolas\Anaconda3\Scripts\conda-script.py", line 5, in <module> sys.exit(conda.cli.main()) "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\cli\main.py", line 159, in main return handle_exception(e) "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\exceptions.py", line 620, in handle_exception print_unexpected_error_message(e) "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\exceptions.py", line 578, in print_unexpected_error_message info_stdout, info_stderr = get_info() "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\exceptions.py", line 548, in get_info args.func(args, p) "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\cli\main_info.py", line 148, in execute from conda.api import get_index "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\api.py", line 1, in <module> from .core.index import get_index "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\core\index.py", line 8, in <module> from .package_cache import PackageCache "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\core\package_cache.py", line 10, in <module> from .path_actions import CacheUrlAction, ExtractPackageAction "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\core\path_actions.py", line 31, in <module> from ..gateways.download import download "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\gateways\download.py", line 16, in <module> from ..connection import CondaSession "C:\Users\Nicolas\Anaconda3\lib\site-packages\conda\connection.py", line 16, in <module> from requests.utils import get_auth_from_url, get_netrc_auth ImportError: cannot import name 'get_auth_from_url'
Traceback (most recent call last): "/opt/medusa/<a href="../blob/c65ca2607fae74405dcceaaf8c02f3d29d0313ea/medusa/metadata/generic.py#L281">medusa/metadata/generic.py</a>", line 281, in update_show_indexer_metadata showXML.write(nfo_file_path, encoding=u'UTF-8') "/usr/lib/python2.7/xml/etree/ElementTree.py", line 802, in write file = open(file_or_filename, "wb")IOError: [Errno 13] Permission denied: u'/mnt/TvShows/TvShows/Criminal Minds/tvshow.nfo'
0.229744
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/celery-3.0.16-py2.7.egg/celery/worker/**init**.py", line 356, in start component.start() "/usr/local/lib/python2.7/dist-packages/celery-3.0.16-py2.7.egg/celery/worker/consumer.py", line 393, in start self.consume_messages() "/usr/local/lib/python2.7/dist-packages/celery-3.0.16-py2.7.egg/celery/worker/consumer.py", line 886, in consume_messages self.connection.drain_events(timeout=10.0) "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/connection.py", line 277, in drain_events return self.transport.drain_events(self.connection, *_kwargs) "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/virtual/**init**.py", line 760, in drain_events item, channel = get(timeout=timeout) "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/virtual/scheduling.py", line 39, in get return self.fun(resource, *_kwargs), resource "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/virtual/**init**.py", line 780, in _drain_channel return channel.drain_events(timeout=timeout) "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/virtual/__init__.py", line 578, in drain_events return self._poll(self.cycle, timeout=timeout) "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/virtual/__init__.py", line 287, in _poll return cycle.get() "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/virtual/scheduling.py", line 39, in get return self.fun(resource, **kwargs), resource "/usr/local/lib/python2.7/dist-packages/kombu-2.5.7-py2.7.egg/kombu/transport/SQS.py", line 234, in _get rs = q.get_messages(1, wait_time_seconds=self.wait_time_seconds)TypeError: get_messages() got an unexpected keyword argument 'wait_time_seconds'
Traceback (most recent call last): "tools/train_net.py", line 26, in <module> from maskrcnn_benchmark.utils.miscellaneous import mkdir, save_config ImportError: cannot import name 'save_config'
0.222909
Traceback (most recent call last): "/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() "/usr/lib/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) "/usr/local/lib/python3.6/dist-packages/autokeras/search.py", line 296, in train verbose=verbose).train_model(**trainer_args) "/usr/local/lib/python3.6/dist-packages/autokeras/nn/model_trainer.py", line 122, in train_model self._train() "/usr/local/lib/python3.6/dist-packages/autokeras/nn/model_trainer.py", line 156, in _train outputs = self.model(inputs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/autokeras/nn/graph.py", line 668, in forward temp_tensor = torch_layer(edge_input_tensor) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 477, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/autokeras/nn/layers.py", line 411, in forward return input_list[0] + input_list[1] RuntimeError: The size of tensor a (16) must match the size of tensor b (32) at non-singleton dimension 3
Traceback (most recent call last): "/home/bkero/t/bin/aws", line 7, in <module> from aws.main import main "/home/bkero/t/lib/python2.7/site-packages/aws/main.py", line 7, in <module> from fabric import api as fab ImportError: cannot import name api
0.322542
Traceback (most recent call last): "/usr/bin/qtile", line 106, in make_qtile c = confreader. (options.configfile, is_restart=options.no_spawn) "/usr/lib/python3.5/site-packages/libqtile/confreader.py", line 47, in __init__ from .resources import default_config "/usr/lib/python3.5/site-packages/libqtile/resources/default_config.py", line 27, in <module> from libqtile.config import Key, Screen, Group, Drag, Click "/usr/lib/python3.5/site-packages/libqtile/config.py", line 28, in <module> from . import command "/usr/lib/python3.5/site-packages/libqtile/command.py", line 26, in <module> from . import ipc "/usr/lib/python3.5/site-packages/libqtile/ipc.py", line 34, in <module> from six.moves import asyncioImportError: cannot import name 'asyncio'
Traceback (most recent call last): "/usr/local/bin/telepresence/telepresence/cli.py", line 129, in crash_reporting yield "/usr/local/bin/telepresence/telepresence/main.py", line 61, in main remote_info = start_proxy(runner) "/usr/local/bin/telepresence/telepresence/proxy/__init__.py", line 90, in start_proxy run_id=run_id, "/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 200, in get_remote_info wait_for_pod(runner, remote_info) "/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 132, in wait_for_pod "Pod isn't starting or can't be found: {}".format(pod["status"]) RuntimeError: Pod isn't starting or can't be found: {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2020-05-11T12:09:06Z', 'status': 'True', 'type': 'Initialized'}, {'lastProbeTime': None, 'lastTransitionTime': '2020-05-11T12:09:06Z', 'message': 'containers with unready status: [telepresence-1589198939-502995-5936]', 'reason': 'ContainersNotReady', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': '2020-05-11T12:09:06Z', 'message': 'containers with unready status: [telepresence-1589198939-502995-5936]', 'reason': 'ContainersNotReady', 'status': 'False', 'type': 'ContainersReady'}, {'lastProbeTime': None, 'lastTransitionTime': '2020-05-11T12:09:06Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerStatuses': [{'image': 'datawire/telepresence-k8s:0.93', 'imageID': '', 'lastState': {}, 'name': 'telepresence-1589198939-502995-5936', 'ready': False, 'restartCount': 0, 'state': {'waiting': {'reason': 'ContainerCreating'}}}], 'hostIP': '10.240.0.4', 'phase': 'Pending', 'qosClass': 'Burstable', 'startTime': '2020-05-11T12:09:06Z'}
0.299046
Traceback (most recent call last): "youtube_dlc\extractor\common.py", line 532, in extract "youtube_dlc\extractor\youtube.py", line 2067, in _real_extract KeyError: 'runs'
Traceback (most recent call last): "main.py", line 133, in <module> [24/1911] app.run(main) "/home/hankook/anaconda3/lib/python3.7/site-packages/absl/app.py", line 299, in run _run_main(main, args) "/home/hankook/anaconda3/lib/python3.7/site-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) "main.py", line 127, in main eval_every_steps=FLAGS.eval_every_steps) "/home/hankook/Codes/compare_gan/compare_gan/runner_lib.py", line 337, in run_with_schedule hooks=train_hooks) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 2457, in train rendezvous.raise_errors() "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/contrib/tpu/python/tpu/error_handling.py", line 128, in raise_errors six.reraise(typ, value, traceback) "/home/hankook/anaconda3/lib/python3.7/site-packages/six.py", line 693, in reraise raise value "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/contrib/tpu/python/tpu/tpu_estimator.py", line 2452, in train saving_listeners=saving_listeners) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 358, in train loss = self._train_model(input_fn, hooks, saving_listeners) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1124, in _train_model return self._train_model_default(input_fn, hooks, saving_listeners) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1158, in _train_model_default saving_listeners) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1407, in _train_with_estimator_spec _, loss = mon_sess.run([estimator_spec.train_op, estimator_spec.loss]) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py", line 676, in run run_metadata=run_metadata) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py", line 1171, in run run_metadata=run_metadata) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py", line 1270, in run raise six.reraise(*original_exc_info) "/home/hankook/anaconda3/lib/python3.7/site-packages/six.py", line 693, in reraise raise value "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py", line 1255, in run return self._sess.run(*args, **kwargs) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py", line 1327, in run run_metadata=run_metadata) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/training/monitored_session.py", line 1091, in run return self._sess.run(*args, **kwargs) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 929, in run run_metadata_ptr) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1152, in _run feed_dict_tensor, options, run_metadata) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run run_metadata) "/home/hankook/anaconda3/lib/python3.7/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: Retval[7] does not have value
0.251392
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 338, in execute_from_command_line utility.execute() "/usr/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 312, in execute django.setup() "/usr/local/lib/python2.7/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) "/usr/local/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) "/usr/local/lib/python2.7/site-packages/django/apps/config.py", line 112, in create mod = import_module(mod_path) "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/path/to/my/project/project/taskapp/celery.py", line 4, in <module> from celery import CeleryImportError: No module named celery
Traceback (most recent call last): "C:\Anaconda3\lib\site-packages\conda\exceptions.py", line 591, in conda_exception_handler return_value = func(*args, **kwargs) "C:\Anaconda3\lib\site-packages\conda\cli\main.py", line 134, in _main exit_code = args.func(args, p) "C:\Anaconda3\lib\site-packages\conda\cli\main_update.py", line 65, in execute install(args, parser, 'update') "C:\Anaconda3\lib\site-packages\conda\cli\install.py", line 359, in install execute_actions(actions, index, verbose=not context.quiet) "C:\Anaconda3\lib\site-packages\conda\plan.py", line 823, in execute_actions execute_instructions(plan, index, verbose) "C:\Anaconda3\lib\site-packages\conda\instructions.py", line 247, in execute_instructions cmd(state, arg) "C:\Anaconda3\lib\site-packages\conda\instructions.py", line 107, in UNLINKLINKTRANSACTION_CMD txn = UnlinkLinkTransaction.create_from_dists(index, prefix, unlink_dists, link_dists) "C:\Anaconda3\lib\site-packages\conda\core\link.py", line 123, in create_from_dists for dist, pkg_dir in zip(link_dists, pkg_dirs_to_link)) "C:\Anaconda3\lib\site-packages\conda\core\link.py", line 123, in <genexpr> for dist, pkg_dir in zip(link_dists, pkg_dirs_to_link)) "C:\Anaconda3\lib\site-packages\conda\gateways\disk\read.py", line 86, in read_package_info index_json_record = read_index_json(extracted_package_directory) "C:\Anaconda3\lib\site-packages\conda\gateways\disk\read.py", line 106, in read_index_json record = IndexRecord(**json.load(fi)) # TODO: change to LinkedPackageData "C:\Anaconda3\lib\json\__init__.py", line 268, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) "C:\Anaconda3\lib\json\__init__.py", line 318, in loads return _default_decoder.decode(s) "C:\Anaconda3\lib\json\decoder.py", line 343, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "C:\Anaconda3\lib\json\decoder.py", line 361, in raw_decode raise ValueError(errmsg("Expecting value", s, err.value)) from None ValueError: Expecting value: line 1 column 1 (char 0)
0.265355
PIO Core Call Error: "<Exception instance at 0x5900848 with str error:\n Traceback (most recent call last):\n \"C:\\Users\\Daniel\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\n return str(o)\nUnicodeEncodeError: 'ascii' codec can't encode character u'\\xba' in position 64: ordinal not in range(128)\n>"
Traceback (most recent call last): "c:\python35\lib\site-packages\youtube_dl\YoutubeDL.py", line 673, in extract_info ie_result = ie.extract(url) "c:\python35\lib\site-packages\youtube_dl\extractor\common.py", line 347, in extract raise ExtractorError('An extractor error has occurred.', cause=e)youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('title',)); 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.277529
Traceback (most recent call last): "/Users/vostrosa/Library/Python/3.7/lib/python/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/Users/vostrosa/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 641, in urlopen _stacktrace=sys.exc_info()[2]) "/Users/vostrosa/Library/Python/3.7/lib/python/site-packages/urllib3/util/retry.py", line 399, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='raw.githubusercontent.com', port=443): Max retries exceeded with url: /explosion/spacy-models/master/shortcuts-v2.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x11df5dd50>: Failed to establish a new connection: [Errno 61] Connection refused'))
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/matplotlib/backends/backend_gtk.py", line 440, in expose_event self._render_figure(self._pixmap, w, h) "/usr/lib/python2.7/dist-packages/matplotlib/backends/backend_gtkagg.py", line 86, in _render_figure FigureCanvasAgg.draw(self) "/usr/lib/python2.7/dist-packages/matplotlib/backends/backend_agg.py", line 469, in draw self.figure.draw(self.renderer) "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, _args, *_kwargs) "/usr/lib/python2.7/dist-packages/matplotlib/figure.py", line 1079, in draw func(_args) "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, *args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/Cartopy-0.13.0-py2.7-linux-i686.egg/cartopy/mpl/geoaxes.py", line 359, in draw inframe=inframe) "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, _args, *_kwargs) "/usr/lib/python2.7/dist-packages/matplotlib/axes/_base.py", line 2092, in draw a.draw(renderer) "/usr/lib/python2.7/dist-packages/matplotlib/artist.py", line 59, in draw_wrapper draw(artist, renderer, _args, *_kwargs) "/usr/local/lib/python2.7/dist-packages/Cartopy-0.13.0-py2.7-linux-i686.egg/cartopy/mpl/feature_artist.py", line 113, in draw {}) "/usr/lib/python2.7/weakref.py", line 433, in setdefault return self.data.setdefault(ref(key, self._remove),default)TypeError: unhashable type: 'MultiPolygon'
0.20047
Traceback (most recent call last): "/usr/local/lib/python3.5/site-packages/luigi/worker.py", line 285, in check_complete is_complete = task.complete() "/usr/local/lib/python3.5/site-packages/luigi/task.py", line 389, in complete return all(map(lambda output: output.exists(), outputs)) "/usr/local/lib/python3.5/site-packages/luigi/task.py", line 389, in <lambda> return all(map(lambda output: output.exists(), outputs)) "/usr/local/lib/python3.5/site-packages/luigi/contrib/hive.py", line 382, in exists return self.client.table_exists(self.table, self.database) "/usr/local/lib/python3.5/site-packages/luigi/contrib/hive.py", line 141, in table_exists return stdout and table.lower() in stdoutTypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "/home/python/envs/python3.6/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2881, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-124-9911263901fe>", line 1, in <module> model2 = load_model('my_model.h5') "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/models.py", line 243, in load_model model = model_from_config(model_config, custom_objects=custom_objects) "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/models.py", line 317, in model_from_config return layer_module.deserialize(config, custom_objects=custom_objects) "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/layers/__init__.py", line 55, in deserialize printable_module_name='layer') "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/utils/generic_utils.py", line 143, in deserialize_keras_object list(custom_objects.items()))) "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/models.py", line 1353, in from_config model.add(layer) "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/models.py", line 492, in add output_tensor = layer(self.outputs[0]) "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/engine/topology.py", line 617, in __call__ output = self.call(inputs, **kwargs) "/home/python/envs/python3.6/lib/python3.6/site-packages/keras/layers/core.py", line 663, in call return self.function(inputs, **arguments) "/home/python/envs/python3.6/lib/python3.6/site-packages/wtte/wtte.py", line 85, in output_lambda a, b = _keras_unstack_hack(x) NameError: name '_keras_unstack_hack' is not defined
0.252289
Traceback (most recent call last): "/usr/local/bin/ajenti-ssl-gen", line 17, in <module> config = yaml.load(open(config_path)) IOError: [Errno 2] No such file or directory: '/etc/ajenti/config.yml'`
Traceback (most recent call last): "/tmp/ipython-1.0.0/build/lib/IPython/testing/tests/test_tools.py", line 122, in test_exception_path tt.ipexec_validate(self.fname, expected_out=out, expected_err="C\nD") "/tmp/ipython-1.0.0/build/lib/IPython/testing/tools.py", line 261, in ipexec_validate nt.assert_equal("\n".join(err.strip().splitlines()), "\n".join(expected_err.strip().splitlines()))nose.proxy.AssertionError: "/tmp/ipython-1.0.0/build/lib/IPython/core/completerlib.py:53: DeprecationWarnin [truncated]... != 'C\nD'
0.195829
ERROR: Automatic signature extraction failed: Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 883, in _decrypt_signature return func(s) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 449, in <lambda> return lambda s: initial_function([s]) "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf res = self.interpret_statement(stmt, local_vars) "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression val = local_vars[m.group('in')]KeyError: u'lo'
Traceback (most recent call last): "MMDetection_Model_Train__003.py", line 242, in <module> main() "MMDetection_Model_Train__003.py", line 238, in main meta=meta) "/datadrive/drive1/Projects/WillowTree/Repo/advanced_seg/MMDetection_experiments/mmdetection_morphologi_train.py", line 225, in train_detector runner.run(data_loaders, cfg.workflow, cfg.total_epochs) "/home/edmorris/Git/mmcv/mmcv-0.5.1/mmcv/runner/runner.py", line 397, in run epoch_runner(data_loaders[i], **kwargs) "/home/edmorris/Git/mmcv/mmcv-0.5.1/mmcv/runner/runner.py", line 296, in train self.model, data_batch, train_mode=True, **kwargs) "/datadrive/drive1/Projects/WillowTree/Repo/advanced_seg/MMDetection_experiments/mmdetection_morphologi_train.py", line 78, in batch_processor losses = model(**data) "/anaconda/envs/py37_mmdetection_003/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/anaconda/envs/py37_mmdetection_003/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 150, in forward return self.module(*inputs[0], **kwargs[0]) "/anaconda/envs/py37_mmdetection_003/lib/python3.7/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/edmorris/Git/mmdetection_new_backup/mmdet/core/fp16/decorators.py", line 49, in new_func return old_func(*args, **kwargs) "/home/edmorris/Git/mmdetection_new_backup/mmdet/models/detectors/base.py", line 148, in forward return self.forward_train(img, img_metas, **kwargs) "/home/edmorris/Git/mmdetection_new_backup/mmdet/models/detectors/two_stage.py", line 158, in forward_train **kwargs) "/home/edmorris/Git/mmdetection_new_backup/mmdet/models/roi_heads/standard_roi_head.py", line 125, in forward_train gt_masks, img_metas) "/home/edmorris/Git/mmdetection_new_backup/mmdet/models/roi_heads/mask_scoring_roi_head.py", line 44, in _mask_forward_train mask_results['mask_targets'], self.train_cfg) "/home/edmorris/Git/mmdetection_new_backup/mmdet/core/fp16/decorators.py", line 127, in new_func return old_func(*args, **kwargs) "/home/edmorris/Git/mmdetection_new_backup/mmdet/models/roi_heads/mask_heads/maskiou_head.py", line 135, in get_targets area_ratios = torch.cat(list(area_ratios)) "/home/edmorris/Git/mmdetection_new_backup/mmdet/models/roi_heads/mask_heads/maskiou_head.py", line 168, in _get_area_ratio ratio = gt_mask_in_proposal.areas[0] / ( IndexError: index 0 is out of bounds for axis 0 with size 0
0.238359
Traceback (most recent call last): "/usr/lib/python3.5/weakref.py", line 117, in remove TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "C:\Users\jameswang\anaconda3\envs\sklearn\lib\site-packages\spyder\widgets\browser.py", line 332, in contextMenuEvent self.context_menu.popup(event.globalPos())AttributeError: 'NoneType' object has no attribute 'popup'
0.306511
Traceback (most recent call last): "/usr/bin/offlineimap", line 23, in <module> oi.run() "/usr/lib/python2.7/dist-packages/offlineimap/init.py", line 46, in run options, args = self.parse_cmd_options() "/usr/lib/python2.7/dist-packages/offlineimap/init.py", line 221, in parse_cmd_options config.set_if_not_exists('general','dry-run','False') "/usr/lib/python2.7/dist-packages/offlineimap/CustomConfig.py", line 100, in set_if_not_exists self.set(section, option, value) "/usr/lib/python2.7/ConfigParser.py", line 753, in set ConfigParser.set(self, section, option, value) "/usr/lib/python2.7/ConfigParser.py", line 396, in set raise NoSectionError(section)ConfigParser.NoSectionError: No section: 'general'
Traceback (most recent call last): "/lingtian/software/anaconda3/envs/tf_1.12.0/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 624, in _queue_management_worker result_item = result_reader.recv() "/lingtian/software/anaconda3/envs/tf_1.12.0/lib/python3.6/multiprocessing/connection.py", line 251, in recv return _ForkingPickler.loads(buf.getbuffer()) TypeError: __init__() takes 1 positional argument but 2 were given
0.302006
Traceback (most recent call last): "/home/ha/homeassistant/lib64/python3.6/site-packages/homeassistant/helpers/entity.py", line 220, in async_update_ha_state await self.async_device_update() "/home/ha/homeassistant/lib64/python3.6/site-packages/homeassistant/helpers/entity.py", line 375, in async_device_update await self.async_update() "/home/ha/.homeassistant/custom_components/hacs/sensor.py", line 23, in async_update if hacs.store.task_running: AttributeError: 'NoneType' object has no attribute 'task_running'
Traceback (most recent call last): "scratch.py", line 51, in <module> c_complex = example_cublasZgetriBatched(handle) "scratch.py", line 45, in example_cublasZgetriBatched c = c_dev.get() "/usr/local/lib/python3.5/dist-packages/pycuda/gpuarray.py", line 271, in get _memcpy_discontig(ary, self, async=async, stream=stream) "/usr/local/lib/python3.5/dist-packages/pycuda/gpuarray.py", line 1248, in _memcpy_discontig drv.memcpy_dtoh(dst, src.gpudata) pycuda._driver.LaunchError: cuMemcpyDtoH failed: unspecified launch failure
0.280435
Traceback (most recent call last): "C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask\app.py", line 1949, in full_dispatch_request rv = self.dispatch_request() "C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask\app.py", line 1935, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask_restful\__init__.py", line 458, in wrapper resp = resource(*args, **kwargs) "C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask\views.py", line 89, in view return self.dispatch_request(*args, **kwargs) "C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\flask_restful\__init__.py", line 573, in dispatch_request resp = meth(*args, **kwargs) "C:\Users\Gebruiker\Envs\rotkehlchen\lib\site-packages\webargs\core.py", line 366, in wrapper return func(*args, **kwargs) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\api\v1\resources.py", line 215, in put return self.rest_api.setup_exchange(name, api_key, api_secret, passphrase) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\api\rest.py", line 109, in wrapper return f(wrappingobj, *args, **kwargs) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\api\rest.py", line 377, in setup_exchange result, message = self.rotkehlchen.setup_exchange(name, api_key, api_secret, passphrase) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\rotkehlchen.py", line 635, in setup_exchange passphrase=passphrase, "c:\users\gebruiker\source\repos\rotki\rotkehlchen\exchanges\manager.py", line 78, in setup_exchange result, message = exchange.validate_api_key() "c:\users\gebruiker\source\repos\rotki\rotkehlchen\exchanges\kraken.py", line 318, in validate_api_key valid, msg = self._validate_single_api_key_action('Balance') "c:\users\gebruiker\source\repos\rotki\rotkehlchen\exchanges\kraken.py", line 341, in _validate_single_api_key_action self.api_query(method_str, req) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\exchanges\kraken.py", line 419, in api_query result = query_method(method, req) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\exchanges\kraken.py", line 471, in _query_private return _check_and_get_response(response, method) "c:\users\gebruiker\source\repos\rotki\rotkehlchen\exchanges\kraken.py", line 246, in _check_and_get_response return result['result'] KeyError: 'result'
Traceback (most recent call last): "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'iou3d'
0.236266
Traceback (most recent call last): "./src/myarchive/main.py", line 108, in <module> main() "./src/myarchive/main.py", line 81, in main username=args.username) "/mnt/bulk/repos/projects/myarchive/src/myarchive/twitterlib.py", line 134, in archive_tweets include_entities=True) "/usr/local/lib/python2.7/dist-packages/twitter/api.py", line 3361, in GetFavorites resp = self._RequestUrl(url, 'GET', data=parameters) "/usr/local/lib/python2.7/dist-packages/twitter/api.py", line 4753, in _RequestUrl time.sleep(int(limit.reset - time.time()))IOError: [Errno 22] Invalid argument
> > ExtractorError: Signature extraction failed: Traceback (most recent call last):> > "/opt/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
0.184169
Traceback (most recent call last): "<string>", line 1, in <module> "/Users/sirver/.dotfiles/vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 147, in RestartServer self.OnVimLeave() "/Users/sirver/.dotfiles/vim/bundle/YouCompleteMe/autoload/../python/ycm/youcompleteme.py", line 242, in OnVimLeave os.remove( self._temp_options_filename )OSError: [Errno 2] No such file or directory: '/var/folders/6l/4ytkxqrd2nq7shcwyslmr6vr0000gn/T/tmpSRrS4H'
Traceback (most recent call last): "/usr/lib/python2.7/logging/__init__.py", line 861, in emit msg = self.format(record) "/usr/lib/python2.7/logging/__init__.py", line 734, in format return fmt.format(record) "/usr/lib/python2.7/logging/__init__.py", line 465, in format record.message = record.getMessage() "/usr/lib/python2.7/logging/__init__.py", line 329, in getMessage msg = msg % self.args TypeError: not all arguments converted during string formatting
0.299946
Traceback (most recent call last): "<stdin>", line 1, in <module> "/opt/conda/lib/python3.7/site-packages/mlflow/tracking/client.py", line 161, in create_experiment return self._tracking_client.create_experiment(name, artifact_location) "/opt/conda/lib/python3.7/site-packages/mlflow/tracking/_tracking_service/client.py", line 128, in create_experiment artifact_location=artifact_location, "/opt/conda/lib/python3.7/site-packages/mlflow/store/tracking/rest_store.py", line 54, in create_experiment response_proto = self._call_endpoint(CreateExperiment, req_body) "/opt/conda/lib/python3.7/site-packages/mlflow/store/tracking/rest_store.py", line 32, in _call_endpoint return call_endpoint(self.get_host_creds(), endpoint, method, json_body, response_proto) "/opt/conda/lib/python3.7/site-packages/mlflow/utils/rest_utils.py", line 137, in call_endpoint response = verify_rest_response(response, endpoint) "/opt/conda/lib/python3.7/site-packages/mlflow/utils/rest_utils.py", line 103, in verify_rest_response raise RestException(json.loads(response.text)) mlflow.exceptions.RestException: RESOURCE_ALREADY_EXISTS: Experiment(name=testing) already exists. Error: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely)
Traceback (most recent call last): "/home/pi/env/lib/python3.5/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module> from oauth2client.locked_file import Locked ImportError: No module named 'oauth2client.locked_file'
0.144818
Traceback (most recent call last): "<console>", line 1, in <module> "/usr/local/lib/python2.7/site-packages/scapy/base_classes.py", line 223, in __call__ i.__init__(*args, **kargs) "/usr/local/lib/python2.7/site-packages/scapy/packet.py", line 95, in __init__ self.dissect(_pkt) "/usr/local/lib/python2.7/site-packages/scapy/packet.py", line 619, in dissect s = self.do_dissect(s) "/usr/local/lib/python2.7/site-packages/scapy/asn1packet.py", line 28, in do_dissect return self.ASN1_root.dissect(self, x) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 329, in dissect _,x = self.m2i(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 322, in m2i s = obj.dissect(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 123, in dissect v,s = self.m2i(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 482, in m2i return self.extract_packet(choice, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 108, in extract_packet c = cls(s) "/usr/local/lib/python2.7/site-packages/scapy/base_classes.py", line 223, in __call__ i.__init__(*args, **kargs) "/usr/local/lib/python2.7/site-packages/scapy/packet.py", line 95, in __init__ self.dissect(_pkt) "/usr/local/lib/python2.7/site-packages/scapy/packet.py", line 619, in dissect s = self.do_dissect(s) "/usr/local/lib/python2.7/site-packages/scapy/asn1packet.py", line 28, in do_dissect return self.ASN1_root.dissect(self, x) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 329, in dissect _,x = self.m2i(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 322, in m2i s = obj.dissect(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 123, in dissect v,s = self.m2i(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 364, in m2i c,s = self.extract_packet(self.cls, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 108, in extract_packet c = cls(s) "/usr/local/lib/python2.7/site-packages/scapy/base_classes.py", line 223, in __call__ i.__init__(*args, **kargs) "/usr/local/lib/python2.7/site-packages/scapy/packet.py", line 95, in __init__ self.dissect(_pkt) "/usr/local/lib/python2.7/site-packages/scapy/packet.py", line 619, in dissect s = self.do_dissect(s) "/usr/local/lib/python2.7/site-packages/scapy/asn1packet.py", line 28, in do_dissect return self.ASN1_root.dissect(self, x) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 329, in dissect _,x = self.m2i(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 322, in m2i s = obj.dissect(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 123, in dissect v,s = self.m2i(pkt, s) "/usr/local/lib/python2.7/site-packages/scapy/asn1fields.py", line 89, in m2i return codec.dec(s, context=self.context) "/usr/local/lib/python2.7/site-packages/scapy/asn1/ber.py", line 237, in dec return cls.do_dec(s, context, safe) "/usr/local/lib/python2.7/site-packages/scapy/asn1/ber.py", line 230, in do_dec raise BER_Decoding_Error("Unknown prefix [%02x] for [%r]" % (p,t), remaining=s)BER_Decoding_Error: Unknown prefix [42] for ['B\x01\x12']
Traceback (most recent call last): "./test_script.py", line 6, in <module> scd = torch.hub.load('pyannote/pyannote-audio', 'scd_ami') "/root/anaconda3/envs/pyannote_duo/lib/python3.6/site-packages/torch/hub.py", line 355, in load hub_module = import_module(MODULE_HUBCONF, repo_dir + '/' + MODULE_HUBCONF) "/root/anaconda3/envs/pyannote_duo/lib/python3.6/site-packages/torch/hub.py", line 72, in import_module spec.loader.exec_module(module) "<frozen importlib._bootstrap_external>", line 674, in exec_module "<frozen importlib._bootstrap_external>", line 780, in get_code "<frozen importlib._bootstrap_external>", line 832, in get_data NotFoundError: [Errno 2] No such file or directory: '/root/.cache/torch/hub/pyannote_pyannote-audio_master/hubconf.py'`
0.166572
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-d4x95a5i/atari-py/setup.py", line 36, in <module> tests_require=['nose2'] "/home/iaiai/anaconda3/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) "/home/iaiai/anaconda3/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() "/home/iaiai/anaconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/home/iaiai/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() "/home/iaiai/anaconda3/lib/python3.6/site-packages/wheel/bdist_wheel.py", line 204, in run self.run_command('build') "/home/iaiai/anaconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/home/iaiai/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command cmd_obj.run() "/tmp/pip-build-d4x95a5i/atari-py/setup.py", line 16, in run subprocess.check_call(cmd) "/home/iaiai/anaconda3/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['make', 'build', '-C', 'atari_py/ale_interface', '-j', '7']' returned non-zero exit status 2.
Traceback (most recent call last): "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\commands\install.py", line 385, in run requirement_set.cleanup_files() "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\utils\build.py", line 38, in __exit__ self.cleanup() "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\utils\build.py", line 42, in cleanup rmtree(self.name) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\_vendor\retrying.py", line 49, in wrapped_f return Retrying(*dargs, **dkw).call(f, *args, **kw) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\_vendor\retrying.py", line 212, in call raise attempt.get() "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\_vendor\retrying.py", line 247, in get six.reraise(self.value[0], self.value[1], self.value[2]) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\_vendor\six.py", line 686, in reraise raise value "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\_vendor\retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\utils\__init__.py", line 102, in rmtree onerror=rmtree_errorhandler) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\shutil.py", line 494, in rmtree return _rmtree_unsafe(path, onerror) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\shutil.py", line 384, in _rmtree_unsafe _rmtree_unsafe(fullname, onerror) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\shutil.py", line 393, in _rmtree_unsafe onerror(os.rmdir, path, sys.exc_info()) "C:\Users\陈志祥\AppData\Local\Programs\Python\Python36\lib\site-packages\pip\utils\__init__.py", line 114, in rmtree_errorhandler func(path) PermissionError: [WinError 32] 另一个程序正在使用此文件,进程无法访问。: 'C:\\Users\\陈志祥\\AppData\\Local\\Temp\\pip-build-euib5x4_\\tornado'
0.325316
Traceback (most recent call last): "./convert.py", line 60, in <module> main() "./convert.py", line 56, in main args.phase) "./convert.py", line 27, in convert transformer = TensorFlowTransformer(def_path, caffemodel_path, phase=phase) "/workspace/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 221, in __init__ self.load(def_path, data_path, phase) "/workspace/caffe-tensorflow/kaffe/tensorflow/transformer.py", line 227, in load graph = GraphBuilder(def_path, phase).build() "/workspace/caffe-tensorflow/kaffe/graph.py", line 140, in __init__ self.load() "/workspace/caffe-tensorflow/kaffe/graph.py", line 146, in load text_format.Merge(def_file.read(), self.params) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 476, in Merge descriptor_pool=descriptor_pool) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 526, in MergeLines return parser.MergeLines(lines, message) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 559, in MergeLines self._ParseOrMerge(lines, message) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 574, in _ParseOrMerge self._MergeField(tokenizer, message) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 675, in _MergeField merger(tokenizer, message, field) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 764, in _MergeMessageField self._MergeField(tokenizer, sub_message) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 675, in _MergeField merger(tokenizer, message, field) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 764, in _MergeMessageField self._MergeField(tokenizer, sub_message) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 643, in _MergeField (message_descriptor.full_name, name)) google.protobuf.text_format.ParseError: 54:5 : Message type "caffe.PoolingParameter" has no field named "ceil_mode".
Traceback (most recent call last): "C:\Python27\lib\site-packages\pyocd\__main__.py", line 398, in run self._COMMANDS[self._args.cmd](self) "C:\Python27\lib\site-packages\pyocd\__main__.py", line 742, in do_gdbserver with session: "C:\Python27\lib\site-packages\pyocd\core\session.py", line 343, in __enter__ self.open() "C:\Python27\lib\site-packages\pyocd\core\session.py", line 461, in open self._board.init() "C:\Python27\lib\site-packages\pyocd\board\board.py", line 85, in init self.target.init() "C:\Python27\lib\site-packages\pyocd\core\soc_target.py", line 120, in init seq.invoke() "C:\Python27\lib\site-packages\pyocd\utility\sequencer.py", line 213, in invoke resultSequence.invoke() "C:\Python27\lib\site-packages\pyocd\utility\sequencer.py", line 208, in invoke resultSequence = call() "C:\Python27\lib\site-packages\pyocd\target\family\target_kinetis.py", line 121, in check_flash_security self.aps[0].read32(CortexM.DHCSR) AttributeError: 'AccessPort' object has no attribute 'read32'
0.234237
Traceback (most recent call last): ".\threading.py", line 532, in __bootstrap_inner "./Package Control.py", line 4031, in run "./Package Control.py", line 3806, in make_package_list "./Package Control.py", line 2845, in list_available_packages "./Package Control.py", line 2766, in list_repositories "./Package Control.py", line 837, in get_repositories "./Package Control.py", line 804, in fetch_channel "./Package Control.py", line 2656, in download_url "./Package Control.py", line 1869, in downloadIOError: [Errno 2] Nie ma takiego pliku ani katalogu: '/tmp/tmpuAOa_T'
Traceback (most recent call last): "/Users/matt/python_venvs/ansibledev/ansible/bin/ansible-playbook", line 66, in <module> sys.exit(cli.run()) "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/cli/playbook.py", line 161, in run results = pbex.run() "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/playbook_executor.py", line 127, in run result = self._tqm.run(play=play) "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/task_queue_manager.py", line 248, in run iterator = PlayIterator(inventory=self._inventory, play=new_play, connection_info=connection_info, all_vars=all_vars) "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/executor/play_iterator.py", line 95, in __init__ new_block = block.filter_tagged_tasks(connection_info, all_vars) "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/block.py", line 318, in filter_tagged_tasks new_block.block = evaluate_and_append_task(self.block) "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/block.py", line 313, in evaluate_and_append_task if task.evaluate_tags(connection_info.only_tags, connection_info.skip_tags, all_vars=all_vars): "/Users/matt/python_venvs/ansibledev/ansible/lib/ansible/playbook/taggable.py", line 82, in evaluate_tags elif tags.intersection(only_tags):AttributeError: 'list' object has no attribute 'intersection'
0.237314
Traceback (most recent call last): "/home/oyuksel/app/gpodder/src/gpodder/download.py", line 863, in run headers, real_url = downloader.retrieve_resume(self.tempname, self.status_updated) "/home/oyuksel/app/gpodder/src/gpodder/download.py", line 403, in retrieve_resume tempname, reporthook=reporthook) "/home/oyuksel/app/gpodder/src/gpodder/download.py", line 315, in retrieve_resume fp = self.open(url, data) "/usr/lib64/python3.6/urllib/request.py", line 1757, in open return getattr(self, name)(url) "/usr/lib64/python3.6/urllib/request.py", line 1936, in open_http return self._open_generic_http(http.client.HTTPConnection, url, data) "/usr/lib64/python3.6/urllib/request.py", line 1932, in _open_generic_http response.status, response.reason, response.msg, data) "/home/oyuksel/app/gpodder/src/gpodder/download.py", line 246, in http_error return super().http_error(url, fp, errcode, errmsg, headers, data=data) "/usr/lib64/python3.6/urllib/request.py", line 1952, in http_error return self.http_error_default(url, fp, errcode, errmsg, headers) "/home/oyuksel/app/gpodder/src/gpodder/download.py", line 259, in http_error_default raise gPodderDownloadHTTPError(url, errcode, errmsg) gpodder.download.gPodderDownloadHTTPError: ('//media.blubrry.com/security_all_in/api.podcache.net/episodes/626285ff-5574-4240-a2b3-7da95d87d08d/stream.mp3', 500, 'handshakefailed')
Traceback (most recent call last): "/usr/local/bin/youtube-dl", line 10, in <module> sys.exit(main()) "/usr/local/lib/python3.7/dist-packages/youtube_dl/__init__.py", line 474, in main _real_main(argv) "/usr/local/lib/python3.7/dist-packages/youtube_dl/__init__.py", line 464, in _real_main retcode = ydl.download(all_urls) "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 2019, in download url, force_generic_extractor=self.params.get('force_generic_extractor', False)) "/usr/local/lib/python3.7/dist-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/local/lib/python3.7/dist-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/local/lib/python3.7/dist-packages/youtube_dl/extractor/xtube.py", line 110, in _real_extract for format_id, format_url in sources.items(): AttributeError: 'NoneType' object has no attribute 'items'
0.233625
Traceback (most recent call last): "/home/kaito/.local/bin/oj", line 7, in <module> onlinejudge.implementation.main.main(args=sys.argv[1:]) "/home/kaito/.local/lib/python3.6/site-packages/onlinejudge/implementation/main.py", line 318, in main run_program(namespace, parser=parser) "/home/kaito/.local/lib/python3.6/site-packages/onlinejudge/implementation/main.py", line 287, in run_program download(args) "/home/kaito/.local/lib/python3.6/site-packages/onlinejudge/implementation/command/download.py", line 53, in download samples = problem.download_sample_cases(session=sess) # type: ignore "/home/kaito/.local/lib/python3.6/site-packages/onlinejudge/service/yukicoder.py", line 275, in download_sample_cases it = self._parse_sample_tag(pre) "/home/kaito/.local/lib/python3.6/site-packages/onlinejudge/service/yukicoder.py", line 312, in _parse_sample_tag if prv.name == 'h6' and tag.parent.name == 'div' and tag.parent['class'] == ['paragraph'] and pprv.name == 'h5': AttributeError: 'NoneType' object has no attribute 'name'
Traceback (most recent call last): "/home/art/PycharmProjects/pycuda/test.py", line 16, in <module> mod = SourceModule(""" "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pycuda/compiler.py", line 290, in __init__ cubin = compile(source, nvcc, options, keep, no_extern_c, "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pycuda/compiler.py", line 254, in compile return compile_plain(source, options, keep, nvcc, cache_dir, target) "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pycuda/compiler.py", line 84, in compile_plain checksum.update(get_nvcc_version(nvcc).encode("utf-8")) "</home/art/.pyenv/versions/test380/lib/python3.8/site-packages/decorator.py:decorator-gen-3>", line 2, in get_nvcc_version "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pytools/__init__.py", line 539, in _deco result = func(*args) "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pycuda/compiler.py", line 16, in get_nvcc_version result, stdout, stderr = call_capture_output(cmdline) "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pytools/prefork.py", line 227, in call_capture_output return forker.call_capture_output(cmdline, cwd, error_on_nonzero) "/home/art/.pyenv/versions/test380/lib/python3.8/site-packages/pytools/prefork.py", line 60, in call_capture_output raise ExecError("error invoking '%s': %s" pytools.prefork.ExecError: error invoking 'nvcc --version': [Errno 2] No such file or directory: 'nvcc'
0.32176
Traceback (most recent call last): "jellyfin_mpv_shim\gui_mgr.py", line 168, in run "jellyfin_mpv_shim\clients.py", line 131, in login "jellyfin_mpv_shim\clients.py", line 186, in _connect_client "jellyfin_mpv_shim\clients.py", line 160, in setup_client "jellyfin_apiclient_python\api.py", line 333, in post_capabilities "jellyfin_apiclient_python\api.py", line 81, in sessions "jellyfin_apiclient_python\api.py", line 62, in _post "jellyfin_apiclient_python\api.py", line 51, in _http "jellyfin_apiclient_python\http.py", line 162, in request jellyfin_apiclient_python.exceptions.HTTPException: (400, HTTPError('400 Client Error: Bad Request for url: http://192.168.1.53:8096/Sessions/Capabilities/Full'))
Traceback (most recent call last): "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/local/Cellar/python3/3.6.1/Frameworks/Python.framework/Versions/3.6/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/usr/local/lib/python3.6/site-packages/mypy/__main__.py", line 11, in <module> main(None) "/usr/local/lib/python3.6/site-packages/mypy/main.py", line 50, in main res = type_check_only(sources, bin_dir, options) "/usr/local/lib/python3.6/site-packages/mypy/main.py", line 97, in type_check_only options=options) "/usr/local/lib/python3.6/site-packages/mypy/build.py", line 196, in build graph = dispatch(sources, manager) "/usr/local/lib/python3.6/site-packages/mypy/build.py", line 1801, in dispatch process_graph(graph, manager) "/usr/local/lib/python3.6/site-packages/mypy/build.py", line 2044, in process_graph process_stale_scc(graph, scc, manager) "/usr/local/lib/python3.6/site-packages/mypy/build.py", line 2139, in process_stale_scc graph[id].semantic_analysis() "/usr/local/lib/python3.6/site-packages/mypy/build.py", line 1696, in semantic_analysis self.manager.semantic_analyzer.visit_file(self.tree, self.xpath, self.options, patches) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 295, in visit_file self.accept(d) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 3645, in accept node.accept(self) "/usr/local/lib/python3.6/site-packages/mypy/nodes.py", line 565, in accept return visitor.visit_func_def(self) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 418, in visit_func_def self.analyze_function(defn) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 627, in analyze_function defn.body.accept(self) "/usr/local/lib/python3.6/site-packages/mypy/nodes.py", line 815, in accept return visitor.visit_block(self) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 1522, in visit_block self.accept(s) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 3645, in accept node.accept(self) "/usr/local/lib/python3.6/site-packages/mypy/nodes.py", line 859, in accept return visitor.visit_assignment_stmt(self) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 1581, in visit_assignment_stmt self.process_namedtuple_definition(s) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 2126, in process_namedtuple_definition named_tuple = self.check_namedtuple(s.rvalue, name) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 2157, in check_namedtuple return self.build_namedtuple_typeinfo('namedtuple', [], [], {}) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 2275, in build_namedtuple_typeinfo info = self.basic_new_typeinfo(name, fallback) "/usr/local/lib/python3.6/site-packages/mypy/semanal.py", line 2251, in basic_new_typeinfo info.mro = [info] + basetype_or_fallback.type.mro TypeError: can only concatenate list (not "NoneType") to list
0.267468
Traceback (most recent call last): "C:\Python27\lib\site-packages\tornado\http1connection.py", line 693, in _server_request_loop ret = yield conn.read_response(request_delegate) "C:\Python27\lib\site-packages\tornado\gen.py", line 870, in run value = future.result() "C:\Python27\lib\site-packages\tornado\concurrent.py", line 215, in result raise_exc_info(self._exc_info) "C:\Python27\lib\site-packages\tornado\gen.py", line 876, in run yielded = self.gen.throw(*exc_info) "C:\Python27\lib\site-packages\tornado\http1connection.py", line 168, in _read_message quiet_exceptions=iostream.StreamClosedError) "C:\Python27\lib\site-packages\tornado\gen.py", line 870, in run value = future.result() "C:\Python27\lib\site-packages\tornado\concurrent.py", line 215, in result raise_exc_info(self._exc_info) "<string>", line 3, in raise_exc_info SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:581)
Traceback (most recent call last): "/home/sebastian/anaconda3/envs/data_science/lib/python3.6/site-packages/spyder/plugins/variableexplorer/widgets/collectionseditor.py", line 1675, in lessThan return leftData < rightDataTypeError: '<' not supported between instances of 'int' and 'str'
0.145547
Exception occurred in wheel key.accept: Traceback (most recent call last):\n \"/usr/lib/python2.7/dist-packages/salt/client/mixins.py\", line 392, in _low\n data['return'] = self.functions[fun](*args, **kwargs)\nTypeError: accept() takes at least 1 argument (0 given)\n ```
Traceback (most recent call last): "/nix/store/pk2s4pk14hsvy410hcpc1hfscy34fn8p-python-2.7.15/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/nix/store/q2svfj4gqvz77mq7sf0mm796kbic580q-python2.7-redis-2.10.6/lib/python2.7/site-packages/redis/client.py", line 2599, in run timeout=sleep_time) "/build/fakeredis-0.16.0/fakeredis.py", line 230, in decode_response val = _decode(func(*args, **kwargs)) "/build/fakeredis-0.16.0/fakeredis.py", line 508, in func_wrapper return func(*args, **kwargs) "/build/fakeredis-0.16.0/fakeredis.py", line 2738, in get_message message = self._q.get(True, timeout) "/nix/store/pk2s4pk14hsvy410hcpc1hfscy34fn8p-python-2.7.15/lib/python2.7/Queue.py", line 172, in get endtime = _time() + timeout TypeError: 'NoneType' object is not callable
0.312371
Traceback (most recent call last): "run_qa.py", line 495, in <module> main() "run_qa.py", line 457, in main model_path=model_args.model_name_or_path if os.path.isdir(model_args.model_name_or_path) else None "/home/olab/kirstain/anaconda3/envs/transformers/lib/python3.7/site-packages/transformers/trainer.py", line 929, in train self._maybe_log_save_evaluate(tr_loss, model, trial, epoch) "/home/olab/kirstain/anaconda3/envs/transformers/lib/python3.7/site-packages/transformers/trainer.py", line 1004, in _maybe_log_save_evaluate metrics = self.evaluate() "/specific/netapp5_3/rent_public/olab-01-08-2021/kirstain/transformers/examples/question-answering/trainer_qa.py", line 63, in evaluate metrics = self.compute_metrics(eval_preds) "run_qa.py", line 439, in compute_metrics return metric.compute(predictions=p.predictions, references=p.label_ids) "/home/olab/kirstain/anaconda3/envs/transformers/lib/python3.7/site-packages/datasets/metric.py", line 398, in compute output = self._compute(predictions=predictions, references=references, **kwargs) "/specific/netapp5_3/rent_public/olab-01-08-2021/kirstain/.cache/huggingface/modules/datasets_modules/metrics/squad/4791a1e1b37b2b0b8d8d4b7d4793349432fe03a61be5b08c8b30c6b4d86363f1/squad.py", li$e 100, in _compute score = evaluate(dataset=dataset, predictions=pred_dict) "/specific/netapp5_3/rent_public/olab-01-08-2021/kirstain/.cache/huggingface/modules/datasets_modules/metrics/squad/4791a1e1b37b2b0b8d8d4b7d4793349432fe03a61be5b08c8b30c6b4d86363f1/evaluate.py", line 68, in evaluate exact_match += metric_max_over_ground_truths(exact_match_score, prediction, ground_truths) "/specific/netapp5_3/rent_public/olab-01-08-2021/kirstain/.cache/huggingface/modules/datasets_modules/metrics/squad/4791a1e1b37b2b0b8d8d4b7d4793349432fe03a61be5b08c8b30c6b4d86363f1/evaluate.py", line 53, in metric_max_over_ground_truths return max(scores_for_ground_truths) ValueError: max() arg is an empty sequence
Traceback (most recent call last): "Cura/gui/util/toolbarUtil.py", line 201, in OnButton self.callback(event) "Cura/gui/projectPlanner.py", line 441, in OnAddModel item = ProjectObject(self, filename) "Cura/gui/projectPlanner.py", line 63, in **init** self.mesh.getMinimumZ()AttributeError: 'stlModel' object has no attribute 'getMinimumZ'
0.294678
Traceback (most recent call last): "/usr/local/mylar/cherrypy/_cprequest.py", line 645, in respond response.body = self.handler() "/usr/local/mylar/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(_args, *_kwargs) "/usr/local/mylar/cherrypy/_cpdispatch.py", line 35, in __call__ raise sys.exc_info()[1]HTTPError: (404, 'Unexpected query string parameters: Charlotte')
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>)
0.295753
>>> Traceback (most recent call last): "C:\Python27\lib\site-packages\spyderlib\plugins\configdialog.py", line 155, in accept configpage.apply_changes() "C:\Python27\lib\site-packages\spyderlib\plugins\configdialog.py", line 71, in apply_changes self.save_to_conf() "C:\Python27\lib\site-packages\spyderlib\plugins\configdialog.py", line 315, in save_to_conf self.set_option(option, spinbox.value()) "C:\Python27\lib\site-packages\spyderlib\plugins__init__.py", line 210, in set_option CONF.set(self.CONF_SECTION, str(option), value) "C:\Python27\lib\site-packages\spyderlib\userconfig.py", line 310, in set self.**save() "C:\Python27\lib\site-packages\spyderlib\userconfig.py", line 154, in __save conf_file = file(self.filename(),'w')IOError: [Errno 22] invalid mode ('w') or filename: 'C:\Users\cineko.FNMOTOL2W\.spyder2\.spyder.ini'
Traceback (most recent call last): "/Library/Python/2.7/site-packages/robotide/ui/actiontriggers.py", line 354, in **call** action.act(event) "/Library/Python/2.7/site-packages/robotide/action/action.py", line 86, in act self.action(event) "/Library/Python/2.7/site-packages/robotide/utils/eventhandler.py", line 22, in wrapped method(self, event) "/Library/Python/2.7/site-packages/robotide/ui/mainframe.py", line 237, in OnManagePlugins self._plugin_manager.show(self._application.get_plugins()) "/Library/Python/2.7/site-packages/robotide/ui/pluginmanager.py", line 31, in show self._tab = _PluginPanel(self._notebook, plugins, self._show_tab) "/Library/Python/2.7/site-packages/robotide/ui/pluginmanager.py", line 46, in __init__ sizer.Add(self._create_body(plugins, activation_callback), "/Library/Python/2.7/site-packages/robotide/ui/pluginmanager.py", line 69, in _create_body flag=wx.ALIGN_CENTER_HORIZONTAL) "/usr/local/lib/wxPython-2.9.4.0/lib/python2.7/site-packages/wx-2.9.4-osx_cocoa/wx/_core.py", line 14469, in Add return _core_.Sizer_Add(_args, *_kwargs)wx._core.PyAssertionError: C++ assertion "Assert failure" failed at /BUILD/wxPython-src-2.9.4.0/src/common/sizer.cpp(1377) in DoInsert(): too many items (3 &gt; 2*1) in grid sizer (maybe you should omit the number of either rows or columns?)
0.322211
Traceback (most recent call last): "/home/the-kid/Projects/mycroft-core/test/client/local_recognizer_test.py", line 16, in setUp "en-us") TypeError: unbound method create_mycroft_recognizer() must be called with RecognizerLoop instance as first argument (got int instance instead)
Traceback (most recent call last): "k:\codeprojects\python\geeknote\tests\outTest.py", line 132, in test_print_list_with_title_success self.assertEquals(sys.stdout.read(), notes_list)AssertionError: '' != '=================== test ==================\nTotal found: 2\n 1 : 01.01.1970 testnote\n 2 : 01.01.1970 testnote\n'
0.310168
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 169, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/generic.py", line 751, in _real_extract raise ExtractorError('Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://xfinitytv.comcast.net/watch/Crossbones/5521595433157495112/314641475846/Crossbones/videos?cmpid=syn_rss; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/home3/smkwon/MyCode/train.py", line 64, in run single_main(opt, device_id) "/home3/smkwon/MyCode/onmt/train_single.py", line 154, in main trainer.train(train_iter, valid_iter, opt.train_steps, opt.valid_steps) "/home3/smkwon/MyCode/onmt/trainer.py", line 146, in train for i, batch in enumerate(train_iter): "/home3/smkwon/MyCode/onmt/inputters/inputter.py", line 476, in __iter__ for batch in cur_iter: "/home3/smkwon/anaconda3/envs/openNMT_py36/lib/python3.6/site-packages/torchtext/data/iterator.py", line 156, in __iter__ yield Batch(minibatch, self.dataset, self.device) "/home3/smkwon/anaconda3/envs/openNMT_py36/lib/python3.6/site-packages/torchtext/data/batch.py", line 34, in __init__ setattr(self, name, field.process(batch, device=device)) "/home3/smkwon/anaconda3/envs/openNMT_py36/lib/python3.6/site-packages/torchtext/data/field.py", line 237, in process tensor = self.numericalize(padded, device=device) "/home3/smkwon/anaconda3/envs/openNMT_py36/lib/python3.6/site-packages/torchtext/data/field.py", line 357, in numericalize arr = self.postprocessing(arr, None) "/home3/smkwon/MyCode/onmt/inputters/inputter.py", line 56, in make_img c = data[0].size(0) IndexError: list index out of range
0.250032
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python2.7/dist-packages/riko/__init__.py", line 37, in <module> from builtins import *ImportError: No module named builtins
Traceback (most recent call last): "/home/amalik/tenENV/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/home/amalik/tenENV/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/home/amalik/DATA/models/research/inception/inception/data/build_imagenet_data.py", line 395, in _process_image_files_batch height, width) "/home/amalik/DATA/models/research/inception/inception/data/build_imagenet_data.py", line 214, in _convert_to_example 'image/colorspace': _bytes_feature(colorspace), "/home/amalik/DATA/models/research/inception/inception/data/build_imagenet_data.py", line 175, in _bytes_feature value = six.binary_type(value, encoding='utf-8') TypeError: str() takes at most 1 argument (2 given)
0.246984
"module_stderr": "Traceback (most recent call last):\n \"/usr/lib64/python3.6/shutil.py\", line 544, in move\n os.rename(src, real_dst)\nOSError: [Errno 18] Invalid cross-device link: '/tmp/tmp_3v8 ij06/openshift' -> '/usr/local/bin/openshift'\n\nDuring handling of the above exception, another exception occurred:\n\nTraceback (most recent call last):\n \"/tmp/ansible_i84p32ax/ansible_module_openshif
Traceback (most recent call last): "/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) "/usr/local/lib/python3.6/dist-packages/flask_restful/__init__.py", line 480, in wrapper resp = resource(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/flask/views.py", line 88, in view return self.dispatch_request(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/flask_restful/__init__.py", line 595, in dispatch_request resp = meth(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/flask_login/utils.py", line 228, in decorated_view return func(*args, **kwargs) "/usr/local/lib/python3.6/dist-packages/timesketch/api/v1/resources.py", line 692, in post enable_scroll=enable_scroll) "/usr/local/lib/python3.6/dist-packages/timesketch/lib/datastores/elastic.py", line 317, in search scroll=scroll_timeout) "/usr/local/lib/python3.6/dist-packages/elasticsearch/client/utils.py", line 73, in _wrapped return func(*args, params=params, **kwargs) "/usr/local/lib/python3.6/dist-packages/elasticsearch/client/__init__.py", line 623, in search doc_type, '_search'), params=params, body=body) "/usr/local/lib/python3.6/dist-packages/elasticsearch/transport.py", line 312, in perform_request status, headers, data = connection.perform_request(method, url, params, body, ignore=ignore, timeout=timeout) "/usr/local/lib/python3.6/dist-packages/elasticsearch/connection/http_urllib3.py", line 128, in perform_request self._raise_error(response.status, raw_data) "/usr/local/lib/python3.6/dist-packages/elasticsearch/connection/base.py", line 125, in _raise_error raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info) elasticsearch.exceptions.RequestError: TransportError(400, 'search_phase_execution_exception', 'No mapping found for [datetime] in order to sort on')`
0.166166
Traceback (most recent call last): "<ipython-input-21-4e8f156b43fb>", line 3, in <module> autodiscover=True) "Lib\site-packages\exchangelib\account.py", line 54, in __init__ credentials=credentials, verify_ssl=verify_ssl) "Lib\site-packages\exchangelib\autodiscover.py", line 177, in discover protocol=protocol) "Lib\site-packages\exchangelib\autodiscover.py", line 321, in _autodiscover_quick verify_ssl=protocol.verify_ssl) "Lib\site-packages\exchangelib\protocol.py", line 168, in __call__ protocol = super(CachingProtocol, cls).__call__(*args, **kwargs) "Lib\site-packages\exchangelib\protocol.py", line 222, in __init__ self.version = Version.guess(self) "Lib\site-packages\exchangelib\version.py", line 194, in guess return cls._guess_version_from_service(protocol=protocol, hint=api_version) "Lib\site-packages\exchangelib\version.py", line 224, in _guess_version_from_service ResolveNames(protocol=protocol).call(unresolved_entries=[protocol.credentials.username]) "Lib\site-packages\exchangelib\services.py", line 981, in call return_full_contact_data=return_full_contact_data, "Lib\site-packages\exchangelib\services.py", line 72, in _get_elements response = self._get_response_xml(payload=payload) "Lib\site-packages\exchangelib\services.py", line 159, in _get_response_xml new_version = Version.from_response(requested_api_version=api_version, response=r.text) "Lib\site-packages\exchangelib\version.py", line 246, in from_response api_version_from_server = info.get('Version') or build.api_version() "Lib\site-packages\exchangelib\version.py", line 102, in api_version return self.API_VERSION_MAP[self.major_version][self.minor_version] KeyError: 20
Traceback (most recent call last): "<stdin>", line 1, in <module> "sympy/solvers/ode.py", line 409, in dsolve raise NotImplementedError("dsolve: Cannot solve " + str(eq))NotImplementedError: dsolve: Cannot solve D(f(x), x)**2
0.119016
Traceback (most recent call last): "/home/andi/src/transfer_local/main.py", line 95, in <module> TransferLocalApp(app_name='transfer_local').run_app() "/home/andi/src/ae_gui_app/ae/gui_app.py", line 992, in run_app self._start_event_loop() "/home/andi/.pyenv/versions/kivy_env/lib/python3.6/site-packages/kivy/app.py", line 949, in run self._run_prepare() "/home/andi/.pyenv/versions/kivy_env/lib/python3.6/site-packages/kivy/app.py", line 919, in _run_prepare root = self.build() "/home/andi/src/ae_kivy_app/ae/kivy_app.py", line 812, in build Window.bind(on_resize=self.win_pos_size_change, AttributeError: 'NoneType' object has no attribute 'bind'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 776, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 433, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/crunchyroll.py", line 413, in _real_extract webpage, 'video_title') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 791, 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 782, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract video_title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output..**
0.296433
Traceback (most recent call last): "/usr/local/bin/weasyprint", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/dist-packages/weasyprint/__main__.py", line 156, in main getattr(html, 'write_' + format_)(output, **kwargs) "/usr/local/lib/python2.7/dist-packages/weasyprint/__init__.py", line 167, in write_pdf return self.render(stylesheets).write_pdf(target, zoom, attachments) "/usr/local/lib/python2.7/dist-packages/weasyprint/__init__.py", line 135, in render return Document._render(self, stylesheets, enable_hinting) "/usr/local/lib/python2.7/dist-packages/weasyprint/document.py", line 327, in _render return cls([Page(p, enable_hinting) for p in page_boxes], "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/__init__.py", line 51, in layout_document pages = list(make_all_pages(context, root_box)) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/pages.py", line 562, in make_all_pages page_number) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/pages.py", line 514, in make_page positioned_boxes, positioned_boxes, adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 69, in block_level_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 97, in block_box_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 582, in block_container_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 69, in block_level_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 97, in block_box_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 582, in block_container_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 64, in block_level_layout device_size, page_is_empty, absolute_boxes, fixed_boxes) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 189, in columns_layout device_size, page_is_empty, absolute_boxes, fixed_boxes, []) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 97, in block_box_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 582, in block_container_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 69, in block_level_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 97, in block_box_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 582, in block_container_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 69, in block_level_layout adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 97, in block_box_layout page_is_empty, absolute_boxes, fixed_boxes, adjoining_margins) "/usr/local/lib/python2.7/dist-packages/weasyprint/layout/blocks.py", line 458, in block_container_layout 'line box with siblings before layout')AssertionError: line box with siblings before layout
Traceback (most recent call last): "/Users/peterbe/dev/PYTHON/GitPython/git/test/test_repo.py", line 692, in test_rev_parse assert rev_parse('@{1}') != head.commit "/Users/peterbe/dev/PYTHON/GitPython/git/repo/fun.py", line 240, in rev_parse raise IndexError("Invalid revlog index: %i" % revlog_index)IndexError: Invalid revlog index: -2
0.190735
Traceback (most recent call last): "C:\Program s (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Program s (x86)\Microsoft Visual Studio\Shared\Python37_64\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "c:\users\audunn\source\repos\audunn\azure-cli\src\azure-cli\azure\cli\__main__.py", line 13, in <module> from azure.cli.core import get_default_cli "c:\users\audunn\source\repos\audunn\azure-cli\src\azure-cli-core\azure\cli\core\__init__.py", line 23, in <module> from knack.experimental import ExperimentalItem ModuleNotFoundError: No module named 'knack.experimental'
Traceback (most recent call last): "<input>", line 1, in <module> "/home/sebastian/development/bpython/bpython/curtsiesfrontend/repl.py", line 428, in new_import fromlist=fromlist, level=level)UnicodeEncodeError: 'ascii' codec can't encode character u'\xf0' in position 1: ordinal not in range(128)
0.315651
Traceback (most recent call last): "<stdin>", line 1, in <module>ImportError: cannot import name urljoin
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/progval/.local/lib/python3.4/site-packages/dateutil/parser.py", line 1161, in parse return DEFAULTPARSER.parse(timestr, **kwargs) "/home/progval/.local/lib/python3.4/site-packages/dateutil/parser.py", line 555, in parse raise ValueError("String does not contain a date.")ValueError: String does not contain a date.
0.189478
Traceback (most recent call last): "tests/lib/test_appliance.py", line 65, in execute function(verbose=verbose, *filenames) "tests/lib/test_yaml_ext.py", line 240, in wrapper function(*args, **kwds) "tests/lib/test_emitter.py", line 62, in test_emitter_styles _compare_events(events, new_events) "tests/lib/test_emitter.py", line 15, in _compare_events assert event1.value == event2.value, (event1, event2) AssertionError: see below
Traceback (most recent call last): "/usr/src/app/homeassistant/components/sensor/qnap.py", line 208, in update self.data["volumes"] = self._api.get_volumes() "/usr/local/lib/python3.6/site-packages/qnapstats/qnap_stats.py", line 171, in get_volumes sharename = folder["sharename"] TypeError: 'NoneType' object is not subscriptable
0.328792
Traceback (most recent call last): "/gpfs/group/sam77/default/lab/jianyu/mES_H3K27ac/.snakemake/scripts/tmp86cj2b0o.reads_filter_smk.py", line 6, in <module> import sys, pysam, re ModuleNotFoundError: No module named 'pysam'
Traceback (most recent call last): "eval_api_classify_tvm.py", line 356, in <module> calc_presion(args) "eval_api_classify_tvm.py", line 292, in calc_presion predictor = init_model(params_path, {'net':net, 'batch_size':batch_size, 'inner_size':224, 'test_device': gpu}) "eval_api_classify_tvm.py", line 167, in init_model compile_tvm_graph(base_net, arg_params, aux_params, (batch_size,3, input_size, input_size)) "eval_api_classify_tvm.py", line 98, in compile_tvm_graph graph, lib, params = nnvm.compiler.build(nnvm_sym, target, shape_dict, params=nnvm_params) "/home/zhouji/external_libs/nnvm/python/nnvm/compiler/build_module.py", line 251, in build graph = graph.apply("GraphFusePartition").apply("GraphFuseCompile") "/home/zhouji/external_libs/nnvm/python/nnvm/graph.py", line 234, in apply check_call(_LIB.NNGraphApplyPasses(self.handle, npass, cpass, ctypes.byref(ghandle))) "/home/zhouji/external_libs/nnvm/python/nnvm/_base.py", line 72, in check_call raise NNVMError(py_str(_LIB.NNGetLastError())) nnvm._base.NNVMError: [18:07:59] tvm/topi/include/topi/detail/broadcast.h:47: Check failed: false Incompatible broadcast dims: (448 + 64) and 512 in: [1, (448 + 64), 57, 57] and [512, 1, 1]
0.229469
Traceback (most recent call last): "<ipython-input-22-2151284dc186>", line 1, in <module> myreport = sv.analyze(df) "C:\Users\cnble\anaconda37\lib\site-packages\sweetviz\sv_public.py", line 13, in analyze pairwise_analysis, feat_cfg) "C:\Users\cnble\anaconda37\lib\site-packages\sweetviz\dataframe_report.py", line 246, in __init__ self._association_graphs["all"] = GraphAssoc(self, "all", self._associations) "C:\Users\cnble\anaconda37\lib\site-packages\sweetviz\graph_associations.py", line 165, in __init__ f = corrplot(graph_data, dataframe_report) "C:\Users\cnble\anaconda37\lib\site-packages\sweetviz\graph_associations.py", line 410, in corrplot dataframe_report = dataframe_report "C:\Users\cnble\anaconda37\lib\site-packages\sweetviz\graph_associations.py", line 318, in heatmap cur_size[1] / 2, facecolor=value_to_color(color[index]), "C:\Users\cnble\anaconda37\lib\site-packages\sweetviz\graph_associations.py", line 210, in value_to_color ind = int(val_position * (n_colors - 1)) # target index in the color palette ValueError: cannot convert float NaN to integer
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 691, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 347, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/crunchyroll.py", line 370, in _real_extract self._sort_formats(formats) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 901, in _sort_formats raise ExtractorError('No video formats found')youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.147352
Traceback (most recent call last): "/Applications/anaconda/lib/python3.5/site-packages/conda/cli/install.py", line 405, in install execute_actions(actions, index, verbose=not context.quiet) "/Applications/anaconda/lib/python3.5/site-packages/conda/plan.py", line 643, in execute_actions inst.execute_instructions(plan, index, verbose) "/Applications/anaconda/lib/python3.5/site-packages/conda/instructions.py", line 135, in execute_instructions cmd(state, arg) "/Applications/anaconda/lib/python3.5/site-packages/conda/instructions.py", line 47, in FETCH_CMD fetch_pkg(state['index'][arg + '.tar.bz2']) "/Applications/anaconda/lib/python3.5/site-packages/conda/fetch.py", line 353, in fetch_pkg download(url, path, session=session, md5=info['md5'], urlstxt=True) "/Applications/anaconda/lib/python3.5/site-packages/conda/fetch.py", line 440, in download raise CondaRuntimeError("Could not open %r for writing (%s)." % (pp, e)) conda.exceptions.CondaRuntimeError: Runtime error: Could not open '/Applications/anaconda/pkgs/cffi-1.10.0-py35_0.tar.bz2.part' for writing ([Errno 13] Permission denied: '/Applications/anaconda/pkgs/cffi-1.10.0-py35_0.tar.bz2.part').
Collecting cv_bridge Exception: Traceback (most recent call last): "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run wb.build(autobuilding=True) "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file require_hashes "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link self.link = finder.find_requirement(self, upgrade) "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement all_candidates = self.find_all_candidates(req.name) "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates for page in self._get_pages(url_locations, project_name): "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages page = self._get_page(location) "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page return HTMLPage.get_page(link, session=self.session) "/usr/lib/python3/dist-packages/pip/index.py", line 795, in get_page resp.raise_for_status() "/usr/share/python-wheels/requests-2.18.4-py2.py3-none-any.whl/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions. HTTPError: 404 Client Error: Not Found for url: https://pypi.org/simple/cv-bridge/
0.264048
Traceback (most recent call last): "_ctypes/callbacks.c", line 232, in 'calling callback function' "/usr/lib/python3/dist-packages/picamera/mmalobj.py", line 1227, in wrapper self._pool.send_buffer(block=False) "/usr/lib/python3/dist-packages/picamera/mmalobj.py", line 1931, in send_buffer super(MMALPortPool, self).send_buffer(port, block, timeout) "/usr/lib/python3/dist-packages/picamera/mmalobj.py", line 1881, in send_buffer raise PiCameraMMALError(mmal.MMAL_EAGAIN, 'no buffers available') picamera.exc.PiCameraMMALError: no buffers available: Resource temporarily unavailable; try again later
Traceback (most recent call last): "/home/matthieu/Documents/SpacyNghTest/ohio/create_docbin_data.py", line 6, in <module> docbin = DocBin(nlp.vocab) "/home/matthieu/anaconda3/lib/python3.7/site-packages/spacy/tokens/_serialize.py", line 56, in __init__ attrs = sorted([intify_attr(attr) for attr in attrs]) "/home/matthieu/anaconda3/lib/python3.7/site-packages/spacy/tokens/_serialize.py", line 56, in <listcomp> attrs = sorted([intify_attr(attr) for attr in attrs]) "attrs.pyx", line 170, in spacy.attrs.intify_attr AttributeError: 'spacy.lexeme.Lexeme' object has no attribute 'upper'
0.237457
Traceback (most recent call last): "/Users/yash/.pyenv/versions/2.7.10/bin/statuspage", line 11, in <module> sys.exit(cli()) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/click/core.py", line 696, in main rv = self.invoke(ctx) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/click/core.py", line 1060, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/statuspage/statuspage.py", line 73, in update run_update(name=name, token=token, org=org) "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/statuspage/statuspage.py", line 211, in run_update if is_same_content(content, base64.b64decode(index.content)): "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/statuspage/statuspage.py", line 478, in is_same_content return sha1(c1).hexdigest() == sha1(c2).hexdigest() "/Users/yash/.pyenv/versions/2.7.10/lib/python2.7/site-packages/statuspage/statuspage.py", line 476, in sha1 c = c.encode("utf-8") UnicodeDecodeError: 'ascii' codec can't decode byte 0xf0 in position 2735: ordinal not in range(128)
Traceback (most recent call last): "/usr/local/lib/python3.7/dist-packages/pip/_vendor/pep517/_in_process.py", line 103, in prepare_metadata_for_build_wheel hook = backend.prepare_metadata_for_build_wheel AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
0.202268
Traceback (most recent call last): "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync super(ThreadedHTTPTransport, self).send(data, headers) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send ca_certs=self.ca_certs, "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen return opener.open(url, data, timeout) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open response = self._open(req, data) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open '_open', req) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain result = func(*args) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open return self.do_open(ValidHTTPSConnection, req) "/Users/uuu/PokemonGo-Bot/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1057, in request self._send_request(method, url, body, headers) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1097, in _send_request self.endheaders(body) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 1053, in endheaders self._send_output(message_body) "/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/httplib.py", line 895, in _send_output msg += message_bodyUnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
Traceback (most recent call last): "main.py", line 34, in <module> train_set = get_training_set(opt.upscale_factor) "/content/pytorch/examples/super_resolution/data.py", line 54, in get_training_set root_dir = download_bsd300() "/content/pytorch/examples/super_resolution/data.py", line 14, in download_bsd300 makedirs(dest) "/usr/lib/python3.6/os.py", line 220, in makedirs mkdir(name, mode) ExistsError: [Errno 17] exists: 'dataset'
0.288021
Traceback (most recent call last): "/usr/bin/elastalert", line 11, in <module> load_entry_point('elastalert==0.1.33', 'console_scripts', 'elastalert')() "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 1897, in main client = ElastAlerter(args) "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 161, in __init__ if not self.init_rule(rule): "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 929, in init_rule self.send_notification_email(exception=e, rule=new_rule) "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 1830, in send_notification_email self.handle_error('Error connecting to SMTP host: %s' % (e), {'email_body': email_body}) "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 1781, in handle_error self.writeback('elastalert_error', body) "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 1451, in writeback if(self.is_atleastsix()): "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 182, in is_atleastsix return int(self.es_version.split(".")[0]) >= 6 "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 175, in es_version self._es_version = self.get_version() "/usr/lib/python2.7/site-packages/elastalert/elastalert.py", line 169, in get_version info = self.writeback_es.info() "/usr/lib/python2.7/site-packages/elasticsearch/client/utils.py", line 76, in _wrapped return func(*args, params=params, **kwargs) "/usr/lib/python2.7/site-packages/elasticsearch/client/__init__.py", line 241, in info return self.transport.perform_request('GET', '/', params=params) "/usr/lib/python2.7/site-packages/elasticsearch/transport.py", line 318, in perform_request status, headers_response, data = connection.perform_request(method, url, params, body, headers=headers, ignore=ignore, timeout=timeout) "/usr/lib/python2.7/site-packages/elasticsearch/connection/http_requests.py", line 85, in perform_request raise ConnectionError('N/A', str(e), e) elasticsearch.exceptions.ConnectionError: ConnectionError(HTTPConnectionPool(host='127.0.0.1', port=9201): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2bbc510>: Failed to establish a new connection: [Errno 111] Connection refused',))) caused by: ConnectionError(HTTPConnectionPool(host='127.0.0.1', port=9201): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x2bbc510>: Failed to establish a new connection: [Errno 111] Connection refused',)))
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
0.278997
Traceback (most recent call last): "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/site-packages/pip/commands/install.py", line 350, in run isolated=options.isolated_mode, "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/site-packages/pip/commands/install.py", line 436, in get_lib_location_guesses scheme = distutils_scheme('', *args, **kwargs) "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/site-packages/pip/locations.py", line 153, in distutils_scheme i.finalize_options() "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/distutils/command/install.py", line 284, in finalize_options (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix') "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/distutils/__init__.py", line 105, in sysconfig_get_config_vars real_vars = old_get_config_vars(*args) "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/distutils/sysconfig.py", line 493, in get_config_vars srcdir = os.path.dirname(get_makefile_filename()) "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/distutils/sysconfig.py", line 240, in get_makefile_filename lib_dir = get_python_lib(plat_specific=0, standard_lib=1) "/home/david/.cache/hypothesis-build-runtimes/python-versions/3.6.5/lib/python3.6/distutils/__init__.py", line 94, in sysconfig_get_python_lib prefix = sys.real_prefix AttributeError: module 'sys' has no attribute 'real_prefix'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/doit/action.py", line 360, in execute returned_value = self.py_callable(*self.args, **kwargs) "/usr/local/lib/python2.7/dist-packages/Nikola-7.3.0-py2.7.egg/nikola/image_processing.py", line 55, in resize_image im = Image.open(src) "/usr/lib/python2.7/dist-packages/PIL/Image.py", line 2288, in open % (filename if filename else fp))IOError: cannot identify image file u'galleries/test/normal_vectors.svg'
0.301122
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, 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/instagram.py", line 192, in _real_extract video_url = self._og_search_video_url(webpage, secure=False) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1123, in _og_search_video_url return self._html_search_regex(regexes, html, name, **kargs) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1014, 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 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; 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): "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/aiohttp/connector.py", line 924, in _wrap_create_connection await self._loop.create_connection(*args, **kwargs)) "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 1042, in create_connection transport, protocol = await self._create_connection_transport( "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 1072, in _create_connection_transport await waiter "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/sslproto.py", line 529, in data_received ssldata, appdata = self._sslpipe.feed_ssldata(data) "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/sslproto.py", line 189, in feed_ssldata self._sslobj.do_handshake() "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 944, in do_handshake self._sslobj.do_handshake() ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
0.225212
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info') youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/src/app/homeassistant/components/device_tracker/__init__.py", line 119, in setup_platform scanner = platform.get_scanner(hass, {DOMAIN: p_config}) "/usr/src/app/homeassistant/components/device_tracker/fritz.py", line 32, in get_scanner scanner = FritzBoxScanner(config[DOMAIN]) "/usr/src/app/homeassistant/components/device_tracker/fritz.py", line 75, in __init__ self._update_info() "/usr/src/app/homeassistant/util/__init__.py", line 289, in wrapper result = method(*args, **kwargs) "/usr/src/app/homeassistant/components/device_tracker/fritz.py", line 103, in _update_info self.last_results = self.fritz_box.get_hosts_info() "/config/deps/fritzconnection/fritzhosts.py", line 57, in get_hosts_info while index < self.host_numbers: "/config/deps/fritzconnection/fritzhosts.py", line 39, in host_numbers result = self.action('GetHostNumberOfEntries') "/config/deps/fritzconnection/fritzhosts.py", line 31, in action return self.fc.call_action(SERVICE, actionname, **kwargs) "/config/deps/fritzconnection/fritzconnection.py", line 361, in call_action action = self.services[service_name].actions[action_name]KeyError: 'Hosts'
0.21283
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/sphinx/cmdline.py", line 245, in main app.build(opts.force_all, filenames) "/usr/local/lib/python2.7/dist-packages/sphinx/application.py", line 264, in build self.builder.build_update() "/usr/local/lib/python2.7/dist-packages/sphinx/builders/__init__.py", line 245, in build_update 'out of date' % len(to_build)) "/usr/local/lib/python2.7/dist-packages/sphinx/builders/__init__.py", line 259, in build self.doctreedir, self.app)) "/usr/local/lib/python2.7/dist-packages/sphinx/environment.py", line 618, in update self._read_serial(docnames, app) "/usr/local/lib/python2.7/dist-packages/sphinx/environment.py", line 638, in _read_serial self.read_doc(docname, app) "/usr/local/lib/python2.7/dist-packages/sphinx/environment.py", line 791, in read_doc pub.publish() "/usr/share/pycharm/helpers/docutils/core.py", line 203, in publish self.settings) "/usr/local/lib/python2.7/dist-packages/sphinx/environment.py", line 126, in read self.parse() "/usr/share/pycharm/helpers/docutils/readers/__init__.py", line 75, in parse self.parser.parse(self.input, document) "/usr/share/pycharm/helpers/docutils/parsers/rst/__init__.py", line 157, in parse self.statemachine.run(inputlines, document, inliner=self.inliner) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 170, in run input_source=document['source']) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 233, in run context, state, transitions) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 454, in check_line return method(match, context, next_state) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2706, in underline self.section(title, source, style, lineno - 1, messages) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 329, in section self.new_subsection(title, lineno, messages) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 398, in new_subsection node=section_node, match_titles=1) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 284, in nested_parse node=node, match_titles=match_titles) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 233, in run context, state, transitions) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 454, in check_line return method(match, context, next_state) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2706, in underline self.section(title, source, style, lineno - 1, messages) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 329, in section self.new_subsection(title, lineno, messages) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 398, in new_subsection node=section_node, match_titles=1) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 284, in nested_parse node=node, match_titles=match_titles) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 233, in run context, state, transitions) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 454, in check_line return method(match, context, next_state) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2281, in explicit_markup nodelist, blank_finish = self.explicit_construct(match) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2293, in explicit_construct return method(self, expmatch) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2035, in directive directive_class, match, type_name, option_presets) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2086, in run_directive result = directive_instance.run() "/usr/local/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 1488, in run nested_parse_with_titles(self.state, self.result, node) "/usr/local/lib/python2.7/dist-packages/sphinx/util/nodes.py", line 165, in nested_parse_with_titles return state.nested_parse(content, 0, node, match_titles=1) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 284, in nested_parse node=node, match_titles=match_titles) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 233, in run context, state, transitions) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 454, in check_line return method(match, context, next_state) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2283, in explicit_markup self.explicit_list(blank_finish) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2314, in explicit_list match_titles=self.state_machine.match_titles) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 321, in nested_list_parse node=node, match_titles=match_titles) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 233, in run context, state, transitions) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 454, in check_line return method(match, context, next_state) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2587, in explicit_markup nodelist, blank_finish = self.explicit_construct(match) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2293, in explicit_construct return method(self, expmatch) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2035, in directive directive_class, match, type_name, option_presets) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2086, in run_directive result = directive_instance.run() "/usr/local/lib/python2.7/dist-packages/sphinx/domains/__init__.py", line 197, in run return BaseDirective.run(self) "/usr/local/lib/python2.7/dist-packages/sphinx/directives/__init__.py", line 156, in run self.state.nested_parse(self.content, self.content_offset, contentnode) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 284, in nested_parse node=node, match_titles=match_titles) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 195, in run results = StateMachineWS.run(self, input_lines, input_offset) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 233, in run context, state, transitions) "/usr/share/pycharm/helpers/docutils/statemachine.py", line 454, in check_line return method(match, context, next_state) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 2643, in blank context, self.state_machine.abs_line_number() - 1) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 421, in paragraph textnodes, messages = self.inline_text(text, lineno) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 430, in inline_text return self.inliner.parse(text, lineno, self.memo, self.parent) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 516, in parse lineno) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 774, in interpreted_or_phrase_ref lineno) "/usr/share/pycharm/helpers/docutils/parsers/rst/states.py", line 830, in interpreted nodes, messages2 = role_fn(role, rawsource, text, lineno, self) "/usr/local/lib/python2.7/dist-packages/sphinx/domains/__init__.py", line 179, in role_adapter inliner, options, content) "/usr/local/lib/python2.7/dist-packages/sphinx/roles.py", line 136, in __call__ set_role_source_info(inliner, lineno, refnode) "/usr/local/lib/python2.7/dist-packages/sphinx/util/nodes.py", line 279, in set_role_source_info node.source, node.line = inliner.reporter.get_source_and_line(lineno) "/usr/local/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 154, in __getattr__ return getattr(self.reporter, name)AttributeError: Reporter instance has no attribute 'get_source_and_line'
Traceback (most recent call last): "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/celery/app/trace.py", line 374, in trace_task R = retval = fun(*args, **kwargs) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/celery/app/trace.py", line 629, in __protected_call__ return self.run(*args, **kwargs) "/home/chaitanya/project/asset-tasks/ingestion.py", line 268, in process_task asset_service.make_blob_public(blob_name) "/home/chaitanya/project/libasset/libasset/services/asset.py", line 113, in make_blob_public blob.make_public() "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/storage/blob.py", line 1233, in make_public self.acl.all().grant_read() "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/storage/acl.py", line 360, in all return self.entity('allUsers') "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/storage/acl.py", line 315, in entity if self.has_entity(entity): "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/storage/acl.py", line 266, in has_entity self._ensure_loaded() "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/storage/acl.py", line 209, in _ensure_loaded self.reload() "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/storage/acl.py", line 421, in reload query_params=query_params, "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/_http.py", line 290, in api_request headers=headers, target_object=_target_object) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/_http.py", line 183, in _make_request return self._do_request(method, url, headers, data, target_object) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/cloud/_http.py", line 212, in _do_request url=url, method=method, headers=headers, data=data) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/google/auth/transport/requests.py", line 186, in request method, url, data=data, headers=request_headers, **kwargs) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/requests/sessions.py", line 468, in request resp = self.send(prep, **send_kwargs) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/requests/sessions.py", line 576, in send r = adapter.send(request, **kwargs) "/home/chaitanya/project/asset-tasks/venv/lib/python3.5/site-packages/requests/adapters.py", line 447, in send raise SSLError(e, request=request) requests.exceptions.SSLError: [SSL: DECRYPTION_FAILED_OR_BAD_RECORD_MAC] decryption failed or bad record mac (_ssl.c:1977)
0.315699
Traceback (most recent call last): "setup.py", line 30, in <module> 'Topic :: Software Development :: Libraries :: Python Modules', "/usr/lib64/python2.7/distutils/core.py", line 152, in setup dist.run_commands() "/usr/lib64/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) "/usr/lib64/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 137, in run self.with_project_on_sys_path(self.run_tests) "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 117, in with_project_on_sys_path func() "/usr/lib/python2.7/site-packages/setuptools/command/test.py", line 146, in run_tests testLoader = loader_class() "/usr/lib64/python2.7/unittest/main.py", line 94, in **init** self.parseArgs(argv) "/usr/lib64/python2.7/unittest/main.py", line 149, in parseArgs self.createTests() "/usr/lib64/python2.7/unittest/main.py", line 158, in createTests self.module) "/usr/lib64/python2.7/unittest/loader.py", line 128, in loadTestsFromNames suites = [self.loadTestsFromName(name, module) for name in names] "/usr/lib64/python2.7/unittest/loader.py", line 91, in loadTestsFromName module = **import**('.'.join(parts_copy))ImportError: No module named runtests
Traceback (most recent call last): "<ipython-input-12-770cf2fe6b16>", line 1, in <module> qutip.tensor(*factors) "/Users/goerz/anaconda3/lib/python3.5/site-packages/qutip/tensor.py", line 116, in tensor out.data = zcsr_kron(out.data, q.data) "qutip/cy/spmath.pyx", line 351, in qutip.cy.spmath.zcsr_kron (qutip/cy/spmath.cpp:10231) "qutip/cy/spmath.pyx", line 625, in qutip.cy.spmath._safe_multiply (qutip/cy/spmath.cpp:12116) OverflowError: value too large
0.189994
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/mongo_connector-1.2.1_-py2.7.egg/mongo_connector/oplog_manager.py", line 464, in dump_collection dm.bulk_upsert(docs_to_dump()) "/usr/local/lib/python2.7/dist-packages/mongo_connector-1.2.1_-py2.7.egg/mongo_connector/doc_managers/**init**.py", line 24, in wrapped return f(_args, *_kwargs) "solr_doc_manager.py", line 224, in bulk_upsert batch = list(next(cleaned) for i in range(self.chunk_size)) "solr_doc_manager.py", line 224, in <genexpr> batch = list(next(cleaned) for i in range(self.chunk_size)) "solr_doc_manager.py", line 222, in <genexpr> cleaned = (self._clean_doc(d) for d in docs) "solr_doc_manager.py", line 131, in _clean_doc flat_doc = self._formatter.format_document(doc) "/usr/local/lib/python2.7/dist-packages/mongo_connector-1.2.1_-py2.7.egg/mongo_connector/doc_managers/formatters.py", line 148, in format_document return dict(flatten(document, [])) "/usr/local/lib/python2.7/dist-packages/mongo_connector-1.2.1_-py2.7.egg/mongo_connector/doc_managers/formatters.py", line 143, in flatten for new_k, new_v in transformed: "/usr/local/lib/python2.7/dist-packages/mongo_connector-1.2.1_-py2.7.egg/mongo_connector/doc_managers/formatters.py", line 127, in transform_element yield key, self.transform_value(value) "/usr/local/lib/python2.7/dist-packages/mongo_connector-1.2.1_-py2.7.egg/mongo_connector/doc_managers/formatters.py", line 56, in transform_value if isinstance(value, (RE_TYPE, bson.Regex)):AttributeError: 'module' object has no attribute 'Regex'
Traceback (most recent call last): "loki.py", line 1088, in initialize_yara_rules 'md5': dummy, SyntaxError: /home/osboxes/Downloads/Loki/signature-base/yara/apt_lotusblossom_elise.yar(28): invalid field name "imphash"
0.252089
Traceback (most recent call last): "__main__.py", line 19, in <module> "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\__init__.py", line 474, in main "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\__init__.py", line 464, in _real_main "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\YoutubeDL.py", line 2029, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\YoutubeDL.py", line 803, in wrapper "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\YoutubeDL.py", line 824, in __extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\extractor\common.py", line 532, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\extractor\tubitv.py", line 67, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\extractor\common.py", line 1628, in _extract_m3u8_formats "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\extractor\common.py", line 665, in _download_webpage_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\extractor\common.py", line 627, in _request_webpage "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6zrp041h\build\youtube_dl\utils.py", line 2157, in sanitized_Request "C:\Python\Python34\lib\urllib\request.py", line 267, in __init__ "C:\Python\Python34\lib\urllib\request.py", line 293, in full_url "C:\Python\Python34\lib\urllib\request.py", line 322, in _parse ValueError: unknown url type: ''
Traceback (most recent call last): "./ms08067.py", line 9, in <module> from src.core.setcore import *ImportError: No module named src.core.setcore`
0.262754
Traceback (most recent call last): "/usr/bin/salt-minion", line 18, in <module> main() "/usr/bin/salt-minion", line 15, in main minion.start() "/usr/lib/pymodules/python2.6/salt/__init__.py", line 198, in start minion = salt.minion.Minion(self.opts) "/usr/lib/pymodules/python2.6/salt/minion.py", line 128, in __init__ self.functions, self.returners = self.__load_modules() "/usr/lib/pymodules/python2.6/salt/minion.py", line 160, in __load_modules functions = salt.loader.minion_mods(self.opts) "/usr/lib/pymodules/python2.6/salt/loader.py", line 48, in minion_mods functions = load.apply_introspection(load.gen_functions()) "/usr/lib/pymodules/python2.6/salt/loader.py", line 400, in gen_functions virtual = mod.__virtual__() "/usr/lib/pymodules/python2.6/salt/modules/win_network.py", line 18, in __virtual__ if __grains__['os'] == 'Windows':KeyError: 'os'
Traceback (most recent call last): "e:\programs\python2.5.4\lib\site-packages\nose-1.1.2-py2.5.egg\nose\case.py", line 133, in run self.runTest(result) "e:\programs\python2.5.4\lib\site-packages\nose-1.1.2-py2.5.egg\nose\case.py", line 151, in runTest test(result) "e:\programs\python2.5.4\lib\unittest.py", line 281, in __call__ return self.run(*args, **kwds) "e:\programs\python2.5.4\lib\unittest.py", line 267, in run result.addError(self, self._exc_info()) "e:\programs\python2.5.4\lib\site-packages\nose-1.1.2-py2.5.egg\nose\proxy.py", line 135, in addError self.result.addError(self.test, self._prepareErr(err)) "e:\programs\python2.5.4\lib\site-packages\nose-1.1.2-py2.5.egg\nose\result.py", line 64, in addError exc_info = self._exc_info_to_string(err) "e:\programs\python2.5.4\lib\site-packages\nose-1.1.2-py2.5.egg\nose\result.py", line 183, in _exc_info_to_string if issubclass(err[0], SkipTest):TypeError: issubclass() arg 1 must be a class
0.302741
Traceback (most recent call last): "/home/elyporat/anaconda/bin/conda", line 5, in <module> sys.exit(main()) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 201, in main args_func(args, p) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 208, in args_func args.func(args, p) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/cli/common.py", line 612, in inner return func(args, parser) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/cli/main_create.py", line 50, in execute install.install(args, parser, 'create') "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 336, in install minimal_hint=args.alt_hint) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/plan.py", line 397, in install_actions config.track_features, minimal_hint=minimal_hint): "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/resolve.py", line 739, in solve minimal_hint=minimal_hint) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/resolve.py", line 484, in solve2 clauses = set(self.gen_clauses(v, dists, specs, features)) "/home/elyporat/anaconda/lib/python2.7/site-packages/conda/resolve.py", line 342, in gen_clauses assert len(clause) > 1, '%s %r' % (fn1, ms)AssertionError: matplotlib-1.5.0-np110py27_0.tar.bz2 MatchSpec(u'py2cairo')
Traceback (most recent call last): "main.py", line 10, in <module> from environments.environment import ToyEnvironment, AtariEnvironment "/media/bigdata/Solid2/DQN/deep-rl-tensorflow-master/environments/environment.py", line 6, in <module> from .corridor import CorridorEnv "/media/bigdata/Solid2/DQN/deep-rl-tensorflow-master/environments/corridor.py", line 131, in <module> timestep_limit=100, "/home/bigdata/.conda/envs/tensorflow/lib/python3.6/site-packages/gym/envs/registration.py", line 153, in register return registry.register(id, **kwargs) "/home/bigdata/.conda/envs/tensorflow/lib/python3.6/site-packages/gym/envs/registration.py", line 147, in register self.env_specs[id] = EnvSpec(id, **kwargs) TypeError: __init__() got an unexpected keyword argument 'timestep_limit'
0.320517
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/pyvows/runner/abc.py", line 63, in run_vow result = vow(ctx_obj, topic) "/usr/local/lib/python2.7/dist-packages/pyvows/decorators.py", line 76, in wrapper ret = method(*args, **kw) "/home/dhardy/SOURCE/GIT/thumbor/vows/upload_api_vows.py", line 270, in should_be_201_created expect(topic).to_equal(201) "/usr/local/lib/python2.7/dist-packages/preggy/core.py", line 232, in _assert_topic return _registered_assertions[method_name](self.topic, *args, **kw) "/usr/local/lib/python2.7/dist-packages/preggy/core.py", line 59, in wrapper func(*args, **kw) "/usr/local/lib/python2.7/dist-packages/preggy/core.py", line 128, in test_assertion raise AssertionError(err_msg)AssertionError: Expected topic(415) to equal 201
Traceback (most recent call last): "...\flaskproj\venv\lib\site-packages\_pytest\config\__init__.py", line 418, in _importconftest mod = conftestpath.pyimport() "...\flaskproj\venv\lib\site-packages\py\_path\local.py", line 668, in pyimport __import__(modname) "...\flaskproj\venv\lib\site-packages\_pytest\assertion\rewrite.py", line 296, in load_module six.exec_(co, mod.__dict__) "...\flaskproj\tests\conftest.py", line 5, in <module> from flaskr import create_app ModuleNotFoundError: No module named 'flaskr'
0.220391
Traceback (most recent call last): "C:\Users\ehsan\Anaconda3\lib\site-packages\requests\packages\urllib3\response.py", line 226, in _error_catcher yield "C:\Users\ehsan\Anaconda3\lib\site-packages\requests\packages\urllib3\response.py", line 301, in read data = self._fp.read(amt) "C:\Users\ehsan\Anaconda3\lib\http\client.py", line 433, in read n = self.readinto(b) "C:\Users\ehsan\Anaconda3\lib\http\client.py", line 473, in readinto n = self.fp.readinto(b) "C:\Users\ehsan\Anaconda3\lib\socket.py", line 575, in readinto return self._sock.recv_into(b) "C:\Users\ehsan\Anaconda3\lib\ssl.py", line 924, in recv_into return self.read(nbytes, buffer) "C:\Users\ehsan\Anaconda3\lib\ssl.py", line 786, in read return self._sslobj.read(len, buffer) "C:\Users\ehsan\Anaconda3\lib\ssl.py", line 570, in read v = self._sslobj.read(len, buffer)ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
Traceback (most recent call last): "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main status = self.run(options, args) "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 317, in run prefix=options.prefix_path, "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 736, in install requirement.uninstall(auto_confirm=True) "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 742, in uninstall paths_to_remove.remove(auto_confirm) "/usr/local/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 115, in remove renames(path, new_path) "/usr/local/lib/python2.7/site-packages/pip/utils/__init__.py", line 267, in renames shutil.move(old, new) "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 303, in move os.unlink(src)OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/site-packages/colorama-0.3.3.dist-info/DESCRIPTION.rst'
0.316397
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/Users/davidmarin/git/mrjob/mrjob/examples/mr_word_freq_count.py", line 37, in <module> MRWordFreqCount.run() "mrjob/job.py", line 429, in run mr_job.execute() "mrjob/job.py", line 447, in execute super(MRJob, self).execute() "mrjob/launch.py", line 158, in execute self.run_job() "mrjob/launch.py", line 228, in run_job runner.run() "mrjob/runner.py", line 481, in run self._run() "mrjob/dataproc.py", line 434, in _run self._launch() "mrjob/dataproc.py", line 438, in _launch self._prepare_for_launch() "mrjob/dataproc.py", line 447, in _prepare_for_launch self._upload_local_files_to_fs() "mrjob/dataproc.py", line 520, in _upload_local_files_to_fs self._create_fs_tmp_bucket(bucket_name) "mrjob/dataproc.py", line 555, in _create_fs_tmp_bucket object_ttl_days=_DEFAULT_CLOUD_TMP_DIR_OBJECT_TTL_DAYS) "mrjob/fs/gcs.py", line 310, in create_bucket return req.execute() "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/oauth2client/util.py", line 137, in positional_wrapper return wrapped(*args, **kwargs) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/googleapiclient/http.py", line 838, in execute raise HttpError(resp, content, uri=self.uri)googleapiclient.errors.HttpError: <HttpError 403 when requesting https://www.googleapis.com/storage/v1/b?project=mrjob-testing&alt=json returned "The account for the specified project has been disabled.">
Traceback (most recent call last): "train.py", line 212, in <module> main() "train.py", line 201, in main train_detector( "/home/rmoreira/mmdetection/mmdet/apis/train.py", line 102, in train_detector runner = build_runner( "/home/rmoreira/mmcv/mmcv/runner/builder.py", line 7, in build_runner return build_from_cfg(cfg, RUNNERS, default_args=default_args) "/home/rmoreira/mmcv/mmcv/utils/registry.py", line 23, in build_from_cfg raise KeyError( KeyError: '`cfg` or `default_args` must contain the key "type", but got { ........
0.295042
Traceback (most recent call last): "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run self.result = application(self.environ, self.start_response) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __call__ return self.application(environ, start_response) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 189, in __call__ response = self.get_response(request) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 218, in get_response response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 164, in get_response response = response.render() "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/response.py", line 158, in render self.content = self.rendered_content "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/response.py", line 135, in rendered_content content = template.render(context, self._request) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/backends/django.py", line 74, in render return self.template.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/template_timings_panel/panels/TemplateTimings.py", line 137, in timing_hook result = func(self, *args, **kwargs) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 210, in render return self._render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render return self.nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 135, in render return compiled_parent._render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render return self.nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 135, in render return compiled_parent._render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render return self.nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/template_timings_panel/panels/TemplateTimings.py", line 137, in timing_hook result = func(self, *args, **kwargs) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/template_timings_panel/panels/TemplateTimings.py", line 137, in timing_hook result = func(self, *args, **kwargs) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 65, in render result = block.nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 217, in render nodelist.append(node.render(context)) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/loader_tags.py", line 159, in render return template.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/template_timings_panel/panels/TemplateTimings.py", line 137, in timing_hook result = func(self, *args, **kwargs) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 212, in render return self._render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render return self.nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 217, in render nodelist.append(node.render(context)) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 329, in render return nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 329, in render return nodelist.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/base.py", line 905, in render bit = self.render_node(node, context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 79, in render_node return node.render(context) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/template/debug.py", line 92, in render output = force_text(output) "/home/vagrant/.virtualenv/local/lib/python2.7/site-packages/django/utils/encoding.py", line 94, in force_text s = six.text_type(bytes(s), encoding, errors)UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-9: ordinal not in range(128)
Traceback (most recent call last): "/root/Documents/w3af-master/w3af/core/ui/gui/main.py", line 547, in _scan_director func() "/root/Documents/w3af-master/w3af/core/ui/gui/main.py", line 646, in _scan_start self.set_tabs(True) "/root/Documents/w3af-master/w3af/core/ui/gui/main.py", line 793, in set_tabs self._set_tab(sensit, _("Results"), scanrun.ScanRunBody) "/root/Documents/w3af-master/w3af/core/ui/gui/main.py", line 799, in _set_tab newone = realWidget(self.w3af) "/root/Documents/w3af-master/w3af/core/ui/gui/scanrun.py", line 675, in __init__ kbbrowser = KBBrowser(w3af) "/root/Documents/w3af-master/w3af/core/ui/gui/scanrun.py", line 246, in __init__ description = self.get_notebook_description() "/root/Documents/w3af-master/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView'
0.245022
Traceback (most recent call last): "/apps/python/local/lib/python2.7/site-packages/aminator/environment.py", line 66, in provision success = finalizer.finalize() "/apps/python/local/lib/python2.7/site-packages/aminator/plugins/finalizer/tagging_ebs.py", line 85, in finalize if not self._register_image(): "/apps/python/local/lib/python2.7/site-packages/aminator/plugins/finalizer/tagging_ebs.py", line 72, in _register_image if not self._cloud.register_image(block_device_map, root_device): "/apps/python/local/lib/python2.7/site-packages/aminator/plugins/cloud/ec2.py", line 463, in register_image if not self._register_image(ami_metadata): "<decorator-gen-26>", line 2, in _register_image "/apps/python/local/lib/python2.7/site-packages/aminator/plugins/cloud/ec2.py", line 71, in _retry log.debug('Duplicate AMI Name {0}, retrying'.format(kwargs['name'])) KeyError: 'name'
Traceback (most recent call last): "gesture1.py", line 1, in <module> import cv2 ImportError: No module named cv2
0.289567
Traceback (most recent call last): "youtube_dl\YoutubeDL.pyo", line 516, in extract_info "youtube_dl\extractor\common.pyo", line 170, in extract "youtube_dl\extractor\metacafe.pyo", line 157, in _real_extractExtractorError: Unable to extract media URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag an
Traceback (most recent call last): "C:\Python27\lib\logging\__init__.py", line 859, in emit msg = self.format(record) "C:\Python27\lib\logging\__init__.py", line 732, in format return fmt.format(record) "C:\Python27\lib\logging\__init__.py", line 474, in format s = self._fmt % record.__dict__UnicodeDecodeError: 'ascii' codec can't decode byte 0xd6 in position 19: ordinal not in range(128)
0.224894
Traceback (most recent call last): "/code/judge/dmoj/judge.py", line 154, in _begin_grading short_circuit=short_circuit)): "/code/judge/dmoj/judge.py", line 227, in grade_cases result = grader.grade(case) "/code/judge/dmoj/graders/standard.py", line 46, in grade self.update_feedback(check, error, process, result) "/code/judge/dmoj/graders/standard.py", line 60, in update_feedback callname = callname.replace('sys_', '', 1)AttributeError: 'NoneType' object has no attribute 'replace'
Traceback (most recent call last): "<string>", line 20, in <module> "C:\Users\me\AppData\Local\Temp\pip-oikxnssj-build\setup.py", line 88, in <module> long_description=read_to_rst('README.md'), "C:\Users\me\AppData\Local\Temp\pip-oikxnssj-build\setup.py", line 20, in read_to_rst return read(fname) "C:\Users\me\AppData\Local\Temp\pip-oikxnssj-build\setup.py", line 11, in read return open(os.path.join(os.path.dirname(__file__), fname)).read() "C:\WinPython\python-3.4.3.amd64\lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 2241: character maps to <undefined>
0.216553
Traceback (most recent call last): "/usr/lib/python3.9/site-packages/variety/VarietyWindow.py", line 205, in _delayed self.create_preferences_dialog() "/usr/lib/python3.9/site-packages/variety/VarietyWindow.py", line 242, in create_preferences_dialog self.preferences_dialog = PreferencesVarietyDialog(parent=self) # pylint: disable=E1102 "/usr/lib/python3.9/site-packages/variety_lib/PreferencesDialog.py", line 38, in __new__ builder = get_builder("PreferencesVarietyDialog") "/usr/lib/python3.9/site-packages/variety_lib/helpers.py", line 39, in get_builder builder.add_from_file(ui_filename) "/usr/lib/python3.9/site-packages/variety_lib/Builder.py", line 91, in add_from_file ele_widgets = tree.getiterator("object") AttributeError: 'ElementTree' object has no attribute 'getiterator'
Traceback (most recent call last): "<string>", line 1, in <module> bcbio.variation.bedutils.remove_bad(x) "./bcbio/anaconda/lib/python2.7/site-packages/bcbio/variation/bedutils.py", line 70, in remove_bad if int(parts[2]) > int(parts[1]):IndexError: list index out of range
0.265418
Traceback (most recent call last): "<pyshell#57>", line 1, in <module> group.add_members(friend, use_invitation=True) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 72, in wrapped smart_map(check_response_body, ret) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 207, in smart_map return func(i, *args, **kwargs) "C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 53, in check_response_body raise ResponseError(err_code=err_code, err_msg=err_msg) wxpy.exceptions.ResponseError: err_code: 1; err_msg:
Traceback (most recent call last): "/var/www/websites/ve/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/loader.py", line 390, in loadTestsFromName addr.filename, addr.module) "/var/www/websites/ve/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/importer.py", line 39, in importFromPath return self.importFromDir(dir_path, fqname) "/var/www/websites/ve/lib/python2.7/site-packages/nose-1.1.2-py2.7.egg/nose/importer.py", line 86, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/private/var/www/websites/ve-build/unpacked/celery-2.5.0/celery/tests/test_app/test_actors.py", line 5, in <module> from celery.actors import Actor, Agent, AwareAgent "/private/var/www/websites/ve-build/unpacked/celery-2.5.0/celery/actors.py", line 5, in <module> import clImportError: No module named cl
0.309555
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module> include(settings_file, optional(settings_files), scope=locals()) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include exec(compiled_code, scope) # noqa: S102, WPS421 "/etc/tower/settings.py", line 19, in <module> SECRET_KEY = get_secret() "/etc/tower/settings.py", line 8, in get_secret return open('/etc/tower/SECRET_KEY', 'rb').read().strip() IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
[049 23:41:38.826235] Traceback (most recent call last): "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 277, in main _main() "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 270, in _main run_app(opts, args) "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 146, in run_app _run_app(opts, args) "/path/to/kitty.app/Contents/MacOS/../Frameworks/kitty/kitty/main.py", line 132, in _run_app args.cls or appname, load_all_shaders) ValueError: Failed to create GLFWwindow
0.313981
Traceback (most recent call last): "./Twitter.py", line 145, in <module> main() "./Twitter.py", line 137, in main print(api_obj.GetUserSuggestion(category)) "/home/btr75/py3virtualenv/Twitter/lib/python3.4/site-packages/twitter/api.py", line 543, in GetUserSuggestion url = '%s/users/suggestions/%s.json' % (self.base_url, category.Slug)AttributeError: 'Category' object has no attribute 'Slug'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/salt/loader.py", line 699, in gen_functions virtual = mod.__virtual__() "/usr/local/lib/python2.7/dist-packages/salt/fileserver/gitfs.py", line 47, in __virtual__ gitver = distutils.version.LooseVersion(git.__version__)AttributeError: 'module' object has no attribute 'version'
0.296522
Traceback (most recent call last): "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\extract_scene.py", line 155, in main scene = SceneClass(**scene_kwargs) "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\scene\scene.py", line 53, in __init__ self.construct() ".\example_scenes.py", line 83, in construct self.play(ShowCreation(square)) "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\scene\scene.py", line 406, in wrapper func(self, *args, **kwargs) "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\scene\scene.py", line 463, in play self.progress_through_animations(animations) "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\scene\scene.py", line 439, in progress_through_animations self.add_frames(self.get_frame()) "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\scene\scene.py", line 543, in add_frames self.file_writer.write_frame(frame) "C:\Users\steve\OneDrive\Documenten\Nerds\Manim\manim\manimlib\scene\scene_file_writer.py", line 186, in write_frame self.writing_process.stdin.write(frame.tostring()) BrokenPipeError: [Errno 32] Broken pipe
Traceback (most recent call last): "/usr/share/mkchromecast/mkchromecast/cast.py", line 113, in _get_chromecasts return list(pychromecast.get_chromecasts_as_dict().keys()) AttributeError: module 'pychromecast' has no attribute 'get_chromecasts_as_dict'
0.17901
Restarting fail2ban monitor: fail2banTraceback (most recent call last): "/usr/bin/fail2ban-client", line 401, in <module> if client.start(sys.argv): "/usr/bin/fail2ban-client", line 370, in start return self.**processCommand(args) "/usr/bin/fail2ban-client", line 180, in __processCommand ret = self.__readConfig() "/usr/bin/fail2ban-client", line 375, in __readConfig ret = self.__configurator.getOptions() "/usr/share/fail2ban/client/configurator.py", line 65, in getOptions return self.__jails.getOptions(jail) "/usr/share/fail2ban/client/jailsreader.py", line 64, in getOptions ret = jail.getOptions() "/usr/share/fail2ban/client/jailreader.py", line 70, in getOptions self.__opts = ConfigReader.getOptions(self, self.__name, opts) "/usr/share/fail2ban/client/configreader.py", line 84, in getOptions v = self.get(sec, option[1]) "/usr/lib/python2.6/ConfigParser.py", line 546, in get return self._interpolate(section, option, value, d) "/usr/lib/python2.6/ConfigParser.py", line 614, in _interpolate self._interpolate_some(option, L, rawval, section, vars, 1) "/usr/lib/python2.6/ConfigParser.py", line 649, in _interpolate_some section, map, depth + 1) "/usr/lib/python2.6/ConfigParser.py", line 646, in _interpolate_some option, section, rest, var)ConfigParser.InterpolationMissingOptionError: Bad value substitution:
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module> include(settings_file, optional(settings_files), scope=locals()) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include exec(compiled_code, scope) # noqa: S102, WPS421 "/etc/tower/settings.py", line 19, in <module> SECRET_KEY = get_secret() "/etc/tower/settings.py", line 8, in get_secret return open('/etc/tower/SECRET_KEY', 'rb').read().strip() IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
0.232895
Traceback (most recent call last): "experiment_planning/plan_and_preprocess_task.py", line 239, in <module> if not use_splitted or not isdir(join(splitted_4d_output_dir, task)): "C:\Users\Admin\Anaconda3\lib\ntpath.py", line 76, in join path = os.fspath(path) TypeError: expected str, bytes or os.PathLike object, not NoneType
Traceback (most recent call last): "X\venv\lib\site-packages\vidgear\gears\netgear.py", line 886, in __recv_handler self.__msg_socket.bind(self.__connection_address) "zmq\backend\cython\socket.pyx", line 550, in zmq.backend.cython.socket.Socket.bind "zmq\backend\cython\checkrc.pxd", line 26, in zmq.backend.cython.checkrc._check_rc zmq.error.ZMQError: Invalid argument
0.189953
Traceback (most recent call last): "C:\Users\unknown\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl-2018.8.4-py3.6.egg\youtube_dl\YoutubeDL.py", line 792, in extract_info ie_result = ie.extract(url) "C:\Users\unknown\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl-2018.8.4-py3.6.egg\youtube_dl\extractor\common.py", line 502, in extract ie_result = self._real_extract(url) "C:\Users\unknown\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl-2018.8.4-py3.6.egg\youtube_dl\extractor\youtube.py", line 1803, in _real_extract encrypted_sig, video_id, player_url, age_gate) "C:\Users\unknown\AppData\Local\Programs\Python\Python36\lib\site-packages\youtube_dl-2018.8.4-py3.6.egg\youtube_dl\extractor\youtube.py", line 1220, 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): "/home/ubuntu/Desktop/Tools/Mobile-Security-Framework-MobSF/DynamicAnalyzer/views/android/frida_core.py", line 109, in connect device = frida.get_device(get_device(), settings.FRIDA_TIMEOUT) "/home/ubuntu/Desktop/Tools/Mobile-Security-Framework-MobSF/venv/lib/python3.6/site-packages/frida/__init__.py", line 86, in get_device return get_device_manager().get_device(id, timeout, **kwargs) "/home/ubuntu/Desktop/Tools/Mobile-Security-Framework-MobSF/venv/lib/python3.6/site-packages/frida/core.py", line 48, in get_device return self.get_device_matching(lambda d: d.id == id, timeout, **kwargs) "/home/ubuntu/Desktop/Tools/Mobile-Security-Framework-MobSF/venv/lib/python3.6/site-packages/frida/core.py", line 26, in wrapper return f(*args, **kwargs) "/home/ubuntu/Desktop/Tools/Mobile-Security-Framework-MobSF/venv/lib/python3.6/site-packages/frida/core.py", line 58, in get_device_matching return Device(self._impl.get_device_matching(lambda d: predicate(Device(d)), raw_timeout)) frida.InvalidArgumentError: device not found
0.226136
Traceback (most recent call last): "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run self.result = application(self.environ, self.start_response) "/srv/zulip-venv/local/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 170, in __call__ self.load_middleware() "/srv/zulip-venv/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 50, in load_middleware mw_class = import_string(middleware_path) "/srv/zulip-venv/local/lib/python2.7/site-packages/django/utils/module_loading.py", line 26, in import_string module = import_module(module_path) "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/srv/zulip/zerver/middleware.py", line 16, in <module> from zerver.lib.bugdown import get_bugdown_time, get_bugdown_requests "/srv/zulip/zerver/lib/bugdown/__init__.py", line 1132, in <module> maybe_update_realm_filters(domain=None) "/srv/zulip/zerver/lib/bugdown/__init__.py", line 1123, in maybe_update_realm_filters make_realm_filters(domain, filters) "/srv/zulip/zerver/lib/bugdown/__init__.py", line 1112, in make_realm_filters "realm": [domain, "Realm name"]}) "/srv/zulip/zerver/lib/bugdown/__init__.py", line 1083, in make_md_engine guess_lang=FalseTypeError: makeExtension() got an unexpected keyword argument 'linenums'
Traceback (most recent call last): "D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 187, in pixmap self.paint(QPainter(pm), QRect(QPoint(0, 0), size), mode, state) "D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 182, in paint self.iconic, painter, rect, mode, state, self.options) "D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 82, in paint self._paint_icon(iconic, painter, rect, mode, state, opt) "D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 88, in _paint_icon char = options['char']KeyError: 'char'
0.252439
Traceback (most recent call last): "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/connectionpool.py", line 560, in urlopen body=body, headers=headers) "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/connectionpool.py", line 346, in _make_request self._validate_conn(conn) "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/connectionpool.py", line 785, in _validate_conn conn.connect() "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/connection.py", line 253, in connect ssl_version=resolved_ssl_version) "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/site-packages/requests/packages/urllib3/util/ssl_.py", line 306, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/ssl.py", line 402, in wrap_socket _context=self, _session=session) "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/ssl.py", line 809, in __init__ self.do_handshake() "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/ssl.py", line 1062, in do_handshake self._sslobj.do_handshake() "/var/containers/Bundle/Application/EF50408F-1826-4704-9791-546645B2DE8E/Pythonista3.app/Frameworks/Py3Kit.framework/pylib/ssl.py", line 684, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: TLSV1_ALERT_ACCESS_DENIED] tlsv1 alert access denied (_ssl.c:749)
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 608, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 599, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 187, in start self.strategy.start() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start self._fuzzable_request_router() "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 189, in _fuzzable_request_router self._handle_all_consumer_exceptions(_other) "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 279, in _handle_all_consumer_exceptions self._handle_consumer_exception(result_item) "/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 291, in _handle_consumer_exception self._w3af_core.exception_handler.handle_exception_data(exception_data) "/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 74, in handle_exception_data exception_data.enabled_plugins) "/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 111, in _audit plugin.audit_with_copy(fuzzable_request, orig_resp) "/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 133, in audit_with_copy return self.audit(fuzzable_request, orig_resp) "/usr/share/w3af/w3af/plugins/audit/blind_sqli.py", line 80, in audit found_vuln = method.is_injectable(mutant) "/usr/share/w3af/w3af/core/controllers/sql_tools/blind_sqli_response_diff.py", line 69, in is_injectable statement_type) "/usr/share/w3af/w3af/core/controllers/sql_tools/blind_sqli_response_diff.py", line 110, in _find_bsql _, body_true_response = self.send_clean(mutant) "/usr/share/w3af/w3af/core/controllers/sql_tools/blind_sqli_response_diff.py", line 226, in send_clean http_response = self._uri_opener.send_mutant(mutant, cache=False) "/usr/share/w3af/w3af/core/controllers/plugins/plugin.py", line 221, in meth return attr(*args, **kwargs) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 275, in send_mutant res = functor(*args, **kwargs) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 362, in POST return self._send(req, grep=grep) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 492, in _send return self._handle_send_socket_error(req, e, grep, original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 515, in _handle_send_socket_error original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 543, in _generic_send_error_handler return self._retry(req, grep, exception) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 601, in _retry return self._send(req, grep=grep) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 492, in _send return self._handle_send_socket_error(req, e, grep, original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 515, in _handle_send_socket_error original_url) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 543, in _generic_send_error_handler return self._retry(req, grep, exception) "/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 612, in _retry raise HTTPRequestException(error_str, request=req)HTTPRequestException: SSL Error: None
0.313759
Traceback (most recent call last): "hummingbot/core/clock.pyx", line 119, in hummingbot.core.clock.Clock.run_til child_iterator.c_tick(self._current_tick) "hummingbot/strategy/pure_market_making/pure_market_making.pyx", line 547, in hummingbot.strategy.pure_market_making.pure_market_making.PureMarketMakingStrategy.c_tick self.c_apply_order_price_modifiers(proposal) "hummingbot/strategy/pure_market_making/pure_market_making.pyx", line 610, in hummingbot.strategy.pure_market_making.pure_market_making.PureMarketMakingStrategy.c_apply_order_price_modifiers self.c_apply_order_optimization(proposal) "hummingbot/strategy/pure_market_making/pure_market_making.pyx", line 732, in hummingbot.strategy.pure_market_making.pure_market_making.PureMarketMakingStrategy.c_apply_order_optimization lower_buy_price = min(proposal.buys[0].price, price_above_bid) IndexError: list index out of range
Traceback (most recent call last): "./syncthing-gtk.py", line 11, in <module> from syncthing_gtk.tools import init_logging, init_locale, IS_WINDOWS "/home/mike/Downloads/syncthing-gtk-0.8.1/syncthing_gtk/__init__.py", line 35, in <module> from wizard import Wizard "/home/mike/Downloads/syncthing-gtk-0.8.1/syncthing_gtk/wizard.py", line 176, in <module> class Page(Gtk.Grid): "/usr/lib/python2.7/dist-packages/gi/module.py", line 320, in __getattr__ return getattr(self._introspection_module, name) "/usr/lib/python2.7/dist-packages/gi/module.py", line 139, in __getattr__ self.__name__, name))AttributeError: 'gi.repository.Gtk' object has no attribute 'Grid'
0.246525
Traceback (most recent call last): "/home/damien/test-venv/bin/py.test", line 8, in <module> load_entry_point('pytest==2.4.0', 'console_scripts', 'py.test')() "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/config.py", line 18, in main config = _prepareconfig(args, plugins) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/config.py", line 63, in _prepareconfig pluginmanager=pluginmanager, args=args) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 364, in __call__ return self._docall(methods, kwargs) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 375, in _docall res = mc.execute() "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 293, in execute res = method(**kwargs) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/helpconfig.py", line 25, in pytest_cmdline_parse config = __multicall__.execute() "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 293, in execute res = method(**kwargs) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/config.py", line 618, in pytest_cmdline_parse self.parse(args) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/config.py", line 711, in parse self._preparse(args) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/config.py", line 691, in _preparse args=args, parser=self._parser) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 364, in __call__ return self._docall(methods, kwargs) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 375, in _docall res = mc.execute() "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/core.py", line 293, in execute res = method(**kwargs) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/capture.py", line 17, in pytest_load_initial_conftests ns = parser.parse_known_args(args) "/home/damien/test-venv/lib/python2.6/site-packages/_pytest/config.py", line 175, in parse_known_args return optparser.parse_known_args(args)[0]AttributeError: 'MyOptionParser' object has no attribute 'parse_known_args'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) "/usr/lib/python3/dist-packages/nose/loader.py", line 400, in loadTestsFromName module = resolve_name(addr.module) "/usr/lib/python3/dist-packages/nose/util.py", line 311, in resolve_name module = **import**('.'.join(parts_copy)) "/usr/lib/python3/dist-packages/matplotlib/tests/**init**.py", line 17, in <module> 'The baseline image directory does not exist. 'OSError: The baseline image directory does not exist. This is most likely because the test data is not installed. You may need to install matplotlib from source to get the test data.
0.166511
Traceback (most recent call last): "C:\Programs\Python\3.6.4\lib\site-packages\IPython\core\interactiveshell.py", line 2869, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-13-30f5e78c6668>", line 1, in <module> from telegram.ext import Updater "C:\Programs\JetBrains\PyCharm 2018.1.3\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 19, in do_import module = self._system_import(name, *args, **kwargs) "C:\Programs\Python\3.6.4\lib\site-packages\telegram\ext\__init__.py", line 21, in <module> from .dispatcher import Dispatcher, DispatcherHandlerStop, run_async "C:\Programs\JetBrains\PyCharm 2018.1.3\helpers\pydev\_pydev_bundle\pydev_import_hook.py", line 19, in do_import module = self._system_import(name, *args, **kwargs) "C:\Programs\Python\3.6.4\lib\site-packages\telegram\ext\dispatcher.py", line 33, in <module> from telegram import TelegramError ImportError: cannot import name 'TelegramError'
Traceback (most recent call last): "C:\Python\Python38\lib\site-packages\pywinauto\controls\uia_controls.py", line 238, in select self._select(item) "C:\Python\Python38\lib\site-packages\pywinauto\controls\uiawrapper.py", line 676, in _select wrp.iface_selection_item.Select() _ctypes.COMError: (-2146233083, None, (None, None, None, 0, None))
0.23958
Traceback (most recent call last): "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/Users/Dirty/CellProfiler/CellProfiler.py", line 4, in <module> cellprofiler.__main__.main() "/Users/Dirty/CellProfiler/cellprofiler/__main__.py", line 176, in main cp_start_vm() "/Users/Dirty/CellProfiler/cellprofiler/utilities/cpjvm.py", line 179, in cp_start_vm max_heap_size = heap_size) "/Users/Dirty/Library/Python/2.7/lib/python/site-packages/javabridge/jutil.py", line 284, in start_vm raise RuntimeError("Failed to start Java VM")RuntimeError: Failed to start Java VM
Traceback (most recent call last): "/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1737, in restore checkpointable.OBJECT_GRAPH_PROTO_KEY) "/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 351, in get_tensor status) "/home/cb/anaconda3/envs/MaskRCNN/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 519, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.NotFoundError: Key _CHECKPOINTABLE_OBJECT_GRAPH not found in checkpoint
0.299846
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/traitlets/traitlets/traitlets/traitlets.py", line 490, in get value = obj._trait_values[self.name] KeyError: 'prompts'
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\user\AppData\Local\Programs\Thonny\lib\tokenize.py", line 447, in open buffer = _builtin_open(filename, 'rb') NotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\user\\AppData\\Local\\Temp\\pip-install-_dmpdcgv\\micropython-ssd1306\\setup.py'
0.319489
Traceback (most recent call last): "/usr/local/bin/x_x", line 9, in <module> load_entry_point('x-x==0.8', 'console_scripts', 'x_x')() "/usr/local/lib/python2.7/dist-packages/click/core.py", line 610, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 590, in main rv = self.invoke(ctx) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 782, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python2.7/dist-packages/click/core.py", line 416, in invoke return callback(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/x_x/x_x.py", line 46, in cli asciitable.draw(XCursor(sheet, heading), out=out) "/usr/local/lib/python2.7/dist-packages/x_x/asciitable.py", line 126, in draw heading_sizes = [len(str(x)) for x in headings]UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
Traceback (most recent call last): "bug.py", line 18, in <module> print [res.get(propagate=False) for res in results] "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/result.py", line 108, in get interval=interval) "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/base.py", line 179, in wait_for status = self.get_status(task_id) "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/base.py", line 295, in get_status return self.get_task_meta(task_id)['status'] "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/base.py", line 323, in get_task_meta meta = self._get_task_meta_for(task_id) "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/mongodb.py", line 133, in _get_task_meta_for obj = self.collection.find_one({'_id': task_id}) "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/kombu/utils/__init__.py", line 294, in __get__ value = obj.__dict__[self.__name__] = self.__get(obj) "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/mongodb.py", line 217, in collection collection = self.database[self.mongodb_taskmeta_collection] "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/kombu/utils/__init__.py", line 294, in __get__ value = obj.__dict__[self.__name__] = self.__get(obj) "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/mongodb.py", line 212, in database return self._get_database() "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/mongodb.py", line 199, in _get_database conn = self._get_connection() "/home/ionel/projects/celery-bug-1118/ve/local/lib/python2.7/site-packages/celery/backends/mongodb.py", line 107, in _get_connection *args, **dict(kwargs, self.mongodb_options)TypeError: dict expected at most 1 arguments, got 2
0.296823
Traceback (most recent call last): "queueHandler.pyo", line 47, in flushQueue "NVDAHelper.pyo", line 152, in handleInputCompositionStart "NVDAObjects__init__.pyo", line 78, in **call** "appModules\putty.pyo", line 18, in chooseNVDAObjectOverlayClassesAttributeError: 'InputComposition' object has no attribute 'IAccessibleRole'
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/airflow/models/taskinstance.py", line 922, in _run_raw_task result = task_copy.execute(context=context) "/usr/local/lib/python3.7/site-packages/airflow/operators/http_operator.py", line 92, in execute self.extra_options) "/usr/local/lib/python3.7/site-packages/airflow/hooks/http_hook.py", line 132, in run return self.run_and_check(session, prepped_request, extra_options) "/usr/local/lib/python3.7/site-packages/airflow/hooks/http_hook.py", line 182, in run_and_check raise ex "/usr/local/lib/python3.7/site-packages/airflow/hooks/http_hook.py", line 174, in run_and_check allow_redirects=extra_options.get("allow_redirects", True)) "/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send r = adapter.send(request, **kwargs) "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 498, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
0.191772
Traceback (most recent call last): "H:\Anaconda3-2019.03-Windows-x86_64\envs\mmf\lib\site-packages\torch\utils\data\_utils\worker.py", line 185, in _worker_loop data = fetcher.fetch(index) "H:\Anaconda3-2019.03-Windows-x86_64\envs\mmf\lib\site-packages\torch\utils\data\_utils\fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "H:\Anaconda3-2019.03-Windows-x86_64\envs\mmf\lib\site-packages\torch\utils\data\_utils\fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "H:\Anaconda3-2019.03-Windows-x86_64\envs\mmf\lib\site-packages\torch\utils\data\dataset.py", line 207, in __getitem__ return self.datasets[dataset_idx][sample_idx] "j:\mmf\mmf\datasets\builders\vqa2\dataset.py", line 53, in __getitem__ return self.load_item(idx) "j:\mmf\mmf\datasets\builders\vqa2\dataset.py", line 90, in load_item features = self.features_db[idx] "j:\mmf\mmf\datasets\databases\features_database.py", line 91, in __getitem__ return self.get(image_info) "j:\mmf\mmf\datasets\databases\features_database.py", line 99, in get return self.from_path(feature_path) "j:\mmf\mmf\datasets\databases\features_database.py", line 107, in from_path features, infos = self._get_image_features_and_info(path) "j:\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) "j:\mmf\mmf\datasets\databases\features_database.py", line 65, in _read_features_and_info feature, info = feature_reader.read(feat_file) "j:\mmf\mmf\datasets\databases\readers\feature_readers.py", line 95, in read return self.feat_reader.read(image_feat_path) "j:\mmf\mmf\datasets\databases\readers\feature_readers.py", line 157, in read image_info = self._load(image_feat_path) "j:\mmf\mmf\datasets\databases\readers\feature_readers.py", line 237, in _load img_id_idx = self.image_id_indices[image_id] KeyError: b'train2014\\372460.pth'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/requests/models.py", line 379, in prepare_url scheme, auth, host, port, path, query, fragment = parse_url(url) "/usr/lib/python3/dist-packages/urllib3/util/url.py", line 401, in parse_url return six.raise_from(LocationParseError(source_url), None) "<string>", line 3, in raise_from urllib3.exceptions.LocationParseError: Failed to parse: http://example.org/
0.150256
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-vflUPJQPD/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): "domained.py", line 489, in <module> sublist3r() "domained.py", line 99, in sublist3r os.system(Subcmd) TypeError: <lambda>() takes exactly 1 argument (2 given)
0.179232