text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "./test.py", line 43, in <module> encode_frames(pkt,ovstream,oastream) "./test.py", line 26, in encode_frames ovstream.encode(frames) "av/video/stream.pyx", line 86, in av.video.stream.VideoStream.encode (src/av/video/stream.c:2991) "av/video/stream.pyx", line 147, in av.video.stream.VideoStream.encode (src/av/video/stream.c:2681) "av/utils.pyx", line 78, in av.utils.err_check (src/av/utils.c:1749) av.AVError: [Errno 1] Operation not permitted
Traceback (most recent call last): "/home/user/.virtualenvs/manticore/site-packages/manticore/core/executor.py", line 347, in run if not current_state.execute(): "/home/user/.virtualenvs/manticore/site-packages/manticore/core/state.py", line 123, in execute result = self.platform.execute() "/home/user/.virtualenvs/manticore/site-packages/manticore/platforms/linux.py", line 1810, in execute self.syscall() "/home/user/.virtualenvs/manticore/site-packages/manticore/platforms/linux.py", line 1655, in syscall return self._syscall_abi.invoke(implementation) "/home/user/.virtualenvs/manticore/site-packages/manticore/core/cpu/abstractcpu.py", line 312, in invoke result = model(*argument_tuple) "/home/user/.virtualenvs/manticore/site-packages/manticore/platforms/linux.py", line 1020, in sys_lseek signed_offset = ctypes.c_int64(offset).value "/home/user/opt/mechaphish/pypy/pypy2-v5.6.0-linux64/lib_pypy/_ctypes/primitive.py", line 319, in __init__ self.value = value "/home/user/opt/mechaphish/pypy/pypy2-v5.6.0-linux64/lib_pypy/_ctypes/primitive.py", line 330, in _setvalue self._buffer[0] = value TypeError: unsupported operand type for long(): 'BitVecSub'
0.25414
Traceback (most recent call last): "<string>", line 1, in <module> "/home/fedora/.vim/bundle/jedi-vim/initialize.py", line 22, in <module> import jedi_vim "/home/fedora/.vim/bundle/jedi-vim/jedi_vim.py", line 12, in <module> import jedi "/usr/lib/python2.7/site-packages/jedi/__init__.py", line 41, in <module> from jedi.api import Script, Interpreter, NotFoundError, set_debug_function "/usr/lib/python2.7/site-packages/jedi/api/__init__.py", line 16, in <module> from jedi.parser import Parser, load_grammar "/usr/lib/python2.7/site-packages/jedi/parser/__init__.py", line 21, in <module> from jedi.parser import tree as pt "/usr/lib/python2.7/site-packages/jedi/parser/tree.py", line 39, in <module> from jedi import cache "/usr/lib/python2.7/site-packages/jedi/cache.py", line 32, in <module> from jedi import debug "/usr/lib/python2.7/site-packages/jedi/debug.py", line 17, in <module> init() "/usr/lib/python2.7/site-packages/colorama/initialise.py", line 37, in init wrap_stream(orig_stdout, convert, strip, autoreset, wrap) "/usr/lib/python2.7/site-packages/colorama/initialise.py", line 76, in wrap_stream convert=convert, strip=strip, autoreset=autoreset) "/usr/lib/python2.7/site-packages/colorama/ansitowin32.py", line 67, in __init__ strip = conversion_supported or (not wrapped.closed and not is_a_tty(wrapped))AttributeError: closed
Traceback (most recent call last): "/Users/pisces/Documents/python application/binlog2sql/binlog2sql/binlog2sql.py", line 7, in <module> from pymysqlreplication import BinLogStreamReader "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pymysqlreplication/__init__.py", line 23, in <module> from .binlogstream import BinLogStreamReader "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pymysqlreplication/binlogstream.py", line 8, in <module> from pymysql.util import int2byte ModuleNotFoundError: No module named 'pymysql.util'
0.231356
Traceback (most recent call last): "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 516, in <module> main() "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 499, in main inst.populate() "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 299, in populate self.facts['neighbors'] = self.populate_neighbors(data) "/tmp/ansible_HvcZF9/ansible_module_nxos_facts.py", line 320, in populate_neighbors if data.startswith('ERROR'): AttributeError: 'dict' object has no attribute 'startswith'
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/yapf/yapflib/pytree_utils.py", line 115, in ParseCodeToTree tree = parser_driver.parse_string(code, debug=False) "/usr/lib64/python3.6/lib2to3/pgen2/driver.py", line 107, in parse_string return self.parse_tokens(tokens, debug) "/usr/lib64/python3.6/lib2to3/pgen2/driver.py", line 72, in parse_tokens if p.addtoken(type, value, (prefix, start)): "/usr/lib64/python3.6/lib2to3/pgen2/parse.py", line 159, in addtoken raise ParseError("bad input", type, value, context) lib2to3.pgen2.parse.ParseError: bad input: type=3, value='"^{b}\\w$"', context=('', (2, 6))
0.204706
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "/home/ahundt/.local/lib/python2.7/site-packages/tensorflow/python/training/queue_runner_impl.py", line 268, in _run coord.request_stop(e) "/home/ahundt/.local/lib/python2.7/site-packages/tensorflow/python/training/coordinator.py", line 213, in request_stop six.reraise(*sys.exc_info()) "/home/ahundt/.local/lib/python2.7/site-packages/tensorflow/python/training/queue_runner_impl.py", line 252, in _run enqueue_callable() "/home/ahundt/.local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1249, in _single_operation_run self._call_tf_sessionrun(None, {}, [], target_list, None) "/home/ahundt/.local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1420, in _call_tf_sessionrun status, run_metadata) "/home/ahundt/.local/lib/python2.7/site-packages/tensorflow/python/framework/errors_impl.py", line 516, in __exit__ c_api.TF_GetCode(self.status.status)) CancelledError: TakeGrad operation was cancelled
Traceback (most recent call last): "<pyshell#112>", line 1, in <module> y,sr = librosa.load(filename) "C:\Python36\lib\site-packages\librosa\core\audio.py", line 112, in load with audioread.audio_open(os.path.realpath(path)) as input_file: "C:\Python36\lib\site-packages\audioread\__init__.py", line 93, in audio_open if _gst_available(): "C:\Python36\lib\site-packages\audioread\__init__.py", line 37, in _gst_available import gi "C:\Python36\lib\site-packages\gi\__init__.py", line 39 print url ^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(url)?
0.326141
Traceback (most recent call last): "<string>", line 1, in <module> ImportError: No module named 'setuptools'
Traceback (most recent call last): "/data/data/com.termux/files/usr/bin/youtube-dl", line 8, in <module> sys.exit(main()) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/youtube_dl/__init__.py", line 474, in main _real_main(argv) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/youtube_dl/__init__.py", line 464, in _real_main retcode = ydl.download(all_urls) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 2018, in download res = self.extract_info( "/data/data/com.termux/files/usr/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info ie_result = ie.extract(url) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/data/data/com.termux/files/usr/lib/python3.9/site-packages/youtube_dl/extractor/xtube.py", line 103, in _real_extract if not isinstance(sources, dict): UnboundLocalError: local variable 'sources' referenced before assignment"
0.320591
Traceback (most recent call last): "/usr/pkg/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/tmp/pkgsrc-tmp/local/py-numpy/work/.destdir/usr/pkg/lib/python2.7/site-packages/numpy/core/tests/test_umath.py", line 1889, in _check_branch_cut assert_(np.all(np.absolute(y0[ji].imag - ym.imag*im_sign) < atol), (y0[ji], ym)) "/tmp/pkgsrc-tmp/local/py-numpy/work/.destdir/usr/pkg/lib/python2.7/site-packages/numpy/testing/utils.py", line 75, in assert_ raise AssertionError(smsg)AssertionError: (array([ 0.+0.70710677j], dtype=complex64), array([ 0.+0.70710677j], dtype=complex64))
Traceback (most recent call last): "/home/pi/GassistPi/src/main.py", line 692, in <module> Myassistant().main() "/home/pi/GassistPi/src/main.py", line 549, in main YouTube_No_Autoplay(str(usrcmd).lower()) "/home/pi/GassistPi/src/actions.py", line 1043, in YouTube_No_Autoplay say('It is no longer available in youtube') "/home/pi/GassistPi/src/actions.py", line 224, in say newword=trans(words,language) "/home/pi/GassistPi/src/actions.py", line 218, in trans transword= translator.translate(words, lang) "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 409, in translate return _unwrapper_single_element(self._translate_single_text(text, target_language, source_language)) "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 334, in _translate_single_text results = list(self._execute(make_task(i) for i in split_text(text))) "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 203, in _execute yield each() "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 332, in <lambda> return lambda: self._basic_translate(text, target_language, source_lauguage)[0] "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 251, in _basic_translate response_content = self._open_url(url) "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 191, in _open_url raise e "/home/pi/env/lib/python3.5/site-packages/goslate.py", line 181, in _open_url response = self._opener.open(request, timeout=self._TIMEOUT) "/usr/lib/python3.5/urllib/request.py", line 472, in open response = meth(req, response) "/usr/lib/python3.5/urllib/request.py", line 582, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python3.5/urllib/request.py", line 510, in error return self._call_chain(*args) "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain result = func(*args) "/usr/lib/python3.5/urllib/request.py", line 590, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 503: Service Unavailable
0.247267
Traceback (most recent call last): "<string>", line 1, in <module> "c:\Python27\lib\multiprocessing\forking.py", line 380, in main prepare(preparation_data) "c:\Python27\lib\multiprocessing\forking.py", line 489, in prepare file, path_name, etc = imp.find_module(main_name, dirs) ImportError: No module named autosub
Traceback (most recent call last): ... ".../site-packages/pycoin/tx/Tx.py", line 177, in signature_hash return from_bytes_32(tmp_tx.hash(hash_type=hash_type)) ".../site-packages/pycoin/tx/Tx.py", line 117, in hash self.stream(s) ".../site-packages/pycoin/tx/Tx.py", line 103, in stream t.stream(f) ".../site-packages/pycoin/tx/TxOut.py", line 48, in stream stream_struct("QS", f, self.coin_value, self.script) ".../site-packages/pycoin/serialize/streamer.py", line 48, in stream_struct self.stream_lookup[c](f, v) ".../site-packages/pycoin/serialize/bitcoin_streamer.py", line 43, in <lambda> "Q": (lambda f: struct.unpack("<Q", f.read(8))[0], lambda f, v: f.write(struct.pack("<Q", v))),ValueError: cannot convert negative integer to unsigned
0.283053
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 440, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8100): Max retries exceeded with url: /status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x103d2b6a0>: Failed to establish a new connection: [Errno 61] Connection refused',))
Original Traceback (most recent call last): "/home/koh/anaconda3/envs/mydl/lib/python3.8/site-packages/torch/utils/data/_utils/worker.py", line 185, in _worker_loop data = fetcher.fetch(index) "/home/koh/anaconda3/envs/mydl/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/home/koh/anaconda3/envs/mydl/lib/python3.8/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/home/koh/ssd.pytorch/data/voc0712.py", line 129, in __getitem__ im, gt, h, w = self.pull_item(index) "/home/koh/ssd.pytorch/data/voc0712.py", line 139, in pull_item target = ET.parse(self._annopath % img_id).getroot() TypeError: not enough arguments for format string
0.267124
Traceback (most recent call last): "d:\github\azure-cli\src\azure-cli\azure\cli\main.py", line 36, in main cmd_result = APPLICATION.execute(args) "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\application.py", line 210, in execute result = expanded_arg.func(params) "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\commands\__init__.py", line 289, in __call__ return self.handler(*args, **kwargs) "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\commands\__init__.py", line 488, in _execute_command reraise(*sys.exc_info()) "D:\github\azure-cli\env\lib\site-packages\six.py", line 686, in reraise raise value "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\commands\__init__.py", line 465, in _execute_command result = op(client, **kwargs) if client else op(**kwargs) "d:\github\azure-cli\src\command_modules\azure-cli-interactive\azure\cli\command_modules\interactive\custom.py", line 13, in start_shell from azclishell.__main__ import main "d:\github\azure-cli\src\command_modules\azure-cli-interactive\azclishell\__main__.py", line 12, in <module> import azclishell._dump_help "d:\github\azure-cli\src\command_modules\azure-cli-interactive\azclishell\_dump_help.py", line 8, in <module> dump_command_table() # because need to write to files before read them "d:\github\azure-cli\src\command_modules\azure-cli-interactive\azclishell\_dump_commands.py", line 51, in dump_command_table install_modules() "d:\github\azure-cli\src\command_modules\azure-cli-interactive\azclishell\_dump_commands.py", line 27, in install_modules CMD_TABLE[cmd].load_arguments() "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\commands\__init__.py", line 250, in load_arguments self.arguments.update(self.arguments_loader()) "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\commands\__init__.py", line 515, in arguments_loader return extract_args_from_signature(get_op_handler(operation), no_wait_param=no_wait_param) "d:\github\azure-cli\src\azure-cli-core\azure\cli\core\commands\__init__.py", line 399, in get_op_handler op = import_module(mod_to_import) "D:\github\azure-cli\env\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: No module named 'azure.mgmt.network.v2015_06_15.operations.packet_captures_operations'
Traceback (most recent call last): "/root/jasper/client/brain.py", line 73, in query module.handle(text, self.mic, self.profile) "/root/jasper/client/modules/News.py", line 48, in handle "/root/jasper/client/modules/News.py", line 27, in getTopArticles IndexError: list index out of range
0.322099
Traceback (most recent call last): "/builddir/build/BUILD/MDAnalysis-0.16.0/MDAnalysisTests-0.16.0/MDAnalysisTests/analysis/test_encore.py", line 196, in test_rmsd_matrix_without_superimposition coordinates = self.ens1.trajectory.timeseries(selection, format='fac') "/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/coordinates/memory.py", line 365, in timeseries return array.take(asel.indices, a_index) TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'
Traceback (most recent call last): "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 859, in emit msg = self.format(record) "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 732, in format return fmt.format(record) "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 471, in format record.message = record.getMessage() "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 335, in getMessage msg = msg % self.argsUnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 11: ordinal not in range(128)
0.299025
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/pykka/actor.py", line 191, in _actor_loop self.on_start() "/usr/local/lib/python2.7/dist-packages/Mopidy_Spotify-2.0.0-py2.7.egg/mopidy_spotify/backend.py", line 52, in on_start self._session = self._get_session(self._config) "/usr/local/lib/python2.7/dist-packages/Mopidy_Spotify-2.0.0-py2.7.egg/mopidy_spotify/backend.py", line 77, in _get_session config['spotify']['private_session']) "/usr/local/lib/python2.7/dist-packages/pyspotify-2.0.0b4-py2.7-linux-x86_64.egg/spotify/social.py", line 41, in private_session 'private_session can only be set when the session is logged 'RuntimeError: private_session can only be set when the session is logged in. This is temporary workaround of a libspotify bug, causing the application to segfault otherwise.
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1057, in _decrypt_signature video_id, player_url, s "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 971, in _extract_signature_function errnote='Download of %s failed' % player_url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in _download_webpage res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 436, in _download_webpage_handle urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 416, in _request_webpage return self._downloader.urlopen(url_or_request) "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 2001, in urlopen return self._opener.open(req, timeout=self._socket_timeout) "/usr/lib/python2.7/urllib2.py", line 421, in open protocol = req.get_type() "/usr/lib/python2.7/urllib2.py", line 283, in get_type raise ValueError, "unknown url type: %s" % self.__original ValueError: unknown url type: /yts/jsbin/player-en_US-vflV3n15C/base.js
0.228324
Traceback (most recent call last): "/usr/lib/python2.7/logging/__init__.py", line 884, in emit stream.write(fs % msg.encode("UTF-8")) UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 130: ordinal not in range(128)
Traceback (most recent call last): "/usr/bin/letsencrypt", line 11, in <module> sys.exit(main()) "/usr/lib/python2.6/site-packages/letsencrypt/cli.py", line 1350, in main args = prepare_and_parse_args(plugins, cli_args) "/usr/lib/python2.6/site-packages/letsencrypt/cli.py", line 1066, in prepare_and_parse_args _plugins_parsing(helpful, plugins) "/usr/lib/python2.6/site-packages/letsencrypt/cli.py", line 1193, in _plugins_parsing help="public_html / webroot path. This can be specified multiple times to " "/usr/lib/python2.6/site-packages/letsencrypt/cli.py", line 849, in add if self.visible_topics[topic]:KeyError: 'webroot'
0.153736
Traceback (most recent call last): "/home/ubuntu/.local/share/letsencrypt/bin/letsencrypt", line 11, in <module> sys.exit(main()) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 1398, in main return args.func(args, config, plugins) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 559, in run lineage = _auth_from_domains(le_client, config, domains) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/cli.py", line 404, in _auth_from_domains lineage = le_client.obtain_and_enroll_certificate(domains) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/client.py", line 283, in obtain_and_enroll_certificate certr, chain, key, _ = self.obtain_certificate(domains) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/client.py", line 266, in obtain_certificate return self._obtain_certificate(domains, csr) + (key, csr) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/client.py", line 224, in _obtain_certificate authzr = self.auth_handler.get_authorizations(domains) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/letsencrypt/auth_handler.py", line 74, in get_authorizations domain, self.account.regr.new_authzr_uri) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 215, in request_domain_challenges typ=messages.IDENTIFIER_FQDN, value=domain), new_authz_uri) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 195, in request_challenges response = self.net.post(new_authzr_uri, new_authz) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 634, in post return self._check_response(response, content_type=content_type) "/home/ubuntu/.local/share/letsencrypt/local/lib/python2.7/site-packages/acme/client.py", line 550, in _check_response raise messages.Error.from_json(jobj)Error: urn:acme:error:badNonce :: The client sent an unacceptable anti-replay nonce :: JWS has invalid anti-replay nonce
Traceback (most recent call last): "/app/medusa/medusa/db.py", line 274, in action self.connection.commit()OperationalError: database or disk is full
0.196298
DEBUG conda.core.package_cache:_execute_action(484): Traceback (most recent call last): "/Users/tarrade/anaconda/lib/python2.7/site-packages/conda/core/package_cache.py", line 481, in _execute_action action.execute() "/Users/tarrade/anaconda/lib/python2.7/site-packages/conda/core/path_actions.py", line 749, in execute download(self.url, self.target_full_path, self.md5sum) "/Users/tarrade/anaconda/lib/python2.7/site-packages/conda/gateways/download.py", line 63, in download resp = session.get(url, stream=True, proxies=session.proxies, timeout=timeout) "/Users/tarrade/anaconda/lib/python2.7/site-packages/requests/sessions.py", line 501, in get return self.request('GET', url, **kwargs) "/Users/tarrade/anaconda/lib/python2.7/site-packages/requests/sessions.py", line 488, in request resp = self.send(prep, **send_kwargs) "/Users/tarrade/anaconda/lib/python2.7/site-packages/requests/sessions.py", line 609, in send r = adapter.send(request, **kwargs) "/Users/tarrade/anaconda/lib/python2.7/site-packages/conda/connection.py", line 70, in send raise RuntimeError(message) RuntimeError: EnforceUnusedAdapter called with url https://repo.continuum.io/pkgs/free/osx-64/openssl-1.0.2k-0.tar.bz2
Traceback (most recent call last): "/home/super/google_appengine/google/appengine/runtime/wsgi.py", line 240, in Handle handler = _config_handle.add_wsgi_middleware(self._LoadHandler()) "/home/super/google_appengine/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler handler, path, err = LoadObject(self._handler) "/home/super/google_appengine/google/appengine/runtime/wsgi.py", line 85, in LoadObject obj = __import__(path[0]) "/home/super/WebProjects/myapp/blog.py", line 3, in <module> from models import Post "/home/super/WebProjects/myapp/models.py", line 1, in <module> import CommonMark "/home/super/WebProjects/myapp/libs/CommonMark/__init__.py", line 4, in <module> from CommonMark.main import commonmark "/home/super/WebProjects/myapp/libs/CommonMark/main.py", line 15, in <module> from CommonMark.dump import dumpAST, dumpJSON "/home/super/WebProjects/myapp/libs/CommonMark/dump.py", line 3, in <module> from builtins import str "/home/super/WebProjects/myapp/libs/builtins/__init__.py", line 8, in <module> from future.builtins import * "/home/super/WebProjects/myapp/libs/future/builtins/__init__.py", line 10, in <module> from future.builtins.iterators import (filter, map, zip) "/home/super/WebProjects/myapp/libs/future/builtins/iterators.py", line 43, in <module> from future.types import newrange as range "/home/super/WebProjects/myapp/libs/future/types/__init__.py", line 243, in <module> from .newrange import newrange "/home/super/WebProjects/myapp/libs/future/types/newrange.py", line 25, in <module> from future.backports.misc import count # with step parameter on Py2.6 "/home/super/WebProjects/myapp/libs/future/backports/__init__.py", line 17, in <module> from .misc import (ceil, "/home/super/WebProjects/myapp/libs/future/backports/misc.py", line 900, in <module> from subprocess import check_outputImportError: cannot import name check_output
0.26523
Traceback (most recent call last): "/home/travis/virtualenv/python2.7_with_system_site_packages/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(_self.arg) "/home/travis/build/nilearn/nilearn/nilearn/plotting/test/test_slicers.py", line 27, in test_demo_ortho_slicer pl.clf() "/usr/lib/pymodules/python2.7/matplotlib/pyplot.py", line 443, in clf gcf().clf() "/usr/lib/pymodules/python2.7/matplotlib/pyplot.py", line 369, in gcf return figure() "/usr/lib/pymodules/python2.7/matplotlib/pyplot.py", line 343, in figure *_kwargs) "/usr/lib/pymodules/python2.7/matplotlib/backends/backend_tkagg.py", line 80, in new_figure_manager window = Tk.Tk() "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1688, in **init** self.tk = _tkinter.create(screenName, baseName, className, interactive, wantobjects, useTk, sync, use)TclError: no display name and no $DISPLAY environment variable
Traceback (most recent call last): "/mnt/kufs/scratch/fiuyulur/bcbio_ku/bin/bcbio_nextgen.py", line 4, in <module> __import__('pkg_resources').run_script('bcbio-nextgen==1.0.0', 'bcbio_nextgen.py') "/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/anaconda/lib/python2.7/site-packages/setuptools-20.3-py2.7.egg/pkg_resources/__init__.py", line 726, in run_script "/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/anaconda/lib/python2.7/site-packages/setuptools-20.3-py2.7.egg/pkg_resources/__init__.py", line 1484, in run_script "/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio_nextgen-1.0.0-py2.7.egg-info/scripts/bcbio_nextgen.py", line 211, in <module> install.upgrade_bcbio(kwargs["args"]) "/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 95, in upgrade_bcbio upgrade_bcbio_data(args, REMOTES) "/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 286, in upgrade_bcbio_data cbl_deploy.deploy(s) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/__init__.py", line 65, in deploy _setup_vm(options, vm_launcher, actions) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/__init__.py", line 110, in _setup_vm configure_instance(options, actions) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/__init__.py", line 268, in configure_instance setup_biodata(options) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/__init__.py", line 250, in setup_biodata install_proc(options["genomes"], ["ggd", "s3", "raw"]) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/genomes.py", line 344, in install_data _prep_genomes(env, genomes, genome_indexes, ready_approaches) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/genomes.py", line 473, in _prep_genomes retrieve_fn(env, manager, gid, idx) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/genomes.py", line 812, in _install_with_ggd ggd.install_recipe(env.cwd, recipe_file) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/ggd.py", line 30, in install_recipe recipe["recipe"]["full"]["recipe_type"]) "/mnt/kufs/scratch/fiuyulur/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/ggd.py", line 62, in _run_recipe subprocess.check_output(["bash", run_file]) "/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/anaconda/lib/python2.7/subprocess.py", line 574, in check_output raise CalledProcessError(retcode, cmd, output=output) subprocess.CalledProcessError: Command '['bash', '/mnt/kufs/scratch/fiuyulur/bcbio_ku/share/bcbio/genomes/Hsapiens/hg19/txtmp/ggd-run.sh']' returned non-zero exit status 1`
0.274167
Traceback (most recent call last): "/root/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director func() "/root/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start self.set_tabs(True) "/root/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs self._set_tab(sensit, _("Results"), scanrun.ScanRunBody) "/root/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab newone = realWidget(self.w3af) "/root/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__ kbbrowser = KBBrowser(w3af) "/root/w3af/w3af/core/ui/gui/scanrun.py", line 246, in __init__ description = self.get_notebook_description() "/root/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView'
Traceback (most recent call last): "<ipython-input-67-05359facf0e6>", line 1, in <module> df.to_json() "/home/rikard/.local/lib/python3.7/site-packages/pandas/core/generic.py", line 2305, in to_json indent=indent, "/home/rikard/.local/lib/python3.7/site-packages/pandas/io/json/_json.py", line 84, in to_json indent=indent, "/home/rikard/.local/lib/python3.7/site-packages/pandas/io/json/_json.py", line 144, in write self.indent, "/home/rikard/.local/lib/python3.7/site-packages/pandas/io/json/_json.py", line 244, in _write indent, "/home/rikard/.local/lib/python3.7/site-packages/pandas/io/json/_json.py", line 166, in _write indent=indent, OverflowError: Maximum recursion level reached
0.195368
Traceback (most recent call last): "<...>", line 14, in <module> s = solve(terms, [a, b, c, d, e, f, g]) "/usr/lib/python3/dist-packages/sympy/solvers/solvers.py", line 1055, in solve solution = _solve_system(f, symbols, **flags) "/usr/lib/python3/dist-packages/sympy/solvers/solvers.py", line 1708, in _solve_system res = solve_poly_system(polys, *syms) "/usr/lib/python3/dist-packages/sympy/solvers/polysys.py", line 49, in solve_poly_system return solve_generic(polys, opt) "/usr/lib/python3/dist-packages/sympy/solvers/polysys.py", line 228, in solve_generic result = _solve_reduced_system(polys, opt.gens, entry=True) "/usr/lib/python3/dist-packages/sympy/solvers/polysys.py", line 222, in _solve_reduced_system for solution in _solve_reduced_system(new_system, new_gens): "/usr/lib/python3/dist-packages/sympy/solvers/polysys.py", line 184, in _solve_reduced_system basis = groebner(system, gens, polys=True) "/usr/lib/python3/dist-packages/sympy/polys/polytools.py", line 6483, in groebner return GroebnerBasis(F, *gens, **args) "/usr/lib/python3/dist-packages/sympy/polys/polytools.py", line 6523, in __new__ G = _groebner(polys, ring, method=opt.method) "/usr/lib/python3/dist-packages/sympy/polys/groebnertools.py", line 45, in groebner G = _groebner(seq, ring) "/usr/lib/python3/dist-packages/sympy/polys/groebnertools.py", line 201, in _buchberger r = p.rem(f[:i]) "/usr/lib/python3/dist-packages/sympy/polys/rings.py", line 1446, in rem raise ZeroDivisionError("polynomial division") ZeroDivisionError: polynomial division
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 178, in _async_setup_platform await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT) "/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for return fut.result() "/usr/src/homeassistant/homeassistant/components/xiaomi_miio/switch.py", line 133, in async_setup_platform device_info = await hass.async_add_executor_job(miio_device.info) "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/local/lib/python3.7/site-packages/miio/device.py", line 182, in info return DeviceInfo(self.send("miIO.info")) "/usr/local/lib/python3.7/site-packages/miio/device.py", line 147, in send command, parameters, retry_count, extra_parameters=extra_parameters "/usr/local/lib/python3.7/site-packages/miio/miioprotocol.py", line 150, in send self.send_handshake() "/usr/local/lib/python3.7/site-packages/miio/miioprotocol.py", line 62, in send_handshake header = m.header.value AttributeError: 'NoneType' object has no attribute 'header'
0.289049
2016-05-21 14:11:12 DEBUG TORNADO :: Failed doing webui request "": Traceback (most recent call last): AA AAAttributeError: 'Home' object has no attribute '[object HTMLInputElement]/home/getManualSearchStatus' AA method = getattr(self, _route) AA "/volume5/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 252, in get 2016-05-21 14:10:42 DEBUG TORNADO :: Failed doing webui request "": Traceback (most recent call last): AA AAAttributeError: 'Home' object has no attribute '[object HTMLInputElement]/home/getManualSearchStatus' AA method = getattr(self, _route) AA "/volume5/@appstore/sickrage/var/SickRage/sickbeard/webserve.py", line 252, in get```
Traceback (most recent call last): "stanfordnlp/utils/prepare_tokenizer_data.py", line 14, in <module> with open(args.plaintext_file, 'r') as f: NotFoundError: [Errno 2] No such file or directory: './data/uddata/UD_French-GSD/fr_gsd-ud-train.txt'
0.222566
Traceback (most recent call last): "/opt/anaconda3/lib/python3.7/site-packages/spyder/widgets/variableexplorer/dataframeeditor.py", line 316, in data return to_qvariant(self.get_bgcolor(index)) "/opt/anaconda3/lib/python3.7/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): "/home/vanessa/RepRap/Printrun/venv/lib/python3.9/site-packages/wx/core.py", line 3383, in <lambda> lambda event: event.callable(*event.args, **event.kw) ) RuntimeError: wrapped C/C++ object of type XYButtonsMini has been deleted
0.231043
Traceback (most recent call last): "test_linalg.py", line 654, in test_pinv_cusolver_float32 a_inv_gpu = linalg.pinv(a_gpu, lib='cusolver') TypeError: pinv() got an unexpected keyword argument 'lib'
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/aiohttp/connector.py", line 936, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) # type: ignore # noqa "/usr/local/lib/python3.7/asyncio/base_events.py", line 958, in create_connection raise exceptions[0] "/usr/local/lib/python3.7/asyncio/base_events.py", line 945, in create_connection await self.sock_connect(sock, address) "/usr/local/lib/python3.7/asyncio/selector_events.py", line 473, in sock_connect return await fut "/usr/local/lib/python3.7/asyncio/selector_events.py", line 478, in _sock_connect sock.connect(address) OSError: [Errno 101] Network unreachable
0.328844
Traceback (most recent call last): "bleachbit\Worker.pyo", line 83, in execute AttributeError: 'NoneType' object has no attribute 'execute'
Traceback (most recent call last): "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) "/srv/homeassistant3.7/lib/python3.7/site-packages/homeassistant/helpers/entity_registry.py", line 514, in _write_unavailable_states states.async_set(entry.entity_id, STATE_UNAVAILABLE, attrs) "/srv/homeassistant3.7/lib/python3.7/site-packages/homeassistant/core.py", line 977, in async_set state = State(entity_id, new_state, attributes, last_changed, None, context) "/srv/homeassistant3.7/lib/python3.7/site-packages/homeassistant/core.py", line 715, in __init__ f"Invalid entity id encountered: {entity_id}. " homeassistant.exceptions.InvalidEntityFormatError: Invalid entity id encountered: sensor.cold__flu_forecasted_average. Format should be <domain>.<object_id>
0.308318
Traceback (most recent call last): "trape.py", line 23, in <module> from core.utils import utils # "/home/nipon/Desktop/trape/core/utils.py", line 21, in <module> import requests, json ImportError: No module named requests
Traceback (most recent call last): "c:\users\user\.virtualenvs\downloads-a87zm7tz\lib\site-packages\pip\_vendor\requests\packages\urllib3\connectionpool.py", line 595, in urlopen chunked=chunked) "c:\users\user\.virtualenvs\downloads-a87zm7tz\lib\site-packages\pip\_vendor\requests\packages\urllib3\connectionpool.py", line 352, in _make_request self._validate_conn(conn) "c:\users\user\.virtualenvs\downloads-a87zm7tz\lib\site-packages\pip\_vendor\requests\packages\urllib3\connectionpool.py", line 831, in _validate_conn conn.connect() "c:\users\user\.virtualenvs\downloads-a87zm7tz\lib\site-packages\pip\_vendor\requests\packages\urllib3\connection.py", line 254, in connect conn = self._new_conn() "c:\users\user\.virtualenvs\downloads-a87zm7tz\lib\site-packages\pip\_vendor\requests\packages\urllib3\connection.py", line 151, in _new_conn self, "Failed to establish a new connection: %s" % e) pip._vendor.requests.packages.urllib3.exceptions.NewConnectionError: <pip._vendor.requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x0000000003A43400>: Failed to establish a new connection: [Errno 11004] getaddrinfo failed
0.326795
Traceback (most recent call last): "textact.py", line 28, in <module> client = boto3.client('textract') "/usr/local/lib/python3.7/site-packages/boto3/__init__.py", line 91, in client return _get_default_session().client(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/boto3/session.py", line 263, in client aws_session_token=aws_session_token, config=config) "/usr/local/lib/python3.7/site-packages/botocore/session.py", line 809, in create_client client_config=config, api_version=api_version) "/usr/local/lib/python3.7/site-packages/botocore/client.py", line 69, in create_client service_model = self._load_service_model(service_name, api_version) "/usr/local/lib/python3.7/site-packages/botocore/client.py", line 104, in _load_service_model api_version=api_version) "/usr/local/lib/python3.7/site-packages/botocore/loaders.py", line 132, in _wrapper data = func(self, *args, **kwargs) "/usr/local/lib/python3.7/site-packages/botocore/loaders.py", line 378, in load_service_model known_service_names=', '.join(sorted(known_services))) botocore.exceptions.UnknownServiceError: Unknown service: 'textract'. Valid service names are: acm, acm-pca, alexaforbusiness, amplify, apigateway, application-autoscaling, appmesh, appstream, appsync, athena, autoscaling, autoscaling-plans, batch, budgets, ce, chime, cloud9, clouddirectory, cloudformation, cloudfront, cloudhsm, cloudhsmv2, cloudsearch, cloudsearchdomain, cloudtrail, cloudwatch, codebuild, codecommit, codedeploy, codepipeline, codestar, cognito-identity, cognito-idp, cognito-sync, comprehend, comprehendmedical, config, connect, cur, datapipeline, datasync, dax, devicefarm, directconnect, discovery, dlm, dms, ds, dynamodb, dynamodbstreams, ec2, ecr, ecs, efs, eks, elasticache, elasticbeanstalk, elastictranscoder, elb, elbv2, emr, es, events, firehose, fms, fsx, gamelift, glacier, globalaccelerator, glue, greengrass, guardduty, health, iam, importexport, inspector, iot, iot-data, iot-jobs-data, iot1click-devices, iot1click-projects, iotanalytics, kafka, kinesis, kinesis-video-archived-media, kinesis-video-media, kinesisanalytics, kinesisanalyticsv2, kinesisvideo, kms, lambda, lex-models, lex-runtime, license-manager, lightsail, logs, machinelearning, macie, marketplace-entitlement, marketplacecommerceanalytics, mediaconnect, mediaconvert, medialive, mediapackage, mediastore, mediastore-data, mediatailor, meteringmarketplace, mgh, mobile, mq, mturk, neptune, opsworks, opsworkscm, organizations, pi, pinpoint, pinpoint-email, polly, pricing, quicksight, ram, rds, rds-data, redshift, rekognition, resource-groups, resourcegroupstaggingapi, robomaker, route53, route53domains, route53resolver, s3, s3control, sagemaker, sagemaker-runtime, sdb, secretsmanager, securityhub, serverlessrepo, servicecatalog, servicediscovery, ses, shield, signer, sms, sms-voice, snowball, sns, sqs, ssm, stepfunctions, storagegateway, sts, support, swf, transcribe, transfer, translate, waf, waf-regional, workdocs, workmail, workspaces, xray
Traceback (most recent call last): "/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.py", line 103, in _run applyFilters('before_main') "/usr/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/filters/__init__.py", line 151, in applyFilters method() "/home/arnarb/workdir/verkstjorinn/tg-svn/trunk-sa02/turbogears/visit/api.py", line 140, in before_main visit= _manager.visit_for_key( visit_key ) "/home/arnarb/workdir/verkstjorinn/tg-svn/trunk-sa02/turbogears/visit/savisit.py", line 31, in visit_for_key visit= TG_Visit.lookup_visit( visit_key ) "/home/arnarb/workdir/verkstjorinn/tg-svn/trunk-sa02/turbogears/visit/savisit.py", line 66, in lookup_visit return Query(TG_Visit).get_by( visit_key=visit_key ); "/usr/lib/python2.4/site-packages/SQLAlchemy-0.2.2-py2.4.egg/sqlalchemy/orm/query.py", line 15, in __init__ self.mapper = class_mapper(class_or_mapper, entity_name=entity_name) NameError: global name 'class_mapper' is not defined
0.283033
Traceback (most recent call last): "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) "/usr/lib/python3/dist-packages/pip/commands/install.py", line 323, in run os.path.join(options.target_dir, item) "/usr/lib/python3.4/shutil.py", line 520, in move raise Error("Destination path '%s' already exists" % real_dst)shutil.Error: Destination path '/home/pi/.homeassistant/deps/__pycache__/__pycache__' already exists
Traceback (most recent call last): "/home/shizhenbo/PycharmProjects/StackGAN-master/stageI/run_exp.py", line 62, in <module> image_shape=dataset.image_shape "/home/shizhenbo/PycharmProjects/StackGAN-master/stageI/model.py", line 34, in __init__ self.d_encode_img_template = self.d_encode_image() "/home/shizhenbo/PycharmProjects/StackGAN-master/stageI/model.py", line 164, in d_encode_image custom_conv2d(self.df_dim, k_h=4, k_w=4). "/home/shizhenbo/.conda/envs/py27/lib/python2.7/site-packages/prettytensor/pretty_tensor_class.py", line 1965, in method with _method_scope(input_layer, scope_name) as (scope, _): "/home/shizhenbo/.conda/envs/py27/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() "/home/shizhenbo/.conda/envs/py27/lib/python2.7/site-packages/prettytensor/pretty_tensor_class.py", line 1776, in _method_scope scopes.var_and_name_scope((name, None)) as (scope, var_scope): "/home/shizhenbo/.conda/envs/py27/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() "/home/shizhenbo/.conda/envs/py27/lib/python2.7/site-packages/prettytensor/scopes.py", line 55, in var_and_name_scope vs_key = tf.get_collection_ref(variable_scope._VARSCOPE_KEY) AttributeError: 'module' object has no attribute '_VARSCOPE_KEY'
0.15231
Traceback (most recent call last): "…txt2npy.py", line 81, in <module> numpy.save(new_file_path, data) "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/npyio.py", line 453, in save format.write_array(fid, arr) "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/format.py", line 394, in write_array write_array_header_1_0(fp, header_data_from_array_1_0(array)) "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/numpy/lib/format.py", line 286, in write_array_header_1_0 raise ValueError("header does not fit inside %s bytes" % (256*256))ValueError: header does not fit inside 65536 bytes
Traceback (most recent call last): "/home/me/Desktop/Electrum-3.3.8/electrum/plugins/coldcard/coldcard.py", line 656, in create_client is_simulator=(device.product_key[1] == CKCC_SIMULATED_PID)) "/home/me/Desktop/Electrum-3.3.8/electrum/plugins/coldcard/coldcard.py", line 102, in __init__ self.dev = ElectrumColdcardDevice(dev=hd, encrypt=True) "/home/me/.local/lib/python3.6/site-packages/ckcc/client.py", line 65, in __init__ self.resync() "/home/me/.local/lib/python3.6/site-packages/ckcc/client.py", line 94, in resync raise RuntimeError('hidapi: '+err) RuntimeError: hidapi: hid_error is not implemented yet
0.292791
Traceback (most recent call last): "<stdin>", line 999, in <module> "<stdin>", line 995, in main "<stdin>", line 358, in run "<stdin>", line 491, in install "<stdin>", line 511, in make_lib "<stdin>", line 535, in _make_lib "/usr/lib/python3.6/urllib/request.py", line 223, in urlopen return opener.open(url, data, timeout) "/usr/lib/python3.6/urllib/request.py", line 532, in open response = meth(req, response) "/usr/lib/python3.6/urllib/request.py", line 642, in http_response 'http', request, response, code, msg, hdrs) "/usr/lib/python3.6/urllib/request.py", line 564, in error result = self._call_chain(*args) "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) "/usr/lib/python3.6/urllib/request.py", line 756, in http_error_302 return self.parent.open(new, timeout=req.timeout) "/usr/lib/python3.6/urllib/request.py", line 526, in open response = self._open(req, data) "/usr/lib/python3.6/urllib/request.py", line 544, in _open '_open', req) "/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain result = func(*args) "/usr/lib/python3.6/urllib/request.py", line 1368, in https_open context=self._context, check_hostname=self._check_hostname) "/usr/lib/python3.6/urllib/request.py", line 1327, in do_open raise URLError(err) urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>
Traceback (most recent call last): "tests.vi.test_registers in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 259, in setUpAttributeError: 'Test_get_selected_text' object has no attribute 'view'
0.180492
Traceback (most recent call last): "./tools/psort.py", line 636, in <module> if not Main(): "./tools/psort.py", line 631, in Main tool.ProcessStorage() "./tools/psort.py", line 583, in ProcessStorage self._ProcessStorage() "./tools/psort.py", line 231, in _ProcessStorage time_slice=time_slice, use_time_slicer=self._use_time_slicer) "/home/onager/plaso/plaso/frontend/psort.py", line 433, in ProcessStorage preferred_encoding=preferred_encoding) "/home/onager/plaso/plaso/lib/storage.py", line 349, in __exit__ self.Close() "/home/onager/plaso/plaso/lib/storage.py", line 870, in Close self._WritePreprocessObject(self._pre_obj) "/home/onager/plaso/plaso/lib/storage.py", line 846, in _WritePreprocessObject pre_obj_data = self._pre_obj_serializer.WriteSerialized(pre_obj) "/home/onager/plaso/plaso/serializer/protobuf_serializer.py", line 728, in WriteSerialized proto = cls.WriteSerializedObject(pre_obj) "/home/onager/plaso/plaso/serializer/protobuf_serializer.py", line 688, in WriteSerializedObject proto, u'collection_information', value) "/home/onager/plaso/plaso/serializer/protobuf_serializer.py", line 175, in WriteSerializedDictObject cls.WriteSerializedObject(dict_proto_add, dict_key, dict_value) "/home/onager/plaso/plaso/serializer/protobuf_serializer.py", line 159, in WriteSerializedObject proto_attribute.data = attribute_value "/usr/lib/python2.7/dist-packages/google/protobuf/internal/python_message.py", line 435, in setter type_checker.CheckValue(new_value) "/usr/lib/python2.7/dist-packages/google/protobuf/internal/type_checkers.py", line 91, in CheckValue raise TypeError(message)TypeError: <generator object LoadPlugins at 0x4275e10> has type <type 'generator'>, but expected one of: (<type 'str'>,)
google.gax.errors.RetryError: GaxError(Exception occurred in retry method that was not classified as transient, caused by <_Rendezvous of RPC that terminated with (StatusCode.UNAUTHENTICATED, Traceback (most recent call last):. "src/python/grpcio/grpc/_cython/_cygrpc/credentials.pyx.pxi", line 154, in grpc._cython.cygrpc.plugin_get_metadata (src/python/grpcio/grpc/_cython/cygrpc.c:6918). "/usr/local/lib/python3.5/dist-packages/grpc/_plugin_wrapping.py", line 106, in __call__. AuthMetadataPluginCallback(wrapped_cygrpc_callback)). "/usr/local/lib/python3.5/dist-packages/google/auth/transport/grpc.py", line 68, in __call__. callback(self._get_authorization_headers(context), None). "/usr/local/lib/python3.5/dist-packages/google/auth/transport/grpc.py", line 56, in _get_authorization_headers. headers). "/usr/local/lib/python3.5/dist-packages/google/auth/credentials.py", line 116, in before_request. self.refresh(request). "/usr/local/lib/python3.5/dist-packages/google/auth/compute_engine/credentials.py", line 91, in refresh. service_account=self._service_account_email). "/usr/local/lib/python3.5/dist-packages/google/auth/compute_engine/_metadata.py", line 198, in get_service_account_token. seconds=token_json['expires_in']).KeyError: 'expires_in'.)>) ```
0.271763
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-req-build-uzsw5x6g/setup.py", line 190, in <module> setup( "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/core.py", line 135, in setup config = configuration() "/tmp/pip-req-build-uzsw5x6g/setup.py", line 152, in configuration config.add_subpackage('skimage') "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/misc_util.py", line 1018, in add_subpackage config_list = self.get_subpackage(subpackage_name, subpackage_path, "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/misc_util.py", line 984, in get_subpackage config = self._get_configuration_from_setup_py( "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/misc_util.py", line 926, in _get_configuration_from_setup_py config = setup_module.configuration(*args) "skimage/setup.py", line 21, in configuration config.add_subpackage('morphology') "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/misc_util.py", line 1018, in add_subpackage config_list = self.get_subpackage(subpackage_name, subpackage_path, "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/misc_util.py", line 984, in get_subpackage config = self._get_configuration_from_setup_py( "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/numpy/distutils/misc_util.py", line 926, in _get_configuration_from_setup_py config = setup_module.configuration(*args) "skimage/morphology/setup.py", line 21, in configuration cython(['_flood_fill_cy.pyx'], working_path=base_path) "/tmp/pip-req-build-uzsw5x6g/skimage/_build.py", line 65, in cython cythonize(pyx_files, nthreads=cpu_count(), "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Build/Dependencies.py", line 1099, in cythonize cythonize_one(*args) "/home/tcaswell/.virtualenvs/bleeding/lib/python3.9/site-packages/Cython/Build/Dependencies.py", line 1222, in cythonize_one raise CompileError(None, pyx_file) Cython.Compiler.Errors.CompileError: /tmp/pip-req-build-uzsw5x6g/skimage/morphology/_flood_fill_cy.pyx
Traceback (most recent call last): "/home/pi/jasper/client/brain.py", line 43, in get_modules mod = loader.load_module(name) "/usr/lib/python2.7/pkgutil.py", line 246, in load_module mod = imp.load_module(fullname, self.file, self.filename, self.etc) "/home/pi/jasper/client/modules/Birthday.py", line 4, in <module> import facebook ImportError: No module named facebook
0.315723
Original Traceback (most recent call last): "/home/pirl/anaconda3/envs/segmen/lib/python3.7/site-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop data = fetcher.fetch(index) "/home/pirl/anaconda3/envs/segmen/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch data = [self.dataset[idx] for idx in possibly_batched_index] "/home/pirl/anaconda3/envs/segmen/lib/python3.7/site-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp> data = [self.dataset[idx] for idx in possibly_batched_index] "/home/pirl/mmdetection/mmdet/datasets/custom.py", line 140, in __getitem__ data = self.prepare_train_img(idx) "/home/pirl/mmdetection/mmdet/datasets/custom.py", line 153, in prepare_train_img return self.pipeline(results) "/home/pirl/mmdetection/mmdet/datasets/pipelines/compose.py", line 25, in __call__ data = t(data) "/home/pirl/mmdetection/mmdet/datasets/pipelines/loading.py", line 24, in __call__ img = mmcv.imread(filename, self.color_type) "/home/pirl/anaconda3/envs/segmen/lib/python3.7/site-packages/mmcv-0.5.1-py3.7-linux-x86_64.egg/mmcv/image/io.py", line 85, in imread f'img file does not exist: {img_or_path}') "/home/pirl/anaconda3/envs/segmen/lib/python3.7/site-packages/mmcv-0.5.1-py3.7-linux-x86_64.egg/mmcv/utils/path.py", line 25, in check_file_exist raise NotFoundError(msg_tmpl.format(filename)) NotFoundError: img file does not exist: data/custom/coil/train/JPEGImages\Cam12 04.jpg
Traceback (most recent call last): "/opt/anaconda3/lib/python3.6/site-packages/ray/workers/default_worker.py", line 7, in <module> import numpy as np ImportError: No module named numpy
0.315494
2016-02-03 00:55:15,549 [salt.state ][ERROR ][24611] An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1624, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1491, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/states/boto_elb.py", line 384, in register_instances lb = __salt__['boto_elb.exists'](name, region, key, keyid, profile) "/usr/lib/python2.7/dist-packages/salt/modules/boto_elb.py", line 101, in exists conn = _get_conn(region=region, key=key, keyid=keyid, profile=profile) "/usr/lib/python2.7/dist-packages/salt/utils/boto.py", line 176, in get_connection keyid, profile) "/usr/lib/python2.7/dist-packages/salt/utils/boto.py", line 91, in _get_profile if not region and __salt__['config.option'](service + '.region'):NameError: global name '__salt__' is not defined
Traceback (most recent call last): "/usr/bin/howdy", line 89, in <module> import cli.add "/usr/lib/security/howdy/cli/add.py", line 49, in <module> face_encoder = dlib.face_recognition_model_v1(path + "/../dlib-data/dlib_face_recognition_resnet_model_v1.dat") RuntimeError: Error while calling cudaGetDevice(&the_device_id) in file /home/elektro/howdy/src/dlib_clone/dlib/cuda/gpu_data.cpp:201. code: 100, reason: no CUDA-capable device is detected
0.27976
Traceback (most recent call last): "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\conda\install.py", line 201, in yield_lines with open(path) as fh: NotFoundError: [Errno 2] No such file or directory: 'c:\\users\\user\\appdata\\local\\programs\\python\\python39\\pkgs\\menuinst-1.4.7-py36_0\\info\\has_prefix'
Traceback (most recent call last): "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) "long-short.py", line 272, in getTotalPrice bars = self.alpaca.get_barset(stock, "minute", 1) "/home/john/GitHub Repo/Long-short/venv/lib/python3.8/site-packages/alpaca_trade_api/rest.py", line 473, in get_barset resp = self.data_get('/bars/{}'.format(timeframe), params) "/home/john/GitHub Repo/Long-short/venv/lib/python3.8/site-packages/alpaca_trade_api/rest.py", line 178, in data_get return self._request( "/home/john/GitHub Repo/Long-short/venv/lib/python3.8/site-packages/alpaca_trade_api/rest.py", line 125, in _request return self._one_request(method, url, opts, retry) "/home/john/GitHub Repo/Long-short/venv/lib/python3.8/site-packages/alpaca_trade_api/rest.py", line 146, in _one_request resp.raise_for_status() "/app/lib/python3.8/site-packages/requests/models.py", line 941, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://data.alpaca.markets/v1/bars/minute?symbols=SWN&limit=1
0.306305
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 493, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 158, in extract return self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 562, in _real_extract return self._get_n_results(query, n) "/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1696, in _get_n_results raise ExtractorError(u'[youtube] No video results')ExtractorError: [youtube] No video results; 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): "/Users/jasonsha/code/azure-cli/src/azure/cli/main.py", line 40, in main cmd_result = app.execute(args) "/Users/jasonsha/code/azure-cli/src/azure/cli/application.py", line 88, in execute result = args.func(params) "/Users/jasonsha/code/azure-cli/src/azure/cli/commands/_auto_command.py", line 40, in call_client client = client_factory(**kwargs)TypeError: <lambda>() got an unexpected keyword argument 'deployment_parameter_location_value'
0.223168
Traceback (most recent call last): "/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) "/disk1/home/server/MinkowskiEngine/examples/reconstruction.py", line 625, in <module> visualize(net, dataloader, device, config) "/disk1/home/server/MinkowskiEngine/examples/reconstruction.py", line 546, in visualize for data_dict in dataloader: "/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 345, in __next__ data = self._next_data() "/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 856, in _next_data return self._process_data(data) "/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 881, in _process_data data.reraise() "/disk1/home/server/.conda/envs/py3-mink/lib/python3.7/site-packages/torch/_utils.py", line 394, in reraise raise self.exc_type(msg) ValueError: Caught ValueError in DataLoader worker process 0.
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph_ixabnp\build\youtube_dl\YoutubeDL.py", line 792, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph_ixabnp\build\youtube_dl\extractor\common.py", line 508, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmph_ixabnp\build\youtube_dl\extractor\youtube.py", line 1670, in _real_extract youtube_dl.utils.ExtractorError: AZ_Pkgi5K70: "token" parameter not in video info for unknown reason; 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.178072
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/django/core/handlers/exception.py", line 35, in inner response = get_response(request) "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 128, in _get_response response = self.process_exception_by_middleware(e, request) "/usr/local/lib/python3.6/site-packages/django/core/handlers/base.py", line 126, in _get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/usr/local/lib/python3.6/site-packages/django/views/decorators/cache.py", line 31, in _cache_controlled response = viewfunc(request, *args, **kw) "/usr/local/lib/python3.6/site-packages/wagtail/admin/urls/__init__.py", line 95, in wrapper return view_func(request, *args, **kwargs) "/usr/local/lib/python3.6/site-packages/wagtail/admin/decorators.py", line 28, in decorated_view return view_func(request, *args, **kwargs) "/usr/local/lib/python3.6/site-packages/wagtail/admin/utils.py", line 139, in wrapped_view_func return view_func(request, *args, **kwargs) "/usr/local/lib/python3.6/site-packages/wagtail/documents/views/documents.py", line 154, in edit filesize = doc.file.size "/usr/local/lib/python3.6/site-packages/django/db/models/fields/files.py", line 69, in size return self.storage.size(self.name) "/usr/local/lib/python3.6/site-packages/storages/backends/s3boto.py", line 473, in size return self.bucket.get_key(self._encode_name(name)).size AttributeError: 'NoneType' object has no attribute 'size'
Traceback (most recent call last): "/usr/bin/xonsh", line 9, in <module> load_entry_point('xonsh==0.2.7', 'console_scripts', 'xonsh')() "/usr/lib/python3.5/site-packages/xonsh/main.py", line 236, in main shell.cmdloop() "/usr/lib/python3.5/site-packages/xonsh/ptk/shell.py", line 111, in cmdloop line = self.singleline(auto_suggest=auto_suggest) "/usr/lib/python3.5/site-packages/xonsh/ptk/shell.py", line 80, in singleline display_completions_in_columns=multicolumn) "/usr/lib/python3.5/site-packages/xonsh/ptk/shortcuts.py", line 104, in prompt document = cli.run(reset_current_buffer=False) "/usr/lib/python3.5/site-packages/prompt_toolkit/interface.py", line 366, in run with self.input.raw_mode(): "/usr/lib/python3.5/site-packages/prompt_toolkit/terminal/vt100_input.py", line 415, in __enter__ os.write(self.fileno, b'\x1b[?1l')OSError: [Errno 9] Bad file descriptor
0.273502
Traceback (most recent call last): "<stdin>", line 1, in <module>TypeError: can't multiply sequence by non-int of type 'numpy.float128'
Traceback (most recent call last): "data/prepare_train_data.py", line 110, in <module> main() "data/prepare_train_data.py", line 92, in main Parallel(n_jobs=args.num_threads)(delayed(dump_example)(n) for n in range(data_loader.num_train)) "/home/jhm/miniconda2/lib/python2.7/site-packages/joblib/parallel.py", line 934, in __call__ self.retrieve() "/home/jhm/miniconda2/lib/python2.7/site-packages/joblib/parallel.py", line 862, in retrieve raise exception.unwrap(this_report) joblib.my_exceptions.JoblibAttributeError: JoblibAttributeError
0.15173
Traceback (most recent call last): "C:\Scripts\SABPostProcess.py", line 5, in <module> from autoprocess import autoProcessTV, autoProcessMovie, autoProcessTVSRImportError: No module named autoprocess
Traceback (most recent call last): "find_feed.py", line 26, in <module> print(is_feed('https://meaculpa.gr/politiki?format=feed')) "find_feed.py", line 9, in is_feed d = feedparser.parse(url) "/home/petasis/.local/lib/python3.6/site-packages/feedparser.py", line 3866, in parse data = gzip.Gzip (fileobj=_StringIO(data)).read() "/usr/lib64/python3.6/gzip.py", line 276, in read return self._buffer.read(size) "/usr/lib64/python3.6/gzip.py", line 454, in read self._read_eof() "/usr/lib64/python3.6/gzip.py", line 498, in _read_eof crc32, isize = struct.unpack("<II", self._read_exact(8)) "/usr/lib64/python3.6/gzip.py", line 400, in _read_exact raise EOFError("Compressed file ended before the " EOFError: Compressed file ended before the end-of-stream marker was reached
0.193515
Traceback (most recent call last): "C:\Users\Jurko\AppData\Local\Temp\tmphxzo4q_i\setuptools-3.3\pkg_resources.py", line 2273, in _dep_map return self.__dep_map "C:\Users\Jurko\AppData\Local\Temp\tmphxzo4q_i\setuptools-3.3\pkg_resources.py", line 2344, in __getattr__ raise AttributeError(attr)AttributeError: _Distribution__dep_map
Traceback (most recent call last): "./dev_scripts/onionshare-gui", line 28, in <module> onionshare_gui.main() "/home/kevin/dev/onionshare/onionshare_gui/__init__.py", line 126, in main gui = OnionShareGui(common, onion, qtapp, app, filenames, config, local_only) "/home/kevin/dev/onionshare/onionshare_gui/onionshare_gui.py", line 127, in __init__ self.share_mode.init() "/home/kevin/dev/onionshare/onionshare_gui/mode/share_mode/__init__.py", line 47, in init self.web = Web(self.common, True, 'share') "/home/kevin/dev/onionshare/onionshare/web/web.py", line 56, in __init__ self.debug_mode() "/home/kevin/dev/onionshare/onionshare/web/web.py", line 188, in debug_mode log_handler = logging. Handler(flask_debug_filename) "/usr/lib/python3.7/logging/__init__.py", line 1092, in __init__ StreamHandler.__init__(self, self._open()) "/usr/lib/python3.7/logging/__init__.py", line 1121, in _open return open(self.base name, self.mode, encoding=self.encoding) NotFoundError: [Errno 2] No such file or directory: '/home/kevin/.config/onionshare/flask_debug.log'```
0.268836
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker xlog.exception("google_ip.runJob fail:%r", e) AttributeError: 'NoneType' object has no attribute 'exception'
Traceback (most recent call last): "/home/adi/Komodo-IDE-11/lib/mozilla/python/xpcom/server/policy.py", line 303, in _CallMethod_ return 0, func(*params) "/home/adi/Komodo-IDE-11/lib/mozilla/components/koTools.py", line 210, in getStringAttribute return unicode(self._attributes[name]) KeyError: u'name'
0.32091
Traceback (most recent call last): "./convert.py", line 60, in <module> main() "./convert.py", line 56, in main args.phase) "./convert.py", line 27, in convert transformer = TensorFlowTransformer(def_path, caffemodel_path, phase=phase) "/home/larson/atensorflow_code/Caffe2Tensorflow/kaffe/tensorflow/transformer.py", line 221, in __init__ self.load(def_path, data_path, phase) "/home/larson/atensorflow_code/Caffe2Tensorflow/kaffe/tensorflow/transformer.py", line 227, in load graph = GraphBuilder(def_path, phase).build() "/home/larson/atensorflow_code/Caffe2Tensorflow/kaffe/graph.py", line 140, in __init__ self.load() "/home/larson/atensorflow_code/Caffe2Tensorflow/kaffe/graph.py", line 146, in load text_format.Merge(def_file.read(), self.params) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 309, in Merge return MergeLines(text.split('\n'), message, allow_unknown_extension) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 346, in MergeLines _ParseOrMerge(lines, message, True, allow_unknown_extension) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 371, in _ParseOrMerge allow_unknown_extension) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 473, in _MergeField allow_unknown_extension) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 493, in _MergeField _MergeScalarField(tokenizer, message, field, allow_multiple_scalars) "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 625, in _MergeScalarField value = tokenizer.ConsumeString() "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 901, in ConsumeString the_bytes = self.ConsumeByteString() "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 916, in ConsumeByteString the_list = [self._ConsumeSingleByteString()] "/usr/local/lib/python2.7/dist-packages/google/protobuf/text_format.py", line 935, in _ConsumeSingleByteString raise self._ParseError('Expected string but found: %r' % (text,))google.protobuf.text_format.ParseError: 9:9 : Expected string but found: 'Convolution'
`Traceback (most recent call last): "3. test_model.py", line 231, in <module> main() "3. test_model.py", line 135, in main delta_count_last = motion_detection(t_minus, t_now, t_plus) "C:\Users\d0b\GTAV PYTHON AI\Versions\v0.03\motion.py", line 46, in motion_detection dst = cv2.addWeighted(screen,1.0, delta_view,0.6,0) NameError: name 'screen' is not defined`
0.170693
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/tensorflow/python/training/saver.py", line 1546, in restore {self.saver_def.filename_tensor_name: save_path}) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 929, in run run_metadata_ptr) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1152, in _run feed_dict_tensor, options, run_metadata) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1328, in _do_run run_metadata) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1348, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [512,37] rhs shape= [512,5825]
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/tornado/ioloop.py", line 604, in _run_callback ret = callback() "/usr/local/lib/python2.7/dist-packages/tornado/stack_context.py", line 275, in null_wrapper return fn(*args, **kwargs) "/home/andrey/projects/snippets/future_exc.py", line 29, in parse_response self._future.set_exc_info(sys.exc_info()) "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 306, in set_exc_info self._set_done() "/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 320, in _set_done for cb in self._callbacks: TypeError: 'NoneType' object is not iterable
0.32311
Traceback (most recent call last): "/home/viki/devel/monarch/code/trunk/catkin_ws/src/rospy_utils/src/test/test_param_utils.py", line 127, in <module> sysargs='--cov') "/opt/ros/hydro/lib/python2.7/dist-packages/rostest/__init__.py", line 142, in rosrun _stop_coverage(package) "/opt/ros/hydro/lib/python2.7/dist-packages/rostest/__init__.py", line 221, in _stop_coverage _cov.stop()TypeError: can only concatenate list (not "str") to list
Traceback (most recent call last): "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\requests\adapters.py", line 439, in send resp = conn.urlopen( "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\urllib3\connectionpool.py", line 724, in urlopen retries = retries.increment( "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\urllib3\util\retry.py", line 403, in increment raise six.reraise(type(error), error, _stacktrace) "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\urllib3\packages\six.py", line 734, in reraise raise value.with_traceback(tb) "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\urllib3\connectionpool.py", line 670, in urlopen httplib_response = self._make_request( "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\urllib3\connectionpool.py", line 426, in _make_request six.raise_from(e, None) "<string>", line 3, in raise_from "C:\Users\USER\PycharmProjects\StockTrade\venv\lib\site-packages\urllib3\connectionpool.py", line 421, in _make_request httplib_response = conn.getresponse() "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 1332, in getresponse response.begin() "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 303, in begin version, status, reason = self._read_status() "C:\Users\USER\AppData\Local\Programs\Python\Python38-32\lib\http\client.py", line 272, in _read_status raise RemoteDisconnected("Remote end closed connection without" urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))
0.192969
Traceback (most recent call last): "/home/username/.pyenv/versions/sqlalchemy-issue/lib/python3.8/site-packages/sqlalchemy/engine/base.py", line 1276, in _execute_context self.dialect.do_execute( "/home/username/.pyenv/versions/sqlalchemy-issue/lib/python3.8/site-packages/sqlalchemy/engine/default.py", line 593, in do_execute cursor.execute(statement, parameters) pyodbc.ProgrammingError: ('42000', "[42000] [Microsoft][ODBC Driver 17 for SQL Server][SQL Server]There are no primary or candidate keys in the referenced table 'test_schema.primary' that match the referencing column list in the foreign key 'fk_primary_name_id_attr'. (1776) (SQLExecDirectW)")
Traceback (most recent call last): "/usr/share/datadog/agent/checks/__init__.py", line 423, in run self.check(instance) "/usr/share/datadog/agent/checks.d/jmx.py", line 29, in check dump = jmx.dump() "/usr/share/datadog/agent/checks/jmx_connector.py", line 129, in dump jsonvar = json.loads(content) "/usr/lib/python2.7/json/__init__.py", line 326, in loads return _default_decoder.decode(s) "/usr/lib/python2.7/json/decoder.py", line 366, in decode obj, end = self.raw_decode(s, idx=_w(s, 0).end()) "/usr/lib/python2.7/json/decoder.py", line 384, in raw_decode raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded
0.290071
Traceback (most recent call last): "<string>", line 6, in <module> "__main__.py", line 128, in <module> "__main__salt-call__.py", line 14, in <module> "salt/scripts.py", line 379, in salt_call "salt/cli/call.py", line 58, in run "salt/cli/caller.py", line 134, in run "salt/cli/caller.py", line 197, in call "salt/modules/network.py", line 556, in active_tcp "salt/modules/network.py", line 320, in _netstat_sunos IndexError: list index out of range
Traceback (most recent call last): "C:\Python27\lib\site-packages\pip\basecommand.py", line 232, in main status = self.run(options, args) "C:\Python27\lib\site-packages\pip\commands\install.py", line 339, in run requirement_set.prepare_files(finder) "C:\Python27\lib\site-packages\pip\req\req_set.py", line 333, in prepare_files upgrade=self.upgrade, "C:\Python27\lib\site-packages\pip\index.py", line 305, in find_requirement page = self._get_page(main_index_url, req) "C:\Python27\lib\site-packages\pip\index.py", line 783, in _get_page return HTMLPage.get_page(link, req, session=self.session) "C:\Python27\lib\site-packages\pip\index.py", line 872, in get_page "Cache-Control": "max-age=600", "C:\Python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 473, in get return self.request('GET', url, **kwargs) "C:\Python27\lib\site-packages\pip\download.py", line 365, in request return super(PipSession, self).request(method, url, *args, **kwargs) "C:\Python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 461, in request resp = self.send(prep, **send_kwargs) "C:\Python27\lib\site-packages\pip\_vendor\requests\sessions.py", line 610, in send r.content "C:\Python27\lib\site-packages\pip\_vendor\requests\models.py", line 730, in content self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes() "C:\Python27\lib\site-packages\pip\_vendor\requests\models.py", line 655, in generate for chunk in self.raw.stream(chunk_size, decode_content=True): "C:\Python27\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 256 data = self.read(amt=amt, decode_content=decode_content) "C:\Python27\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 186 data = self._fp.read(amt) "C:\Python27\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 54, in read self.__callback(self.__buf.getvalue()) "C:\Python27\lib\site-packages\pip\_vendor\cachecontrol\controller.py", line 217, in cache_ self.serializer.dumps(request, response, body=body), "C:\Python27\lib\site-packages\pip\download.py", line 268, in set return super(Safe Cache, self).set(*args, **kwargs) "C:\Python27\lib\site-packages\pip\_vendor\cachecontrol\caches\file_cache.py", line 83, in with Lock(name) as lock: "C:\Python27\lib\site-packages\pip\_vendor\lockfile\mkdirlockfile.py", line 18, in __init__ LockBase.__init__(self, path, threaded, timeout) "C:\Python27\lib\site-packages\pip\_vendor\lockfile\__init__.py", line 189, in __init__ hash(self.path))) "C:\Python27\lib\ntpath.py", line 84, in join result_path = result_path + p_path UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 3: ordinal not in range(128)''''
0.302376
Traceback (most recent call last): "/usr/bin/youtube-dl", line 9, in <module> load_entry_point('youtube-dl==2014.06.09', 'console_scripts', 'youtube-dl')() "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 853, in main _real_main(argv) "/usr/lib/python3.4/site-packages/youtube_dl/__init__.py", line 843, in _real_main retcode = ydl.download(all_urls) "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1050, in download self.extract_info(url) "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info ie_result = ie.extract(url) "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 168, in extract return self._real_extract(url) "/usr/lib/python3.4/site-packages/youtube_dl/extractor/ard.py", line 66, in _real_extract determine_ext(format['url']), format['quality']) "/usr/lib/python3.4/site-packages/youtube_dl/utils.py", line 845, in determine_ext guess = url.partition(u'?')[0].rpartition(u'.')[2]AttributeError: 'list' object has no attribute 'partition'
Traceback (most recent call last): "/tmp/kitchen/testing/tests/unit/utils/test_dns.py", line 325, in test_dig_options cmd = salt.modules.cmdmod.retcode(cmd, python_shell=False, output_loglevel='quiet') "/tmp/kitchen/testing/salt/modules/cmdmod.py", line 2092, in retcode **kwargs) "/tmp/kitchen/testing/salt/modules/cmdmod.py", line 627, in _run raise CommandExecutionError(msg) CommandExecutionError: Unable to run command 'REDACTED' with the context '{u'timeout': None, u'with_communicate': True, u'shell': False, u'bg': False, u'stderr': -2, u'env': {'LC_NUMERIC': 'C', 'TESTS_XML_OUTPUT_DIR': '/tmp/kitchen/testing/artifacts/xml-unittests-output', 'SSH_DAEMON_RUNNING': 'True', 'TESTS_LOG_LEVEL': '2', 'LC_CTYPE': 'C', 'LESSOPEN': '||/usr/bin/lesspipe.sh %s', 'SSH_CLIENT': '10.200.5.162 57110 22', 'SELINUX_USE_CURRENT_RANGE': '', 'LOGNAME': 'root', 'USER': 'root', 'NO_SHOW_PROC': 'True', 'SYSTEMROOT': '', 'LC_PAPER': 'C', 'PATH': '/tmp/kitchen/testing/.nox/runtests-parametrized-2-7-coverage-true-crypto-none-transport-tcp/bin:/sbin:/bin:/usr/sbin:/usr/bin', 'DESTRUCTIVE_TESTS': 'True', 'LANG': 'en_US.UTF-8', 'TERM': 'xterm', 'SHELL': '/bin/bash', 'LANGUAGE': 'C', 'LC_MEASUREMENT': 'C', 'SUDO_USER': 'centos', 'COVERAGE_PROCESS_START': '/tmp/kitchen/testing/.coveragerc', 'HOME': '/root', 'LC_MONETARY': 'C', 'USERNAME': 'root', 'CI': '1', 'XDG_RUNTIME_DIR': '/run/user/1000', 'SUDO_COMMAND': '/bin/nox -f /tmp/kitchen/testing/noxfile.py -e runtests-tcp-2.7(coverage=True) -- --output-columns=120 --sysinfo --xml=/tmp/kitchen/testing/artifacts/xml-unittests-output -v --run-destructive --ssh-tests', 'LC_ADDRESS': 'C', 'PYTHONPATH': '/tmp/kitchen/testing/tests/support/coverage', 'SUDO_UID': '1000', 'SELINUX_ROLE_REQUESTED': '', 'TESTS_MIN_LOG_LEVEL_NAME': 'DEBUG', 'XDG_SESSION_ID': '3', 'EXPENSIVE_TESTS': 'False', '_': '/usr/bin/sudo', 'LC_IDENTIFICATION': 'C', 'SUDO_GID': '1000', 'LS_COLORS': 'rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:', 'LC_MESSAGES': 'C', 'COVERAGE_FILE': '/tmp/kitchen/testing/.coverage', 'SSH_TTY': '/dev/pts/0', 'LC_COLLATE': 'C', 'LC_TELEPHONE': 'C', 'SELINUX_LEVEL_REQUESTED': '', 'SHLVL': '1', 'PWD': '/home/centos', 'LC_NAME': 'C', 'MAIL': '/var/mail/centos', 'LC_TIME': 'C', 'SSH_CONNECTION': '10.200.5.162 57110 10.200.63.249 22', '_COVERAGE_RCFILE': '/tmp/kitchen/testing/.coveragerc'}, u'stdout': -1, u'close_fds': True, u'stdin': None, u'cwd': u'/root'}', reason: command not found
0.2773
"logs": "Traceback (most recent call last):\n \"/usr/lib/python2.7/site-packages/pyspider/processor/processor.py\", line 110, in on_task\n assert project_data, \"no such project!\"\nAssertionError: no such project!\n", "ok": false,
Traceback (most recent call last): "/usr/local/bin/svtplay-dl", line 4, in <module> __import__('pkg_resources').run_script('svtplay-dl==1.7', 'svtplay-dl') "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 719, in run_script self.require(requires)[0].run_script(script_name, ns) "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1504, in run_script exec(code, namespace, namespace) "/usr/local/lib/python2.7/dist-packages/svtplay_dl-1.7-py2.7.egg/EGG-INFO/scripts/svtplay-dl", line 7, in <module> svtplay_dl.main() "/usr/local/lib/python2.7/dist-packages/svtplay_dl-1.7-py2.7.egg/svtplay_dl/__init__.py", line 444, in main get_media(url, options) "/usr/local/lib/python2.7/dist-packages/svtplay_dl-1.7-py2.7.egg/svtplay_dl/__init__.py", line 178, in get_media get_one_media(stream, options) "/usr/local/lib/python2.7/dist-packages/svtplay_dl-1.7-py2.7.egg/svtplay_dl/__init__.py", line 225, in get_one_media for i in streams: "/usr/local/lib/python2.7/dist-packages/svtplay_dl-1.7-py2.7.egg/svtplay_dl/service/tv4play.py", line 117, in get for n in list(streams.keys()): AttributeError: 'NoneType' object has no attribute 'keys'
0.249471
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 440, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8100): Max retries exceeded with url: /status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x103d16eb8>: Failed to establish a new connection: [Errno 61] Connection refused',))
Traceback (most recent call last): "test_binding.py", line 210, in setUp self.assertEqual(e.status, 400)AssertionError: 500 != 400
0.271673
Traceback (most recent call last): "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/site-packages/nose/failure.py", line 39, in runTest raise self.exc_val.with_traceback(self.tb) "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/site-packages/nose/loader.py", line 418, in loadTestsFromName addr.filename, addr.module) "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/imp.py", line 244, in load_module return load_package(name, filename) "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/imp.py", line 216, in load_package return _load(spec) "<frozen importlib._bootstrap>", line 693, in _load "<frozen importlib._bootstrap>", line 673, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/home/ubuntu/deepchem/deepchem/__init__.py", line 8, in <module> import deepchem.data "/home/ubuntu/deepchem/deepchem/data/__init__.py", line 9, in <module> from deepchem.data.datasets import pad_features "/home/ubuntu/deepchem/deepchem/data/datasets.py", line 11, in <module> from deepchem.utils.save import save_to_disk "/home/ubuntu/deepchem/deepchem/utils/__init__.py", line 14, in <module> from rdkit import Chem "/home/ubuntu/anaconda3/envs/deepchem/lib/python3.5/site-packages/rdkit/Chem/__init__.py", line 28, in <module> from rdkit.Chem.rdmolops import * ImportError: libXrender.so.1: cannot open shared object file: No such file or directory
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/usr/lib/python2.7/threading.py", line 763, in run self.__target(*self.__args, **self.__kwargs) "/usr/local/lib/python2.7/dist-packages/tweepy-2.3-py2.7.egg/tweepy/streaming.py", line 165, in _run self._read_loop(resp) "/usr/local/lib/python2.7/dist-packages/tweepy-2.3-py2.7.egg/tweepy/streaming.py", line 215, in _read_loop for d in resp.iter_content(): "/usr/local/lib/python2.7/dist-packages/requests-2.2.1-py2.7.egg/requests/utils.py", line 341, in iter_slices while pos < len(string):TypeError: object of type 'bool' has no len()
0.262532
Traceback (most recent call last): "/Users/pntompos/Documents/repos/tf-agents-poc/src/3_load_contextual_bandit.py", line 14, in <module> policy.action(time_step=time_step_obj, policy_state=policy.get_initial_state(2)) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tf_agents/policies/py_policy.py", line 156, in action return self._action(time_step, policy_state) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tf_agents/policies/py_tf_eager_policy.py", line 73, in _action policy_step = self._policy_action_fn(time_step, policy_state) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 780, in __call__ result = self._call(*args, **kwds) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 823, in _call self._initialize(args, kwds, add_initializers_to=initializers) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 697, in _initialize *args, **kwds)) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/function.py", line 2855, in _get_concrete_function_internal_garbage_collected graph_function, _, _ = self._maybe_define_function(args, kwargs) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/function.py", line 3213, in _maybe_define_function graph_function = self._create_graph_function(args, kwargs) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/function.py", line 3075, in _create_graph_function capture_by_value=self._capture_by_value), "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/framework/func_graph.py", line 986, in func_graph_from_py_func func_outputs = python_func(*func_args, **func_kwargs) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/eager/def_function.py", line 600, in wrapped_fn return weak_wrapped_fn().__wrapped__(*args, **kwds) "/Users/pntompos/.virtualenvs/tf-agents-poc/lib/python3.7/site-packages/tensorflow/python/saved_model/function_deserialization.py", line 257, in restored_function_body "\n\n".join(signature_descriptions))) ValueError: Could not find matching function to call loaded from the SavedModel. Got:
Traceback (most recent call last): "/opt/prefect/healthcheck.py", line 136, in &lt;module&gt; result_check(flows) "/opt/prefect/healthcheck.py", line 64, in result_check _check_mapped_result_templates(flow) "/opt/prefect/healthcheck.py", line 58, in _check_mapped_result_templates "Mapped tasks with custom result locations must include {filename} as a template in their location - see <https://docs.prefect.io/core/advanced_tutorials/using-results.html#specifying-a-location-for-mapped-or-looped-tasks>"ValueError: Mapped tasks with custom result locations must include {filename} as a template in their location - see <https://docs.prefect.io/core/advanced_tutorials/using-results.html#specifying-a-location-for-mapped-or-looped-tasks>
0.278121
Traceback (most recent call last): "/home/codemeatloaf/.local/bin//wal", line 8, in <module> sys.exit(main()) "/usr/local/lib/python3.8/dist-packages/pywal/__main__.py", line 208, in main parse_args(parser) "/usr/local/lib/python3.8/dist-packages/pywal/__main__.py", line 163, in parse_args colors_plain = colors.get(image_file, args.l, args.backend, "/usr/local/lib/python3.8/dist-packages/pywal/colors.py", line 144, in get colors = getattr(backend, "get")(img, light) "/usr/local/lib/python3.8/dist-packages/pywal/backends/wal.py", line 86, in get colors = gen_colors(img) "/usr/local/lib/python3.8/dist-packages/pywal/backends/wal.py", line 41, in gen_colors raw_colors = imagemagick(16 + i, img, magick_command) "/usr/local/lib/python3.8/dist-packages/pywal/backends/wal.py", line 19, in imagemagick return subprocess.check_output([*magick_command, img, *flags]).splitlines() "/usr/lib/python3.8/subprocess.py", line 411, in check_output return run(*popenargs, stdout=PIPE, timeout=timeout, check=True, "/usr/lib/python3.8/subprocess.py", line 512, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['magick', 'convert', '/home/codemeatloaf/pictures/Wallpapers/hotline-miami.jpeg[0]', '-resize', '25%', '-colors', '16', '-unique-colors', 'txt:-']' returned non-zero exit status 1.
Traceback (most recent call last): "/opt/pyinstaller/pyinstaller.py", line 14, in <module> from PyInstaller.__main__ import run "Z:\opt\pyinstaller\PyInstaller\__main__.py", line 21, in <module> import PyInstaller.building.build_main "Z:\opt\pyinstaller\PyInstaller\building\build_main.py", line 32, in <module> from ..depend import bindepend "Z:\opt\pyinstaller\PyInstaller\depend\bindepend.py", line 26, in <module> from . import dylib, utils "Z:\opt\pyinstaller\PyInstaller\depend\utils.py", line 25, in <module> from ..lib.modulegraph import modulegraph "Z:\opt\pyinstaller\PyInstaller\lib\modulegraph\modulegraph.py", line 18, in <module> import pkg_resources ImportError: No module named pkg_resources
0.271493
Traceback (most recent call last): "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/main.py", line 195, in main fm.loop() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/core/fm.py", line 394, in loop ui.redraw() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/ui.py", line 339, in redraw self.finalize() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/ui.py", line 394, in finalize DisplayableContainer.finalize(self) "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/displayable.py", line 264, in finalize displayable.finalize() "/usr/local/Cellar/ranger/1.9.2/libexec/ranger/gui/widgets/view_base.py", line 60, in finalize - self.main_column.scroll_begin AttributeError: 'NoneType' object has no attribute 'pointer'
Traceback (most recent call last): "/usr/bin/psort.py", line 868, in <module> if not Main(): "/usr/bin/psort.py", line 854, in Main tool.ProcessStorage() "/usr/bin/psort.py", line 798, in ProcessStorage time_slice=self._time_slice, use_time_slicer=self._use_time_slicer) "/path/to/log2timeline/plaso/plaso/frontend/psort.py", line 283, in ExportEvents use_time_slicer=use_time_slicer) "/path/to/log2timeline/plaso/plaso/multi_processing/psort.py", line 609, in ExportEvents output_module, deduplicate_events) "/path/to/log2timeline/plaso/plaso/output/event_buffer.py", line 91, in __init__ self._output_module.WriteHeader() "/path/to/log2timeline/plaso/plaso/output/timesketch_out.py", line 160, in WriteHeader self._index_name, _document_mapping, self._doc_type) "/path/to/log2timeline/plaso/plaso/output/elastic.py", line 44, in __init__ self._index = self._EnsureIndexExists(index_name, mapping) "/path/to/log2timeline/plaso/plaso/output/elastic.py", line 82, in _EnsureIndexExists raise RuntimeError(u'Unable to connect to Elasticsearch backend.')RuntimeError: Unable to connect to Elasticsearch backend.
0.301925
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 275, in start self.scan_end_hook() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 456, in scan_end_hook om.manager.end_output_plugins() "/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 149, in end_output_plugins self.__end_output_plugins_impl() "/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 160, in __end_output_plugins_impl o_plugin.end() "/usr/share/w3af/w3af/plugins/output/html_file.py", line 172, in end target_domain = cf.cf.get('target_domains')[0]IndexError: list index out of range
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/pip/basecommand.py", line 139, in main status = self.run(options, args) "/usr/lib/python2.7/site-packages/pip/commands/install.py", line 266, in run requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle) "/usr/lib/python2.7/site-packages/pip/req.py", line 1033, in prepare_files self.unpack_url(url, location, self.is_download) "/usr/lib/python2.7/site-packages/pip/req.py", line 1161, in unpack_url retval = unpack_http_url(link, location, self.download_cache, self.download_dir) "/usr/lib/python2.7/site-packages/pip/download.py", line 559, in unpack_http_url unpack_file(temp_location, location, content_type, link) "/usr/lib/python2.7/site-packages/pip/util.py", line 587, in unpack_file unzip_file(filename, location, flatten=not filename.endswith('.pybundle')) "/usr/lib/python2.7/site-packages/pip/util.py", line 478, in unzip_file leading = has_leading_dir(zip.namelist()) and flatten "/usr/lib/python2.7/site-packages/pip/util.py", line 231, in has_leading_dir prefix, rest = split_leading_dir(path) "/usr/lib/python2.7/site-packages/pip/util.py", line 215, in split_leading_dir path = str(path)UnicodeEncodeError: 'ascii' codec can't encode characters in position 69-70: ordinal not in range(128)
0.273014
<code>Traceback (most recent call last): "example-client.py", line 41, in <module> client.connect() "C:\opcua\opcua\client.py", line 111, in connect self.activate_session() "C:\opcua\opcua\client.py", line 199, in activate_session params.UserIdentityToken.Password = bytes(self.server_url.password)TypeError: string argument without an encoding
Traceback (most recent call last): "/data/home/asher/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0.dev8_py38/lib/python3.8/site-packages/pants/bin/local_pants_runner.py", line 255, in run engine_result = self._run_v2() "/data/home/asher/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0.dev8_py38/lib/python3.8/site-packages/pants/bin/local_pants_runner.py", line 166, in _run_v2 return self._maybe_run_v2_body(goals, poll=False) "/data/home/asher/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0.dev8_py38/lib/python3.8/site-packages/pants/bin/local_pants_runner.py", line 183, in _maybe_run_v2_body return self.graph_session.run_goal_rules( "/data/home/asher/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0.dev8_py38/lib/python3.8/site-packages/pants/init/engine_initializer.py", line 117, in run_goal_rules exit_code = self.scheduler_session.run_goal_rule( "/data/home/asher/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0.dev8_py38/lib/python3.8/site-packages/pants/engine/internals/scheduler.py", line 552, in run_goal_rule self._raise_on_error([t for _, t in throws]) "/data/home/asher/.cache/pants/setup/bootstrap-Linux-x86_64/2.0.0.dev8_py38/lib/python3.8/site-packages/pants/engine/internals/scheduler.py", line 511, in _raise_on_error raise ExecutionError( pants.engine.internals.scheduler.ExecutionError: 1 Exception encountered:
0.211346
Traceback (most recent call last): "/usr/bin/liquidctl", line 33, in <module> sys.exit(load_entry_point('liquidctl==1.3.3', 'console_scripts', 'liquidctl')()) "/usr/bin/liquidctl", line 25, in importlib_load_entry_point return next(matches).load() "/usr/lib/python3.8/importlib/metadata.py", line 77, in load module = import_module(match.group('module')) "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 1014, in _gcd_import "<frozen importlib._bootstrap>", line 991, in _find_and_load "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 671, in _load_unlocked "<frozen importlib._bootstrap_external>", line 783, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/usr/lib/python3.8/site-packages/liquidctl/cli.py", line 77, in <module> from liquidctl.driver import * "/usr/lib/python3.8/site-packages/liquidctl/driver/__init__.py", line 23, in <module> import liquidctl.driver.asetek "/usr/lib/python3.8/site-packages/liquidctl/driver/asetek.py", line 35, in <module> from liquidctl.driver.usb import UsbDriver "/usr/lib/python3.8/site-packages/liquidctl/driver/usb.py", line 67, in <module> import hid ImportError: /usr/lib/python3.8/site-packages/hid.cpython-38-x86_64-linux-gnu.so: undefined symbol: hid_get_input_report
Traceback (most recent call last): "/root/anaconda3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/root/anaconda3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 343, in _make_request self._validate_conn(conn) "/root/anaconda3/lib/python3.7/site-packages/urllib3/connectionpool.py", line 839, in _validate_conn conn.connect() "/root/anaconda3/lib/python3.7/site-packages/urllib3/connection.py", line 344, in connect ssl_context=context) "/root/anaconda3/lib/python3.7/site-packages/urllib3/util/ssl_.py", line 347, in ssl_wrap_socket return context.wrap_socket(sock, server_hostname=server_hostname) "/root/anaconda3/lib/python3.7/site-packages/urllib3/contrib/pyopenssl.py", line 462, in wrap_socket raise ssl.SSLError('bad handshake: %r' % e) ssl.SSLError: ("bad handshake: SysCallError(104, 'ECONNRESET')",)
0.255265
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 324, in extract_info ie_result = ie.extract(url) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 103, in extract return self._real_extract(url) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 158, in _real_extract raise ExtractorError(u'Invalid URL: %s' % url)ExtractorError: Invalid URL: https://www.dropbox.com/s/mcnzehi9wo55th4/20131219_085616.mp4; 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): "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/testing/suite/test_types.py", line 89, in test_round_trip_executemany for i in range(3) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/engine/base.py", line 1978, in execute return connection.execute(statement, *multiparams, **params) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/engine/base.py", line 914, in execute return meth(self, multiparams, params) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection return connection._execute_clauseelement(self, multiparams, params) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/engine/base.py", line 1010, in _execute_clauseelement compiled_sql, distilled_params "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/engine/base.py", line 1146, in _execute_context context) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/engine/base.py", line 1335, in _handle_dbapi_exception util.reraise(*exc_info) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/engine/base.py", line 1116, in _execute_context context) "/Users/classic/dev/sqlalchemy/lib/sqlalchemy/dialects/mysql/mysqldb.py", line 95, in do_executemany rowcount = cursor.executemany(statement, parameters) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pymysql/cursors.py", line 148, in executemany self._get_db().encoding) "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pymysql/cursors.py", line 162, in _do_execute_many v = values % escape(next(args), conn)UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 64: ordinal not in range(128)
0.249047
**Traceback (most recent call last): "main.py", line 25, in <module> t.train() "/home/zhangshu/EDSR/src/trainer.py", line 41, in train for batch, (lr, hr, _, idx_scale) in enumerate(self.loader_train): "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 286, in __next__ return self._process_next_batch(batch) "/usr/local/lib/python3.6/dist-packages/torch/utils/data/dataloader.py", line 307, in _process_next_batch raise batch.exc_type(batch.exc_msg) RuntimeError: Traceback (most recent call last):
Traceback (most recent call last): "zeus.py", line 408, in <module> __run_attacks_main() "zeus.py", line 305, in __run_attacks_main threads=opt.amountOfThreads "/home/baal/bin/python/zeus-scanner/lib/core/settings.py", line 998, in run_attacks verbose=verbose, do_threading=do_threading, batch=batch "/home/baal/bin/python/zeus-scanner/lib/attacks/admin_panel_finder/__init__.py", line 261, in main check_for_admin_page(url, extensions, show_possibles=show, verbose=verbose) "/home/baal/bin/python/zeus-scanner/lib/attacks/admin_panel_finder/__init__.py", line 140, in check_for_admin_page if int(data[2]) == error_code:ValueError: invalid literal for int() with base 10: '404:'
0.298011
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): "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/raven/transport/threaded.py", line 174, in send_sync super(ThreadedHTTPTransport, self).send(data, headers) "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/raven/transport/http.py", line 47, in send ca_certs=self.ca_certs, "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/raven/utils/http.py", line 66, in urlopen return opener.open(url, data, timeout) "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/future/backports/urllib/request.py", line 494, in open response = self._open(req, data) "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/future/backports/urllib/request.py", line 512, in _open '_open', req) "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/future/backports/urllib/request.py", line 466, in _call_chain result = func(*args) "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/raven/utils/http.py", line 46, in https_open return self.do_open(ValidHTTPSConnection, req) "/root/mydata/pokemon-go-bots/python-bots/PokemonGo-Bot/env/lib/python2.7/site-packages/future/backports/urllib/request.py", line 1284, in do_open h.request(req.get_method(), req.selector, req.data, headers) "/usr/lib/python2.7/httplib.py", line 1057, in request self._send_request(method, url, body, headers) "/usr/lib/python2.7/httplib.py", line 1097, in _send_request self.endheaders(body) "/usr/lib/python2.7/httplib.py", line 1053, in endheaders self._send_output(message_body) "/usr/lib/python2.7/httplib.py", line 895, in _send_output msg += message_bodyUnicodeDecodeError: 'ascii' codec can't decode byte 0x9c in position 1: ordinal not in range(128)
0.246925
Traceback (most recent call last): "/Users/Data/TFOD/tf2convertTest.py", line 7, in <module> tflite_quant_model = converter.convert() "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/lite/python/lite.py", line 1076, in convert return super(TFLiteConverterV2, self).convert() "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/lite/python/lite.py", line 899, in convert return super(TFLiteFrozenGraphConverterV2, "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/lite/python/lite.py", line 629, in convert result = _toco_convert_impl( "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/lite/python/convert.py", line 569, in toco_convert_impl data = toco_convert_protos( "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/tensorflow/lite/python/convert.py", line 202, in toco_convert_protos raise ConverterError(str(e)) tensorflow.lite.python.convert.ConverterError: <unknown>:0: error: loc("Func/StatefulPartitionedCall/input/_0"): requires all operands and results to have compatible element types
Traceback (most recent call last): "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run return self.callback() "C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor process = self.process.process AttributeError: 'NoneType' object has no attribute 'process'
0.282796
The minion function caused an exception: Traceback (most recent call last): "c:\salt\bin\lib\site-packages\salt\minion.py", line 1142, in _thread_return return_data = func(*args, **kwargs) "c:\salt\bin\lib\site-packages\salt\modules\win_pkg.py", line 94, in latest_version latest_available = _get_latest_pkg_version(pkg_info) "c:\salt\bin\lib\site-packages\salt\modules\win_pkg.py", line 760, in _get_latest_pkg_version return sorted(pkginfo, cmp=_reverse_cmp_pkg_versions).pop() IndexError: pop from empty list
Traceback (most recent call last): "/home/eendebakpt/develop/pyqtgraph-0.10.0/pyqtgraph/multiprocess/remoteproxy.py", line 218, in handleRequest result = getattr(opts['obj'], opts['attr']) AttributeError: module 'numpy' has no attribute '_repr_latex_'
0.244321
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-build-wfc_1v3w/mujoco-py/setup.py", line 52, in <module> cmdclass={'build': Build}, "/home/daniel/seita-venvs/py3-tensorflow/lib/python3.5/site-packages/setuptools/__init__.py", line 129, in setup return distutils.core.setup(**attrs) "/usr/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() "/usr/lib/python3.5/distutils/dist.py", line 955, in run_commands self.run_command(cmd) "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() "/home/daniel/seita-venvs/py3-tensorflow/lib/python3.5/site-packages/wheel/bdist_wheel.py", line 204, in run self.run_command('build') "/usr/lib/python3.5/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) "/usr/lib/python3.5/distutils/dist.py", line 974, in run_command cmd_obj.run() "/tmp/pip-build-wfc_1v3w/mujoco-py/setup.py", line 19, in run spec.loader.exec_module(builder) "<frozen importlib._bootstrap_external>", line 665, in exec_module "<frozen importlib._bootstrap>", line 222, in _call_with_frames_removed "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/builder.py", line 22, in <module> from mujoco_py.utils import discover_mujoco "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/__init__.py", line 1, in <module> from mujoco_py.builder import cymj, ignore_mujoco_warnings, functions, MujocoException "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/builder.py", line 502, in <module> cymj = load_cython_ext(mjpro_path) "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/builder.py", line 81, in load_cython_ext cext_so_path = builder.build() "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/builder.py", line 238, in build built_so_file_path = self._build_impl() "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/builder.py", line 312, in _build_impl join(get_nvidia_lib_dir(), 'libOpenGL.so.0')) "/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/builder.py", line 173, in fix_shared_library so_file]) "/usr/lib/python3.5/subprocess.py", line 581, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['patchelf', '--add-needed', '/usr/lib/nvidia-390/libOpenGL.so.0', '/tmp/pip-build-wfc_1v3w/mujoco-py/mujoco_py/generated/_pyxbld_LinuxExtensionBuilder/lib.linux-x86_64-3.5/mujoco_py/cymj.cpython-35m-x86_64-linux-gnu.so']' returned non-zero exit status 1
Traceback (most recent call last): "/usr/local/bin/black", line 7, in <module> from black import main "/usr/local/lib/python3.5/dist-packages/black.py", line 72 sources: List[Path] = [] ^ SyntaxError: invalid syntax
0.252334
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6w61832c\build\youtube_dl\YoutubeDL.py", line 794, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6w61832c\build\youtube_dl\extractor\common.py", line 508, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp6w61832c\build\youtube_dl\extractor\generic.py", line 3320, in _real_extract youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.zee5.com/tvshows/details/title/0-6-tvshow_691077998/ishq-subhan-allah-episode-247-february-13-2019-full-episode/0-1-176675
Traceback (most recent call last): "/usr/local/bin/yapf", line 11, in <module> sys.exit(run_main()) "/usr/local/lib/python2.7/site-packages/yapf/__init__.py", line 317, in run_main sys.exit(main(sys.argv)) "/usr/local/lib/python2.7/site-packages/yapf/__init__.py", line 205, in main verbose=args.verbose) "/usr/local/lib/python2.7/site-packages/yapf/__init__.py", line 255, in Format s in_place, print_diff, verify, verbose) "/usr/local/lib/python2.7/site-packages/yapf/__init__.py", line 280, in _Format logger=logging.warning) "/usr/local/lib/python2.7/site-packages/yapf/yapflib/yapf_api.py", line 91, in Format verify=verify) "/usr/local/lib/python2.7/site-packages/yapf/yapflib/yapf_api.py", line 129, in FormatCode tree = pytree_utils.ParseCodeToTree(unformatted_source) "/usr/local/lib/python2.7/site-packages/yapf/yapflib/pytree_utils.py", line 127, in ParseCodeToTree raise e "deleteme.py", line 3 label = f"{x:^{width}}" ^ SyntaxError: invalid syntax
0.248915
Jun 02 17:32:38.542 - [ERROR] Except stack:Traceback (most recent call last): "I:\XX-Net-3.11.15\code\3.12.0\launcher\module_init.py", line 74, in stop _start = proc_handler[module]["imp"].start KeyError: 'imp'
Traceback (most recent call last): "/Users/jab/bin/bumpversion", line 7, in <module> main() "/usr/local/lib/python2.7/site-packages/bumpversion/__init__.py", line 301, in main args = parser3.parse_args(remaining_argv) "/usr/local/lib/python2.7/argparse.py", line 1678, in parse_args args, argv = self.parse_known_args(args, namespace) "/usr/local/lib/python2.7/argparse.py", line 1710, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "/usr/local/lib/python2.7/argparse.py", line 1916, in _parse_known_args start_index = consume_optional(start_index) "/usr/local/lib/python2.7/argparse.py", line 1856, in consume_optional take_action(action, args, option_string) "/usr/local/lib/python2.7/argparse.py", line 1784, in take_action action(self, namespace, argument_values, option_string) "/usr/local/lib/python2.7/argparse.py", line 993, in __call__ parser.print_help() "/usr/local/lib/python2.7/argparse.py", line 2303, in print_help self._print_message(self.format_help(), file) "/usr/local/lib/python2.7/argparse.py", line 2317, in _print_message file.write(message)UnicodeEncodeError: 'ascii' codec can't encode character u'\u2192' in position 1630: ordinal not in range(128)
0.250481
Traceback (most recent call last): "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/exceptions.py", line 640, in conda_exception_handler return_value = func(*args, **kwargs) "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/cli/main.py", line 140, in _main exit_code = args.func(args, p) "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/cli/main_update.py", line 65, in execute install(args, parser, 'update') "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/cli/install.py", line 326, in install execute_actions(actions, index, verbose=not context.quiet) "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/plan.py", line 830, in execute_actions execute_instructions(plan, index, verbose) "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/instructions.py", line 247, in execute_instructions cmd(state, arg) "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/instructions.py", line 108, in UNLINKLINKTRANSACTION_CMD txn.execute() "/usr/local/share/anaconda/lib/python3.6/site-packages/conda/core/link.py", line 297, in execute rollback_excs, conda.CondaMultiError: [Errno 2] No such file or directory: '/usr/local/share/anaconda/bin/python3.6'
Traceback (most recent call last): "TestGridWorldChiArm.py", line 1, in <module> import numpy "e:\Environ\Python26_64bit\lib\site-packages\numpy__init__.py", line 130, in <module> import add_newdocs "e:\Environ\Python26_64bit\lib\site-packages\numpy\add_newdocs.py", line 9, in <module> from lib import add_newdoc "e:\Environ\Python26_64bit\lib\site-packages\numpy\lib__init__.py", line 13, in <module> from polynomial import * "e:\Environ\Python26_64bit\lib\site-packages\numpy\lib\polynomial.py", line 18, in <module> from numpy.linalg import eigvals, lstsq "e:\Environ\Python26_64bit\lib\site-packages\numpy\linalg__init__.py", line 47, in <module> from linalg import * "e:\Environ\Python26_64bit\lib\site-packages\numpy\linalg\linalg.py", line 22, in <module> from numpy.linalg import lapack_liteImportError: DLL load failed: The specified module could not be found.
0.23132
Traceback (most recent call last): "train_mineral_shards.py", line 51, in <module> main() "train_mineral_shards.py", line 24, in main visualize=True) as env: "/Users/haje01/.pyenv/versions/pysc2/lib/python3.5/site-packages/pysc2/env/sc2_env.py", line 128, in __init__ raise ValueError("All arguments must be passed as keyword arguments.") ValueError: All arguments must be passed as keyword arguments.
Traceback (most recent call last): "/opt/openstates/venv-pupa//bin/pupa", line 11, in <module> load_entry_point('pupa', 'console_scripts', 'pupa')() "/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main subcommands[args.subcommand].handle(args, other) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle return self.do_handle(args, other, juris) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle report['scrape'] = self.do_scrape(juris, args, scrapers) "/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape report[scraper_name] = scraper.do_scrape(**scrape_args) "/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape for obj in self.scrape(**kwargs) or []: "/opt/openstates/openstates/openstates/wv/bills.py", line 56, in scrape yield from self.scrape_chamber(chamber, session) "/opt/openstates/openstates/openstates/wv/bills.py", line 85, in scrape_chamber link.attrib['href']) "/opt/openstates/openstates/openstates/wv/bills.py", line 203, in scrape_bill yield from self.scrape_senate_vote(bill, href, date) "/opt/openstates/openstates/openstates/wv/bills.py", line 317, in scrape_senate_vote filename, resp = self.urlretrieve(url) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/scrapelib/__init__.py", line 321, in urlretrieve result = self.request(method, url, data=body, **kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/scrapelib/__init__.py", line 286, in request **kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/scrapelib/cache.py", line 66, in request resp = super(CachingSession, self).request(method, url, **kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/scrapelib/__init__.py", line 92, in request return super(ThrottledSession, self).request(method, url, **kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/scrapelib/__init__.py", line 182, in request raise exception_raised "/opt/openstates/venv-pupa/lib/python3.5/site-packages/scrapelib/__init__.py", line 157, in request resp = super(RetrySession, self).request(method, url, **kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/requests/sessions.py", line 640, in send history = [resp for resp in gen] if allow_redirects else [] "/opt/openstates/venv-pupa/lib/python3.5/site-packages/requests/sessions.py", line 640, in <listcomp> history = [resp for resp in gen] if allow_redirects else [] "/opt/openstates/venv-pupa/lib/python3.5/site-packages/requests/sessions.py", line 218, in resolve_redirects **adapter_kwargs "/opt/openstates/venv-pupa/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, **kwargs) "/opt/openstates/venv-pupa/lib/python3.5/site-packages/requests/adapters.py", line 490, in send raise ConnectionError(err, request=request)requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
0.280364
Comment: An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python3/dist-packages/salt/state.py", line 1944, in call **cdata['kwargs']) "/usr/lib/python3/dist-packages/salt/loader.py", line 1959, in wrapper return f(*args, **kwargs) "/usr/lib/python3/dist-packages/salt/states/file.py", line 5669, in append slines = slines.decode(__salt_system_encoding__) UnicodeDecodeError: 'ascii' codec can't decode byte 0xed in position 4: ordinal not in range(128) Started: 21:35:25.452802
An exception occurred in this state: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/state.py", line 1703, in call **cdata['kwargs']) "/usr/lib/python2.7/dist-packages/salt/loader.py", line 1649, in wrapper return f(*args, **kwargs) "/usr/lib/python2.7/dist-packages/salt/states/virtualenv_mod.py", line 273, in managed env_vars=env_vars "/usr/lib/python2.7/dist-packages/salt/modules/pip.py", line 603, in install user=user "/usr/lib/python2.7/dist-packages/salt/modules/pip.py", line 312, in _process_requirements __salt__['file.copy'](source_path, target_path) "/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 2890, in copy raise CommandExecutionError('No such file or directory \'{0}\''.format(src))CommandExecutionError: No such file or directory '/tmp/test-venv/test.txt'
0.241879
Traceback (most recent call last): "/usr/local/lib/Mobile-Security-Framework-MobSF/mobsf/StaticAnalyzer/views/sast_engine.py", line 39, in niap_scan res = scanner.scan() "/usr/local/lib/Mobile-Security-Framework-MobSF/venv/lib/python3.8/site-packages/libsast/scanner.py", line 54, in scan valid_paths = self.get_scan_files(self.paths) "/usr/local/lib/Mobile-Security-Framework-MobSF/venv/lib/python3.8/site-packages/libsast/scanner.py", line 76, in get_scan_files for pfile in pobj.rglob('*'): "/usr/lib/python3.8/pathlib.py", line 1148, in rglob for p in selector.select_from(self): "/usr/lib/python3.8/pathlib.py", line 583, in _select_from for p in successor_select(starting_point, is_dir, exists, scandir): "/usr/lib/python3.8/pathlib.py", line 530, in _select_from with scandir(parent_path) as scandir_it: NotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/Mobile-Security-Framework-MobSF/mobsf/uploads/cb405a7b45d34ed61210b33d867986a5/java_source/com/cisco/webex/telemetry'
Traceback (most recent call last): "/home/werner/.pyenv/versions/3.8.2/envs/aiida/lib/python3.8/site-packages/jedi/cache.py", line 109, in wrapper return dct[key] KeyError: ((), frozenset())
0.230662
Traceback (most recent call last): "with-test.py", line 5, in <module>SystemError: Operation is not valid due to the current state of the object.
Traceback (most recent call last): "/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_jc/build/tests/test_rpm_qai.py", line 42, in test_rpm_qi_package_centos_7_7 self.assertEqual(jc.parsers.rpm_qi.parse(self.centos_7_7_rpm_qi_package, quiet=True), self.centos_7_7_rpm_qi_package_json) AssertionError: Lists differ: [{'na[1038 chars] 1565286445, 'build_epoch_utc': None, 'install[53 chars]one}] != [{'na[1038 chars] 1565311645, 'build_epoch_utc': None, 'install[53 chars]one}]
0.304378
Traceback (most recent call last): "app.py", line 1, in <module> from model import User, Notepad "/Users/rahul/projects/personal/Online-Notes/model.py", line 33, in <module> db = connect(os.environ.get('DATABASE_URL' or 'sqlite:///notes.db')) "/Users/rahul/.virtualenvs/Online-Notes/lib/python2.7/site-packages/playhouse/db_url.py", line 84, in connect parsed = urlparse(url) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py", line 143, in urlparse tuple = urlsplit(url, scheme, allow_fragments) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urlparse.py", line 182, in urlsplit i = url.find(':') AttributeError: 'NoneType' object has no attribute 'find'
Traceback (most recent call last): "/Applications/anaconda3/envs/ov-dbt/lib/python3.6/site-packages/dbt/adapters/postgres/connections.py", line 46, in exception_handler yield "/Applications/anaconda3/envs/ov-dbt/lib/python3.6/site-packages/dbt/adapters/sql/connections.py", line 77, in add_query cursor.execute(sql, bindings) psycopg2.errors.SyntaxError: syntax error at or near "{"
0.271246
Traceback (most recent call last): "unityextract", line 5, in <module> import unitypack ModuleNotFoundError: No module named 'unitypack'
Traceback (most recent call last): "/Users/user/.pyenv/versions/h2server/lib/python3.6/site-packages/eventlet/greenpool.py", line 88, in _spawn_n_impl func(*args, **kwargs) "origin_eventlet.py", line 31, in run_forever self.sock.sendall(self.conn.data_to_send()) "/Users/user/.pyenv/versions/h2server/lib/python3.6/site-packages/eventlet/green/OpenSSL/SSL.py", line 101, in sendall tail = self.send(data) "/Users/user/.pyenv/versions/h2server/lib/python3.6/site-packages/eventlet/green/OpenSSL/SSL.py", line 81, in write return self.fd.write(data) "/Users/user/.pyenv/versions/h2server/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1256, in send self._raise_ssl_error(self._ssl, result) "/Users/user/.pyenv/versions/h2server/lib/python3.6/site-packages/OpenSSL/SSL.py", line 1174, in _raise_ssl_error _raise_current_error() "/Users/user/.pyenv/versions/h2server/lib/python3.6/site-packages/OpenSSL/_util.py", line 48, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [('SSL routines', 'ssl3_get_record', 'http request')]
0.068934
Traceback (most recent call last): "gyb.py", line 1503, in <module> main(sys.argv[1:]) "gyb.py", line 925, in main detect_types=sqlite3.PARSE_DECLTYPES)sqlite3.OperationalError: unable to open database file
Traceback (most recent call last): "tests/dg.py", line 3, in <module> cores=nx.find_cores(G) "/home/aric/Software/networkx-trunk/networkx/algorithms/core.py", line 87, in core_number nbrs[u].remove(v)KeyError: 3
0.293284
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/benjamin/Workspace/git/yellowbrick/yellowbrick/cluster/__init__.py", line 23, in <module> from .elbow import * "/Users/benjamin/Workspace/git/yellowbrick/yellowbrick/cluster/elbow.py", line 33, in <module> from sklearn.metrics import calinski_harabasz_score ImportError: cannot import name 'calinski_harabasz_score'
Traceback (most recent call last): "<stdin>", line 5, in <module> "/usr/local/lib/python2.7/dist-packages/iptc/ip4tc.py", line 1323, in delete_rule self.table.delete_entry(self.name, rbuf, rule.mask) "/usr/local/lib/python2.7/dist-packages/iptc/ip4tc.py", line 1348, in new ret = fn(*args) "/usr/local/lib/python2.7/dist-packages/iptc/ip4tc.py", line 1588, in delete_entry (chain, self.strerror()))iptc.ip4tc.IPTCError: can't delete entry from chain INPUT: Bad rule (does a matching rule exist in that chain?))
0.224693
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): "/home/erik/saltdev/bin/salt-run", line 7, in <module> execfile(__file__) "/home/erik/git/salt/scripts/salt-run", line 10, in <module> salt_run() "/home/erik/git/salt/salt/scripts.py", line 243, in salt_run client.run() "/home/erik/git/salt/salt/cli/run.py", line 54, in run runner.run() "/home/erik/git/salt/salt/runner.py", line 140, in run self.functions[low['fun']], "/home/erik/git/salt/salt/loader.py", line 873, in __getitem__ mod = super(LazyLoader, self).__getitem__(key) "/home/erik/git/salt/salt/utils/lazy.py", line 75, in __getitem__ raise KeyError(key)KeyError: 'jobs.print'
0.290021
Traceback (most recent call last): "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 530, in __bootstrap_inner self.run() "/Library/Python/2.7/site-packages/cpyrit/cpyrit.py", line 110, in run essid, pwlist = self.queue._gather(self.buffersize, timeout=0.5) "/Library/Python/2.7/site-packages/cpyrit/cpyrit.py", line 632, in _gather self._check_cores() "/Library/Python/2.7/site-packages/cpyrit/cpyrit.py", line 490, in _check_cores raise SystemError("The core '%s' has died unexpectedly" % core)SystemError: The core 'CUDA-Device #1 'GeForce GT 330M'' has died unexpectedly
Traceback (most recent call last): "/usr/local/bin/coursera-dl", line 11, in <module> sys.exit(main()) "/usr/local/lib/python3.6/site-packages/coursera/coursera_dl.py", line 236, in main login(session, args.username, args.password) "/usr/local/lib/python3.6/site-packages/coursera/cookies.py", line 155, in login raise AuthenticationFailed('Cannot login on coursera.org: %s' % e) coursera.cookies.AuthenticationFailed: Cannot login on coursera.org: 400 Client Error: Bad Request for url: https://api.coursera.org/api/login/v3
0.141135
Traceback (most recent call last): "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/medusa/scene_exceptions.py#L387">medusa\scene_exceptions.py</a>", line 387, in _get_anidb_exceptions cache_path=join(app.CACHE_DIR, 'adba') "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L128">ext\adba\aniDBAbstracter.py</a>", line 128, in __init__ self.aid = self._get_aid_from_xml(self.name) "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L178">ext\adba\aniDBAbstracter.py</a>", line 178, in _get_aid_from_xml self.allAnimeXML = read_anidb_xml(self.cache_path) "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L111">ext\adba\aniDBfileInfo.py</a>", line 111, in read_anidb_xml return read_xml_into_etree(file_path) "C:\Program s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L135">ext\adba\aniDBfileInfo.py</a>", line 135, in read_xml_into_etree xml_a_setree = etree.ElementTree().parse(filePath) "<string>", line 38, in parseParseError: no element found: line 30418, column 40
Traceback (most recent call last): "G:\Dev\tadshop\site\venv\lib\site-packages\debug_toolbar\panels\sql\utils.py", line 59, in contrasting_color_generator yield rgb_to_hex(rgb) SystemError: error return without exception set
0.111256
Traceback (most recent call last): "/home/dengxinhuan/miniconda3/envs/blackhole_qatest0507/lib/python3.6/site-packages/py4j/java_gateway.py", line 977, in _get_connection connection = self.deque.pop() IndexError: pop from an empty deque
Traceback (most recent call last): "/root/OpenNMT-py/onmt/utils/distributed.py", line 200, in consumer gpu_rank = multi_init(opt, device_id) "/root/OpenNMT-py/onmt/utils/distributed.py", line 25, in multi_init torch.distributed.init_process_group( "/usr/local/lib/python3.8/dist-packages/torch/distributed/distributed_c10d.py", line 442, in init_process_group barrier() "/usr/local/lib/python3.8/dist-packages/torch/distributed/distributed_c10d.py", line 1947, in barrier work = _default_pg.barrier() RuntimeError: NCCL error in: /pytorch/torch/lib/c10d/ProcessGroupNCCL.cpp:784, unhandled system error, NCCL version 2.7.8
0.317133
Traceback (most recent call last): "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'Env'
Traceback (most recent call last): "site-packages\calibre\gui2\device.py", line 201, in do_connect "site-packages\calibre\devices\usbms\device.py", line 821, in open "site-packages\calibre\devices\usbms\device.py", line 275, in open_windows DeviceError: Unable to detect any disk drives for the device: Android phone. Try rebooting
0.248177
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/lib/python2.6/site-packages/petl/util.py", line 517, in __repr__ return format_table_grid(self.table, self.vrepr, self.sliceargs) "/usr/lib/python2.6/site-packages/petl/util.py", line 531, in format_table_grid flds = it.next() "/usr/lib/python2.6/site-packages/petl/transform/basics.py", line 146, in itercut indices = asindices(flds, spec) "/usr/lib/python2.6/site-packages/petl/util.py", line 1641, in asindices raise FieldSelectionError(s)petl.util.FieldSelectionError: selection is not a field or valid field index: Issue ID
Traceback (most recent call last): "/home/ec2-user/.virtualenvs/repokid/bin/repokid", line 11, in <module> load_entry_point('repokid', 'console_scripts', 'repokid')() "/home/ec2-user/repokid/repokid/cli/repokid_cli.py", line 953, in main return update_role_cache(account_number, dynamo_table, config, hooks) "/home/ec2-user/repokid/repokid/cli/repokid_cli.py", line 408, in update_role_cache roledata.update_role_data(dynamo_table, account_number, role, current_policies) "/home/ec2-user/repokid/repokid/utils/roledata.py", line 197, in update_role_data current_role_data.pop('DisqualifiedBy') KeyError: 'DisqualifiedBy'
0.30968
Traceback (most recent call last): "/home/rui/Documents/codes/pycharm/gfootballwrap/test.py", line 37, in <module> main() "/home/rui/Documents/codes/pycharm/gfootballwrap/test.py", line 27, in main gfenv.reset() "/home/rui/.local/lib/python3.5/site-packages/gym/core.py", line 270, in reset return self.env.reset(**kwargs) "/home/rui/.local/lib/python3.5/site-packages/gym/core.py", line 257, in reset observation = self.env.reset(**kwargs) "/home/rui/.local/lib/python3.5/site-packages/gym/core.py", line 258, in reset return self.observation(observation) "/home/rui/.local/lib/python3.5/site-packages/gfootball/env/wrappers.py", line 151, in observation frame = obs['frame'] TypeError: list indices must be integers or slices, not str
Traceback (most recent call last): "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cli.py", line 274, in main sc.execute(args) "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/commands/start.py", line 244, in execute validate_running=validate_running) "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 1628, in start return self._start(create=create, create_only=create_only) "<decorator-gen-18>", line 2, in _start "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/utils.py", line 112, in wrap_f res = func(*arg, **kargs) "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 1643, in _start self.create_cluster() "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 1161, in create_cluster self._create_spot_cluster() "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 1217, in _create_spot_cluster force_flat=force_flat) "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 894, in create_node spot_bid=spot_bid, force_flat=force_flat)[0] "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 926, in create_nodes cluster_sg = self.cluster_group.name "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/cluster.py", line 655, in cluster_group vpc_id=vpc_id) "/home/ubuntu/anaconda2/lib/python2.7/site-packages/starcluster/awsutils.py", line 296, in create_group sg = self.conn.create_security_group(name, description, vpc_id=vpc_id) "/home/ubuntu/anaconda2/lib/python2.7/site-packages/boto/ec2/connection.py", line 3003, in create_security_group SecurityGroup, verb='POST') "/home/ubuntu/anaconda2/lib/python2.7/site-packages/boto/connection.py", line 1208, in get_object raise self.ResponseError(response.status, response.reason, body) EC2ResponseError: EC2ResponseError: 403 Forbidden
0.138185
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 124, in run res = self._execute() "/usr/lib/python2.7/dist-packages/ansible/executor/task_executor.py", line 448, in _execute result = self._handler.run(task_vars=variables) "/usr/lib/python2.7/dist-packages/ansible/plugins/action/normal.py", line 33, in run results = merge_hash(results, self._execute_module(tmp=tmp, task_vars=task_vars)) "/usr/lib/python2.7/dist-packages/ansible/plugins/action/__init__.py", line 583, in _execute_module (module_style, shebang, module_data) = self._configure_module(module_name=module_name, module_args=module_args, task_vars=task_vars) "/usr/lib/python2.7/dist-packages/ansible/plugins/action/__init__.py", line 149, in _configure_module (module_data, module_style, module_shebang) = modify_module(module_name, module_path, module_args, task_vars=task_vars, module_compression=self._play_context.module_compression) "/usr/lib/python2.7/dist-packages/ansible/executor/module_common.py", line 733, in modify_module (module_data, module_style, shebang) = _find_snippet_imports(module_name, module_data, module_path, module_args, task_vars, module_compression) "/usr/lib/python2.7/dist-packages/ansible/executor/module_common.py", line 576, in _find_snippet_imports with lock:AttributeError: __exit__
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/parietal/dohmatob/CODE/FORKED/nilearn/nilearn/plotting/test/test_edge_detect.py", line 13, in test_edge_detect _, edge_mask = _edge_detect(img) "/home/parietal/dohmatob/CODE/FORKED/nilearn/nilearn/plotting/edge_detect.py", line 94, in _edge_detect high = thinned_grad > fast_abs_percentile(grad_values, 100*high_threshold) "/home/parietal/dohmatob/CODE/FORKED/nilearn/nilearn/_utils/fast_maths.py", line 28, in fast_abs_percentile return map.sort()[index]TypeError: 'NoneType' object has no attribute '__getitem__'
0.239974
Traceback (most recent call last): "<stdin>", line 3, in <module> "/usr/lib/python3/dist-packages/Bio/pairwise2.py", line 406, in __call__ keywds = self.decode(*args, **keywds) "/usr/lib/python3/dist-packages/Bio/pairwise2.py", line 344, in decode len(args))) TypeError: globalcx takes exactly 3 argument (0 given)
Traceback (most recent call last): "bayeslite_bug.py", line 14, in <module> bayeslite.read_pandas.bayesdb_read_pandas_df(bdb, "temp", data, create=True) "/scratch/home/casarsa/venv/20160706-july/local/lib/python2.7/site-packages/bayeslite/read_pandas.py", line 86, in bayesdb_read_pandas_df bdb.sql_execute(sql, (key,) + tuple(df.ix[i])) "/scratch/home/casarsa/venv/20160706-july/local/lib/python2.7/site-packages/bayeslite/bayesdb.py", line 281, in sql_execute self.sql_tracer, self._do_sql_execute, string, bindings) "/scratch/home/casarsa/venv/20160706-july/local/lib/python2.7/site-packages/bayeslite/bayesdb.py", line 223, in _maybe_trace return meth(string, bindings) "/scratch/home/casarsa/venv/20160706-july/local/lib/python2.7/site-packages/bayeslite/bayesdb.py", line 285, in _do_sql_execute cursor.execute(string, bindings) "src/cursor.c", line 1019, in APSWCursor_execute.sqlite3_prepare "src/statementcache.c", line 386, in sqlite3_prepareapsw.SQLError: SQLError: too many SQL variables
0.282501
1592878715645 | [ERROR] DownloadError: ERROR: Unable to extract video url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see  https://yt-dl.org/update  on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. Traceback (most recent call last):    "/var/task/youtube_downloader.py", line 82, in lambda_handler     info_dict = ydl.extract_info(url, download=True) # https://github.com/ytdl-org/youtube-dl/issues/5710#issuecomment-370744916    "/var/task/youtube_dl/YoutubeDL.py", line 820, in extract_info     self.report_error(compat_str(e), e.format_traceback())    "/var/task/youtube_dl/YoutubeDL.py", line 625, in report_error     self.trouble(error_message, tb)    "/var/task/youtube_dl/YoutubeDL.py", line 595, in trouble     raise DownloadError(message, exc_info) 1592878715647 | END RequestId: 7becff83-8548-4eff-8c00-33398d1873ca
log_time=2018-11-22 09:09:42,541 levelname=WARNING process=1 exception=Traceback (most recent call last): "/usr/local/lib/python3.5/site-packages/geektime_dl/store_client.py", line 62, in execute cur.execute(*args, **kwargs) sqlite3.IntegrityError: UNIQUE constraint failed: posts.article_id
0.295363
Traceback (most recent call last): "/usr/bin/umake", line 9, in <module> load_entry_point('Ubuntu-Make==16.2.1', 'console_scripts', 'umake')() "/usr/lib/python3/dist-packages/umake/**init**.py", line 128, in main load_frameworks() "/usr/lib/python3/dist-packages/umake/frameworks/**init**.py", line 365, in load_frameworks load_module(module_name, main_category) "/usr/lib/python3/dist-packages/umake/frameworks/**init**.py", line 344, in load_module if FrameworkClass(current_category) is not None: "/usr/lib/python3/dist-packages/umake/frameworks/ide.py", line 458, in **init** self._current_user = pwd.getpwuid(int(os.getenv("SUDO_UID", default=0))).pw_nameKeyError: 'getpwuid(): uid not found: 1000'
Traceback (most recent call last): "tools/run.py", line 94, in <module> run() "tools/run.py", line 83, in run trainer.train() "/home/dc2-user/content/pythia/pythia/trainers/base_trainer.py", line 239, in train report = self._forward_pass(batch) "/home/dc2-user/content/pythia/pythia/trainers/base_trainer.py", line 259, in _forward_pass model_output = self.model(prepared_batch) "/home/dc2-user/content/pythia/pythia/models/base_model.py", line 120, in __call__ model_output = super().__call__(sample_list, *args, **kwargs) "/usr/local/python3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/dc2-user/content/pythia/pythia/models/butd.py", line 140, in forward "image", sample_list, embedding[:, 0, :], batch_size_t=batch_size_t "/home/dc2-user/content/pythia/pythia/models/pythia.py", line 262, in process_feature_embedding embedding, attention = feature_embedding_model(*inp) "/usr/local/python3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/dc2-user/content/pythia/pythia/modules/embeddings.py", line 206, in forward image_feat_variable, question_embedding, image_dims "/usr/local/python3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/dc2-user/content/pythia/pythia/modules/attention.py", line 34, in forward return self.module(*args, **kwargs) "/usr/local/python3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/dc2-user/content/pythia/pythia/modules/attention.py", line 138, in forward joint_feature = self.combination_layer(image_feat, question_embedding) "/usr/local/python3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/dc2-user/content/pythia/pythia/modules/layers.py", line 182, in forward return self.module(*args, **kwargs) "/usr/local/python3/lib/python3.7/site-packages/torch/nn/modules/module.py", line 493, in __call__ result = self.forward(*input, **kwargs) "/home/dc2-user/content/pythia/pythia/modules/layers.py", line 349, in forward torch.cat([h2, image_feat_mean, embedding], dim=1), (h1, c1) RuntimeError: invalid argument 0: Tensors must have same number of dimensions: got 2 and 3 at /pytorch/aten/src/THC/generic/THCTensorMath.cu:62
0.284251
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site.py", line 579, in <module> main() "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site.py", line 562, in main known_paths = venv(known_paths) "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site.py", line 480, in venv with open(virtual_conf, encoding='utf-8') as f: PermissionError: [Errno 1] Operation not permitted: '/Users/htc/Downloads/project-py/venv/pyvenv.cfg'
artman> Traceback (most recent call last): "/artman/artman/cli/main.py", line 72, in main engine.run() "/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/engine.py", line 247, in run for _state in self.run_iter(timeout=timeout): "/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/engine.py", line 340, in run_iter failure.Failure.reraise_if_any(er_failures) "/usr/local/lib/python3.5/dist-packages/taskflow/types/failure.py", line 339, in reraise_if_any failures[0].reraise() "/usr/local/lib/python3.5/dist-packages/taskflow/types/failure.py", line 346, in reraise six.reraise(*self._exc_info) "/usr/local/lib/python3.5/dist-packages/six.py", line 693, in reraise raise value "/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task result = task.execute(**arguments) "/artman/artman/tasks/gapic_tasks.py", line 146, in execute task_utils.gapic_gen_task(toolkit_path, [gapic_artifact] + args)) "/artman/artman/tasks/task_base.py", line 64, in exec_command raise e "/artman/artman/tasks/task_base.py", line 56, in exec_command output = subprocess.check_output(args, stderr=subprocess.STDOUT) "/usr/lib/python3.5/subprocess.py", line 626, in check_output **kwargs).stdout "/usr/lib/python3.5/subprocess.py", line 708, in run output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['java', '-cp', '/toolkit/build/libs/gapic-generator-latest-fatjar.jar', 'com.google.api.codegen.GeneratorMain', 'LEGACY_GAPIC_AND_PACKAGE', '--descriptor_set=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/google-cloud-redis-v1beta1_updated_py_docs.desc', '--package_yaml2=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python_google-cloud-redis-v1beta1_package2.yaml', '--output=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/redis-v1beta1', '--language=python', '--service_yaml=/home/kbuilder/.cache/synthtool/googleapis/google/cloud/redis/redis_v1beta1.yaml', '--gapic_yaml=/home/kbuilder/.cache/synthtool/googleapis/google/cloud/redis/v1beta1/redis_gapic.yaml']' returned non-zero exit status 1
0.303695
Traceback (most recent call last): "cupy/cuda/driver.pyx", line 247, in cupy.cuda.driver.moduleUnload "cupy/cuda/driver.pyx", line 118, in cupy.cuda.driver.check_status cupy.cuda.driver.CUDADriverError: CUDA_ERROR_ILLEGAL_ADDRESS: an illegal memory access was encountered
Traceback (most recent call last): "plug.pyo", line 109, in load_plugins "plug.pyo", line 40, in __init__ AttributeError: 'module' object has no attribute 'plugin_start'
0.169006
Traceback (most recent call last): "/home/mint/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 792, in extract_info ie_result = ie.extract(url) "/home/mint/.local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 508, in extract ie_result = self._real_extract(url) "/home/mint/.local/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 1920, in _real_extract raise ExtractorError(error_message, expected=True) ExtractorError: This video is unavailable.
Traceback (most recent call last): "C:\Users\danie\AppData\Local\Programs\Python\Python36-32\lib\runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) "C:\Users\danie\AppData\Local\Programs\Python\Python36-32\lib\runpy.py", line 109, in _get_module_details __import__(pkg_name) "C:\Users\danie\AppData\Local\Programs\Python\Python36-32\lib\site-packages\psutil\__init__.py", line 126, in <module> from . import _pswindows as _psplatform "C:\Users\danie\AppData\Local\Programs\Python\Python36-32\lib\site-packages\psutil\_pswindows.py", line 16, in <module> from . import _psutil_windows as cext ImportError: cannot import name '_psutil_windows'
0.253525
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 163, in _run_module_as_main mod_name, _Error) "/usr/lib/python2.7/runpy.py", line 119, in _get_module_details code = loader.get_code(mod_name) "/usr/lib/python2.7/pkgutil.py", line 281, in get_code self.code = compile(source, self.filename, 'exec') "/opt/rasa_nlu/rasa_nlu/train.py", line 87 def create_persistor(persistor: Optional[Text]): ^ SyntaxError: invalid syntax
Traceback (most recent call last): "<string>", line 80, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/eye", line 17, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/atb", line 16, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/atb.raw", line 20, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.GL", line 2, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.raw.GL", line 6, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.raw.GL.constants", line 7, in <module> "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.platform", line 36, in <module> "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.platform", line 27, in _load "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.plugins", line 14, in load "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.plugins", line 28, in importByName "/usr/local/lib/python2.7/dist-packages/PyInstaller/loader/pyi_importers.py", line 270, in load_module "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.platform.glx", line 8, in <module> "/home/mkassner/pupil/deploy_capture/build/bundle/out00-PYZ.pyz/OpenGL.platform.glx", line 20, in GLXPlatformImportError: ('Unable to load OpenGL library', 'GL: cannot open shared object file: No such file or directory', 'GL', None)
0.280478
Traceback (most recent call last): "setup.py", line 12, in <module> README = open(os.path.join(SETUP_DIR, 'README.rst')).read() "/root/.pyenv/versions/3.5.2/lib/python3.5/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 5420: ordinal not in range(128)
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\nltk\downloader.py", line 773, in download self._interactive_download() "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\nltk\downloader.py", line 1123, in _interactive_download DownloaderGUI(self).mainloop() "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\nltk\downloader.py", line 1423, in __init__ self._fill_table() "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\nltk\downloader.py", line 1755, in _fill_table items = self._ds.collections() "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\nltk\downloader.py", line 600, in collections self._update_index() "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\site-packages\nltk\downloader.py", line 962, in _update_index ElementTree.parse(urlopen(self._url)).getroot() "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\xml\etree\ElementTree.py", line 1196, in parse tree.parse(source, parser) "C:\Users\ASUS\AppData\Local\Programs\Python\Python36\lib\xml\etree\ElementTree.py", line 597, in parse self._root = parser._parse_whole(source) xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0
0.256393
Traceback (most recent call last): "/opt/conda/envs/env/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "/opt/conda/envs/env/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/opt/conda/envs/env/lib/python2.7/site-packages/rasa_core/train.py", line 366, in <module> additional_args) "/opt/conda/envs/env/lib/python2.7/site-packages/rasa_core/train.py", line 313, in do_interactive_learning _broker) "/opt/conda/envs/env/lib/python2.7/site-packages/rasa_core/tracker_store.py", line 48, in find_tracker_store **store.kwargs) TypeError: __init__() got an unexpected keyword argument 'user'
Traceback (most recent call last): "addr.py", line 122, in _MakeRPCCall "site-packages-link4/requests/sessions.py", line 502, in request "site-packages-link4/requests/sessions.py", line 634, in send "site-packages-link4/requests/sessions.py", line 634, in <listcomp> "site-packages-link4/requests/sessions.py", line 212, in resolve_redirects "site-packages-link4/requests/sessions.py", line 612, in send "site-packages-link4/requests/adapters.py", line 514, in send requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
0.299994
Traceback (most recent call last): "gui\esiFittings.py", line 403, in fetchSkills "site-packages\sqlalchemy\orm\attributes.py", line 286, in __get__ "site-packages\sqlalchemy\orm\attributes.py", line 722, in get "site-packages\sqlalchemy\orm\strategies.py", line 750, in _load_for_state "<string>", line 1, in <lambda> "site-packages\sqlalchemy\orm\strategies.py", line 892, in _emit_lazyload "site-packages\sqlalchemy\ext\baked.py", line 544, in all "site-packages\sqlalchemy\orm\loading.py", line 101, in instances "site-packages\sqlalchemy\util\langhelpers.py", line 69, in __exit__ "site-packages\sqlalchemy\util\compat.py", line 178, in raise_ "site-packages\sqlalchemy\orm\loading.py", line 81, in instances "site-packages\sqlalchemy\orm\loading.py", line 81, in <listcomp> "site-packages\sqlalchemy\orm\loading.py", line 602, in _instance "site-packages\sqlalchemy\event\attr.py", line 322, in __call__ "site-packages\sqlalchemy\orm\mapper.py", line 3353, in _event_on_load "eos\saveddata\character.py", line 61, in init "site-packages\sqlalchemy\orm\attributes.py", line 286, in __get__ "site-packages\sqlalchemy\orm\attributes.py", line 722, in get "site-packages\sqlalchemy\orm\strategies.py", line 750, in _load_for_state "<string>", line 1, in <lambda> "site-packages\sqlalchemy\orm\strategies.py", line 892, in _emit_lazyload "site-packages\sqlalchemy\ext\baked.py", line 544, in all "site-packages\sqlalchemy\ext\baked.py", line 444, in __iter__ "site-packages\sqlalchemy\orm\query.py", line 3430, in _execute_and_instances "site-packages\sqlalchemy\engine\base.py", line 984, in execute "site-packages\sqlalchemy\sql\elements.py", line 293, in _execute_on_connection "site-packages\sqlalchemy\engine\base.py", line 1103, in _execute_clauseelement "site-packages\sqlalchemy\engine\base.py", line 1288, in _execute_context "site-packages\sqlalchemy\engine\base.py", line 1482, in _handle_dbapi_exception "site-packages\sqlalchemy\util\compat.py", line 178, in raise_ "site-packages\sqlalchemy\engine\base.py", line 1248, in _execute_context "site-packages\sqlalchemy\engine\default.py", line 590, in do_execute sqlalchemy.exc.InterfaceError: (sqlite3.InterfaceError) Cursor needed to be reset because of commit/rollback and can no longer be fetched from.
Traceback (most recent call last): "/usr/local/Cellar/mps-youtube/0.2.8_4/libexec/lib/python3.7/site-packages/pafy/backend_youtube_dl.py", line 38, in _fetch_basic self._ydl_info = ydl.extract_info(self.videoid, download=False) "/usr/local/Cellar/mps-youtube/0.2.8_4/libexec/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 815, in extract_info self.report_error(compat_str(e), e.format_traceback()) "/usr/local/Cellar/mps-youtube/0.2.8_4/libexec/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 620, in report_error self.trouble(error_message, tb) "/usr/local/Cellar/mps-youtube/0.2.8_4/libexec/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 590, in trouble raise DownloadError(message, exc_info) youtube_dl.utils.DownloadError: ERROR: Signature extraction failed: Traceback (most recent call last):
0.291264
Traceback (most recent call last): "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1068, in executetask do_exec(co, loc) # noqa "c:\projects\cheroot\.tox\python\lib\site-packages\xdist\remote.py", line 249, in <module> config.hook.pytest_cmdline_main(config=config) "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\hooks.py", line 289, in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\manager.py", line 87, in _hookexec return self._inner_hookexec(hook, methods, kwargs) "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\manager.py", line 81, in <lambda> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\callers.py", line 208, in _multicall return outcome.get_result() "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\callers.py", line 80, in get_result raise ex[1].with_traceback(ex[2]) "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\callers.py", line 187, in _multicall res = hook_impl.function(*args) "c:\projects\cheroot\.tox\python\lib\site-packages\_pytest\main.py", line 250, in pytest_cmdline_main return wrap_session(config, _main) "c:\projects\cheroot\.tox\python\lib\site-packages\_pytest\main.py", line 243, in wrap_session session=session, exitstatus=session.exitstatus "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\hooks.py", line 289, in __call__ return self._hookexec(self, self.get_hookimpls(), kwargs) "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\manager.py", line 87, in _hookexec return self._inner_hookexec(hook, methods, kwargs) "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\manager.py", line 81, in <lambda> firstresult=hook.spec.opts.get("firstresult") if hook.spec else False, "c:\projects\cheroot\.tox\python\lib\site-packages\pluggy\callers.py", line 203, in _multicall gen.send(outcome) "c:\projects\cheroot\.tox\python\lib\site-packages\xdist\remote.py", line 46, in pytest_sessionfinish self.sendevent("workerfinished", workeroutput=self.config.workeroutput) "c:\projects\cheroot\.tox\python\lib\site-packages\xdist\remote.py", line 31, in sendevent self.channel.send((name, kwargs)) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 710, in send self.gateway._send(Message.CHANNEL_DATA, self.id, dumps_internal(item)) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1350, in dumps_internal return _Serializer().save(obj) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1368, in save self._save(obj) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1386, in _save dispatch(self, obj) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1471, in save_tuple self._save(item) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1386, in _save dispatch(self, obj) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1467, in save_dict self._write_setitem(key, value) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1461, in _write_setitem self._save(value) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1386, in _save dispatch(self, obj) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1467, in save_dict self._write_setitem(key, value) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1461, in _write_setitem self._save(value) "c:\projects\cheroot\.tox\python\lib\site-packages\execnet\gateway_base.py", line 1384, in _save raise DumpError("can't serialize {}".format(tp)) execnet.gateway_base.DumpError: can't serialize <enum 'ExitCode'>
Traceback (most recent call last): "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/utils/util_common.py", line 68, in inner return func(*args, **kwargs) "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window.py", line 23, in build if create_window(bm, faces, prop): "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window_types.py", line 46, in create_window face = create_window_split(bm, aface, prop.size_offset.size, prop.size_offset.offset) "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/utils/util_material.py", line 59, in wrapper result = func(*args, **kwargs) "/home/ranjian0/.config/blender/2.82/scripts/addons/building_tools/core/window/window_types.py", line 68, in create_window_split return v_faces[1] IndexError: list index out of range
0.263253
Traceback (most recent call last): "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/core/handlers/exception.py", line 47, in inner response = get_response(request) "/opt/webdata/weblate-env/lib/python3.6/site-packages/sentry_sdk/integrations/django/middleware.py", line 129, in __call__ return f(*args, **kwargs) "/opt/webdata/weblate-env/lib/python3.6/site-packages/sentry_sdk/integrations/django/middleware.py", line 90, in sentry_wrapped_method return old_method(*args, **kwargs) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/utils/deprecation.py", line 114, in __call__ response = response or self.get_response(request) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/core/handlers/exception.py", line 49, in inner response = response_for_exception(request, exc) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/core/handlers/exception.py", line 103, in response_for_exception response = handle_uncaught_exception(request, get_resolver(get_urlconf()), sys.exc_info()) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/core/handlers/exception.py", line 142, in handle_uncaught_exception return callback(request, **param_dict) "/opt/webdata/weblate-env/lib/python3.6/site-packages/weblate/trans/views/error.py", line 85, in server_error return django.views.defaults.server_error(request) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/utils/decorators.py", line 130, in _wrapped_view response = view_func(request, *args, **kwargs) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/views/defaults.py", line 97, in server_error return HttpResponseServerError(template.render()) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/backends/django.py", line 61, in render return self.template.render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 170, in render return self._render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 162, in _render return self.nodelist.render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 938, in render bit = node.render_annotated(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated return self.render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/loader_tags.py", line 150, in render return compiled_parent._render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 162, in _render return self.nodelist.render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 938, in render bit = node.render_annotated(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/base.py", line 905, in render_annotated return self.render(context) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/library.py", line 192, in render output = self.func(*resolved_args, **resolved_kwargs) "/opt/webdata/weblate-env/lib/python3.6/site-packages/weblate/trans/templatetags/translations.py", line 276, in documentation return get_doc_url(page, anchor, user=context["user"]) "/opt/webdata/weblate-env/lib/python3.6/site-packages/django/template/context.py", line 83, in __getitem__ raise KeyError(key) KeyError: 'user'
Traceback (most recent call last): "/Users/zh/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/codeintel2/citadel.py", line 267, in scan scan_tree = cile_driver.scan_purelang(self) "/Users/zh/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/codeintel2/udl.py", line 539, in scan_purelang buf, self.slave_csl_cile_driver) "/Users/zh/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/codeintel2/lang_php.py", line 1322, in scan_multilang csl_tokens = phpciler.scan_multilang_content(buf.accessor.text) "/Users/zh/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/codeintel2/lang_php.py", line 3274, in scan_multilang_content PHPLexer().tokenize_by_style(content, self.token_next) "/Users/zh/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/codeintel2/udl.py", line 129, in tokenize_by_style return Lexer.tokenize_by_style(self, text, call_back) "/Users/zh/Library/Application Support/Sublime Text 2/Packages/SublimeCodeIntel/libs/SilverCity/Lexer.py", line 10, in tokenize_by_style call_backUnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 54: ordinal not in range(128)
0.276862
Traceback (most recent call last): "commix.py", line 31, in <module> import src.core.main "main.py", line 1181, in <module> main(filename, url) "main.py", line 936, in main controller.do_check(url, filename) "controller.py", line 585, in do_check perform_checks(url,filename) "controller.py", line 516, in perform_checks basic_level_checks() "controller.py", line 484, in basic_level_checks post_request(url, http_request_method, filename, timesec) "controller.py", line 462, in post_request injection_proccess(url, check_parameter, http_request_method, filename, timesec) "controller.py", line 127, in injection_proccess if cb_handler.exploitation(url, timesec, filename, http_request_method) != False: "cb_handler.py", line 481, in exploitation if cb_injection_handler(url, timesec, filename, http_request_method) == False: "cb_handler.py", line 415, in cb_injection_handler response = cb_injector.injection(separator, TAG, cmd, prefix, suffix, whitespace, http_request_method, url, vuln_parameter, alter_shell, filename) "cb_injector.py", line 257, in injection response = check_injection(separator, TAG, cmd, prefix, suffix, whitespace, http_request_method, url, vuln_parameter, alter_shell, filename) "cb_injector.py", line 167, in check_injection payload = cb_payloads.cmd_execution(separator, TAG, cmd) "cb_payloads.py", line 141, in cmd_execution "$(echo " + TAG + ")" + TAG + ""UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 12: ordinal not in range(128)
Traceback (most recent call last): "scripts/integration_test.py", line 115, in <module> seq = predictor.predict(inp_seq.split()) "build/bdist.linux-x86_64/egg/seq2seq/evaluator/predictor.py", line 44, in predict "build/bdist.linux-x86_64/egg/seq2seq/evaluator/predictor.py", line 30, in get_decoder_features "/root/deep_rl_regex/local/lib/python2.7/site-packages/torch/nn/modules/module.py", line 491, in __call__ result = self.forward(*input, **kwargs) "build/bdist.linux-x86_64/egg/seq2seq/models/seq2seq.py", line 53, in forward "/root/deep_rl_regex/local/lib/python2.7/site-packages/torch/nn/modules/module.py", line 491, in __call__ result = self.forward(*input, **kwargs) "build/bdist.linux-x86_64/egg/seq2seq/models/TopKDecoder.py", line 131, in forward "build/bdist.linux-x86_64/egg/seq2seq/models/DecoderRNN.py", line 96, in forward_step "/root/deep_rl_regex/local/lib/python2.7/site-packages/torch/nn/modules/module.py", line 491, in __call__ result = self.forward(*input, **kwargs) "/root/deep_rl_regex/local/lib/python2.7/site-packages/torch/nn/modules/sparse.py", line 108, in forward self.norm_type, self.scale_grad_by_freq, self.sparse) "/root/deep_rl_regex/local/lib/python2.7/site-packages/torch/nn/functional.py", line 1076, in embedding return torch.embedding(weight, input, padding_idx, scale_grad_by_freq, sparse) RuntimeError: Expected object of type torch.cuda.LongTensor but found type torch.LongTensor for argument #3 'index'
0.300566
Traceback (most recent call last): "/Applications/PyCharm.app/Contents/helpers/pydev/pydev_run_in_console.py", line 53, in run_file pydev_imports.execfile(file, globals, locals) # execute the script "/Applications/PyCharm.app/Contents/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18, in execfile exec(compile(contents+"\n", file, 'exec'), glob, loc) "/Users/davidal/GoogleDrive/code/tripathy/tests/visualize_test.py", line 641, in <module> viz_w.check_if_matrix_is_found() "/Users/davidal/GoogleDrive/code/tripathy/tests/visualize_test.py", line 610, in check_if_matrix_is_found W_hat, sn, l, s = Opt.try_two_step_optimization_with_restarts(self.kernel, self.X, self.Y) "/Users/davidal/GoogleDrive/code/tripathy/src/t_optimizer.py", line 79, in try_two_step_optimization_with_restarts Y=Y "/Users/davidal/GoogleDrive/code/tripathy/src/t_optimizer.py", line 183, in run_two_step_optimization l=self.l.copy() "/Users/davidal/GoogleDrive/code/tripathy/src/t_optimization_functions.py", line 41, in optimize_s_sn_l gp_reg.optimize(optimizer="lbfgs") "/Users/davidal/miniconda3/lib/python3.6/site-packages/GPy/core/gp.py", line 655, in optimize ret = super(GP, self).optimize(optimizer, start, messages, max_iters, ipython_notebook, clear_after_finish, **kwargs) "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/model.py", line 115, in optimize self.optimizer_array = opt.x_opt "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/parameterized.py", line 334, in __setattr__ return object.__setattr__(self, name, val) "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/core/parameter_core.py", line 124, in optimizer_array self.trigger_update() "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/core/updateable.py", line 79, in trigger_update self._trigger_params_changed(trigger_parent) "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/core/parameter_core.py", line 134, in _trigger_params_changed self.notify_observers(None, None if trigger_parent else -np.inf) "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/core/observable.py", line 91, in notify_observers [callble(self, which=which) for _, _, callble in self.observers] "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/core/observable.py", line 91, in <listcomp> [callble(self, which=which) for _, _, callble in self.observers] "/Users/davidal/miniconda3/lib/python3.6/site-packages/paramz/core/parameter_core.py", line 508, in _parameters_changed_notification self.parameters_changed() "/Users/davidal/miniconda3/lib/python3.6/site-packages/GPy/core/gp.py", line 255, in parameters_changed self.posterior, self._log_marginal_likelihood, self.grad_dict = self.inference_method.inference(self.kern, self.X, self.likelihood, self.Y_normalized, self.mean_function, self.Y_metadata) "/Users/davidal/miniconda3/lib/python3.6/site-packages/GPy/inference/latent_function_inference/exact_gaussian_inference.py", line 50, in inference Wi, LW, LWi, W_logdet = pdinv(Ky) "/Users/davidal/miniconda3/lib/python3.6/site-packages/GPy/util/linalg.py", line 204, in pdinv L = jitchol(A, *args) "/Users/davidal/miniconda3/lib/python3.6/site-packages/GPy/util/linalg.py", line 72, in jitchol raise linalg.LinAlgError("not positive definite, even with jitter.") numpy.linalg.linalg.LinAlgError: not positive definite, even with jitter.
Traceback (most recent call last): "/usr/local/mylar/cherrypy/_cprequest.py", line 645, in respond response.body = self.handler() "/usr/local/mylar/cherrypy/lib/encoding.py", line 188, in __call__ self.body = self.oldhandler(_args, *_kwargs) "/usr/local/mylar/cherrypy/_cpdispatch.py", line 29, in __call__ return self.callable(_self.args, *_self.kwargs) "/usr/local/mylar/mylar/webserve.py", line 609, in error_change self.from_Exceptions(comicid=comicid,gcdid=errorgcd) "/usr/local/mylar/mylar/webserve.py", line 180, in from_Exceptions with open('custom_exceptions.csv', 'a') as f:IOError: [Errno 13] Permission denied: 'custom_exceptions.csv'
0.129693
Traceback (most recent call last): "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/greenlet.py", line 536, in run result = self._run(*self.args, **self.kwargs) "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/baseserver.py", line 26, in _handle_and_close_when_done return handle(*args_tuple) "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/server.py", line 174, in wrap_socket_and_handle ssl_socket = self.wrap_socket(client_socket, **self.ssl_args) "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/_ssl3.py", line 642, in wrap_socket ciphers=ciphers) "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/_ssl3.py", line 232, in __init__ raise x "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/_ssl3.py", line 228, in __init__ self.do_handshake() "/home/habi/PycharmProjects/untitled3/venv/lib/python3.6/site-packages/gevent/_ssl3.py", line 545, in do_handshake self._sslobj.do_handshake() ssl.SSLError: [SSL: HTTP_REQUEST] http request (_ssl.c:777)
Traceback (most recent call last): "C:\Python38\Scripts\glances-script.py", line 11, in <module> load_entry_point('Glances==3.1.3', 'console_scripts', 'glances')() "c:\python38\lib\site-packages\glances\__init__.py", line 143, in main start(config=config, args=args) "c:\python38\lib\site-packages\glances\__init__.py", line 108, in start mode = GlancesMode(config=config, args=args) "c:\python38\lib\site-packages\glances\webserver.py", line 41, in __init__ self.stats.update() "c:\python38\lib\site-packages\glances\stats.py", line 234, in update self._plugins[p].update() "C:\Python38\lib\site-packages\glances\plugins\glances_processcount.py", line 73, in update glances_processes.update() "c:\python38\lib\site-packages\glances\processes.py", line 246, in update self.processlist = [p.info for p in psutil.process_iter(attrs=standard_attrs, "c:\python38\lib\site-packages\glances\processes.py", line 246, in <listcomp> self.processlist = [p.info for p in psutil.process_iter(attrs=standard_attrs, "c:\python38\lib\site-packages\psutil\__init__.py", line 1457, in process_iter yield add(pid) "c:\python38\lib\site-packages\psutil\__init__.py", line 1434, in add proc.info = proc.as_dict(attrs=attrs, ad_value=ad_value) "c:\python38\lib\site-packages\psutil\__init__.py", line 538, in as_dict ret = meth() "c:\python38\lib\site-packages\psutil\__init__.py", line 690, in cmdline return self._proc.cmdline() "c:\python38\lib\site-packages\psutil\_pswindows.py", line 681, in wrapper raise convert_oserror(err, pid=self.pid, name=self._name) "c:\python38\lib\site-packages\psutil\_pswindows.py", line 671, in convert_oserror raise exc "c:\python38\lib\site-packages\psutil\_pswindows.py", line 679, in wrapper return fun(self, *args, **kwargs) "c:\python38\lib\site-packages\psutil\_pswindows.py", line 695, in wrapper return fun(self, *args, **kwargs) "c:\python38\lib\site-packages\psutil\_pswindows.py", line 780, in cmdline ret = cext.proc_cmdline(self.pid, use_peb=True) OSError: [WinError 998] Invalid access to memory location
0.313755
Traceback (most recent call last): "<string>", line 1, in <module> "/opt/services/flaskapp/src/database.py", line 11, in <module> engine = create_engine('postgres://%s:%s@%s:%s/%s' % (user, pwd, host, port, db)) "<string>", line 2, in create_engine "/usr/local/lib/python3.9/site-packages/sqlalchemy/util/deprecations.py", line 298, in warned return fn(*args, **kwargs) "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/create.py", line 522, in create_engine entrypoint = u._get_entrypoint() "/usr/local/lib/python3.9/site-packages/sqlalchemy/engine/url.py", line 653, in _get_entrypoint cls = registry.load(name) "/usr/local/lib/python3.9/site-packages/sqlalchemy/util/langhelpers.py", line 341, in load raise exc.NoSuchModuleError( sqlalchemy.exc.NoSuchModuleError: Can't load plugin: sqlalchemy.dialects:postgres
Traceback (most recent call last): "/path/to/script.py", line 14, in <module> asyncio.run(connect(url)) "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) "/usr/local/Cellar/python/3.7.1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 573, in run_until_complete return future.result() "/path/to/script.py", line 5, in connect async with await aio_pika.connect(url) as conn: "/path/to/site-packages/aio_pika/connection.py", line 437, in connect await connection.connect() "/path/to/site-packages/aio_pika/connection.py", line 232, in connect result = await f ConnectionRefusedError: Connection to [IPv4 address]:5673 failed: timeout
0.282487
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 85, in run self.result = application(self.environ, self.start_response) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/contrib/staticfiles/handlers.py", line 63, in __call__ return self.application(environ, start_response) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/core/handlers/wsgi.py", line 189, in __call__ response = self.get_response(request) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/core/handlers/base.py", line 218, in get_response response = self.handle_uncaught_exception(request, resolver, sys.exc_info()) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/core/handlers/base.py", line 132, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/contrib/admin/options.py", line 616, in wrapper return self.admin_site.admin_view(view)(*args, **kwargs) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/utils/decorators.py", line 110, in _wrapped_view response = view_func(request, *args, **kwargs) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/views/decorators/cache.py", line 57, in _wrapped_view_func response = view_func(request, *args, **kwargs) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/lib/python2.7/site-packages/django/contrib/admin/sites.py", line 233, in inner return view(request, *args, **kwargs) "/Users/bashu/Projects/django-sigma-cms-demo/virtualenv/src/django-filer/filer/admin/fileadmin.py", line 100, in delete_view obj = self.queryset(request).get(pk=unquote(object_id))AttributeError: ' Admin' object has no attribute 'queryset'
Traceback (most recent call last): "/usr/lib64/python2.7/site-packages/blueman/plugins/applet/SerialManager.py", line 59, in _on_device_property_changed self.terminate_all_scripts(device.Address)AttributeError: 'Device' object has no attribute 'Address'
0.296434
Traceback (most recent call last): "<string>", line 1, in <module> "assembler.py", line 45, in <module> "sshuttle.server", line 397, in main "sshuttle.ssnet", line 616, in runonce "sshuttle.ssnet", line 504, in callback "sshuttle.ssnet", line 492, in handle "sshuttle.ssnet", line 411, in got_packet "sshuttle.server", line 353, in dns_req "sshuttle.server", line 172, in __init__ "sshuttle.server", line 195, in try_send TypeError: a bytes-like object is required, not 'str'
Traceback (most recent call last): "main.py", line 554, in <module> train(data) "main.py", line 394, in train print("Shuffle: first input word list:", data.train_Ids[0][0]) IndexError: list index out of range
0.325284
Traceback (most recent call last): "lendingbot.py", line 66, in <module> Data.update_conversion_rates(output_currency, json_output_enabled) "/home/dri/miner/lending/poloniexlendingbot/modules/Data.py", line 80, in update_conversion_rates total_lended = get_total_lended()[0] "/home/dri/miner/lending/poloniexlendingbot/modules/Data.py", line 42, in get_total_lended crypto_lended = api.return_active_loans() "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 135, in return_active_loans return self.api_query('returnActiveLoans') "/home/dri/miner/lending/poloniexlendingbot/modules/Poloniex.py", line 79, in api_query ret = urllib2.urlopen(urllib2.Request('https://poloniex.com/tradingApi', post_data, headers)) "/usr/lib64/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout) "/usr/lib64/python2.7/urllib2.py", line 429, in open response = self._open(req, data) "/usr/lib64/python2.7/urllib2.py", line 447, in _open '_open', req) "/usr/lib64/python2.7/urllib2.py", line 407, in _call_chain result = func(*args) "/usr/lib64/python2.7/urllib2.py", line 1241, in https_open context=self._context) "/usr/lib64/python2.7/urllib2.py", line 1198, in do_open raise URLError(err) URLError: <urlopen error Requesting returnActiveLoans>
Traceback (most recent call last): "example/example_bug.py", line 39, in <module> client = apistar.Client(schema) "/Users/piotr.py/Projects/example/.venv/lib/python3.7/site-packages/apistar/client/client.py", line 22, in __init__ self.document = apistar.validate(schema, format=format, encoding=encoding) "/Users/piotr.py/Projects/example/.venv/lib/python3.7/site-packages/apistar/core.py", line 75, in validate value = typesystem.validate_with_positions(token=token, validator=validator) "/Users/piotr.py/Projects/example/.venv/lib/python3.7/site-packages/typesystem/tokenize/positional_validation.py", line 36, in validate_with_positions raise ValidationError(messages=messages) typesystem.base.ValidationError: {'paths': {'/users': {'get': {'responses': {200: 'All object keys must be strings.'}}}}}
0.284588
:stderr: Traceback (most recent call last): "/usr/bin/pip", line 9, in <module> load_entry_point('pip==1.5.4', 'console_scripts', 'pip')() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 351, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2363, in load_entry_point return ep.load() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2088, in load entry = __import__(self.module_name, globals(),globals(), ['__name__']) "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 11, in <module> from pip.vcs import git, mercurial, subversion, bazaar # noqa "/usr/lib/python2.7/dist-packages/pip/vcs/mercurial.py", line 9, in <module> from pip.download import path_to_url "/usr/lib/python2.7/dist-packages/pip/download.py", line 25, in <module> from requests.compat import IncompleteReadImportError: cannot import name IncompleteRead
Traceback (most recent call last): "[...]/matplotlib/lib/matplotlib/colors.py", line 370, in to_rgba r, g, b = self.to_rgb(arg) "[...]/matplotlib/lib/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 "None"
0.213642
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/__init__.py", line 399, in execute_from_command_line utility.execute() "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/__init__.py", line 392, in execute self.fetch_command(subcommand).run_from_argv(self.argv) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/base.py", line 242, in run_from_argv self.execute(*args, **options.__dict__) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute output = self.handle(*args, **options) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/tenant_schemas/management/commands/sync_schemas.py", line 30, in handle self.sync_public_apps() "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/tenant_schemas/management/commands/sync_schemas.py", line 74, in sync_public_apps SyncdbCommand().execute(**self.options) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute output = self.handle(*args, **options) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/base.py", line 415, in handle return self.handle_noargs(**options) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/core/management/commands/syncdb.py", line 96, in handle_noargs sql, references = connection.creation.sql_create_model(model, self.style, seen_models) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/db/backends/creation.py", line 53, in sql_create_model col_type = f.db_type(connection=self.connection) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/jsonfield/fields.py", line 82, in db_type transaction.savepoint_rollback(sid, using=connection.alias) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/db/transaction.py", line 160, in savepoint_rollback get_connection(using).savepoint_rollback(sid) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/db/backends/__init__.py", line 246, in savepoint_rollback self._savepoint_rollback(sid) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/db/backends/__init__.py", line 207, in _savepoint_rollback self.cursor().execute(self.ops.savepoint_rollback_sql(sid)) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/django/db/backends/__init__.py", line 160, in cursor cursor = self.make_debug_cursor(self._cursor()) "/Users/dennis/.virtualenvs/attendy/lib/python2.7/site-packages/tenant_schemas/postgresql_backend/base.py", line 93, in _cursor cursor.execute('SET search_path = {}'.format(','.join(search_paths)))psycopg2.InternalError: current transaction is aborted, commands ignored until end of transaction block
Traceback (most recent call last): "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 793, in extract_info ie_result = ie.extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract ie_result = self._real_extract(url) "/usr/bin/youtube-dl/youtube_dl/extractor/pluralsight.py", line 421, in _real_extract self._sort_formats(formats) "/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 1292, in _sort_formats raise ExtractorError('No video formats found') ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.156247
Traceback (most recent call last): "/config/scripts/kill_stream.py", line 591, in <module> opts = parser.parse_args() "/app/tautulli/lib/argparse.py", line 1725, in parse_args args, argv = self.parse_known_args(args, namespace) "/app/tautulli/lib/argparse.py", line 1754, in parse_known_args namespace, args = self._parse_known_args(args, namespace) "/app/tautulli/lib/argparse.py", line 1960, in _parse_known_args start_index = consume_optional(start_index) "/app/tautulli/lib/argparse.py", line 1900, in consume_optional take_action(action, args, option_string) "/app/tautulli/lib/argparse.py", line 1812, in take_action argument_values = self._get_values(action, argument_strings) "/app/tautulli/lib/argparse.py", line 2263, in _get_values value = [self._get_value(action, v) for v in arg_strings] "/app/tautulli/lib/argparse.py", line 2263, in <listcomp> value = [self._get_value(action, v) for v in arg_strings] "/app/tautulli/lib/argparse.py", line 2278, in _get_value result = type_func(arg_string) "/config/scripts/kill_stream.py", line 105, in arg_decoding return arg.decode(TAUTULLI_ENCODING).encode('UTF-8') AttributeError: 'str' object has no attribute 'decode'
Traceback (most recent call last): "/build/locust-1.4.3/locust/test/test_web.py", line 385, in test_index_with_basic_auth_enabled_incorrect_credentials 401, requests.get("http://127.0.0.1:%i/?ele=phino" % self.web_port, auth=("john", "invalid")).status_code "/usr/lib/python3/dist-packages/requests/api.py", line 76, in get return request('get', url, params=params, **kwargs) "/usr/lib/python3/dist-packages/requests/api.py", line 61, in request return session.request(method=method, url=url, **kwargs) "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request resp = self.send(prep, **send_kwargs) "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send r = adapter.send(request, **kwargs) "/usr/lib/python3/dist-packages/requests/adapters.py", line 510, in send raise ProxyError(e, request=request) requests.exceptions.ProxyError: HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: http://127.0.0.1:34555/?ele=phino (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc650f83c10>: Failed to establish a new connection: [Errno 111] Connection refused')))
0.327666