text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request conn.request(method, url, **httplib_request_kw) "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/http/client.py", line 964, in send self.connect() "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() "/Users/sora/anaconda3/envs/wechat_env/lib/python3.6/site-packages/urllib3/connection.py", line 150, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x10c3e5fd0>: Failed to establish a new connection: [Errno 61] Connection refused
Traceback (most recent call last): "/usr/local/bin/mai", line 11, in <module> sys.exit(main()) "/usr/local/lib/python3.4/dist-packages/mai/cli.py", line 305, in main cli() "/usr/local/lib/python3.4/dist-packages/click/core.py", line 716, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python3.4/dist-packages/click/core.py", line 696, in main rv = self.invoke(ctx) "/usr/local/lib/python3.4/dist-packages/click/core.py", line 1037, in invoke return Command.invoke(self, ctx) "/usr/local/lib/python3.4/dist-packages/click/core.py", line 889, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python3.4/dist-packages/click/core.py", line 534, in invoke return callback(*args, **kwargs) "/usr/local/lib/python3.4/dist-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/usr/local/lib/python3.4/dist-packages/mai/cli.py", line 55, in cli login_with_profile(ctx.obj, profile, data.get(profile), awsprofile) "/usr/local/lib/python3.4/dist-packages/mai/cli.py", line 231, in login_with_profile saml_xml, roles = saml_login(user, url) "/usr/local/lib/python3.4/dist-packages/mai/cli.py", line 201, in saml_login saml_password = keyring.get_password('mai', ring_user) "/usr/local/lib/python3.4/dist-packages/keyring/core.py", line 42, in get_password return _keyring_backend.get_password(service_name, username) "/usr/local/lib/python3.4/dist-packages/keyring/backends/fail.py", line 18, in get_password raise RuntimeError("No recommended password was available")RuntimeError: No recommended password was available
0.305521
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/__init__.py", line 49, in <module> "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/backend/__init__.py", line 41, in <module> "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/backend/__init__.py", line 29, in <module> "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/backend/select.py", line 26, in select_backend "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/backend/cython/__init__.py", line 6, in <module> "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/backend/cython/error.py", line 7, in <module> "/Users/hectorlee/code/avp-project/avp-node-python/venv/lib/python2.7/site-packages/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg/zmq/backend/cython/error.py", line 6, in __bootstrap__ImportError: dlopen(/Users/hectorlee/.python-eggs/pyzmq-14.3.1-py2.7-macosx-10.6-intel.egg-tmp/zmq/backend/cython/error.so, 2): Symbol not found: _zmq_errno
Traceback (most recent call last): "/usr/local/bin/ipdb", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.6/dist-packages/ipdb/__main__.py", line 184, in main pdb.interaction(None, t) "/usr/local/lib/python2.6/dist-packages/IPython/core/debugger.py", line 268, in interaction OldPdb.interaction(self, frame, traceback) "/usr/lib/python2.6/pdb.py", line 198, in interaction self.cmdloop() "/usr/lib/python2.6/cmd.py", line 142, in cmdloop stop = self.onecmd(line) "/usr/lib/python2.6/pdb.py", line 267, in onecmd return cmd.Cmd.onecmd(self, line) "/usr/lib/python2.6/cmd.py", line 219, in onecmd return func(arg) "/usr/local/lib/python2.6/dist-packages/IPython/core/debugger.py", line 544, in do_psource self.shell.find_line_magic('psource')(arg, namespaces=namespaces) "<decorator-gen-74>", line 2, in psource "/usr/local/lib/python2.6/dist-packages/IPython/core/magic.py", line 191, in <lambda> call = lambda f, *a, **k: f(*a, **k) "/usr/local/lib/python2.6/dist-packages/IPython/core/magics/namespace.py", line 97, in psource raise UsageError('Missing object name.')UsageError: Missing object name.
0.262735
Traceback (most recent call last): "/data/test_docker/toil_tests/toy_code_for_keyword_cache.py", line 51, in <module> test_pass_disk_lt_cache() # This will FAIL "/data/test_docker/toil_tests/toy_code_for_keyword_cache.py", line 34, in test_pass_disk_lt_cache Job.Runner.startToil(F, params) "/usr/local/lib/python2.7/site-packages/toil/job.py", line 371, in startToil rootJob = job._serialiseFirstJob(jobStore) "/usr/local/lib/python2.7/site-packages/toil/job.py", line 1139, in _serialiseFirstJob predecessorNumber=0) "/usr/local/lib/python2.7/site-packages/toil/job.py", line 998, in _createEmptyJobForJob " than the disk requirement for the job! (disk: %s)" % (cache, disk))RuntimeError: Trying to allocate a cache (cache: 2147483648.0) larger than the disk requirement for the job! (disk: 1073741824)
"module_stderr": "Traceback (most recent call last):\n \"/root/.ansible/tmp/ansible-tmp-1580866261.3807242-193074254864696/AnsiballZ_os_server.py\", line 114, in <module>\n _ansiballz_main()\n \"/root/.ansible/tmp/ansible-tmp-1580866261.3807242-193074254864696/AnsiballZ_os_server.py\", line 106, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n \"/root/.ansible/tmp/ansible-tmp-1580866261.3807242-193074254864696/AnsiballZ_os_server.py\", line 49, in invoke_module\n imp.load_module('__main__', mod, module, MOD_DESC)\n \"/usr/lib64/python3.6/imp.py\", line 235, in load_module\n return load_source(name, filename, file)\n \"/usr/lib64/python3.6/imp.py\", line 170, in load_source\n module = _exec(spec, sys.modules[name])\n \"<frozen importlib._bootstrap>\", line 618, in _exec\n \"<frozen importlib._bootstrap_external>\", line 678, in exec_module\n \"<frozen importlib._bootstrap>\", line 219, in _call_with_frames_removed\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 753, in <module>\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 743, in main\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 669, in _get_server_state\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 417, in _exit_hostvars\n \"/var/lib/awx/venv/ansible/lib/python3.6/site-packages/openstack/cloud/_compute.py\", line 1889, in get_openstack_vars\n return meta.get_hostvars_from_server(self, server)\n \"/var/lib/awx/venv/ansible/lib/python3.6/site-packages/openstack/cloud/meta.py\", line 487, in get_hostvars_from_server\n flavor_id = server['flavor']['id']\nKeyError: 'id'\n", "exception": "Traceback (most recent call last):\n \"/root/.ansible/tmp/ansible-tmp-1580866261.3807242-193074254864696/AnsiballZ_os_server.py\", line 114, in <module>\n _ansiballz_main()\n \"/root/.ansible/tmp/ansible-tmp-1580866261.3807242-193074254864696/AnsiballZ_os_server.py\", line 106, in _ansiballz_main\n invoke_module(zipped_mod, temp_path, ANSIBALLZ_PARAMS)\n \"/root/.ansible/tmp/ansible-tmp-1580866261.3807242-193074254864696/AnsiballZ_os_server.py\", line 49, in invoke_module\n imp.load_module('__main__', mod, module, MOD_DESC)\n \"/usr/lib64/python3.6/imp.py\", line 235, in load_module\n return load_source(name, filename, file)\n \"/usr/lib64/python3.6/imp.py\", line 170, in load_source\n module = _exec(spec, sys.modules[name])\n \"<frozen importlib._bootstrap>\", line 618, in _exec\n \"<frozen importlib._bootstrap_external>\", line 678, in exec_module\n \"<frozen importlib._bootstrap>\", line 219, in _call_with_frames_removed\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 753, in <module>\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 743, in main\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 669, in _get_server_state\n \"/tmp/ansible_os_server_payload_o8lamfm8/__main__.py\", line 417, in _exit_hostvars\n \"/var/lib/awx/venv/ansible/lib/python3.6/site-packages/openstack/cloud/_compute.py\", line 1889, in get_openstack_vars\n return meta.get_hostvars_from_server(self, server)\n \"/var/lib/awx/venv/ansible/lib/python3.6/site-packages/openstack/cloud/meta.py\", line 487, in get_hostvars_from_server\n flavor_id = server['flavor']['id']\nKeyError: 'id'\n",
0.189893
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool ProxiedRequests(self.w3af) "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__ self.reload_options() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options self._start_proxy() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener) "/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__ name='LocalProxyThread') "/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__ port=port) "/usr/lib/python2.7/dist-packages/mitmproxy/proxy/config.py", line 106, in __init__ sslversion_choices[ssl_version_client]KeyError: 'SSLv23'
Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 784, in extract_info ie_result = ie.extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 438, in extract ie_result = self._real_extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/camwithher.py", line 49, in _real_extract r'<a[^>]+href=["\']/download/\?v=(\d+)', webpage, 'video id') "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 803, in _html_search_regex res = self._search_regex(pattern, string, name, default, fatal, flags, group) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 794, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract video id; 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.276522
Traceback (most recent call last): "D:\NSCB\ztools\squirrel.py", line 2973, in <module> with open(tfile,"r+", encoding='utf8') as f: NotFoundError: [Errno 2] No such file or directory: '\\%f'
Traceback (most recent call last): "zzz_exploit.py", line 1112, in <module> main() "zzz_exploit.py", line 1109, in main exploit(options.target_ip, int(options.port), username, password, options.pipe, options.share, options.mode) "zzz_exploit.py", line 980, in exploit if not info['method'](conn, pipe_name, info): "zzz_exploit.py", line 469, in exploit_matched_pairs info.update(leak_frag_size(conn, tid, fid)) "zzz_exploit.py", line 313, in leak_frag_size req1 = conn.create_nt_trans_packet(5, param=pack('<HH', fid, 0), mid=mid, data='A'*0x10d0, maxParameterCount=GROOM_TRANS_SIZE-0x10d0-TRANS_NAME_LEN) "C:\Users\admin\Downloads\AutoBlue-MS17-010-master\mysmb.py", line 375, in create_nt_trans_packet _put_trans_data(transCmd, param, data, noPad) "C:\Users\admin\Downloads\AutoBlue-MS17-010-master\mysmb.py", line 83, in _put_trans_data transData += (b'\x00' * padLen) + data TypeError: can't concat str to bytes
0.301703
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/salt/loader.py", line 1685, in _load_module mod = spec.loader.load_module() "<frozen importlib._bootstrap_external>", line 399, in _check_name_wrapper "<frozen importlib._bootstrap_external>", line 823, in load_module "<frozen importlib._bootstrap_external>", line 682, in load_module "<frozen importlib._bootstrap>", line 265, in _load_module_shim "<frozen importlib._bootstrap>", line 684, in _load "<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 "/usr/local/lib/python3.6/site-packages/salt/grains/esxi.py", line 18, in <module> if salt.utils.platform.is_proxy() and __opts__["proxy"]["proxytype"] == "esxi": NameError: name '__opts__' is not defined
Traceback (most recent call last): "/var/lang/lib/python3.6/site-packages/aws_lambda_builders/__main__.py", line 137, in main mode=params.get('mode', None)) "/var/lang/lib/python3.6/site-packages/aws_lambda_builders/builder.py", line 115, in build return workflow.run() "/var/lang/lib/python3.6/site-packages/aws_lambda_builders/workflow.py", line 65, in wrapper func(self, *args, **kwargs) "/var/lang/lib/python3.6/site-packages/aws_lambda_builders/workflow.py", line 257, in run reason=str(ex)) aws_lambda_builders.exceptions.WorkflowFailedError: PythonPipBuilder:ResolveDependencies - Requirements file not found: /tmp/samcli/source/requirements.txt
0.256724
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python3.6/asyncio/base_events.py", line 467, in run_until_complete return future.result() "<stdin>", line 3, in go "/home/vagrant/.local/lib/python3.6/site-packages/aioredis/commands/__init__.py", line 146, in create_redis loop=loop) "/home/vagrant/.local/lib/python3.6/site-packages/aioredis/connection.py", line 79, in create_connection address, ssl=ssl, loop=loop) "/usr/lib/python3.6/asyncio/streams.py", line 128, in open_unix_connection lambda: protocol, path, **kwds) "/usr/lib/python3.6/asyncio/unix_events.py", line 236, in create_unix_connection yield from self.sock_connect(sock, path) "/usr/lib/python3.6/asyncio/selector_events.py", line 451, in sock_connect return (yield from fut) "/usr/lib/python3.6/asyncio/selector_events.py", line 456, in _sock_connect sock.connect(address) NotFoundError: [Errno 2] No such file or directory
invalid output was: Traceback (most recent call last): "/home/regress/.ansible/tmp/ansible-tmp-1400567208.68-138855836321347/junos_install_os", line 1404, in <module> main() "/home/regress/.ansible/tmp/ansible-tmp-1400567208.68-138855836321347/junos_install_os", line 223, in main results = junos_install_os(module, dev) "/home/regress/.ansible/tmp/ansible-tmp-1400567208.68-138855836321347/junos_install_os", line 175, in junos_install_os results['msg'] = "Unable to install the software: " + okTypeError: cannot concatenate 'str' and 'NoneType' objects
0.14429
Traceback (most recent call last): "/var/lib/**********mediaserver/medusa/medusa/helpers/__init__.py", line 569, in rename_ep_file shutil.move(cur_path, new_path) "/var/lib/**********mediaserver/medusa/medusa/init/filesystem.py", line 113, in patched_output return handle_output(f(*args, **kwargs)) "/usr/lib64/python2.7/shutil.py", line 301, in move copy2(src, real_dst) "/usr/lib64/python2.7/shutil.py", line 130, in copy2 copyfile(src, dst) "/var/lib/**********mediaserver/medusa/lib/shutil_custom/__init__.py", line 32, in copyfile_custom with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst: "/var/lib/**********mediaserver/medusa/medusa/init/filesystem.py", line 113, in patched_output return handle_output(f(*args, **kwargs))IOError: [Errno 2] No such file or directory: '/var/media/TV/The Graham Norton Show/.@__thumb/The Graham Norton Show - S18E14 - Matthew Perry, Gemma Arterton, Miriam Margolyes, Jack Savoretti.mkv.nfo'
Traceback (most recent call last): "/usr/prakt/w0138/.local/lib/python3.6/site-packages/ray/_private/monitor.py", line 274, in run self._run() "/usr/prakt/w0138/.local/lib/python3.6/site-packages/ray/_private/monitor.py", line 167, in _run self.update_load_metrics() "/usr/prakt/w0138/.local/lib/python3.6/site-packages/ray/_private/monitor.py", line 132, in update_load_metrics request, timeout=4) "/usr/prakt/w0138/.local/lib/python3.6/site-packages/grpc/_channel.py", line 826, in __call__ return _end_unary_response_blocking(state, call, False, None) "/usr/prakt/w0138/.local/lib/python3.6/site-packages/grpc/_channel.py", line 729, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
0.277661
Traceback (most recent call last): "/var/tmp/portage/dev-python/psutil-5.6.7/work/psutil-5.6.7-python2_7/lib/psutil/tests/test_linux.py", line 693, in test_against_lscpu self.assertEqual(psutil.cpu_count(logical=False), len(core_ids)) AssertionError: 8 != 16
Traceback (most recent call last): "/data/t-tcga/esebesty/bcbio/tool/bin/bcbio_nextgen.py", line 226, in <module> main(**kwargs) "/data/t-tcga/esebesty/bcbio/tool/bin/bcbio_nextgen.py", line 43, in main run_main(**kwargs) "/data/t-tcga/esebesty/bcbio/data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 47, in run_main fc_dir, run_info_yaml) "/data/t-tcga/esebesty/bcbio/data/anaconda/lib/python2.7/site-packages/bcbio/pipeline/main.py", line 79, in _run_toplevel with tx_tmpdir(config) as tmpdir: "/data/t-tcga/esebesty/bcbio/data/anaconda/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() "/data/t-tcga/esebesty/bcbio/data/anaconda/lib/python2.7/site-packages/bcbio/distributed/transaction.py", line 39, in tx_tmpdir config_tmpdir = utils.safe_makedir(os.path.expandvars(config_tmpdir)) "/data/t-tcga/esebesty/bcbio/data/anaconda/lib/python2.7/site-packages/bcbio/utils.py", line 183, in safe_makedir os.makedirs(dname) "/data/t-tcga/esebesty/bcbio/data/anaconda/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode)OSError: [Errno 13] Permission denied: '/scratch'
0.258354
Traceback (most recent call last): "<stdin>", line 1, in <module> "extras/rdflib/__init__.py", line 64, in <module> from rdflib.term import URIRef, BNode, Literal, VariableImportError: No module named term
```Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/setup.py", line 167, in _async_setup_component hass, processed_config "/usr/src/homeassistant/homeassistant/components/device_tracker/__init__.py", line 142, in async_setup legacy_platforms = await setup.async_extract_config(hass, config) "/usr/src/homeassistant/homeassistant/components/device_tracker/setup.py", line 114, in async_extract_config platform.name, platform.type ValueError: Unable to determine type for unifi: None
0.263759
Traceback (most recent call last): "eval.py", line 2, in <module> from sklearn import metrics "/home/andre/test_api/env/lib/python3.5/site-packages/sklearn/__init__.py", line 57, in <module> from .base import clone "/home/andre/test_api/env/lib/python3.5/site-packages/sklearn/base.py", line 11, in <module> from .utils.fixes import signature "/home/andre/test_api/env/lib/python3.5/site-packages/sklearn/utils/__init__.py", line 11, in <module> from .validation import (as_float_array, "/home/andre/test_api/env/lib/python3.5/site-packages/sklearn/utils/validation.py", line 16, in <module> from ..utils.fixes import signature "/home/andre/test_api/env/lib/python3.5/site-packages/sklearn/utils/fixes.py", line 324, in <module> from scipy.sparse.linalg import lsqr as sparse_lsqr "/home/andre/test_api/env/lib/python3.5/site-packages/scipy/sparse/linalg/__init__.py", line 110, in <module> from .dsolve import * "/home/andre/test_api/env/lib/python3.5/site-packages/scipy/sparse/linalg/dsolve/__init__.py", line 60, in <module> from .linsolve import * "/home/andre/test_api/env/lib/python3.5/site-packages/scipy/sparse/linalg/dsolve/linsolve.py", line 10, in <module> from . import _superluImportError: /home/andre/test_api/env/lib/python3.5/site-packages/scipy/sparse/linalg/dsolve/_superlu.cpython-35m-x86_64-linux-gnu.so: undefined symbol: dtrsm_
Traceback (most recent call last): "manage.py", line 14, in <module> execute_from_command_line(sys.argv) "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line utility.execute() "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/django/core/management/base.py", line 294, in run_from_argv self.execute(*args, **cmd_options) "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/django/core/management/base.py", line 345, in execute output = self.handle(*args, **options) "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/mezzanine/core/management/commands/createdb.py", line 61, in handle func() "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/mezzanine/core/management/commands/createdb.py", line 151, in translation_fields verbosity=self.verbosity, interactive=False) "/home/ge0/envs/bakadeshi/lib/python3.5/site-packages/django/core/management/base.py", line 314, in execute if options['no_color']:KeyError: 'no_color'
0.29067
The minion function caused an exception: Traceback (most recent call last): "c:\salt\bin\lib\site-packages\salt\minion.py", line 1318, in _thread_return return_data = executor.execute() "c:\salt\bin\lib\site-packages\salt\executors\direct_call.py", line 28, in execute return self.func(*self.args, **self.kwargs) "c:\salt\bin\lib\site-packages\salt\modules\win_pkg.py", line 97, in latest_version latest_available = _get_latest_pkg_version(pkg_info) "c:\salt\bin\lib\site-packages\salt\modules\win_pkg.py", line 1099, in _get_latest_pkg_version return sorted(pkginfo, cmp=_reverse_cmp_pkg_versions).pop() IndexError: pop from empty list
Traceback (most recent call last): "/home/devu/bin/opt/anaconda/envs/bcbio-dev/bin/bcbio_nextgen.py", line 5, in <module> pkg_resources.run_script('bcbio-nextgen==0.7.4', 'bcbio_nextgen.py') "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/pkg_resources.py", line 505, in run_script self.require(requires)[0].run_script(script_name, ns) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/pkg_resources.py", line 1245, in run_script execfile(script_filename, namespace, namespace) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/EGG-INFO/scripts/bcbio_nextgen.py", line 54, in <module> main(**kwargs) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/EGG-INFO/scripts/bcbio_nextgen.py", line 38, in main run_main(**kwargs) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/pipeline/main.py", line 45, in run_main fc_dir, run_info_yaml) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/pipeline/main.py", line 93, in _run_toplevel for xs in pipeline.run(config, config_file, run_parallel, parallel, dirs, pipeline_items): "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/pipeline/main.py", line 298, in run samples = run_parallel("process_alignment", samples) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/distributed/messaging.py", line 49, in run_parallel for data in joblib.Parallel(jobr.num_jobs)(joblib.delayed(fn)(x) for x in items): "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/joblib-0.7.1-py2.7.egg/joblib/parallel.py", line 517, in __call__ self.dispatch(function, args, kwargs) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/joblib-0.7.1-py2.7.egg/joblib/parallel.py", line 312, in dispatch job = ImmediateApply(func, args, kwargs) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/joblib-0.7.1-py2.7.egg/joblib/parallel.py", line 136, in __init__ self.results = func(*args, **kwargs) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/utils.py", line 45, in wrapper return apply(f, *args, **kwargs) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/distributed/multitasks.py", line 20, in process_alignment return lane.process_alignment(*args) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/pipeline/lane.py", line 129, in process_alignment data = align_to_sort_bam(fastq1, fastq2, aligner, data) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/pipeline/alignment.py", line 62, in align_to_sort_bam names, align_dir, data) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/pipeline/alignment.py", line 85, in _align_from_fastq_pipe return align_fn(fastq1, fastq2, align_ref, names, align_dir, data) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/ngsalign/novoalign.py", line 94, in align_pipe [do.file_nonempty(tx_out_file), do.file_reasonable_size(tx_out_file, fastq_file)]) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/provenance/do.py", line 22, in run _do_run(cmd, checks) "/home/devu/bin/opt/anaconda/envs/bcbio-dev/lib/python2.7/site-packages/bcbio_nextgen-0.7.4-py2.7.egg/bcbio/provenance/do.py", line 72, in _do_run raise subprocess.CalledProcessError(exitcode, error_msg)subprocess.CalledProcessError: Command 'set -o pipefail; /usr/local/bin/novoalign -o SAM '@RG\tID:7\tPL:illumina\tPU:7_100326_FC6107FAAXX\tSM:Test1' -d /home/devu/bcbio-nextgen/tests/data/automated/tool-data/../../genomes/hg19/novoalign/hg19 -f <(/usr/local/bin/grabix grab /home/devu/bcbio-nextgen/tests/test_automated_output/align_prep/7_100326_FC6107FAAXX_1_fastq.txt.gz 1 36000) <(/usr/local/bin/grabix grab /home/devu/bcbio-nextgen/tests/test_automated_output/align_prep/7_100326_FC6107FAAXX_2_fastq.txt.gz 1 36000) -c 1 -F STDFQ -r None -o FullNW -k | /usr/local/bin/samtools view -b -S -u - | /usr/local/bin/samtools sort -@ 1 -m 4G - /home/devu/bcbio-nextgen/tests/test_automated_output/align/Test1/split/tx/tmpBlpqYr/7_100326_FC6107FAAXX-sort-1_36000
0.22306
Traceback (most recent call last): "./rfcn/demo.py", line 18, in <module> from utils.image import resize, transform "/home/Deep-Feature-Flow/rfcn/../lib/utils/image.py", line 6, in <module> from bbox.bbox_transform import clip_boxes "/home/Deep-Feature-Flow/rfcn/../lib/bbox/bbox_transform.py", line 2, in <module> from bbox import bbox_overlaps_cython ImportError: cannot import name 'bbox_overlaps_cython'
Traceback (most recent call last): "distributed/distributed/client.py", line 1409, in _gather st = self.futures[key] KeyError: '<task name>'
0.289142
Traceback (most recent call last):   "/app/bazarr/libs/apscheduler/executors/base.py", line 125, in run_job   retval = job.func(*job.args, **job.kwargs)   "/app/bazarr/get_movies.py", line 118, in update_movies   store_subtitles_movie(path_replace_movie(added_path[0])) TypeError: \NoneType\ object has no attribute \__getitem__\
Traceback (most recent call last): "C:\Users\I\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line 164, in <module> use(config.device) "C:\Users\I\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line 151, in use init_dev(device) "C:\Users\I\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line 66, in init_dev avail = dnn.dnn_available(name) "C:\Users\I\Anaconda2\lib\site-packages\theano\gpuarray\dnn.py", line 174, in dnn_available if not dnn_present(): "C:\Users\I\Anaconda2\lib\site-packages\theano\gpuarray\dnn.py", line 165, in dnn_present dnn_present.msg) RuntimeError: You enabled cuDNN, but we aren't able to use it: cannot compile with cuDNN. We got this error:
0.328355
Traceback (most recent call last): "./Port_Flap_Check.py", line 230, in <module> fp.write(dev.rpc.get_log(filename='messages').text) #to save in local copy "/usr/local/lib/python2.7/dist-packages/jnpr/junos/rpcmeta.py", line 342, in _exec_rpc return self._junos.execute(rpc, **dec_args) "/usr/local/lib/python2.7/dist-packages/jnpr/junos/decorators.py", line 76, in wrapper return function(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/jnpr/junos/decorators.py", line 31, in wrapper return function(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/jnpr/junos/device.py", line 770, in execute ignore_warning=ignore_warning) "/usr/local/lib/python2.7/dist-packages/jnpr/junos/decorators.py", line 116, in wrapper rsp = function(self, *args, **kwargs) "/usr/local/lib/python2.7/dist-packages/jnpr/junos/device.py", line 1321, in _rpc_reply return self._conn.rpc(rpc_cmd_e)._NCElement__doc "/usr/local/lib/python2.7/dist-packages/ncclient/manager.py", line 172, in wrapper return self.execute(op_cls, *args, **kwds) "/usr/local/lib/python2.7/dist-packages/ncclient/manager.py", line 232, in execute raise_mode=self._raise_mode).request(*args, **kwds) "/usr/local/lib/python2.7/dist-packages/ncclient/operations/third_party/juniper/rpc.py", line 44, in request return self._request(rpc) "/usr/local/lib/python2.7/dist-packages/ncclient/operations/rpc.py", line 339, in _request return NCElement(self._reply, self._device_handler.transform_reply()) "/usr/local/lib/python2.7/dist-packages/ncclient/xml_.py", line 153, in __init__ self.__doc = self.remove_namespaces(self.__result) "/usr/local/lib/python2.7/dist-packages/ncclient/xml_.py", line 201, in remove_namespaces self.__root = etree.fromstring(str(self.__transform(etree.parse(StringIO(str(rpc_reply)))))) "src/lxml/lxml.etree.pyx", line 3442, in lxml.etree.parse (src/lxml/lxml.etree.c:81716) "src/lxml/parser.pxi", line 1828, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:118859) "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:119128) "src/lxml/parser.pxi", line 1736, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:117808) "src/lxml/parser.pxi", line 1102, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:112052) "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105896) "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:107604) "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:106458) "<string>", line 72326 lxml.etree.XMLSyntaxError: xmlSAX2Characters: huge text node, line 72326, column 30
Traceback (most recent call last): "/tmp/buildd/sorl-thumbnail-11.12/tests/thumbnail_tests/tests.py", line 349, in test_orientation self.assertEqual(exif.get(0x0112), 1)AssertionError: 2 != 1
0.180063
ERROR:root:Traceback (most recent call last): "C:\Users\agrc-arcgis\AppData\Roaming\Sublime Text 3\Packages\Anaconda\commands\autoformat.py", line 78, in run Worker().execute(callback, **data) "C:\Users\agrc-arcgis\AppData\Roaming\Sublime Text 3\Packages\Anaconda\anaconda_lib\worker.py", line 428, in execute worker.start() "C:\Users\agrc-arcgis\AppData\Roaming\Sublime Text 3\Packages\Anaconda\anaconda_lib\worker.py", line 164, in start python_interpreter "C:\Users\agrc-arcgis\AppData\Roaming\Sublime Text 3\Packages\Anaconda\anaconda_lib\builder\python_builder.py", line 45, in update_interpreter_build_system 'build_systems': [self._parse_tpl(cmd)] "C:\Users\agrc-arcgis\AppData\Roaming\Sublime Text 3\Packages\Anaconda\anaconda_lib\builder\python_builder.py", line 67, in _parse_tpl cmd = cmd.replace('\\', '\\\\')AttributeError: 'NoneType' object has no attribute 'replace'
Traceback (most recent call last): "/home/gnani/projects/merlin/misc/scripts/alignment/state_align/forced_alignment.py", line 381, in <module> aligner.train_hmm(7, 32) "/home/gnani/projects/merlin/misc/scripts/alignment/state_align/forced_alignment.py", line 285, in train_hmm stdout=PIPE) "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/gnani/projects/merlin/tools/bin/htk/HERest', '-C', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/config/cfg', '-S', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/config/train.scp', '-I', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/config/mono_phone.mlf', '-M', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/model/hmm_mix_1_iter_1', '-H', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/model/hmm0/macros', '-H', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/model/hmm0/hmmdefs', '-t', '250.0', '150.0', '2000.0', '/home/gnani/merlin/egs/build_your_own_voice/s1/female_hin/labels/mono_phone.list']' returned non-zero exit status 52.
0.174089
"exception": "Traceback (most recent call last):\n \"/usr/local/lib/python3.7/site-packages/scenario_player/tasks/base.py\", line 74, in __call__\n return self._run(*args, **kwargs)\n \"/usr/local/lib/python3.7/site-packages/scenario_player/tasks/api_base.py\", line 70, in _run\n return self._process_response(response_dict)\n \"/usr/local/lib/python3.7/site-packages/scenario_player/tasks/services.py\", line 216, in _process_response\n f\"Expected request_count {exp_request_count} but got {actual_request_count}\"\nscenario_player.exceptions.legacy.ScenarioAssertionError: Expected request_count 1 but got 0" }
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/synapse/http/server.py", line 81, in wrapped_request_handler yield h(self, request) "/usr/lib/python3.6/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks result = result.throwExceptionIntoGenerator(g) "/usr/lib/python3.6/site-packages/twisted/python/failure.py", line 491, in throwExceptionIntoGenerator return g.throw(self.type, self.value, self.tb) "/usr/lib/python3.6/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 83, in _async_render_GET width, height, method, m_type "/usr/lib/python3.6/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks result = g.send(result) "/usr/lib/python3.6/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 244, in _respond_remote_thumbnail width, height, method, m_type, thumbnail_infos "/usr/lib/python3.6/site-packages/synapse/rest/media/v1/thumbnail_resource.py", line 317, in _select_thumbnail return min(info_list2)[-1] ValueError: min() arg is an empty sequence
0.252405
Traceback (most recent call last): "/usr/local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 228, in _main status = self.run(options, args) "/usr/local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 182, in wrapper return func(self, options, args) "/usr/local/lib/python3.9/site-packages/pip/_internal/commands/install.py", line 272, in run session = self.get_default_session(options) "/usr/local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 80, in get_default_session self._session = self.enter_context(self._build_session(options)) "/usr/local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 90, in _build_session session = PipSession( "/usr/local/lib/python3.9/site-packages/pip/_internal/network/session.py", line 249, in __init__ self.headers["User-Agent"] = user_agent() "/usr/local/lib/python3.9/site-packages/pip/_internal/network/session.py", line 132, in user_agent zip(["name", "version", "id"], distro.linux_distribution()), "/usr/local/lib/python3.9/site-packages/pip/_vendor/distro.py", line 125, in linux_distribution return _distro.linux_distribution(full_distribution_name) "/usr/local/lib/python3.9/site-packages/pip/_vendor/distro.py", line 681, in linux_distribution self.version(), "/usr/local/lib/python3.9/site-packages/pip/_vendor/distro.py", line 741, in version self.lsb_release_attr('release'), "/usr/local/lib/python3.9/site-packages/pip/_vendor/distro.py", line 903, in lsb_release_attr return self._lsb_release_info.get(attribute, '') "/usr/local/lib/python3.9/site-packages/pip/_vendor/distro.py", line 556, in __get__ ret = obj.__dict__[self._fname] = self._f(obj) "/usr/local/lib/python3.9/site-packages/pip/_vendor/distro.py", line 1014, in _lsb_release_info stdout = subprocess.check_output(cmd, stderr=devnull) "/usr/local/lib/python3.9/subprocess.py", line 420, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, "/usr/local/lib/python3.9/subprocess.py", line 524, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '('lsb_release', '-a')' returned non-zero exit status 1.
Traceback (most recent call last): "<stdin>", line 1, in <module> ImportError: No module named tensor2tensor
0.212098
Traceback (most recent call last): "/home/ec2-user/.local/lib/python3.7/site-packages/kerastuner/engine/oracle.py", line 323, in reload super(Oracle, self).reload(self._get_oracle_fname()) "/home/ec2-user/.local/lib/python3.7/site-packages/kerastuner/engine/stateful.py", line 64, in reload self.set_state(state) "/home/ec2-user/.local/lib/python3.7/site-packages/kerastuner/tuners/hyperband.py", line 298, in set_state super(HyperbandOracle, self).set_state(state) "/home/ec2-user/.local/lib/python3.7/site-packages/kerastuner/engine/oracle.py", line 287, in set_state for tuner_id, trial_id in state['ongoing_trials'].items()} "/home/ec2-user/.local/lib/python3.7/site-packages/kerastuner/engine/oracle.py", line 287, in <dictcomp> for tuner_id, trial_id in state['ongoing_trials'].items()} KeyError: '121381334a7c340f8281c6e2d78dbb7a'
Traceback (most recent call last): "C:\Python27\lib\site-packages\IPython\utils\tests\test_process.py", line 110, in test_system_quotes self.assertEquals(status, 0)AssertionError: 1 != 0
0.30575
Traceback (most recent call last): "C:\Development\Python\Project_Youtube-dl\youtube_dl\YoutubeDL.py", line 805, in extract_info ie_result = ie.extract(url) "C:\Development\Python\Project_Youtube-dl\youtube_dl\extractor\common.py", line 530, in extract ie_result = self._real_extract(url) "C:\Development\Python\Project_Youtube-dl\youtube_dl\extractor\generic.py", line 3316, in _real_extract raise UnsupportedError(url) youtube_dl.utils.UnsupportedError: Unsupported URL: https://10play.com.au/mr-black/episodes/season-1/episode-7/tpv190618rpzcm
Traceback (most recent call last): "matplotwrf.py", line 86, in <module> pvo.to_dataset().to_netcdf("analysis_d01_2014-09-15_21h.nc","a") "/software/Anaconda3-5.1.0-el6-x86_64/envs/wrf-python/lib/python3.6/site-packages/xarray/core/dataset.py", line 1150, in to_netcdf compute=compute) "/software/Anaconda3-5.1.0-el6-x86_64/envs/wrf-python/lib/python3.6/site-packages/xarray/backends/api.py", line 659, in to_netcdf _validate_attrs(dataset) "/software/Anaconda3-5.1.0-el6-x86_64/envs/wrf-python/lib/python3.6/site-packages/xarray/backends/api.py", line 120, in _validate_attrs check_attr(k, v) "/software/Anaconda3-5.1.0-el6-x86_64/envs/wrf-python/lib/python3.6/site-packages/xarray/backends/api.py", line 111, in check_attr 'files'.format(value)) TypeError: Invalid value for attr: Mercator(stand_lon=-65.0, moad_cen_lat=23.722755432128906, truelat1=30.0, truelat2=60.0, pole_lat=90.0, pole_lon=0.0) must be a number string, ndarray or a list/tuple of numbers/strings for serialization to netCDF files
0.232432
Traceback (most recent call last): "bin/domain/enumall.py", line 26, in <module> from recon.core import base ImportError: No module named recon.core
WARNING: Traceback (most recent call last): "isocurve_for_trisurface_qt.py", line 128, in <module> win.show() "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/app/backends/_qt.py", line 646, in paintGL self._vispy_canvas.events.draw(region=None) "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/util/event.py", line 455, in __call__ self._invoke_callback(cb, event) "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/util/event.py", line 475, in _invoke_callback self, cb_event=(cb, event)) << caught exception here: >> "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/util/event.py", line 471, in _invoke_callback cb(event) "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/scene/canvas.py", line 205, in on_draw self._draw_scene() "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/scene/canvas.py", line 251, in _draw_scene self.draw_visual(self.scene) "/Users/klay6683/Dropbox/src/vispy_campagnola/vispy/scene/canvas.py", line 289, in draw_visual node.draw()TypeError: draw() missing 1 required positional argument: 'transforms'
0.281685
Traceback (most recent call last): "/home/codeadmin/.local/bin/paddle2onnx", line 8, in <module> sys.exit(main()) "/home/codeadmin/.local/lib/python3.7/site-packages/fluid_onnx/fluid_to_onnx.py", line 230, in main convert(args) "/home/codeadmin/.local/lib/python3.7/site-packages/fluid_onnx/fluid_to_onnx.py", line 194, in convert checker.check_model(onnx_model) "/home/codeadmin/.local/lib/python3.7/site-packages/onnx/checker.py", line 86, in check_model C.check_model(model.SerializeToString()) onnx.onnx_cpp2py_export.checker.ValidationError: Node () has input size 0 not in range [min=1, max=1].
Traceback (most recent call last): "/usr/local/bin/mitmproxy", line 19, in <module> from libmproxy import proxy, controller, console, utils, flow, cmdline "/usr/local/lib/python2.7/dist-packages/libmproxy/console.py", line 19, in <module> import urwid ImportError: No module named urwid
0.298619
Traceback (most recent call last): "/srv/rrpub/venv/local/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app response = self.full_dispatch_request() "/srv/rrpub/venv/local/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request rv = self.handle_user_exception(e) "/srv/rrpub/venv/local/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception reraise(exc_type, exc_value, tb) "/srv/rrpub/venv/local/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request rv = self.dispatch_request() "/srv/rrpub/venv/local/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/srv/rrpub/flaskbb/flaskbb/message/views.py", line 56, in view_conversation user_id=current_user.id "/srv/rrpub/venv/local/lib/python2.7/site-packages/werkzeug/local.py", line 343, in __getattr__ return getattr(self._get_current_object(), name) AttributeError: 'Guest' object has no attribute 'id'
Traceback (most recent call last): "/Users/daeda/anaconda3/envs/rpy/lib/python3.7/distutils/unixccompiler.py", line 118, in _compile extra_postargs) "/Users/daeda/anaconda3/envs/rpy/lib/python3.7/distutils/ccompiler.py", line 909, in spawn spawn(cmd, dry_run=self.dry_run) "/Users/daeda/anaconda3/envs/rpy/lib/python3.7/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) "/Users/daeda/anaconda3/envs/rpy/lib/python3.7/distutils/spawn.py", line 159, in _spawn_posix % (cmd, exit_status)) distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
0.282314
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.spotify.com', port=443): Max retries exceeded with url: /v1/me/player/devices (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fac642978>: Failed to establish a new connection: [Errno -3] Try again',))
Traceback (most recent call last): "train.py", line 85, in <module> model, optimizer = amp.initialize(model, optimizer, opt_level=args.opt_level) "/opt/conda/lib/python3.7/site-packages/apex/amp/frontend.py", line 358, in initialize return _initialize(models, optimizers, _amp_state.opt_properties, num_losses, cast_model_outputs) "/opt/conda/lib/python3.7/site-packages/apex/amp/_initialize.py", line 209, in _initialize module._register_state_dict_hook(O2StateDictHook(functools.partial(to_type, torch.float32))) "/opt/conda/lib/python3.7/site-packages/torch/jit/__init__.py", line 1689, in fail raise RuntimeError(name + " is not supported on ScriptModules") RuntimeError: _register_state_dict_hook is not supported on ScriptModules
0.265656
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/wifipumpkin3-1.0.7-py3.8.egg/wifipumpkin3/core/common/threads.py", line 237, in __del__ RuntimeError: wrapped C/C++ object of type QProcess has been deleted
Traceback (most recent call last): "quickstart.py", line 48, in <module> session.set_dont_unfollow_active_users(enabled=True, posts=5) "/Users/User/Downloads/InstaPy-master/instapy/instapy.py", line 3450, in set_dont_unfollow_active_users self.logger) "/Users/User/Downloads/InstaPy-master/instapy/util.py", line 437, in get_active_users "//button[contains(@class, '_8A5w5')]")[1] IndexError: list index out of range
0.254007
Exception occurred in runner sdb.get: Traceback (most recent call last): "/opt/saltstack/lib/python2.7/site-packages/salt/client/mixins.py", line 387, in _low data['return'] = self.functions[fun](*args, **kwargs) "/opt/saltstack/lib/python2.7/site-packages/salt/runners/sdb.py", line 27, in get return salt.utils.sdb.sdb_get(uri, __opts__, __utils__) "/opt/saltstack/lib/python2.7/site-packages/salt/utils/sdb.py", line 46, in sdb_get return loaded_db[fun](query, profile=profile) "/opt/saltstack/lib/python2.7/site-packages/salt/sdb/vault.py", line 122, in get raise salt.exceptions.CommandExecutionError(e) CommandExecutionError: u'wew'
Traceback (most recent call last): "/home/vagrant/.virtualenvs/venv/lib/python3.4/site-packages/django/core/urlresolvers.py", line 394, in urlconf_module return self._urlconf_moduleAttributeError: 'RegexURLResolver' object has no attribute '_urlconf_module'
0.168108
Traceback (most recent call last): "/home/user/wspace/electrum/lib/util.py", line 792, in run_with_except_hook run_original(*args2, **kwargs2) "/home/user/wspace/electrum/lib/network.py", line 984, in run self.wait_on_sockets() "/home/user/wspace/electrum/lib/network.py", line 966, in wait_on_sockets self.process_responses(interface) "/home/user/wspace/electrum/lib/network.py", line 625, in process_responses self.process_response(interface, response, callbacks) "/home/user/wspace/electrum/lib/network.py", line 574, in process_response callback(response) "/home/user/wspace/electrum/lib/network.py", line 639, in cb2 callback(x2) "/home/user/wspace/electrum/lib/synchronizer.py", line 123, in on_address_history self.wallet.receive_history_callback(addr, hist, tx_fees) "/home/user/wspace/electrum/lib/wallet.py", line 915, in receive_history_callback self.verifier.merkle_roots.pop(tx_hash, None) AttributeError: 'NoneType' object has no attribute 'merkle_roots'
Traceback (most recent call last): "./eval.py", line 81, in <module> correct_predictions = float(sum(all_predictions == y_test))TypeError: 'bool' object is not iterable`
0.274108
Traceback (most recent call last): "C:\Users\username\AppData\Local\Programs\Python\Python35-32\Scripts\virtualenv-script.py", line 9, in <module> load_entry_point('virtualenv==13.2.0.dev0', 'console_scripts', 'virtualenv')() "C:\Users\username\AppData\Local\Programs\Python\Python35-32\lib\site-packages\virtualenv-13.2.0.dev0-py3.5.egg\virtualenv.py", line 699, in main symlink=options.symlink) "C:\Users\username\AppData\Local\Programs\Python\Python35-32\lib\site-packages\virtualenv-13.2.0.dev0-py3.5.egg\virtualenv.py", line 872, in create_environment install_wheel(to_install, py_executable, search_dirs) "C:\Users\username\AppData\Local\Programs\Python\Python35-32\lib\site-packages\virtualenv-13.2.0.dev0-py3.5.egg\virtualenv.py", line 837, in install_wheel 'PIP_USER': '0' "C:\Users\username\AppData\Local\Programs\Python\Python35-32\lib\site-packages\virtualenv-13.2.0.dev0-py3.5.egg\virtualenv.py", line 777, in call_subprocess % (cmd_desc, proc.returncode))OSError: Command C:\Users\username\En...4\Scripts\python.exe -c "import sys, pip; sys...d\"] + sys.argv[1:]))" setuptools pip wheel failed with error code 1
Traceback (most recent call last): "/opt/bats/venvs/api/lib/python2.7/site-packages/billiard/process.py", line 292, in _bootstrap self.run() "/opt/bats/venvs/api/lib/python2.7/site-packages/billiard/pool.py", line 292, in run self.after_fork() "/opt/bats/venvs/api/lib/python2.7/site-packages/billiard/pool.py", line 395, in after_fork self.initializer(*self.initargs) "/opt/bats/venvs/api/lib/python2.7/site-packages/celery/concurrency/prefork.py", line 82, in process_initializer signals.worker_process_init.send(sender=None) "/opt/bats/venvs/api/lib/python2.7/site-packages/celery/utils/dispatch/signal.py", line 166, in send response = receiver(signal=self, sender=sender, **named) "/opt/bats/venvs/api/lib/python2.7/site-packages/celery/fixups/django.py", line 208, in on_worker_process_init _maybe_close_fd(c.connection) "/opt/bats/venvs/api/lib/python2.7/site-packages/celery/fixups/django.py", line 30, in _maybe_close_fd os.close(fh.fileno())InterfaceError: connection already closed
0.285474
Traceback (most recent call last): "/<<PKGBUILDDIR>>/tests/unit/test_fileclient.py", line 48, in test_cache_raises_exception_on_non_eexist_ioerror with patch('os.path.isfile', lambda prm: False): AttributeError: __enter__
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/spyder/widgets/helperwidgets.py", line 127, in paint textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options) TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
0.284753
Traceback (most recent call last): "/home/kaord/.local/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins namespace = __import__(modname, None, None) "/usr/local/whatlastgenre/plugin/beets/beetsplug/wlg.py", line 28, in <module> from wlg import whatlastgenre "/usr/local/whatlastgenre/plugin/beets/beetsplug/wlg.py", line 28, in <module> from wlg import whatlastgenre ImportError: cannot import name 'whatlastgenre' from partially initialized module 'wlg' (most likely due to a circular import) (/usr/local/whatlastgenre/plugin/beets/beetsplug/wlg.py)
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 694, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 355, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2424, in _real_extract raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://mwave.interest.me/en/mnettv/videodetail.m?searchVideoDetailVO.clip_id=176199
0.268393
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1191, in _decrypt_signature video_id, player_url, s "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1102, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1163, in _parse_sig_js jscode, 'Initial JS player signature function name', group='sig') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 808, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process'
0.26956
Traceback (most recent call last): "tpe_predictor_lstm_insy_gpus.py", line 1013, in <module> filename=args.filename) "tpe_predictor_lstm_insy_gpus.py", line 961, in run_train_test tpenn.experiment(n_repeats=1, save=True, predict_test=True, predict_train=False, post_train=True, debugging=True) "tpe_predictor_lstm_insy_gpus.py", line 865, in experiment val=True, val_xdata=self.x_test, val_ydata=list(self.reshape_test(self.y_test)) "tpe_predictor_lstm_insy_gpus.py", line 299, in training callbacks=callbacks_list "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/keras/engine/training.py", line 1705, in fit validation_steps=validation_steps) "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/keras/engine/training.py", line 1235, in _fit_loop outs = f(ins_batch) "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 2476, in __call__ session = get_session() "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/keras/backend/tensorflow_backend.py", line 192, in get_session [tf.is_variable_initialized(v) for v in candidate_vars]) "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 889, in run run_metadata_ptr) "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1120, in _run feed_dict_tensor, options, run_metadata) "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1317, in _do_run options, run_metadata) "/home/nfs/msakyigyinae/miniconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1336, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: Cannot assign a device for operation 'training/Adam/gradients/replica_1/model_1/lstm_1/while/add_7_grad/BroadcastGradientArgs/f_acc': Could not satisfy explicit device specification '/device:GPU:1' because no supported kernel for GPU devices is available.
Traceback (most recent call last): "/tmp/ansible_1uaQuc/ansible_module_nxos_acl.py", line 559, in <module> main() "/tmp/ansible_1uaQuc/ansible_module_nxos_acl.py", line 500, in main existing_core, acl = get_acl(module, name, seq) "/tmp/ansible_1uaQuc/ansible_module_nxos_acl.py", line 243, in get_acl all_acl_body = body['TABLE_ip_ipv6_mac']['ROW_ip_ipv6_mac'] TypeError: string indices must be integers, not str
0.3069
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/jython/Lib/site-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) "/usr/local/jython/Lib/site-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) "/usr/local/jython/Lib/site-packages/requests/sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) "/usr/local/jython/Lib/site-packages/requests/sessions.py", line 665, in send history = [resp for resp in gen] if allow_redirects else [] "/usr/local/jython/Lib/site-packages/requests/sessions.py", line 237, in resolve_redirects resp = self.send( "/usr/local/jython/Lib/site-packages/requests/sessions.py", line 643, in send r = adapter.send(request, **kwargs) "/usr/local/jython/Lib/site-packages/requests/adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='www.eiswarnung.de', port=443): Max retries exceeded with url: /api/public/ (Caused by SSLError(SSLError(1, u'Received fatal alert: internal_error'),))
Traceback (most recent call last): "/home/kimw/.local/lib/python3.5/site-packages/NEMbox/__init__.py", line 26, in start nembox_menu.start_fork(version) "/home/kimw/.local/lib/python3.5/site-packages/NEMbox/menu.py", line 176, in start_fork Menu().start() "/home/kimw/.local/lib/python3.5/site-packages/NEMbox/menu.py", line 573, in start args=(s['song_id'], s['song_name'], s['artist'], s[ TypeError: string indices must be integers
0.295711
Traceback (most recent call last): "train.py", line 52, in <module> from object_detection import trainer "..\object_detection\trainer.py", line 33, in <module> from deployment import model_deploy ModuleNotFoundError: No module named 'deployment'
Traceback (most recent call last): "/home/luqe/cobra/cobra/__init__.py", line 105, in main cli.start(args.target, args.format, args.output, args.special_rules, a_sid, args.dels) "/home/luqe/cobra/cobra/cli.py", line 132, in start write_to_file(target=target, sid=s_sid, output_format=formatter, filename=output) "/home/luqe/cobra/cobra/export.py", line 175, in write_to_file with open(filename, 'w', encoding='utf-8') as f: "/usr/lib/python2.7/codecs.py", line 898, in open file = __builtin__.open(filename, mode, buffering)IOError: [Errno 2] No such file or directory: '../finnair/cobra/admin-flight-ics-service.csv'
0.302875
Traceback (most recent call last): "print_credential.py", line 15, in <module> printCred(sys.argv[1]) "print_credential.py", line 9, in printCred cred = keyring.get_credential(credName, "") "site-packages\keyring\core.py", line 74, in get_credential "site-packages\keyring\backend.py", line 135, in get_credential "site-packages\keyring\backends\fail.py", line 25, in get_password keyring.errors.NoKeyringError: No recommended backend was available. Install a recommended 3rd party backend package; or
Traceback (most recent call last): "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/create_document_test.py", line 53, in test_create_document 'text/html', 'FAQ', 'https://cloud.google.com/storage/docs/faq') "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/document_management.py", line 63, in create_document document = response.result(timeout=90) "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py", line 125, in result self._blocking_poll(timeout=timeout) "/tmpfs/src/github/python-docs-samples/dialogflow/cloud-client/.nox/py-3-6/lib/python3.6/site-packages/google/api_core/future/polling.py", line 107, in _blocking_poll "Operation did not complete within the designated " "timeout."concurrent.futures._base.TimeoutError: Operation did not complete within the designated timeout.</pre></details>
0.246237
Traceback (most recent call last): "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/worker/__init__.py", line 200, in start self.namespace.start(self) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/bootsteps.py", line 118, in start step.start(parent) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/bootsteps.py", line 351, in start return self.obj.start() "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/worker/consumer.py", line 191, in start ns.start(self) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/bootsteps.py", line 118, in start step.start(parent) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/worker/consumer.py", line 663, in start c.loop(*c.loop_args()) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/celery/worker/loops.py", line 100, in asynloop readers[fileno](fileno, event) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/kombu/transport/redis.py", line 753, in handle_event ret = self.cycle.handle_event(fileno, event) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/kombu/transport/redis.py", line 271, in handle_event return chan.handlers[type](), self "/home/webspm/webspm/env/local/lib/python2.7/site-packages/kombu/transport/redis.py", line 444, in _receive return (loads(payload['data']), "/home/webspm/webspm/env/local/lib/python2.7/site-packages/anyjson/__init__.py", line 135, in loads return implementation.loads(value) "/home/webspm/webspm/env/local/lib/python2.7/site-packages/anyjson/__init__.py", line 99, in loads return self._decode(s) "/usr/lib/python2.7/json/__init__.py", line 326, in loads return _default_decoder.decode(s) "/usr/lib/python2.7/json/decoder.py", line 366, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode obj, end = self.scan_once(s, idx)ValueError: Unterminated string starting at: line 1 column 9 (char 9)
Traceback (most recent call last): "/usr/local/bin/deis", line 8, in <module> load_entry_point('deis==0.0.6', 'console_scripts', 'deis')() "/Library/Python/2.7/site-packages/deis.py", line 1527, in main method(args) "/Library/Python/2.7/site-packages/deis.py", line 1302, in open proxy = random.choice(databag['nodes'].get('proxy', {}).values()) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/random.py", line 274, in choice return seq[int(self.random() * len(seq))] # raises IndexError if seq is emptyIndexError: list index out of range
0.272453
Traceback (most recent call last): "C:\user\pdf\peepdf2\peepdf.py", line 727, in <module> console.cmdloop() "C:\Python27\lib\cmd.py", line 142, in cmdloop stop = self.onecmd(line) "C:\Python27\lib\cmd.py", line 221, in onecmd return func(arg) "C:\user\pdf\peepdf2\PDFConsole.py", line 2858, in do_open ret = pdfParser.parse(fileName, forceMode, looseMode) "C:\user\pdf\peepdf2\PDFCore.py", line 7054, in parse sys.exit('Error: An error has occurred while parsing an indirect object!!') SystemExit: Error: An error has occurred while parsing an indirect object!!
Traceback (most recent call last): "/usr/lib/python2.6/site-packages/djangorestframework-0.2.3-py2.6.egg/djangorestframework/tests/mixins.py", line 53, in test_creation_with_m2m_relation self.assertEquals(1, User.objects.count())AssertionError: 1 != 2
0.204203
Traceback (most recent call last): "/bin/rdiff-backup", line 30, in <module> rdiff_backup.Main.error_check_Main(sys.argv[1:]) "/opt/lib/python2.5/site-packages/rdiff_backup/Main.py", line 304, in error_check_Main try: Main(arglist) "/opt/lib/python2.5/site-packages/rdiff_backup/Main.py", line 324, in Main take_action(rps) "/opt/lib/python2.5/site-packages/rdiff_backup/Main.py", line 280, in take_action elif action == "backup": Backup(rps[0], rps[1]) "/opt/lib/python2.5/site-packages/rdiff_backup/Main.py", line 337, in Backup backup_final_init(rpout) "/opt/lib/python2.5/site-packages/rdiff_backup/Main.py", line 501, in backup_final_init checkdest_if_necessary(rpout) "/opt/lib/python2.5/site-packages/rdiff_backup/Main.py", line 920, in checkdest_if_necessary dest_rp.conn.regress.Regress(dest_rp) "/opt/lib/python2.5/site-packages/rdiff_backup/regress.py", line 71, in Regress for rf in iterate_meta_rfs(mirror_rp, inc_rpath): ITR(rf.index, rf) "/opt/lib/python2.5/site-packages/rdiff_backup/rorpiter.py", line 275, in **call** assert 0, "Bad index order: %s >= %s" % (self.index, index)AssertionError: Bad index order: ('long_filename_data', '16') >= ('1_firma', '2010', '04_org\xc3\xa1ny spole\xc4\x8dnosti', 'Dozor\xc4\x8dn\xc3 \xad rada', 'Volba \xc4\x8dlenky DR', 'RE Datumy do z\xc3\xa1pisu p\xc5\x99estavenstva.msg')
Traceback (most recent call last): "yowsup-cli", line 722, in <module> if not parser.process(): "yowsup-cli", line 610, in process self.startSendClient() "yowsup-cli", line 649, in startSendClient from yowsup.demos import sendclient "/home/gizquierdo/Escritorio/yowsup-master/yowsup/demos/sendclient/__init__.py", line 1, in <module> from .stack import YowsupSendStack "/home/gizquierdo/Escritorio/yowsup-master/yowsup/demos/sendclient/stack.py", line 1, in <module> from yowsup.stacks import YowStackBuilder "/home/gizquierdo/Escritorio/yowsup-master/yowsup/stacks/__init__.py", line 1, in <module> from .yowstack import YowStack, YowStackBuilder "/home/gizquierdo/Escritorio/yowsup-master/yowsup/stacks/yowstack.py", line 4, in <module> from yowsup.layers.noise.layer import YowNoiseLayer "/home/gizquierdo/Escritorio/yowsup-master/yowsup/layers/noise/layer.py", line 1, in <module> from yowsup.layers.noise.workers.handshake import WANoiseProtocolHandshakeWorker "/home/gizquierdo/Escritorio/yowsup-master/yowsup/layers/noise/workers/handshake.py", line 3, in <module> from consonance.exceptions.handshake_failed_exception import HandshakeFailedException ImportError: No module named handshake_failed_exception
0.247326
Traceback (most recent call last): "C:\Users\vagrant\src\master-env\lib\site-packages\nose\case.py", line 197, in runTest self.test(*self.arg) "C:\Users\vagrant\src\tmp\scipy\scipy\sparse\linalg\eigen\arpack\tests\test_arpack.py", line 243, in eval_evec eval, evec = eigs_func(ac, k, **kwargs) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 1277, in eigs params.iterate() "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 738, in iterate self.workd[yslice] = self.OPa(self.workd[Bxslice]) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 667, in <lambda> self.OPa = lambda x: np.real(Minv_matvec(x)) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\interface.py", line 134, in matvec y = self._matvec(x) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 996, in _matvec b, info = self.ifunc(self.OP, x, tol=self.tol) "<string>", line 2, in gmres "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 85, in non_reentrant return func(*a, **kw) "C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 451, in gmres revcom(b, x, restrt, work, work2, iter_, resid, info, ndx1, ndx2, ijob)ValueError: failed to initialize intent(inout) array -- input not fortran contiguous
Traceback (most recent call last): "/home/yuu/vir_env/tf-uda/bin/t2t-decoder", line 7, in <module> from tensor2tensor.bin import t2t_decoder "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/bin/t2t_decoder.py", line 36, in <module> from tensor2tensor.bin import t2t_trainer "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/bin/t2t_trainer.py", line 24, in <module> from tensor2tensor import models # pylint: disable=unused-import "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/models/__init__.py", line 25, in <module> from tensor2tensor.layers import modalities # pylint: disable=g-import-not-at-top "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/layers/modalities.py", line 28, in <module> from tensor2tensor.layers import common_attention "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/layers/common_attention.py", line 31, in <module> from tensor2tensor.layers import area_attention "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/layers/area_attention.py", line 23, in <module> from tensor2tensor.layers import common_layers "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensor2tensor/layers/common_layers.py", line 30, in <module> import tensorflow_probability as tfp "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensorflow_probability/__init__.py", line 68, in <module> _ensure_tf_install() "/home/yuu/vir_env/tf-uda/local/lib/python2.7/site-packages/tensorflow_probability/__init__.py", line 65, in _ensure_tf_install present=tf.__version__)) ImportError: This version of TensorFlow Probability requires TensorFlow version >= 1.15; Detected an installation of version 1.13.1. Please upgrade TensorFlow to proceed.
0.291098
Traceback (most recent call last): "/opt/logster/vev/bin/logster", line 5, in <module> pkg_resources.run_script('logster==0.0.1', 'logster') "/opt/logster/vev/lib/python3.2/site-packages/pkg_resources.py", line 534, in run_script self.require(requires)[0].run_script(script_name, ns) "/opt/logster/vev/lib/python3.2/site-packages/pkg_resources.py", line 1434, in run_script execfile(script_filename, namespace, namespace) "/opt/logster/vev/lib/python3.2/site-packages/pkg_resources.py", line 55, in execfile exec(compile(open(fn).read(), fn, 'exec'), globs, locs) "/opt/logster/vev/lib/python3.2/site-packages/logster-0.0.1-py3.2.egg/EGG-INFO/scripts/logster", line 194 print "%s %s %s" %(metric.timestamp, metric_name, metric.value) ^SyntaxError: invalid syntax
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.325463
2020-08-12 11:57:29,276 [salt.state :328 ][ERROR ][4130] An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3.8/site-packages/salt/utils/decorators/__init__.py", line 360, in _call_function return self._function(*args, **kwargs) TypeError: _run() missing 1 required positional argument: 'name'
Traceback (most recent call last): "Scratchbox.py", line 52, in <module> print model.select_order(maxlags) "C:\Anaconda2\lib\site-packages\statsmodels\tsa\vector_ar\var_model.py", line 505, in select_order for k, v in iteritems(result.info_criteria): "C:\Anaconda2\lib\site-packages\statsmodels\base\wrapper.py", line 35, in __getattribute__ obj = getattr(results, attr) "C:\Anaconda2\lib\site-packages\statsmodels\tools\decorators.py", line 94, in __get__ _cachedval = self.fget(obj) "C:\Anaconda2\lib\site-packages\statsmodels\tsa\vector_ar\var_model.py", line 1468, in info_criteria ld = logdet_symm(self.sigma_u_mle) "C:\Anaconda2\lib\site-packages\statsmodels\tools\linalg.py", line 213, in logdet_symm c, _ = linalg.cho_factor(m, lower=True) "C:\Anaconda2\lib\site-packages\scipy\linalg\decomp_cholesky.py", line 132, in cho_factor check_finite=check_finite) "C:\Anaconda2\lib\site-packages\scipy\linalg\decomp_cholesky.py", line 30, in _cholesky raise LinAlgError("%d-th leading minor not positive definite" % info) numpy.linalg.linalg.LinAlgError: 6-th leading minor not positive definite
0.116439
Traceback (most recent call last): "./examples/mnist/train_mnist.py", line 88, in <module> optimizer.update(model, x, t) "/root/anaconda2/lib/python2.7/site-packages/chainer-1.5.0.2-py2.7-linux-x86_64.egg/chainer/optimizer.py", line 376, in update self.target.zerograds() "/root/anaconda2/lib/python2.7/site-packages/chainer-1.5.0.2-py2.7-linux-x86_64.egg/chainer/link.py", line 530, in zerograds super(Chain, self).zerograds() "/root/anaconda2/lib/python2.7/site-packages/chainer-1.5.0.2-py2.7-linux-x86_64.egg/chainer/link.py", line 318, in zerograds param.zerograd() "/root/anaconda2/lib/python2.7/site-packages/chainer-1.5.0.2-py2.7-linux-x86_64.egg/chainer/variable.py", line 151, in zerograd self._grad.fill(0) "cupy/core/core.pyx", line 364, in cupy.core.core.ndarray.fill (cupy/core/core.cpp:7870) cpdef fill(self, value): "cupy/core/core.pyx", line 373, in cupy.core.core.ndarray.fill (cupy/core/core.cpp:7815) elementwise_copy(value, self, dtype=self.dtype) "cupy/core/elementwise.pxi", line 756, in cupy.core.core.ufunc.__call__ (cupy/core/core.cpp:42043) kern = _get_ufunc_kernel( "cupy/util.pyx", line 36, in cupy.util.memoize.decorator.ret (cupy/util.cpp:1194) result = f(*args, **kwargs) "cupy/core/elementwise.pxi", line 566, in cupy.core.core._get_ufunc_kernel (cupy/core/core.cpp:38632) return _get_simple_elementwise_kernel( "cupy/core/elementwise.pxi", line 32, in cupy.core.core._get_simple_elementwise_kernel (cupy/core/core.cpp:29309) module = compile_with_cache(module_code, options) "cupy/core/carray.pxi", line 87, in cupy.core.core.compile_with_cache (cupy/core/core.cpp:28987) return cuda.compile_with_cache(source, options, arch, cachd_dir) "/root/anaconda2/lib/python2.7/site-packages/chainer-1.5.0.2-py2.7-linux-x86_64.egg/cupy/cuda/compiler.py", line 102, in compile_with_cache base = _empty_file_preprocess_cache[env] = preprocess('', options) "/root/anaconda2/lib/python2.7/site-packages/chainer-1.5.0.2-py2.7-linux-x86_64.egg/cupy/cuda/compiler.py", line 65, in preprocess pp_src = subprocess.check_output(cmd, cwd=root_dir) "/root/anaconda2/lib/python2.7/subprocess.py", line 566, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) "/root/anaconda2/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) "/root/anaconda2/lib/python2.7/subprocess.py", line 1335, in _execute_child raise child_exceptionOSError: [Errno 2] No such file or directory
Traceback (most recent call last): "c:\users\nikla\env\lib\site-packages\urllib3\connectionpool.py", line 600, in urlopen chunked=chunked) "c:\users\nikla\env\lib\site-packages\urllib3\connectionpool.py", line 343, in _make_request self._validate_conn(conn) "c:\users\nikla\env\lib\site-packages\urllib3\connectionpool.py", line 849, in _validate_conn conn.connect() "c:\users\nikla\env\lib\site-packages\urllib3\connection.py", line 314, in connect conn = self._new_conn() "c:\users\nikla\env\lib\site-packages\urllib3\connection.py", line 180, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x041C9350>: Failed to establish a new connection: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
0.233562
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1579, in process_info partial_success = dl(fname, new_info) "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1527, in dl return fd.download(name, info) "/usr/lib/python2.7/site-packages/youtube_dl/downloader/common.py", line 342, in download return self.real_download(filename, info_dict) "/usr/lib/python2.7/site-packages/youtube_dl/downloader/http.py", line 60, in real_download data = self.ydl.urlopen(request) "/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 1860, in urlopen return self._opener.open(req, timeout=self._socket_timeout) "/usr/lib/python2.7/urllib2.py", line 437, in open response = meth(req, response) "/usr/lib/python2.7/urllib2.py", line 550, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python2.7/urllib2.py", line 475, in error return self._call_chain(*args) "/usr/lib/python2.7/urllib2.py", line 409, in _call_chain result = func(*args) "/usr/lib/python2.7/urllib2.py", line 558, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)HTTPError: HTTP Error 403: Forbidden
Traceback (most recent call last): "/Users/travis/build/giampaolo/psutil/psutil/tests/test_process.py", line 1286, in test_zombie_process zproc.as_dict() "/Users/travis/build/giampaolo/psutil/psutil/__init__.py", line 528, in as_dict ret = meth() "/Users/travis/build/giampaolo/psutil/psutil/__init__.py", line 1113, in memory_maps it = self._proc.memory_maps() "/Users/travis/build/giampaolo/psutil/psutil/_psosx.py", line 330, in wrapper return fun(self, *args, **kwargs) "/Users/travis/build/giampaolo/psutil/psutil/_psosx.py", line 571, in memory_maps return cext.proc_memory_maps(self.pid) OSError: [Errno 22] Invalid argument
0.287607
Traceback (most recent call last): "<string>", line 1, in <module> TypeError: unorderable types: list() > NoneType()
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1925, in process_info success = dl(filename, info_dict) "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1864, in dl return fd.download(name, info) "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download return self.real_download(filename, info_dict) "/usr/local/bin/youtube-dl/youtube_dl/downloader/dash.py", line 48, in real_download success, frag_content = self._download_fragment(ctx, fragment_url, info_dict) "/usr/local/bin/youtube-dl/youtube_dl/downloader/fragment.py", line 100, in _download_fragment success = ctx['dl'].download(fragment_filename, { "/usr/local/bin/youtube-dl/youtube_dl/downloader/common.py", line 366, in download return self.real_download(filename, info_dict) "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 341, in real_download establish_connection() "/usr/local/bin/youtube-dl/youtube_dl/downloader/http.py", line 109, in establish_connection ctx.data = self.ydl.urlopen(request) "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2237, in urlopen return self._opener.open(req, timeout=self._socket_timeout) "/usr/lib/python3.8/urllib/request.py", line 525, in open response = self._open(req, data) "/usr/lib/python3.8/urllib/request.py", line 542, in _open result = self._call_chain(self.handle_open, protocol, protocol + "/usr/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) "/usr/local/bin/youtube-dl/youtube_dl/utils.py", line 2726, in https_open return self.do_open(functools.partial( "/usr/lib/python3.8/urllib/request.py", line 1322, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno 0] Error>
0.171424
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'
E 2019-05-05 14:46:00,423 yowsup.layers.network.dispatcher.dispatcher_asyncore - Traceback (most recent call last): "/usr/lib/python3.5/asyncore.py", line 83, in read obj.handle_read_event() "/usr/lib/python3.5/asyncore.py", line 423, in handle_read_event self.handle_read() "/opt/fhem/yowsup-master/yowsup/layers/network/dispatcher/dispatcher_asyncore.py", line 48, in handle_read self.connectionCallbacks.onRecvData(data) "/opt/fhem/yowsup-master/yowsup/layers/network/layer.py", line 100, in onRecvData self.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/network/layer.py", line 103, in receive self.toUpper(data) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/noise/layer_noise_segments.py", line 39, in receive self.toUpper(bytes(data)) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/noise/layer.py", line 156, in receive self._flush_incoming_buffer() "/opt/fhem/yowsup-master/yowsup/layers/noise/layer.py", line 144, in _flush_incoming_buffer self.toUpper(self._wa_noiseprotocol.receive()) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/coder/layer.py", line 21, in receive self.toUpper(node) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/logger/layer.py", line 14, in receive self.toUpper(data) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/axolotl/layer_control.py", line 32, in receive self.toUpper(protocolTreeNode) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 194, in receive s.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/axolotl/layer_receive.py", line 34, in receive self.toUpper(protocolTreeNode) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 79, in toUpper self.__upper.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 194, in receive s.receive(data) "/opt/fhem/yowsup-master/yowsup/layers/__init__.py", line 130, in receive recv(node) "/opt/fhem/yowsup-master/yowsup/layers/auth/layer_authentication.py", line 72, in handleStreamError raise NotImplementedError("Unhandled stream:error node:\n%s" % node) NotImplementedError: Unhandled stream:error node:
0.26696
Traceback (most recent call last): "pokecli.py", line 42, in <module> from pokemongo_bot import inventory "C:\Bothax\PokemonGo-Bot\pokemongo_bot__init__.py", line 22, in <module> from api_wrapper import ApiWrapper "C:\Bothax\PokemonGo-Bot\pokemongo_bot\api_wrapper.py", line 9, in <module> from pgoapi.protos.POGOProtos.Networking.Requests.RequestType_pb2 import RequestTypeImportError: No module named RequestType_pb2
Traceback (most recent call last): "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1393, in _on_textinput_focused self.focus = value "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "/usr/local/lib/python2.7/dist-packages/kivy/uix/behaviors.py", line 788, in _on_focus self._bind_keyboard() "/usr/local/lib/python2.7/dist-packages/kivy/uix/behaviors.py", line 812, in _bind_keyboard old_focus.focus = False "kivy/properties.pyx", line 404, in kivy.properties.Property.__set__ (kivy/properties.c:4907) "kivy/properties.pyx", line 442, in kivy.properties.Property.set (kivy/properties.c:5605) "kivy/properties.pyx", line 497, in kivy.properties.Property.dispatch (kivy/properties.c:6254) "kivy/_event.pyx", line 1168, in kivy._event.EventObservers.dispatch (kivy/_event.c:12152) "kivy/_event.pyx", line 1074, in kivy._event.EventObservers._dispatch (kivy/_event.c:11451) "kivy/properties.pyx", line 1350, in kivy.properties.AliasProperty.trigger_change (kivy/properties.c:21816) "kivy/properties.pyx", line 1353, in kivy.properties.AliasProperty.trigger_change (kivy/properties.c:21670) "kivy/properties.pyx", line 1368, in kivy.properties.AliasProperty.get (kivy/properties.c:22059) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1818, in _get_cursor_pos x, y = left + self.cursor_offset() - self.scroll_x, y "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 564, in cursor_offset self._label_cached) "/usr/local/lib/python2.7/dist-packages/kivy/uix/textinput.py", line 1477, in _get_text_width Cache_append('textinput.width', cid, width) "/usr/local/lib/python2.7/dist-packages/kivy/cache.py", line 94, in append 'lastaccess': Clock.get_time(), "/usr/local/lib/python2.7/dist-packages/kivy/context.py", line 36, in __getattribute__ return getattr(object.__getattribute__(self, '_obj'), name) RuntimeError: maximum recursion depth exceeded while calling a Python object
0.217809
Traceback (most recent call last): "<stdin>", line 1, in <module> "build/bdist.macosx-10.8-x86_64/egg/schema.py", line 150, in validateschema.SchemaError: missed keys set([<type 'str'>])
Traceback (most recent call last): "/Users/whodevil/python/khal/lib/python2.7/site-packages/vdirsyncer/cli.py", line 480, in sync_collection force_delete=status_name in force_delete "/Users/whodevil/python/khal/lib/python2.7/site-packages/vdirsyncer/sync.py", line 129, in sync b_idents = _prepare_idents(storage_b, storage_a, b_href_to_status) "/Users/whodevil/python/khal/lib/python2.7/site-packages/vdirsyncer/sync.py", line 66, in _prepare_idents for href, etag in storage.list(): "/Users/whodevil/python/khal/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 565, in list for href, etag in self._dav_query(xml): "/Users/whodevil/python/khal/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 420, in _dav_query contenttype = prop.find('{DAV:}getcontenttype').textAttributeError: 'NoneType' object has no attribute 'text'
0.259561
Traceback (most recent call last): "Example48.py", line 41, in <module> camera.add_overlay(memoryview(box), size=(160, 90), layer=3, alpha=64) "/usr/lib/python2.7/dist-packages/picamera/camera.py", line 892, in add_overlay renderer = PiOverlayRenderer(self, source, size, format, **options) "/usr/lib/python2.7/dist-packages/picamera/renderers.py", line 413, in __init__ source_len = mo.buffer_bytes(source) "/usr/lib/python2.7/dist-packages/picamera/mmalobj.py", line 466, in buffer_bytes return m.itemsize * reduce(mul, m.shape) UnboundLocalError: local variable 'm' referenced before assignment
Traceback (most recent call last): "site-packages\requests\adapters.py", line 449, in send "site-packages\urllib3\connectionpool.py", line 725, in urlopen "site-packages\urllib3\util\retry.py", line 439, in increment urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='d1--cn-gotcha04.bilivideo.com', port=443): Max retries exceeded with url: /live-bvc/255115/live_18149131_9762681.flv?cdn=cn-gotcha04&expires=1613231817&len=0&oi=3083214136&pt=web&qn=10000&trid=adfa1fc7d83a4f849949bcfd52b8ca49&sigparams=cdn,expires,len,oi,pt,qn,trid&sign=595a147a0bd21923e90083d8ba7e0397&ptype=0&src=9&sl=4&order=1 (Caused by ProxyError('Cannot connect to proxy.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None)))
0.281582
PIO Core Call Error: "<Exception instance at 0x472df30 with str error:\n Traceback (most recent call last):\n \"C:\\Users\\Usuario\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\n return str(o)\nUnicodeEncodeError: 'ascii' codec can't encode characters in position 50-51: ordinal not in range(128)\n>"
2016-01-31 09:37:51 ERROR POSTPROCESSER :: Traceback (most recent call last): "sickrage\sickbeard\subtitles.py", line 188, in download_subtitles min_score=user_score, only_one=not sickbeard.SUBTITLES_MULTI) "sickrage\lib\subliminal\api.py", line 267, in download_best_subtitles for s in subtitles], key=operator.itemgetter(1), reverse=True) "sickrage\lib\subliminal\providers\opensubtitles.py", line 69, in get_matches matches |= guess_matches(video, guessit(self.movie_release_name, {'type': 'episode'})) "sickrage\lib\guessit\api.py", line 29, in guessit return default_api.guessit(string, options) "sickrage\lib\guessit\api.py", line 80, in guessit match.value = match.value.decode("utf-8") "python27\lib\encodings\utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True)UnicodeDecodeError: 'utf8' codec can't decode byte 0xa0 in position 6: invalid start byte
0.217148
Traceback (most recent call last): "setup.py", line 267, in <module> setup_package() "setup.py", line 263, in setup_package setup(**metadata) "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy-1.13.0.dev0+9dac619-py3.6-macosx-10.11-x86_64.egg/numpy/distutils/core.py", line 135, in setup config = configuration() "setup.py", line 134, in configuration config.add_subpackage('sklearn') "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy-1.13.0.dev0+9dac619-py3.6-macosx-10.11-x86_64.egg/numpy/distutils/misc_util.py", line 1017, in add_subpackage caller_level = 2) "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy-1.13.0.dev0+9dac619-py3.6-macosx-10.11-x86_64.egg/numpy/distutils/misc_util.py", line 986, in get_subpackage caller_level = caller_level + 1) "/opt/local/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/numpy-1.13.0.dev0+9dac619-py3.6-macosx-10.11-x86_64.egg/numpy/distutils/misc_util.py", line 923, in _get_configuration_from_setup_py config = setup_module.configuration(*args) "sklearn/setup.py", line 82, in configuration maybe_cythonize_extensions(top_path, config) "/Users/mike/GoogleDrive/Projects/SklearnHeap/scikit-learn/sklearn/_build_utils/__init__.py", line 84, in maybe_cythonize_extensions config.ext_modules = cythonize(config.ext_modules) "/Users/mike/Library/Python/3.6/lib/python/site-packages/Cython/Build/Dependencies.py", line 934, in cythonize cythonize_one(*args) "/Users/mike/Library/Python/3.6/lib/python/site-packages/Cython/Build/Dependencies.py", line 1056, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: sklearn/utils/heap.pyx
Traceback (most recent call last): "/Users/james/.local/share/virtualenvs/metrics-aYLqKSM2/bin/termgraph", line 8, in <module> sys.exit(main()) "/Users/james/.local/share/virtualenvs/metrics-aYLqKSM2/lib/python3.8/site-packages/termgraph/termgraph.py", line 161, in main chart(colors, data, args, labels) "/Users/james/.local/share/virtualenvs/metrics-aYLqKSM2/lib/python3.8/site-packages/termgraph/termgraph.py", line 424, in chart vertic = vertically(*row, args=args) TypeError: vertically() got multiple values for argument 'args'
0.32828
Traceback (most recent call last): "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/search/queue.py#L289">medusa\search\queue.py</a>", line 289, in run self.success = snatch_episode(result) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/search/core.py#L170">medusa\search\core.py</a>", line 170, in snatch_episode result_downloaded = client.send_torrent(result) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/clients/torrent/generic.py#L246">medusa\clients\torrent\generic.py</a>", line 246, in send_torrent if not self._get_auth(): "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/clients/torrent/utorrent_client.py#L76">medusa\clients\torrent\utorrent_client.py</a>", line 76, in _get_auth self.response = self.session.get(urljoin(self.url, 'token.html'), verify=False) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/sessions.py#L525">ext\requests\sessions.py</a>", line 525, in get return self.request('GET', url, **kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/medusa/session/core.py#L102">medusa\session\core.py</a>", line 102, in request timeout=timeout, verify=ssl_cert, **kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/sessions.py#L512">ext\requests\sessions.py</a>", line 512, in request resp = self.send(prep, **send_kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/sessions.py#L622">ext\requests\sessions.py</a>", line 622, in send r = adapter.send(request, **kwargs) "C:\Medusa\<a href="../blob/f5973b28465246e67465d7d86bdc8aa74d13e659/ext/requests/adapters.py#L513">ext\requests\adapters.py</a>", line 513, in send raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='localhost', port=8086): Max retries exceeded with url: /gui/token.html (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x0000000012DDD6A0>: Failed to establish a new connection: [Errno 10061] Kan geen verbinding maken omdat de doelcomputer de verbinding actief heeft geweigerd',))
Traceback (most recent call last): "train.py", line 33, in <module> ml_predictor.train_categorical_ensemble(df_train, categorical_column = 'FuelCode') "/anaconda/envs/py35/lib/python3.5/site-packages/auto_ml/predictor.py", line 1402, in train_categorical_ensemble results = list(pool.map(lambda x: train_one_categorical_model(x[0], x[1], x[2]), categories_and_data)) "/anaconda/envs/py35/lib/python3.5/site-packages/pathos/multiprocessing.py", line 137, in map return _pool.map(star(f), zip(*args)) # chunksize "/anaconda/envs/py35/lib/python3.5/site-packages/multiprocess/pool.py", line 260, in map return self._map_async(func, iterable, mapstar, chunksize).get() "/anaconda/envs/py35/lib/python3.5/site-packages/multiprocess/pool.py", line 608, in get raise self._value TypeError: Argument 'X' has incorrect type (expected numpy.ndarray, got csr_matrix)
0.298306
Traceback (most recent call last): ".../python2.7/site-packages/celery/bootsteps.py", line 155, in send_all fun(parent, *args) ".../python2.7/site-packages/celery/worker/pidbox.py", line 53, in stop self.consumer = self._close_channel(c) ".../python2.7/site-packages/celery/worker/pidbox.py", line 62, in _close_channel ignore_errors(c, self.node.channel.close) ".../python2.7/site-packages/kombu/common.py", line 273, in ignore_errors return fun(*args, **kwargs) ".../python2.7/site-packages/kombu/transport/redis.py", line 737, in close super(Channel, self).close() ".../python2.7/site-packages/kombu/transport/virtual/__init__.py", line 679, in close self.basic_cancel(consumer) ".../python2.7/site-packages/kombu/transport/redis.py", line 502, in basic_cancel return self._basic_cancel(consumer_tag) ".../python2.7/site-packages/kombu/transport/redis.py", line 514, in _basic_cancel self._unsubscribe_from(queue) ".../python2.7/site-packages/kombu/transport/redis.py", line 555, in _unsubscribe_from c.connection.disconnect()AttributeError: 'NoneType' object has no attribute 'disconnect'
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.235034
Traceback (most recent call last): "/mnt/e/conda3/envs/superset/lib/python3.6/site-packages/pandas/core/arrays/datetimes.py", line 1861, in objects_to_datetime64ns values, tz_parsed = conversion.datetime_to_datetime64(data) "pandas/_libs/tslibs/conversion.pyx", line 185, in pandas._libs.tslibs.conversion.datetime_to_datetime64 ValueError: Array must be all same time zone
ERROR | Uncaught exception: Traceback (most recent call last): "/media/sdr/c7j8d9/mylar/mylar/logger.py", line 165, in new_runold_run(*args, **kwargs) "/usr/lib/python2.7/threading.py", line 763, in runself.__target(*self.__args, **self.__kwargs) "/media/sdr/c7j8d9/mylar/mylar/PostProcessor.py", line 1358, in Processself.Process_next(comicid, issueid, issuenumOG, ml, stat) "/media/sdr/c7j8d9/mylar/mylar/PostProcessor.py", line 1996, in Process_nextlogger.fdebug(module + ' New format: ' + str(chunk_file_format))UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 8: ordinal not in range(128)
0.274999
Traceback (most recent call last): "youtube_dl\extractor\generic.pyo", line 969, in _real_extract "youtube_dl\utils.pyo", line 1558, in parse_xml "xml\etree\ElementTree.pyo", line 1300, in XML "xml\etree\ElementTree.pyo", line 1642, in feed "xml\etree\ElementTree.pyo", line 1506, in _raiseerrorParseError: mismatched tag: line 76, column 2
INTERNALERROR> E AssertionError: Traceback (most recent call last): INTERNALERROR> E "/home/runner/work/rinohtype/rinohtype/.tox/pypy3/site-packages/_pytest/main.py", line 257, in wrap_session
0.228099
Traceback (most recent call last): "/yellow/users/stam/projects/spack/lib/spack/spack/mirror.py", line 510, in _add_single_spec patch.stage.cache_mirror(mirror, mirror_stats) "/yellow/users/stam/projects/spack/lib/spack/spack/stage.py", line 578, in cache_mirror self.fetch() "/yellow/users/stam/projects/spack/lib/spack/spack/stage.py", line 493, in fetch raise fs.FetchError(err_msg or 'All fetchers failed', None) spack.fetch_strategy.FetchError: All fetchers failed
Traceback (most recent call last): "/root/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director func() "/root/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start self.set_tabs(True) "/root/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs self._set_tab(sensit, _("Results"), scanrun.ScanRunBody) "/root/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab newone = realWidget(self.w3af) "/root/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__ kbbrowser = KBBrowser(w3af) "/root/w3af/w3af/core/ui/gui/scanrun.py", line 246, in __init__ description = self.get_notebook_description() "/root/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView'
0.204242
Traceback (most recent call last): "/ccs/home/shubhankar/tensorflow-1.12-p3/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "/ccs/home/shubhankar/tensorflow-1.12-p3/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "/ccs/home/shubhankar/tensorflow-1.12-p3/anaconda3/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "/ccs/home/shubhankar/tensorflow-1.12-p3/anaconda3/lib/python3.6/imp.py", line 243, in load_module return load_dynamic(name, filename, file) "/ccs/home/shubhankar/tensorflow-1.12-p3/anaconda3/lib/python3.6/imp.py", line 343, in load_dynamic return _load(spec) ImportError: libcublas.so.9.2: cannot open shared object file: No such file or directory
Traceback (most recent call last): "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() "/usr/lib/python2.6/threading.py", line 484, in run self.__target(_self.__args, *_self.__kwargs) "/home/testflight/scholar/eggs/samsa-0.3.10-py2.6.egg/samsa/consumer/partitions.py", line 107, in _fetch messages = deque(messages)TypeError: 'NoneType' object is not iterable
0.327785
Traceback (most recent call last): "C:\Anaconda\Scripts\conda-script.py", line 5, in <module> sys.exit(conda.cli.main()) "C:\Anaconda\lib\site-packages\conda\cli\main.py", line 167, in main return conda_exception_handler(_main, *args) "C:\Anaconda\lib\site-packages\conda\exceptions.py", line 633, in conda_exception_handler print_unexpected_error_message(e) "C:\Anaconda\lib\site-packages\conda\exceptions.py", line 560, in print_unexpected_error_message info_stdout, info_stderr = get_info() "C:\Anaconda\lib\site-packages\conda\exceptions.py", line 519, in get_info from conda.cli import conda_argparse "C:\Anaconda\lib\site-packages\conda\cli\conda_argparse.py", line 15, in <module> from .common import add_parser_help "C:\Anaconda\lib\site-packages\conda\cli\common.py", line 19, in <module> from ..core.linked_data import linked_data "C:\Anaconda\lib\site-packages\conda\core\linked_data.py", line 11, in <module> from ..gateways.disk.delete import rm_rf "C:\Anaconda\lib\site-packages\conda\gateways\disk\delete.py", line 14, in <module> from .read import get_json_content "C:\Anaconda\lib\site-packages\conda\gateways\disk\read.py", line 20, in <module> from ...models.channel import Channel "C:\Anaconda\lib\site-packages\conda\models\channel.py", line 6, in <module> from requests.packages.urllib3.util import Url "C:\Anaconda\lib\site-packages\requests\__init__.py", line 63, in <module> from . import utils "C:\Anaconda\lib\site-packages\requests\utils.py", line 24, in <module> from ._internal_utils import to_native_string "C:\Anaconda\lib\site-packages\requests\_internal_utils.py", line 11, in <module> from .compat import is_py2, builtin_str, str "C:\Anaconda\lib\site-packages\requests\compat.py", line 11, in <module> from .packages import chardet "C:\Anaconda\lib\site-packages\requests\packages\__init__.py", line 29, in <module> import urllib3 ModuleNotFoundError: No module named 'urllib3'
Traceback (most recent call last): "E:\Anaconda\lib\site-packages\traitlets\traitlets.py", line 528, in get value = obj._trait_values[self.name]KeyError: 'context'
0.256296
Traceback (most recent call last): "/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/tests/core/plugin_tests.py", line 210, in test_load_plugin_from_module app.setup() "/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/core/foundation.py", line 448, in setup self._setup_plugin_handler() "/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/core/foundation.py", line 706, in _setup_plugin_handler self.plugin.load_plugins(self.plugin.enabled_plugins) "/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/ext/ext_plugin.py", line 189, in load_plugins self.load_plugin(plugin_name) "/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/ext/ext_plugin.py", line 170, in load_plugin elif self._load_plugin_from_bootstrap(plugin_name, self.bootstrap): "/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/ext/ext_plugin.py", line 140, in _load_plugin_from_bootstrap __import__(full_module, globals(), locals(), [], -1)ValueError: level must be >= 0
Traceback (most recent call last): ".\sublime_plugin.py", line 195, in on_modified callback.**module**, "on_modified", FAST_EVENT_TIMEOUT) ".\sublime_plugin.py", line 154, in run_timed_function ret = f() ".\sublime_plugin.py", line 194, in <lambda> run_timed_function(lambda: callback.on_modified(v), ".\SublimeCodeIntel.py", line 809, in on_modified ".\SublimeCodeIntel.py", line 233, in guess_lang ".\SublimeCodeIntel.py", line 475, in codeintel_manager "D:\Sublime\Data\Packages\SublimeCodeIntel\libs\codeintel2\manager.py", line 155, in upgrade self.db.upgrade() "D:\Sublime\Data\Packages\SublimeCodeIntel\libs\codeintel2\database\database.py", line 516, in upgrade % curr_ver)codeintel2.common.DatabaseError: cannot upgrade from db v2.0.24: no upgrader for this version
0.271263
Traceback (most recent call last): "/opt/medusa/<a href="../blob/942040af95311a71d9663236c7136434b6711ca5/medusa/post_processor.py#L472">medusa/post_processor.py</a>", line 472, in move helpers.move_file(cur_file_path, new_file_path) "/opt/medusa/<a href="../blob/942040af95311a71d9663236c7136434b6711ca5/medusa/helpers/__init__.py#L326">medusa/helpers/__init__.py</a>", line 326, in move_file os.unlink(src_file) NotFoundError: [Errno 2] No such file or directory: '/var/lib/deluge/medusa/Power - Temporada 6 [HDTV 720p][Cap.605][AC3 5.1 Castellano][www.descargas2020.org].mkv'
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run result = self._run(*self.args, **self.kwargs) "/usr/lib/python2.7/dist-packages/gevent/server.py", line 159, in wrap_socket_and_handle ssl_socket = self.wrap_socket(client_socket, **self.ssl_args) "/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 419, in wrap_socket ciphers=ciphers) "/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 91, in __init__ self.do_handshake() "/usr/lib/python2.7/dist-packages/gevent/ssl.py", line 342, in do_handshake return self._sslobj.do_handshake()SSLError: [Errno 1] _ssl.c:504: error:1407609C:SSL routines:SSL23_GET_CLIENT_HELLO:http request
0.257081
Traceback (most recent call last): "install.py", line 414, in <module> install_bench(args) "install.py", line 230, in install_bench run_playbook('site.yml', sudo=True, extra_vars=extra_vars) "install.py", line 351, in run_playbook success = subprocess.check_call(args, cwd=os.path.join(cwd, 'playbooks'), stdout=log_stream, stderr=sys.stderr) "/usr/lib/python3.6/subprocess.py", line 311, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['ansible-playbook', '-c', 'local', 'site.yml', '-vvvv', '-e', '@/tmp/extra_vars.json', '--become', '--become-user=magiccraft']' returned non-zero exit status 2.
Traceback (most recent call last): "<stdin>", line 1, in <module> TypeError: unbound method __new__() must be called with local instance as first argument (got type instance instead)
0.27955
Traceback (most recent call last): "azureboto.py", line 18, in <module> subscription_idTypeError: __init__() takes 2 positional arguments but 3 were given
Traceback (most recent call last): "/tmpfs/src/github/python-docs-samples/datalabeling/manage_dataset_test.py", line 72, in test_list_dataset run_sample() "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/backoff/_sync.py", line 94, in retry ret = target(*args, **kwargs) "/tmpfs/src/github/python-docs-samples/datalabeling/manage_dataset_test.py", line 70, in run_sample manage_dataset.list_datasets(PROJECT_ID) "/tmpfs/src/github/python-docs-samples/datalabeling/manage_dataset.py", line 73, in list_datasets for element in response: "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/page_iterator.py", line 212, in _items_iter for page in self._page_iter(increment=False): "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/page_iterator.py", line 249, in _page_iter page = self._next_page() "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/page_iterator.py", line 534, in _next_page response = self._method(self._request) "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/gapic_v1/method.py", line 143, in __call__ return wrapped_func(*args, **kwargs) "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 286, in retry_wrapped_func on_error=on_error, "/tmpfs/src/github/python-docs-samples/datalabeling/.nox/py-3-7/lib/python3.7/site-packages/google/api_core/retry.py", line 206, in retry_target last_exc, "<string>", line 3, in raise_from google.api_core.exceptions.RetryError: Deadline of 600.0s exceeded while calling functools.partial(<function _wrap_unary_errors.<locals>.error_remapped_callable at 0x7f44b77f1320>, parent: "projects/python-docs-samples-tests"
0.199221
Traceback (most recent call last): "/usr/local/bin/protonvpn", line 10, in <module> sys.exit(main()) "/usr/local/lib/python3.7/dist-packages/protonvpn_cli/cli.py", line 73, in main cli() "/usr/local/lib/python3.7/dist-packages/protonvpn_cli/cli.py", line 116, in cli connection.fastest(protocol) "/usr/local/lib/python3.7/dist-packages/protonvpn_cli/connection.py", line 150, in fastest disconnect(passed=True) "/usr/local/lib/python3.7/dist-packages/protonvpn_cli/connection.py", line 344, in disconnect manage_dns("restore") "/usr/local/lib/python3.7/dist-packages/protonvpn_cli/connection.py", line 612, in manage_dns oldhash = get_config_value("metadata", "resolvconf_hash") "/usr/local/lib/python3.7/dist-packages/protonvpn_cli/utils.py", line 123, in get_config_value return config[group][key] "/usr/lib/python3.7/configparser.py", line 1251, in __getitem__ raise KeyError(key) KeyError: 'resolvconf_hash'
Traceback (most recent call last): "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code exec(code, run_globals) "/tmpfs/src/git/autosynth/autosynth/synth.py", line 223, in <module> main() "/tmpfs/src/git/autosynth/autosynth/synth.py", line 219, in main gh.update_pull_labels(pr, add=[api_label]) "/tmpfs/src/git/autosynth/autosynth/github.py", line 182, in update_pull_labels labels=list(label_names),TypeError: replace_issue_labels() got an unexpected keyword argument 'owner'
0.258383
Traceback (most recent call last): "/usr/local/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context context) "/usr/local/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute cursor.execute(statement, parameters) "/usr/local/lib/python3.4/site-packages/MySQLdb/cursors.py", line 226, in execute self.errorhandler(self, exc, value) "/usr/local/lib/python3.4/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler raise errorvalue "/usr/local/lib/python3.4/site-packages/MySQLdb/cursors.py", line 217, in execute res = self._query(query) "/usr/local/lib/python3.4/site-packages/MySQLdb/cursors.py", line 378, in _query rowcount = self._do_query(q) "/usr/local/lib/python3.4/site-packages/MySQLdb/cursors.py", line 341, in _do_query db.query(q) "/usr/local/lib/python3.4/site-packages/MySQLdb/connections.py", line 280, in query _mysql.connection.query(self, query)_mysql_exceptions.IntegrityError: (1451, 'Cannot delete or update a parent row: a foreign key constraint fails (`homeassistant`.`states`, CONSTRAINT `states_ibfk_1` FOREIGN KEY (`event_id`) REFERENCES `events` (`event_id`))')
Traceback (most recent call last): "/opt/sublime_text_3/sublime_plugin.py", line 320, in on_deactivated callback.on_deactivated(v) "/home/user/.config/sublime-text-3/Packages/orgmode/orgmode_store.py", line 41, in on_deactivated self.save(view, 'on_deactivated') "/home/user/.config/sublime-text-3/Packages/orgmode/orgmode_store.py", line 90, in save with Gzip (self.store, 'wb') as f: "./gzip.py", line 184, in __init__ NotFoundError: [Errno 2] No such file or directory: '/opt/sublime_text_3/Settings/orgmode-store.bin.gz'
0.204563
```Traceback (most recent call last): "/opt/zeus-scanner/var/blackwidow/__init__.py", line 43, in test_connection proxy=self.proxy "/opt/zeus-scanner/lib/core/common.py", line 335, in get_page req = requests.get(url, params=headers, proxies=proxies, verify=False, timeout=20) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get return request('get', url, params=params, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request return session.request(method=method, url=url, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 473, in send raise ConnectionError(err, request=request)ConnectionError: ('Connection aborted.', error(104, 'Connection reset by peer'))
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1893, in _real_extract 'YouTube said: %s' % unavailable_message, expected=True, video_id=video_id) youtube_dl.utils.ExtractorError: HfxnzAmJ6dQ: YouTube said: Unable to extract video data
0.162722
test_foo.py .Traceback (most recent call last): "/Users/andrew/envs/pytest/bin/py.test", line 9, in <module> load_entry_point('pytest==2.5.2', 'console_scripts', 'py.test')() "/Users/andrew/envs/pytest/lib/python2.7/site-packages/_pytest/config.py", line 20, in main return config.hook.pytest_cmdline_main(config=config) "/Users/andrew/envs/pytest/lib/python2.7/site-packages/_pytest/core.py", line 377, in __call__ return self._docall(methods, kwargs) "/Users/andrew/envs/pytest/lib/python2.7/site-packages/_pytest/core.py", line 388, in _docall res = mc.execute() "/Users/andrew/envs/pytest/lib/python2.7/site-packages/_pytest/core.py", line 289, in execute res = method(**kwargs) "/Users/andrew/envs/pytest/lib/python2.7/site-packages/xdist/plugin.py", line 58, in pytest_cmdline_main looponfail_main(config) "/Users/andrew/envs/pytest/lib/python2.7/site-packages/xdist/looponfail.py", line 20, in looponfail_main remotecontrol.loop_once() "/Users/andrew/envs/pytest/lib/python2.7/site-packages/xdist/looponfail.py", line 87, in loop_once result = self.runsession() "/Users/andrew/envs/pytest/lib/python2.7/site-packages/xdist/looponfail.py", line 76, in runsession return self.channel.receive() "/Users/andrew/envs/pytest/lib/python2.7/site-packages/execnet/gateway_base.py", line 701, in receive raise self._getremoteerror() or EOFError()execnet.gateway_base.RemoteError: Traceback (most recent call last):
Traceback (most recent call last): "&lt;stdin&gt;", line 1, in &lt;module&gt; "/repo/bimmanue/robot_ams/PACKAGES/lib/python2.7/site-packages/pexpect.py", line 82, in &lt;module&gt; raise ImportError (str(e) + """ImportError: No module named termios
0.293051
Traceback (most recent call last): "/opt/medusa/<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/medusa/helpers/__init__.py#L295">medusa/helpers/__init__.py</a>", line 295, in copy_file shutil.copyfile(src_file, dest_file) "/usr/lib/python3.5/shutil.py", line 122, in copyfile copyfileobj(fsrc, fdst) "/usr/lib/python3.5/shutil.py", line 82, in copyfileobj fdst.write(buf)OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last): "D:/source/recbole-0.2.0/app/ex/bpr_ml100k.py", line 16, in <module> main() "D:/source/recbole-0.2.0/app/ex/bpr_ml100k.py", line 12, in main config_dict=param_dict) "D:\source\recbole-0.2.0\recbole\quick_start\quick_start.py", line 29, in run_recbole config = Config(model=model, dataset=dataset, config_file_list=config_file_list, config_dict=config_dict) "D:\source\recbole-0.2.0\recbole\config\configurator.py", line 75, in __init__ self.model, self.model_class, self.dataset = self._get_model_and_dataset(model, dataset) "D:\source\recbole-0.2.0\recbole\config\configurator.py", line 187, in _get_model_and_dataset final_model_class = get_model(final_model) "D:\source\recbole-0.2.0\recbole\utils\utils.py", line 63, in get_model if importlib.util.find_spec(module_path, __name__): "D:\Anaconda3\envs\pytorch\lib\importlib\util.py", line 94, in find_spec parent = __import__(parent_name, fromlist=['__path__']) ModuleNotFoundError: No module named 'recbole.model.exlib_recommender'
0.296877
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module> "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 410, in main "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 400, in _real_main "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1503, in download "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 656, in extract_info "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 275, in extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 361, in _real_extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 281, in _download_media_selector "/usr/local/bin/youtube-dl/youtube_dl/extractor/bbccouk.py", line 218, in _extract_videoTypeError: int() argument must be a string or a number, not 'NoneType'
Traceback (most recent call last): "/usr/local/bin/superset", line 31, in <module> cli() "/usr/local/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/flask/cli.py", line 586, in main return super(FlaskGroup, self).main(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/lib/python3.6/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/usr/local/lib/python3.6/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func return f(get_current_context(), *args, **kwargs) "/usr/local/lib/python3.6/site-packages/flask/cli.py", line 426, in decorator return __ctx.invoke(f, *args, **kwargs) "/usr/local/lib/python3.6/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/flask_migrate/cli.py", line 134, in upgrade _upgrade(directory, revision, sql, tag, x_arg) "/usr/local/lib/python3.6/site-packages/flask_migrate/__init__.py", line 95, in wrapped f(*args, **kwargs) "/usr/local/lib/python3.6/site-packages/flask_migrate/__init__.py", line 280, in upgrade command.upgrade(config, revision, sql=sql, tag=tag) "/usr/local/lib/python3.6/site-packages/alembic/command.py", line 276, in upgrade script.run_env() "/usr/local/lib/python3.6/site-packages/alembic/script/base.py", line 475, in run_env util.load_python_file(self.dir, "env.py") "/usr/local/lib/python3.6/site-packages/alembic/util/pyfiles.py", line 90, in load_python_file module = load_module_py(module_id, path) "/usr/local/lib/python3.6/site-packages/alembic/util/compat.py", line 156, in load_module_py spec.loader.exec_module(module) "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/usr/local/lib/python3.6/site-packages/superset/migrations/env.py", line 119, in <module> run_migrations_online() "/usr/local/lib/python3.6/site-packages/superset/migrations/env.py", line 111, in run_migrations_online context.run_migrations() "<string>", line 8, in run_migrations "/usr/local/lib/python3.6/site-packages/alembic/runtime/environment.py", line 839, in run_migrations self.get_context().run_migrations(**kw) "/usr/local/lib/python3.6/site-packages/alembic/runtime/migration.py", line 361, in run_migrations step.migration_fn(**kw) "/usr/local/lib/python3.6/site-packages/superset/migrations/versions/7f2635b51f5d_update_base_columns.py", line 73, in upgrade batch_op.alter_column("column_name", existing_type=String(255), nullable=False) "/usr/local/lib/python3.6/contextlib.py", line 88, in __exit__ next(self.gen) "/usr/local/lib/python3.6/site-packages/alembic/operations/base.py", line 325, in batch_alter_table impl.flush() "/usr/local/lib/python3.6/site-packages/alembic/operations/batch.py", line 102, in flush batch_impl._create(self.impl) "/usr/local/lib/python3.6/site-packages/alembic/operations/batch.py", line 281, in _create op_impl.create_table(self.new_table) "/usr/local/lib/python3.6/site-packages/alembic/ddl/impl.py", line 251, in create_table self._exec(schema.CreateTable(table)) "/usr/local/lib/python3.6/site-packages/alembic/ddl/impl.py", line 134, in _exec return conn.execute(construct, *multiparams, **params) "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 988, in execute return meth(self, multiparams, params) "/usr/local/lib/python3.6/site-packages/sqlalchemy/sql/ddl.py", line 72, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1050, in _execute_ddl compiled, "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1253, in _execute_context e, statement, parameters, cursor, context "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1473, in _handle_dbapi_exception util.raise_from_cause(sqlalchemy_exception, exc_info) "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 398, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) "/usr/local/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 152, in reraise raise value.with_traceback(tb) "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1249, in _execute_context cursor, statement, parameters, context "/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 552, in do_execute cursor.execute(statement, parameters) sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) table _alembic_tmp_columns already exists
0.247228
Traceback (most recent call last): "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/tools/test_net.py", line 100, in <module> main() "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/tools/test_net.py", line 64, in main model = build_detection_model(cfg) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/detector/detectors.py", line 10, in build_detection_model return meta_arch(cfg) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/detector/generalized_rcnn.py", line 31, in __init__ self.roi_heads = build_roi_heads(cfg, self.backbone.out_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/roi_heads.py", line 66, in build_roi_heads roi_heads.append(("box", build_roi_box_head(cfg, in_channels))) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/box_head.py", line 71, in build_roi_box_head return ROIBoxHead(cfg, in_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/box_head.py", line 18, in __init__ self.feature_extractor = make_roi_box_feature_extractor(cfg, in_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/roi_box_feature_extractors.py", line 151, in make_roi_box_feature_extractor return func(cfg, in_channels) "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/roi_heads/box_head/roi_box_feature_extractors.py", line 36, in __init__ dilation=config.MODEL.RESNETS.RES5_DILATION "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 194, in __init__ dcn_config=dcn_config "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 231, in _make_stage dcn_config=dcn_config "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 390, in __init__ dcn_config=dcn_config "/home/lab30202/sdb/liuqiang/2019-12-6-ATSS/ATSS-master/atss_core/modeling/backbone/resnet.py", line 286, in __init__ with_dcn = dcn_config.get("stage_with_dcn", False) AttributeError: 'NoneType' object has no attribute 'get'
Traceback (most recent call last): "C:\Python26\lib\site-packages\pip-0.6.3-py2.6.egg\pip\basecommand.py", line 115, in main self.run(options, args) "C:\Python26\lib\site-packages\pip-0.6.3-py2.6.egg\pip\commands\uninstall.py", line 37, in run requirement_set.uninstall(auto_confirm=options.yes) "C:\Python26\lib\site-packages\pip-0.6.3-py2.6.egg\pip\req.py", line 763, in uninstall req.uninstall(auto_confirm=auto_confirm) "C:\Python26\lib\site-packages\pip-0.6.3-py2.6.egg\pip\req.py", line 452, in uninstall paths_to_remove.remove(auto_confirm) "C:\Python26\lib\site-packages\pip-0.6.3-py2.6.egg\pip\req.py", line 1464, in remove renames(path, new_path) "C:\Python26\lib\site-packages\pip-0.6.3-py2.6.egg\pip\util.py", line 312, in renames shutil.move(old, new) "C:\Python26\Lib\shutil.py", line 260, in move raise Error, "Cannot move a directory '%s' into itself '%s'." % (src, dst)Error: Cannot move a directory 'c:\virtualenv\cms\lib\site-packages\south' into itself 'c:\virtualenv\cms\lib\site-packages\south'.
0.172355
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform SLOW_SETUP_MAX_WAIT, loop=hass.loop) "/usr/lib/python3.5/asyncio/tasks.py", line 400, in wait_for return fut.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/image_processing/tensorflow.py", line 103, in setup_platform import tensorflow as tf # noqa "/srv/homeassistant/lib/python3.5/site-packages/tensorflow/__init__.py", line 24, in <module> from tensorflow.python import pywrap_tensorflow # pylint: disable=unused-import "/srv/homeassistant/lib/python3.5/site-packages/tensorflow/python/__init__.py", line 47, in <module> import numpy as np "/srv/homeassistant/lib/python3.5/site-packages/numpy/__init__.py", line 142, in <module> from . import core "/srv/homeassistant/lib/python3.5/site-packages/numpy/core/__init__.py", line 59, in <module> from . import numeric "/srv/homeassistant/lib/python3.5/site-packages/numpy/core/numeric.py", line 3093, in <module> from . import fromnumeric "/srv/homeassistant/lib/python3.5/site-packages/numpy/core/fromnumeric.py", line 17, in <module> from . import _methods "/srv/homeassistant/lib/python3.5/site-packages/numpy/core/_methods.py", line 158, in <module> _NDARRAY_ARRAY_FUNCTION = mu.ndarray.__array_function__ AttributeError: type object 'numpy.ndarray' has no attribute '__array_function__'
Traceback (most recent call last): "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/error_handler.py", line 100, in _call_registered self.funcs[-1]() "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/auth_handler.py", line 284, in _cleanup_challenges self.auth.cleanup(achalls) "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/plugins/webroot.py", line 215, in cleanup validation_path = self._get_validation_path(root_path, achall) "/opt/eff.org/certbot/venv/local/lib/python2.7/site-packages/certbot/plugins/webroot.py", line 189, in _get_validation_path return os.path.join(root_path, achall.chall.encode("token")) "/opt/eff.org/certbot/venv/lib/python2.7/posixpath.py", line 73, in join path += '/' + b UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
0.254403
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\udemy.py", line 222, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\udemy.py", line 116, in _download_lecture "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\udemy.py", line 167, in _download_json "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\common.py", line 892, in _download_json "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\common.py", line 870, in _download_json_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\udemy.py", line 135, in _download_webpage_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\common.py", line 660, in _download_webpage_handle "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp1sp1mtlp\build\youtube_dl\extractor\common.py", line 645, in _request_webpage youtube_dl.utils.ExtractorError: Unable to download JSON metadata: HTTP Error 403: Forbidden (caused by HTTPError()); 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/2.4/lib/python2.4/site-packages/numpy-0.9.9.2909-py2.4-macosx-10.3-fat.egg/numpy/lib/tests/test_getlimits.py", line 33, in check_singleton ftype = finfo(longdouble) "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy-0.9.9.2909-py2.4-macosx-10.3-fat.egg/numpy/lib/getlimits.py", line 49, in __new__ obj = object.__new__(cls)._init(dtype) "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy-0.9.9.2909-py2.4-macosx-10.3-fat.egg/numpy/lib/getlimits.py", line 75, in _init "numpy longfloat precision floating "\ "/Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/site-packages/numpy-0.9.9.2909-py2.4-macosx-10.3-fat.egg/numpy/lib/machar.py", line 127, in __init__ raise RuntimeError, "could not determine machine tolerance " \RuntimeError: could not determine machine tolerance for 'negep', locals() -> {'it': 33, 'float_to_str': <function <lambda> at 0x317a270>, 'one': array([1.0], dtype=float128), 'temp1': array([nan], dtype=float128), 'title': 'numpy longfloat precision floating point number', 'self': <numpy.lib.machar.MachAr object at 0x317cab0>, 'two': array([2.0], dtype=float128), 'float_to_float': <function <lambda> at 0x317acb0>, 'irnd': 1, 'float_conv': <function <lambda> at 0x3171f70>, 'tempa': array([inf], dtype=float128), 'beta': array([-2.1474836e+09], dtype=float128), 'ibeta': -2147483648, 'a': array([-0.0], dtype=float128), 'b': array([0.0], dtype=float128), 'negep': -1, 'temp': array([1.0], dtype=float128), 'i': 35, 'betain': array([-4.6566129e-10], dtype=float128), 'itemp': -2147483648, 'zero': array([0.0], dtype=float128), 'betah': array([-1.0737418e+09], dtype=float128), 'int_conv': <function <lambda> at 0x317a0b0>}
0.122743
Traceback (most recent call last): "/usr/local/bin/ipython", line 7, in <module> from IPython import start_ipython "/usr/local/lib/python2.7/dist-packages/IPython/__init__.py", line 48, in <module> from .core.application import Application "/usr/local/lib/python2.7/dist-packages/IPython/core/application.py", line 25, in <module> from IPython.core import release, crashhandler "/usr/local/lib/python2.7/dist-packages/IPython/core/crashhandler.py", line 28, in <module> from IPython.core import ultratb "/usr/local/lib/python2.7/dist-packages/IPython/core/ultratb.py", line 128, in <module> from IPython.utils.terminal import get_terminal_size "/usr/local/lib/python2.7/dist-packages/IPython/utils/terminal.py", line 22, in <module> from backports.shutil_get_terminal_size import get_terminal_size as _get_terminal_size ImportError: No module named shutil_get_terminal_size
Traceback (most recent call last): "/local/src/opensource/pandas/pandas/io/tests/test_excel.py", line 734, in test_colaliases self.frame.to_excel(path, 'test1') "/local/src/opensource/pandas/pandas/core/frame.py", line 1267, in to_excel startrow=startrow, startcol=startcol) "/local/src/opensource/pandas/pandas/io/excel.py", line 778, in write_cells xcell.style = xcell.style.copy(**style_kwargs) "/usr/lib64/python3.4/site-packages/openpyxl/compat/__init__.py", line 67, in new_func return obj(*args, **kwargs)TypeError: copy() got an unexpected keyword argument 'font'
0.277948
Traceback (most recent call last): "(...)/venv/local/lib/python2.7/site-packages/errbot/backends/slack.py", line 235, in serve_once event_handler(message) "(...)/venv/local/lib/python2.7/site-packages/errbot/backends/slack.py", line 274, in _team_join_event_handler self.sc.parse_user_data((event[u'user'],))AttributeError: 'SlackClient' object has no attribute 'parse_user_data'
Traceback (most recent call last): "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) "/home/zhangyu/.local/lib/python3.5/site-packages/paddle/fluid/reader.py", line 488, in __thread_main__ six.reraise(*sys.exc_info()) "/home/zhangyu/.local/lib/python3.5/site-packages/six.py", line 696, in reraise raise value "/home/zhangyu/.local/lib/python3.5/site-packages/paddle/fluid/reader.py", line 468, in __thread_main__ for tensors in self._tensor_reader(): "/home/zhangyu/.local/lib/python3.5/site-packages/paddle/fluid/reader.py", line 542, in __tensor_reader_impl__ for slots in paddle_reader(): "/home/zhangyu/.local/lib/python3.5/site-packages/paddle/fluid/data_feeder.py", line 454, in __reader_creator__ for item in reader(): "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/reader.py", line 103, in _reader for _batch in batched_ds: "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/dataset.py", line 30, in __next__ return self.next() "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/transform/transformer.py", line 44, in _proxy_method return func(*args, **kwargs) "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/transform/transformer.py", line 57, in next sample = self._ds.next() "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/transform/transformer.py", line 44, in _proxy_method return func(*args, **kwargs) "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/transform/transformer.py", line 99, in next out = self._ds.next() "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/transform/transformer.py", line 44, in _proxy_method return func(*args, **kwargs) "/home/zhangyu/Paddle/models/PaddleCV/PaddleDetection/ppdet/data/transform/parallel_map.py", line 187, in next raise ValueError("all consumers exited, no more samples") ValueError: all consumers exited, no more samples
0.325832
Traceback (most recent call last): "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/cli.py", line 164, in storage_instance_from_config return cls(**config) "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 488, in __init__ super(CaldavStorage, self).__init__(**kwargs) "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 264, in __init__ dav_header=self.dav_header) "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/dav.py", line 172, in __init__ 'auth': prepare_auth(auth, username, password), "/home/user/.local/lib/python2.7/site-packages/vdirsyncer/storage/http.py", line 27, in prepare_auth import requests_toolbelt "build/bdist.linux-x86_64/egg/requests_toolbelt/__init__.py", line 21, in <module> "build/bdist.linux-x86_64/egg/requests_toolbelt/multipart/__init__.py", line 16, in <module> "build/bdist.linux-x86_64/egg/requests_toolbelt/multipart/encoder.py", line 12, in <module>ImportError: cannot import name iter_field_objects
invalid output was: Traceback (most recent call last): "/Users/filosottile/.ansible/tmp/ansible-tmp-1394724478.91-116117321188700/setup", line 3442, in <module> main() "/Users/filosottile/.ansible/tmp/ansible-tmp-1394724478.91-116117321188700/setup", line 2359, in main data = run_setup(module) "/Users/filosottile/.ansible/tmp/ansible-tmp-1394724478.91-116117321188700/setup", line 2300, in run_setup facts = ansible_facts(module) "/Users/filosottile/.ansible/tmp/ansible-tmp-1394724478.91-116117321188700/setup", line 2291, in ansible_facts facts.update(Network(module).populate())TypeError: __init__() takes exactly 1 argument (2 given)
0.290401
```Exception occurred during execution of user config mapping function outer_wrap_fn defined by solid outer_wrap from definition outer_wrap at path root:solids:outer_wrap: Traceback (most recent call last): "/Users/max/dev/dagster/python_modules/dagster/dagster/core/types/evaluator/evaluation.py", line 252, in _evaluate_composite_solid_config frozendict(context.config_value.get('config')), TypeError: outer_wrap_fn() takes 1 positional argument but 2 were given```
Traceback (most recent call last): "/oasis/scratch/comet/mkhoshle/temp_project/MPI-traj-split/main1-ga4py-updated-rmsd-chain-reader.py", line 73, in <module> u = mda.Universe(PSF, XTCs) "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/core/universe.py", line 305, in __init__ self.load_new(coordinatefile, **kwargs) "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/core/universe.py", line 535, in load_new self.trajectory = reader(filename, **kwargs) "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/coordinates/chain.py", line 123, in __init__ for filename in self.filenames] "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/coordinates/core.py", line 83, in reader return Reader(filename, **kwargs) "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/coordinates/XDR.py", line 144, in __init__ self._load_offsets() "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/coordinates/XDR.py", line 183, in _load_offsets data = read_numpy_offsets(fname) "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/MDAnalysis/coordinates/XDR.py", line 84, in read_numpy_offsets return {k: v for k, v in six.iteritems(np.load(filename))} "/home/mkhoshle/miniconda2/envs/ga4py/lib/python2.7/site-packages/numpy/lib/npyio.py", line 429, in load "Failed to interpret file %s as a pickle" % repr(file)) IOError: Failed to interpret file '/oasis/scratch/comet/mkhoshle/temp_project/MPI-traj-split/files/.newtraj_41_1.xtc_offsets.npz' as a pickle
0.26831
Traceback (most recent call last): "detect.py", line 188, in <module> detect() "detect.py", line 69, in detect _ = model(img.half() if half else img) if device.type != 'cpu' else None # run once "/opt/chenweiwen/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/opt/chenweiwen/sec-model-code/yolov5/models/yolo.py", line 112, in forward return self.forward_once(x, profile) # single-scale inference, train "/opt/chenweiwen/sec-model-code/yolov5/models/yolo.py", line 132, in forward_once x = m(x) # run "/opt/chenweiwen/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/opt/chenweiwen/sec-model-code/yolov5/models/common.py", line 88, in forward return self.conv(torch.cat([x[..., ::2, ::2], x[..., 1::2, ::2], x[..., ::2, 1::2], x[..., 1::2, 1::2]], 1)) "/opt/chenweiwen/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/opt/chenweiwen/sec-model-code/yolov5/models/common.py", line 32, in fuseforward return self.act(self.conv(x)) "/opt/chenweiwen/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/opt/chenweiwen/anaconda3/lib/python3.7/site-packages/torch/nn/modules/activation.py", line 438, in forward return F.hardswish(input, self.inplace) "/opt/chenweiwen/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 779, in __getattr__ type(self).__name__, name)) torch.nn.modules.module.ModuleAttributeError: 'Hardswish' object has no attribute 'inplace'
Traceback (most recent call last): "agw\FoldPanelBar.py", line 211, in OnFoldPanelBarDrag if event.GetDragStatus() == wx.SASH_STATUS_OUT_OF_RANGE: AttributeError: 'module' object has no attribute 'SASH_STATUS_OUT_OF_RANGE'
0.27216
: org.apache.spark.SparkException: Job aborted due to stage failure: Task 1 in stage 0.0 failed 1 times, most recent failure: Lost task 1.0 in stage 0.0 (TID 1, localhost): org.apache.spark.api.python.PythonException: Traceback (most recent call last): "/usr/local/spark/python/lib/pyspark.zip/pyspark/worker.py", line 98, in main command = pickleSer._read_with_length(infile) "/usr/local/spark/python/lib/pyspark.zip/pyspark/serializers.py", line 164, in _read_with_length return self.loads(obj) "/usr/local/spark/python/lib/pyspark.zip/pyspark/serializers.py", line 422, in loads return pickle.loads(obj) "/usr/local/spark/python/lib/pyspark.zip/pyspark/mllib/__init__.py", line 25, in <module>ImportError: No module named numpy
Traceback (most recent call last): "<stdin>", line 1, in <module> "./pycoin/pycoin/key/Key.py", line 214, in sign r, s = self._generator.sign(self.secret_exponent(), val) "./pycoin/pycoin/ecdsa/Generator.py", line 152, in sign return self.sign_with_recid(secret_exponent, val, gen_k)[0:2] "./pycoin/pycoin/ecdsa/Generator.py", line 134, in sign_with_recid k = gen_k(n, secret_exponent, val) "./pycoin/pycoin/ecdsa/rfc6979.py", line 66, in deterministic_generate_k h1 = intstream.to_bytes(val, length=order_size) "./pycoin/pycoin/ecdsa/intstream.py", line 7, in _to_bytes return v.to_bytes(length, byteorder=byteorder) OverflowError: int too big to convert
0.255193
Traceback (most recent call last): "/usr/bin/onionshare", line 29, in <module> onionshare.main() "/usr/lib/python2.7/dist-packages/onionshare/onionshare.py", line 137, in main app.start_hidden_service() "/usr/lib/python2.7/dist-packages/onionshare/onionshare.py", line 75, in start_hidden_service self.onion_host = self.hs.start(self.port) "/usr/lib/python2.7/dist-packages/onionshare/hs.py", line 114, in start hs_conf = self.c.get_hidden_service_conf()AttributeError: 'Controller' object has no attribute 'get_hidden_service_conf'
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/pytube/extract.py", line 288, in apply_descrambler stream_data[key] = [ "/usr/local/lib/python3.8/dist-packages/pytube/extract.py", line 290, in <listcomp> "url": format_item["url"], KeyError: 'url'
0.31886
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
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/bin/youtube-dl/__main__.py", line 7, in <module> "/usr/bin/youtube-dl/**init**.py", line 536, in main "/usr/bin/youtube-dl/**init**.py", line 520, in _real_main "/usr/bin/youtube-dl/ Downloader.py", line 475, in download "/usr/bin/youtube-dl/InfoExtractors.py", line 80, in extract "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in _real_extract "/usr/bin/youtube-dl/InfoExtractors.py", line 405, in <genexpr>KeyError: 'sig'
0.282796
Traceback (most recent call last): "C:\Python27\lib\threading.py", line 801, in __bootstrap_inner self.run() "C:\Python27\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "C:\bbolli-tumblr-utils-30e140a\bbolli-tumblr-utils-30e140a\tumblr_backup.py", line 1043, in handler work() "C:\bbolli-tumblr-utils-30e140a\bbolli-tumblr-utils-30e140a\tumblr_backup.py", line 781, in save_content self.save_post() "C:\bbolli-tumblr-utils-30e140a\bbolli-tumblr-utils-30e140a\tumblr_backup.py", line 955, in save_post f.write(self.get_post()) "C:\bbolli-tumblr-utils-30e140a\bbolli-tumblr-utils-30e140a\tumblr_backup.py", line 910, in get_post typ = ('liked-' if options.likes else '') + self.typ TypeError: cannot concatenate 'str' and 'NoneType' objects
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6_nk0mi2\build\youtube_dl\YoutubeDL.py", line 797, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6_nk0mi2\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6_nk0mi2\build\youtube_dl\extractor\dplay.py", line 247, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6_nk0mi2\build\youtube_dl\extractor\dplay.py", line 172, in _get_disco_api_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp6_nk0mi2\build\youtube_dl\extractor\common.py", line 936, in raise_login_required youtube_dl.utils.ExtractorError: This video is only available for registered users. Use --username and --password or --netrc to provide account credentials.`
0.198854
Traceback (most recent call last): "tf2coreml.py", line 7, in <module> class_labels = '/tmp/output_labels.txt') "/Users/andypang/code/tf-coreml/tfcoreml/_tf_coreml_converter.py", line 477, in convert predicted_probabilities_output=predicted_probabilities_output) "/Users/andypang/code/tf-coreml/tfcoreml/_tf_coreml_converter.py", line 275, in _convert_pb_to_mlmodel convert_ops_to_layers(context) "/Users/andypang/code/tf-coreml/tfcoreml/_ops_to_layers.py", line 142, in convert_ops_to_layers translator(op, context) "/Users/andypang/code/tf-coreml/tfcoreml/_layers.py", line 130, in conv2d 'Weight input has to be an identity op') AssertionError: Weight input has to be an identity op
Traceback (most recent call last): "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 950, in wrapper return func(self, *args, **kwargs) "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 987, in __extract_info return self.process_ie_result(ie_result, download, extra_info) "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 1026, in process_ie_result return self.process_video_result(ie_result, download=download) "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 1897, in process_video_result self.process_info(new_info) "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 2393, in process_info self.post_process(dl_filename, info_dict, files_to_move) "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 2501, in post_process info = self.run_pp(Move sAfterDownloadPP(self, files_to_move), info, files_to_move)[1] "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/YoutubeDL.py", line 2468, in run_pp files_to_delete, infodict = pp.run(infodict) "/home/leian/.local/lib/python2.7/site-packages/youtube_dlc/postprocessor/movefilesafterdownload.py", line 33, in run oldfile, newfile = compat_str(oldfile), compat_str(newfile) UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 113: ordinal not in range(128)
0.327389
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/paperwork/frontend/util/canvas/__init__.py", line 208, in __on_draw drawer.draw(cairo_ctx) "/usr/local/lib/python2.7/dist-packages/paperwork/frontend/util/canvas/animations.py", line 197, in draw (self.frame % self.nb_frames[0]),ZeroDivisionError: integer division or modulo by zero
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/dataflow_worker/batchworker.py", line 609, in do_work work_executor.execute() "/usr/local/lib/python2.7/dist-packages/dataflow_worker/executor.py", line 167, in execute op.start() "apache_beam/runners/worker/operations.py", line 340, in apache_beam.runners.worker.operations.DoOperation.start def start(self): "apache_beam/runners/worker/operations.py", line 341, in apache_beam.runners.worker.operations.DoOperation.start with self.scoped_start_state: "apache_beam/runners/worker/operations.py", line 346, in apache_beam.runners.worker.operations.DoOperation.start pickler.loads(self.spec.serialized_fn)) "/usr/local/lib/python2.7/dist-packages/apache_beam/internal/pickler.py", line 225, in loads return dill.loads(s) "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 277, in loads return load(file) "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 266, in load obj = pik.load() "/usr/lib/python2.7/pickle.py", line 864, in load dispatch[key](self) "/usr/lib/python2.7/pickle.py", line 1096, in load_global klass = self.find_class(module, name) "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 423, in find_class return StockUnpickler.find_class(self, module, name) "/usr/lib/python2.7/pickle.py", line 1130, in find_class __import__(module) "/usr/local/lib/python2.7/dist-packages/dataflow_pipeline/summarize_intervals.py", line 31, in <module> from google.cloud.datastore.helpers import entity_from_protobuf ImportError: No module named datastore.helpers
0.166462
Traceback (most recent call last): "d:\python27\lib\runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "d:\python27\lib\runpy.py", line 72, in _run_code exec code in run_globals "D:\Python27\Scripts\jupyter-nbconvert.exe\__main__.py", line 9, in <module> "d:\python27\lib\site-packages\jupyter_core\application.py", line 267, in launch_instance return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs) "d:\python27\lib\site-packages\traitlets\config\application.py", line 589, in launch_instance app.start() "d:\python27\lib\site-packages\nbconvert\nbconvertapp.py", line 289, in start self.convert_notebooks() "d:\python27\lib\site-packages\nbconvert\nbconvertapp.py", line 412, in convert_notebooks self.convert_single_notebook(notebook_filename) "d:\python27\lib\site-packages\nbconvert\nbconvertapp.py", line 383, in convert_single_notebook output, resources = self.export_single_notebook(notebook_filename, resources) "d:\python27\lib\site-packages\nbconvert\nbconvertapp.py", line 335, in export_single_notebook output, resources = self.exporter.from_filename(notebook_filename, resources=resources) "d:\python27\lib\site-packages\nbconvert\exporters\exporter.py", line 165, in from_filename return self.from_notebook_node(nbformat.read(f, as_version=4), resources=resources, **kw) "d:\python27\lib\site-packages\nbconvert\exporters\pdf.py", line 145, in from_notebook_node rc = self.run_latex(tex_file) "d:\python27\lib\site-packages\nbconvert\exporters\pdf.py", line 108, in run_latex self.latex_count, log_error) "d:\python27\lib\site-packages\nbconvert\exporters\pdf.py", line 88, in run_command p = subprocess.Popen(command, stdout=stdout, stdin=null, shell=shell, env=env) "d:\python27\lib\subprocess.py", line 710, in __init__ errread, errwrite) "d:\python27\lib\subprocess.py", line 958, in _execute_child startupinfo)TypeError: environment can only contain strings
Traceback (most recent call last): "/usr/local/lib/python2.6/dist-packages/celery/apps/beat.py", line 89, in start_scheduler beat.start() "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 397, in start humanize_seconds(self.scheduler.max_interval)) "/usr/local/lib/python2.6/dist-packages/kombu/utils/**init**.py", line 229, in **get** value = obj.**dict**[self.**name**] = self.**get(obj) "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 436, in scheduler return self.get_scheduler() "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 431, in get_scheduler lazy=lazy) "/usr/local/lib/python2.6/dist-packages/celery/utils/__init**.py", line 304, in instantiate return get_cls_by_name(name)(_args, *_kwargs) "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 327, in **init** Scheduler.**init**(self, _args, *_kwargs) "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 160, in **init** self.setup_schedule() "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 358, in setup_schedule for entry in entries.itervalues())) "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 358, in <genexpr> for entry in entries.itervalues())) "/usr/local/lib/python2.6/dist-packages/celery/beat.py", line 122, in **repr** reprcall(self.task, self.args, self.kwargs), "/usr/local/lib/python2.6/dist-packages/kombu/utils/**init**.py", line 262, in reprcall return "%s(%s%s%s)" % (name, sep.join(map(_safe_repr, args)),TypeError: argument 2 to map() must support iteration
0.215966
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/numpy/core/numeric.py", line 1409, in array_repr ', ', "array(") "/usr/local/lib/python2.7/dist-packages/numpy/core/arrayprint.py", line 445, in array2string separator, prefix, formatter=formatter) "/usr/local/lib/python2.7/dist-packages/numpy/core/arrayprint.py", line 320, in _array2string _summaryEdgeItems, summary_insert)[:-1] "/usr/local/lib/python2.7/dist-packages/numpy/core/arrayprint.py", line 491, in _formatArray word = format_function(a[-1])UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 0: ordinal not in range(128)
Traceback (most recent call last): "<input>", line 1, in <module> "G:\Pycharm\PyCharm 2020.1\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile pydev_imports.execfile(filename, global_vars, local_vars) # execute the script "G:\Pycharm\PyCharm 2020.1\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) "*********/G_GAN.py", line 576, in <module> train() "*********/G_GAN.py", line 524, in train for loader in trainloader: "G:\Anaconda3\Anaconda3\envs\paddle_env\lib\site-packages\paddle\fluid\dataloader\dataloader_iter.py", line 365, in __next__ return self._reader.read_next_var_list() SystemError: (Fatal) Blocking queue is killed because the data reader raises an exception.
0.226407
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "/usr/local/src/w3af/w3af/core/ui/gui/confpanel.py", line 244, in _save_panel SetOptionsWrapper(plugin.set_options, self.options) "/usr/local/src/w3af/w3af/core/ui/gui/helpers.py", line 205, in __call__ return func(*args, **kwargs) "/usr/local/src/w3af/w3af/core/data/url/opener_settings.py", line 648, in set_options self.set_basic_auth(bauth_domain, bauth_user, bauth_pass) "/usr/local/src/w3af/w3af/core/data/url/opener_settings.py", line 326, in set_basic_auth self._password_mgr.add_password(None, domain, username, password)AttributeError: 'NoneType' object has no attribute 'add_password'
0.239737
Traceback (most recent call last): "/usr/bin/git-cola", line 53, in <module> from cola.main import main "/usr/share/git-cola/lib/cola/main.py", line 6, in <module> from . import app "/usr/share/git-cola/lib/cola/app.py", line 15, in <module> from qtpy import QtCore "/usr/share/git-cola/lib/qtpy/__init__.py", line 178, in <module> raise PythonQtError('No Qt bindings could be found') qtpy.PythonQtError: No Qt bindings could be found
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 1413, in _real_extract doc = compat_etree_fromstring(webpage.encode('utf-8')) "/usr/local/lib/python2.7/dist-packages/youtube_dl/compat.py", line 280, in compat_etree_fromstring doc = _XML(text, parser=etree.XMLParser(target=etree.TreeBuilder(element_factory=_element_factory))) "/usr/local/lib/python2.7/dist-packages/youtube_dl/compat.py", line 269, in _XML parser.feed(text) "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed self._raiseerror(v) "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror raise errParseError: undefined entity &raquo;: line 6, column 24
0.232714
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) "/usr/src/app/robosat/tools/__main__.py", line 58, in <module> args.func(args) "/usr/src/app/robosat/tools/train.py", line 57, in main model = load_config(args.model) "/usr/src/app/robosat/config.py", line 21, in load_config return toml.load(path) "/opt/venv/lib/python3.6/site-packages/toml/decoder.py", line 111, in load with io.open(_getpath(f), encoding='utf-8') as ffile: NotFoundError: [Errno 2] No such file or directory: '/data/model.toml'
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "youtube_dl\extractor\youtube.pyo", line 875, in _decrypt_signature "youtube_dl\extractor\youtube.pyo", line 364, in _extract_signature_function "ntpath.pyo", line 108, in joinUnicodeDecodeError: 'ascii' codec can't decode byte 0xcb in position 9: ordinal not in range(128)
0.227958
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/paddle/trainer/config_parser.py", line 4230, in parse_config_and_serialize return config.SerializeToString() "/usr/lib/python2.7/site-packages/google/protobuf/internal/python_message.py", line 1059, in SerializeToString self.DESCRIPTOR.full_name, ','.join(self.FindInitializationErrors()))) EncodeError: Message paddle.TrainerConfig is missing required fields: opt_config.batch_size
Traceback (most recent call last): "C:\DataTool\Anaconda3\lib\site-packages\conda\fetch.py", line 419, in download for chunk in resp.iter_content(2**14): "C:\DataTool\Anaconda3\lib\site-packages\requests\models.py", line 679, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ("Connection broken: ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)", ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None))
0.250564
Traceback (most recent call last): "pyrsistent_test.py", line 5, in <module> class MyPRecord(PRecord): "pyrsistent_test.py", line 6, in MyPRecord f = field(type=Mapping) "/home/aaron/workspace/pyrsistent/pyrsistent/_field_common.py", line 120, in field types = set(maybe_parse_user_type(type)) "/home/aaron/workspace/pyrsistent/pyrsistent/_checked_types.py", line 88, in maybe_parse_user_type 'Type specifications must be types or strings. Input: {}'.format(t) TypeError: Type specifications must be types or strings. Input: typing.Mapping
Traceback (most recent call last): "caldera.py", line 24, in <module> server.run(debug=debug) "/opt/caldera/caldera/app/server.py", line 111, in run database.initialize(settings['database']['key'], settings['database']['host'], settings['database']['port']) "/opt/caldera/caldera/app/engine/database.py", line 51, in initialize a = next(oplog.find().sort('$natural', pymongo.DESCENDING).limit(-1))['ts'] "/usr/local/lib/python3.6/site-packages/pymongo/cursor.py", line 1189, in next if len(self.__data) or self._refresh(): "/usr/local/lib/python3.6/site-packages/pymongo/cursor.py", line 1087, in _refresh self.__session = self.__collection.database.client._ensure_session() "/usr/local/lib/python3.6/site-packages/pymongo/mongo_client.py", line 1558, in _ensure_session return self.__start_session(True, causal_consistency=False) "/usr/local/lib/python3.6/site-packages/pymongo/mongo_client.py", line 1511, in __start_session server_session = self._get_server_session() "/usr/local/lib/python3.6/site-packages/pymongo/mongo_client.py", line 1544, in _get_server_session return self._topology.get_server_session() "/usr/local/lib/python3.6/site-packages/pymongo/topology.py", line 427, in get_server_session None) "/usr/local/lib/python3.6/site-packages/pymongo/topology.py", line 199, in _select_servers_loop self._error_message(selector)) pymongo.errors.ServerSelectionTimeoutError: localhost:27020: [Errno 111] Connection refused
0.248158
Traceback (most recent call last): "run_squad.py", line 1286, in <module> tf.app.run() "/home/.../site-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "run_squad.py", line 1279, in main output_nbest_file, output_null_log_odds_file) "run_squad.py", line 909, in write_predictions score_diff = score_null - best_non_null_entry.start_logit - ( AttributeError: 'NoneType' object has no attribute 'start_logit'
Traceback (most recent call last): "/root/lets-encrypt-preview/venv/bin/letsencrypt", line 9, in <module> load_entry_point('letsencrypt==0.1', 'console_scripts', 'letsencrypt')() "/root/lets-encrypt-preview/letsencrypt/scripts/main.py", line 229, in main cert_file, chain_file = acme.obtain_certificate(doms) "/root/lets-encrypt-preview/letsencrypt/client/client.py", line 122, in obtain_certificate authzr = self.auth_handler.get_authorizations(domains) "/root/lets-encrypt-preview/letsencrypt/client/auth_handler.py", line 79, in get_authorizations self._respond(cont_resp, dv_resp, best_effort) "/root/lets-encrypt-preview/letsencrypt/client/auth_handler.py", line 137, in _respond self._poll_challenges(chall_update, best_effort) "/root/lets-encrypt-preview/letsencrypt/client/auth_handler.py", line 187, in _poll_challenges "Failed Authorization procedure for %s" % domain)letsencrypt.client.errors.AuthorizationError: Failed Authorization procedure for asd12345.pl
0.301569
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 660, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 287, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 203, in _real_extract webpage, 'mgid') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 581, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name)## RegexNotFoundError: Unable to extract mgid; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/bin/quark", line 11, in <module> load_entry_point('quark-engine', 'console_scripts', 'quark')() "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/lib/python3.8/site-packages/click/core.py", line 829, in __call__ return self.main(*args, **kwargs) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/lib/python3.8/site-packages/click/core.py", line 782, in main rv = self.invoke(ctx) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/lib/python3.8/site-packages/click/core.py", line 1066, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/lib/python3.8/site-packages/click/core.py", line 610, in invoke return callback(*args, **kwargs) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/cli.py", line 43, in entry_point data.run(rule_checker) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/Objects/xrule.py", line 300, in run if self.check_parameter(common_method, str(pre_0[1]), str(pre_1[1])): "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/Objects/xrule.py", line 206, in check_parameter pyeval.eval[instruction[0]](instruction) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/Evaluator/pyeval.py", line 28, in warp func(*args, **kwargs) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/Evaluator/pyeval.py", line 251, in CONST_SIXTEEN self._assign_value(instruction) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/Evaluator/pyeval.py", line 113, in _assign_value self.table_obj.insert(index, variable_object) "/home/nick/.local/share/virtualenvs/dangerous-DAW5iOOa/src/quark-engine/quark/Objects/tableobject.py", line 28, in insert self.hash_table[index].append(var_obj) IndexError: list index out of range
0.242992
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/process.py", line 267, in _bootstrap self.run() "sublist3r.py", line 264, in run domain_list = self.enumerate() "sublist3r.py", line 562, in enumerate cookies = self.get_cookies(resp.headers) AttributeError: 'NoneType' object has no attribute 'headers'
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/newsletter/tests/test_web.py", line 261, in test_subscribe_twice self.assertNotContains(r, 'action="%s"' % self.subscribe_confirm_url) "/usr/lib/python2.7/dist-packages/django/test/testcases.py", line 447, in assertNotContains msg_prefix + "Response should not contain '%s'" % text)AssertionError: Response should not contain 'action="/newsletter/test-newsletter/subscribe/confirm/"'
0.232827
Traceback (most recent call last): "video2x_gui.py", line 106, in run "upscaler.py", line 810, in run "upscaler.py", line 700, in run "upscaler.py", line 347, in _upscale_frames "upscaler.py", line 339, in _upscale_frames "upscaler.py", line 409, in _wait "upscaler.py", line 393, in _wait subprocess.CalledProcessError: Command '['E:\\video2x\\video2x-4.8.0-win32-full\\dependencies\\srmd-ncnn-vulkan\\srmd-ncnn-vulkan', '-n', '3', '-s', '4', '-t', '400', '-m', 'E:\\video2x\\video2x-4.8.0-win32-full\\dependencies\\srmd-ncnn-vulkan\\models-srmd', '-g', '0', '-j', '1:1:1', '-f', 'png', '-i', 'C:\\Users\\xuan\\AppData\\Local\\Temp\\video2x\\tmp3bbm_5e5', '-o', 'C:\\Users\\xuan\\AppData\\Local\\Temp\\video2x\\tmpkuh3sx0p']' returned non-zero exit status 4294967295.
Traceback (most recent call last): "C:\dev\youtube-dl\master\youtube_dl\YoutubeDL.py", line 1786, in post_process files_to_delete, info = pp.run(info) "C:\dev\youtube-dl\master\youtube_dl\postprocessor\ffmpeg.py", line 446, in run self.run_ffmpeg_multiple_files(info['__files_to_merge'], temp_filename, args) "C:\dev\youtube-dl\master\youtube_dl\postprocessor\ffmpeg.py", line 168, in run_ffmpeg_multiple_files raise FFmpegPostProcessorError(msg)youtube_dl.postprocessor.ffmpeg.FFmpegPostProcessorError: Conversion failed!
0.296097
Traceback (most recent call last): "/usr/lib64/python3.6/threading.py", line 916, in _bootstrap_inner self.run() "/usr/lib64/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) "/home/kususer/.local/pipx/venvs/virtualenv/lib64/python3.6/site-packages/virtualenv/seed/wheels/periodic_update.py", line 342, in _run_manual_upgrade periodic=False, "/home/kususer/.local/pipx/venvs/virtualenv/lib64/python3.6/site-packages/virtualenv/seed/wheels/periodic_update.py", line 207, in do_update versions = _run_do_update(app_data, distribution, embed_filename, for_py_version, periodic, search_dirs) "/home/kususer/.local/pipx/venvs/virtualenv/lib64/python3.6/site-packages/virtualenv/seed/wheels/periodic_update.py", line 237, in _run_do_update to_folder=wheelhouse, TypeError: download_wheel() missing 1 required positional argument: 'env'
Traceback (most recent call last): "X:\Program s\Pic_Follow_Download_WeiBo\weibo_spider\parser\util.py", line 21, in handle_html resp = requests.get(url, cookies=cookie) "C:\Users\jinqi\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\api.py", line 76, in get return request('get', url, params=params, **kwargs) "C:\Users\jinqi\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\api.py", line 61, in request return session.request(method=method, url=url, **kwargs) "C:\Users\jinqi\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\sessions.py", line 530, in request resp = self.send(prep, **send_kwargs) "C:\Users\jinqi\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\sessions.py", line 643, in send r = adapter.send(request, **kwargs) "C:\Users\jinqi\AppData\Local\Programs\Python\Python38\lib\site-packages\requests\adapters.py", line 514, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='weibo.cn', port=443): Max retries exceeded with url: /1229385395/info (Caused by SSLError(SSLError(1, '[SSL: BAD_SIGNATURE] bad signature (_ssl.c:1108)')))
0.259512
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel self.start_kernel(**self._launch_args) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel self._connect_control_socket() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket self._control_socket = self.connect_control() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control return self._create_connected_socket('control', identity=identity) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket sock = self.context.socket(socket_type) "C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__ return self.get(obj, cls) "C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get value = self._validate(obj, dynamic_default()) "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default return zmq.Context.instance() "C:\ProgramData\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance cls._instance = cls(io_threads=io_threads) "zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__ zmq.error.ZMQError: Permission denied
Traceback (most recent call last): "C:\Users\brins\Desktop\InstaPy-master\quickstart.py", line 7, in <module> from instapy import InstaPy "C:\Users\brins\Desktop\InstaPy-master\instapy\__init__.py", line 2, in <module> from .instapy import InstaPy "C:\Users\brins\Desktop\InstaPy-master\instapy\instapy.py", line 19, in <module> import requests ModuleNotFoundError: No module named 'requests'
0.311617
Traceback (most recent call last): "<stdin>", line 1, in <module> "gitup.cli", line 18, in <module> "gitup.update", line 15, in <module> "git", line 33, in <module> "git", line 22, in _init_externals NameError: name '__file__' is not defined
Traceback (most recent call last): "/home/k/projects/blog/local/lib/python2.7/site-packages/doit/action.py", line 365, in execute returned_value = self.py_callable(*self.args, **kwargs) "/home/k/projects/blog/local/lib/python2.7/site-packages/nikola/nikola.py", line 821, in render_template template_name, None, local_context) "/home/k/projects/blog/local/lib/python2.7/site-packages/nikola/plugins/template/jinja.py", line 90, in render_template output = template.render(**context) "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 969, in render return self.environment.handle_exception(exc_info, True) "/usr/local/lib/python2.7/dist-packages/jinja2/environment.py", line 742, in handle_exception reraise(exc_type, exc_value, tb) "/home/k/projects/blog/local/lib/python2.7/site-packages/nikola/data/themes/base-jinja/templates/list_post.tmpl", line 2, in top-level template code {% extends 'base.tmpl' %} "themes/bootstrap3-jinja/templates/base.tmpl", line 66, in top-level template code {% block content %}{% endblock %} "/home/k/projects/blog/local/lib/python2.7/site-packages/nikola/data/themes/base-jinja/templates/list_post.tmpl", line 12, in block "content" <li><a href="{{ post.permalink() }}" class="listtitle">{{ post.title() }}</a> <time class="listdate" datetime="{{ post.date.isoformat() }}" title="{{ post.formatted_date(date_format) }}">{{ post.formatted_date(date_format) }}</time></li> "/home/k/projects/blog/local/lib/python2.7/site-packages/nikola/post.py", line 279, in formatted_date fmt_date = self.date.strftime(date_format) "/home/k/projects/blog/local/lib/python2.7/site-packages/dateutil/tz.py", line 41, in inner_func return myfunc(*args, **kwargs).encode()AttributeError: 'NoneType' object has no attribute 'encode'
0.293364
Traceback (most recent call last): "./manage.py", line 14, in <module> execute_from_command_line(sys.argv) "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django/core/management/__init__.py", line 328, in execute django.setup() "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django/apps/registry.py", line 85, in populate app_config = AppConfig.create(entry) "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django/apps/config.py", line 86, in create module = import_module(entry) "/opt/rh/python27/root/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django_imagekit-4.0-py2.7.egg/imagekit/__init__.py", line 3, in <module> from . import generatorlibrary "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django_imagekit-4.0-py2.7.egg/imagekit/generatorlibrary.py", line 3, in <module> from .specs import ImageSpec "/var/lib/openshift/UUID/python/virtenv/lib/python2.7/site-packages/django_imagekit-4.0-py2.7.egg/imagekit/specs/__init__.py", line 5, in <module> from ..cachefiles.strategies import load_strategy ImportError: cannot import name load_strategy
Traceback (most recent call last): "/opt/openstates/venv-pupa//bin/pupa", line 11, in <module> load_entry_point('pupa', 'console_scripts', 'pupa')() "/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main subcommands[args.subcommand].handle(args, other) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle return self.do_handle(args, other, juris) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle report['scrape'] = self.do_scrape(juris, args, scrapers) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape report[scraper_name] = scraper.do_scrape(**scrape_args) "/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape for obj in self.scrape(**kwargs) or []: "/opt/openstates/openstates/openstates/nh/bills.py", line 59, in scrape yield from self.scrape_chamber(chamber, session) "/opt/openstates/openstates/openstates/nh/bills.py", line 114, in scrape_chamber bill_type = bill_type_map[expanded_bill_id.split(' ')[0][1:]]KeyError: 'SSB0001'
0.208745
Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/pip/basecommand.py", line 232, in main return PREVIOUS_BUILD_DIR_ERROR "/usr/local/lib/python3.4/dist-packages/pip/commands/install.py", line 347, in run ) "/usr/local/lib/python3.4/dist-packages/pip/req/req_set.py", line 560, in install missing_requested = sorted( "/usr/local/lib/python3.4/dist-packages/pip/req/req_install.py", line 680, in commit_uninstall paths_to_remove.add_pth(easy_install_pth, dist.location) "/usr/local/lib/python3.4/dist-packages/pip/req/req_uninstall.py", line 153, in commit self.save_dir = None "/usr/local/lib/python3.4/dist-packages/pip/_vendor/retrying.py", line 49, in wrapped_f return Retrying(*dargs, **dkw).call(f, *args, **kw) "/usr/local/lib/python3.4/dist-packages/pip/_vendor/retrying.py", line 212, in call raise attempt.get() "/usr/local/lib/python3.4/dist-packages/pip/_vendor/retrying.py", line 247, in get six.reraise(self.value[0], self.value[1], self.value[2]) "/usr/local/lib/python3.4/dist-packages/pip/_vendor/six.py", line 659, in reraise raise value "/usr/local/lib/python3.4/dist-packages/pip/_vendor/retrying.py", line 200, in call attempt = Attempt(fn(*args, **kwargs), attempt_number, False) "/usr/local/lib/python3.4/dist-packages/pip/utils/__init__.py", line 61, in rmtree try: "/usr/lib/python3.4/shutil.py", line 464, in rmtree _rmtree_safe_fd(fd, path, onerror) "/usr/lib/python3.4/shutil.py", line 402, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) "/usr/lib/python3.4/shutil.py", line 402, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) "/usr/lib/python3.4/shutil.py", line 402, in _rmtree_safe_fd _rmtree_safe_fd(dirfd, fullname, onerror) "/usr/lib/python3.4/shutil.py", line 422, in _rmtree_safe_fd onerror(os.unlink, fullname, sys.exc_info()) "/usr/local/lib/python3.4/dist-packages/pip/utils/__init__.py", line 69, in rmtree_errorhandler try: NotFoundError: [Errno 2] No such file or directory: '/tmp/pip-9lcav3b5-uninstall/usr/local/bin/pip3'
Traceback (most recent call last): "Mobile-Security-Framework-MobSF/StaticAnalyzer/views/android/static_analyzer.py", line 270, in static_analyzer 'security_score'] = score(context['code_analysis']) TypeError: 'NoneType' object is not subscriptable
0.297004
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 82, in async_setup SLOW_SETUP_MAX_WAIT, loop=hass.loop) "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/influxdb.py", line 80, in setup_platform sensor = InfluxSensor(hass, influx_conf, query) "/usr/lib/python3.6/site-packages/homeassistant/components/sensor/influxdb.py", line 114, in __init__ influx.query("select * from /.*/ LIMIT 1;") "/usr/lib/python3.6/site-packages/influxdb/client.py", line 394, in query expected_response_code=expected_response_code "/usr/lib/python3.6/site-packages/influxdb/client.py", line 252, in request timeout=self._timeout "/usr/lib/python3.6/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) "/usr/lib/python3.6/site-packages/requests/sessions.py", line 658, in send r.content "/usr/lib/python3.6/site-packages/requests/models.py", line 823, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes() "/usr/lib/python3.6/site-packages/requests/models.py", line 748, in generate raise ChunkedEncodingError(e) requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1005, in _decrypt_signature video_id, player_url, s "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 932, in _extract_signature_function cache_res = res(test_string) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 984, in <lambda> return lambda s: initial_function([s]) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 254, in resf res, abort = self.interpret_statement(stmt, local_vars) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 55, in interpret_statement v = self.interpret_expression(expr, local_vars, allow_recursion) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 174, in interpret_expression return obj[member](argvals) KeyError: 'qC'
0.265547
Traceback (most recent call last): "queueHandler.pyc", line 50, in flushQueue "NVDAHelper.pyc", line 210, in handleInputCandidateListUpdate "baseObject.pyc", line 34, in __get__ "baseObject.pyc", line 110, in _getPropertyViaCache "NVDAObjects\behaviors.pyc", line 394, in _get_visibleCandidateItemsText "baseObject.pyc", line 34, in __get__ "baseObject.pyc", line 110, in _getPropertyViaCache "NVDAObjects\inputComposition.pyc", line 147, in _get_name "NVDAObjects\behaviors.pyc", line 361, in getFormattedCandidateNameKeyError: u'number'
Traceback (most recent call last): "<stdin>", line 1, in <module> "env/lib/python3.8/site-packages/great_expectations/core/__init__.py", line 2000, in __repr__ return json.dumps(self.to_json_dict(), indent=2) "env/lib/python3.8/site-packages/great_expectations/core/__init__.py", line 2026, in to_json_dict myself = expectationValidationResultSchema.dump(self) "env/lib/python3.8/site-packages/great_expectations/marshmallow__shade/schema.py", line 556, in dump processed_obj = self._invoke_dump_processors( "env/lib/python3.8/site-packages/great_expectations/marshmallow__shade/schema.py", line 1075, in _invoke_dump_processors data = self._invoke_processors( "env/lib/python3.8/site-packages/great_expectations/marshmallow__shade/schema.py", line 1234, in _invoke_processors data = processor(data, many=many, **kwargs) "env/lib/python3.8/site-packages/great_expectations/core/__init__.py", line 2096, in convert_result_to_serializable data.result = convert_to_json_serializable(data.result) "env/lib/python3.8/site-packages/great_expectations/core/__init__.py", line 132, in convert_to_json_serializable new_dict[str(key)] = convert_to_json_serializable(data[key]) "env/lib/python3.8/site-packages/great_expectations/core/__init__.py", line 139, in convert_to_json_serializable new_list.append(convert_to_json_serializable(val)) "env/lib/python3.8/site-packages/great_expectations/core/__init__.py", line 195, in convert_to_json_serializable raise TypeError( TypeError: <NA> is of type NAType which cannot be serialized.
0.291026
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 879, in _decrypt_signature return func(s) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 447, in <lambda> return lambda s: initial_function([s]) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf res = self.interpret_statement(stmt, local_vars) "/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 43, in interpret_statement 'Cannot determine left side of statement in %r' % stmt)ExtractorError: Cannot determine left side of statement in u'xh(this.j,a)'; 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): "tools/mac/convert.py", line 561, in <module> main() "tools/mac/convert.py", line 558, in main parse_dwarf() "tools/mac/convert.py", line 398, in parse_dwarf parser.feed_line(line) "tools/mac/convert.py", line 129, in feed_line self.process_statement(**parsed) "tools/mac/convert.py", line 219, in process_statement self.id_to_name[statement_id] = [self.base_type_name(data)] "tools/mac/convert.py", line 101, in base_type_name return self.tp2vol[data['AT_name']]KeyError: 'sizetype'
0.206167