text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info ie_result = ie.extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 440, in extract ie_result = self._real_extract(url) "/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1704, in _real_extract raise ExtractorError('Unable to extract uploader name') youtube_dl.utils.ExtractorError: Unable to extract uploader name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/tooz/drivers/memcached.py", line 43, in _failure_translator yield "/usr/local/lib/python3.8/dist-packages/tooz/drivers/memcached.py", line 70, in wrapper return func(*args, **kwargs) "/usr/local/lib/python3.8/dist-packages/tooz/drivers/memcached.py", line 495, in heartbeat self.client.set(self._encode_member_id(self._member_id), "/usr/local/lib/python3.8/dist-packages/pymemcache/client/base.py", line 1120, in set return client.set(key, value, expire=expire, noreply=noreply, "/usr/local/lib/python3.8/dist-packages/pymemcache/client/base.py", line 378, in set return self._store_cmd(b'set', {key: value}, expire, noreply, "/usr/local/lib/python3.8/dist-packages/pymemcache/client/base.py", line 968, in _store_cmd self._connect() "/usr/local/lib/python3.8/dist-packages/pymemcache/client/base.py", line 336, in _connect sock.connect(sockaddr) "/usr/local/lib/python3.8/dist-packages/eventlet/greenio/base.py", line 267, in connect socket_checkerr(fd) "/usr/local/lib/python3.8/dist-packages/eventlet/greenio/base.py", line 51, in socket_checkerr raise socket.error(err, errno.errorcode[err]) ConnectionRefusedError: [Errno 111] ECONNREFUSED
0.271622
Traceback (most recent call last): "/usr/local/lib/python3.5/site-packages/pafy/backend_youtube_dl.py", line 38, in _fetch_basic self._ydl_info = ydl.extract_info(self.videoid, download=False) "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 688, in extract_info self.report_error(compat_str(e), e.format_traceback()) "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 547, in report_error self.trouble(error_message, tb) "/usr/local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 517, in trouble raise DownloadError(message, exc_info) youtube_dl.utils.DownloadError: ERROR: Signature extraction failed: Traceback (most recent call last):
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/egghead.py", line 98, in _real_extract for _, format_url in lesson['media_urls'].items(): KeyError: u'media_urls'
0.218311
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1342, in _decrypt_signature video_id, player_url, s "/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1250, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1314, in _parse_sig_js jscode, 'Initial JS player signature function name', group='sig') "/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "<string>", line 1, in <module> "/private/tmp/pip-install-i8rkc4ax/robotframework-ride/setup.py", line 20, in <module> execfile(join(ROOT_DIR, 'src', 'robotide', 'version.py')) NameError: name 'execfile' is not defined
0.194806
Traceback (most recent call last): "C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent and not self.is_completion_widget_visible()): "C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted
Traceback (most recent call last): "<stdin>", line 1, in <module> "/home/weiwang/oss/venv/netopy/lib/python3.5/site-packages/requests/api.py", line 72, in get return request('get', url, params=params, **kwargs) "/home/weiwang/oss/venv/netopy/lib/python3.5/site-packages/requests/api.py", line 58, in request return session.request(method=method, url=url, **kwargs) "/home/weiwang/oss/venv/netopy/lib/python3.5/site-packages/requests/sessions.py", line 508, in request resp = self.send(prep, **send_kwargs) "/home/weiwang/oss/venv/netopy/lib/python3.5/site-packages/requests/sessions.py", line 618, in send r = adapter.send(request, **kwargs) "/home/weiwang/oss/venv/netopy/lib/python3.5/site-packages/requests/adapters.py", line 506, in send raise SSLError(e, request=request) requests.exceptions.SSLError: HTTPSConnectionPool(host='www.umich.edu', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)'),))
0.228784
Traceback (most recent call last): "demo-app.py", line 24, in <module> with MyApp() as app: "C:\Python27\lib\site-packages\cement\core\foundation.py", line 1494, in __enter__ self.setup() "C:\Python27\lib\site-packages\cement\core\foundation.py", line 846, in setup self._setup_extension_handler() "C:\Python27\lib\site-packages\cement\core\foundation.py", line 1219, in _setup_extension_handler self.ext.load_extensions(self._meta.extensions) "C:\Python27\lib\site-packages\cement\core\extension.py", line 166, in load_extensions self.load_extension(ext) "C:\Python27\lib\site-packages\cement\core\extension.py", line 154, in load_extension raise exc.FrameworkError(e.args[0]) cement.core.exc.FrameworkError: No module named pwd
Traceback (most recent call last): "C:\mozbuilds\IDE-11.11\moz3500-ko11.11\mozilla\ko-rel\dist\bin\python\komodo\koToolbox2.py", line 777, in addFolder data = json.load(fp, encoding="utf-8") "C:\mozbuilds\IDE-11.11\moz3500-ko11.11\mozilla\ko-rel\dist\python\lib\json\__init__.py", line 290, in load **kw) "C:\mozbuilds\IDE-11.11\moz3500-ko11.11\mozilla\ko-rel\dist\python\lib\json\__init__.py", line 351, in loads return cls(encoding=encoding, **kw).decode(s) "C:\mozbuilds\IDE-11.11\moz3500-ko11.11\mozilla\ko-rel\dist\python\lib\json\decoder.py", line 368, in decode raise ValueError(errmsg("Extra data", s, end, len(s))) ValueError: Extra data: line 5 column 2 - line 6 column 2 (char 63 - 78)
0.23588
Traceback (most recent call last): "multiprocessing\process.py", line 258, in _bootstrap "multiprocessing\process.py", line 93, in run "C:\DeepFaceLab_OpenCL\_internal\DeepFaceLab\utils\iter_utils.py", line 49, in process_func gen_data = next (self.generator_func) "C:\DeepFaceLab_OpenCL\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 101, in batch_func raise Exception ("Exception occured in sample %s. Error: %s" % (sample.filename, traceback.format_exc() ) ) Exception: Exception occured in sample C:\DeepFaceLab_OpenCL\workspace\data_src\aligned\00003_0.jpg. Error: Traceback (most recent call last):
Traceback (most recent call last): "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports return _getImports_pe(pth) "D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe import_dllnames_only=True, TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
0.291864
Traceback (most recent call last): "CellProfiler.py", line 293, in <module> show_splashbox = (options.pipeline_filename is None)) "/home/john/phd/lab/tubercolusis/cellprofiler/cellprofiler/cellprofilerapp.py", line 18, in **init** super(CellProfilerApp, self).**init**(_args, *_kwargs) "/usr/lib/python2.7/dist-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7700, in __init__ self._BootstrapApp() "/usr/lib/python2.7/dist-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 7352, in _BootstrapApp return _core_.PyApp__BootstrapApp(_args, *_kwargs) "/home/john/phd/lab/tubercolusis/cellprofiler/cellprofiler/cellprofilerapp.py", line 29, in OnInit splashbitmap = wx.EmptyBitmapRGBA(CellProfilerSplash.GetWidth(), CellProfilerSplash.GetHeight(), 255, 255, 255, 255)AttributeError: 'module' object has no attribute 'EmptyBitmapRGBA'
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 806, in wrapper "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\YoutubeDL.py", line 827, in __extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\common.py", line 534, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp8z3w9mz6\build\youtube_dl\extractor\youtube.py", line 2706, in _real_extract youtube_dl.utils.ExtractorError: Unable to recognize tab page; 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.24658
Traceback (most recent call last): "/Users/gaubert/Dropbox/gmvault-data/gmvault-1.6-beta-release/gmvault-v1.6-beta/lib/gmv_cmd.app/Contents/Resources/gmv_cmd.py", line 527, in run "/Users/gaubert/Dropbox/gmvault-data/gmvault-1.6-beta-release/gmvault-v1.6-beta/lib/gmv_cmd.app/Contents/Resources/gmv_cmd.py", line 437, in _restore "gmvault.pyc", line 974, in restore "gmvault.pyc", line 403, in unbury_email "gmvault.pyc", line 414, in unbury_metadata "json/__init__.pyc", line 278, in load "json/**init**.pyc", line 326, in loads "json/decoder.pyc", line 366, in decode "json/decoder.pyc", line 384, in raw_decodeValueError: No JSON object could be decoded
Traceback (most recent call last): "E:\Dist\pyzmq-2.1.1\zmq\tests\test_message.py", line 264, in test_buffer_numpy self.assertEquals(A.data, m.buffer)AssertionError: &lt;read-write buffer for 0x0337CFC8, size 80, offset 0 at 0x03341140&gt; != &lt;memory at 0x010BDE40\&gt;
0.202373
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 63, in render_tmpl output = render_str(tmplstr, context, tmplpath) "/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 116, in render_jinja_tmpl output = jinja_env.from_string(tmplstr).render(**context) "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 894, in render return self.environment.handle_exception(exc_info, True) "<template>", line 1, in top-level template codeUndefinedError: dict object has no element Undefined
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\YoutubeDL.py", line 1909, in process_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\YoutubeDL.py", line 1854, in dl "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\downloader\common.py", line 366, in download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\downloader\http.py", line 341, in real_download "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\downloader\http.py", line 109, in establish_connection "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\YoutubeDL.py", line 2227, in urlopen "C:\Python\Python34\lib\urllib\request.py", line 464, in open "C:\Python\Python34\lib\urllib\request.py", line 482, in _open "C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\utils.py", line 2724, in https_open "C:\Python\Python34\lib\urllib\request.py", line 1185, in do_open urllib.error.URLError: <urlopen error EOF occurred in violation of protocol (_ssl.c:600)>
0.195427
Traceback (most recent call last): "/Users/developer/DeepPavlov/lib/python3.6/site-packages/telebot/util.py", line 58, in run task(*args, **kwargs) "/Users/developer/Project/DeepPavlov/telegram_utils/telegram_ui.py", line 48, in handle_inference pred = model.infer(context) AttributeError: 'Chainer' object has no attribute 'infer'
Traceback (most recent call last): "/usr/bin/pip", line 11, in <module> sys.exit(main()) "/usr/lib/python2.6/site-packages/pip/__init__.py", line 185, in main return command.main(cmd_args) "/usr/lib/python2.6/site-packages/pip/basecommand.py", line 161, in main text = '\n'.join(complete_log)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 47: ordinal
0.229107
Traceback (most recent call last): "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) "/home/lifeisaboutfishtacos/toil/src/toil/statsAndLogging.py", line 140, in statsAndLoggingAggregator if jobStore.readStatsAndLogging(callback) == 0: "/home/lifeisaboutfishtacos/toil/src/toil/jobStores/fileJobStore.py", line 482, in readStatsAndLogging callback(fH) "/home/lifeisaboutfishtacos/toil/src/toil/statsAndLogging.py", line 112, in callback stats = json.load(fileHandle, object_hook=Expando) "/usr/lib/python3.5/json/__init__.py", line 268, in load parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw) "/usr/lib/python3.5/json/__init__.py", line 312, in loads s.__class__.__name__))TypeError: the JSON object must be str, not 'bytes'
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 9] Bad file descriptor
0.247551
Traceback (most recent call last): "c:\users\user\git\mitmproxy\mitmproxy\net\tcp.py", line 188, in write return self.o.sendall(v) "c:\python35\lib\site-packages\OpenSSL\SSL.py", line 1286, in sendall self._raise_ssl_error(self._ssl, result) "c:\python35\lib\site-packages\OpenSSL\SSL.py", line 1166, in _raise_ssl_error raise SysCallError(errno, errorcode.get(errno)) OpenSSL.SSL.SysCallError: (10053, 'WSAECONNABORTED')
Traceback (most recent call last):, "src\tribler-gui\tribler_gui\event_request_manager.py", line 108, in on_read_data, RuntimeError: ('unsupported operand type(s) for +: \'NoneType\' and \'str\'
0.27987
Traceback (most recent call last): "cellprofiler\gui\datatoolframe.pyc", line 202, in on_run "cellprofiler\modules\exporttodatabase.pyc", line 966, in run_as_data_tool "cellprofiler\modules\exporttodatabase.pyc", line 1017, in run "cellprofiler\modules\exporttodatabase.pyc", line 1704, in write_data_to_db "cellprofiler\measurements.pyc", line 377, in get_all_measurementsAssertionError: No measurements for Cells.AreaShape_Center_X
Traceback (most recent call last): "<stdin>", line 1, in <module> "/Users/feldman/NetEng/asa-ip/ntc-templates/lib/ntc_templates/parse.py", line 35, in parse_output cli_table.ParseCmd(data, attrs) "/Users/feldman/NetEng/asa-ip/venv/lib/python3.7/site-packages/textfsm/clitable.py", line 282, in ParseCmd self.table = self._ParseCmdItem(self.raw, template_file=template_files[0]) "/Users/feldman/NetEng/asa-ip/venv/lib/python3.7/site-packages/textfsm/clitable.py", line 315, in _ParseCmdItem for record in fsm.ParseText(cmd_input): "/Users/feldman/NetEng/asa-ip/venv/lib/python3.7/site-packages/textfsm/parser.py", line 895, in ParseText self._CheckLine(line) "/Users/feldman/NetEng/asa-ip/venv/lib/python3.7/site-packages/textfsm/parser.py", line 944, in _CheckLine if self._Operations(rule, line): "/Users/feldman/NetEng/asa-ip/venv/lib/python3.7/site-packages/textfsm/parser.py", line 1025, in _Operations % (rule.line_num, line)) textfsm.parser.TextFSMError: State Error raised. Rule Line: 52. Input Line: Assigned IP : 10.10.123.123 Public IP : 2001:db8:91::7
0.218084
Traceback (most recent call last): "/media/truecrypt1/Documents/DUMPS/sqlmap/_sqlmap.py", line 72, in main "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/controller/controller.py", line 564, in start "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/controller/action.py", line 110, in action "/media/truecrypt1/Documents/DUMPS/sqlmap/plugins/generic/entries.py", line 246, in dumpTable "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/utils/pivotdumptable.py", line 113, in pivotDumpTable "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/request/inject.py", line 424, in getValue "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/request/inject.py", line 320, in __goInferenceProxy "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/request/inject.py", line 116, in __goInferenceFields "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/request/inject.py", line 88, in __goInference "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/techniques/blind/inference.py", line 416, in bisection "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/core/threads.py", line 199, in runThreads "/media/truecrypt1/Documents/DUMPS/sqlmap/lib/utils/hashdb.py", line 103, in flushOperationalError: unable to open database file
Traceback (most recent call last): "/usr/local/python351/lib/python3.5/site-packages/discord/client.py", line 251, in _run_event yield from getattr(self, event)(_args, *_kwargs) "red.py", line 263, in on_message await removeBadWords(message) "red.py", line 1265, in removeBadWords dataIO.saveFilter(badwords)AttributeError: module 'dataIO' has no attribute 'saveFilter'
0.224136
Traceback (most recent call last): "bin/git-cola", line 51, in <module> from cola.app import add_common_arguments ImportError: No module named cola.app
Traceback (most recent call last): "/opt/conda/bin/odtk", line 11, in <module> load_entry_point('odtk', 'console_scripts', 'odtk')() "/workspace/retinanet/retinanet/main.py", line 243, in main worker(0, args, 1, model, state) "/workspace/retinanet/retinanet/main.py", line 180, in worker regularization_l2=args.regularization_l2, rotated_bbox=args.rotated_bbox, absolute_angle=args.absolute_angle) "/workspace/retinanet/retinanet/train.py", line 40, in train verbosity=is_master) "/opt/conda/lib/python3.6/site-packages/apex/amp/frontend.py", line 358, in initialize return _initialize(models, optimizers, _amp_state.opt_properties, num_losses, cast_model_outputs) "/opt/conda/lib/python3.6/site-packages/apex/amp/_initialize.py", line 171, in _initialize check_params_fp32(models) "/opt/conda/lib/python3.6/site-packages/apex/amp/_initialize.py", line 93, in check_params_fp32 name, param.type())) "/opt/conda/lib/python3.6/site-packages/apex/amp/_amp_state.py", line 32, in warn_or_err raise RuntimeError(msg) RuntimeError: Found param backbones.ResNet18FPN.features.conv1.weight with type torch.FloatTensor, expected torch.cuda.FloatTensor.
0.314217
127.0.0.1 | FAILED => Traceback (most recent call last): "/home/ansible/ansible/lib/python2.6/site-packages/ansible-1.7-py2.6.egg/ansible/runner/__init__.py", line 558, in _executor exec_rc = self._executor_internal(host, new_stdin) "/home/ansible/ansible/lib/python2.6/site-packages/ansible-1.7-py2.6.egg/ansible/runner/__init__.py", line 663, in _executor_internal return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args) "/home/ansible/ansible/lib/python2.6/site-packages/ansible-1.7-py2.6.egg/ansible/runner/__init__.py", line 881, in _executor_internal_inner result = handler.run(conn, tmp, module_name, module_args, inject, complex_args) "/home/ansible/ansible/lib/python2.6/site-packages/ansible-1.7-py2.6.egg/ansible/runner/action_plugins/debug.py", line 41, in run kv = utils.parse_kv(module_args) "/home/ansible/ansible/lib/python2.6/site-packages/ansible-1.7-py2.6.egg/ansible/utils/__init__.py", line 698, in parse_kv args = args.encode('utf-8')UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 4: ordinal not in range(128)
`Traceback (most recent call last): "/usr/local/bin/deepwalk", line 9, in <module> load_entry_point('deepwalk==1.0.1', 'console_scripts', 'deepwalk')() "/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/local/lib/python2.7/dist-packages/deepwalk-1.0.1-py2.7.egg/deepwalk/__main__.py", line 26, in <module> p.set_cpu_affinity(list(range(cpu_count())))AttributeError: 'Process' object has no attribute 'set_cpu_affinity'
0.209159
Traceback (most recent call last): "youtube_dl\extractor\generic.pyo", line 1241, in _real_extract "youtube_dl\compat.pyo", line 248, in compat_etree_fromstring "youtube_dl\compat.pyo", line 237, in _XML "xml\etree\ElementTree.pyo", line 1642, in feed "xml\etree\ElementTree.pyo", line 1506, in _raiseerrorParseError: not well-formed (invalid token): line 107, column 39
Traceback (most recent call last): "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib64/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/media/disk1/xxx/code/projects/tensorflow-models/MMdnn/mmdnn/conversion/_script/IRToCode.py", line 120, in <module> _main() "/media/disk1/xxx/code/projects/tensorflow-models/MMdnn/mmdnn/conversion/_script/IRToCode.py", line 115, in _main ret = _convert(args) "/media/disk1/xxx/code/projects/tensorflow-models/MMdnn/mmdnn/conversion/_script/IRToCode.py", line 56, in _convert emitter.run(args.dstModelPath, args.dstWeightPath, args.phase) "mmdnn/conversion/common/DataStructure/emitter.py", line 21, in run self.save_code(dstNetworkPath, phase) "mmdnn/conversion/common/DataStructure/emitter.py", line 53, in save_code code = self.gen_code(phase) "mmdnn/conversion/mxnet/mxnet_emitter.py", line 120, in gen_code dirname = os.path.dirname(self.output_weights_file) "/home/xxx/softwares/tensorflow/lib64/python2.7/posixpath.py", line 129, in dirname i = p.rfind('/') + 1 AttributeError: 'NoneType' object has no attribute 'rfind'`
0.262341
Traceback (most recent call last): "/usr/local/lib/python3.5/dist-packages/numpy/lib/format.py", line 650, in read_array array = pickle.load(fp, **pickle_kwargs) UnicodeDecodeError: 'ascii' codec can't decode byte 0xfa in position 8: ordinal not in range(128)
Traceback (most recent call last): "main.py", line 1, in <module> from bot import Crypto_Bot "/home/jp/Desktop/CryptoBot/bot.py", line 8, in <module> from config.config import load_config ImportError: No module named config
0.300687
Traceback (most recent call last): "C:/Users/Administrator/PycharmProjects/Lucky/Bot/main.py", line 7, in <module> run() "C:\Users\Administrator\PycharmProjects\Lucky\Bot\core\core.py", line 171, in run itchat.auto_login(hotReload=True) "D:\Python\3.5\lib\site-packages\itchat\components\register.py", line 30, in auto_login loginCallback=loginCallback, exitCallback=exitCallback) "D:\Python\3.5\lib\site-packages\itchat\components\login.py", line 48, in login status = self.check_login() "D:\Python\3.5\lib\site-packages\itchat\components\login.py", line 131, in check_login process_login_info(self, r.text) "D:\Python\3.5\lib\site-packages\itchat\components\login.py", line 164, in process_login_info for node in xml.dom.minidom.parseString(r.text).documentElement.childNodes: "D:\Python\3.5\lib\xml\dom\minidom.py", line 1968, in parseString return expatbuilder.parseString(string) "D:\Python\3.5\lib\xml\dom\expatbuilder.py", line 925, in parseString return builder.parseString(string) "D:\Python\3.5\lib\xml\dom\expatbuilder.py", line 223, in parseString parser.Parse(string, True) xml.parsers.expat.ExpatError: no element found: line 1, column 0
Traceback (most recent call last): "/root/pytype/out/pytype/tests/test_base.py", line 536, in Replacement return actual_method(self, *args, **kwargs) "/root/pytype/out/pytype/tests/test_dict.py", line 22, in testPop """) "/root/pytype/out/pytype/tests/test_base.py", line 459, in assertTypesMatchPytd self.assertMultiLineEqual(pytd_tree_src, ty_src) AssertionError: 'from typing import Dict\n\nd: Dict[str, int]\nv1: int\nv2: None\n' != 'from typing import Any, Dict\n\nd: Dict[str, int]\nv1: Any\nv2: Any\n'
0.276486
Traceback (most recent call last): "/home/jens/.local/share/virtualenvs/thonny-6qUXfC5h/lib/python3.6/site-packages/thonny/jedi_utils.py", line 45, in get_statement_of_position from jedi.parser_utils import get_statement_of_position ImportError: cannot import name 'get_statement_of_position'
Traceback (most recent call last): "/home/tibb/Zeus-Scanner/var/search/selenium_search.py", line 268, in parse_search_results tor=tor, batch=batch, xforward=forward_for "/home/tibb/Zeus-Scanner/var/search/selenium_search.py", line 80, in get_urls ff_display = Display(visible=0, size=(800, 600)) "/root/.local/share/virtualenvs/Zeus-Scanner-jKLNdBxU/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 34, in __init__ self._obj = self.display_class( "/root/.local/share/virtualenvs/Zeus-Scanner-jKLNdBxU/lib/python2.7/site-packages/pyvirtualdisplay/display.py", line 52, in display_class cls.check_installed() "/root/.local/share/virtualenvs/Zeus-Scanner-jKLNdBxU/lib/python2.7/site-packages/pyvirtualdisplay/xvfb.py", line 38, in check_installed ubuntu_package=PACKAGE).check_installed()TypeError: __init__() got an unexpected keyword argument 'url'
0.320722
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2163, in _real_extract doc = compat_etree_fromstring(webpage.encode('utf-8')) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2539, in compat_etree_fromstring doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory))) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2528, in _XML parser.feed(text) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed self._raiseerror(v) "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror raise err ParseError: not well-formed (invalid token): line 147, column 31
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpqajgst4a\build\youtube_dl\YoutubeDL.py", line 696, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpqajgst4a\build\youtube_dl\extractor\common.py", line 369, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpqajgst4a\build\youtube_dl\extractor\amcnetworks.py", line 58, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpqajgst4a\build\youtube_dl\extractor\common.py", line 672, in _search_regex youtube_dl.utils.RegexNotFoundError: Unable to extract theplatform_path; 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.205763
Traceback (most recent call last): "/home/user/freqtrade-wrk/github-hroff-1902/freqtrade/freqtrade/main.py", line 40, in main args.func(args) "/home/user/freqtrade-wrk/github-hroff-1902/freqtrade/freqtrade/utils.py", line 75, in start_download_data logger.info(f'About to download pairs: {config["pairs"]}, ' KeyError: 'pairs'
Traceback (most recent call last): "<stdin>", line 1, in <module> "optuna/__init__.py", line 11, in init optuna.__init__ "optuna/importance/__init__.py", line 5, in init optuna.importance.__init__ "optuna/importance/_base.py", line 12, in init optuna.importance._base "optuna/samplers/__init__.py", line 5, in init optuna.samplers.__init__ "optuna/samplers/_search_space.py", line 8, in init optuna.samplers._search_space "optuna/study.py", line 30, in init optuna.study ImportError: cannot import name samplers
0.309225
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 331, in _extract_signature_function player_type = id_m.group('ext')AttributeError: 'NoneType' object has no attribute 'group'
>Traceback (most recent call last): "tools/run.py", line 88, in <module> run() "tools/run.py", line 75, in run trainer.train() "pythia_m4c/mmf/pythia/trainers/base_trainer.py", line 226, in train for batch in self.train_loader: "pythia_m4c/lib/python3.5/site-packages/torch-1.5.0-py3.5-linux-x86_64.egg/torch/utils/data/dataloader.py", line 345, in __next__ data = self._next_data() "pythia_m4c/lib/python3.5/site-packages/torch-1.5.0-py3.5-linux-x86_64.egg/torch/utils/data/dataloader.py", line 856, in _next_data return self._process_data(data) "pythia_m4c/lib/python3.5/site-packages/torch-1.5.0-py3.5-linux-x86_64.egg/torch/utils/data/dataloader.py", line 881, in _process_data data.reraise() "pythia_m4c/lib/python3.5/site-packages/torch-1.5.0-py3.5-linux-x86_64.egg/torch/_utils.py", line 395, in reraise raise self.exc_type(msg) RuntimeError: Caught RuntimeError in DataLoader worker process 0.
0.281642
Traceback (most recent call last): "eventHandler.pyc", line 147, in executeEvent "eventHandler.pyc", line 162, in doPreGainFocus "NVDAObjects\__init__.pyc", line 290, in objectInForeground "NVDAObjects\__init__.pyc", line 202, in findBestAPIClass "NVDAObjects\__init__.pyc", line 201, in findBestAPIClass "NVDAObjects\UIA\__init__.pyc", line 824, in kwargsFromSuper COMError: (-2146233083, None, (None, None, None, 0, None))
Traceback (most recent call last): "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/tests/test_sgd.py", line 618, in test_warm_start_multiclass self._test_warm_start(X2, Y2, "optimal") "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/tests/test_sgd.py", line 108, in _test_warm_start clf.fit(X, Y) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 485, in fit sample_weight=sample_weight) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 389, in _fit classes, sample_weight, coef_init, intercept_init) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 351, in _partial_fit sample_weight=sample_weight, n_iter=n_iter) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 415, in _fit_multiclass verbose=self.verbose)(TypeError: __init__() got an unexpected keyword argument 'backend'
0.143956
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/setup.py", line 174, in _async_setup_component component.setup, hass, processed_config # type: ignore "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/usr/src/homeassistant/homeassistant/components/totalconnect/__init__.py", line 37, in setup client = TotalConnectClient.TotalConnectClient(username, password) "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 81, in __init__ self.authenticate() "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 119, in authenticate self.populate_details(response) "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 144, in populate_details self.get_panel_meta_data(location["LocationID"]) "/usr/local/lib/python3.7/site-packages/total_connect_client/TotalConnectClient.py", line 260, in get_panel_meta_data self.locations[location_id].zones[zone_id].update(zone) KeyError: 49
WARNING: Automatic signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature video_id, player_url, len(s) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function res = self._parse_sig_js(code) "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js u'Initial JS player signature function name') "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
0.236626
Traceback (most recent call last): "logstash_index_cleaner.py", line 255, in <module> main() "logstash_index_cleaner.py", line 241, in main do_operation = IndicesClient.close(index_name) "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 70, in _wrapped return func(*args, params=params, **kwargs) "/usr/local/lib/python2.7/dist-packages/elasticsearch/client/indices.py", line 105, in close params=params) "/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 269, in perform_request status, headers, raw_data = connection.perform_request(method, url, params, body, ignore=ignore) "/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/http_urllib3.py", line 55, in perform_request self._raise_error(response.status, raw_data) "/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/base.py", line 83, in _raise_error raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info)elasticsearch.exceptions.TransportError: TransportError(500, u'RemoteTransportException[[savvy_es_chef_master_1][inet[/10.35.91.184:9300]][indices/close]]; nested: NullPointerException; ')
Traceback (most recent call last): "/home/***/.local/bin/t2t-decoder", line 16, in <module> tf.app.run() "/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 126, in run _sys.exit(main(argv)) "/home/***/.local/bin/t2t-decoder", line 12, in main t2t_decoder.main(argv) "/home/***/.local/lib/python2.7/site-packages/tensor2tensor/bin/t2t_decoder.py", line 190, in main decode(estimator, hp, decode_hp) "/home/***/.local/lib/python2.7/site-packages/tensor2tensor/bin/t2t_decoder.py", line 104, in decode dataset_split="test" if FLAGS.eval_use_test_set else None) "/home/***/.local/lib/python2.7/site-packages/tensor2tensor/utils/decoding.py", line 204, in decode_from_dataset log_targets=decode_hp.log_targets) "/home/***/.local/lib/python2.7/site-packages/tensor2tensor/utils/decoding.py", line 94, in log_decode_results decoded_outputs = targets_vocab.decode(_save_until_eos(outputs, is_image)) "/home/***/.local/lib/python2.7/site-packages/tensor2tensor/data_generators/text_encoder.py", line 230, in decode return self._class_labels[label_id] TypeError: only integer scalar arrays can be converted to a scalar index
0.309557
Traceback (most recent call last): "<stdin>", line 1, in <module> "C:\Python36\lib\site-packages\hanlp\__init__.py", line 51, in load return load_from_meta_file(save_dir, meta_filename, transform_only=transform_only, load_kwargs=load_kwargs, **kwargs) "C:\Python36\lib\site-packages\hanlp\utils\component_util.py", line 34, in load_from_meta_file raise NotFoundError(f'The identifier {save_dir} resolves to a non-exist meta file {metapath}. {tips}') NotFoundError: The identifier C:\Users\Roottan\AppData\Roaming\hanlp\hanlp\lm\flair_lm_wmt11_en_20191229_033714\flair_lm_bw_wmt11_en resolves to a non-exist meta file C:\Users\****\AppData\Roaming\hanlp\hanlp\lm\flair_lm_wmt11_en_20191229_033714\flair_lm_bw_wmt11_en\meta.json.
Traceback (most recent call last): "/home/tool/cobra/cobra/__init__.py", line 89, in main cli.start(args.target, args.format, args.output, args.special_rules, a_sid) "/home/tool/cobra/cobra/cli.py", line 80, in start main_framework = dt.framework "/home/tool/cobra/cobra/detection.py", line 70, in framework projects_data = self.project_information(self.target_directory, False) "/home/tool/cobra/cobra/detection.py", line 170, in project_information for root, dirs, filenames in os.walk(absolute_path): "/usr/local/lib/python2.7/os.py", line 296, in walk for x in walk(new_path, topdown, onerror, followlinks): "/usr/local/lib/python2.7/os.py", line 286, in walk if isdir(join(top, name)): "/usr/local/lib/python2.7/posixpath.py", line 73, in join path += '/' + bUnicodeDecodeError: 'utf8' codec can't decode byte 0xb9 in position 2: invalid start byte
0.231323
Traceback (most recent call last): "calibre_plugins.dedrm.__init__", line 200, in ePubDecrypt "calibre_plugins.dedrm.ignobleepub", line 258, in decryptBook "calibre_plugins.dedrm.ignobleepub", line 158, in __init__IGNOBLEError: AES improper key used
Traceback (most recent call last): "gallery_dl\job.py", line 75, in run "gallery_dl\job.py", line 113, in dispatch "gallery_dl\job.py", line 280, in handle_directory "gallery_dl\job.py", line 420, in initialize AttributeError: 'str' object has no attribute 'get'
0.145309
Traceback (most recent call last): "/usr/lib/python3.7/site-packages/lutris/gui/lutriswindow.py", line 723, in on_add_game_button_clicked AddGameDialog(self, runner=self.selected_runner) "/usr/lib/python3.7/site-packages/lutris/gui/config/add_game.py", line 28, in __init__ self.build_tabs("game") "/usr/lib/python3.7/site-packages/lutris/gui/config/common.py", line 66, in build_tabs self._build_game_tab() "/usr/lib/python3.7/site-packages/lutris/gui/config/common.py", line 309, in _build_game_tab self.game_box = GameBox(self.lutris_config, game) "/usr/lib/python3.7/site-packages/lutris/gui/config/boxes.py", line 616, in __init__ self.generate_widgets("game") "/usr/lib/python3.7/site-packages/lutris/gui/config/boxes.py", line 91, in generate_widgets self.call_widget_generator(option, option_key, value, default) "/usr/lib/python3.7/site-packages/lutris/gui/config/boxes.py", line 184, in call_widget_generator self.generate_directory_chooser(option, value) "/usr/lib/python3.7/site-packages/lutris/gui/config/boxes.py", line 413, in generate_directory_chooser default_path = self.game.runner.working_dir AttributeError: 'NoneType' object has no attribute 'working_dir'
Traceback (most recent call last): "G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/connection.py#L159">ext\urllib3\connection.py</a>", line 159, in _new_conn (self._dns_host, self.port), self.timeout, **extra_kw) "G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/util/connection.py#L80">ext\urllib3\util\connection.py</a>", line 80, in create_connection raise err "G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/util/connection.py#L70">ext\urllib3\util\connection.py</a>", line 70, in create_connection sock.connect(sa)ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it
0.179889
Traceback (most recent call last): "tools/test.py", line 197, in <module> main() "tools/test.py", line 186, in main coco_eval(result_file, eval_types, dataset.coco) "/home/hhm/anaconda3/envs/pytorch/lib/python3.6/site-packages/mmdet-0.6.0+unknown-py3.6.egg/mmdet/core/evaluation/coco_utils.py", line 36, in coco_eval cocoEval.evaluate() "/home/hhm/anaconda3/envs/pytorch/lib/python3.6/site-packages/pycocotools-2.0.0-py3.6-linux-x86_64.egg/pycocotools/cocoeval.py", line 156, in evaluate for catId in catIds "/home/hhm/anaconda3/envs/pytorch/lib/python3.6/site-packages/pycocotools-2.0.0-py3.6-linux-x86_64.egg/pycocotools/cocoeval.py", line 158, in <listcomp> for imgId in p.imgIds "/home/hhm/anaconda3/envs/pytorch/lib/python3.6/site-packages/pycocotools-2.0.0-py3.6-linux-x86_64.egg/pycocotools/cocoeval.py", line 252, in evaluateImg if g['ignore'] or (g['area']<aRng[0] or g['area']>aRng[1]): KeyError: 'area'
Traceback (most recent call last): "explore-format.py", line 187, in <module> main() "/usr/lib64/python2.7/site-packages/gooey/python_bindings/gooey_decorator.py", line 118, in inner parser = get_parser(main_module_path) "/usr/lib64/python2.7/site-packages/gooey/python_bindings/gooey_decorator.py", line 161, in get_parser return source_parser.extract_parser(module_path) "/usr/lib64/python2.7/site-packages/gooey/python_bindings/source_parser.py", line 132, in extract_parser funcs = get_nodes_by_instance_type(nodes, _ast.FunctionDef) "/usr/lib64/python2.7/site-packages/gooey/python_bindings/source_parser.py", line 71, in get_nodes_by_instance_type return [node for node in walk_tree(nodes) if isinstance(node, object_type)] "/usr/lib64/python2.7/site-packages/gooey/python_bindings/source_parser.py", line 82, in walk_tree for _ in walk_tree(val): yield _ "/usr/lib64/python2.7/site-packages/gooey/python_bindings/source_parser.py", line 82, in walk_tree for _ in walk_tree(val): yield _ "/usr/lib64/python2.7/site-packages/gooey/python_bindings/source_parser.py", line 82, in walk_tree for _ in walk_tree(val): yield _ "/usr/lib64/python2.7/site-packages/gooey/python_bindings/source_parser.py", line 78, in walk_tree d = node.__dict__AttributeError: 'str' object has no attribute '__dict__'
0.307887
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect from google.appengine.api import memcache ModuleNotFoundError: No module named 'google.appengine'
Traceback (most recent call last): "//anaconda/lib/python2.7/site-packages/nose/loader.py", line 414, in loadTestsFromName addr.filename, addr.module) "//anaconda/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath return self.importFromDir(dir_path, fqname) "//anaconda/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir mod = load_module(part_fqname, fh, filename, desc) "//anaconda/lib/python2.7/site-packages/sklearn/tests/test_calibration.py", line 15, in <module> from sklearn.ensemble import RandomForestClassifier, RandomForestRegressor "//anaconda/lib/python2.7/site-packages/sklearn/ensemble/__init__.py", line 7, in <module> from .forest import RandomForestClassifier "//anaconda/lib/python2.7/site-packages/sklearn/ensemble/forest.py", line 53, in <module> from ..feature_selection.from_model import _LearntSelectorMixin "//anaconda/lib/python2.7/site-packages/sklearn/feature_selection/__init__.py", line 20, in <module> from .rfe import RFE "//anaconda/lib/python2.7/site-packages/sklearn/feature_selection/rfe.py", line 17, in <module> from ..cross_validation import _check_cv as check_cv "//anaconda/lib/python2.7/site-packages/sklearn/cross_validation.py", line 32, in <module> from .metrics.scorer import check_scoring "//anaconda/lib/python2.7/site-packages/sklearn/metrics/__init__.py", line 31, in <module> from . import cluster "//anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/__init__.py", line 21, in <module> from .bicluster import consensus_score "//anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/bicluster/__init__.py", line 1, in <module> from .bicluster_metrics import consensus_score "//anaconda/lib/python2.7/site-packages/sklearn/metrics/cluster/bicluster/bicluster_metrics.py", line 6, in <module> from sklearn.utils.validation import check_arraysImportError: cannot import name check_arrays
0.277703
Traceback (most recent call last): "C:\web2py\gluon\main.py", line 329, in wsgibase response.stream(static_file, request=request) "C:\web2py\gluon\globals.py", line 617, in stream status=self.status) "C:\web2py\gluon\streamer.py", line 66, in stream_file_or_304_or_206 if e[0] == errno.EISDIR: TypeError: ' NotFoundError' object is not subscriptable
Traceback (most recent call last): "/…/bin/djangocms", line 11, in <module> sys.exit(execute()) "/…/lib/python2.7/site-packages/djangocms_installer/main.py", line 15, in execute config_data = config.parse(sys.argv[1:]) "/…/lib/python2.7/site-packages/djangocms_installer/config/__init__.py", line 144, in parse [path for path in os.listdir(args.project_directory) if not path.startswith('.')]):UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 3: ordinal not in range(128)
0.238687
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 776, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 434, in extract ie_result = self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/yahoo.py", line 302, in _real_extract CONTENT_ID_REGEXES, webpage, 'content ID') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 797, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) RegexNotFoundError: Unable to extract content ID; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "<stdin>", line 1, in <module>ImportError: No module named MySQLdb
0.173437
Traceback (most recent call last): "/usr/local/lib/python3.5/distutils/unixccompiler.py", line 118, in _compile extra_postargs) "/usr/local/lib/python3.5/distutils/ccompiler.py", line 909, in spawn spawn(cmd, dry_run=self.dry_run) "/usr/local/lib/python3.5/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) "/usr/local/lib/python3.5/distutils/spawn.py", line 159, in _spawn_posix % (cmd, exit_status)) distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
Traceback (most recent call last): "C:\Projects\Home Automation\home-assistant\homeassistant\setup.py", line 190, in _async_setup_component result = yield from component.async_setup(hass, processed_config) "C:\Projects\Home Automation\home-assistant\homeassistant\components\mqtt\__init__.py", line 313, in async_setup broker_config = yield from _async_setup_server(hass, config) "C:\Projects\Home Automation\home-assistant\homeassistant\components\mqtt\__init__.py", line 272, in _async_setup_server yield from server.async_start(hass, conf.get(CONF_EMBEDDED)) "C:\Projects\Home Automation\home-assistant\homeassistant\components\mqtt\server.py", line 48, in async_start broker = Broker(server_config, hass.loop) "C:\Projects\Home Automation\home-assistant\venv\lib\site-packages\hbmqtt\broker.py", line 184, in __init__ self.plugins_manager = PluginManager(namespace, context, self._loop) "C:\Projects\Home Automation\home-assistant\venv\lib\site-packages\hbmqtt\plugins\manager.py", line 56, in __init__ self._load_plugins(namespace) "C:\Projects\Home Automation\home-assistant\venv\lib\site-packages\hbmqtt\plugins\manager.py", line 67, in _load_plugins plugin = self._load_plugin(ep) "C:\Projects\Home Automation\home-assistant\venv\lib\site-packages\hbmqtt\plugins\manager.py", line 78, in _load_plugin obj = plugin(plugin_context) "C:\Projects\Home Automation\home-assistant\venv\lib\site-packages\hbmqtt\plugins\authentication.py", line 56, in __init__ self._read_password_file() "C:\Projects\Home Automation\home-assistant\venv\lib\site-packages\hbmqtt\plugins\authentication.py", line 62, in _read_password_file with open(password_file) as f: PermissionError: [Errno 13] Permission denied: 'C:\\Users\\Jared\\AppData\\Local\\Temp\\tmpo7igenv2'
0.203794
Traceback (most recent call last): "visualizer_rllib.py", line 386, in <module> visualizer_rllib(args) "visualizer_rllib.py", line 70, in visualizer_rllib flow_params = get_flow_params(config) "/home/ha55/Desktop/flow/flow/flow/utils/rllib.py", line 180, in get_flow_params net_module = __import__(net_loc, fromlist=[network]) "<frozen importlib._bootstrap>", line 1014, in _handle_fromlist TypeError: Item in ``from list'' must be str, not dict
Traceback (most recent call last): "CellProfiler\cellprofiler\gui\pipelinecontroller.py", line 2887, in do_step "CellProfiler\cellprofiler\pipeline.py", line 2022, in run_module "CellProfiler\cellprofiler\modules\identifyprimaryobjects.py", line 964, in run "CellProfiler\cellprofiler\modules\identifyprimaryobjects.py", line 1070, in _threshold_image "CellProfiler\cellprofiler\modules\threshold.py", line 740, in get_threshold "CellProfiler\cellprofiler\modules\threshold.py", line 854, in _threshold_otsu3 "site-packages\centrosome\threshold.py", line 224, in get_adaptive_threshold OverflowError: cannot convert float infinity to integer
0.242182
Traceback (most recent call last): "binlog2sql.py", line 150, in <module> binlog2sql.process_binlog() "binlog2sql.py", line 121, in process_binlog self.print_rollback_sql(filename=tmp_file) "binlog2sql.py", line 129, in print_rollback_sql for line in reversed_lines(f_tmp): "C:\Users\30883\Downloads\binlog2sql-master\binlog2sql-master\binlog2sql\binlog2sql_util.py", line 249, in reversed_lines block = block.decode("utf-8") UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd6 in position 278: invalid continuation byte
Traceback (most recent call last): "/home/travis/build/pytransitions/transitions/tests/test_core.py", line 428, in test_pickle dump = pickle.dumps(m) "/home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages/dill/dill.py", line 279, in dumps dump(obj, file, protocol, byref, fmode, recurse)#, strictio) "/home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages/dill/dill.py", line 272, in dump pik.dump(obj) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 235, in dump self.save(obj) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 342, in save self.save_reduce(obj=obj, *rv) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 430, in save_reduce save(state) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 297, in save f(self, obj) # Call unbound method with explicit self "/home/travis/virtualenv/python3.3.5/lib/python3.3/site-packages/dill/dill.py", line 869, in save_module_dict StockPickler.save_dict(pickler, obj) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 633, in save_dict self._batch_setitems(obj.items()) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 666, in _batch_setitems save(v) "/opt/python/3.3.5/lib/python3.3/pickle.py", line 297, in save f(self, obj) # Call unbound method with explicit self nose.proxy.RuntimeError: maximum recursion depth exceeded in comparison...
0.272479
Traceback (most recent call last): "/home/jenkins/agent/workspace/MONAI-nightly/tests/utils.py", line 409, in _wrapper raise RuntimeError(res.traceback) from res RuntimeError: Traceback (most recent call last):
Traceback (most recent call last): "Downloads/run_smoke_test.py", line 29, in <module> run_live_smoke_test(token, args.page) "/home/simon/.local/lib/python3.8/site-packages/notion/smoke_test.py", line 12, in run_live_smoke_test parent_page = client.get_block(parent_page_url_or_id) "/home/simon/.local/lib/python3.8/site-packages/notion/client.py", line 169, in get_block block = self.get_record_data("block", block_id, force_refresh=force_refresh) "/home/simon/.local/lib/python3.8/site-packages/notion/client.py", line 162, in get_record_data return self._store.get(table, id, force_refresh=force_refresh) "/home/simon/.local/lib/python3.8/site-packages/notion/store.py", line 184, in get self.call_load_page_chunk(id) "/home/simon/.local/lib/python3.8/site-packages/notion/store.py", line 286, in call_load_page_chunk recordmap = self._client.post("loadPageChunk", data).json()["recordMap"] "/home/simon/.local/lib/python3.8/site-packages/notion/client.py", line 260, in post raise HTTPError( requests.exceptions.HTTPError: Invalid input.
0.328969
Traceback (most recent call last): "/usr/lib64/python2.6/runpy.py", line 122, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib64/python2.6/runpy.py", line 34, in _run_code exec code in run_globals "/usr/local/bin/youtube-dl/__main__.py", line 18, in <module> "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 351, in main "/usr/local/bin/youtube-dl/youtube_dl/**init**.py", line 341, in _real_main "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 1094, in download "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 536, in extract_info "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 199, in extract "/usr/local/bin/youtube-dl/youtube_dl/extractor/mailru.py", line 57, in _real_extractKeyError: u'id'
Traceback (most recent call last): "~/anaconda3/bin/mmtoir", line 11, in <module> sys.exit(_main()) "~/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/_script/convertToIR.py", line 184, in _main ret = _convert(args) "~/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/_script/convertToIR.py", line 9, in _convert transformer = CaffeTransformer(args.network, args.weights, "tensorflow", args.inputShape, phase = args.caffePhase) "~/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/caffe/transformer.py", line 318, in __init__ graph = GraphBuilder(def_path, self.input_shape, self.is_train_proto, phase).build() "~/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/caffe/graph.py", line 320, in __init__ self.load() "~/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/caffe/graph.py", line 327, in load self.process_train_proto() "~/anaconda3/lib/python3.6/site-packages/mmdnn/conversion/caffe/graph.py", line 358, in process_train_proto self.model.input_dim.extend(self.input_shape) TypeError: '224' has type str, but expected one of: int, long
0.324453
Traceback (most recent call last): "/opt/conda/lib/python3.6/site-packages/torch/multiprocessing/spawn.py", line 20, in _wrap fn(i, *args) "/opt/conda/lib/python3.6/site-packages/pytorch_lightning/trainer/distrib_data_parallel.py", line 562, in ddp_train q.put(self.checkpoint_callback.best_model_path) AttributeError: 'NoneType' object has no attribute 'best_model_path'
Traceback (most recent call last): "/usr/lib/python3.5/site-packages/ntfy/**init**.py", line 30, in notify module.notify(message=message, title=title, **backend_config) "/usr/lib/python3.5/site-packages/ntfy/backends/pushover.py", line 63, in notify if priority <= 2 and priority >= -2:TypeError: unorderable types: str() <= int()
0.282931
Traceback (most recent call last): "C:\Users\tammu\Desktop\ebaybot\ebay_discord.py", line 160, in create_account async with session.post(url, headers=headers, data=data, proxy=proxy1) as resp: "C:\Users\tammu\AppData\Local\Programs\Python\Python36-32\lib\site-packages\aiohttp\client.py", line 855, in __aenter__ self._resp = await self._coro "C:\Users\tammu\AppData\Local\Programs\Python\Python36-32\lib\site-packages\aiohttp\client.py", line 370, in _request timeout=timeout "C:\Users\tammu\AppData\Local\Programs\Python\Python36-32\lib\site-packages\aiohttp\connector.py", line 445, in connect proto = await self._create_connection(req, traces, timeout) "C:\Users\tammu\AppData\Local\Programs\Python\Python36-32\lib\site-packages\aiohttp\connector.py", line 754, in _create_connection req, traces, timeout) "C:\Users\tammu\AppData\Local\Programs\Python\Python36-32\lib\site-packages\aiohttp\connector.py", line 896, in _create_proxy_connection proxy_req, [], timeout, client_error=ClientProxyConnectionError) "C:\Users\tammu\AppData\Local\Programs\Python\Python36-32\lib\site-packages\aiohttp\connector.py", line 847, in _create_direct_connection raise ClientConnectorError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host us-dynamic-1.resd.leafproxies.com:10013 ssl:None [getaddrinfo failed]
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/tests/test_common.py", line 1157, in check_sparsify_multiclass_classifier est.fit(X, y) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 485, in fit sample_weight=sample_weight) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 389, in _fit classes, sample_weight, coef_init, intercept_init) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 351, in _partial_fit sample_weight=sample_weight, n_iter=n_iter) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 415, in _fit_multiclass verbose=self.verbose)(TypeError: __init__() got an unexpected keyword argument 'backend'
0.187899
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.6/site-packages/urllib3/util/retry.py", line 367, in increment raise six.reraise(type(error), error, _stacktrace) "/usr/local/lib/python3.6/site-packages/urllib3/packages/six.py", line 685, in reraise raise value.with_traceback(tb) "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 384, in _make_request six.raise_from(e, None) "<string>", line 2, in raise_from "/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 380, in _make_request httplib_response = conn.getresponse() "/usr/local/lib/python3.6/http/client.py", line 1331, in getresponse response.begin() "/usr/local/lib/python3.6/http/client.py", line 297, in begin version, status, reason = self._read_status() "/usr/local/lib/python3.6/http/client.py", line 258, in _read_status line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1") "/usr/local/lib/python3.6/socket.py", line 586, in readinto return self._sock.recv_into(b) "/usr/local/lib/python3.6/ssl.py", line 1009, in recv_into return self.read(nbytes, buffer) "/usr/local/lib/python3.6/ssl.py", line 871, in read return self._sslobj.read(len, buffer) "/usr/local/lib/python3.6/ssl.py", line 631, in read v = self._sslobj.read(len, buffer) urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Traceback (most recent call last): "C:\Users\hansi\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\default.py", line 5, in <module> EntryPoint() "C:\Users\hansi\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\startup.py", line 83, in EntryPoint g.pv.Browse(None if 'path' not in args else args['path']) "C:\Users\hansi\AppData\Roaming\Kodi\addons\plugin.video.amazon-test\resources\lib\primevideo.py", line 181, in Browse node = node[n] KeyError: u'Action \u2013 '
0.260352
Traceback (most recent call last): "./spack/bin/spack", line 192, in <module> main() "./spack/bin/spack", line 169, in main return_val = command(parser, args) "/users/kumbhar/spack/lib/spack/spack/cmd/find.py", line 148, in find specs = set(spack.installed_db.query(**q_args)) "/users/kumbhar/spack/lib/spack/spack/database.py", line 630, in query with self.read_transaction(): "/users/kumbhar/spack/lib/spack/llnl/util/lock.py", line 211, in __enter__ self._as = self._acquire_fn() self._file_path = file_path "/users/kumbhar/spack/lib/spack/spack/database.py", line 447, in _read self.reindex(spack.install_layout) "/users/kumbhar/spack/lib/spack/spack/database.py", line 351, in reindex with transaction: "/users/kumbhar/spack/lib/spack/llnl/util/lock.py", line 210, in __enter__ if self._enter() and self._acquire_fn: "/users/kumbhar/spack/lib/spack/llnl/util/lock.py", line 241, in _enter return self._lock.acquire_write(self._timeout) "/users/kumbhar/spack/lib/spack/llnl/util/lock.py", line 134, in acquire_write self._lock(fcntl.LOCK_EX, timeout) # can raise LockError. "/users/kumbhar/spack/lib/spack/llnl/util/lock.py", line 76, in _lock fcntl.lockf(self._fd, op | fcntl.LOCK_NB)IOError: [Errno 9] Bad file descriptor
Traceback (most recent call last): "/usr/bin/tilestache-seed.py", line 229, in <module> ul = layer.projection.locationCoordinate(northwest) "/usr/lib/python2.6/site-packages/ModestMaps/Geo.py", line 132, in locationCoordinate point = self.project(point)TypeError: project() takes exactly 3 arguments (2 given)
0.156305
Traceback (most recent call last): "sqlmap.py", line 100, in main start() "lib/controller/controller.py", line 623, in start action() "lib/controller/action.py", line 90, in action conf.dbmsHandler.getPrivileges(), "privilege", CONTENT_TYPE.PRIVILEGES) "plugins/generic/users.py", line 420, in getPrivileges privileges.add(FIREBIRD_PRIVS[privilege.strip()])KeyError: u'X'
Traceback (most recent call last): "/home/gustavorps/.miniconda3/lib/python3.8/unittest/loader.py", line 470, in _find_test_path package = self._get_module_from_name(name) "/home/gustavorps/.miniconda3/lib/python3.8/unittest/loader.py", line 377, in _get_module_from_name __import__(name) "/home/gustavorps/workspace/code/doisge-hermeneus/packages/doisge-commercial/doisge/commercial/http/__init__.py", line 1, in <module> from . import resources "/home/gustavorps/workspace/code/doisge-hermeneus/packages/doisge-commercial/doisge/commercial/http/resources/__init__.py", line 1, in <module> from . import offer "/home/gustavorps/workspace/code/doisge-hermeneus/packages/doisge-commercial/doisge/commercial/http/resources/offer.py", line 1, in <module> from flask import request "/home/gustavorps/.miniconda3/lib/python3.8/site-packages/flask/__init__.py", line 16, in <module> from werkzeug.exceptions import abort "/home/gustavorps/.miniconda3/lib/python3.8/site-packages/werkzeug/__init__.py", line 15, in <module> from .serving import run_simple "/home/gustavorps/.miniconda3/lib/python3.8/site-packages/werkzeug/serving.py", line 61, in <module> import SocketServer as socketserver ModuleNotFoundError: No module named 'SocketServer'
0.182433
Traceback (most recent call last): "<string>", line 1, in <module> "/private/var/folders/cy/fp9dph0x14x9s7fszwjjjh4c0000gn/T/pip-build-HNpvGT/dask-ml/setup.py", line 5, in <module> from Cython.Build import cythonize ImportError: No module named Cython.Build
Traceback (most recent call last): "/Users/davidmaitoyo/.virtualenvs/yt-dl/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1210, in _decrypt_signature video_id, player_url, s "/Users/davidmaitoyo/.virtualenvs/yt-dl/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1121, in _extract_signature_function res = self._parse_sig_js(code) "/Users/davidmaitoyo/.virtualenvs/yt-dl/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1182, in _parse_sig_js jscode, 'Initial JS player signature function name', group='sig') "/Users/davidmaitoyo/.virtualenvs/yt-dl/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 972, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.218703
Traceback (most recent call last): "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1836, in __call__ return self.wsgi_app(environ, start_response) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Werkzeug-0.11.2-py2.7.egg/werkzeug/wsgi.py", line 599, in __call__ return self.app(environ, start_response) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1820, in wsgi_app response = self.make_response(self.handle_exception(e)) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1403, in handle_exception reraise(exc_type, exc_value, tb) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1379, in handle_user_exception return handler(e) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/Flask-0.10.1-py2.7.egg/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/Users/pedro/code/indico/indico/MaKaC/webinterface/rh/base.py", line 803, in wrapper return cls(partial(func, *args, **kwargs)).process({}) "/Users/pedro/code/indico/indico/MaKaC/webinterface/rh/base.py", line 709, in process res = self._getMethodByExceptionName(e)(e) "/Users/pedro/code/indico/indico/util/decorators.py", line 132, in wrapper return f(*args, **kw) "/Users/pedro/code/indico/indico/MaKaC/webinterface/rh/base.py", line 689, in process profile_name, res = self._process_retry(params, i, profile, forced_conflicts) "/Users/pedro/code/indico/indico/MaKaC/webinterface/rh/base.py", line 634, in _process_retry return self._process_retry_do(profile) "/Users/pedro/code/indico/indico/MaKaC/webinterface/rh/base.py", line 627, in _process_retry_do res = self._process() "/Users/pedro/code/indico/indico/MaKaC/webinterface/rh/base.py", line 795, in _process rv = self.func() "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/util.py", line 123, in decorator return func(*args, **kwargs) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/providers/oauth.py", line 79, in _authorize_callback return self.multipass.handle_auth_success(self._make_auth_info(resp)) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/core.py", line 211, in handle_auth_success identity_info = provider.get_identity_from_auth(auth_info.map(mapping)) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/providers/ldap/providers.py", line 179, in get_identity_from_auth return self._get_identity(auth_info.data.pop('identifier')) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass_ldap_cern.py", line 60, in _get_identity identity_info = super(CERNLDAPIdentityProvider, self)._get_identity(identifier) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/providers/ldap/providers.py", line 166, in _get_identity with ldap_context(self.ldap_settings): "/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 17, in __enter__ return self.gen.next() "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/providers/ldap/util.py", line 70, in ldap_context connection = ldap_connect(settings, use_cache=use_cache) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/flask_multipass/providers/ldap/util.py", line 153, in ldap_connect ldap_connection.simple_bind_s(*credentials) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/ldap/ldapobject.py", line 919, in simple_bind_s res = self._apply_method_s(SimpleLDAPObject.simple_bind_s,*args,**kwargs) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/ldap/ldapobject.py", line 900, in _apply_method_s return func(self,*args,**kwargs) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/ldap/ldapobject.py", line 223, in simple_bind_s resp_type, resp_data, resp_msgid, resp_ctrls = self.result3(msgid,all=1,timeout=self.timeout) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/ldap/ldapobject.py", line 514, in result3 resp_ctrl_classes=resp_ctrl_classes "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/ldap/ldapobject.py", line 521, in result4 ldap_result = self._ldap_call(self._l.result4,msgid,all,timeout,add_ctrls,add_intermediates,add_extop) "/Users/pedro/.virtualenvs/indico/lib/python2.7/site-packages/ldap/ldapobject.py", line 106, in _ldap_call result = func(*args,**kwargs)ValueError: option error
Traceback (most recent call last): "/usr/lib64/python3.6/urllib/request.py", line 1349, in do_open encode_chunked=req.has_header('Transfer-encoding')) "/usr/lib64/python3.6/http/client.py", line 1254, in request self._send_request(method, url, body, headers, encode_chunked) "/usr/lib64/python3.6/http/client.py", line 1300, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/lib64/python3.6/http/client.py", line 1249, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/usr/lib64/python3.6/http/client.py", line 1036, in _send_output self.send(msg) "/usr/lib64/python3.6/http/client.py", line 974, in send self.connect() "/usr/lib64/python3.6/http/client.py", line 1415, in connect server_hostname=server_hostname) "/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket _context=self, _session=session) "/usr/lib64/python3.6/ssl.py", line 776, in __init__ self.do_handshake() "/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake self._sslobj.do_handshake() "/usr/lib64/python3.6/ssl.py", line 648, in do_handshake self._sslobj.do_handshake() ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:877)
0.272434
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/opensnitch/dialogs/stats.py", line 206, in _on_update_triggered pw_name = pwd.getpwall().pw_name AttributeError: 'list' object has no attribute 'pw_name'
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 324, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 103, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/addanime.py", line 64, in _real_extract webpage, u'video file URL') "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 237, in _search_regex raise ExtractorError(u'Unable to extract %s' % _name)ExtractorError: Unable to extract video file URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
0.177481
Traceback (most recent call last): "/anaconda3/lib/python3.7/site-packages/psutil/_psosx.py", line 362, in catch_zombie yield "/anaconda3/lib/python3.7/site-packages/psutil/_psosx.py", line 401, in _get_pidtaskinfo ret = cext.proc_pidtaskinfo_oneshot(self.pid) ProcessLookupError: [Errno 3] No such process
Traceback (most recent call last): "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 295, in data value = self.get_value(row, column-1) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 270, in get_value value = self.df.iloc[row, column] "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 1491, in __getitem__ return self._getitem_scalar(key) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 2113, in _getitem_scalar values = self.obj._get_value(*key, takeable=True) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\frame.py", line 2765, in _get_value return com.maybe_box_datetimelike(series._values[index]) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1010, in __getitem__ return self._get_val_at(key) "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1053, in _get_val_at return libindex.get_value_at(self.sp_values, sp_loc) TypeError: Argument 'arr' has incorrect type (expected numpy.ndarray, got IntegerArray)
0.327482
Traceback (most recent call last): "monodepth_simple.py", line 117, in <module> tf.app.run() "/home/hannavaj/.local/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 48, in run _sys.exit(main(_sys.argv[:1] + flags_passthrough)) "monodepth_simple.py", line 114, in main test_simple(params) "monodepth_simple.py", line 60, in test_simple model = MonodepthModel(params, "test", left, None) "/home/hannavaj/monodepth/monodepth_model.py", line 49, in __init__ self.build_model() "/home/hannavaj/monodepth/monodepth_model.py", line 291, in build_model self.left_pyramid = self.scale_pyramid(self.left, 4) "/home/hannavaj/monodepth/monodepth_model.py", line 81, in scale_pyramid scaled_imgs.append(tf.image.resize_area(img, [nh, nw])) "/home/hannavaj/.local/lib/python3.5/site-packages/tensorflow/python/ops/gen_image_ops.py", line 821, in resize_area align_corners=align_corners, name=name) "/home/hannavaj/.local/lib/python3.5/site-packages/tensorflow/python/framework/op_def_library.py", line 499, in apply_op repr(values), type(values).__name__)) TypeError: Expected int32 passed to parameter 'size' of op 'ResizeArea', got [<tf.Tensor 'model/truediv:0' shape=() dtype=float64>, <tf.Tensor 'model/truediv_1:0' shape=() dtype=float64>] of type 'list' instead.
Traceback (most recent call last): "D:/Rail/jx/Python/project1/Crab.py", line 16, in <module> from scikits.crab.recommenders.knn import UserBasedRecommender "D:\Program s (x86)\Python27\lib\site-packages\scikits\crab\recommenders\knn__init__.py", line 1, in <module> from .classes import ItemBasedRecommender, UserBasedRecommender "D:\Program s (x86)\Python27\lib\site-packages\scikits\crab\recommenders\knn\classes.py", line 17, in <module> from base import ItemRecommender, UserRecommender "D:\Program s (x86)\Python27\lib\site-packages\scikits\crab\recommenders\knn\base.py", line 17, in <module> from ..base import MemoryBasedRecommender "D:\Program s (x86)\Python27\lib\site-packages\scikits\crab\recommenders\base.py", line 17, in <module> from ..base import BaseRecommender "D:\Program s (x86)\Python27\lib\site-packages\scikits\crab\base.py", line 11, in <module> from scikits.learn.base import BaseEstimatorImportError: No module named learn.base
0.295167
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type youtube-dl -U to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "translate.py", line 36, in <module> main(opt) "translate.py", line 24, in main attn_debug=opt.attn_debug) "/data6/OpenNMT-py/onmt/translate/translator.py", line 210, in translate batch_data = self.translate_batch(batch, data) "/data6/OpenNMT-py/onmt/translate/translator.py", line 302, in translate_batch return self._translate_batch(batch, data) "/data6/OpenNMT-py/onmt/translate/translator.py", line 385, in _translate_batch step=i) "/usr/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 491, in __call__ result = self.forward(*input, **kwargs) TypeError: forward() got an unexpected keyword argument 'step'
0.188824
Traceback (most recent call last): "/home/deepakvellampalli/.local/bin/ray", line 11, in <module> sys.exit(main()) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/scripts/scripts.py", line 744, in main return cli() "/home/deepakvellampalli/.local/lib/python3.5/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/scripts/scripts.py", line 463, in create_or_update no_restart, restart_only, yes, cluster_name) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/autoscaler/commands.py", line 43, in create_or_update_cluster config = _bootstrap_config(config) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/autoscaler/commands.py", line 57, in _bootstrap_config validate_config(config) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/autoscaler/autoscaler.py", line 653, in validate_config check_extraneous(config, schema) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/autoscaler/autoscaler.py", line 644, in check_extraneous check_extraneous(config[k], v) "/home/deepakvellampalli/.local/lib/python3.5/site-packages/ray/autoscaler/autoscaler.py", line 631, in check_extraneous k, list(schema.keys()))) ValueError: Unexpected config key `run_options` not in ['image', 'container_name']
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/flexget/plugin.py", line 387, in _load_plugins_from_dirs __import__(module_name) "/usr/local/lib/python2.7/dist-packages/flexget/plugins/urlrewrite_newtorrents.py", line 13, in <module> from flexget.utils.tools import urlopenerImportError: cannot import name urlopener
0.23692
Traceback (most recent call last): "/usr/local/lib/python3.2/dist-packages/spyderlib/spyder.py", line 1605, in report_issue url.addEncodedQueryItem("comment", urllib.quote(issue_template))AttributeError: 'module' object has no attribute 'quote'
Traceback (most recent call last): "s3transfer/tasks.py", line 248, in _main "awscli/customizations/s3/subscribers.py", line 295, in on_queued "awscli/customizations/s3/subscribers.py", line 337, in _get_tags "botocore/client.py", line 208, in _api_call "botocore/client.py", line 527, in _make_api_call botocore.exceptions.ClientError: An error occurred (AccessDenied) when calling the GetObjectTagging operation: Access Denied
0.271556
Traceback (most recent call last): "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper return func(self, *args, **kwargs) "~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info ie_result = ie.extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info') youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
Traceback (most recent call last): "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\qtconsole\comms.py", line 176, in comm_msg comm.handle_msg(msg) "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\qtconsole\comms.py", line 264, in handle_msg return self._msg_callback(msg) "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\spyder_kernels\comms\commbase.py", line 330, in _comm_message self._message_handlers[spyder_msg_type]( "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\spyder_kernels\comms\commbase.py", line 338, in _handle_remote_call self.on_incoming_call(msg_dict) "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 156, in on_incoming_call return super(KernelComm, self).on_incoming_call(call_dict) "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\spyder_kernels\comms\commbase.py", line 402, in on_incoming_call self._set_pickle_protocol(call_dict["pickle_highest_protocol"]) "C:\Users\JML.XPS-JML\anaconda3\envs\JML_Projects\lib\site-packages\spyder_kernels\comms\commbase.py", line 251, in _set_pickle_protocol self._comms[self.calling_comm_id]['pickle_protocol'] = protocolKeyError: '7657bd888c9511eb87c25cc5d4503d85'
0.211274
Traceback (most recent call last): "C:\Users\Miran\Desktop\yes.py", line 1, in <module> from textgenrnn import textgenrnn "C:\Users\Miran\AppData\Local\Programs\Python\Python38\lib\site-packages\textgenrnn\__init__.py", line 1, in <module> from .textgenrnn import textgenrnn "C:\Users\Miran\AppData\Local\Programs\Python\Python38\lib\site-packages\textgenrnn\textgenrnn.py", line 14, in <module> from keras.backend.tensorflow_backend import set_session ModuleNotFoundError: No module named 'keras.backend.tensorflow_backend'; 'keras.backend' is not a package`
Traceback (most recent call last): "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond self.body.process() "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 996, in process super(RequestBody, self).process() "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 540, in process proc(self) "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data process_multipart(entity) "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 215, in process_multipart part.process() "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 538, in process self.default_proc() "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 710, in default_proc self.file = self.read_into_file() "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 725, in read_into_file self.read_lines_to_boundary(fp_out=fp_out) "/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 651, in read_lines_to_boundary raise EOFError("Illegal end of multipart body.")EOFError: Illegal end of multipart body.
0.212697
Traceback (most recent call last): "C:\SickChill\SickChill\sickbeard\helpers.py", line 1527, in handle_requests_exception raise requests_exception KeyError: 'location'
Traceback (most recent call last): "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/usr/local/lib/python2.7/site-packages/atx/__main__.py", line 140, in <module> main() "/usr/local/lib/python2.7/site-packages/atx/**main**.py", line 137, in main args.func(args) "/usr/local/lib/python2.7/site-packages/atx/**main**.py", line 42, in _inner __import__(module_path) "/usr/local/lib/python2.7/site-packages/atx/cmds/record.py", line 12, in <module> import win32apiImportError: No module named win32api
0.233382
Traceback (most recent call last): "C:\Sources\jpype\test\jpypetest\proxy.py", line 71, in testProxyWithThread proxy = JProxy(itf2, inst=c) "build\bdist.win32\egg\jpype\_jproxy.py", line 42, in __init__ raise TypeError, "JProxy requires java interface classes or the names of java interfaces classes"TypeError: JProxy requires java interface classes or the names of java interfaces classes
Traceback (most recent call last): "C:\Users\hgk maxymus\AppData\Local\Programs\Python\Python35-32\lib\site-packages\instaloader\structures.py", line 147, in _field d = d[key] KeyError: 'video_url'
0.284714
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle self.emit(record) "/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit 'too many messages received before initilization!' AssertionError: too many messages received before initilization!
Traceback (most recent call last): "Alexa\prepareIncidentCountMail.py", line 52, in <module> "site-packages\pandas\core\frame.py", line 683, in style "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "c:\users\avikumar\documents\learn\alexa\venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 631, in exec_module exec(bytecode, module.__dict__) "site-packages\pandas\io\formats\style.py", line 50, in <module> "site-packages\pandas\io\formats\style.py", line 118, in Styler "site-packages\jinja2\environment.py", line 830, in get_template "site-packages\jinja2\environment.py", line 804, in _load_template "site-packages\jinja2\loaders.py", line 113, in load "site-packages\jinja2\loaders.py", line 234, in get_source "site-packages\pkg_resources\__init__.py", line 1459, in has_resource "site-packages\pkg_resources\__init__.py", line 1509, in _has NotImplementedError: Can't perform this operation for unregistered loader type [10536] Failed to execute script prepareIncidentCountMail
0.211229
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app response = self.full_dispatch_request() "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request rv = self.handle_user_exception(e) "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception reraise(exc_type, exc_value, tb) "/usr/local/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise raise value "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request rv = self.dispatch_request() "/usr/local/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) "/usr/local/lib/python3.7/site-packages/airflow/www/auth.py", line 34, in decorated return func(*args, **kwargs) "/usr/local/lib/python3.7/site-packages/airflow/www/views.py", line 600, in index tags_filter=arg_tags_filter, "/usr/local/lib/python3.7/site-packages/airflow/www/views.py", line 400, in render_template **kwargs, "/usr/local/lib/python3.7/site-packages/flask_appbuilder/baseviews.py", line 281, in render_template template, **dict(list(kwargs.items()) + list(self.extra_args.items())) "/usr/local/lib/python3.7/site-packages/flask/templating.py", line 140, in render_template ctx.app, "/usr/local/lib/python3.7/site-packages/flask/templating.py", line 120, in _render rv = template.render(context) "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 1090, in render self.environment.handle_exception() "/usr/local/lib/python3.7/site-packages/jinja2/environment.py", line 832, in handle_exception reraise(*rewrite_traceback_stack(source=source)) "/usr/local/lib/python3.7/site-packages/jinja2/_compat.py", line 28, in reraise raise value.with_traceback(tb) "/usr/local/lib/python3.7/site-packages/airflow/www/templates/airflow/dags.html", line 21, in top-level template code {% from 'appbuilder/loading_dots.html' import loading_dots %} "/usr/local/lib/python3.7/site-packages/airflow/www/templates/airflow/main.html", line 20, in top-level template code {% extends 'appbuilder/baselayout.html' %} "/usr/local/lib/python3.7/site-packages/flask_appbuilder/templates/appbuilder/baselayout.html", line 2, in top-level template code {% import 'appbuilder/baselib.html' as baselib %} "/usr/local/lib/python3.7/site-packages/flask_appbuilder/templates/appbuilder/init.html", line 46, in top-level template code {% block body %} "/usr/local/lib/python3.7/site-packages/flask_appbuilder/templates/appbuilder/baselayout.html", line 16, in block "body" {% block messages %} "/usr/local/lib/python3.7/site-packages/airflow/www/templates/airflow/main.html", line 54, in block "messages" >{{ macros.datetime_diff_for_humans(scheduler_job.latest_heartbeat) }}</time>. "/usr/local/lib/python3.7/site-packages/airflow/macros/__init__.py", line 83, in datetime_diff_for_humans return pendulum.instance(dt).diff_for_humans(since) "/usr/local/lib/python3.7/site-packages/pendulum/datetime.py", line 824, in diff_for_humans other = self.now() "/usr/local/lib/python3.7/site-packages/pendulum/datetime.py", line 106, in now return pendulum.now(tz) "/usr/local/lib/python3.7/site-packages/pendulum/__init__.py", line 211, in now dt = _datetime.datetime.now(local_timezone()) "/usr/local/lib/python3.7/site-packages/pendulum/tz/__init__.py", line 60, in local_timezone return get_local_timezone() "/usr/local/lib/python3.7/site-packages/pendulum/tz/local_timezone.py", line 35, in get_local_timezone tz = _get_system_timezone() "/usr/local/lib/python3.7/site-packages/pendulum/tz/local_timezone.py", line 63, in _get_system_timezone return _get_unix_timezone() "/usr/local/lib/python3.7/site-packages/pendulum/tz/local_timezone.py", line 178, in _get_unix_timezone return Timezone(etctz.replace(" ", "_")) "/usr/local/lib/python3.7/site-packages/pendulum/tz/timezone.py", line 40, in __init__ tz = read(name, extend=extended) "/usr/local/lib/python3.7/site-packages/pendulum/tz/zoneinfo/__init__.py", line 9, in read return Reader(extend=extend).read_for(name) "/usr/local/lib/python3.7/site-packages/pendulum/tz/zoneinfo/reader.py", line 50, in read_for file_path = pytzdata.tz_path(timezone) "/usr/local/lib/python3.7/site-packages/pytzdata/__init__.py", line 63, in tz_path raise ValueError('Invalid timezone') ValueError: Invalid timezone
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature video_id, player_url, s "/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 797, in _extract_signature_function raise ExtractorError('Cannot identify player %r' % player_url) ExtractorError: Cannot identify player u'/yts/jsbin/player-vflUPJQPD/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.198461
Traceback (most recent call last): "D:\Programming\Willie__init__.py", line 30, in run p = bot.Willie(config) "D:\Programming\Willie\bot.py", line 90, in **init** self.config.set('core', 'nick_blocks', '') "D:\Programming\Willie\config.py", line 149, in **getattr** raise AttributeError("%r object has no attribute %r" % (type(self).**name**, name))AttributeError: 'Config' object has no attribute 'set'
Traceback (most recent call last): "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/bin/kopf", line 8, in <module> sys.exit(main()) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/core.py", line 1137, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, **ctx.params) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/cli.py", line 31, in wrapper return fn(*args, **kwargs) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/decorators.py", line 64, in new_func return ctx.invoke(f, obj, *args, **kwargs) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/click/core.py", line 555, in invoke return callback(*args, **kwargs) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/cli.py", line 78, in run vault=__controls.vault, "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/reactor/running.py", line 113, in run vault=vault, "/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete return future.result() "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/reactor/running.py", line 153, in operator vault=vault, "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/reactor/running.py", line 239, in spawn_tasks standalone=standalone, namespace=namespace, name=peering_name, "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/engines/peering.py", line 116, in detect if await Peer._is_peering_exist(name=PEERING_DEFAULT_NAME, namespace=namespace): "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/engines/peering.py", line 158, in _is_peering_exist obj = await fetching.read_obj(resource=resource, namespace=namespace, name=name, default=None) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/clients/auth.py", line 39, in wrapper return await fn(*args, **kwargs, session=session) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/clients/fetching.py", line 56, in read_obj is_namespaced = await discovery.is_namespaced(resource=resource, session=session) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/clients/discovery.py", line 34, in is_namespaced info = await discover(resource=resource, session=session) "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/kopf/clients/discovery.py", line 19, in discover response.raise_for_status() "/Users/jerith/.virtualenvs/tmp-ef38f0b16d2676a/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 946, in raise_for_status headers=self.headers) aiohttp.client_exceptions.ClientResponseError: 404, message='Not Found', url=URL('https://10.107.133.10:6443/apis/zalando.org/v1')
0.183692
Traceback (most recent call last): "...\site-packages\pymc3\sampling.py", line 406, in sample step = assign_step_methods(model, step, step_kwargs=kwargs) "...\site-packages\pymc3\sampling.py", line 155, in assign_step_methods return instantiate_steppers(model, steps, selected_steps, step_kwargs) "...\site-packages\pymc3\sampling.py", line 81, in instantiate_steppers raise ValueError('Unused step method arguments: %s' % unused_args) ValueError: Unused step method arguments: {'parallelize'}
Traceback (most recent call last): "/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/httpsession.py", line 258, in send decode_content=False, "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 638, in urlopen _stacktrace=sys.exc_info()[2]) "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/retry.py", line 343, in increment raise six.reraise(type(error), error, _stacktrace) "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/packages/six.py", line 686, in reraise raise value "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 600, in urlopen chunked=chunked) "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connectionpool.py", line 354, in _make_request conn.request(method, url, **httplib_request_kw) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request self._send_request(method, url, body, headers, encode_chunked) "/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/awsrequest.py", line 125, in _send_request method, url, body, headers, *args, **kwargs) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275, in _send_request self.endheaders(body, encode_chunked=encode_chunked) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1224, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) "/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/awsrequest.py", line 152, in _send_output self.send(msg) "/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/awsrequest.py", line 236, in send return super(AWSConnection, self).send(str) "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 956, in send self.connect() "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 181, in connect conn = self._new_conn() "/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 168, in _new_conn self, "Failed to establish a new connection: %s" % e) urllib3.exceptions.NewConnectionError: <botocore.awsrequest.AWSHTTPConnection object at 0x1078fe128>: Failed to establish a new connection: [Errno 61] Connection refused
0.244236
Traceback (most recent call last): "translate.py", line 36, in <module> main(opt) "translate.py", line 24, in main attn_debug=opt.attn_debug) "/home/users/sumith/OpenNMT-py/onmt/translate/translator.py", line 222, in translate batch_data = self.translate_batch(batch, data, fast=self.fast) "/home/users/sumith/OpenNMT-py/onmt/translate/translator.py", line 326, in translate_batch return self._translate_batch(batch, data) "/home/users/sumith/OpenNMT-py/onmt/translate/translator.py", line 627, in _translate_batch beam_attn.data[:, j, :memory_lengths[j]]) "/home/users/sumith/OpenNMT-py/onmt/translate/beam.py", line 142, in advance if self.next_ys[-1][i] == self._eos: RuntimeError: cuda runtime error (59) : device-side assert triggered at /pytorch/aten/src/THC/generic/THCStorage.cpp:36
`Exception in async_set_cast_info called from "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code exec(code, run_globals) "/usr/src/homeassistant/homeassistant/__main__.py", line 364, in <module> sys.exit(main()) "/usr/src/homeassistant/homeassistant/__main__.py", line 356, in main exit_code = asyncio.run(setup_and_run_hass(config_dir, args), debug=args.debug) "/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run return loop.run_until_complete(main) "/usr/local/lib/python3.7/asyncio/base_events.py", line 574, in run_until_complete self.run_forever() "/usr/local/lib/python3.7/asyncio/base_events.py", line 541, in run_forever self._run_once() "/usr/local/lib/python3.7/asyncio/base_events.py", line 1786, in _run_once handle._run() "/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run self._context.run(self._callback, *self._args) "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 441, in _async_add_entity await entity.async_added_to_hass() "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 219, in async_added_to_hass async_create_catching_coro(self.async_set_cast_info(self._cast_info)) Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/components/cast/media_player.py", line 282, in async_set_cast_info cast_info.friendly_name, "/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/pychromecast/__init__.py", line 86, in get_chromecast_from_service zconf=zconf, "/usr/local/lib/python3.7/site-packages/pychromecast/__init__.py", line 260, in __init__ dev_status = get_device_status(self.host, services, zconf) "/usr/local/lib/python3.7/site-packages/pychromecast/dial.py", line 75, in get_device_status status = _get_status(host, services, zconf, "/setup/eureka_info?options=detail") "/usr/local/lib/python3.7/site-packages/pychromecast/dial.py", line 43, in _get_status host, _ = get_host_from_service_info(service_info) "/usr/local/lib/python3.7/site-packages/pychromecast/discovery.py", line 186, in get_host_from_service_info if service_info.address: AttributeError: 'ServiceInfo' object has no attribute 'address'`
0.268093
Traceback (most recent call last): "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent self._draw_fold_region_background(block, painter) "/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background end = self.folding_regions[start]KeyError: 141
Traceback (most recent call last): "/usr/local/lib/python3.7/dist-packages/tensorflow/python/training/coordinator.py", line 297, in stop_on_exception yield "/usr/local/lib/python3.7/dist-packages/tensorflow/python/distribute/mirrored_run.py", line 323, in run self.main_result = self.main_fn(*self.main_args, **self.main_kwargs) "/usr/local/lib/python3.7/dist-packages/tensorflow/python/autograph/impl/api.py", line 258, in wrapper raise e.ag_error_metadata.to_exception(e) RuntimeError: in user code:
0.287374
Traceback (most recent call last): "/root/pmu-tools/toplev.py", line 1377, in <module> ret = execute(runner, out, rest) "/root/pmu-tools/toplev.py", line 728, in execute print_keys(runner, res, rev, out, interval, env) "/root/pmu-tools/toplev.py", line 682, in print_keys runner.print_res(r, rev[cpus[0]], out, interval, core_fmt(core), env, Runner.SMT_yes, stat) "/root/pmu-tools/toplev.py", line 1161, in print_res obj.compute(lambda e, level: "/root/pmu-tools/ivb_server_ratios.py", line 637, in compute self.val = (STALLS_MEM_ANY(EV, 2) + EV("RESOURCE_STALLS.SB", 2)) / CLKS(EV, 2 ) "/root/pmu-tools/ivb_server_ratios.py", line 71, in STALLS_MEM_ANY return EV(lambda EV , level : min(EV("CPU_CLK_UNHALTED.THREAD", level) , EV("CYCLE_ACTIVITY.STALLS_LDM_PENDING", level)) , level ) "/root/pmu-tools/toplev.py", line 1162, in <lambda> lookup_res(res, rev, e, obj, env, level, stat.referenced)) "/root/pmu-tools/toplev.py", line 902, in lookup_res for off in range(cpu.threads)]) "/root/pmu-tools/ivb_server_ratios.py", line 71, in <lambda> return EV(lambda EV , level : min(EV("CPU_CLK_UNHALTED.THREAD", level) , EV("CYCLE_ACTIVITY.STALLS_LDM_PENDING", level)) , level ) "/root/pmu-tools/toplev.py", line 901, in <lambda> lookup_res(res, rev, ev, obj, env, level, referenced, off), level) "/root/pmu-tools/toplev.py", line 919, in lookup_res return res[index][cpuoff]IndexError: tuple index out of range
Traceback (most recent call last): "bcbio_nextgen_install.py", line 255, in <module> main(parser.parse_args(), sys.argv[1:]) "bcbio_nextgen_install.py", line 41, in main subprocess.check_call([bcbio["bcbio_nextgen.py"], "upgrade"] + _clean_args(sys_argv, args, bcbio)) "/usr/lib64/python2.7/subprocess.py", line 540, in check_call raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['/usr/local/share/bcbio/anaconda/bin/bcbio_nextgen.py', 'upgrade', '--tooldir=/usr/local', '--genomes', 'GRCh37', '--aligners', 'bwa', '--aligners', 'bowtie2', '--data']' returned non-zero exit status 1
0.239619
Traceback (most recent call last): "/usr/local/bin/ludwig", line 10, in <module> sys.exit(main()) "/usr/local/lib/python3.6/dist-packages/ludwig/cli.py", line 108, in main CLI() "/usr/local/lib/python3.6/dist-packages/ludwig/cli.py", line 64, in __init__ getattr(self, args.command)() "/usr/local/lib/python3.6/dist-packages/ludwig/cli.py", line 69, in experiment experiment.cli(sys.argv[2:]) "/usr/local/lib/python3.6/dist-packages/ludwig/experiment.py", line 529, in cli experiment(**vars(args)) "/usr/local/lib/python3.6/dist-packages/ludwig/experiment.py", line 219, in experiment **kwargs "/usr/local/lib/python3.6/dist-packages/ludwig/train.py", line 336, in full_train debug=debug "/usr/local/lib/python3.6/dist-packages/ludwig/train.py", line 502, in train **model_definition['training'] "/usr/local/lib/python3.6/dist-packages/ludwig/models/model.py", line 538, in train is_training=True "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 950, in run run_metadata_ptr) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1173, in _run feed_dict_tensor, options, run_metadata) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1350, in _do_run run_metadata) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1370, in _do_call raise type(e)(node_def, op, message) tensorflow.python.framework.errors_impl.ResourceExhaustedError: OOM when allocating tensor with shape[128,12,256,256] and type float on /job:localhost/replica:0/task:0/device:CPU:0 by allocator cpu
Traceback (most recent call last): "C:\Users\\Desktop\IDA Pro 7.5 SP3\python\3\ida_idaapi.py", line 616, in IDAPython_ExecScript exec(code, g) "C:/Users//Desktop/diaphora-master/diaphora.py", line 2150, in <module> exec(compile(open(script, "rb").read(), script, 'exec')) "C:/Users/koval//diaphora-master\diaphora_ida.py", line 48, in <module> from PyQt5 import QtCore, QtGui, QtWidgets ImportError: DLL load failed: module not found.
0.300441
Traceback (most recent call last): "c:\python27\lib\site-packages\twisted\internet\defer.py", line 1260, in _inlineCallbacks result = g.send(result) "c:\python27\lib\site-packages\scrapy\core\downloader\middleware.py", line 37, in process_request response = yield method(request=request, spider=spider) "D:\SinaSpider-master\Sina_spider1\Sina_spider1\middleware.py", line 19, in process_request cookie = random.choice(cookies) "c:\python27\lib\random.py", line 275, in choice return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty IndexError: list index out of range
Traceback (most recent call last): "/usr/bin/telepresence/telepresence/cli.py", line 135, in crash_reporting yield "/usr/bin/telepresence/telepresence/main.py", line 68, in main socks_port, ssh = do_connect(runner, remote_info) "/usr/bin/telepresence/telepresence/connect/connect.py", line 119, in do_connect args.from_pod "/usr/bin/telepresence/telepresence/connect/connect.py", line 70, in connect raise RuntimeError("SSH to the cluster failed to start. See logfile.") RuntimeError: SSH to the cluster failed to start. See logfile.
0.296436
[ERROR ] An exception occurred in this state: Traceback (most recent call last): "/usr/lib/pymodules/python2.7/salt/state.py", line 1379, in call **cdata['kwargs']) "/usr/lib/pymodules/python2.7/salt/states/network.py", line 380, in system new = __salt__['ip.build_network_settings'](**kwargs) "/usr/lib/pymodules/python2.7/salt/modules/debian_ip.py", line 1512, in build_network_settings domainname = sline[1]IndexError: list index out of range
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 170, in start self.scan_start_hook() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 132, in scan_start_hook self.cleanup() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 303, in cleanup parser_cache.dpc.stop_workers() "/usr/share/w3af/w3af/core/data/parsers/parser_cache.py", line 95, in stop_workers self._pool.terminate() "/usr/share/w3af/w3af/core/controllers/threads/pool276.py", line 456, in terminate self._terminate() "/usr/lib/python2.7/multiprocessing/util.py", line 200, in __call__ res = self._callback(*self._args, **self._kwargs) "/usr/share/w3af/w3af/core/controllers/threads/pool276.py", line 504, in _terminate_pool p.terminate() "/usr/lib/python2.7/multiprocessing/process.py", line 137, in terminate self._popen.terminate()AttributeError: 'NoneType' object has no attribute 'terminate'
0.255616
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) "/home/quinten/tribler/tribler/TriblerGUI/core_manager.py", line 173, in <lambda> pipe_thread = Thread(target=lambda: self.pipe_wait(parent_conn), name="tribler-pipe-read") "/home/quinten/tribler/tribler/TriblerGUI/core_manager.py", line 160, in pipe_wait child_conn.send(keyring.get_password('tribler', arg['username'])) "/home/quinten/.local/lib/python2.7/site-packages/keyring/core.py", line 41, in get_password return _keyring_backend.get_password(service_name, username) "/home/quinten/.local/lib/python2.7/site-packages/keyring/backends/SecretService.py", line 58, in get_password collection = self.get_preferred_collection() "/home/quinten/.local/lib/python2.7/site-packages/keyring/backends/SecretService.py", line 52, in get_preferred_collection raise InitError("Failed to unlock the collection!") InitError: Failed to unlock the collection!
Traceback (most recent call last): "/Users/athompson/.pyenv/versions/xar/bin/make_xar", line 11, in <module> sys.exit(main()) "/Users/athompson/.pyenv/versions/3.7.0/envs/xar/lib/python3.7/site-packages/xar/make_xar.py", line 123, in main entry_point = entry_point or xar_util.get_python_main(opts.python) AttributeError: module 'xar.xar_util' has no attribute 'get_python_main'
0.318512
Traceback (most recent call last): "/home/ruggero/.local/lib/python3.8/site-packages/youtube_dl/extractor/vimeo.py", line 665, in _real_extract config = json.loads(config) "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) "/usr/lib/python3.8/json/decoder.py", line 340, in decode raise JSONDecodeError("Extra data", s, end) json.decoder.JSONDecodeError: Extra data: line 1 column 3 (char 2)
Traceback (most recent call last): "train.py", line 40, in <module> bot.set_trainer(ChatterBotCorpusTrainer) AttributeError: 'ChatBot' object has no attribute 'set_trainer'
0.217442
Traceback (most recent call last): "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 524, in extract_info ie_result = ie.extract(url) "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 193, in extract return self._real_extract(url) "/usr/lib/python3.4/site-packages/youtube_dl/extractor/generic.py", line 907, in _real_extract raise ExtractorError('Unsupported URL: %s' % url)youtube_dl.utils.ExtractorError: Unsupported URL: http://techchannel.att.com/play-video.cfm/2014/1/27/ATT-Archives-The-UNIX-System-Making-Computers-Easier-to-Use; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type youtube-dl -U to update.
Traceback (most recent call last): "C:\Users\Administrator\AppData\Local\Programs\Python\Python38\Scripts\ykdl-script.py", line 11, in <module> load_entry_point('ykdl==1.6.2', 'console_scripts', 'ykdl')() "c:\users\administrator\appdata\local\programs\python\python38\lib\site-packages\cykdl\__main__.py", line 173, in main info = parser(u) "c:\users\administrator\appdata\local\programs\python\python38\lib\site-packages\ykdl\extractor.py", line 24, in parser info = self.prepare() "c:\users\administrator\appdata\local\programs\python\python38\lib\site-packages\ykdl\extractors\douyu\live.py", line 39, in prepare html_content = get_content(api_url) "c:\users\administrator\appdata\local\programs\python\python38\lib\site-packages\ykdl\util\html.py", line 67, in get_content response = urlopen(req) "c:\users\administrator\appdata\local\programs\python\python38\lib\urllib\request.py", line 222, in urlopen return opener.open(url, data, timeout) "c:\users\administrator\appdata\local\programs\python\python38\lib\urllib\request.py", line 531, in open response = meth(req, response) "c:\users\administrator\appdata\local\programs\python\python38\lib\urllib\request.py", line 640, in http_response response = self.parent.error( "c:\users\administrator\appdata\local\programs\python\python38\lib\urllib\request.py", line 569, in error return self._call_chain(*args) "c:\users\administrator\appdata\local\programs\python\python38\lib\urllib\request.py", line 502, in _call_chain result = func(*args) "c:\users\administrator\appdata\local\programs\python\python38\lib\urllib\request.py", line 649, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found
0.302518
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/components/tile/__init__.py", line 46, in async_update_data return await client.tiles.all() "/usr/local/lib/python3.7/site-packages/pytile/tile.py", line 23, in all "get", f"users/{self._user_uuid}/user_tiles" "/usr/local/lib/python3.7/site-packages/pytile/client.py", line 58, in _request raise SessionExpiredError("Session has expired; make a new one!") pytile.errors.SessionExpiredError: Session has expired; make a new one!
Traceback (most recent call last): "/usr/share/w3af/core/ui/gui/httpLogTab.py", line 458, in _view_in_req_res_viewer self.show_req_res_by_id(iid) "/usr/share/w3af/core/ui/gui/httpLogTab.py", line 467, in show_req_res_by_id self._reqResViewer.request.show_object(historyItem.request) "/usr/share/w3af/core/data/db/history.py", line 128, in get_request req, self._response = self._load_from_file(self.id) "/usr/share/w3af/core/data/db/history.py", line 207, in _load_from_file request_dict, response_dict = msgpack.load(req_res)TypeError: 'NoneType' object is not iterable
0.307294
fatal: [bmidev2] => Traceback (most recent call last): "/home/dconnolly/src/ansible/lib/ansible/runner/__init__.py", line 389, in _executor exec_rc = self._executor_internal(host, new_stdin) "/home/dconnolly/src/ansible/lib/ansible/runner/__init__.py", line 474, in _executor_internal return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args) "/home/dconnolly/src/ansible/lib/ansible/runner/__init__.py", line 643, in _executor_internal_inner conn = self.connector.connect(actual_host, actual_port, actual_user, actual_pass, actual_transport, actual_private_key_file)TypeError: connect() takes at most 3 arguments (7 given)
Traceback (most recent call last): "<stdin>", line 1, in <module> "sympy/solvers/ode.py", line 457, in dsolve match=hints[hint]), func, hints['order'], hint) "sympy/solvers/ode.py", line 2370, in ode_nth_linear_constant_coeff_undetermined_coefficients return _solve_undetermined_coefficients(eq, func, order, match) "sympy/solvers/ode.py", line 2460, in _solve_undetermined_coefficients " method of undetermined coefficients (unable to solve for coefficients).") NotImplementedError: Could not solve -x*sin(-2 + x) + D(f(x), x, x) + f(x) using the method of undetermined coefficients (unable to solve for coefficients).
0.139335
Traceback (most recent call last): "/usr/bin/salt-call", line 11, in <module> salt_call() "/usr/lib/python2.7/site-packages/salt/scripts.py", line 227, in salt_call client.run() "/usr/lib/python2.7/site-packages/salt/cli/call.py", line 69, in run caller.run() "/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 236, in run ret = self.call() "/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 138, in call ret['return'] = func(*args, **kwargs) "/usr/lib/python2.7/site-packages/salt/modules/cp.py", line 302, in get_file_str fn_ = cache_file(path, saltenv) "/usr/lib/python2.7/site-packages/salt/modules/cp.py", line 344, in cache_file result = __context__['cp.fileclient'].cache_file(path, saltenv) "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 152, in cache_file return self.get_url(path, '', True, saltenv) "/usr/lib/python2.7/site-packages/salt/fileclient.py", line 621, in get_url *BaseHTTPServer.BaseHTTPRequestHandler.responses[exc.code]))salt.exceptions.MinionError: HTTP error 401 reading https://salt:[email protected]/blah.xml: No permission -- see authorization schemes
Traceback (most recent call last): "<string>", line 17, in <module> "/tmp/pip_build_nobody/httpretty/setup.py", line 86, in <module> version=read_version(), "/tmp/pip_build_nobody/httpretty/setup.py", line 46, in read_version finder.visit(ast.parse(local_file('httpretty', '__init__.py'))) "/tmp/pip_build_nobody/httpretty/setup.py", line 78, in <lambda> open(os.path.join(os.path.dirname(__file__), *f)).read() "/usr/lib/python3.4/encodings/ascii.py", line 26, in decode return codecs.ascii_decode(input, self.errors)[0] UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 133: ordinal not in range(128)
0.242786
Traceback (most recent call last): "/home/aman/meraklis-pocs/RASA_POC/venv/bin/rasa", line 8, in <module> sys.exit(main()) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/__main__.py", line 92, in main cmdline_arguments.func(cmdline_arguments) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/cli/scaffold.py", line 206, in run init_project(args, path) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/cli/scaffold.py", line 118, in init_project print_train_or_instructions(args, path) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/cli/scaffold.py", line 58, in print_train_or_instructions args.model = rasa.train(domain, config, training_files, output) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/train.py", line 50, in train additional_arguments=additional_arguments, "uvloop/loop.pyx", line 1456, in uvloop.loop.Loop.run_until_complete "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/train.py", line 101, in train_async additional_arguments, "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/train.py", line 188, in _train_async_internal additional_arguments=additional_arguments, "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/train.py", line 223, in _do_training additional_arguments=additional_arguments, "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/train.py", line 361, in _train_core_with_validated_data additional_arguments=additional_arguments, "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/core/train.py", line 43, in train policies = config.load(policy_config) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/core/config.py", line 28, in load return PolicyEnsemble.from_dict(config_data) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/core/policies/ensemble.py", line 308, in from_dict constr_func = registry.policy_from_module_path(policy_name) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/core/registry.py", line 21, in policy_from_module_path module_path, lookup_path="rasa.core.policies.registry" "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/utils/common.py", line 220, in class_from_module_path m = importlib.import_module(lookup_path) "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) "<frozen importlib._bootstrap>", line 994, in _gcd_import "<frozen importlib._bootstrap>", line 971, in _find_and_load "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked "<frozen importlib._bootstrap>", line 665, in _load_unlocked "<frozen importlib._bootstrap_external>", line 678, in exec_module "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/core/policies/registry.py", line 5, in <module> from rasa.core.policies.ted_policy import TEDPolicy "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/rasa/core/policies/ted_policy.py", line 8, in <module> import tensorflow_addons as tfa "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/tensorflow_addons/__init__.py", line 21, in <module> from tensorflow_addons import activations "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/tensorflow_addons/activations/__init__.py", line 21, in <module> from tensorflow_addons.activations.gelu import gelu "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/tensorflow_addons/activations/gelu.py", line 24, in <module> get_path_to_datafile("custom_ops/activations/_activation_ops.so")) "/home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/tensorflow/python/framework/load_library.py", line 58, in load_op_library lib_handle = py_tf.TF_LoadLibrary(library_filename) tensorflow.python.framework.errors_impl.NotFoundError: /home/aman/meraklis-pocs/RASA_POC/venv/lib/python3.6/site-packages/tensorflow_addons/custom_ops/activations/_activation_ops.so: undefined symbol: _ZN10tensorflow14kernel_factory17OpKernelRegistrar12InitInternalEPKNS_9KernelDefEN4absl11string_viewESt10unique_ptrINS0_15OpKernelFactoryESt14default_deleteIS8_EE
Traceback (most recent call last): "/usr/bin/buku", line 11, in <module> load_entry_point('buku==3.9', 'console_scripts', 'buku')() "/usr/lib/python3.7/site-packages/buku.py", line 4931, in main bdb.browse_by_index(int(idx)) "/usr/lib/python3.7/site-packages/buku.py", line 1907, in browse_by_index browse(row[0]) "/usr/lib/python3.7/site-packages/buku.py", line 3866, in browse browser = webbrowser.get() "/usr/lib/python3.7/webbrowser.py", line 42, in get register_standard_browsers() "/usr/lib/python3.7/webbrowser.py", line 567, in register_standard_browsers cmd = _synthesize(cmdline, -1) "/usr/lib/python3.7/webbrowser.py", line 116, in _synthesize register(browser, None, controller, update_tryorder) TypeError: register() takes from 2 to 3 positional arguments but 4 were given
0.292523
Traceback (most recent call last): "/usr/local/bin/salt-call", line 7, in <module> import salt.cli "/usr/local/lib/python2.7/site-packages/salt/**init**.py", line 16, in <module> import salt.config "/usr/local/lib/python2.7/site-packages/salt/config.py", line 14, in <module> import yamlImportError: No module named yaml
Traceback (most recent call last): "decode.py", line 479, in <module> decoder.translate() "decode.py", line 242, in translate hypotheses, scores = decoder.decode_batch(j) "decode.py", line 153, in decode_batch context "/usr/share/Anaconda2/lib/python2.7/site-packages/torch/nn/modules/module.py", line 206, in __call__ result = self.forward(*input, **kwargs) TypeError: forward() takes at most 3 arguments (4 given)
0.258869
[!] Traceback (most recent call last): "lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct AttributeError: 'Sequence' object has no attribute 'asOctets'
Traceback (most recent call last): "c:\program files\python36\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "c:\program files\python36\lib\site-packages\youtube_dl\extractor\common.py", line 529, in extract self.initialize() "c:\program files\python36\lib\site-packages\youtube_dl\extractor\common.py", line 433, in initialize self._real_initialize() "c:\program files\python36\lib\site-packages\youtube_dl\extractor\udemy.py", line 172, in _real_initialize self._login() "c:\program files\python36\lib\site-packages\youtube_dl\extractor\udemy.py", line 191, in _login login_form = self._form_hidden_inputs('login-form', login_popup) "c:\program files\python36\lib\site-packages\youtube_dl\extractor\common.py", line 1322, in _form_hidden_inputs html, '%s form' % form_id, group='form') "c:\program files\python36\lib\site-packages\youtube_dl\extractor\common.py", line 1005, in _search_regex raise RegexNotFoundError('Unable to extract %s' % _name) **youtube_dl.utils.RegexNotFoundError: Unable to extract login-form form;** please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.245239
Traceback (most recent call last): "/home/rsivapr/anaconda/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() "/home/rsivapr/anaconda/lib/python2.7/multiprocessing/process.py", line 114, in run self._target(*self._args, **self._kwargs) "/home/rsivapr/anaconda/lib/python2.7/multiprocessing/pool.py", line 102, in worker task = get() "/home/rsivapr/anaconda/lib/python2.7/multiprocessing/queues.py", line 376, in get return recv()UnpicklingError: unpickling stack underflow
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\YoutubeDL.py", line 796, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\common.py", line 529, in extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\ustream.py", line 178, in _real_extract "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpfeq7l785\build\youtube_dl\extractor\common.py", line 1004, in _search_regex youtube_dl.utils.RegexNotFoundError: Unable to extract content video IDs; 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.229432
Traceback (most recent call last): "C:\Users\q490211\AppData\Local\Continuum\anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2039, in showtraceback stb = value._render_traceback_() AttributeError: 'TypeError' object has no attribute '_render_traceback_'
Traceback (most recent call last): "/devsnd-cherrymusic-f45dbee/cherrymusicserver/sqlitecache.py", line 466, in update_db_recursive for item in generator: "/devsnd-cherrymusic-f45dbee/cherrymusicserver/sqlitecache.py", line 577, in enumerate_fs_with_db for fs_child in .inputfilter(item.infs.children()): "/devsnd-cherrymusic-f45dbee/cherrymusicserver/sqlitecache.py", line 710, in children content = sorted(content, reverse=reverse)UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128)
0.163753
Traceback (most recent call last): "/Users/kennysong/GDrive/Projects/test/env/lib/python3.7/site-packages/ipython_genutils/ipstruct.py", line 132, in __getattr__ result = self[key] KeyError: 'language'
Traceback (most recent call last): ".../scipy-0.18.0/build/testenv/lib/python3.5/site-packages/scipy/linalg/tests/test_decomp.py", line 717, in test_vrectangular_complex self._test_common(self.cvrect) ".../scipy-0.18.0/build/testenv/lib/python3.5/site-packages/scipy/linalg/tests/test_decomp.py", line 688, in _test_common p,l,u = lu(data) ".../scipy-0.18.0/build/testenv/lib/python3.5/site-packages/scipy/linalg/decomp_lu.py", line 185, in lu p, l, u, info = flu(a1, permute_l=permute_l, overwrite_a=overwrite_a)TypeError: 'NoneType' object is not callable
0.250845
Traceback (most recent call last): "/usr/lib/python2.6/site-packages/ansible/executor/process/worker.py", line 119, in run executor_result = TaskExecutor(host, task, job_vars, new_play_context, self._new_stdin, self._loader, shared_loader_obj).run() "/usr/lib/python2.6/site-packages/ansible/executor/task_executor.py", line 128, in run print(json.dumps(res, default=json_variable_cleaner)) "/usr/lib64/python2.6/json/__init__.py", line 237, in dumps **kw).encode(obj) "/usr/lib64/python2.6/json/encoder.py", line 367, in encode chunks = list(self.iterencode(o)) "/usr/lib64/python2.6/json/encoder.py", line 309, in _iterencode for chunk in self._iterencode_dict(o, markers): "/usr/lib64/python2.6/json/encoder.py", line 275, in _iterencode_dict for chunk in self._iterencode(value, markers): "/usr/lib64/python2.6/json/encoder.py", line 306, in _iterencode for chunk in self._iterencode_list(o, markers): "/usr/lib64/python2.6/json/encoder.py", line 204, in _iterencode_list for chunk in self._iterencode(value, markers): "/usr/lib64/python2.6/json/encoder.py", line 309, in _iterencode for chunk in self._iterencode_dict(o, markers): "/usr/lib64/python2.6/json/encoder.py", line 275, in _iterencode_dict for chunk in self._iterencode(value, markers): "/usr/lib64/python2.6/json/encoder.py", line 294, in _iterencode yield encoder(o)TypeError: first argument must be a string or unicode, not UnsafeProxy(AnsibleUnicode)
Traceback (most recent call last): "calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.kfx_input.package_filetype", line 21, in run "calibre_plugins.kfx_input.package_filetype", line 32, in run_kfx "calibre_plugins.kfx_input.kfxlib.yj_book", line 83, in convert_to_single_kfx "calibre_plugins.kfx_input.kfxlib.yj_book", line 208, in decode_book "calibre_plugins.kfx_input.kfxlib.yj_book", line 315, in get_container calibre_plugins.kfx_input.kfxlib.utilities.KFXDRMError: Book container B00JS6HK46_EBOK.azw has DRM and cannAdded Healing is Voltage: The Handbook to db in: 3.0
0.253502
Traceback (most recent call last): "./reproducehbondissue.py", line 45, in <module> distance=hbonddist, angle=hbondangle) "/usr/local/lib/python2.7/dist-packages/MDAnalysis/analysis/hbonds/hbond_analysis.py", line 612, in __init__ self._update_selection_2() "/usr/local/lib/python2.7/dist-packages/MDAnalysis/analysis/hbonds/hbond_analysis.py", line 798, in _update_selection_2 self._s2_acceptors = self._s2.select_atoms( AttributeError: 'list' object has no attribute 'select_atoms'
Traceback (most recent call last): "/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero
0.161481
Traceback (most recent call last): ".git/hooks/pre-commit", line 3, in <module> from flake8.hooks import git_hook, get_git_param ImportError: No module named flake8.hooks
Traceback (most recent call last): "VideoWidget_vlc.py", line 866, in mediaStop TypeError: 'method' object is not connected
0.316828
Traceback (most recent call last): "C:\projects\nikola\nikola\plugins\task\galleries.py", line 43, in <module> from PIL import Image # NOQA "c:\python36\lib\site-packages\PIL\Image.py", line 56, in <module> from . import _imaging as core ImportError: DLL load failed: The specified procedure could not be found.
Traceback (most recent call last): "legendary\cli.py", line 1375, in <module> "legendary\cli.py", line 1335, in main "legendary\cli.py", line 125, in auth "legendary\core.py", line 109, in auth_sid "requests\sessions.py", line 555, in get "requests\sessions.py", line 542, in request "requests\sessions.py", line 655, in send "requests\adapters.py", line 514, in send requests.exceptions.SSLError: HTTPSConnectionPool(host='www.epicgames.com', port=443): Max retries exceeded with url: /id/api/set-sid?sid=AREALSID (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1108)')))
0.266028
Traceback (most recent call last): "c:\users\al-abiad\anaconda3\lib\site-packages\PyInstaller\utils\hooks\__init__.py", line 356, in get_module_file_attribute loader = pkgutil.find_loader(package) "c:\users\al-abiad\anaconda3\lib\pkgutil.py", line 499, in find_loader raise ImportError(msg.format(fullname, type(ex), ex)) from ex ImportError: Error while finding loader for 'numpy.core' (<class 'ImportError'>:
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1292, in _do_call return fn(*args) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1277, in _run_fn options, feed_dict, fetch_list, target_list, run_metadata) "/usr/local/lib/python3.6/dist-packages/tensorflow/python/client/session.py", line 1367, in _call_tf_sessionrun run_metadata) tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file /home/me/Desktop/Semantic-Segmentation-Suite/checkpoints/0000/checkpoint: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
0.321066
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 671, in _finalize_fairy fairy._reset(pool) "/usr/local/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 858, in _reset pool._dialect.do_rollback(self) "/usr/local/lib/python3.6/site-packages/sqlalchemy/dialects/mysql/base.py", line 2227, in do_rollback dbapi_connection.rollback() _mysql_exceptions.OperationalError: (2006, 'MySQL server has gone away')
Traceback (most recent call last): "/Users/lightbleu/bot/hangoutsbot/hangupsbot/plugins/image_memegenerator.py", line 61, in meme photo_id = yield from bot._client.upload_image(image_data, filename=filename) "/usr/local/lib/python3.4/site-packages/hangups/client.py", line 473, in upload_image ['externalFieldTransfers'][0]['putInfo']['url'])KeyError: 'sessionStatus'
0.224322
Traceback (most recent call last): "/usr/bin/podebug", line 22, in <module> from translate.tools import podebug "/home/leo/Escritorio/repos/translate/translate/tools/podebug.py", line 32, in <module> from translate.convert import dtd2po "/home/leo/Escritorio/repos/translate/translate/convert/dtd2po.py", line 29, in <module> from translate.convert.accesskey import UnitMixer "/home/leo/Escritorio/repos/translate/translate/convert/accesskey.py", line 24, in <module> from translate.storage.placeables.general import XMLEntityPlaceable "/home/leo/Escritorio/repos/translate/translate/storage/placeables/__init__.py", line 47, in <module> from . import base "/home/leo/Escritorio/repos/translate/translate/storage/placeables/base.py", line 25, in <module> from translate.storage.placeables.interfaces import * "/home/leo/Escritorio/repos/translate/translate/storage/placeables/interfaces.py", line 25, in <module> from translate.storage.placeables.strelem import StringElem "/home/leo/Escritorio/repos/translate/translate/storage/placeables/strelem.py", line 35, in <module> @six.python_2_unicode_compatibleAttributeError: 'module' object has no attribute 'python_2_unicode_compatible'
Traceback (most recent call last): "/home/stijn/miniconda3/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info ie_result = ie.extract(url) "/home/stijn/miniconda3/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 530, in extract ie_result = self._real_extract(url) "/home/stijn/miniconda3/lib/python3.6/site-packages/youtube_dl/extractor/vimeo.py", line 713, in _real_extract self._vimeo_sort_formats(formats) "/home/stijn/miniconda3/lib/python3.6/site-packages/youtube_dl/extractor/vimeo.py", line 107, in _vimeo_sort_formats self._sort_formats(formats, field_preference=('preference', 'height', 'width', 'fps', 'tbr', 'format_id')) "/home/stijn/miniconda3/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 1327, in _sort_formats raise ExtractorError('No video formats found') youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see https://yt-dl.org/update on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
0.270823
Traceback (most recent call last): "C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\utils\system.py", line 55, in psutil_phymem_usage percent = psutil.virtual_memory().percentAttributeError: module 'psutil' has no attribute 'virtual_memory'
Traceback (most recent call last): "assign_clades.py", line 33, in <module> ref = SeqIO.read(refname, 'genbank') "/home/lenore/bin/anaconda2/lib/python3.8/site-packages/Bio/SeqIO/__init__.py", line 744, in read first = next(iterator) "/home/lenore/bin/anaconda2/lib/python3.8/site-packages/Bio/GenBank/Scanner.py", line 514, in parse_records with as_handle(handle, "rU") as handle: "/home/lenore/bin/anaconda2/lib/python3.8/contextlib.py", line 113, in __enter__ return next(self.gen) "/home/lenore/bin/anaconda2/lib/python3.8/site-packages/Bio/ .py", line 120, in as_handle with open(handleish, mode, **kwargs) as fp: NotFoundError: [Errno 2] No such file or directory: 'config/reference.gb'`
0.194476
{'data': 'Traceback (most recent call last):\n "/usr/lib/pymodules/python2.7/salt/utils/templates.py", line 55, in render_tmpl\n output = render_str(tmplstr, context, tmplpath)\n "/usr/lib/pymodules/python2.7/salt/utils/templates.py", line 98, in render_jinja_tmpl\n output = jinja_env.from_string(tmplstr).render(**context)\n "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 894, in render\n return self.environment.handle_exception(exc_info, True)\n "<template>", line 1, in top-level template code\n "/usr/lib/python2.7/dist-packages/jinja2/environment.py", line 353, in getitem\n return obj[argument]\nUndefinedError: \'dict object\' has no attribute \'level1\'\n', 'result': False}```
Traceback (most recent call last): "manage.py", line 10, in <module> execute_from_command_line(sys.argv) "/Users/alex/anaconda/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line utility.execute() "/Users/alex/anaconda/lib/python2.7/site-packages/django/core/management/__init__.py", line 327, in execute django.setup() "/Users/alex/anaconda/lib/python2.7/site-packages/django/__init__.py", line 18, in setup apps.populate(settings.INSTALLED_APPS) "/Users/alex/anaconda/lib/python2.7/site-packages/django/apps/registry.py", line 108, in populate app_config.import_models(all_models) "/Users/alex/anaconda/lib/python2.7/site-packages/django/apps/config.py", line 202, in import_models self.models_module = import_module(models_module_name) "/Users/alex/anaconda/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/Users/alex/anaconda/lib/python2.7/site-packages/pinax/stripe/models.py", line 13, in <module> from .conf import settings "/Users/alex/anaconda/lib/python2.7/site-packages/pinax/stripe/conf.py", line 29, in <module> class PinaxStripeAppConf(AppConf): "/Users/alex/anaconda/lib/python2.7/site-packages/appconf/base.py", line 75, in __new__ new_class._configure() "/Users/alex/anaconda/lib/python2.7/site-packages/appconf/base.py", line 104, in _configure value = callback(value) "/Users/alex/anaconda/lib/python2.7/site-packages/pinax/stripe/conf.py", line 54, in configure_hookset return load_path_attr(value)() "/Users/alex/anaconda/lib/python2.7/site-packages/pinax/stripe/conf.py", line 15, in load_path_attr mod = importlib.import_module(module) "/Users/alex/anaconda/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) "/Users/alex/anaconda/lib/python2.7/site-packages/pinax/stripe/hooks.py", line 4, in <module> from django.contrib.sites.models import Site "/Users/alex/anaconda/lib/python2.7/site-packages/django/contrib/sites/models.py", line 83, in <module> class Site(models.Model): "/Users/alex/anaconda/lib/python2.7/site-packages/django/db/models/base.py", line 102, in __new__ "INSTALLED_APPS." % (module, name)RuntimeError: Model class django.contrib.sites.models.Site doesn't declare an explicit app_label and isn't in an application in INSTALLED_APPS.
0.24303
Traceback (most recent call last): "/usr/bin/celery", line 26, in <module> load_entry_point("celery", "console_scripts", "celery")() "/usr/lib/python2.7/dist-packages/celery/__main__.py", line 30, in main main() "/usr/lib/python2.7/dist-packages/celery/bin/celery.py", line 81, in main cmd.execute_from_commandline(argv) "/usr/lib/python2.7/dist-packages/celery/bin/celery.py", line 793, in execute_from_commandline super(CeleryCommand, self).execute_from_commandline(argv))) "/usr/lib/python2.7/dist-packages/celery/bin/base.py", line 311, in execute_from_commandline return self.handle_argv(self.prog_name, argv[1:]) "/usr/lib/python2.7/dist-packages/celery/bin/celery.py", line 785, in handle_argv return self.execute(command, argv) "/usr/lib/python2.7/dist-packages/celery/bin/celery.py", line 717, in execute ).run_from_argv(self.prog_name, argv[1:], command=argv[0]) "/usr/lib/python2.7/dist-packages/celery/bin/base.py", line 315, in run_from_argv sys.argv if argv is None else argv, command) "/usr/lib/python2.7/dist-packages/celery/bin/base.py", line 377, in handle_argv return self(*args, **options) "/usr/lib/python2.7/dist-packages/celery/bin/base.py", line 274, in __call__ ret = self.run(*args, **kwargs) "/usr/lib/python2.7/dist-packages/celery/bin/celery.py", line 671, in run self.out(self.app.bugreport()) "/usr/lib/python2.7/dist-packages/celery/app/base.py", line 438, in bugreport return bugreport(self) "/usr/lib/python2.7/dist-packages/celery/app/utils.py", line 225, in bugreport app.conf.CELERY_RESULT_BACKEND or 'disabled'), "/usr/lib/python2.7/dist-packages/kombu/utils/url.py", line 63, in maybe_sanitize_url return sanitize_url(url, mask) "/usr/lib/python2.7/dist-packages/kombu/utils/url.py", line 58, in sanitize_url return as_url(*_parse_url(url), sanitize=True, mask=mask) "/usr/lib/python2.7/dist-packages/kombu/utils/url.py", line 24, in _parse_url return (scheme, unquote(parts.hostname or '') or None, parts.port, "/usr/lib/python2.7/urlparse.py", line 113, in port port = int(port, 10) ValueError: invalid literal for int() with base 10: '11211;10.100.187.32'
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 155, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 590, in run "calibre_plugins.dedrm.__init__", line 366, in ePubDecryptDeDRMError: DeDRM v6.3.0: Ultimately failed to decrypt after 1.3 seconds.
0.218723
Traceback (most recent call last): "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\multiprocess\pool.py", line 121, in worker result = (True, func(*args, **kwds)) "<ipython-input-2-e0c1d945678a>", line 17, in speed_test_parallel "c:\users\williamholtam\documents\githubrepos\galliumresearch\galliumresearch\gallium.py", line 139, in classify self._set_accuracy_context(data) "c:\users\williamholtam\documents\githubrepos\galliumresearch\galliumresearch\gallium.py", line 184, in _set_accuracy_context abs_area, Dt = self.median_worst_area(data) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\dispatcher.py", line 395, in _compile_for_args raise e "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\dispatcher.py", line 352, in _compile_for_args return self.compile(tuple(argtypes)) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler_lock.py", line 32, in _acquire_compile_lock return func(*args, **kwargs) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\dispatcher.py", line 693, in compile cres = self._compiler.compile(args, return_type) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\dispatcher.py", line 76, in compile status, retval = self._compile_cached(args, return_type) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\dispatcher.py", line 90, in _compile_cached retval = self._compile_core(args, return_type) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\dispatcher.py", line 108, in _compile_core pipeline_class=self.pipeline_class) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 972, in compile_extra return pipeline.compile_extra(func) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 390, in compile_extra return self._compile_bytecode() "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 903, in _compile_bytecode return self._compile_core() "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 890, in _compile_core res = pm.run(self.status) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler_lock.py", line 32, in _acquire_compile_lock return func(*args, **kwargs) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 266, in run raise patched_exception "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 257, in run stage() "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\compiler.py", line 461, in stage_frontend_withlift locals=self.locals, "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\transforms.py", line 335, in with_lifting cmkind, extra = _get_with_contextmanager(func_ir, blocks, blk_start) "C:\Users\WilliamHoltam\Miniconda3\lib\site-packages\numba\transforms.py", line 396, in _get_with_contextmanager loc=blocks[blk_start].loc, numba.errors.CompilerError: Failed in nopython mode pipeline (step: Handle with contexts)
Traceback (most recent call last): "/usr/lib/python2.4/site-packages/django/core/handlers/base.py", line 86, in get_response response = callback(request, _callback_args, *_callback_kwargs) "/opt/graphite/webapp/graphite/render/views.py", line 97, in renderView seriesList = evaluateTarget(target, timeInterval) "/opt/graphite/webapp/graphite/render/evaluator.py", line 14, in evaluateTarget result = evaluateTokens(tokens, timeInterval) "/opt/graphite/webapp/graphite/render/evaluator.py", line 30, in evaluateTokens return evaluateTokens(tokens.expression, timeInterval, originalTime) "/opt/graphite/webapp/graphite/render/evaluator.py", line 43, in evaluateTokens dbResults = db .fetch( timestamp(startTime), timestamp(endTime) ) "/opt/graphite/webapp/graphite/storage.py", line 232, in fetch (timeInfo,values) = whisper.fetch(self.fs_path, startTime, endTime) "/usr/lib/python2.4/site-packages/whisper.py", line 462, in fetch fh = open(path,'rb')IOError: [Errno 13] Permission denied: '/opt/graphite/storage/whisper/path/to/my/metric.wsp'
0.289926
Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/tornado-3.0.1-py2.7.egg/tornado/tcpserver.py", line 228, in _handle_connection self.handle_stream(stream, address) "/usr/local/lib/python2.7/dist-packages/tornado-3.0.1-py2.7.egg/tornado/httpserver.py", line 157, in handle_stream self.no_keep_alive, self.xheaders, self.protocol) "/usr/local/lib/python2.7/dist-packages/tornado-3.0.1-py2.7.egg/tornado/httpserver.py", line 190, in __init__ self.stream.read_until(b"\r\n\r\n", self._header_callback) "/usr/local/lib/python2.7/dist-packages/tornado-3.0.1-py2.7.egg/tornado/iostream.py", line 148, in read_until self._try_inline_read() "/usr/local/lib/python2.7/dist-packages/tornado-3.0.1-py2.7.egg/tornado/iostream.py", line 398, in _try_inline_read if self._read_to_buffer() == 0: "/usr/local/lib/python2.7/dist-packages/tornado-3.0.1-py2.7.egg/tornado/iostream.py", line 432, in _read_to_buffer raise IOError("Reached maximum read buffer size")IOError: Reached maximum read buffer size
Traceback (most recent call last): "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module> from tensorflow.python.pywrap_tensorflow_internal import * "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module> _pywrap_tensorflow_internal = swig_import_helper() "/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description) "/usr/lib/python3.6/imp.py", line 243, in load_module return load_dynamic(name, filename, file) "/usr/lib/python3.6/imp.py", line 343, in load_dynamic return _load(spec) ImportError: libcublas.so.10.0: cannot open shared object file: No such file or directory
0.276127
[21:21:20] ERROR | music_dl.source: Traceback (most recent call last): "/usr/lib/python3.8/site-packages/music_dl/source.py", line 151, in playlist ret_songs_list = addon.playlist(url) "/usr/lib/python3.8/site-packages/music_dl/addons/netease.py", line 193, in netease_playlist size = item.get("h", {}).get("size", 0) AttributeError: 'NoneType' object has no attribute 'get'
Traceback (most recent call last): "C:\Users\japan\AppData\Local\Programs\Thonny\lib\tkinter\__init__.py", line 1705, in __call__ return self.func(*args) "C:\Users\japan\AppData\Local\Programs\Thonny\lib\site-packages\thonny\code.py", line 601, in _cmd_save_file self.get_current_editor().save_file() "C:\Users\japan\AppData\Local\Programs\Thonny\lib\site-packages\thonny\code.py", line 240, in save_file f.flush() OSError: [Errno 9] Bad file descriptor
0.322085
Traceback (most recent call last): "/usr/lib64/python3.6/multiprocessing/process.py", line 258, in _bootstrap self.run() "/usr/lib64/python3.6/multiprocessing/process.py", line 93, in run self._target(*self._args, **self._kwargs) "/usr/lib64/python3.6/multiprocessing/pool.py", line 103, in worker initializer(*initargs) "/home/liangxin/codes/DrQA_mac/drqa/pipeline/drqa.py", line 39, in init PROCESS_TOK = tokenizer_class(**tokenizer_opts) "/home/liangxin/codes/DrQA_mac/drqa/tokenizers/corenlp_tokenizer.py", line 33, in __init__ self._launch() "/home/liangxin/codes/DrQA_mac/drqa/tokenizers/corenlp_tokenizer.py", line 55, in _launch self.corenlp = pexpect.spawn('/bin/bash', maxread=100000, timeout=60) "/home/liangxin/drqa_venv/lib64/python3.6/site-packages/pexpect/pty_spawn.py", line 197, in __init__ self._spawn(command, args, preexec_fn, dimensions) "/home/liangxin/drqa_venv/lib64/python3.6/site-packages/pexpect/pty_spawn.py", line 297, in _spawn cwd=self.cwd, **kwargs) "/home/liangxin/drqa_venv/lib64/python3.6/site-packages/pexpect/pty_spawn.py", line 308, in _spawnpty return ptyprocess.PtyProcess.spawn(args, **kwargs) "/home/liangxin/drqa_venv/lib64/python3.6/site-packages/ptyprocess/ptyprocess.py", line 226, in spawn pid, fd = pty.fork() "/usr/lib64/python3.6/pty.py", line 97, in fork pid = os.fork() BlockingIOError: [Errno 11] Resource temporarily unavailable
Traceback (most recent call last): "/usr/bin/salt-ssh", line 11, in <module> sys.exit(salt_ssh()) "/usr/lib/python2.7/site-packages/salt/scripts.py", line 385, in salt_ssh import salt.cli.ssh "/usr/lib/python2.7/site-packages/salt/cli/ssh.py", line 5, in <module> import salt.client.ssh "/usr/lib/python2.7/site-packages/salt/client/__init__.py", line 30, in <module> import salt.minion "/usr/lib/python2.7/site-packages/salt/minion.py", line 57, in <module> import salt.utils.psutil_compat as psutil "/usr/lib/python2.7/site-packages/salt/utils/psutil_compat.py", line 16, in <module> import psutil "/usr/lib64/python2.7/site-packages/psutil/__init__.py", line 89, in <module> import psutil._pslinux as _psplatformAttributeError: 'module' object has no attribute '_pslinux'
0.187852
`Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python3.5/dist-packages/netaddr/ip/__init__.py", line 306, in __init__ 'address from %r' % addr) netaddr.core.AddrFormatError: failed to detect a valid IP address from '100.019.255.255'`
Traceback (most recent call last): "/usr/local/bin/pip", line 7, in <module> from pip._internal import main ImportError: No module named 'pip'
0.260555
log_time=2019-01-22 10:35:47,859 levelname=ERROR process=16677 exception=Traceback (most recent call last): "/home/longhai/venv3/lib/python3.5/site-packages/urllib3/contrib/pyopenssl.py", line 453, in wrap_socket cnx.do_handshake() "/home/longhai/venv3/lib/python3.5/site-packages/OpenSSL/SSL.py", line 1915, in do_handshake self._raise_ssl_error(self._ssl, result) "/home/longhai/venv3/lib/python3.5/site-packages/OpenSSL/SSL.py", line 1647, in _raise_ssl_error _raise_current_error() "/home/longhai/venv3/lib/python3.5/site-packages/OpenSSL/_util.py", line 54, in exception_from_error_queue raise exception_type(errors) OpenSSL.SSL.Error: [('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')]
Traceback (most recent call last): "/home/pi/homeassistant/lib/python3.7/site-packages/homeassistant/components/device_tracker/setup.py", line 65, in async_setup_legacy self.platform.get_scanner, hass, {DOMAIN: self.config} "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run result = self.fn(*self.args, **self.kwargs) "/home/pi/homeassistant/lib/python3.7/site-packages/homeassistant/components/luci/device_tracker.py", line 30, in get_scanner scanner = LuciDeviceScanner(config[DOMAIN]) "/home/pi/homeassistant/lib/python3.7/site-packages/homeassistant/components/luci/device_tracker.py", line 40, in __init__ from openwrt_luci_rpc import OpenWrtRpc "/home/pi/homeassistant/lib/python3.7/site-packages/openwrt_luci_rpc/__init__.py", line 9, in <module> from .openwrt_luci_rpc import OpenWrtLuciRPC "/home/pi/homeassistant/lib/python3.7/site-packages/openwrt_luci_rpc/openwrt_luci_rpc.py", line 14, in <module> from packaging import version ModuleNotFoundError: No module named 'packaging'
0.176335
2. CRITICAL: Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1128, in _inlineCallbacks result = g.send(result) "/usr/local/lib/python2.7/dist-packages/scrapy/crawler.py", line 90, in crawl six.reraise(*exc_info) "/usr/local/lib/python2.7/dist-packages/scrapy/crawler.py", line 74, in crawl yield self.engine.open_spider(self.spider, start_requests)AttributeError: 'FrontierManager' object has no attribute 'logger
Traceback (most recent call last): "/Users/gowtham/miniconda3/lib/python3.6/site-packages/conda/core/link.py", line 281, in execute pkg_data, actions) "/Users/gowtham/miniconda3/lib/python3.6/site-packages/conda/core/link.py", line 344, in _execute_actions reverse_excs, conda.CondaMultiError: post-link script failed for package menpo::widgetsnbextension-1.2.3-py35_1
0.208212
Traceback (most recent call last): "./pan.baidu.com.py", line 8, in <module> from requests_toolbelt import MultipartEncoder "/usr/local/lib/python2.7/dist-packages/requests_toolbelt/__init__.py", line 19, in <module> from .adapters import SSLAdapter, SourceAddressAdapter "/usr/local/lib/python2.7/dist-packages/requests_toolbelt/adapters/__init__.py", line 12, in <module> from .ssl import SSLAdapter "/usr/local/lib/python2.7/dist-packages/requests_toolbelt/adapters/ssl.py", line 13, in <module> from requests.packages.urllib3.poolmanager import PoolManagerImportError: No module named packages.urllib3.poolmanager
Traceback (most recent call last): "run.py", line 74, in <module> printer_danmu = loop.run_until_complete(get_printer_danmu()) "C:\python\lib\asyncio\base_events.py", line 584, in run_until_complete return future.result() "run.py", line 61, in get_printer_danmu yjmonitor_danmu_roomid = other_control['yjmonitor_danmu_roomid'] KeyError: 'yjmonitor_danmu_roomid'
0.282166
Traceback (most recent call last): "resprune.py", line 181, in <module> m1.weight.data = m0.weight.data.clone() "/home/ubuntu/anaconda3/envs/YOLACT/lib/python3.6/site-packages/torch/nn/modules/module.py", line 585, in __getattr__ type(self).__name__, name)) AttributeError: 'Sequential' object has no attribute 'weight'`
Traceback (most recent call last): "forced_alignment.py", line 382, in <module> aligner.train_hmm(7, 32) "forced_alignment.py", line 286, in train_hmm stdout=PIPE) "/home/al/miniconda2/lib/python2.7/subprocess.py", line 186, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['/home/al/merlin/tools/bin/htk/HERest', '-C', '/home/al/merlin/egs/build_your_own_voice/s1/config/cfg', '-S', '/home/al/merlin/egs/build_your_own_voice/s1/config/train.scp', '-I', '/home/al/merlin/egs/build_your_own_voice/s1/config/mono_phone.mlf', '-M', '/home/al/merlin/egs/build_your_own_voice/s1/model/hmm_mix_1_iter_1', '-H', '/home/al/merlin/egs/build_your_own_voice/s1/model/hmm0/macros', '-H', '/home/al/merlin/egs/build_your_own_voice/s1/model/hmm0/hmmdefs', '-t', '250.0', '150.0', '2000.0', '/home/al/merlin/egs/build_your_own_voice/s1/mono_phone.list']' returned non-zero exit status 119
0.266077
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool ProxiedRequests(self.w3af) "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__ self.reload_options() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options self._start_proxy() "/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener) "/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__ name='LocalProxyThread') "/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__ port=port) "/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__ sslversion_choices[ssl_version_client]KeyError: 'SSLv23'
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send timeout=timeout "/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 641, in urlopen _stacktrace=sys.exc_info()[2]) "/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 399, in increment raise MaxRetryError(_pool, url, error or ResponseError(cause)) urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='myhost', port=8086): Max retries exceeded with url: /query?q=SHOW+SERIES+LIMIT+1%3B&db=weatherstation (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7ffaf5f9b610>: Failed to establish a new connection: [Errno 111] Connection refused'))
0.268614
Traceback (most recent call last): "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 594, in urlopen chunked=chunked) "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 350, in _make_request self._validate_conn(conn) "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 835, in _validate_conn conn.connect() "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 281, in connect conn = self._new_conn() "/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 147, in _new_conn self, "Failed to establish a new connection: %s" % e) requests.packages.urllib3.exceptions.NewConnectionError: <requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x684c66f0>: Failed to establish a new connection: [Errno -2] Name or service not known
Traceback (most recent call last): "/opt/sickrage/sickbeard/search.py", line 474, in searchProviders searchResults = curProvider.find_search_results(show, episodes, search_mode, manualSearch, downCurQuality) "/opt/sickrage/sickrage/providers/GenericProvider.py", line 170, in find_search_results items_list += self.search(search_string, ep_obj=episode) "/opt/sickrage/sickbeard/providers/btn.py", line 124, in search for _, torrent_info in six.iteritems(found_torrents): "/opt/sickrage/lib/six.py", line 605, in iteritems return d.iteritems(**kw) AttributeError: 'list' object has no attribute 'iteritems'
0.276138
Traceback (most recent call last): "testing.py", line 59, in <module> github_issue_2() "testing.py", line 54, in github_issue_2 print len( B2(key, secret).getorderhistory()["result"] ) "Bittrex_new.py", line 367, in getorderhistory return self.api_query('getorderhistory', parameters) "Bittrex_new.py", line 89, in api_query headers={"apisign": hmac.new(self.api_secret, request_url, hashlib.sha512).hexdigest()} "site-packages\requests\models.py", line 808, in json return complexjson.loads(self.text, **kwargs) "site-packages\simplejson\__init__.py", line 516, in loads return _default_decoder.decode(s) "site-packages\simplejson\decoder.py", line 370, in decode obj, end = self.raw_decode(s) "site-packages\simplejson\decoder.py", line 400, in raw_decode return self.scan_once(s, idx=_w(s, idx).end())simplejson.scanner.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last): "/usr/lib/python2.7/dist-packages/tor2web/t2w.py", line 1384, in <module> start_worker() "/usr/lib/python2.7/dist-packages/tor2web/t2w.py", line 1134, in start_worker config.cipher_list) "/usr/lib/python2.7/dist-packages/tor2web/utils/ssl.py", line 84, in **init** self.cacheContext() "/usr/lib/python2.7/dist-packages/tor2web/utils/ssl.py", line 93, in cacheContext SSL.OP_NO_COMPRESSION |AttributeError: 'module' object has no attribute 'OP_NO_COMPRESSION'
0.176846
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 168, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1249, in _real_extract encrypted_sig, video_id, player_url, age_gate) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 887, in _decrypt_signature u'Automatic signature extraction failed: ' + tb, cause=e)ExtractorError: Automatic signature extraction failed: Traceback (most recent call last):
Traceback (most recent call last): "./scripts/restart-server", line 31, in <module> subprocess.check_call(["./manage.py", "send_stats", "incr", "events.server_restart", str(int(time.time()))]) "/usr/lib/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command '['./manage.py', 'send_stats', 'incr', 'events.server_restart', '1554449268']' returned non-zero exit status 1.
0.188121