text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 384, in _make_request six.raise_from(e, None) "<string>", line 2, in raise_from "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 380, in _make_request httplib_response = conn.getresponse() "/opt/python3.7/lib/python3.7/http/client.py", line 1321, in getresponse response.begin() "/opt/python3.7/lib/python3.7/http/client.py", line 296, in begin version, status, reason = self._read_status() "/opt/python3.7/lib/python3.7/http/client.py", line 257, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") "/opt/python3.7/lib/python3.7/socket.py", line 589, in readinto return self._sock.recv_into(b) "/opt/python3.7/lib/python3.7/ssl.py", line 1049, in recv_into return self.read(nbytes, buffer) "/opt/python3.7/lib/python3.7/ssl.py", line 908, in read return self._sslobj.read(len, buffer) ConnectionResetError: [Errno 104] Connection reset by peer During handling of the above exception, another exception occurred: Traceback (most recent call last): "/env/local/lib/python3.7/site-packages/requests/adapters.py", line 445, in send timeout=timeout "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/env/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 367, in increment raise six.reraise(type(error), error, _stacktrace) "/env/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 685, in reraise raise value.with_traceback(tb) "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 384, in _make_request six.raise_from(e, None) "<string>", line 2, in raise_from "/env/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 380, in _make_request httplib_response = conn.getresponse() "/opt/python3.7/lib/python3.7/http/client.py", line 1321, in getresponse response.begin() "/opt/python3.7/lib/python3.7/http/client.py", line 296, in begin version, status, reason = self._read_status() "/opt/python3.7/lib/python3.7/http/client.py", line 257, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") "/opt/python3.7/lib/python3.7/socket.py", line 589, in readinto return self._sock.recv_into(b) "/opt/python3.7/lib/python3.7/ssl.py", line 1049, in recv_into return self.read(nbytes, buffer) "/opt/python3.7/lib/python3.7/ssl.py", line 908, in read return self._sslobj.read(len, buffer) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): "/user_code/main.py", line 230, in bq_merge archive_pending_blobs(bucket, blobs[min_idx:max_idx], pending_prefix, loaded_prefix) "/user_code/main.py", line 44, in archive_pending_blobs raise e "/user_code/main.py", line 40, in archive_pending_blobs bucket.copy_blob(b, bucket, b.name.replace(pending_prefix, loaded_prefix)) "/env/local/lib/python3.7/site-packages/google/cloud/storage/bucket.py", line 711, in copy_blob _target_object=new_blob, "/env/local/lib/python3.7/site-packages/google/cloud/_http.py", line 290, in api_request headers=headers, target_object=_target_object) "/env/local/lib/python3.7/site-packages/google/cloud/_http.py", line 183, in _make_request return self._do_request(method, url, headers, data, target_object) "/env/local/lib/python3.7/site-packages/google/cloud/_http.py", line 212, in _do_request url=url, method=method, headers=headers, data=data) "/env/local/lib/python3.7/site-packages/google/auth/transport/requests.py", line 201, in request method, url, data=data, headers=request_headers, **kwargs) "/env/local/lib/python3.7/site-packages/requests/sessions.py", line 512, in request resp = self.send(prep, **send_kwargs) "/env/local/lib/python3.7/site-packages/requests/sessions.py", line 622, in send r = adapter.send(request, **kwargs) "/env/local/lib/python3.7/site-packages/requests/adapters.py", line 495, in send raise ConnectionError(err, request=request) requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) During handling of the above exception, another exception occurred: Traceback (most recent call last): "/env/local/lib/python3.7/site-packages/google/cloud/functions_v1beta2/worker.py", li
Traceback (most recent call last): "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/engine/base.py", line 2158, in _wrap_pool_connect return fn() "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 403, in connect return _ConnectionFairy._checkout(self) "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 791, in _checkout fairy = _ConnectionRecord.checkout(pool) "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 532, in checkout rec = pool._do_get() "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 1287, in _do_get return self._create_connection() "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 350, in _create_connection return _ConnectionRecord(self) "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 477, in __init__ self.__connect(first_connect_check=True) "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/pool.py", line 686, in __connect pool.dispatch.connect(self.connection, self) "/srv/homeassistant/lib/python3.5/site-packages/sqlalchemy/event/attr.py", line 246, in __call__ fn(*args, **kw) "/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/recorder/__init__.py", line 361, in set_sqlite_pragma cursor.execute("PRAGMA journal_mode=WAL") sqlite3.OperationalError: database is locked
0.322667
Traceback (most recent call last): "/home/galois/.local/lib/python3.8/site-packages/xonsh/procs/pipelines.py", line 160, in __init__ proc = spec.run(pipeline_group=pipeline_group) "/home/galois/.local/lib/python3.8/site-packages/xonsh/procs/specs.py", line 445, in run p = self.cls(self.alias, self.cmd, **kwargs) "/home/galois/.local/lib/python3.8/site-packages/xonsh/procs/proxies.py", line 430, in __init__ self.stdin = io.open(stdin, "wb", -1) OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/cartography/sync.py", line 73, in run stage_func(neo4j_session, config) "/usr/local/lib/python3.7/site-packages/cartography/util.py", line 68, in timed return method(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/__init__.py", line 201, in start_aws_ingestion requested_syncs, "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/__init__.py", line 139, in _sync_multiple_accounts aws_requested_syncs=aws_requested_syncs, # Could be replaced later with per-account requested syncs "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/__init__.py", line 57, in _sync_one_account RESOURCE_FUNCTIONS[func_name](**sync_args) "/usr/local/lib/python3.7/site-packages/cartography/util.py", line 68, in timed return method(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/apigateway.py", line 369, in sync sync_apigateway_rest_apis(neo4j_session, boto3_session, region, current_aws_account_id, update_tag) "/usr/local/lib/python3.7/site-packages/cartography/util.py", line 68, in timed return method(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/apigateway.py", line 359, in sync_apigateway_rest_apis load_rest_api_details(neo4j_session, stages_certificate_resources, current_aws_account_id, aws_update_tag) "/usr/local/lib/python3.7/site-packages/cartography/util.py", line 68, in timed return method(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/apigateway.py", line 297, in load_rest_api_details parsed_policy = parse_policy(api_id, policy) "/usr/local/lib/python3.7/site-packages/cartography/util.py", line 68, in timed return method(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/cartography/intel/aws/apigateway.py", line 332, in parse_policy policy = Policy(json.loads(policy)) "/usr/local/lib/python3.7/json/__init__.py", line 348, in loads return _default_decoder.decode(s) "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/local/lib/python3.7/json/decoder.py", line 353, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 1 column 2 (char 1)
0.237058
Traceback (most recent call last): "<stdin>", line 1, in <module> "docker/models/images.py", line 368, in load raise ImageLoadError(chunk['error']) docker.errors.ImageLoadError: Error processing tar file(exit status 1): unexpected EOF
In [4]: In [4]: Traceback (most recent call last): "<ipython-input-4-df15ccc19bb7>", line 1, in <module> sys.stderr.write("foo() result: %s\n" % foo())NameError: name 'foo' is not defined
0.164812
Traceback (most recent call last): "/home/patrick/.vim/bundle/jedi-vim/plugin/jedi_vim.py", line 85, in complete strout = str(out) "/home/patrick/.vim/bundle/jedi-vim/plugin/jedi_vim.py", line 26, in __repr__ return '"%s"' % s.replace('\\', '\\\\').replace('"', r'\"')TypeError: expected bytes, bytearray or buffer compatible object
Traceback (most recent call last): "/usr/src/app/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform entity_platform.add_entities, discovery_info "uvloop/future.pyx", line 230, in __iter__ (uvloop/loop.c:110600) "uvloop/future.pyx", line 432, in uvloop.loop.BaseTask._fast_wakeup (uvloop/loop.c:113980) "uvloop/future.pyx", line 101, in uvloop.loop.BaseFuture._result_impl (uvloop/loop.c:108900) "/usr/local/lib/python3.5/concurrent/futures/thread.py", line 55, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/switch/mqtt.py", line 54, in setup_platform value_template, "/usr/src/app/homeassistant/components/switch/mqtt.py", line 93, in __init__ hass, self._state_topic, message_received, self._qos) "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 211, in subscribe hass.loop "/usr/local/lib/python3.5/concurrent/futures/_base.py", line 405, in result return self.__get_result() "/usr/local/lib/python3.5/concurrent/futures/_base.py", line 357, in __get_result raise self._exception "uvloop/future.pyx", line 372, in uvloop.loop.BaseTask._fast_step (uvloop/loop.c:112669) "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 203, in async_subscribe yield from hass.data[DATA_MQTT].async_subscribe(topic, qos) "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 458, in async_subscribe _raise_on_error(result) "/usr/src/app/homeassistant/components/mqtt/__init__.py", line 577, in _raise_on_error raise HomeAssistantError('Error talking to MQTT: {}'.format(result)) homeassistant.exceptions.HomeAssistantError: Error talking to MQTT: 4
0.190102
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python2.7/site-packages/plumbum/commands.py", line 219, in __call__ return self.run(args, **kwargs)[1] "/usr/lib/python2.7/site-packages/plumbum/commands.py", line 275, in run return run_proc(p, retcode, timeout) "/usr/lib/python2.7/site-packages/plumbum/commands.py", line 173, in run_proc stdout, stderr)plumbum.commands.ProcessExecutionError: Command line: ['/usr/bin/ssh-keygen', '-t', 'rsa', '-N', '-f', 't_key.pub']
Traceback (most recent call last): "C:\Users\User\spotify-downloader-master\core\youtube_tools.py", line 212, in <module> main() "C:\Users\User\spotify-downloader-master\core\youtube_tools.py", line 192, in main download_single(raw_song=const.args.song) "C:\Users\User\spotify-downloader-master\core\youtube_tools.py", line 118, in download_single content = youtube_tools.go_pafy(raw_song, meta_tags) "C:\Users\User\spotify-downloader-master\core\youtube_tools.py", line 32, in go_pafy track_url = generate_youtube_url(raw_song, meta_tags) "C:\Users\User\spotify-downloader-master\core\youtube_tools.py", line 103, in generate_youtube_url url = url_fetch.scrape() "C:\Users\User\spotify-downloader-master\core\youtube_tools.py", line 192, in scrape tries_remaining=tries_remaining-1) TypeError: scrape() got multiple values for argument 'tries_remaining'
0.284613
Traceback (most recent call last): "/snipped/miniconda3/envs/scipy_tk/lib/python3.7/site-packages/skcuda/cublas.py", line 280, in _get_cublas_version utils.get_soname(cublas_path)).groups() AttributeError: 'NoneType' object has no attribute 'groups'
Traceback (most recent call last): "/opt/blue-python/2.7/lib/python2.7/site-packages/salt/master.py", line 1415, in run_func ret = getattr(self, func)(load) "/opt/blue-python/2.7/lib/python2.7/site-packages/salt/master.py", line 1270, in _syndic_return self._return(ret) "/opt/blue-python/2.7/lib/python2.7/site-packages/salt/master.py", line 1244, in _return self.opts, load, event=self.event, mminion=self.mminion) "/opt/blue-python/2.7/lib/python2.7/site-packages/salt/utils/job.py", line 53, in store_job load.update({'fun': ret_['fun']})TypeError: string indices must be integers, not str
0.245162
Traceback (most recent call last): "test_select.py", line 34, in <module> test_s3_select() "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/core/models.py", line 100, in wrapper result = func(*args, **kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/core/models.py", line 100, in wrapper result = func(*args, **kwargs) "test_select.py", line 26, in test_s3_select OutputSerialization={"CSV": {}}, "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/client.py", line 316, in _api_call return self._make_api_call(operation_name, kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/client.py", line 622, in _make_api_call operation_model, request_dict, request_context) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/client.py", line 641, in _make_request return self._endpoint.make_request(operation_model, request_dict) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/endpoint.py", line 102, in make_request return self._send_request(request_dict, operation_model) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/endpoint.py", line 137, in _send_request success_response, exception): "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/endpoint.py", line 256, in _needs_retry caught_exception=caught_exception, request_dict=request_dict) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/hooks.py", line 356, in emit return self._emitter.emit(aliased_event_name, **kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/hooks.py", line 228, in emit return self._emit(event_name, kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/hooks.py", line 211, in _emit response = handler(**kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/retryhandler.py", line 183, in __call__ if self._checker(attempts, response, caught_exception): "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/retryhandler.py", line 251, in __call__ caught_exception) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/retryhandler.py", line 269, in _should_retry return self._checker(attempt_number, response, caught_exception) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/retryhandler.py", line 317, in __call__ caught_exception) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/retryhandler.py", line 223, in __call__ attempt_number, caught_exception) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/retryhandler.py", line 359, in _check_caught_exception raise caught_exception "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/endpoint.py", line 197, in _do_get_response responses = self._event_emitter.emit(event_name, request=request) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/hooks.py", line 356, in emit return self._emitter.emit(aliased_event_name, **kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/hooks.py", line 228, in emit return self._emit(event_name, kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/botocore/hooks.py", line 211, in _emit response = handler(**kwargs) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/core/models.py", line 323, in __call__ request, request.url, request.headers "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/s3/responses.py", line 958, in key_or_control_response response = self._key_response(request, full_url, headers) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/s3/responses.py", line 1122, in _key_response return self._key_response_post(request, body, bucket_name, query, key_name) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/s3/responses.py", line 1654, in _key_response_post self._set_action("KEY", "POST", query) "/Users/jpfrancoia/Library/Caches/pypoetry/virtualenvs/glue-jobs-KVdNkci1-py3.6/lib/python3.6/site-packages/moto/s3/responses.py", line 524, in _set_action self.data["Action"] = ACTION_MAP[action_resource_type][method]["DEFAULT"] KeyError: 'DEFAULT'
Traceback (most recent call last): "/Users/stevensilvester/anaconda/bin/xonsh", line 3, in <module> main() "/Users/stevensilvester/anaconda/lib/python3.4/site-packages/xonsh/main.py", line 61, in main code = shell.execer.compile(code, mode='exec', glbs=shell.ctx) "/Users/stevensilvester/anaconda/lib/python3.4/site-packages/xonsh/execer.py", line 92, in compile code = compile(tree, self.filename, mode)TypeError: expected some sort of stmt, but got <_ast.Call object at 0x103097080
0.266516
Traceback (most recent call last): "/usr/lib/pymodules/python2.7/everpad/pad/management.py", line 254, in change_auth 'GET') "/usr/lib/python2.7/dist-packages/oauth2/**init**.py", line 682, in request connection_type=connection_type) "/usr/lib/python2.7/dist-packages/httplib2/**init**.py", line 1444, in request (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey) "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1196, in _request (response, content) = self._conn_request(conn, request_uri, method, body, headers) "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1132, in _conn_request conn.connect() "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 889, in connect sock.connect((self.host, self.port)) "/usr/lib/python2.7/dist-packages/httplib2/socks.py", line 403, in connect raise GeneralProxyError((5, _generalerrors[5]))httplib2.socks.GeneralProxyError: (5, 'bad input')
Traceback (most recent call last): "rpyc\core\protocol.pyc", line 305, in _dispatch_request "rpyc\core\protocol.pyc", line 541, in _handle_getattr "rpyc\core\protocol.pyc", line 507, in _access_attr "rpyc\core\service.pyc", line 69, in _rpyc_getattrAttributeError: 'ReverseSlaveService' object has no attribute 'exposed_json_dumps'`
0.28265
Traceback (most recent call last): "/opt/az/lib/python3.6/site-packages/requests/models.py", line 750, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): "/opt/az/lib/python3.6/site-packages/urllib3/response.py", line 494, in stream data = self.read(amt=amt, decode_content=decode_content) "/opt/az/lib/python3.6/site-packages/urllib3/response.py", line 466, in read data = self._decode(data, decode_content, flush_decoder) "/opt/az/lib/python3.6/site-packages/urllib3/response.py", line 329, in _decode "failed to decode it." % content_encoding, e) urllib3.exceptions.DecodeError: ('Received response with content-encoding: gzip, but failed to decode it.', error('Error -3 while decompressing data: incorrect header check',))
Traceback (most recent call last): "/usr/local/bin/glances", line 11, in <module> sys.exit(main()) "/usr/local/lib/python2.7/dist-packages/glances/__init__.py", line 134, in main start(config=config, args=args) "/usr/local/lib/python2.7/dist-packages/glances/__init__.py", line 103, in start mode.serve_forever() "/usr/local/lib/python2.7/dist-packages/glances/standalone.py", line 117, in serve_forever self.schedule.run() "/usr/lib/python2.7/sched.py", line 117, in run action(*argument) "/usr/local/lib/python2.7/dist-packages/glances/standalone.py", line 104, in __serve_forever self.screen.update(self.stats) "/usr/local/lib/python2.7/dist-packages/glances/outputs/glances_curses.py", line 978, in update self.flush(stats, cs_status=cs_status) "/usr/local/lib/python2.7/dist-packages/glances/outputs/glances_curses.py", line 956, in flush self.display(stats, cs_status=cs_status) "/usr/local/lib/python2.7/dist-packages/glances/outputs/glances_curses.py", line 528, in display __stat_display = self.__get_stat_display(stats, plugin_max_width) "/usr/local/lib/python2.7/dist-packages/glances/outputs/glances_curses.py", line 492, in __get_stat_display ret[p] = stats.get_plugin(p).get_stats_display(args=self.args) "/usr/local/lib/python2.7/dist-packages/glances/plugins/glances_plugin.py", line 762, in get_stats_display 'msgdict': self.msg_curse(args), "/usr/local/lib/python2.7/dist-packages/glances/plugins/glances_ip.py", line 134, in msg_curse msg = '{}'.format(self.stats['address']) KeyError: 'address'
0.233341
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/sam/dev/xarray-test/.venv/lib/python3.8/site-packages/dask/base.py", line 13, in <module> from tlz import merge, groupby, curry, identity ModuleNotFoundError: No module named 'tlz'
Traceback (most recent call last): "c:\users\thoma\lbry\lbrynet\stream\downloader.py", line 251, in _download await self.assemble_decrypted_stream(self.output_dir, self.output_file_name) "c:\users\thoma\lbry\lbrynet\stream\assembler.py", line 78, in assemble_decrypted_stream self.sd_blob, self.descriptor "C:\Users\thoma\AppData\Local\Programs\Python\Python37-32\lib\concurrent\futures\thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "C:\Users\thoma\AppData\Local\Programs\Python\Python37-32\lib\site-packages\torba\client\basedatabase.py", line 57, in __run_transaction result = fun(self.connection, *args, **kwargs) # type: ignore "c:\users\thoma\lbry\lbrynet\storage.py", line 332, in _store_stream tuple(args) sqlite3.OperationalError: too many SQL variables
0.24758
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/gevent/greenlet.py", line 390, in run result = self._run(_self.args, *_self.kwargs) "/usr/lib/python2.7/site-packages/gevent/server.py", line 160, in wrap_socket_and_handle return self.handle(ssl_socket, address) "build/bdist.linux-x86_64/egg/socketio/server.py", line 113, in handle handler.handle() "/usr/lib/python2.7/site-packages/gevent/pywsgi.py", line 180, in handle result = self.handle_one_request() "build/bdist.linux-x86_64/egg/socketio/handler.py", line 185, in handle_one_request handleResult = super(SocketIOHandler, self).handle_one_request() "/usr/lib/python2.7/site-packages/gevent/pywsgi.py", line 314, in handle_one_request self.handle_one_response() "build/bdist.linux-x86_64/egg/socketio/handler.py", line 96, in handle_one_response return super(SocketIOHandler, self).handle_one_response() "/usr/lib/python2.7/site-packages/gevent/pywsgi.py", line 455, in handle_one_response self.write(_INTERNAL_ERROR_BODY) "/usr/lib/python2.7/site-packages/gevent/pywsgi.py", line 373, in write self.socket.sendall(msg) "/usr/lib/python2.7/site-packages/gevent/socket.py", line 509, in sendall data_sent += self.send(_get_memory(data, data_sent), flags) "/usr/lib/python2.7/site-packages/gevent/ssl.py", line 188, in send v = self._sslobj.write(data)SSLError: [Errno 1] _ssl.c:1242: error:1409F07F:SSL routines:SSL3_WRITE_PENDING:bad write retry
Traceback (most recent call last): "/opt/sublime_text_3/sublime_plugin.py", line 224, in on_pre_close callback.on_pre_close(v) "/home/user/.config/sublime-text-3/Packages/orgmode/orgmode_store.py", line 47, in on_pre_close self.save(view, 'on_pre_close') "/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.328264
Traceback (most recent call last): "combine_fields.py", line 12, in <module> 'geometry': mapping(shape(poly['geometry'])) "/Library/Python/2.7/site-packages/fiona/collection.py", line 150, in __exit__ self.close() "/Library/Python/2.7/site-packages/fiona/collection.py", line 136, in close self._flushbuffer() "/Library/Python/2.7/site-packages/fiona/collection.py", line 105, in _flushbuffer self.session.writerecs(self._buffer, self) "ogrext.pyx", line 694, in fiona.ogrext.WritingSession.writerecs (src/fiona/ogrext.c:10909)ValueError: Record data not match collection schema
Traceback (most recent call last): "/data/apps/miniconda/lib/python3.6/site-packages/conda/exceptions.py", line 1043, in __call__ return func(*args, **kwargs) "/data/apps/miniconda/lib/python3.6/site-packages/conda/cli/main.py", line 84, in _main exit_code = do_call(args, p) "/data/apps/miniconda/lib/python3.6/site-packages/conda/cli/conda_argparse.py", line 80, in do_call module = import_module(relative_mod, __name__.rsplit('.', 1)[0]) "/data/apps/miniconda/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/data/apps/miniconda/lib/python3.6/site-packages/conda/cli/main_info.py", line 19, in <module> from ..core.index import _supplement_index_with_system "/data/apps/miniconda/lib/python3.6/site-packages/conda/core/index.py", line 9, in <module> from .package_cache_data import PackageCacheData "/data/apps/miniconda/lib/python3.6/site-packages/conda/core/package_cache_data.py", line 15, in <module> from conda_package_handling.api import InvalidArchiveError "/data/apps/miniconda/lib/python3.6/site-packages/conda_package_handling/api.py", line 3, in <module> from libarchive.exception import ArchiveError as _LibarchiveArchiveError "/data/apps/miniconda/lib/python3.6/site-packages/libarchive/__init__.py", line 1, in <module> from .entry import ArchiveEntry "/data/apps/miniconda/lib/python3.6/site-packages/libarchive/entry.py", line 6, in <module> from . import ffi "/data/apps/miniconda/lib/python3.6/site-packages/libarchive/ffi.py", line 27, in <module> libarchive = ctypes.cdll.LoadLibrary(libarchive_path) "/data/apps/miniconda/lib/python3.6/ctypes/__init__.py", line 426, in LoadLibrary return self._dlltype(name) "/data/apps/miniconda/lib/python3.6/ctypes/__init__.py", line 348, in __init__ self._handle = _dlopen(self._name, mode) OSError: libiconv.so.2: cannot open shared object file: No such file or directory
0.291311
> Traceback (most recent call last): "udemy-dl.py", line 858, in <module> main() "udemy-dl.py", line 774, in main udemy.ExtractAndDownload(path=outto) "udemy-dl.py", line 387, in ExtractAndDownload out = self.Downloader(_url, lecture_name, chapter_path) "udemy-dl.py", line 88, in Downloader out = course_dl.download(url, title, filepath=path, quiet=True, callback=self.Download) "/Users/shade/Downloads/udemy-dl-master/udemy/_downloader.py", line 120, in download progress_stats = (bytesdone, bytesdone * 1.0 / total, rate, eta) ZeroDivisionError: float division by zero
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 776, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 446, in extract raise ExtractorError('An extractor error has occurred.', cause=e) ExtractorError: An extractor error has occurred. (caused by KeyError(u'course',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.20182
Traceback (most recent call last): "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner response = get_response(request) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/core/handlers/base.py", line 128, in _get_response response = self.process_exception_by_middleware(e, request) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/views/decorators/csrf.py", line 54, in wrapped_view return view_func(*args, **kwargs) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/views/generic/base.py", line 69, in view return self.dispatch(request, *args, **kwargs) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/rest_framework/views.py", line 483, in dispatch response = self.handle_exception(exc) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/rest_framework/views.py", line 443, in handle_exception self.raise_uncaught_exception(exc) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/rest_framework/views.py", line 480, in dispatch response = handler(request, *args, **kwargs) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/rest_framework/generics.py", line 293, in delete return self.destroy(request, *args, **kwargs) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/rest_framework/mixins.py", line 93, in destroy self.perform_destroy(instance) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/rest_framework/mixins.py", line 97, in perform_destroy instance.delete() "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/models/base.py", line 891, in delete return collector.delete() "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/models/deletion.py", line 283, in delete count = qs._raw_delete(using=self.using) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/models/query.py", line 676, in _raw_delete return sql.DeleteQuery(self.model).delete_qs(self, using) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/models/sql/subqueries.py", line 75, in delete_qs cursor = self.get_compiler(using).execute_sql(CURSOR) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/models/sql/compiler.py", line 1066, in execute_sql cursor.execute(sql, params) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/backends/utils.py", line 100, in execute return super().execute(sql, params) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/backends/utils.py", line 68, in execute return self._execute_with_wrappers(sql, params, many=False, executor=self._execute) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/backends/utils.py", line 77, in _execute_with_wrappers return executor(sql, params, many, context) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute return self.cursor.execute(sql, params) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__ raise dj_exc_value.with_traceback(traceback) from exc_value "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/backends/utils.py", line 85, in _execute return self.cursor.execute(sql, params) "/home/chitang/anaconda3/envs/py3/lib/python3.6/site-packages/django/db/backends/sqlite3/base.py", line 303, in execute return Database.Cursor.execute(self, query, params) django.db.utils.OperationalError: no such table: main.server_document__old
Original Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/content/detectron2_repo/detectron2/data/common.py", line 39, in __getitem__ data = self._map_func(self._dataset[cur_idx]) "/content/detectron2_repo/detectron2/utils/serialize.py", line 23, in __call__ return self._obj(*args, **kwargs) "/content/detectron2_repo/detectron2/data/dataset_mapper.py", line 76, in __call__ utils.check_image_size(dataset_dict, image) "/content/detectron2_repo/detectron2/data/detection_utils.py", line 73, in check_image_size "mismatch (W,H), got {}, expect {}".format(image_wh, expected_wh) detectron2.data.detection_utils.SizeMismatchError: mismatch (W,H), got (4128, 2322), expect (2322, 4128)`
0.294146
Traceback (most recent call last): "/usr/lib/pymodules/python2.7/gevent/greenlet.py",, line 405, in run result = self._run(*self.args, **self.kwargs) "gev-example.py", line 2, in <lambda> g = gevent.spawn(lambda: 1/0)ZeroDivisionError: integer division or modulo by zero
Traceback (most recent call last): "/home/michael/Programming/toil/src/toil/worker.py", line 337, in workerScript job._runner(jobGraph=jobGraph, jobStore=jobStore, fileStore=fileStore, defer=defer) "/home/michael/Programming/toil/src/toil/job.py", line 1389, in _runner returnValues = self._run(jobGraph, fileStore) "/home/michael/Programming/toil/src/toil/job.py", line 1328, in _run return self.run(fileStore) "/home/michael/Programming/1000gMultiQc/workflow.py", line 73, in run parameters=parameters "/home/michael/Programming/toil/src/toil/lib/docker.py", line 232, in apiDockerCall **kwargs) "/home/michael/Programming/1000gMultiQc/venv/lib/python3.6/site-packages/docker/models/containers.py", line 734, in run raise ContainerError(container, exit_status, command, image, out)docker.errors.ContainerError: Command 'fastq -0 /tmp/toil-a6d839df-88f8-4cd8-94d6-0ed7f88c53c6-25e1ce7eb26c40119f94b4241a8c703b/tmpga04ti9e/e529f5fd-805e-4f35-8cde-3d36d3a3de15/tq2wikq6n/r0.fastq -1 /tmp/toil-a6d839df-88f8-4cd8-94d6-0ed7f88c53c6-25e1ce7eb26c40119f94b4241a8c703b/tmpga04ti9e/e529f5fd-805e-4f35-8cde-3d36d3a3de15/tq2wikq6n/r1.fastq -2 /tmp/toil-a6d839df-88f8-4cd8-94d6-0ed7f88c53c6-25e1ce7eb26c40119f94b4241a8c703b/tmpga04ti9e/e529f5fd-805e-4f35-8cde-3d36d3a3de15/tq2wikq6n/r2.fastq /tmp/toil-a6d839df-88f8-4cd8-94d6-0ed7f88c53c6-25e1ce7eb26c40119f94b4241a8c703b/tmpga04ti9e/e529f5fd-805e-4f35-8cde-3d36d3a3de15/tq2wikq6n/alignment.bam' in image 'quay.io/biocontainers/samtools:1.8--4' returned non-zero exit status 1: b'[E::hts_open_format] Failed to open file /tmp/toil-a6d839df-88f8-4cd8-94d6-0ed7f88c53c6-25e1ce7eb26c40119f94b4241a8c703b/tmpga04ti9e/e529f5fd-805e-4f35-8cde-3d36d3a3de15/tq2wikq6n/alignment.bam\nsamtools bam2fq: Cannot read file "/tmp/toil-a6d839df-88f8-4cd8-94d6-0ed7f88c53c6-25e1ce7eb26c40119f94b4241a8c703b/tmpga04ti9e/e529f5fd-805e-4f35-8cde-3d36d3a3de15/tq2wikq6n/alignment.bam": No such file or directory\n'
0.184238
Traceback (most recent call last): "gym_eval.py", line 6, in <module> from environment import atari_env "/Volumes/xs/CodeSpace/AISpace/rl_space/rl_atari_pytorch/environment.py", line 5, in <module> from universe import vectorized "/Library/Python/2.7/site-packages/universe/__init__.py", line 22, in <module> from universe import error, envs "/Library/Python/2.7/site-packages/universe/envs/__init__.py", line 1, in <module> import universe.envs.vnc_env "/Library/Python/2.7/site-packages/universe/envs/vnc_env.py", line 9, in <module> from universe import error, pyprofile, rewarder, spaces, twisty, vectorized, vncdriver "/Library/Python/2.7/site-packages/universe/rewarder/__init__.py", line 1, in <module> from universe.rewarder.rewarder_session import RewarderSession "/Library/Python/2.7/site-packages/universe/rewarder/rewarder_session.py", line 8, in <module> from twisted.internet import defer, endpoints "/Library/Python/2.7/site-packages/twisted/internet/endpoints.py", line 58, in <module> from twisted.protocols.tls import TLSMemoryBIOFactory "/Library/Python/2.7/site-packages/twisted/protocols/tls.py", line 63, in <module> from twisted.internet._sslverify import _setAcceptableProtocols "/Library/Python/2.7/site-packages/twisted/internet/_sslverify.py", line 38, in <module> TLSVersion.TLSv1_1: SSL.OP_NO_TLSv1_1, AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1'
Traceback (most recent call last): "/home/orangepi/.sickrage/sickbeard/webserve.py", line 322, in async_call result = function(**kwargs) "/home/orangepi/.sickrage/sickbeard/webserve.py", line 5090, in saveProviders sickbeard.save_config() "/home/orangepi/.sickrage/sickbeard/__init__.py", line 2240, in save_config new_config.write() "/home/orangepi/.sickrage/lib/configobj/configobj.py", line 2119, in write 'ascii')UnicodeEncodeError: 'ascii' codec can't encode character u'\xe8' in position 24025: ordinal not in range(128)
0.231239
Traceback (most recent call last): "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/local/bin/youtube-dl/__main__.py", line 19, in <module> "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 405, in main "/usr/local/bin/youtube-dl/youtube_dl/__init__.py", line 395, in _real_main "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1486, in download "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 649, in extract_info "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 273, in extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/pornhub.py", line 75, in _real_extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/pornhub.py", line 75, in <lambda> "/usr/lib64/python2.7/encodings/utf_8.py", line 16, in decode return codecs.utf_8_decode(input, errors, True)UnicodeDecodeError: 'utf8' codec can't decode byte 0xbf in position 1: invalid start byte
Traceback (most recent call last): "<input>", line 1, in <module> raise TypeError: exceptions must be old-style classes or derived from BaseException, not NoneType
0.228129
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/gallery_dl/job.py", line 47, in run for msg in self.extractor: "/usr/lib/python3.7/site-packages/gallery_dl/extractor/imgur.py", line 132, in items image = self._extract_data("/" + self.key) "/usr/lib/python3.7/site-packages/gallery_dl/extractor/imgur.py", line 34, in _extract_data response.text, "image : ", ",\n")[0]) "/usr/lib/python3.7/json/__init__.py", line 341, in loads raise TypeError(f'the JSON object must be str, bytes or bytearray, ' TypeError: the JSON object must be str, bytes or bytearray, not NoneType
Traceback (most recent call last): "/var/tmp/portage/dev-python/pafy-0.3.74/work/pafy-0.3.74/tests/test.py", line 98, in test_generate_filename_with_meta p = pafy.new('jrNLsC_Y9Oo', size=True) "/var/tmp/portage/dev-python/pafy-0.3.74/work/pafy-0.3.74/pafy/pafy.py", line 145, in new return Pafy(url, basic, gdata, signature, size, callback) "/var/tmp/portage/dev-python/pafy-0.3.74/work/pafy-0.3.74/pafy/pafy.py", line 1076, in __init__ self.fetch_basic() "/var/tmp/portage/dev-python/pafy-0.3.74/work/pafy-0.3.74/pafy/pafy.py", line 1091, in fetch_basic self._fetch_basic() "/var/tmp/portage/dev-python/pafy-0.3.74/work/pafy-0.3.74/pafy/pafy.py", line 1126, in _fetch_basic allinfo = get_video_info(self.videoid, newurl=info_url) "/var/tmp/portage/dev-python/pafy-0.3.74/work/pafy-0.3.74/pafy/pafy.py", line 167, in get_video_info raise IOError("Youtube says: %s [%s]" % (reason, video_id))nose.proxy.OSError: Youtube says: Unfortunately, this video is not available in your country because it could contain music, for which we could not agree on conditions of use with GEMA. [jrNLsC_Y9Oo]
0.297251
Traceback (most recent call last): "C:\Users\DSarkar\AppData\Local\Continuum\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 316, in data return to_qvariant(self.get_bgcolor(index)) "C:\Users\DSarkar\AppData\Local\Continuum\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 253, in get_bgcolor (vmax - color_func(value)) / (vmax - vmin))ZeroDivisionError: float division by zero
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 349, in render_jinja_tmpl output = template.render(**decoded_context) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 989, in render return self.environment.handle_exception(exc_info, True) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 754, in handle_exception reraise(exc_type, exc_value, tb) "<template>", line 1, in top-level template code "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 1033, in make_module return TemplateModule(self, self.new_context(vars, shared, locals)) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 1090, in __init__ self._body_stream = list(template.root_render_func(context)) "/var/cache/salt/minion/files/base/salt/map.jinja", line 43, in top-level template code {% set os_family_map = salt['grains.filter_by']({ TypeError: coercing to Unicode: need string or buffer, int found
0.248874
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1687, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python2.7/dist-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1360, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python2.7/dist-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1358, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python2.7/dist-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1344, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_548_g619548d-py2.7.egg/octoprint/server/util/flask.py", line 177, in decorated_view return flask.ext.login.login_required(func)(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/Flask_Login-0.2.2-py2.7.egg/flask_login.py", line 637, in decorated_view return func(*args, **kwargs) "/usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_548_g619548d-py2.7.egg/octoprint/server/api/files.py", line 297, in gcode Command printer.select (filenameToSelect, sd, printAfterLoading) "/usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_548_g619548d-py2.7.egg/octoprint/printer/__init__.py", line 332, in select self._comm.select ("/" + filename if sd else filename, sd) "/usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_548_g619548d-py2.7.egg/octoprint/util/comm.py", line 450, in select self._callback.mc Selected(filename, self._current .get size(), False) "/usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_548_g619548d-py2.7.egg/octoprint/printer/__init__.py", line 667, in mc Selected self._setJobData(filename, filesize, sd) "/usr/local/lib/python2.7/dist-packages/OctoPrint-1.2.0_dev_548_g619548d-py2.7.egg/octoprint/printer/__init__.py", line 539, in _setJobData date = int(os.stat(filename).st_ctime)OSError: [Errno 2] No such file or directory: 'base-motor-simplify.gcode'
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool ProxiedRequests(self.w3af) "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__ self.reload_options() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options self._start_proxy() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener) "/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__ name='LocalProxyThread') "/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__ port=port) "/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__ sslversion_choices[ssl_version_client]KeyError: 'SSLv23'
0.196397
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpphie_b_3\build\youtube_dl\YoutubeDL.py", line 792, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpphie_b_3\build\youtube_dl\extractor\common.py", line 502, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpphie_b_3\build\youtube_dl\extractor\generic.py", line 3259, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.camversity.com/model/Isabella/profile
Traceback (most recent call last): "/vagrant/lib/python2.6/site-packages/nose/loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "/vagrant/lib/python2.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/vagrant/lib/python2.6/site-packages/nose/importer.py", line 79, in importFromDir fh, filename, desc = find_module(part, path)ImportError: No module named vagrant
0.317323
Traceback (most recent call last): "bug_test.py", line 14, in <module> step_info(transfer_function) "/Users/hgducharme/Programming/pendulum/env/lib/python3.7/site-packages/control/timeresp.py", line 536, in step_info SettlingTime = T[i + 1] IndexError: index 1000 is out of bounds for axis 0 with size 1000
Traceback (most recent call last): "/usr/lib/python3.5/runpy.py", line 174, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) "/usr/lib/python3.5/runpy.py", line 133, in _get_module_details return _get_module_details(pkg_main_name, error) "/usr/lib/python3.5/runpy.py", line 144, in _get_module_details code = loader.get_code(mod_name) "<frozen importlib._bootstrap_external>", line 767, in get_code "<frozen importlib._bootstrap_external>", line 727, in source_to_code "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/home/jacky/.config/nvim/plugged/chadtree/chadtree/__main__.py", line 42 command: Union[Literal["deps"], Literal["run"]] = args.command ^ SyntaxError: invalid syntax
0.291775
Error: Traceback (most recent call last): "main.py", line 128, in main.main "/Library/Python/2.7/site-packages/click/core.py", line 700, in __call__ return self.main(*args, **kwargs) "/Library/Python/2.7/site-packages/click/core.py", line 680, in main rv = self.invoke(ctx) "/Library/Python/2.7/site-packages/click/core.py", line 1027, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Library/Python/2.7/site-packages/click/core.py", line 873, in invoke return ctx.invoke(self.callback, **ctx.params) "/Library/Python/2.7/site-packages/click/core.py", line 508, in invoke return callback(*args, **kwargs) "cmd_home.py", line 567, in cmd_home.cli "/Users/Mario/.platformio/packages/contrib-pysite/twisted/internet/posixbase.py", line 495, in listenTCP p.startListening() "/Users/Mario/.platformio/packages/contrib-pysite/twisted/internet/tcp.py", line 980, in startListening raise CannotListenError(self.interface, self.port, le) CannotListenError: Couldn't listen on 127.0.0.1:888: [Errno 13] Permission denied.
Traceback (most recent call last): "/usr/lib/python3.8/asyncio/selector_events.py", line 1046, in sendto self._sock.sendto(data, addr) AttributeError: 'NoneType' object has no attribute 'sendto'
0.281785
Traceback (most recent call last): "/opt/pro/skia/gn/is_clang.py", line 14, in <module> if (b'clang' in subprocess.check_output('%s --version' % cc, shell=True) and "/usr/lib/python2.7/subprocess.py", line 573, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '/opt/pro/emsdk/emscripten/1.38.31/emcc --version' returned non-zero exit status 1
Traceback (most recent call last): "<stdin>", line 1, in <module> ZeroDivisionError: integer division or modulo by zero
0.226795
Sep 14 20:43:30.004 - [ERROR] Except stack:Traceback (most recent call last): "C:\Users\user\Desktop\XX-Net-3.4.2\code\default\gae_proxy\local\proxy_handler.py", line 332, in do_CONNECT_AGENT self.raw_requestline = self.rfile.readline(65537) "C:\Users\user\Desktop\XX-Net-3.4.2\code\default\python27\1.0\lib\socket.py", line 480, in readline data = self._sock.recv(self._rbufsize) "C:\Users\user\Desktop\XX-Net-3.4.2\code\default\python27\1.0\lib\ssl.py", line 766, in recv return self.read(buflen) "C:\Users\user\Desktop\XX-Net-3.4.2\code\default\python27\1.0\lib\ssl.py", line 653, in read v = self._sslobj.read(len) SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1864)
Traceback (most recent call last): "setup.py", line 297, in <module> setup_package() "setup.py", line 280, in setup_package generate_cython() "setup.py", line 185, in generate_cython raise RuntimeError("Running cythonize failed!")RuntimeError: Running cythonize failed!
0.221806
Traceback (most recent call last): "/home/ubuntu/10-crypto_com/hummingbot/connector/exchange/crypto_com/crypto_com_exchange.py", line 555, in _status_polling_loop await safe_gather( "/home/ubuntu/10-crypto_com/hummingbot/core/utils/async_utils.py", line 22, in safe_gather return await asyncio.gather(*args, **kwargs) "/home/ubuntu/10-crypto_com/hummingbot/connector/exchange/crypto_com/crypto_com_exchange.py", line 612, in _update_order_status for trade_msg in update_result["result"]["trade_list"]: KeyError: 'trade_list'
Traceback (most recent call last): "<string>", line 3, in <module> "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.main", line 32, in main "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.docopt_command", line 21, in sys_dispatch "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.command", line 34, in dispatch "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.docopt_command", line 24, in dispatch "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.command", line 66, in perform_command "/compose/build/docker-compose/out00-PYZ.pyz/compose.cli.main", line 471, in up "/compose/build/docker-compose/out00-PYZ.pyz/compose.project", line 245, in up "/compose/build/docker-compose/out00-PYZ.pyz/compose.service", line 318, in execute_convergence_plan "/compose/build/docker-compose/out00-PYZ.pyz/compose.service", line 212, in create_container "/compose/build/docker-compose/out00-PYZ.pyz/compose.service", line 243, in ensure_image_exists "/compose/build/docker-compose/out00-PYZ.pyz/compose.service", line 714, in pull "/compose/build/docker-compose/out00-PYZ.pyz/compose.progress_stream", line 18, in stream_output "/compose/build/docker-compose/out00-PYZ.pyz/json", line 338, in loads "/compose/build/docker-compose/out00-PYZ.pyz/json.decoder", line 366, in decode "/compose/build/docker-compose/out00-PYZ.pyz/json.decoder", line 384, in raw_decodeValueError: No JSON object could be decoded
0.257482
Traceback (most recent call last): "/usr/local/lib/python3.2/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) "/usr/local/lib/python3.2/dist-packages/pip/commands/install.py", line 283, in run requirement_set.install(install_options, global_options, root=options.root_path) "/usr/local/lib/python3.2/dist-packages/pip/req.py", line 1435, in install requirement.install(install_options, global_options, _args, *_kwargs) "/usr/local/lib/python3.2/dist-packages/pip/req.py", line 706, in install cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False) "/usr/local/lib/python3.2/dist-packages/pip/util.py", line 697, in call_subprocess % (command_desc, proc.returncode, cwd))pip.exceptions.InstallationError: Command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/xonsh/setup.py';exec(compile(getattr(tokenize, 'open', open)(**file**).read().replace('\r\n', '\n'), **file**, 'exec'))" install --record /tmp/pip-2gp4cw-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/xonsh
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.279776
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'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 . 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): "/home/gregm/.pyenv/versions/3.6.1/lib/python3.6/site-packages/gunicorn/arbiter.py", line 578, in spawn_worker worker.init_process() "/home/gregm/.pyenv/versions/3.6.1/lib/python3.6/site-packages/sanic/worker.py", line 40, in init_process super().init_process() "/home/gregm/.pyenv/versions/3.6.1/lib/python3.6/site-packages/gunicorn/workers/base.py", line 131, in init_process self.run() "/home/gregm/.pyenv/versions/3.6.1/lib/python3.6/site-packages/sanic/worker.py", line 62, in run self.loop.run_until_complete(self._runner) "uvloop/loop.pyx", line 1203, in uvloop.loop.Loop.run_until_complete (uvloop/loop.c:25632) "/home/gregm/.pyenv/versions/3.6.1/lib/python3.6/site-packages/sanic/worker.py", line 101, in _run **self._server_settings TypeError: serve() got multiple values for keyword argument 'signal'
0.317011
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/bertrand/venv/lib/python3.4/site-packages/zmq/asyncio.py", line 12, in <module> from zmq.eventloop import future as _future "/home/bertrand/venv/lib/python3.4/site-packages/zmq/eventloop/future.py", line 11, in <module> from zmq.minitornado.concurrent import FutureImportError: No module named 'zmq.minitornado'
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "/usr/local/lib/python3.8/dist-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/usr/local/lib/python3.8/dist-packages/youtube_dl/extractor/youtube.py", line 1735, in _real_extract raise ExtractorError( youtube_dl.utils.ExtractorError: GiYNbgaAmhw: YouTube said: Unable to extract video data
0.145358
Traceback (most recent call last): "/usr/local/lib/python3.8/site-packages/cellprofiler_core/utilities/core/modules/__init__.py", line 71, in add_module m = __import__(mod, globals(), locals(), ["__all__"], 0) "/usr/local/lib/python3.8/site-packages/cellprofiler/modules/expandorshrinkobjects.py", line 59, in <module> import centrosome.cpmorphology "/usr/local/lib/python3.8/site-packages/centrosome/cpmorphology.py", line 12, in <module> from ._cpmorphology2 import skeletonize_loop, table_lookup_index "centrosome/_cpmorphology2.pyx", line 1, in init centrosome._cpmorphology2 ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
Traceback (most recent call last): "C:\Users\userdir\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1705, in __call__ return self.func(*args) "C:\Users\userdir\AppData\Local\Programs\Thonny\lib\site-packages\thonny\ui_utils.py", line 200, in _on_mouse_dragged self._update_preferred_sizes() "C:\Users\userdir\AppData\Local\Programs\Thonny\lib\site-packages\thonny\ui_utils.py", line 204, in _update_preferred_sizes if pane.preferred_size_in_pw is not None:AttributeError: 'Notebook' object has no attribute 'preferred_size_in_pw'
0.298561
Traceback (most recent call last): "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/page.py", line 1507, in click await frame.click(selector, options, **kwargs) "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/frame_manager.py", line 567, in click handle = await self.J(selector) "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/frame_manager.py", line 302, in querySelector document = await self._document() "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/frame_manager.py", line 312, in _document document = (await context.evaluateHandle('document')).asElement() "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/execution_context.py", line 89, in evaluateHandle _rewriteError(e) "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/execution_context.py", line 239, in _rewriteError raise error "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/execution_context.py", line 81, in evaluateHandle _obj = await self._client.send('Runtime.evaluate', { "/home/kabakov/miniconda3/envs/py37/lib/python3.8/site-packages/pyppeteer/connection.py", line 217, in send raise NetworkError( pyppeteer.errors.NetworkError: Protocol Error (Runtime.evaluate): Session closed. Most likely the page has been closed.
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 617, in _decrypt_signature video_id, player_url, s "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 531, in _extract_signature_function res = self._parse_sig_js(code) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 592, in _parse_sig_js 'Initial JS player signature function name') "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 516, 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; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.292989
.....Traceback (most recent call last): "freqtrade/.env/lib/python3.6/site-packages/numpy/core/fromnumeric.py", line 52, in _wrapfunc return getattr(obj, method)(*args, **kwds) AttributeError: 'list' object has no attribute 'argmin'
Traceback (most recent call last): "dwt_util.py", line 231, in host_file IOError: [Errno 13] Permission denied: 'C:\\Windows\\System32/drivers/etc/hosts'
0.32705
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/cx_Freeze-5.0-py3.5-macosx-10.6-intel.egg/cx_Freeze/initscripts/Console.py", line 21, in <module> "openshot_qt/launch.py", line 53, in <module> from classes.app import OpenShotApp "/Applications/OpenShot Video Editor.app/Contents/MacOS/classes/app.py", line 40, in <module> from classes import info, settings, project_data, updates, language, ui_util, logger_libopenshot "/Applications/OpenShot Video Editor.app/Contents/MacOS/classes/logger_libopenshot.py", line 31, in <module> import openshot "/Applications/OpenShot Video Editor.app/Contents/MacOS/openshot.py", line 28, in <module> _openshot = swig_import_helper() "/Applications/OpenShot Video Editor.app/Contents/MacOS/openshot.py", line 20, in swig_import_helper import _openshotImportError: dlopen(/Applications/OpenShot Video Editor.app/Contents/MacOS/lib/python3.5/_openshot.so, 2): Symbol not found: ___sincos_stret
Traceback (most recent call last): "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 2309, in __call__ return self.wsgi_app(environ, start_response) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 2295, in wsgi_app response = self.handle_exception(e) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 1741, in handle_exception reraise(exc_type, exc_value, tb) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\_compat.py", line 35, in reraise raise value "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 2292, in wsgi_app response = self.full_dispatch_request() "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 1815, in full_dispatch_request rv = self.handle_user_exception(e) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 1718, in handle_user_exception reraise(exc_type, exc_value, tb) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\_compat.py", line 35, in reraise raise value "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 1813, in full_dispatch_request rv = self.dispatch_request() "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\flask\app.py", line 1799, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "C:\Users\Hp\Desktop\SideProjects\Python\whatssap broadcast\broadcast.py", line 37, in index for id in driver.get_contacts() : "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\webwhatsapi\__init__.py", line 284, in get_contacts all_contacts = self.wapi_functions.getAllContacts() "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\webwhatsapi\wapi_js_wrapper.py", line 28, in __getattr__ wapi_functions = dir(self) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\webwhatsapi\wapi_js_wrapper.py", line 46, in __dir__ self.driver.execute_script(script.read()) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 635, in execute_script 'args': converted_args})['value'] "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 320, in execute self.error_handler.check_response(response) "C:\Users\Hp\Desktop\SIDEPR~1\Python\WHATSS~1\env\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response raise exception_class(message, screen, stacktrace) selenium.common.exceptions.JavascriptException: Message: TypeError: document.querySelector(...)._reactRootContainer.current is undefined
0.296039
Traceback (most recent call last): "eventHandler.pyc", line 136, in executeEvent "eventHandler.pyc", line 84, in __init__ "eventHandler.pyc", line 91, in next "NVDAObjects\behaviors.pyc", line 161, in event_caret "NVDAObjects\IAccessible__init__.pyc", line 1277, in event_caret "NVDAObjects__init__.pyc", line 858, in event_caret "api.pyc", line 188, in setReviewPosition "braille.pyc", line 1441, in handleReviewMove "braille.pyc", line 1407, in _doCursorMove "braille.pyc", line 998, in scrollTo "braille.pyc", line 914, in regionPosToBufferPosLookupError: No such position
Traceback (most recent call last): "/usr/local/bin/cookiecutter", line 8, in <module> load_entry_point('cookiecutter==0.6.4', 'console_scripts', 'cookiecutter')() "/Library/Python/2.7/site-packages/cookiecutter/main.py", line 90, in main cookiecutter(args.input_dir) "/Library/Python/2.7/site-packages/cookiecutter/main.py", line 67, in cookiecutter generated_project = context['cookiecutter']['repo_name']KeyError: 'repo_name'
0.205829
Traceback (most recent call last): "C:\ProgramData\Anaconda2\lib\logging\__init__.py", line 872, in emit stream.write(ufs % msg) LookupError: unknown encoding: 874
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pandas-0.11.0-py2.7-macosx-10.6-intel.egg/pandas/tests/test_graphics.py", line 752, in test_time_series_plot_color_with_empty_kwargs self.assert_(line_colors == ['b', 'g', 'r'])AssertionError: False is not true
0.230893
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1511, in _real_extract playlist_title = self._og_search_title(page) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 428, in _og_search_title return self._og_search_property('title', html, *_kargs) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 416, in _og_search_property escaped = self._search_regex(self._og_regexes(prop), html, name, flags=re.DOTALL, *_kargs) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract OpenGraph title; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "/home/salmon/Documents/MoralAI/scan_dense_results.py", line 83, in <module> "Classification accuracy against " + test_name) "/home/salmon/Documents/MoralAI/scan_dense_results.py", line 71, in generate_plots fig1.show() "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/figure.py", line 437, in show manager.show() "/home/salmon/pycharm-2018.3.2/helpers/pycharm_matplotlib_backend/backend_interagg.py", line 107, in show self.canvas.show() "/home/salmon/pycharm-2018.3.2/helpers/pycharm_matplotlib_backend/backend_interagg.py", line 63, in show FigureCanvasAgg.draw(self) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/backends/backend_agg.py", line 402, in draw self.figure.draw(self.renderer) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/figure.py", line 1649, in draw renderer, self, artists, self.suppressComposite) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/image.py", line 138, in _draw_list_compositing_images a.draw(renderer) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 2628, in draw mimage._draw_list_compositing_images(renderer, self, artists) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/image.py", line 138, in _draw_list_compositing_images a.draw(renderer) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/artist.py", line 50, in draw_wrapper return draw(artist, renderer, *args, **kwargs) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/axis.py", line 1185, in draw ticks_to_draw = self._update_ticks(renderer) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/axis.py", line 1023, in _update_ticks tick_tups = list(self.iter_ticks()) # iter_ticks calls the locator "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/axis.py", line 967, in iter_ticks majorLocs = self.major.locator() "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/ticker.py", line 1985, in __call__ return self.tick_values(vmin, vmax) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/ticker.py", line 1993, in tick_values locs = self._raw_ticks(vmin, vmax) "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/ticker.py", line 1932, in _raw_ticks nbins = np.clip(self.axis.get_tick_space(), "/home/salmon/Documents/MoralAI/venv/lib/python3.6/site-packages/matplotlib/axis.py", line 2159, in get_tick_space return int(np.floor(length / size)) ValueError: cannot convert float NaN to integer
0.258713
Traceback (most recent call last): "../youtube-dl/youtube_dl/YoutubeDL.py", line 808, in extract_info return self.process_ie_result(ie_result, download, extra_info) "../youtube-dl/youtube_dl/YoutubeDL.py", line 969, in process_ie_result ie_entries, playliststart, playlistend)) "../youtube-dl/youtube_dl/extractor/youtube.py", line 313, in _entries content_html = more['content_html'] KeyError: u'content_html'
Traceback (most recent call last): "/Library/Frameworks/EPD64.framework/Versions/7.1/lib/python2.7/site-packages/pandas/core/tests/test_matrix.py", line 63, in test_constructor_with_objects objects=self.mixed_frame.objects)AttributeError: 'DataFrame' object has no attribute 'objects'
0.286214
fatal: [localhost]: FAILED! => {"changed": true, "cmd": "kubectl -n awx exec ansible-tower-management -- bash -c \"awx-manage migrate --noinput\"\n", "delta": "0:00:15.626877", "end": "2020-05-02 16:41:55.056451", "msg": "non-zero return code", "rc": 1, "start": "2020-05-02 16:41:39.429574", "stderr": "Traceback (most recent call last):\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 217, in ensure_connection\n self.connect()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 195, in connect\n self.connection = self.get_new_connection(conn_params)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/postgresql/base.py\", line 178, in get_new_connection\n connection = Database.connect(**conn_params)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/psycopg2/__init__.py\", line 126, in connect\n conn = _connect(dsn, connection_factory=connection_factory, **kwasync)\npsycopg2.OperationalError: could not connect to server: Connection refused\n\tIs the server running on host \"awx-postgresql\" (10.96.148.122) and accepting\n\tTCP/IP connections on port 5432?\n\n\nThe above exception was the direct cause of the following exception:\n\nTraceback (most recent call last):\n \"/usr/bin/awx-manage\", line 8, in <module>\n sys.exit(manage())\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/__init__.py\", line 152, in manage\n execute_from_command_line(sys.argv)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/__init__.py\", line 381, in execute_from_command_line\n utility.execute()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/__init__.py\", line 375, in execute\n self.fetch_command(subcommand).run_from_argv(self.argv)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py\", line 323, in run_from_argv\n self.execute(*args, **cmd_options)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py\", line 364, in execute\n output = self.handle(*args, **options)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py\", line 83, in wrapped\n res = handle_func(*args, **kwargs)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/commands/migrate.py\", line 87, in handle\n executor = MigrationExecutor(connection, self.migration_progress_callback)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/executor.py\", line 18, in __init__\n self.loader = MigrationLoader(self.connection)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/loader.py\", line 49, in __init__\n self.build_graph()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/loader.py\", line 212, in build_graph\n self.applied_migrations = recorder.applied_migrations()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/recorder.py\", line 73, in applied_migrations\n if self.has_table():\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/recorder.py\", line 56, in has_table\n return self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor())\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 256, in cursor\n return self._cursor()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 233, in _cursor\n self.ensure_connection()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 217, in ensure_connection\n self.connect()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/utils.py\", line 89, in __exit__\n raise dj_exc_value.with_traceback(traceback) from exc_value\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 217, in ensure_connection\n self.connect()\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 195, in connect\n self.connection = self.get_new_connection(conn_params)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/postgresql/base.py\", line 178, in get_new_connection\n connection = Database.connect(**conn_params)\n \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/psycopg2/__init__.py\", line 126, in connect\n conn = _connect(dsn, connection_factory=connection_factory, **kwasync)\ndjango.db.utils.OperationalError: could not connect to server: Connection refused\n\tIs the server running on host \"awx-postgresql\" (10.96.148.122) and accepting\n\tTCP/IP connections on port 5432?\n\ncommand terminated with exit code 1", "stderr_lines": ["Traceback (most recent call last):", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 217, in ensure_connection", " self.connect()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 195, in connect", " self.connection = self.get_new_connection(conn_params)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/postgresql/base.py\", line 178, in get_new_connection", " connection = Database.connect(**conn_params)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/psycopg2/__init__.py\", line 126, in connect", " conn = _connect(dsn, connection_factory=connection_factory, **kwasync)", "psycopg2.OperationalError: could not connect to server: Connection refused", "\tIs the server running on host \"awx-postgresql\" (10.96.148.122) and accepting", "\tTCP/IP connections on port 5432?", "", "", "The above exception was the direct cause of the following exception:", "", "Traceback (most recent call last):", " \"/usr/bin/awx-manage\", line 8, in <module>", " sys.exit(manage())", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/__init__.py\", line 152, in manage", " execute_from_command_line(sys.argv)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/__init__.py\", line 381, in execute_from_command_line", " utility.execute()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/__init__.py\", line 375, in execute", " self.fetch_command(subcommand).run_from_argv(self.argv)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py\", line 323, in run_from_argv", " self.execute(*args, **cmd_options)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py\", line 364, in execute", " output = self.handle(*args, **options)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/base.py\", line 83, in wrapped", " res = handle_func(*args, **kwargs)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/core/management/commands/migrate.py\", line 87, in handle", " executor = MigrationExecutor(connection, self.migration_progress_callback)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/executor.py\", line 18, in __init__", " self.loader = MigrationLoader(self.connection)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/loader.py\", line 49, in __init__", " self.build_graph()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/loader.py\", line 212, in build_graph", " self.applied_migrations = recorder.applied_migrations()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/recorder.py\", line 73, in applied_migrations", " if self.has_table():", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/migrations/recorder.py\", line 56, in has_table", " return self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor())", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 256, in cursor", " return self._cursor()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 233, in _cursor", " self.ensure_connection()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 217, in ensure_connection", " self.connect()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/utils.py\", line 89, in __exit__", " raise dj_exc_value.with_traceback(traceback) from exc_value", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 217, in ensure_connection", " self.connect()", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/base/base.py\", line 195, in connect", " self.connection = self.get_new_connection(conn_params)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/django/db/backends/postgresql/base.py\", line 178, in get_new_connection", " connection = Database.connect(**conn_params)", " \"/var/lib/awx/venv/awx/lib/python3.6/site-packages/psycopg2/__init__.py\", line 126, in connect", " conn = _connect(dsn, connection_factory=connection_factory, **kwasync)", "django.db.utils.OperationalError: could not connect to server: Connection refused", "\tIs the server running on host \"awx-postgresql\" (10.96.148.122) and accepting", "\tTCP/IP connections on port 5432?", "", "command terminated with exit code 1"], "stdout": "", "stdout_lines": []}
Traceback (most recent call last): "/data/data/com.termux/files/usr/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion crit = self.state.criteria[name] KeyError: 'numpy'
0.269679
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/app.py", line 27, in _startup self.main_window.app = self "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/window.py", line 61, in app self._startup() "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/window.py", line 36, in _startup item_impl.set_icon_widget(toolbar_item.icon._impl_32) "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/widgets/icon.py", line 33, in <lambda> _impl_32 = property(lambda self: self.__impl(32)) "/usr/local/lib/python2.7/dist-packages/toga/platform/gtk/widgets/icon.py", line 28, in __impl GdkPixbuf.Pixbuf.new_from_file(self._filename).scale_simple(size, size, GdkPixbuf.InterpType.BILINEAR) "/usr/lib/python2.7/dist-packages/gi/types.py", line 137, in constructor return info.invoke(cls, *args, **kwargs)gi._glib.GError: Failed to open file '/usr/local/lib/python2.7/dist-packages/toga_demo/icons/brutus-32.png': No such file or directory
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/share/flowblade/Flowblade/projectaction.py", line 224, in run gui.media_list_view.fill_data_model() "/usr/share/flowblade/Flowblade/guicomponents.py", line 869, in fill_data_model media_object = MediaObjectWidget(media_file, self.media_object_selected, bin_index, self.monitor_indicator) "/usr/share/flowblade/Flowblade/guicomponents.py", line 913, in __init__ self.matches_project_profile = media_file.matches_project_profile() "/usr/share/flowblade/Flowblade/projectdata.py", line 401, in matches_project_profile best_media_profile_index = mltprofiles.get_closest_matching_profile_index(self.info) "/usr/share/flowblade/Flowblade/mltprofiles.py", line 177, in get_closest_matching_profile_index fps = round(float(float(fps_num)/float(fps_den)), 1) ZeroDivisionError: float division by zero
0.18952
Traceback (most recent call last): "/usr/pkg/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 793, in extract_info ie_result = ie.extract(url) "/usr/pkg/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 508, in extract ie_result = self._real_extract(url) "/usr/pkg/lib/python2.7/site-packages/youtube_dl/extractor/ndtv.py", line 91, in _real_extract r"(?:__)?filename\s*[:=]\s*'([^']+)'", webpage, 'video filename') "/usr/pkg/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 983, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract video filename; 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): "tkinter\__init__.py", line 1705, in __call__ "main_app.py", line 19, in open_directory "data_check.py", line 273, in DataCheck "pandas\core\frame.py", line 836, in style "c:\users\72766\appdata\local\programs\python\python37\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 493, in exec_module exec(bytecode, module.__dict__) "pandas\io\formats\style.py", line 30, in <module> "pandas\compat\_optional.py", line 92, in import_optional_dependency ImportError: Missing optional dependency 'jinja2'. DataFrame.style requires jinja2. Use pip or conda to install jinja2.
0.273486
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 836, in handle_func ret['return'] = self.functions[func](*args, **kwargs) "/var/cache/salt/minion/extmods/modules/mymodule.py", line 200, in testing return __utils__['mymodule.testing']() "/usr/lib/python2.7/dist-packages/salt/utils/context.py", line 203, in __getitem__ return self._dict()[key] KeyError: 'mymodule.testing'
Traceback (most recent call last): "<string>", line 1, in <module> IndexError: list index out of range
0.300253
Traceback (most recent call last): "third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/clang/bin/crosstool_wrapper_driver_is_not_gcc", line 267, in <module> sys.exit(main()) "third_party/toolchains/preconfig/ubuntu16.04/gcc7_manylinux2010-nvcc-cuda10.0/clang/bin/crosstool_wrapper_driver_is_not_gcc", line 264, in main return subprocess.call([CPU_COMPILER] + cpu_compiler_flags) "/usr/lib/python3.6/subprocess.py", line 287, in call with Popen(*popenargs, **kwargs) as p: "/usr/lib/python3.6/subprocess.py", line 729, in __init__ restore_signals, start_new_session) "/usr/lib/python3.6/subprocess.py", line 1364, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) NotFoundError: [Errno 2] No such file or directory: '/dt7/usr/bin/gcc': '/dt7/usr/bin/gcc'
Traceback (most recent call last): "build.py", line 412, in <module> make_package(args) "build.py", line 336, in make_package subprocess.check_call([ANT, arg]) "/usr/lib/python2.7/subprocess.py", line 511, in check_call raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1
0.318742
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/peer.py", line 584, in _run for action in self._main(direction): "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/peer.py", line 453, in _main for message in proto.read_message(): "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/protocol.py", line 171, in read_message self.peer.reactor.processes.message(msg_id,self.peer,message,'','') "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/api/processes.py", line 270, in closure return function(self,*args) "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/api/processes.py", line 320, in message self._dispatch[message_id](self,peer,message,header,*body) "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/api/processes.py", line 328, in wrap function(*args) "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/api/processes.py", line 347, in _update self.write(process,self._encoder[process].update(peer,update,header,body),peer) "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/api/encoding.py", line 346, in update 'message': '{ %s}' % self._update(update)})),header,body,peer.neighbor.identificator(),self.count(peer),message_type='update') "/usr/local/lib/python2.7/dist-packages/exabgp/reactor/api/encoding.py", line 331, in _update return update.nlris[0].json()IndexError: list index out of range
Traceback (most recent call last): "setup.py", line 59, in <module> cmdclass={'test': NoseTestCommand}, "/usr/lib64/python3.3/distutils/core.py", line 148, in setup dist.run_commands() "/usr/lib64/python3.3/distutils/dist.py", line 929, in run_commands self.run_command(cmd) "/usr/lib64/python3.3/distutils/dist.py", line 948, in run_command cmd_obj.run() "/home/pallotron/github/fbtftp/.eggs/flake8-2.5.4-py3.3.egg/flake8/main.py", line 139, in run report = flake8_style.check_files() "/home/pallotron/github/fbtftp/.eggs/flake8-2.5.4-py3.3.egg/flake8/engine.py", line 181, in check_files return self._retry_serial(self._styleguide.check_files, paths=paths) "/home/pallotron/github/fbtftp/.eggs/flake8-2.5.4-py3.3.egg/flake8/engine.py", line 172, in _retry_serial return func(*args, **kwargs) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1840, in check_files self.input_dir(path) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1876, in input_dir runner(os.path.join(root, filename)) "/home/pallotron/github/fbtftp/.eggs/flake8-2.5.4-py3.3.egg/flake8/engine.py", line 126, in input_file return fchecker.check_all(expected=expected, line_offset=line_offset) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1582, in check_all for token in self.generate_tokens(): "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1534, in generate_tokens self.maybe_check_physical(token) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1544, in maybe_check_physical self.check_physical(token[4]) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1441, in check_physical result = self.run_check(check, argument_names) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 1429, in run_check return check(*arguments) "/home/pallotron/github/fbtftp/.eggs/pep8-1.7.0-py3.3.egg/pep8.py", line 212, in maximum_line_length if length > max_line_length and not noqa(line):TypeError: unorderable types: int() > list()
0.214476
Traceback (most recent call last): "F:\rip\datascraper\main_datascraper.py", line 150, in start_datascraper value = int(input().strip()) ValueError: invalid literal for int() with base 10: ''
Traceback (most recent call last): "/usr/bin/salt-call", line 21, in <module> main() "/usr/bin/salt-call", line 16, in main client = salt.cli.SaltCall() "/usr/lib/python2.7/site-packages/salt/cli/**init**.py", line 529, in **init** self.opts = self.**parse() "/usr/lib/python2.7/site-packages/salt/cli/__init**.py", line 617, in **parse os.path.dirname(opts['log_file']), "/usr/lib/python2.7/site-packages/salt/__init**.py", line 33, in verify_env os.chmod(dir_, 448)OSError: [Errno 1] Operation not permitted: '/etc/salt/pki'
0.315795
Traceback (most recent call last): "c:\Python27\Scripts\behave-script.py", line 9, in <module> load_entry_point('behave==1.2.4', 'console_scripts', 'behave')() "c:\Python27\lib\site-packages\behave__main__.py", line 111, in main failed = runner.run() "c:\Python27\lib\site-packages\behave\runner.py", line 659, in run return self.run_with_paths() "c:\Python27\lib\site-packages\behave\runner.py", line 680, in run_with_paths return self.run_model() "c:\Python27\lib\site-packages\behave\runner.py", line 481, in run_model failed = feature.run(self) "c:\Python27\lib\site-packages\behave\model.py", line 461, in run failed = scenario.run(runner) "c:\Python27\lib\site-packages\behave\model.py", line 784, in run if not step.run(runner): "c:\Python27\lib\site-packages\behave\model.py", line 1218, in run formatter.result(self) "c:\Python27\lib\site-packages\behave\formatter\pretty.py", line 160, in result self.stream.write(indent(result.error_message.strip(), u' ')) "c:\Python27\lib\site-packages\behave\textutil.py", line 29, in indent return newline.join([prefix + unicode(line) for line in lines])UnicodeDecodeError: 'ascii' codec can't decode byte 0x82 in position 11: ordinal not in range(128)
Traceback (most recent call last): "/home/dh/anaconda3/lib/python3.7/site-packages/torch/multiprocessing/spawn.py", line 19, in _wrap fn(i, *args) "/home/dh/swapnil/fairseq/fairseq_cli/train.py", line 321, in distributed_main main(args, init_distributed=True) "/home/dh/swapnil/fairseq/fairseq_cli/train.py", line 89, in main train(args, trainer, task, epoch_itr) "/home/dh/swapnil/fairseq/fairseq_cli/train.py", line 152, in train log_output = trainer.train_step(samples) "/home/dh/swapnil/fairseq/fairseq/trainer.py", line 327, in train_step sample, self.model, self.criterion, self.optimizer, ignore_grad "/home/dh/swapnil/fairseq/fairseq/tasks/fairseq_task.py", line 251, in train_step loss, sample_size, logging_output = criterion(model, sample) "/home/dh/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/dh/swapnil/fairseq/fairseq/criterions/label_smoothed_cross_entropy.py", line 57, in forward net_output = model(**sample['net_input']) "/home/dh/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/dh/anaconda3/lib/python3.7/site-packages/torch/nn/parallel/distributed.py", line 442, in forward output = self.module(*inputs[0], **kwargs[0]) "/home/dh/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/home/dh/swapnil/fairseq/fairseq/models/fairseq_model.py", line 385, in forward return self.decoder(src_tokens, **kwargs) "/home/dh/anaconda3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) TypeError: forward() got multiple values for argument 'prev_output_tokens'
0.300404
Traceback (most recent call last): "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1836, in **call** return self.wsgi_app(environ, start_response) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1820, in wsgi_app response = self.make_response(self.handle_exception(e)) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask_restful/**init**.py", line 265, in error_router return original_handler(e) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1403, in handle_exception reraise(exc_type, exc_value, tb) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/_compat.py", line 32, in reraise raise value.with_traceback(tb) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask_restful/__init__.py", line 265, in error_router return original_handler(e) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/_compat.py", line 32, in reraise raise value.with_traceback(tb) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask_restful/__init__.py", line 446, in wrapper resp = resource(_args, *_kwargs) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask/views.py", line 84, in view return self.dispatch_request(_args, *_kwargs) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/flask_restful/**init**.py", line 550, in dispatch_request resp = meth(_args, *_kwargs) "/Volumes/Unsigned/server/application/models/user.py", line 45, in post return {'status': 200, 'message': generate_token(user)} # TODO : SESSION! "/usr/local/var/lib/pyenv/versions/3.4.2-server/src/flask-jwt/flask_jwt/**init**.py", line 147, in generate_token token = _jwt.encode_callback(payload) "/Volumes/Unsigned/server/application/models/user.py", line 88, in encode_handler return t.dumps(payload).decode('utf-8') "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/itsdangerous.py", line 742, in dumps return signer.sign(self.dump_payload(header, obj)) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/itsdangerous.py", line 353, in sign return value + want_bytes(self.sep) + self.get_signature(value) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/itsdangerous.py", line 348, in get_signature sig = self.algorithm.get_signature(key, value) "/usr/local/var/lib/pyenv/versions/3.4.2-server/lib/python3.4/site-packages/itsdangerous.py", line 268, in get_signature mac = hmac.new(key, msg=value, digestmod=self.digest_method) "/usr/local/var/lib/pyenv/versions/3.4.2/lib/python3.4/hmac.py", line 144, in new return HMAC(key, msg, digestmod) "/usr/local/var/lib/pyenv/versions/3.4.2/lib/python3.4/hmac.py", line 42, in __init__ raise TypeError("key: expected bytes or bytearray, but got %r" % type(key).**name**)TypeError: key: expected bytes or bytearray, but got 'NoneType'
Traceback (most recent call last): "/home/gareth/programming/formula_e/Consolidated-Firmware/src/shared/dbc/generate_can_c_code.py", line 25, in <module> generate_code_from_sym_file(sym_filename) "/home/gareth/programming/formula_e/Consolidated-Firmware/src/shared/dbc/generate_can_c_code.py", line 9, in generate_code_from_sym_file dbase = load_file(database_name + ".sym", database_format="sym") "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/cantools/database/__init__.py", line 170, in load_file strict) "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/cantools/database/__init__.py", line 238, in load strict) "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/cantools/database/__init__.py", line 305, in load_string return load_can_database('sym') "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/cantools/database/__init__.py", line 287, in load_can_database db.add_sym_string(string) "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/cantools/database/can/database.py", line 198, in add_sym_string database = sym.load_string(string, self._strict) "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/cantools/database/can/formats/sym.py", line 476, in load_string tokens = Parser60().parse(string) "/home/gareth/.local/share/virtualenvs/Consolidated-Firmware-A0WH47y7/lib/python3.5/site-packages/textparser.py", line 841, in parse raise ParseError(text, e.offset) textparser.ParseError: Invalid syntax at line 17, column 26: "Sig=Signal_Float_1 float >>!<</p:10"
0.241142
Traceback (most recent call last): "<stdin>", line 1, in <module> "/ce_apps/ubuntu16.04/opencue0.2.0/client/linux/python2.7/opencue/wrappers/show.py", line 60, in createSubscription show=self.data, allocation_id=allocation.id, size=size, burst=burst), TypeError: <bound method Allocation.id of <opencue.wrappers.allocation.Allocation object at 0x7f9f46f52f10>> has type instancemethod, but expected one of: bytes, unicode
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/tests/test_common.py", line 598, in check_classifiers_train classifier.fit(X, y) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 485, in fit sample_weight=sample_weight) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 389, in _fit classes, sample_weight, coef_init, intercept_init) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 351, in _partial_fit sample_weight=sample_weight, n_iter=n_iter) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 415, in _fit_multiclass verbose=self.verbose)(TypeError: __init__() got an unexpected keyword argument 'backend'
0.31451
Traceback (most recent call last): "/usr/local/bin/twistd", line 11, in <module> sys.exit(run()) "/usr/local/lib64/python3.6/site-packages/twisted/scripts/twistd.py", line 31, in run app.run(runApp, ServerOptions) "/usr/local/lib64/python3.6/site-packages/twisted/application/app.py", line 674, in run runApp(config) "/usr/local/lib64/python3.6/site-packages/twisted/scripts/twistd.py", line 25, in runApp runner.run() "/usr/local/lib64/python3.6/site-packages/twisted/application/app.py", line 383, in run self.logger.start(self.application) "/usr/local/lib64/python3.6/site-packages/twisted/application/app.py", line 184, in start observer = self._observerFactory() "/usr/local/lib/python3.6/site-packages/anchore_engine/subsys/twistd_logger.py", line 14, in logger f = logfile.Log (thefile, '/var/log/', rotateLength=10000000, maxRotated s=10) "/usr/local/lib64/python3.6/site-packages/twisted/python/logfile.py", line 170, in __init__ BaseLog .__init__(self, name, directory, defaultMode) "/usr/local/lib64/python3.6/site-packages/twisted/python/logfile.py", line 45, in __init__ self._open () "/usr/local/lib64/python3.6/site-packages/twisted/python/logfile.py", line 175, in _open BaseLog ._open (self) "/usr/local/lib64/python3.6/site-packages/twisted/python/logfile.py", line 85, in _open self._file = open(self.path, "wb+", 0) PermissionError: [Errno 13] Permission denied: '/var/log/anchore/anchore-api.log'
Traceback (most recent call last): "./sublime_plugin.py", line 362, in run_ "./latex_cite_completions.py", line 369, in runAttributeError: 'NoneType' object has no attribute 'group'
0.179124
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 672, in _parse_json return json.loads(json_string) "/usr/lib/python3.6/json/__init__.py", line 354, in loads return _default_decoder.decode(s) "/usr/lib/python3.6/json/decoder.py", line 339, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python3.6/json/decoder.py", line 355, in raw_decode obj, end = self.scan_once(s, idx) json.decoder.JSONDecodeError: Invalid control character at: line 6 column 140 (char 280)
Traceback (most recent call last): "/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 170, in sqlmap_scan_main sqlmap_scan.show_sqlmap_log(api_id) "/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 74, in show_sqlmap_log current_status = status_json["status"]KeyError: 'status'
0.260113
Traceback (most recent call last): "/Users/jlong/homebrew/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/matplotlib/backends/tkagg.py", line 22, in blit id(data), colormode, id(bbox_array))_tkinter.TclError: invalid command name "PyAggImagePhoto"
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib64/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 1081, in _decrypt_signature video_id, player_url, s "/usr/lib64/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 969, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url) youtube_dl.utils.ExtractorError: Cannot identify player 'https://www.youtube.com/yts/jsbin/player-vflppxuSE/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.196555
Traceback (most recent call last): "/home/blockchain/anaconda3/bin/ethereumetl", line 11, in <module> sys.exit(cli()) "/home/blockchain/anaconda3/lib/python3.7/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) "/home/blockchain/anaconda3/lib/python3.7/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx) "/home/blockchain/anaconda3/lib/python3.7/site-packages/click/core.py", line 1066, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/blockchain/anaconda3/lib/python3.7/site-packages/click/core.py", line 895, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/blockchain/anaconda3/lib/python3.7/site-packages/click/core.py", line 535, in invoke return callback(*args, **kwargs) "/home/blockchain/anaconda3/lib/python3.7/site-packages/ethereumetl/cli/export_all.py", line 116, in export_all output_dir, provider_uri, max_workers, export_batch_size) "/home/blockchain/anaconda3/lib/python3.7/site-packages/ethereumetl/jobs/export_all_common.py", line 72, in export_all_common for batch_start_block, batch_end_block, partition_dir in partitions: "/home/blockchain/anaconda3/lib/python3.7/site-packages/ethereumetl/cli/export_all.py", line 76, in get_partitions batch_start_block, batch_end_block = eth_service.get_block_range_for_date(start_date) "/home/blockchain/anaconda3/lib/python3.7/site-packages/ethereumetl/service/eth_service.py", line 37, in get_block_range_for_date return self.get_block_range_for_timestamps(start_datetime.timestamp(), end_datetime.timestamp()) "/home/blockchain/anaconda3/lib/python3.7/site-packages/ethereumetl/service/eth_service.py", line 53, in get_block_range_for_timestamps raise OutOfBoundsError('The existing blocks do not completely cover the given time range') from e ethereumetl.service.graph_operations.OutOfBoundsError: The existing blocks do not completely cover the given time range
Traceback (most recent call last): "convert_model.py", line 108, in <module> model_trt = mmdet2trt(model, inputs, data) "/src/torch2trt/torch2trt/torch2trt.py", line 446, in mmdet2trt outputs = module(return_loss=False, rescale=True, **prepared_data) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 541, in __call__ result = self.forward(*input, **kwargs) "/src/mmdetection/mmdet/core/fp16/decorators.py", line 49, in new_func return old_func(*args, **kwargs) "/src/mmdetection/mmdet/models/detectors/base.py", line 119, in forward return self.forward_test(img, img_meta, **kwargs) "/src/mmdetection/mmdet/models/detectors/base.py", line 102, in forward_test return self.simple_test(imgs[0], img_metas[0], **kwargs) "/src/mmdetection/mmdet/models/detectors/cascade_rcnn.py", line 317, in simple_test x, img_meta, self.test_cfg.rpn) if proposals is None else proposals "/src/mmdetection/mmdet/models/detectors/test_mixins.py", line 12, in simple_test_rpn proposal_list = self.rpn_head.get_bboxes(*proposal_inputs) "/src/mmdetection/mmdet/core/fp16/decorators.py", line 127, in new_func return old_func(*args, **kwargs) "/src/mmdetection/mmdet/models/anchor_heads/anchor_head.py", line 263, in get_bboxes device=device) for i in range(num_levels) "/src/mmdetection/mmdet/models/anchor_heads/anchor_head.py", line 263, in <listcomp> device=device) for i in range(num_levels) "/src/mmdetection/mmdet/core/anchor/anchor_generator.py", line 72, in grid_anchors shift_xx, shift_yy = self._meshgrid(shift_x, shift_y) "/src/mmdetection/mmdet/core/anchor/anchor_generator.py", line 60, in _meshgrid yy = y.view(-1, 1).repeat(1, len(x)).view(-1) "/src/torch2trt/torch2trt/torch2trt.py", line 206, in wrapper converter['converter'](ctx) "/src/torch2trt/torch2trt/converters/view.py", line 10, in convert_view input_trt = trt_(ctx.network, input) "/src/torch2trt/torch2trt/torch2trt.py", line 139, in trt_ t._trt = network.add_constant(shape, weight).get_output(0) TypeError: add_constant(): incompatible function arguments. The following argument types are supported:
0.285696
Traceback (most recent call last): "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/lib/bottle.py", line 733, in _handle return route.call(**args) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/lib/bottle.py", line 1448, in wrapper rv = callback(_a, *_ka) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/web/utils.py", line 113, in _view return func(_args, *_kwargs) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/web/pyload_app.py", line 256, in config accs = PYLOAD.getAccounts(False) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/Api.py", line 875, in getAccounts accs = self.core.accountManager.getAccountInfos(False, refresh) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/utils.py", line 165, in new return func(*args) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/plugins/AccountManager.py", line 175, in getAccountInfos p = self.getAccountPlugin(p) "/share/MD0_DATA/.qpkg/Optware/share/pyload/module/plugins/AccountManager.py", line 55, in getAccountPlugin self.plugins[plugin] = self.core.pluginManager.loadClass("accounts", plugin)(self, self.accounts[plugin])TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "utils/yolo_with_plugins.py", line 266, in __del__ del self.outputs AttributeError: outputs
0.22171
WARNING: Writing cache to u'/Users/home/.cache/youtube-dl/youtube-sigfuncs/js_vflM1arS5_84.json' failed: Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 389, in _extract_signature_function cache_res = res(test_string) "/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): "c:\users\kni9kor\anaconda3\envs\rasabot\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "C:\Users\KNI9KOR\Anaconda3\envs\rasabot\Scripts\rasa.exe\__main__.py", line 7, in <module> "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\__main__.py", line 116, in main cmdline_arguments.func(cmdline_arguments) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\cli\train.py", line 90, in train nlu_additional_arguments=extract_nlu_additional_arguments(args), "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\train.py", line 55, in train loop, "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\utils\common.py", line 308, in run_in_loop result = loop.run_until_complete(f) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\asyncio\base_events.py", line 488, in run_until_complete return future.result() "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\train.py", line 110, in train_async nlu_additional_arguments=nlu_additional_arguments, "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\train.py", line 207, in _train_async_internal old_model_zip_path=old_model, "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\train.py", line 246, in _do_training additional_arguments=nlu_additional_arguments, "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\train.py", line 547, in _train_nlu_with_validated_data **additional_arguments, "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\nlu\train.py", line 114, in train interpreter = trainer.train(training_data, **kwargs) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\nlu\model.py", line 206, in train updates = component.train(working_data, self.config, **context) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\nlu\classifiers\diet_classifier.py", line 760, in train self.model = self._instantiate_model_class(model_data) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\nlu\classifiers\diet_classifier.py", line 1086, in _instantiate_model_class config=self.component_config, "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\nlu\classifiers\diet_classifier.py", line 1104, in __init__ super().__init__("DIET", config, data_signature, label_data) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\utils\tensorflow\models.py", line 654, in __init__ checkpoint_model=config[CHECKPOINT_MODEL], "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\rasa\utils\tensorflow\models.py", line 83, in __init__ super().__init__(**kwargs) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\training\tracking\base.py", line 457, in _method_wrapper result = method(self, *args, **kwargs) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\keras\engine\training.py", line 308, in __init__ self._init_batch_counters() "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\training\tracking\base.py", line 457, in _method_wrapper result = method(self, *args, **kwargs) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\keras\engine\training.py", line 317, in _init_batch_counters self._train_counter = variables.Variable(0, dtype='int64', aggregation=agg) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\variables.py", line 262, in __call__ return cls._variable_v2_call(*args, **kwargs) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\variables.py", line 256, in _variable_v2_call shape=shape) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\variables.py", line 237, in <lambda> previous_getter = lambda **kws: default_variable_creator_v2(None, **kws) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\variable_scope.py", line 2646, in default_variable_creator_v2 shape=shape) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\variables.py", line 264, in __call__ return super(VariableMetaclass, cls).__call__(*args, **kwargs) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py", line 1518, in __init__ distribute_strategy=distribute_strategy) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py", line 1666, in _init_from_args graph_mode=self._in_graph_mode) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py", line 243, in eager_safe_variable_handle shape, dtype, shared_name, name, graph_mode, initial_value) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\resource_variable_ops.py", line 175, in _variable_handle_from_shape_and_dtype math_ops.logical_not(exists), [exists], name="EagerVariableNameReuse") "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\ops\gen_logging_ops.py", line 49, in _assert _ops.raise_from_not_ok_status(e, name) "c:\users\kni9kor\anaconda3\envs\rasabot\lib\site-packages\tensorflow\python\framework\ops.py", line 6843, in raise_from_not_ok_status six.raise_from(core._status_to_exception(e.code, message), None) "<string>", line 3, in raise_from tensorflow.python.framework.errors_impl.InvalidArgumentError: assertion failed: [0] [Op:Assert] name: EagerVariableNameReuse
0.272963
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/newgrounds.py", line 65, in _real_extract r'"url"\s*:\s*("[^"]+"),', webpage, ''), media_id) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1010, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract ; 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): "train.py", line 325, in <module> cli_main() "train.py", line 321, in cli_main main(args) "train.py", line 46, in main task.load_dataset(valid_sub_split, combine=False, epoch=0) "/home/nfliu/git/fairseq/fairseq/tasks/sentence_ranking.py", line 119, in load_dataset src_token = ConcatSentencesDataset(input_option, input0) "/home/nfliu/git/fairseq/fairseq/data/concat_sentences_dataset.py", line 17, in __init__ 'datasets must have the same length' AssertionError: datasets must have the same length
0.251399
Traceback (most recent call last): "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main status = self.run(options, args) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/install.py", line 342, in run prefix=options.prefix_path, "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 784, in install **kwargs "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/wheel.py", line 316, in clobber ensure_dir(destdir) "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/__init__.py", line 83, in ensure_dir os.makedirs(path) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/idna'
Traceback (most recent call last): "/usr/bin/bpython", line 9, in <module> load_entry_point('bpython==0.9.6.2', 'console_scripts', 'bpython')() "/usr/lib/pymodules/python2.6/bpython/cli.py", line 1594, in main banner=banner) "/usr/lib/pymodules/python2.6/bpython/cli.py", line 1496, in curses_wrapper return func(stdscr, *args, **kwargs) "/usr/lib/pymodules/python2.6/bpython/cli.py", line 1562, in main_curses repl.repl() "/usr/lib/pymodules/python2.6/bpython/cli.py", line 937, in repl inp = self.get_line() "/usr/lib/pymodules/python2.6/bpython/cli.py", line 546, in get_line if self.p_key(key) is None: "/usr/lib/pymodules/python2.6/bpython/cli.py", line 836, in p_key self.addstr(key) "/usr/lib/pymodules/python2.6/bpython/cli.py", line 263, in addstr self.complete() "/usr/lib/pymodules/python2.6/bpython/cli.py", line 360, in complete self.list_win_visible = Repl.complete(self, tab) "/usr/lib/pymodules/python2.6/bpython/repl.py", line 519, in complete matches.extend(name + '=' for name in self.argspec[1][0] "/usr/lib/pymodules/python2.6/bpython/repl.py", line 520, in <genexpr> if name.startswith(cw))AttributeError: 'list' object has no attribute 'startswith'
0.31849
Traceback (most recent call last): "cloudfail.py", line 266, in <module> subdomain_scan(args.target) "cloudfail.py", line 167, in subdomain_scan target_http = requests.get("http://"+subdomain) "/tmp/env/lib/python3.6/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) "/tmp/env/lib/python3.6/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) "/tmp/env/lib/python3.6/site-packages/requests/sessions.py", line 502, in request resp = self.send(prep, **send_kwargs) "/tmp/env/lib/python3.6/site-packages/requests/sessions.py", line 612, in send r = adapter.send(request, **kwargs) "/tmp/env/lib/python3.6/site-packages/requests/adapters.py", line 440, in send timeout=timeout "/tmp/env/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/tmp/env/lib/python3.6/site-packages/urllib3/connectionpool.py", line 356, in _make_request conn.request(method, url, **httplib_request_kw) "/usr/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/usr/lib/python3.6/http/client.py", line 964, in send self.connect() "/tmp/env/lib/python3.6/site-packages/urllib3/connection.py", line 166, in connect conn = self._new_conn() "/tmp/env/lib/python3.6/site-packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) "/tmp/env/lib/python3.6/site-packages/urllib3/util/connection.py", line 60, in create_connection for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): "/usr/lib/python3.6/socket.py", line 743, in getaddrinfo for res in _socket.getaddrinfo(host, port, family, type, proto, flags): UnicodeError: encoding with 'idna' codec failed (UnicodeError: label empty or too long)```
Traceback (most recent call last): "external_dependencies.py", line 174, in fetch_external_dependencies aggressive_update = aggressive_update) "external_dependencies.py", line 267, in run_maven subprocess.check_call(args, cwd = pom_path, env=env) "C:\Python27\lib\subprocess.py", line 535, in check_call retcode = call(*popenargs, **kwargs) "C:\Python27\lib\subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() "C:\Python27\lib\subprocess.py", line 710, in __init__ errread, errwrite) "C:\Python27\lib\subprocess.py", line 958, in _execute_child startupinfo)TypeError: environment can only contain strings
0.291188
Traceback (most recent call last): "/Library/Python/2.7/site-packages/robotide/ui/actiontriggers.py", line 354, in **call** action.act(event) "/Library/Python/2.7/site-packages/robotide/action/action.py", line 86, in act self.action(event) "/Library/Python/2.7/site-packages/robotide/utils/eventhandler.py", line 22, in wrapped method(self, event) "/Library/Python/2.7/site-packages/robotide/ui/mainframe.py", line 237, in OnManagePlugins self._plugin_manager.show(self._application.get_plugins()) "/Library/Python/2.7/site-packages/robotide/ui/pluginmanager.py", line 31, in show self._tab = _PluginPanel(self._notebook, plugins, self._show_tab) "/Library/Python/2.7/site-packages/robotide/ui/pluginmanager.py", line 46, in __init__ sizer.Add(self._create_body(plugins, activation_callback), "/Library/Python/2.7/site-packages/robotide/ui/pluginmanager.py", line 69, in _create_body flag=wx.ALIGN_CENTER_HORIZONTAL) "/usr/local/lib/wxPython-2.9.4.0/lib/python2.7/site-packages/wx-2.9.4-osx_cocoa/wx/_core.py", line 14469, in Add return _core_.Sizer_Add(_args, *_kwargs)wx._core.PyAssertionError: C++ assertion "Assert failure" failed at /BUILD/wxPython-src-2.9.4.0/src/common/sizer.cpp(1377) in DoInsert(): too many items (3 &gt; 2*1) in grid sizer (maybe you should omit the number of either rows or columns?)
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/.../site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line utility.execute() "/.../site-packages/django/core/management/__init__.py", line 345, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/.../site-packages/django/core/management/base.py", line 348, in run_from_argv self.execute(*args, **cmd_options) "/.../site-packages/raven/contrib/django/management/__init__.py", line 41, in new_execute return original_func(self, *args, **kwargs) "/.../site-packages/django/core/management/base.py", line 399, in execute output = self.handle(*args, **options) "/.../site-packages/django/core/management/base.py", line 548, in handle label_output = self.handle_label(label, **options) "/.../site-packages/django_extensions/management/utils.py", line 57, in inner ret = func(self, *args, **kwargs) "/.../site-packages/django_extensions/management/commands/find_template.py", line 33, in handle_label path = get_template_path(template_path) "/.../site-packages/django_extensions/management/commands/find_template.py", line 11, in get_template_path template = loader.find_template(path)AttributeError: 'module' object has no attribute 'find_template'
0.316406
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/IMDbPY-6.6.dev20180501-py3.6.egg/imdb/parser/http/__init__.py", line 183, in retrieve_unicode uopener = self.open(url) "/usr/local/lib/python3.6/urllib/request.py", line 1763, in open raise OSError('socket error', msg).with_traceback(sys.exc_info()[2]) "/usr/local/lib/python3.6/urllib/request.py", line 1757, in open return getattr(self, name)(url) "/usr/local/lib/python3.6/urllib/request.py", line 1936, in open_http return self._open_generic_http(http.client.HTTPConnection, url, data) "/usr/local/lib/python3.6/urllib/request.py", line 1932, in _open_generic_http response.status, response.reason, response.msg, data) "/usr/local/lib/python3.6/urllib/request.py", line 1948, in http_error result = method(url, fp, errcode, errmsg, headers) "/usr/local/lib/python3.6/urllib/request.py", line 2136, in http_error_302 headers, data) "/usr/local/lib/python3.6/urllib/request.py", line 2167, in redirect_internal return self.open(newurl) "/usr/local/lib/python3.6/urllib/request.py", line 1763, in open raise OSError('socket error', msg).with_traceback(sys.exc_info()[2]) "/usr/local/lib/python3.6/urllib/request.py", line 1757, in open return getattr(self, name)(url) "/usr/local/lib/python3.6/urllib/request.py", line 1967, in open_https return self._open_generic_http(self._https_connection, url, data) "/usr/local/lib/python3.6/urllib/request.py", line 1916, in _open_generic_http http_conn.request("GET", selector, headers=headers) "/usr/local/lib/python3.6/http/client.py", line 1239, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/local/lib/python3.6/http/client.py", line 1285, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/local/lib/python3.6/http/client.py", line 1234, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/local/lib/python3.6/http/client.py", line 1026, in _send_output self.send(msg) "/usr/local/lib/python3.6/http/client.py", line 964, in send self.connect() "/usr/local/lib/python3.6/http/client.py", line 1400, in connect server_hostname=server_hostname) "/usr/local/lib/python3.6/ssl.py", line 407, in wrap_socket _context=self, _session=session) "/usr/local/lib/python3.6/ssl.py", line 814, in __init__ self.do_handshake() "/usr/local/lib/python3.6/ssl.py", line 1068, in do_handshake self._sslobj.do_handshake() "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake self._sslobj.do_handshake() OSError: [Errno socket error] [Errno socket error] EOF occurred in violation of protocol (_ssl.c:833)
Traceback (most recent call last): "testmovie.py", line 64, in <module> final_clip.write_videofile('../../coolTextEffects.avi',fps=25,codec='png') "<decorator-gen-51>", line 2, in write_videofile "/usr/local/lib/python3.5/dist-packages/moviepy/decorators.py", line 54, in requires_duration return f(clip, a, *k) "<decorator-gen-50>", line 2, in write_videofile "/usr/local/lib/python3.5/dist-packages/moviepy/decorators.py", line 137, in use_clip_fps_by_default return f(clip, new_a, *new_kw) "<decorator-gen-49>", line 2, in write_videofile "/usr/local/lib/python3.5/dist-packages/moviepy/decorators.py", line 22, in convert_masks_to_RGB return f(clip, a, *k) "/usr/local/lib/python3.5/dist-packages/moviepy/video/VideoClip.py", line 338, in write_videofile ffmpeg_params=ffmpeg_params) "/usr/local/lib/python3.5/dist-packages/moviepy/video/io/ffmpeg_writer.py", line 216, in ffmpeg_write_video writer.write_frame(frame) "/usr/local/lib/python3.5/dist-packages/moviepy/video/io/ffmpeg_writer.py", line 144, in write_frame if "Unknown encoder" in ffmpeg_error: TypeError: a bytes-like object is required, not 'str' commenteditsharesavehidedeletensfwspoiler
0.270521
Traceback (most recent call last): "main.py", line 66, in <module> loss, acc, std = cross_validation_with_val_set( "/Users/vjleung/Desktop/exagraph/pytorch_geometric-master/benchmark/kernel/train_eval.py", line 43, in cross_validation_with_val_set train_loss = train(model, optimizer, train_loader) "/Users/vjleung/Desktop/exagraph/pytorch_geometric-master/benchmark/kernel/train_eval.py", line 114, in train out = model(data) "/opt/anaconda3/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl result = self.forward(*input, **kwargs) "/Users/vjleung/Desktop/exagraph/pytorch_geometric-master/benchmark/kernel/edge_pool.py", line 42, in forward x, edge_index, _, batch, _, _ = pool(x, edge_index, ValueError: not enough values to unpack (expected 6, got 4)
Traceback (most recent call last): "X:\Python34\lib\site-packages\nose\case.py", line 198, in runTest self.test(*self.arg) "X:\Python34\lib\site-packages\numpy\testing\decorators.py", line 146, in skipper_func return f(*args, **kwargs) "<string>", line 2, in check "X:\Python34\lib\site-packages\scipy\sparse\tests\test_base.py", line 105, in deco return func(*a, **kw) "X:\Python34\lib\site-packages\scipy\sparse\tests\test_base.py", line 3894, in check getattr(instance, method_name)() "X:\Python34\lib\site-packages\scipy\sparse\tests\test_base.py", line 2381, in test_fancy_indexing_regression_3087 assert_equal(mat[:, desired_cols].A, [[1, 0], [0, 1], [1, 0]]) "X:\Python34\lib\site-packages\scipy\sparse\lil.py", line 267, in __getitem__ i, j) "_csparsetools.pyx", line 202, in scipy.sparse._csparsetools.__pyx_fused_cpdef (scipy\sparse\_csparsetools.c:12135)TypeError: No matching signature found
0.294719
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line utility.execute() "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django/core/management/__init__.py", line 327, in execute django.setup() "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models(all_models) "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) "/home/shaman/Work/envs/smart_house/lib/python3.4/importlib/__init__.py", line 109, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 2254, in _gcd_import "<frozen importlib._bootstrap>", line 2237, in _find_and_load "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 1200, in _load_unlocked "<frozen importlib._bootstrap>", line 1129, in _exec "<frozen importlib._bootstrap>", line 1471, in exec_module "<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/fias/models/__init__.py", line 6, in <module> from .normdoc import NormDoc "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/fias/models/normdoc.py", line 6, in <module> from fias.fields import UUIDField "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/fias/fields/__init__.py", line 5, in <module> from .address import AddressField, ChainedAreaField "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/fias/fields/address.py", line 11, in <module> from fias import forms "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/fias/forms.py", line 6, in <module> from django_select2.fields import HeavyModelSelect2ChoiceField "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django_select2/fields.py", line 87, in <module> from .widgets import Select2Widget, Select2MultipleWidget,\ "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django_select2/widgets.py", line 7, in <module> from . import util "/home/shaman/Work/envs/smart_house/lib/python3.4/site-packages/django_select2/util.py", line 195, in <module> from . import __ENABLE_MULTI_PROCESS_SUPPORT as ENABLE_MULTI_PROCESS_SUPPORT, \ImportError: cannot import name '__ENABLE_MULTI_PROCESS_SUPPORT'
Traceback (most recent call last): "/usr/local/bin/intelmqdump", line 11, in <module> load_entry_point('intelmq', 'console_scripts', 'intelmqdump')() "/home/sebastian/dev/intelmq/intelmq/bin/intelmqdump.py", line 190, in main bot_status = ctl.bot_status(botid) "/home/sebastian/dev/intelmq/intelmq/bin/intelmqctl.py", line 549, in bot_status return self.bot_process_manager.bot_status(bot_id) "/home/sebastian/dev/intelmq/intelmq/bin/intelmqctl.py", line 221, in bot_status if self.controller._is_enabled(bot_id): "/home/sebastian/dev/intelmq/intelmq/bin/intelmqctl.py", line 560, in _is_enabled return self.runtime_configuration[bot_id].get('enabled', True) KeyError: 'abusech-palevo-tracker-domains-parser'
0.307354
Traceback (most recent call last): "<input>", line 14, in <module> "venv/lib/python3.7/site-packages/vk_api/audio.py", line 96, in get return list(self.get_iter(owner_id, album_id, access_hash)) "venv/lib/python3.7/site-packages/vk_api/audio.py", line 77, in get_iter filter_root_el={'class_': 'audioPlaylist__list'} if album_id else None "venv/lib/python3.7/site-packages/vk_api/audio.py", line 244, in scrap_data int(i) for i in RE_AUDIO_ID.search(audio['id']).groups() "venv/lib/python3.7/site-packages/bs4/element.py", line 1016, in __getitem__ return self.attrs[key] KeyError: 'id'
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
0.315171
Traceback (most recent call last): "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1664, in <module> main() "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1658, in main globals = debugger.run(setup['file'], None, None, is_module) "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1068, in run pydev_imports.execfile(file, globals, locals) # execute the script "/Users/bicassos/Desktop/bitcoin-arbitrage/arbitrage/arbitrage.py", line 9, in <module> from arbitrage.arbitrer import Arbitrer "/Users/bicassos/Desktop/bitcoin-arbitrage/arbitrage/arbitrage.py", line 9, in <module> from arbitrage.arbitrer import Arbitrer ImportError: No module named arbitrer
Traceback (most recent call last): "/home/user/bin/Tools/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap real_scan_start() "/home/user/bin/Tools/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start self.w3af.start() "/home/user/bin/Tools/w3af/w3af/core/controllers/w3afCore.py", line 204, in start self.strategy.start() "/home/user/bin/Tools/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start self._setup_auth() "/home/user/bin/Tools/w3af/w3af/core/controllers/core_helpers/strategy.py", line 611, in _setup_auth self._auth_consumer.force_login() "/home/user/bin/Tools/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 115, in force_login self._login() "/home/user/bin/Tools/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 55, in _wrapper result = method(self, function_id, *args, **kwds) "/home/user/bin/Tools/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 104, in _login self.handle_exception('auth', plugin.get_name(), None, e) "/home/user/bin/Tools/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 288, in handle_exception enabled_plugins = pprint_plugins(self._w3af_core) "/home/user/bin/Tools/w3af/w3af/core/controllers/exception_handling/helpers.py", line 38, in pprint_plugins plugs_opts = copy.deepcopy(w3af_core.plugins.get_all_plugin_options()) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 230, in _deepcopy_list y.append(deepcopy(a, memo)) "/usr/lib/python2.7/copy.py", line 190, in deepcopy y = _reconstruct(x, rv, 1, memo) "/usr/lib/python2.7/copy.py", line 334, in _reconstruct state = deepcopy(state, memo) "/usr/lib/python2.7/copy.py", line 163, in deepcopy y = copier(x, memo) "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict y[deepcopy(key, memo)] = deepcopy(value, memo) "/usr/lib/python2.7/copy.py", line 174, in deepcopy y = copier(memo)TypeError: gobject.GObject descendants' instances are non-copyable
0.294656
Traceback (most recent call last): "/usr/src/app/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform SLOW_SETUP_MAX_WAIT, loop=hass.loop) "/usr/local/lib/python3.6/asyncio/tasks.py", line 358, in wait_for return fut.result() "/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/app/homeassistant/components/sensor/nederlandse_spoorwegen.py", line 65, in setup_platform for departure in config.get(CONF_ROUTES): TypeError: 'NoneType' object is not iterable
Traceback (most recent call last): "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 1599, in <module> globals = debugger.run(setup['file'], None, None, is_module) "/Applications/PyCharm CE.app/Contents/helpers/pydev/pydevd.py", line 1026, in run pydev_imports.execfile(file, globals, locals) # execute the script "/Volumes/Huayong/baidu/paddlepaddle/Seg/seg_train.py", line 96, in <module> train(net, class_num) "/Volumes/Huayong/baidu/paddlepaddle/Seg/seg_train.py", line 79, in train 'label': 1}) "/Library/Python/2.7/site-packages/paddle/v2/trainer.py", line 169, in train in_args = feeder(data_batch) "/Library/Python/2.7/site-packages/py_paddle/dataprovider_converter.py", line 282, in __call__ return self.convert(dat, argument) "/Library/Python/2.7/site-packages/paddle/v2/data_feeder.py", line 133, in convert return DataProviderConverter.convert(self, reorder_data(dat), argument) "/Library/Python/2.7/site-packages/py_paddle/dataprovider_converter.py", line 277, in convert scanner.finish_scan(argument) "/Library/Python/2.7/site-packages/py_paddle/dataprovider_converter.py", line 211, in finish_scan ids = swig_paddle.IVector.create(self.__ids__, self.data_in_gpu) "/Library/Python/2.7/site-packages/py_paddle/swig_paddle.py", line 1344, in create return _swig_paddle.IVector_create(*args) NotImplementedError: Wrong number or type of arguments for overloaded function 'IVector_create'.
0.273875
Traceback (most recent call last): "/home/jayvdb/.cache/tox/my-tox-tests/py38-tox3_20/bin/tox", line 8, in <module> sys.exit(cmdline()) "/home/jayvdb/.cache/tox/my-tox-tests/py38-tox3_20/lib/python3.8/site-packages/tox/session/__init__.py", line 44, in cmdline main(args) "/home/jayvdb/.cache/tox/my-tox-tests/py38-tox3_20/lib/python3.8/site-packages/tox/session/__init__.py", line 65, in main config = load_config(args) "/home/jayvdb/.cache/tox/my-tox-tests/py38-tox3_20/lib/python3.8/site-packages/tox/session/__init__.py", line 81, in load_config config = parseconfig(args) "/home/jayvdb/.cache/tox/my-tox-tests/py38-tox3_20/lib/python3.8/site-packages/tox/config/__init__.py", line 278, in parseconfig ParseIni(config, config_file, content) "/home/jayvdb/.cache/tox/my-tox-tests/py38-tox3_20/lib/python3.8/site-packages/tox/config/__init__.py", line 1249, in __init__ raise tox.exception.ConfigError( tox.exception.ConfigError: ConfigError: with_escaped_bracket_setenv failed with ConfigError: substitution key 'a' not found at Traceback (most recent call last):
Traceback (most recent call last): "/tmp/kitchen/testing/tests/integration/modules/test_supervisord.py", line 211, in test_stop_one_not_running self.start_supervisord(autostart=False) "/tmp/kitchen/testing/tests/integration/modules/test_supervisord.py", line 60, in start_supervisord [self.supervisord, '-c', self.supervisor_conf] "/usr/lib/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) "/usr/lib/python2.7/subprocess.py", line 1235, in _execute_child self.pid = os.fork() OSError: [Errno 12] Cannot allocate memory
0.289538
Traceback (most recent call last): "dwt_util.py", line 92, in clear_diagtrack "dwt_util.py", line 263, in subprocess_handlerCalledProcessError: Command '['takeown', '/f', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '&&', 'icacls', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '/grant', 'administrators:F']' returned non-zero exit status 1
Traceback (most recent call last): "./jieba-test.py", line 5, in <module> jieba.load_userdict("/data/paper/keywords/user_dict.txt") "/usr/lib/python2.7/site-packages/jieba/**init**.py", line 119, in wrapped return fn(_args, *_kwargs) "/usr/lib/python2.7/site-packages/jieba/**init**.py", line 312, in load_userdict add_word(_tup) "/usr/lib/python2.7/site-packages/jieba/**init**.py", line 116, in wrapped return fn(_args, **kwargs) TypeError: add_word() takes at most 3 arguments (4 given)
0.256935
Traceback (most recent call last): "cli.py", line 86, in <module> _main(locals()) "cli.py", line 81, in _main _methods[method](*args[1:]) "cli.py", line 20, in db_create command.stamp(alembic_cfg,"head") "/home/arthur/local/virtualenvs/pybossa/local/lib/python2.7/site-packages/alembic/command.py", line 212, in stamp script.run_env() "/home/arthur/local/virtualenvs/pybossa/local/lib/python2.7/site-packages/alembic/script.py", line 191, in run_env util.load_python_file(self.dir, 'env.py') "/home/arthur/local/virtualenvs/pybossa/local/lib/python2.7/site-packages/alembic/util.py", line 185, in load_python_file module = imp.load_source(module_id, path, open(path, 'rb')) "alembic/env.py", line 70, in <module> run_migrations_online() "alembic/env.py", line 53, in run_migrations_online poolclass=pool.NullPool) "/home/arthur/local/virtualenvs/pybossa/local/lib/python2.7/site-packages/sqlalchemy/engine/__init__.py", line 355, in engine_from_config url = opts.pop('url')KeyError: 'url'
Traceback (most recent call last): "/gpfs1/data/galaxy_server/galaxy-dev/jobs_dir/000/341/set_metadata_CBT3z_.py", line 1, in <module> from galaxy_ext.metadata.set_metadata import set_metadata; set_metadata() "/gpfs1/data/galaxy_server/galaxy-dev/lib/galaxy_ext/metadata/set_metadata.py", line 25, in <module> import galaxy.model.mapping # need to load this before we unpickle, in order to setup properties assigned by the mappers "/gpfs1/data/galaxy_server/galaxy-dev/lib/galaxy/__init__.py", line 10, in <module> import zipfile "/global/apps/bioinf/galaxy/bin/Python-2.7.13/lib/python2.7/zipfile.py", line 6, in <module> import io "/global/apps/bioinf/galaxy/bin/Python-2.7.13/lib/python2.7/io.py", line 51, in <module> import _io ImportError: /data/galaxy_server/galaxy-dev/.venv/lib/python2.7/lib-dynload/_io.so: undefined symbol: _PyCodec_LookupTextEncoding
0.273574
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/nose/loader.py", line 420, in loadTestsFromName addr.filename, addr.module) "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/usr/local/lib/python2.7/dist-packages/pygpu-0.2.1-py2.7-linux-x86_64.egg/pygpu/tests/test_blas.py", line 4, in <module> from .support import (guard_devsup, gen_gpuarray, context) "/usr/local/lib/python2.7/dist-packages/pygpu-0.2.1-py2.7-linux-x86_64.egg/pygpu/tests/support.py", line 34, in <module> context = gpuarray.init(get_env_dev()) "pygpu/gpuarray.pyx", line 634, in pygpu.gpuarray.init (pygpu/gpuarray.c:8913) "pygpu/gpuarray.pyx", line 590, in pygpu.gpuarray.pygpu_init (pygpu/gpuarray.c:8636) "pygpu/gpuarray.pyx", line 1025, in pygpu.gpuarray.GpuContext.__cinit__ (pygpu/gpuarray.c:12842) "pygpu/gpuarray.pyx", line 519, in pygpu.gpuarray.get_ops (pygpu/gpuarray.c:7866)RuntimeError: Unsupported kind: opencl
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 190, in process self.render(resrc) "/usr/lib/python2.7/dist-packages/twisted/web/server.py", line 241, in render body = resrc.render(self) "/usr/lib/python2.7/dist-packages/twisted/web/resource.py", line 250, in render return m(request) "/home/tribler/tribler/Tribler/Core/Modules/restapi/downloads_endpoint.py", line 295, in render_PUT unquote_plus(unicode(parameters['uri'][0], 'utf-8')), download_config) "/home/tribler/tribler/Tribler/Core/Session.py", line 313, in start_download_from_uri return self.lm.ltmgr.start_download_from_uri(uri, dconfig=dconfig) "/home/tribler/tribler/Tribler/Core/Libtorrent/LibtorrentMgr.py", line 571, in start_download_from_uri return succeed(self.start_download(torrentfilename=argument, dconfig=dconfig)) "/home/tribler/tribler/Tribler/Core/Libtorrent/LibtorrentMgr.py", line 618, in start_download tdef = TorrentDef.load_from_memory(torrent_data) "/home/tribler/tribler/Tribler/Core/TorrentDef.py", line 105, in load_from_memory return TorrentDef._create(data) "/home/tribler/tribler/Tribler/Core/TorrentDef.py", line 119, in _create validTorrent (metainfo) "/home/tribler/tribler/Tribler/Core/Utilities/utilities.py", line 44, in validTorrent raise ValueError('announce URL bad') ValueError: announce URL bad
0.244121
Traceback (most recent call last): "site-packages/calibre/customize/ui.py", line 171, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 621, in run "calibre_plugins.dedrm.__init__", line 571, in KindleMobiDecrypt DeDRMError: DeDRM v6.6.1: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
Traceback (most recent call last): "/home/pi/GassistPi/src/main.py", line 508, in <module> main() "/home/pi/GassistPi/src/main.py", line 399, in main radio(str(usrcmd).lower()) "/home/pi/GassistPi/src/actions.py", line 222, in radio say("Tuning into " + name) "/home/pi/GassistPi/src/actions.py", line 165, in say words= translator.translate(words, dest=language) "/home/pi/env/lib/python3.4/site-packages/googletrans/client.py", line 172, in translate data = self._translate(text, dest, src) "/home/pi/env/lib/python3.4/site-packages/googletrans/client.py", line 75, in _translate token = self.token_acquirer.do(text) "/home/pi/env/lib/python3.4/site-packages/googletrans/gtoken.py", line 180, in do self._update() "/home/pi/env/lib/python3.4/site-packages/googletrans/gtoken.py", line 59, in _update code = unicode(self.RE_TKK.search(r.text).group(1)).replace('var ', '') AttributeError: 'NoneType' object has no attribute 'group'
0.310569
Traceback (most recent call last): "Tests/tests.py", line 35, in test_PdfReader Load % (pdftext, ipdf_p1_text.encode('utf-8', errors='ignore')))AssertionError: PDF extracted text differs from expected value.
Traceback (most recent call last): "run_tf_ner.py", line 641, in <module> app.run(main) "/usr/local/lib/python3.7/dist-packages/absl/app.py", line 299, in run _run_main(main, args) "/usr/local/lib/python3.7/dist-packages/absl/app.py", line 250, in _run_main sys.exit(main(argv)) "run_tf_ner.py", line 576, in main args, strategy, model, tokenizer, labels, pad_token_label_id, mode="dev" "run_tf_ner.py", line 314, in evaluate eval_iterator = progress_bar(eval_dataset, total=num_eval_steps, parent=master, display=args["n_device"] > 1) "/home/taras/.local/lib/python3.7/site-packages/fastprogress/fastprogress.py", line 226, in __init__ super().__init__(gen, total, display, leave, parent, master) "/home/taras/.local/lib/python3.7/site-packages/fastprogress/fastprogress.py", line 24, in __init__ parent.add_child(self) "/home/taras/.local/lib/python3.7/site-packages/fastprogress/fastprogress.py", line 264, in add_child self.child.prefix = f'Epoch {self.main_bar.last_v+1}/{self.main_bar.total} :' TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
0.264186
Traceback (most recent call last): "faker/tests/__init__.py", line 213, in test_documentor print_doc(output=output) "faker/cli.py", line 89, in print_doc formatters = doc.get_formatters(with_args=True, with_defaults=True) "faker/documentor.py", line 32, in get_formatters (provider, self.get_provider_formatters(provider, **kwargs)) "faker/documentor.py", line 87, in get_provider_formatters example = self.generator.format(name) "faker/generator.py", line 62, in format return self.get_formatter(formatter)(*args, **kwargs) "faker/providers/date_time/__init__.py", line 439, in date_time_this_month next_month_start = datetime(now.year, now.month + 1 % 12, 1)ValueError: month must be in 1..12
Traceback (most recent call last): "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/multiprocessing/spawn.py", line 19, in _wrap fn(i, *args) "/home/ubuntu/self-taught-rcnn/detectron2/engine/launch.py", line 84, in _distributed_worker main_func(*args) "/home/ubuntu/self-taught-rcnn/tools/train_net.py", line 150, in main return trainer.train() "/home/ubuntu/self-taught-rcnn/detectron2/engine/defaults.py", line 380, in train super().train(self.start_iter, self.max_iter) "/home/ubuntu/self-taught-rcnn/detectron2/engine/train_loop.py", line 132, in train self.run_step() "/home/ubuntu/self-taught-rcnn/detectron2/engine/train_loop.py", line 215, in run_step loss_dict = self.model(data) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/nn/parallel/distributed.py", line 447, in forward output = self.module(*inputs[0], **kwargs[0]) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/ubuntu/self-taught-rcnn/detectron2/modeling/meta_arch/rcnn.py", line 130, in forward _, detector_losses = self.roi_heads(images, features, proposals, gt_instances) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/ubuntu/self-taught-rcnn/detectron2/modeling/roi_heads/roi_heads.py", line 582, in forward losses = self._forward_box(features, proposals) "/home/ubuntu/self-taught-rcnn/detectron2/modeling/roi_heads/roi_heads.py", line 643, in _forward_box box_features = self.box_pooler(features, [x.proposal_boxes for x in proposals]) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/ubuntu/self-taught-rcnn/detectron2/modeling/poolers.py", line 233, in forward output[inds] = pooler(x_level, pooler_fmt_boxes_level) "/home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__ result = self.forward(*input, **kwargs) "/home/ubuntu/self-taught-rcnn/detectron2/layers/roi_align.py", line 95, in forward input, rois, self.output_size, self.spatial_scale, self.sampling_ratio, self.aligned "/home/ubuntu/self-taught-rcnn/detectron2/layers/roi_align.py", line 20, in forward input, roi, spatial_scale, output_size[0], output_size[1], sampling_ratio, aligned RuntimeError: CUDA error: invalid device function (ROIAlign_forward_cuda at /home/ubuntu/self-taught-rcnn/detectron2/layers/csrc/ROIAlign/ROIAlig
0.303946
Traceback (most recent call last): "/Users/marshallfarrier/venv/squt_tst/lib/python3.6/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) "/Users/marshallfarrier/venv/squt_tst/lib/python3.6/site-packages/nose/loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "/Users/marshallfarrier/venv/squt_tst/lib/python3.6/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/Users/marshallfarrier/venv/squt_tst/lib/python3.6/site-packages/nose/importer.py", line 79, in importFromDir fh, filename, desc = find_module(part, path) "/Users/marshallfarrier/venv/squt_tst/lib/python3.6/imp.py", line 270, in find_module "not {}".format(type(path))) RuntimeError: 'path' must be None or a list, not <class '_frozen_importlib_external._NamespacePath'>
Traceback (most recent call last): "/home/hguan/Desktop/raad/www/wsgi.py", line 34, in application return tornado_application(environ, start_response) "/home/hguan/Desktop/raad/www/tornado/wsgi.py", line 77, in __call__ handler = web.Application.__call__(self, HTTPRequest(environ)) "/home/hguan/Desktop/raad/www/tornado/wsgi.py", line 116, in __init__ self.headers["Content-Length"])TypeError: an integer is required
0.230375
Traceback (most recent call last): "<stdin>", line 1, in <module> "sympy\core\basic.py", line 457, in __repr__ return sstr(self, order=None) "sympy\printing\str.py", line 726, in sstr s = p.doprint(expr) "sympy\printing\printer.py", line 233, in doprint return self._str(self._print(expr)) "sympy\printing\printer.py", line 257, in _print return getattr(self, printmethod)(expr, *args, **kwargs) "sympy\printing\str.py", line 262, in _print_Mul args = expr.as_ordered_factors() "sympy\core\mul.py", line 1506, in as_ordered_factors cpart.sort(key=lambda expr: expr.sort_key(order=order)) "sympy\core\numbers.py", line 1659, in __lt__ return Rational.__lt__(self, other) "sympy\core\numbers.py", line 1341, in __lt__ return bool(self.p*other.q < self.q*other.p)AttributeError: 'NaN' object has no attribute 'q'
Traceback (most recent call last): "quickstart.py", line 22, in <module> multi_logs=True) "C:\Users\Tseno\Desktop\CURR\InstaPy\instapy\instapy.py", line 170, in __init__ self.set_selenium_local_session() "C:\Users\Tseno\Desktop\CURR\InstaPy\instapy\instapy.py", line 276, in set_selenium_local_session chrome_options=chrome_options) "C:\Python27\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in __init__ self.service.start() "C:\Python27\lib\site-packages\selenium\webdriver\common\service.py", line 64, in start stdout=self.log_file, stderr=self.log_file) "C:\Python27\lib\subprocess.py", line 390, in __init__ errread, errwrite) "C:\Python27\lib\subprocess.py", line 640, in _execute_child startupinfo) WindowsError: [Error 193] %1 is not a valid Win32 application
0.271626
Traceback (most recent call last): "d:\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 601, in urlopen chunked=chunked) "d:\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 346, in _make_request self._validate_conn(conn) "d:\anaconda3\lib\site-packages\urllib3\connectionpool.py", line 850, in _validate_conn conn.connect() "d:\anaconda3\lib\site-packages\urllib3\connection.py", line 326, in connect ssl_context=context) "d:\anaconda3\lib\site-packages\urllib3\util\ssl_.py", line 329, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "d:\anaconda3\lib\ssl.py", line 407, in wrap_socket _context=self, _session=session) "d:\anaconda3\lib\ssl.py", line 814, in __init__ self.do_handshake() "d:\anaconda3\lib\ssl.py", line 1068, in do_handshake self._sslobj.do_handshake() "d:\anaconda3\lib\ssl.py", line 689, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:777)
Traceback (most recent call last): "manage.py", line 12, in <module> execute_from_command_line(sys.argv) "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 354, in execute_from_command_line utility.execute() "/Library/Python/2.7/site-packages/django/core/management/__init__.py", line 303, in execute settings.INSTALLED_APPS "/Library/Python/2.7/site-packages/django/conf/__init__.py", line 48, in __getattr__ self._setup(name) "/Library/Python/2.7/site-packages/django/conf/__init__.py", line 44, in _setup self._wrapped = Settings(settings_module) "/Library/Python/2.7/site-packages/django/conf/__init__.py", line 92, in __init__ mod = importlib.import_module(self.SETTINGS_MODULE) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/Users/gqdw/github/celery/examples/django/proj/__init__.py", line 5, in <module> from .celery import app as celery_app "/Users/gqdw/github/celery/examples/django/proj/celery.py", line 16, in <module> app.config_from_object('django.conf:settings', namespace='CELERY')TypeError: config_from_object() got an unexpected keyword argument 'namespace'
0.167317
Traceback (most recent call last): "D:/Apps/Python/HelloPython/WorExploreTest.py", line 19, in <module> for word1, word2, word3 in tcf.nbest(TrigramAssocMeasures.likelihood_ratio, 8): "D:\Apps\Python\HelloPython\venv\lib\site-packages\nltk\collocations.py", line 125, in nbest return [p for p, s in self.score_ngrams(score_fn)[:n]] "D:\Apps\Python\HelloPython\venv\lib\site-packages\nltk\collocations.py", line 121, in score_ngrams return sorted(self._score_ngrams(score_fn), key=lambda t: (-t[1], t[0])) "D:\Apps\Python\HelloPython\venv\lib\site-packages\nltk\collocations.py", line 113, in _score_ngrams score = self.score_ngram(score_fn, *tup) "D:\Apps\Python\HelloPython\venv\lib\site-packages\nltk\collocations.py", line 255, in score_ngram n_all) "D:\Apps\Python\HelloPython\venv\lib\site-packages\nltk\metrics\association.py", line 143, in likelihood_ratio for obs, exp in zip(cont, cls._expected_values(cont)))) "D:\Apps\Python\HelloPython\venv\lib\site-packages\nltk\metrics\association.py", line 143, in <genexpr> for obs, exp in zip(cont, cls._expected_values(cont)))) ValueError: math domain error
Traceback (most recent call last): "sendgrid.py", line 1, in <module> import sendgrid "c:\ang\gurucho-back\modules\sendgrid.py", line 3, in <module> from sendgrid.helpers.mail import * ModuleNotFoundError: No module named 'sendgrid.helpers'; 'sendgrid' is not a package
0.316748
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8xa81xl2\build\youtube_dl\YoutubeDL.py", line 803, in wrapper "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8xa81xl2\build\youtube_dl\YoutubeDL.py", line 824, in __extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8xa81xl2\build\youtube_dl\extractor\common.py", line 532, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8xa81xl2\build\youtube_dl\extractor\pluralsight.py", line 421, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8xa81xl2\build\youtube_dl\extractor\common.py", line 1359, in _sort_formats youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/lib/python3.6/multiprocessing/pool.py", line 119, in worker result = (True, func(*args, **kwds)) "/usr/lib/python3.6/multiprocessing/pool.py", line 44, in mapstar return list(map(*args)) "/usr/lib/python3.6/site-packages/lector/sorter.py", line 210, in read_book all_content = book_ref.get_contents() "/usr/lib/python3.6/site-packages/parsers/epub.py", line 63, in get_contents self.book_ref.parse_chapters(temp_dir=self.extract_path) "/usr/lib/python3.6/site-packages/ePub/read_epub.py", line 246, in parse_chapters chapter_data, self.book['split_chapters'][i]) "/usr/lib/python3.6/site-packages/ePub/read_epub.py", line 317, in get_split_content xml_string = this_split[1] IndexError: list index out of range
0.132092
Traceback (most recent call last): "/usr/local/searx/searx/search.py", line 40, in search_request_wrapper ret = fn(url, **kwargs) "/usr/local/searx/searx/poolrequests.py", line 82, in get return request('get', url, **kwargs) "/usr/local/searx/searx/poolrequests.py", line 75, in request response = session.request(method=method, url=url, **kwargs) "/usr/lib/python2.7/site-packages/requests/sessions.py", line 468, in request resp = self.send(prep, **send_kwargs) "/usr/lib/python2.7/site-packages/requests/sessions.py", line 582, in send r = dispatch_hook('response', hooks, r, **kwargs) "/usr/lib/python2.7/site-packages/requests/hooks.py", line 31, in dispatch_hook _hook_data = hook(hook_data, **kwargs) "/usr/local/searx/searx/search.py", line 117, in process_callback search_results = callback(response) "/usr/local/searx/searx/engines/google_images.py", line 52, in response data_url = result.xpath('./a/@href')[0]IndexError: list index out of range
Traceback (most recent call last): "electrum", line 86, in <module> "electrum", line 72, in check_imports AttributeError: 'ImportError' object has no attribute 'message'
0.233796
Traceback (most recent call last): "sdkref.py", line 31, in <module> friends = graph.get_connections(profile["id"], "friends") "C:\Program s (x86)\Python27\lib\site-packages\facebook.py", line 111, in get_connections return self.request(id + "/" + connection_name, args) "C:\Program s (x86)\Python27\lib\site-packages\facebook.py", line 275, in request raise GraphAPIError(response)facebook.GraphAPIError: Unsupported operation
Traceback (most recent call last): "/usr/lib/python2.6/lib-tk/Tkinter.py", line 1413, in **call** return self.func(_args) "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_tkagg.py", line 246, in motion_notify_event FigureCanvasBase.motion_notify_event(self, x, y, guiEvent=event) "/usr/lib/pymodules/python2.6/matplotlib/backend_bases.py", line 1245, in motion_notify_event self.callbacks.process(s, event) "/usr/lib/pymodules/python2.6/matplotlib/cbook.py", line 163, in process func(_args, **kwargs) "/usr/lib/pymodules/python2.6/matplotlib/backend_bases.py", line 1894, in mouse_move try: s = event.inaxes.format_coord(event.xdata, event.ydata) "<ipython console>", line 5, in format_coordNameError: global name 'myimage' is not defined
0.238106
Traceback (most recent call last): "C:\Python33\lib\logging__init__.py", line 943, in emit "C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 28] No space left on device
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 817, in _decrypt_signature video_id, player_url, s "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 709, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vfljDEtYP/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.173358
Traceback (most recent call last): "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 530, in extract ie_result = self._real_extract(url) "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\pornhub.py", line 235, in _real_extract 'encoded url').split(';') "c:\users\sema\appdata\local\programs\python\python37\lib\site-packages\youtube_dl\extractor\common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract encoded url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/home/pi/GassistPi/src/pushbutton.py", line 42, in <module> from actions import say "/home/pi/GassistPi/src/actions.py", line 124, in <module> spotify_token = credentials.get_access_token() "/home/pi/env/lib/python3.5/site-packages/spotipy/oauth2.py", line 63, in get_access_token token_info = self._request_access_token() "/home/pi/env/lib/python3.5/site-packages/spotipy/oauth2.py", line 77, in _request_access_token raise SpotifyOauthError(response.reason) spotipy.oauth2.SpotifyOauthError: Bad Request
0.244427
Traceback (most recent call last): "/stornext/System/data/apps/anaconda2/anaconda2-4.2.0/bin/cellprofiler", line 11, in <module> load_entry_point('CellProfiler==3.0.0rc1', 'console_scripts', 'cellprofiler')() "/stornext/System/data/apps/anaconda2/anaconda2-4.2.0/lib/python2.7/site-packages/CellProfiler-3.0.0rc1-py2.7.egg/cellprofiler/__main__.py", line 136, in main import cellprofiler.gui.app "/stornext/System/data/apps/anaconda2/anaconda2-4.2.0/lib/python2.7/site-packages/CellProfiler-3.0.0rc1-py2.7.egg/cellprofiler/gui/app.py", line 17, in <module> import cellprofiler.gui.dialog "/stornext/System/data/apps/anaconda2/anaconda2-4.2.0/lib/python2.7/site-packages/CellProfiler-3.0.0rc1-py2.7.egg/cellprofiler/gui/dialog.py", line 7, in <module> class AboutDialogInfo(wx.AboutDialogInfo): AttributeError: 'module' object has no attribute 'AboutDialogInfo'
Traceback (most recent call last): "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\threading.py", line 916, in _bootstrap_inner self.run() "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\threading.py", line 864, in run self._target(*self._args, **self._kwargs) "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\site-packages\keras\utils\data_utils.py", line 565, in _run with closing(self.executor_fn(_SHARED_SEQUENCES)) as executor: "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\site-packages\keras\utils\data_utils.py", line 548, in <lambda> initargs=(seqs,)) "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\context.py", line 119, in Pool context=self.get_context()) "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\pool.py", line 174, in __init__ self._repopulate_pool() "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\pool.py", line 239, in _repopulate_pool w.start() "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\process.py", line 105, in start self._popen = self._Popen(self) "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\context.py", line 322, in _Popen return Popen(process_obj) "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__ reduction.dump(process_obj, to_child) "C:\Users\Bobykhani\Anaconda2\envs\tensorflow\lib\multiprocessing\reduction.py", line 60, in dump ForkingPickler(file, protocol).dump(obj) BrokenPipeError: [Errno 32] Broken pipe
0.283264
Caused by: org.apache.spark.api.python.PythonException: Traceback (most recent call last): "/mnt/resource/hadoop/yarn/local/usercache/nsusshuser/appcache/application_1526397916826_0020/container_e01_1526397916826_0020_01_000002/pyspark.zip/pyspark/worker.py", line 166, in main func, profiler, deserializer, serializer = read_command(pickleSer, infile) "/mnt/resource/hadoop/yarn/local/usercache/nsusshuser/appcache/application_1526397916826_0020/container_e01_1526397916826_0020_01_000002/pyspark.zip/pyspark/worker.py", line 55, in read_command command = serializer._read_with_length(file) "/mnt/resource/hadoop/yarn/local/usercache/nsusshuser/appcache/application_1526397916826_0020/container_e01_1526397916826_0020_01_000002/pyspark.zip/pyspark/serializers.py", line 169, in _read_with_length return self.loads(obj) "/mnt/resource/hadoop/yarn/local/usercache/nsusshuser/appcache/application_1526397916826_0020/container_e01_1526397916826_0020_01_000002/pyspark.zip/pyspark/serializers.py", line 455, in loads return pickle.loads(obj, encoding=encoding) ImportError: No module named 'ml'
Traceback (most recent call last): "/workspaces/speech/scripts/train.py", line 66, in train loss.backward() "/opt/conda/lib/python3.6/site-packages/torch/tensor.py", line 166, in backward torch.autograd.backward(self, gradient, retain_graph, create_graph) "/opt/conda/lib/python3.6/site-packages/torch/autograd/__init__.py", line 99, in backward allow_unreachable=True) # allow_unreachable flag RuntimeError: expected device cpu but got device cuda:0
0.322201
Traceback (most recent call last): "<string>", line 1, in <module> "/app/sejong/tensorly/setup.py", line 44, in <module> README = readme(root_path) "/app/sejong/tensorly/setup.py", line 40, in readme return f.read() "/home/user/miniconda/envs/py36/lib/python3.6/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 1519: ordinal not in range(128)
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 358, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/rtve.py", line 212, in _real_extract r'playerId=player([0-9]+)', webpage, 'internal video ID') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 661, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract internal video ID;
0.253584
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/site-packages/sunpy/tests/__init__.py", line 78, in main raise ValueError(errmsg) ValueError: `online` parameter must have one of the following values: sunpy.tests.INCLUDE_ONLINE, sunpy.tests.EXCLUDE_ONLINE, sunpy.tests.ONLY_ONLINE
Traceback (most recent call last): "/usr/bin/mypaint", line 462, in <module> main.main(datapath, iconspath, old_confpath, version=version) "/usr/share/mypaint/gui/main.py", line 92, in main lib.glib.init_user_dir_caches() "/usr/share/mypaint/lib/glib.py", line 109, in init_user_dir_caches logger.debug("Init g_get_user_config_dir(): %r", get_user_config_dir()) "/usr/share/mypaint/lib/glib.py", line 71, in get_user_config_dir return filename_to_unicode(d_fs) "/usr/share/mypaint/lib/glib.py", line 57, in filename_to_unicode ustring = GLib.filename_to_utf8(opsysstring, -1, 0, 0)TypeError: GLib.filename_to_utf8() takes exactly 2 arguments (4 given)
0.302435
Traceback (most recent call last): "./manual.py", line 298, in <module> main() "./manual.py", line 289, in main process (path, tagdata) "./manual.py", line 188, in process output = converter.process(inputfile, True) "/Applications/sabnzbd-prowl-master/mkvtomp4.py", line 106, in process options = self.generateOptions(inputfile, original=original) "/Applications/sabnzbd-prowl-master/mkvtomp4.py", line 184, in generateOptions info = Converter(self.FFMPEG_PATH, self.FFPROBE_PATH).probe(inputfile) "/Applications/sabnzbd-prowl-master/converter/**init**.py", line 248, in probe return self.ffmpeg.probe(fname) "/Applications/sabnzbd-prowl-master/converter/ffmpeg.py", line 352, in probe '-show_format', '-show_streams', fname], True) "/Applications/sabnzbd-prowl-master/converter/ffmpeg.py", line 306, in _spawn close_fds=True) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 709, in __init__ errread, errwrite) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1326, in _execute_child raise child_exceptionOSError: [Errno 13] Permission denied
Traceback (most recent call last): "C:\Users\adams\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\LilyTexturePacker\frontend.py", line 44, in execute pack_textures(self.getObjects(context), spacing=self.spacing) "C:\Users\adams\AppData\Roaming\Blender Foundation\Blender\2.81\scripts\addons\LilyTexturePacker\packing.py", line 163, in pack_textures img.pixels.foreach_get(all_pixels.ravel()) AttributeError: 'bpy_prop_array' object has no attribute 'foreach_get'
0.223067
Traceback (most recent call last): "/home/x/lager/il4/bin/instaloader", line 11, in <module> sys.exit(main()) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/__main__.py", line 412, in main storyitem_filter_str=args.storyitem_filter) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/__main__.py", line 186, in _main download_stories, fast_update, post_filter, storyitem_filter) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloader.py", line 928, in download_profiles self.download_highlights(profile, fast_update=fast_update, storyitem_filter=storyitem_filter) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloader.py", line 44, in call return func(instaloader, *args, **kwargs) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloader.py", line 587, in download_highlights else '{}/{}'.format(name, user_highlight.title)) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloader.py", line 524, in download_storyitem downloaded |= self.download_pic(filename=filename, url=item.video_url, mtime=date_local) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloader.py", line 195, in download_pic self.context.get_and_write_raw(url, filename) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloadercontext.py", line 497, in get_and_write_raw self.write_raw(self.get_raw(url), filename) "/home/x/lager/il4/lib/python3.6/site-packages/instaloader/instaloadercontext.py", line 455, in write_raw shutil.copyfileobj(resp.raw, file) "/home/x/lager/il4/lib/python3.6/shutil.py", line 79, in copyfileobj buf = fsrc.read(length) "/home/x/lager/il4/lib/python3.6/site-packages/urllib3/response.py", line 430, in read raise IncompleteRead(self._fp_bytes_read, self.length_remaining) "/usr/lib/python3.6/contextlib.py", line 99, in __exit__ self.gen.throw(type, value, traceback) "/home/x/lager/il4/lib/python3.6/site-packages/urllib3/response.py", line 349, in _error_catcher raise ProtocolError('Connection broken: %r' % e, e) urllib3.exceptions.ProtocolError: ("Connection broken: ConnectionResetError(104, 'Connection reset by peer')", ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last): "/home/lupinix/venv/lib64/python3.7/site-packages/IPython/core/interactiveshell.py", line 2963, in run_code exec(code_obj, self.user_global_ns, self.user_ns) "<ipython-input-4-c5082e327d69>", line 1, in <module> from astroquery.vo_conesearch import conesearch "/home/lupinix/venv/lib64/python3.7/site-packages/astroquery/vo_conesearch/conesearch.py", line 26 from .async import AsyncBase ^ SyntaxError: invalid syntax
0.23295
Traceback (most recent call last): "/opt/anaconda3/lib/python3.8/site-packages/qtconsole/comms.py", line 177, in comm_msg comm.handle_msg(msg) "/opt/anaconda3/lib/python3.8/site-packages/qtconsole/comms.py", line 265, in handle_msg return self._msg_callback(msg) "/opt/anaconda3/lib/python3.8/site-packages/spyder_kernels/comms/commbase.py", line 330, in _comm_message self._message_handlers[spyder_msg_type](TypeError: _handle_remote_call_reply() missing 1 required positional argument: 'load_exception'
Traceback (most recent call last): ".../pandas-0.18.1/pandas/tests/test_graphics_others.py", line 408, in test_scatter_plot_legacy _check_plot_works(scat, diagonal='kde') ".../pandas-0.18.1/pandas/tests/test_graphics.py", line 3982, in _check_plot_works ret = f(**kwargs) ".../pandas-0.18.1/pandas/tests/test_graphics_others.py", line 402, in scat return plotting.scatter_matrix(df, **kwds) ".../pandas-0.18.1/pandas/tools/plotting.py", line 370, in scatter_matrix gkde = gaussian_kde(y) "/usr/pkg/lib/python3.5/site-packages/scipy/stats/kde.py", line 171, in __init__ self.set_bandwidth(bw_method=bw_method) "/usr/pkg/lib/python3.5/site-packages/scipy/stats/kde.py", line 498, in set_bandwidth self._compute_covariance() "/usr/pkg/lib/python3.5/site-packages/scipy/stats/kde.py", line 513, in _compute_covariance self._norm_factor = sqrt(linalg.det(2*pi*self.covariance)) * self.n "/usr/pkg/lib/python3.5/site-packages/scipy/linalg/basic.py", line 747, in det a_det, info = fdet(a1, overwrite_a=overwrite_a)TypeError: 'NoneType' object is not callable
0.324574
Traceback (most recent call last): "C:\Users\w10\anaconda3\lib\site-packages\tornado\ioloop.py", line 743, in _run_callback ret = callback() "C:\Users\w10\anaconda3\lib\site-packages\jupyter_client\threaded.py", line 83, in thread_send self.session.send(self.stream, msg) "C:\Users\w10\anaconda3\lib\site-packages\jupyter_client\session.py", line 747, in send to_send = self.serialize(msg, ident) "C:\Users\w10\anaconda3\lib\site-packages\jupyter_client\session.py", line 660, in serialize signature = self.sign(real_message) "C:\Users\w10\anaconda3\lib\site-packages\jupyter_client\session.py", line 606, in sign return str_to_bytes(h.hexdigest()) "C:\Users\w10\anaconda3\lib\site-packages\ipython_genutils\py3compat.py", line 21, in encode return u.encode(encoding, "replace") NotImplementedError: encoding with 'cp1252' codec failed (NotImplementedError: )
Traceback (most recent call last): "/home/frappe/frappe-bench/apps/frappe/frappe/model/base_document.py", line 324, in db_insert ), list(d.values())) "/home/frappe/frappe-bench/apps/frappe/frappe/database/database.py", line 156, in sql self._cursor.execute(query, values) "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/cursors.py", line 170, in execute result = self._query(query) "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/cursors.py", line 328, in _query conn.query(q) "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/connections.py", line 517, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/connections.py", line 732, in _read_query_result result.read() "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/connections.py", line 1075, in read first_packet = self.connection._read_packet() "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/connections.py", line 684, in _read_packet packet.check_error() "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/protocol.py", line 220, in check_error err.raise_mysql_exception(self._data) "/home/frappe/frappe-bench/env/lib/python3.6/site-packages/pymysql/err.py", line 109, in raise_mysql_exception raise errorclass(errno, errval) pymysql.err.IntegrityError: (1062, "Duplicate entry 'AL-00302' for key 'PRIMARY'")
0.279035
Traceback (most recent call last): "queueHandler.pyc", line 47, in flushQueue "virtualBuffers__init__.pyc", line 1489, in _handleUpdate "braille.pyc", line 1444, in handleUpdate "braille.pyc", line 743, in update "textInfos\offsets.pyc", line 328, in expand "virtualBuffers__init__.pyc", line 224, in _getUnitOffsets "textInfos\offsets.pyc", line 310, in _getUnitOffsets "virtualBuffers__init__.pyc", line 170, in _getLineOffsetsWindowsError: [1775](Error) A null context descriptor was passed from the client to the host while calling a foreign procedure (RPC)
Traceback (most recent call last): "C:\Users\mjkam\.conda\envs\PyTorch-0\lib\logging\__init__.py", line 1084, in emit stream.write(msg + self.terminator)AttributeError: 'NoneType' object has no attribute 'write'
0.287702
Traceback (most recent call last): "resnet.py", line 147, in <module> main() "resnet.py", line 127, in main model = resnet() "resnet.py", line 111, in resnet block2 = _residual_block(block_fn, nb_filters=128, repetations=4)(block1) "resnet.py", line 94, in f input = block_function(nb_filters=nb_filters, init_subsample=init_subsample)(input) "resnet.py", line 48, in f conv_1_1 = _bn_relu_conv(nb_filters, 1, 1, subsample=init_subsample)(input) "resnet.py", line 38, in f init="he_normal", border_mode="same")(activation) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/keras/engine/topology.py", line 485, in __call__ self.add_inbound_node(inbound_layers, node_indices, tensor_indices) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/keras/engine/topology.py", line 543, in add_inbound_node Node.create_node(self, inbound_layers, node_indices, tensor_indices) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/keras/engine/topology.py", line 148, in create_node output_tensors = to_list(outbound_layer.call(input_tensors[0], mask=input_masks[0])) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/keras/layers/convolutional.py", line 341, in call filter_shape=self.W_shape) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/keras/backend/tensorflow_backend.py", line 952, in conv2d x = tf.nn.conv2d(x, kernel, strides, padding=padding) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/tensorflow/python/ops/gen_nn_ops.py", line 295, in conv2d data_format=data_format, name=name) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/tensorflow/python/ops/op_def_library.py", line 655, in apply_op op_def=op_def) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/tensorflow/python/framework/ops.py", line 2156, in create_op set_shapes_for_outputs(ret) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/tensorflow/python/framework/ops.py", line 1612, in set_shapes_for_outputs shapes = shape_func(op) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/tensorflow/python/ops/common_shapes.py", line 238, in conv2d_shape in_rows, in_cols, filter_rows, filter_cols, stride_r, stride_c, padding) "/home/Keiku/.pyenv/versions/anaconda3-2.3.0/lib/python3.4/site-packages/tensorflow/python/ops/common_shapes.py", line 155, in get2d_conv_output_size % (row_stride, col_stride, filter_height, filter_width))ValueError: ('stride must be less than or equal to filter size', 'stride: [2x2] filter: [1x1]')
Traceback (most recent call last): "/usr/lib/calibre/calibre/devices/usbms/driver.py", line 235, in update_booklist if bl.add_book(self.book_from_path(prefix, lpath), "/usr/lib/calibre/calibre/devices/usbms/driver.py", line 536, in book_from_path book = cls.book_class(prefix, lpath, other=mi, size=size) "/usr/lib/calibre/calibre/devices/usbms/books.py", line 39, in __init__ if other: "/usr/lib/calibre/calibre/ebooks/metadata/book/base.py", line 786, in __nonzero__ return bool(self.title or self.author or self.comments or self.tags) "/usr/lib/calibre/calibre/ebooks/metadata/book/base.py", line 149, in __getattribute__ 'Metadata object has no attribute named: '+ repr(field)) AttributeError: Metadata object has no attribute named: 'author'
0.271724
Traceback (most recent call last): "/usr/local/lib/python2.6/dist-packages/Django-1.2.1-py2.6.egg/django/core/handlers/base.py", line 100, in get_response response = callback(request, _callback_args, *_callback_kwargs) "/var/www/sites/pootle/Pootle/local_apps/pootle_store/views.py", line 58, in export_as_xliff outputstore = store.convert(PoXliff ) "/var/www/sites/pootle/Pootle/local_apps/pootle_store/models.py", line 789, in convert output.addunit(unit.convert(output.UnitClass)) "/var/www/sites/pootle/Pootle/local_apps/pootle_store/models.py", line 233, in convert newunit.setid(self.getid()) "/var/www/sites/pootle/Pootle/translate/storage/poxliff.py", line 204, in setid self.xmlelement.set("id", id) "lxml.etree.pyx", line 634, in lxml.etree._Element.set (src/lxml/lxml.etree.c:31548) "apihelpers.pxi", line 487, in lxml.etree._setAttributeValue (src/lxml/lxml.etree.c:13896) "apihelpers.pxi", line 1242, in lxml.etree._utf8 (src/lxml/lxml.etree.c:19848) ValueError: All strings must be XML compatible: Unicode or ASCII, no NULL bytes
Traceback (most recent call last): "/root/models/research/object_detection/model_main.py", line 109, in <module> tf.app.run() "/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 125, in run _sys.exit(main(argv)) "/root/models/research/object_detection/model_main.py", line 71, in main FLAGS.sample_1_of_n_eval_on_train_examples)) "/usr/local/lib/python3.6/dist-packages/object_detection-0.1-py3.6.egg/object_detection/model_lib.py", line 605, in create_estimator_and_inputs pipeline_config_path, config_override=config_override) "/usr/local/lib/python3.6/dist-packages/object_detection-0.1-py3.6.egg/object_detection/utils/config_util.py", line 103, in get_configs_from_pipeline_file proto_str = f.read() "/usr/local/lib/python3.6/dist-packages/tensorflow/python/lib/io/file_io.py", line 125, in read self._preread_check() "/usr/local/lib/python3.6/dist-packages/tensorflow/python/lib/io/file_io.py", line 85, in _preread_check compat.as_bytes(self.__name), 1024 * 512, status) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__ c_api.TF_GetCode(self.status.status)) tensorflow.python.framework.errors_impl.NotFoundError: /content/drive/My Drive/invoice_tag/training/pipeline.config; No such file or directory
0.328475
Traceback (most recent call last): "onnx_export.py", line 34, in <module> _ = model(img) # dry run "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/content/yolov5/models/yolo.py", line 90, in forward return self.forward_once(x, profile) # single-scale inference, train "/content/yolov5/models/yolo.py", line 110, in forward_once x = m(x) # run "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/content/yolov5/models/common.py", line 87, in forward return self.conv(torch.cat([x[..., ::2, ::2], x[..., 1::2, ::2], x[..., ::2, 1::2], x[..., 1::2, 1::2]], 1)) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/content/yolov5/models/common.py", line 25, in fuseforward return self.act(self.conv(x)) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 550, in __call__ result = self.forward(*input, **kwargs) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/conv.py", line 353, in forward return self._conv_forward(input, self.weight) "/usr/local/lib/python3.6/dist-packages/torch/nn/modules/conv.py", line 350, in _conv_forward self.padding, self.dilation, self.groups) RuntimeError: Expected 4-dimensional input for 4-dimensional weight [32, 12, 3, 3], but got 3-dimensional input of size [1, 6, 208] instead
Traceback (most recent call last): "/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 777, in resolve_from_url document = self.resolve_remote(url) "/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 863, in resolve_remote with urlopen(uri) as url: "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 222, in urlopen return opener.open(url, data, timeout) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 525, in open response = self._open(req, data) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 536, in _open result = self._call_chain(self.handle_open, 'default', "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 806, in <lambda> meth(r, proxy, type)) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 834, in proxy_open return self.parent.open(req, timeout=req.timeout) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 531, in open response = meth(req, response) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 640, in http_response response = self.parent.error( "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 569, in error return self._call_chain(*args) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 502, in _call_chain result = func(*args) "/home/linuxbrew/.linuxbrew/opt/[email protected]/lib/python3.8/urllib/request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 400: Bad Request
0.232844
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/dist-packages/pafy/pafy.py", line 131, in new return Pafy(url, basic, gdata, signature, size, callback) "/usr/local/lib/python2.7/dist-packages/pafy/pafy.py", line 925, in __init__ self.fetch_basic() "/usr/local/lib/python2.7/dist-packages/pafy/pafy.py", line 986, in fetch_basic self._process_streams() "/usr/local/lib/python2.7/dist-packages/pafy/pafy.py", line 1023, in _process_streams adpt_streams = [Stream(z, self) for z in self.asm] "/usr/local/lib/python2.7/dist-packages/pafy/pafy.py", line 607, in __init__ self._resolution = g.itags[self.itag][0]KeyError: u'249'
recording Traceback (most recent call last): "./checkpoints/load_test.py", line 181, in <module> main() "./checkpoints/load_test.py", line 173, in main run_test() "./checkpoints/load_test.py", line 145, in run_test record_wav() "./checkpoints/load_test.py", line 121, in record_wav stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL) "/usr/lib/python3.5/subprocess.py", line 271, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/pi/voice-recognizer-raspi/env/bin/python3', '/home/pi/voice-recognizer-raspi/src/aiy/audio.py', 'dump', '/tmp/tmpfwzdt9he.wav', '-d', '3']' returned non-zero exit status 1
0.196116
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/synapse/http/server.py", line 81, in wrapped_request_handler await h(self, request) "/usr/local/lib/python3.7/site-packages/synapse/rest/media/v1/upload_resource.py", line 86, in _async_render_POST media_type, upload_name, request.content, content_length, requester.user "/usr/local/lib/python3.7/site-packages/synapse/rest/media/v1/media_repository.py", line 171, in create_content await self._generate_thumbnails(None, media_id, media_id, media_type) "/usr/local/lib/python3.7/site-packages/synapse/rest/media/v1/media_repository.py", line 578, in _generate_thumbnails thumbnailer = Thumbnailer(input_path) "/usr/local/lib/python3.7/site-packages/synapse/rest/media/v1/thumbnailer.py", line 40, in __init__ self.image = Image.open(input_path) "/usr/local/lib/python3.7/site-packages/PIL/Image.py", line 2896, in open "cannot identify image file %r" % (filename if filename else fp) PIL.UnidentifiedImageError: cannot identify image file '/data/media_store/local_content/zE/eG/UpUBjEyPUTciGGeOzjHc'
Traceback (most recent call last): "tests/utils_test.py", line 424, in test_port_only_with_colon lambda: split_port(":80")) "/usr/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) "tests/utils_test.py", line 424, in <lambda> lambda: split_port(":80")) "/home/mark/Projects/docker-py/docker/utils/ports/ports.py", line 77, in split_port if len(internal_range) != len(external_range):TypeError: object of type 'NoneType' has no len()
0.138758
Traceback (most recent call last): "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib64/python2.6/runpy.py", line 34, in _run_code exec code in run_globals "/usr/local/bin/youtube-dl/__main__.py", line 18, in <module> "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 351, in main "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 341, in _real_main "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1094, in download "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 536, in extract_info "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 199, in extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/mailru.py", line 57, in _real_extractKeyError: u'id'
Traceback (most recent call last): "/Library/Python/2.7/site-packages/gooey/gui/windows/footer.py", line 152, in OnStartButton self._controller.OnStartButton(event, self) "/Library/Python/2.7/site-packages/gooey/gui/controller.py", line 48, in OnStartButton _required = self.core_gui.GetRequiredArgs() "/Library/Python/2.7/site-packages/gooey/gui/windows/base_window.py", line 82, in GetRequiredArgs return self.config_panel.GetRequiredArgs() "/Library/Python/2.7/site-packages/gooey/gui/windows/advanced_config.py", line 108, in GetRequiredArgs return [arg.GetValue() for arg in self.components.required_args]TypeError: 'NoneType' object is not iterable
0.230569
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Python27\lib\site-packages\requests\sessions.py", line 487, in get return self.request('GET', url, **kwargs) "C:\Python27\lib\site-packages\cfscrape\__init__.py", line 30, in request return self.solve_cf_challenge(resp, **kwargs) "C:\Python27\lib\site-packages\cfscrape\__init__.py", line 52, in solve_cf_challenge js = self.extract_js(body) "C:\Python27\lib\site-packages\cfscrape\__init__.py", line 73, in extract_js "t,r,a,f.+?\r?\n[\s\S]+?a\.value =.+?)\r?\n", body).group(1)AttributeError: 'NoneType' object has no attribute 'group'
Traceback (most recent call last): "pillow_webp.py", line 8, in <module> p.close() "/Users/alexwlchan/.virtualenvs/tempenv-2005296845a12/lib/python3.6/site-packages/PIL/Image .py", line 438, in close raise IOError("image was incomplete") OSError: image was incomplete
0.227148
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0wqp9d0n\build\youtube_dl\YoutubeDL.py", line 785, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0wqp9d0n\build\youtube_dl\extractor\common.py", line 440, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0wqp9d0n\build\youtube_dl\extractor\facebook.py", line 422, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0wqp9d0n\build\youtube_dl\extractor\facebook.py", line 337, in _extract_from_url youtube_dl.utils.ExtractorError: Cannot parse data; 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): "/home/zentral/app/releases/2019.03.21-02.51.19-master-8f21ee/server/server/urls.py", line 36, in <module> include(url_module, namespace=namespace))) "/home/zentral/app/venv/lib/python3.5/site-packages/django/conf/urls/__init__.py", line 50, in include urlconf_module = import_module(urlconf_module) "/usr/lib/python3.5/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 986, in _gcd_import "<frozen importlib._bootstrap>", line 969, in _find_and_load "<frozen importlib._bootstrap>", line 956, in _find_and_load_unlocked ImportError: No module named 'zentral.contrib.nagios.api_urls'
0.285696
Traceback (most recent call last): "/var/www/mycodo/mycodo/utils/influx.py", line 112, in read_last_influxdb number = len(last_measurement['series'][0]['values']) KeyError: 'series'
Traceback (most recent call last): "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1047, in process_info success = dl(filename, info_dict) "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1023, in dl return fd.download(name, info) "/bin/youtube-dl/youtube_dl/downloader/common.py", line 292, in download return self.real_download(filename, info_dict) "/bin/youtube-dl/youtube_dl/downloader/http.py", line 64, in real_download data = self.ydl.urlopen(request) "/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1279, in urlopen return self._opener.open(req, timeout=self._socket_timeout) "/usr/lib/python2.7/urllib2.py", line 410, in open response = meth(req, response) "/usr/lib/python2.7/urllib2.py", line 523, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python2.7/urllib2.py", line 448, in error return self._call_chain(_args) "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain result = func(_args) "/usr/lib/python2.7/urllib2.py", line 531, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)HTTPError: HTTP Error 404: Not Found
0.28724
Traceback (most recent call last): "/usr/lib/python2.6/site-packages/Shinken-2.2-py2.6.egg/shinken/webui/bottlecore.py", line 682, in _handle return callback(**args) "/usr/lib/python2.6/site-packages/Shinken-2.2-py2.6.egg/shinken/webui/bottlecore.py", line 1333, in wrapper rv = callback(_a, *_ka) "/usr/lib/python2.6/site-packages/Shinken-2.2-py2.6.egg/shinken/http_daemon.py", line 362, in f_wrapper ret = f(**d) "/usr/lib/python2.6/site-packages/Shinken-2.2-py2.6.egg/shinken/satellite.py", line 168, in push_actions self.app.add_actions(actions, int(sched_id)) "/usr/lib/python2.6/site-packages/Shinken-2.2-py2.6.egg/shinken/satellite.py", line 663, in add_actions if a.id in self.schedulers[sched_id]['actions']:KeyError: 2
Traceback (most recent call last): "main.py", line 599, in <module> main(sys.argv[1:]) "main.py", line 422, in main model = build_model(args, vocab, word_embs, tasks) "/nfs/jiant/home/srbowman/jiant/src/models.py", line 268, in build_model args, vocab, d_emb, tasks, embedder, cove_layer "/nfs/jiant/home/srbowman/jiant/src/models.py", line 137, in build_sent_encoder args.n_slots, AttributeError: 'Params' object has no attribute 'n_slots'
0.236188
Traceback (most recent call last): "sqlmap.py", line 216, in main start() "lib/core/decorators.py", line 78, in _ result = f(*args, **kwargs) "lib/controller/controller.py", line 437, in start if not checkConnection(suppressOutput=conf.forms) or not checkString() or not checkRegexp(): "lib/controller/checks.py", line 1544, in checkConnection Request.queryPage(content=True, noteResponseTime=False) "lib/core/decorators.py", line 78, in _ result = f(*args, **kwargs) "lib/request/connect.py", line 1423, in queryPage page, headers, code = Connect.getPage(url=uri, get=get, post=post, method=method, cookie=cookie, ua=ua, referer=referer, host=host, silent=silent, auxHeaders=auxHeaders, response=response, raise404=raise404, ignoreTimeout=timeBasedCompare) "lib/request/connect.py", line 882, in getPage processResponse(page, responseHeaders, code, status) "lib/request/basic.py", line 384, in processResponse parseResponse(page, responseHeaders if kb.processResponseCounter < PARSE_HEADERS_LIMIT else None, status) "lib/request/basic.py", line 151, in parseResponse headersParser(headers) "lib/parse/headers.py", line 37, in headersParser parseXml (xmlfile, handler) "lib/core/common.py", line 2347, in parseXml parse(stream, handler) "/Python27/lib/xml/sax/__init__.py", line 33, in parse parser.parse(source) "/Python27/lib/xml/sax/expatreader.py", line 111, in parse xmlreader.IncrementalParser.parse(self, source) "/Python27/lib/xml/sax/xmlreader.py", line 123, in parse self.feed(buffer) "/Python27/lib/xml/sax/expatreader.py", line 220, in feed self._parser.Parse(data, isFinal) "/Python27/lib/xml/sax/expatreader.py", line 336, in start_element self._cont_handler.startElement(name, AttributesImpl(attrs)) "lib/parse/handler.py", line 65, in startElement if self._dbmsVersion.isdigit():AttributeError: 'NoneType' object has no attribute 'isdigit'
Traceback (most recent call last): "crawl-good-addons.py", line 38, in <module> manager = TaskManager.TaskManager(manager_params, browser_params) "/Users/awagner/mozilla/coe/OpenWPM/automation/TaskManager.py", line 132, in __init__ self.data_aggregator.save_configuration(openwpm_v, browser_v) "/Users/awagner/mozilla/coe/OpenWPM/automation/DataAggregator/LocalAggregator.py", line 230, in save_configuration openwpm_version, browser_version) sqlite3.OperationalError: database is locked
0.262957
Traceback (most recent call last): "/usr/local/bin/conda", line 9, in <module> load_entry_point('conda==4.2.7', 'console_scripts', 'conda')() "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 558, in load_entry_point "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2682, in load_entry_point "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2355, in load "build/bdist.linux-x86_64/egg/pkg_resources/__init__.py", line 2361, in resolve "/usr/local/lib/python2.7/dist-packages/conda/cli/__init__.py", line 8, in <module> from .main import main # NOQA "/usr/local/lib/python2.7/dist-packages/conda/cli/main.py", line 46, in <module> from ..base.context import context "/usr/local/lib/python2.7/dist-packages/conda/base/context.py", line 18, in <module> from ..common.configuration import (Configuration, MapParameter, PrimitiveParameter, "/usr/local/lib/python2.7/dist-packages/conda/common/configuration.py", line 40, in <module> from ruamel.yaml.comments import CommentedSeq, CommentedMap # pragma: no cover ImportError: No module named ruamel.yaml.comments
Traceback (most recent call last): "/usr/local/lib/python3.5/site-packages/matplotlib/colors.py", line 370, in to_rgba r, g, b = self.to_rgb(arg) "/usr/local/lib/python3.5/site-packages/matplotlib/colors.py", line 328, in to_rgb 'to_rgb: Invalid rgb arg "%s"\n%s' % (str(arg), exc))ValueError: to_rgb: Invalid rgb arg "viridis"
0.26147