text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/flask_restx/api.py", line 375, in wrapper
resp = resource(*args, **kwargs)
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/flask/views.py", line 89, in view
return self.dispatch_request(*args, **kwargs)
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/flask_restx/resource.py", line 44, in dispatch_request
resp = meth(*args, **kwargs)
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/flask_restx/marshalling.py", line 248, in wrapper
resp = f(*args, **kwargs)
"/home/itsyplen/repos/work/MindsDB/mindsdb/mindsdb/api/http/namespaces/datasource.py", line 139, in put
ca.default_store.save_datasource(name, source_type, data)
"/home/itsyplen/repos/work/MindsDB/mindsdb/mindsdb/interfaces/datastore/datastore.py", line 197, in save_datasource
df = ds.df
"/home/itsyplen/repos/work/MindsDB/mindsdb_native/mindsdb_native/libs/data_types/data_source.py", line 62, in df
self._internal_df, self._internal_col_map = self.query(self._query)
"/home/itsyplen/repos/work/MindsDB/mindsdb_native/mindsdb_native/libs/data_sources/mongodb_ds.py", line 38, in query
conn = MongoClient(
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/pymongo/mongo_client.py", line 639, in __init__
res = uri_parser.parse_uri(
"/home/itsyplen/repos/work/MindsDB/mindsdb_env/lib/python3.8/site-packages/pymongo/uri_parser.py", line 428, in parse_uri
raise ConfigurationError('The "dnspython" module must be '
pymongo.errors.ConfigurationError: The "dnspython" module must be installed to use mongodb+srv:// URIs
| Traceback (most recent call last):
"C:\hostedtoolcache\windows\Python\3.8.8\x86\lib\site-packages\cx_Freeze\initscripts\__startup__.py", line 74, in run
"C:\hostedtoolcache\windows\Python\3.8.8\x86\lib\site-packages\cx_Freeze\initscripts\Console.py", line 36, in run
"bin/svtplay-dl", line 7, in <module>
"D:\a\svtplay-dl\svtplay-dl\lib\svtplay_dl\__init__.py", line 69, in main
"D:\a\svtplay-dl\svtplay-dl\lib\svtplay_dl\utils\getmedia.py", line 59, in get_media
"D:\a\svtplay-dl\svtplay-dl\lib\svtplay_dl\utils\getmedia.py", line 77, in get_all_episodes
"D:\a\svtplay-dl\svtplay-dl\lib\svtplay_dl\service\svtplay.py", line 171, in find_all_episodes
KeyError: 'data'
| 0.272407 |
Traceback (most recent call last):
"/mnt/.../repositories/biopython/Tests/test_Entrez_online.py", line 261, in test_efetch_gds_utf8
self.assertEqual(result[342:359], expected_result)
AssertionError: '\xe2\x80\x9cfield of injur' != u'\u201cfield of injury\u201d'
| Traceback (most recent call last):
"/home/yuri/repos/newspaper/newspaper/parsers.py", line 67, in fromstring
cls.doc = lxml.html.fromstring(html)
"/home/yuri/virtualenvs/newspaper/lib/python3.5/site-packages/lxml/html/__init__.py", line 867, in fromstring
doc = document_fromstring(html, parser=parser, base_url=base_url, **kw)
"/home/yuri/virtualenvs/newspaper/lib/python3.5/site-packages/lxml/html/__init__.py", line 755, in document_fromstring
"Document is empty")lxml.etree.ParserError: Document is empty | 0.252218 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/salt/cloud/cli.py", line 245, in run
self.function_provider, self.function_name, kwargs
"/usr/local/lib/python2.7/site-packages/salt/cloud/__init__.py", line 1525, in do_function
call='function', kwargs=kwargs
"/usr/local/lib/python2.7/site-packages/salt/cloud/clouds/msazure.py", line 2190, in add_input_endpoint
activity='add',
"/usr/local/lib/python2.7/site-packages/salt/cloud/clouds/msazure.py", line 2109, in update_input_endpoint
old_endpoints = list_input_endpoints(kwargs, call='function')
"/usr/local/lib/python2.7/site-packages/salt/cloud/clouds/msazure.py", line 2013, in list_input_endpoints
for item in data:TypeError: 'NoneType' object is not iterable | Traceback (most recent call last):
"/root/.pup/agent/checks/db/mysql.py", line 165, in _collect_procfs
f = open("/proc/" + str(pid) + "/stat")IOError: [Errno 2] No such file or directory: '/proc/1048/stat' | 0.261939 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 2309, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 2295, in wsgi_app
response = self.handle_exception(e)
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1741, in handle_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 35, in reraise
raise value
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.5/dist-packages/flask/_compat.py", line 35, in reraise
raise value
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.5/dist-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/lib/python3.5/dist-packages/knowledge_repo/app/models.py", line 194, in __call__
raise_with_traceback(e)
"/usr/local/lib/python3.5/dist-packages/future/utils/__init__.py", line 419, in raise_with_traceback
raise exc.with_traceback(traceback)
"/usr/local/lib/python3.5/dist-packages/knowledge_repo/app/models.py", line 187, in __call__
return self._route(*args, **kwargs)
"/usr/local/lib/python3.5/dist-packages/flask_principal.py", line 199, in _decorated
rv = f(*args, **kw)
"/usr/local/lib/python3.5/dist-packages/knowledge_repo/app/routes/index.py", line 88, in render_feed
post.tldr = render_post_tldr(post)
"/usr/local/lib/python3.5/dist-packages/knowledge_repo/app/utils/render.py", line 31, in render_post_tldr
return markdown.Markdown(extensions=MARKDOWN_EXTENSTIONS).convert(post.tldr.strip())
"/usr/local/lib/python3.5/dist-packages/markdown/core.py", line 100, in __init__
configs=kwargs.get('extension_configs', {}))
"/usr/local/lib/python3.5/dist-packages/markdown/core.py", line 128, in registerExtensions
ext._extendMarkdown(self)
"/usr/local/lib/python3.5/dist-packages/markdown/extensions/__init__.py", line 82, in _extendMarkdown
self.extendMarkdown(md, {})
"/usr/local/lib/python3.5/dist-packages/markdown/extensions/headerid.py", line 85, in extendMarkdown
if 'attr_list' in md.treeprocessors.keys():
AttributeError: 'Registry' object has no attribute 'keys'
|
Traceback (most recent call last):
"/home/daniel/.conda/envs/habitat/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py", line 207, in <module>
main()
"/home/daniel/.conda/envs/habitat/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py", line 197, in main
json_out['return_val'] = hook(**hook_input['kwargs'])
"/home/daniel/.conda/envs/habitat/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py", line 54, in get_requires_for_build_wheel
return hook(config_settings)
"/tmp/pip-build-env-zeo19gah/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 146, in get_requires_for_build_wheel
return self._get_build_requires(config_settings, requirements=['wheel'])
"/tmp/pip-build-env-zeo19gah/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 127, in _get_build_requires
self.run_setup()
"/tmp/pip-build-env-zeo19gah/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 237, in run_setup
self).run_setup(setup_script=setup_script)
"/tmp/pip-build-env-zeo19gah/overlay/lib/python3.6/site-packages/setuptools/build_meta.py", line 142, in run_setup
exec(compile(code, __file__, 'exec'), locals())
"setup.py", line 371, in <module>
subprocess.check_call(shlex.split(f"pip install {pymagnum_build_dir}"))
"/home/daniel/.conda/envs/habitat/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['pip', 'install', 'build/deps/magnum-bindings/src/python']' returned non-zero exit status 1.
| 0.314423 |
Traceback (most recent call last):
"test.py", line 29, in <module>
for i, data in enumerate(dataset):
"D:\MINE\Papers\instagan-master\data\__init__.py", line 72, in __iter__
for i, data in enumerate(self.dataloader):
"D:\devcool\Anaconda2\envs\python36\lib\site-packages\torch\utils\data\dataloader.py", line 286, in __next__
return self._process_next_batch(batch)
"D:\devcool\Anaconda2\envs\python36\lib\site-packages\torch\utils\data\dataloader.py", line 307, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
RuntimeError: Traceback (most recent call last):
| invalid output was: Traceback (most recent call last):
"/tmp/.ansible/tmp/ansible-1382029803.83-89067387745201/setup", line 3108, in <module>
main()
"/tmp/.ansible/tmp/ansible-1382029803.83-89067387745201/setup", line 2169, in main
data = run_setup(module)
"/tmp/.ansible/tmp/ansible-1382029803.83-89067387745201/setup", line 2107, in run_setup
facts = ansible_facts()
"/tmp/.ansible/tmp/ansible-1382029803.83-89067387745201/setup", line 2098, in ansible_facts
facts.update(Network().populate())
"/tmp/.ansible/tmp/ansible-1382029803.83-89067387745201/setup", line 1538, in populate
self.merge_default_interface(default_ipv4, interfaces, 'ipv4')
"/tmp/.ansible/tmp/ansible-1382029803.83-89067387745201/setup", line 1715, in merge_default_interface
ifinfo = interfaces[defaults['interface']]KeyError: 'nxge2:4' | 0.191163 |
Traceback (most recent call last):
"C:/dev/mark2market/main.py", line 137, in <module>
Mark2MarketApp().run()
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\app.py", line 950, in run
runTouchApp()
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\base.py", line 582, in runTouchApp
EventLoop.mainloop()
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\base.py", line 347, in mainloop
self.idle()
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\base.py", line 391, in idle
self.dispatch_input()
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\base.py", line 342, in dispatch_input
post_dispatch_input(*pop(0))
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\base.py", line 308, in post_dispatch_input
wid.dispatch('on_touch_up', me)
"kivy\_event.pyx", line 709, in kivy._event.EventDispatcher.dispatch
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivymd\uix\behaviors\ripplebehavior.py", line 245, in on_touch_up
return super().on_touch_up(touch)
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivymd\uix\button.py", line 969, in on_touch_up
return super().on_touch_up(touch)
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\uix\behaviors\button.py", line 179, in on_touch_up
self.dispatch('on_release')
"kivy\_event.pyx", line 705, in kivy._event.EventDispatcher.dispatch
"kivy\_event.pyx", line 1248, in kivy._event.EventObservers.dispatch
"kivy\_event.pyx", line 1132, in kivy._event.EventObservers._dispatch
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivy\lang\builder.py", line 57, in custom_callback
exec(__kvlang__.co_value, idmap)
"<string>", line 166, in <module>
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivymd\uix\datatables.py", line 624, in set_next_row_data_parts
self.set_row_data()
"C:\Apps\Anaconda3\envs\mark2market\lib\site-packages\kivymd\uix\datatables.py", line 524, in set_row_data
for row in self._row_data_parts[self._rows_number]:
IndexError: list index out of range
| Traceback (most recent call last):
"drcom_p_config.py", line 20, in <module>
offset = re.search('\x07[\x00-\xFF]\x60\x00\x03\x00', text).start()
AttributeError: 'NoneType' object has no attribute 'start' | 0.28648 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvd2cwzkd\build\youtube_dl\YoutubeDL.py", line 761, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvd2cwzkd\build\youtube_dl\extractor\common.py", line 427, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvd2cwzkd\build\youtube_dl\extractor\go.py", line 98, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvd2cwzkd\build\youtube_dl\extractor\adobepass.py", line 1461, in _extract_mvpd_auth
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvd2cwzkd\build\youtube_dl\extractor\adobepass.py", line 1324, in xml_text
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpvd2cwzkd\build\youtube_dl\extractor\common.py", line 759, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract authzToken; 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):
"C:/Users/zhou/Desktop/test/table_pdf_20200306/pdf-table.py", line 3, in <module>
tables = camelot.read_pdf('1.pdf')
"D:\anaconda3\lib\site-packages\camelot\io.py", line 117, in read_pdf
**kwargs
"D:\anaconda3\lib\site-packages\camelot\handlers.py", line 172, in parse
p, suppress_stdout=suppress_stdout, layout_kwargs=layout_kwargs
"D:\anaconda3\lib\site-packages\camelot\parsers\lattice.py", line 403, in extract_tables
self._generate_image()
"D:\anaconda3\lib\site-packages\camelot\parsers\lattice.py", line 220, in _generate_image
with Ghostscript(*gs_call, stdout=null) as gs:
"D:\anaconda3\lib\site-packages\camelot\ext\ghostscript\__init__.py", line 95, in Ghostscript
stderr=kwargs.get("stderr", None),
"D:\anaconda3\lib\site-packages\camelot\ext\ghostscript\__init__.py", line 39, in __init__
rc = gs.init_with_args(instance, args)
"D:\anaconda3\lib\site-packages\camelot\ext\ghostscript\_gsprint.py", line 171, in init_with_args
raise GhostscriptError(rc)
camelot.ext.ghostscript._gsprint.GhostscriptError: -100
| 0.302179 |
Traceback (most recent call last):
"setup.py", line 77, in <module>
exec(compile(open(SALT_VERSION).read(), SALT_VERSION, 'exec'))
"/srv/salt/makina-states/src/salt/salt/version.py", line 11, in <module>
import salt._compat
"/srv/salt/makina-states/src/salt/salt/__init__.py", line 28, in <module>
from salt.utils import migrations
"/srv/salt/makina-states/src/salt/salt/utils/__init__.py", line 67, in <module>
import salt.minion
"/srv/salt/makina-states/src/salt/salt/minion.py", line 43, in <module>
import salt.client
"/srv/salt/makina-states/src/salt/salt/client/__init__.py", line 40, in <module>
import salt.config
"/srv/salt/makina-states/src/salt/salt/config.py", line 27, in <module>
import salt.pillar
"/srv/salt/makina-states/src/salt/salt/pillar/__init__.py", line 13, in <module>
import salt.fileclient
"/srv/salt/makina-states/src/salt/salt/fileclient.py", line 25, in <module>
import salt.utils.templates
"/srv/salt/makina-states/src/salt/salt/utils/templates.py", line 18, in <module>
import jinja2ImportError: No module named jinja2 | Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/speech_recognition/__init__.py", line 404, in recognize_google
response = urlopen(request)
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 162, in urlopen
return opener.open(url, data, timeout)
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 465, in open
response = self._open(req, data)
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 483, in _open
'_open', req)
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 443, in _call_chain
result = func(*args)
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 1268, in http_open
return self.do_open(http.client.HTTPConnection, req)
"/usr/local/Cellar/python3/3.5.1/Frameworks/Python.framework/Versions/3.5/lib/python3.5/urllib/request.py", line 1242, in do_open
raise URLError(err)urllib.error.URLError: <urlopen error [Errno 60] Operation timed out> | 0.221437 |
Traceback (most recent call last):
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinShipBrowser\sfBrowserItem.py", line 289, in OnPaint
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinShipBrowser\fitItem.py", line 502, in DrawItem
wx._core.wxAssertionError: C++ assertion "dataDst && dataSrc" failed at ..\..\src\msw\dc.cpp(2832) in wxAlphaBlend(): failed to get raw data in wxAlphaBlend
|
Traceback (most recent call last):
"C:\Users\Salman Ansari\Documents\Python\VAR\src\bugzilla.py", line 27, in <module>
panda_test()
"C:\Users\Salman Ansari\Documents\Python\VAR\src\bugzilla.py", line 22, in panda_test
store['df'] = df
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 122, in __setitem__
self.put(key, value)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 260, in put
comp=compression)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 327, in _write_to_group
wrapper(value)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 325, in <lambda>
wrapper = lambda value: handler(group, value)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 335, in _write_frame
self._write_block_manager(group, df._data)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 346, in _write_block_manager
self._write_index(group, 'axis%d' % i, ax)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 432, in _write_index
converted, kind, _ = _convert_index(index)
"C:\Python27\lib\site-packages\pandas-0.4.0-py2.7-win32.egg\pandas\io\pytables.py", line 698, in _convert_index
for v in values], dtype=np.int64)
OverflowError: mktime argument out of range | 0.209007 |
"msg": "Traceback (most recent call last):\r\n
\"/root/.ansible/tmp/ansible-tmp-1445785673.77-159715255447855/cpanm\", line 2100, in <module>\r\n
main()\r\n
\"/root/.ansible/tmp/ansible-tmp-1445785673.77-159715255447855/cpanm\", line 179, in main\r\n
mirror_only, installdeps, cpanm)\r\n
\"/root/.ansible/tmp/ansible-tmp-1445785673.77-159715255447855/cpanm\", line 139, in _build_cmd_line\r\n
if use_sudo is True:\r\nNameError: global name 'use_sudo' is not defined\r\n",
"parsed": false | CRITICAL:root:Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/khal/khalendar/khalendar.py", line 180, in update_vevent
ignore_invalid_items=True)
"/usr/lib/python2.7/site-packages/khal/khalendar/backend.py", line 279, in update
href)
"/usr/lib/python2.7/site-packages/khal/khalendar/datetimehelper.py", line 59, in expand
dtstartl = list(rrule)
"/usr/lib/python2.7/site-packages/dateutil/rrule.py", line 515, in _iter
if until and res > until:TypeError: can't compare datetime.datetime to datetime.date | 0.275524 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/Users/swistakm/.envs/tmp-b747c6860961c467/lib/python3.3/site-packages/falcon/__init__.py", line 31, in <module>
from falcon.version import __version__
# NOQAImportError: dlopen(/Users/swistakm/.envs/tmp-b747c6860961c467/lib/python3.3/site-packages/falcon/version.so, 2): Symbol not found: _PyExc_ImportError | Traceback (most recent call last):
"/home/uwe/code/Mailpile/mailpile/crypto/streamer.py", line 197, in run
self._copy_loop()
"/home/uwe/code/Mailpile/mailpile/crypto/streamer.py", line 184, in _copy_loop
self.writing_to.write(self.callback(None) or '')
"/home/uwe/code/Mailpile/mailpile/crypto/streamer.py", line 812, in _read_data
return process(None)
"/home/uwe/code/Mailpile/mailpile/crypto/streamer.py", line 801, in process
data += self.decryptor(self.decoder(d))
"/usr/lib/python2.7/base64.py", line 78, in b64decode
raise TypeError(msg)
TypeError: Incorrect padding
| 0.29267 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
"/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
"/usr/lib/python2.7/dist-packages/pip/req.py", line 1198, in prepare_files
do_download,
"/usr/lib/python2.7/dist-packages/pip/req.py", line 1376, in unpack_url
self.session,
"/usr/lib/python2.7/dist-packages/pip/download.py", line 582, in unpack_http_url
unpack_file(temp_location, location, content_type, link)
"/usr/lib/python2.7/dist-packages/pip/util.py", line 643, in unpack_file
untar_file(filename, location)
"/usr/lib/python2.7/dist-packages/pip/util.py", line 574, in untar_file
path = os.path.join(location, fn)
"/usr/lib/python2.7/posixpath.py", line 80, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 47: ordinal not in range(128)
| WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 880, in _decrypt_signature
return func(s)
"/usr/local/lib/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 448, in <lambda>
return lambda s: initial_function([s])
"/usr/local/lib/python2.7/site-packages/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/local/lib/python2.7/site-packages/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
"/usr/local/lib/python2.7/site-packages/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]KeyError: u'lo' | 0.247094 |
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/output/__init__.py", line 44, in try_printout
printout = get_printout('nested', opts)(data, **kwargs)
"/usr/lib/python2.6/site-packages/salt/output/nested.py", line 161, in output
return '\n'.join(nest.display(ret, base_indent, '', []))
"/usr/lib/python2.6/site-packages/salt/output/nested.py", line 133, in display
if isinstance(ret, collections.OrderedDict):
AttributeError: 'module' object has no attribute 'OrderedDict'
| Traceback (most recent call last):
"/Users/ellbosch/Repos/mssql-cli/.tox/py37/lib/python3.7/site-packages/coverage/sqldata.py", line 1025, in execute
return self.con.execute(sql, parameters)
sqlite3.DatabaseError: file is not a database
| 0.270622 |
Traceback (most recent call last):
"logistic_sgd.py", line 372, in <module>
sgd_optimization_mnist()
"logistic_sgd.py", line 234, in sgd_optimization_mnist
datasets = load_data(dataset)
"logistic_sgd.py", line 206, in load_data
train_set_x, train_set_y = shared_dataset(train_set)
"logistic_sgd.py", line 191, in shared_dataset
borrow=borrow)
"/usr/local/lib/python2.7/dist-packages/theano/compile/sharedvalue.py", line 191, in shared
allow_downcast=allow_downcast, **kwargs)
"/usr/local/lib/python2.7/dist-packages/theano/sandbox/cuda/var.py", line 199, in float32_shared_constructor
deviceval = type_support_filter(value, type.broadcastable, False, None)RuntimeError: Could not allocate memory on device | Traceback (most recent call last):
"/Users/xlc/.vim/plugged/nvim-completion-manager/pythonx/cm_start.py", line 66, in start_channel
nvim = setup_neovim(serveraddr)
"/Users/xlc/.vim/plugged/nvim-completion-manager/pythonx/cm_start.py", line 113, in setup_neovim
pythonxs = nvim.eval('globpath(&rtp,"pythonx",1)')
"/Users/xlc/anaconda3/lib/python3.5/site-packages/neovim/api/nvim.py", line 224, in eval
return self.request('vim_eval', string, **kwargs)
"/Users/xlc/anaconda3/lib/python3.5/site-packages/neovim/api/nvim.py", line 129, in request
res = self._session.request(name, *args, **kwargs)
"/Users/xlc/anaconda3/lib/python3.5/site-packages/neovim/msgpack_rpc/session.py", line 98, in request
raise self.error_wrapper(err)
neovim.api.nvim.NvimError: b'vim_eval not implemented'
| 0.237089 |
Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/builddir/build/BUILDROOT/python-pywt-1.0.1-4.fc31.ppc64le/usr/lib64/python3.7/site-packages/pywt/tests/test_matlab_compatibility_cwt.py", line 175, in _check_accuracy
assert_(rms < epsilon, msg=msg)
"/usr/lib64/python3.7/site-packages/numpy/testing/_private/utils.py", line 96, in assert_
raise AssertionError(smsg)
AssertionError: [RMS > EPSILON] for Scale: [1 2], Wavelet: cgau1, Length: 1000, rms=0.616
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/salt/engines/__init__.py", line 135, in run
self.engine[self.fun](**kwargs)
"/usr/lib/python3/dist-packages/salt/engines/reactor.py", line 35, in start
salt.utils.reactor.Reactor(__opts__).run()
"/usr/lib/python3/dist-packages/salt/utils/process.py", line 911, in wrapped_run_func
six.reraise(*sys.exc_info())
"/usr/lib/python3/dist-packages/salt/ext/six.py", line 693, in reraise
raise value
"/usr/lib/python3/dist-packages/salt/utils/process.py", line 897, in wrapped_run_func
return run_func()
"/usr/lib/python3/dist-packages/salt/utils/reactor.py", line 309, in run
self.call_reactions(chunks)
"/usr/lib/python3/dist-packages/salt/utils/reactor.py", line 232, in call_reactions
self.wrap.run(chunk)
"/usr/lib/python3/dist-packages/salt/utils/reactor.py", line 373, in run
self.populate_client_cache(low)
"/usr/lib/python3/dist-packages/salt/utils/reactor.py", line 365, in populate_client_cache
self.client_cache[reaction_type] = self.reaction_class[reaction_type](
KeyError: 'check'
| 0.327953 |
Traceback (most recent call last):
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/cmdline.py", line 173, in main
app.build(force_all, filenames)
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/application.py", line 207, in build
self.builder.build_update()
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/builders/__init__.py", line 198, in build_update
'out of date' % len(to_build))
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/builders/__init__.py", line 218, in build
purple, length):
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/builders/__init__.py", line 120, in status_iterator
for item in iterable:
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/environment.py", line 515, in update_generator
self.read_doc(docname, app=app)
"/usr/local2/lib/python2.6/site-packages/Sphinx-1.0.4-py2.6.egg/sphinx/environment.py", line 655, in read_doc
pub.publish()
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/core.py", line 203, in publish
self.settings)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/readers/__init__.py", line 69, in read
self.parse()
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/readers/__init__.py", line 75, in parse
self.parser.parse(self.input, document)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/__init__.py", line 157, in parse
self.statemachine.run(inputlines, document, inliner=self.inliner)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 170, in run
input_source=document['source'])
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/statemachine.py", line 233, in run
context, state, transitions)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/statemachine.py", line 421, in check_line
return method(match, context, next_state)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 2678, in underline
self.section(title, source, style, lineno - 1, messages)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 323, in section
self.new_subsection(title, lineno, messages)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 391, in new_subsection
node=section_node, match_titles=1)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 278, in nested_parse
node=node, match_titles=match_titles)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 195, in run
results = StateMachineWS.run(self, input_lines, input_offset)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/statemachine.py", line 233, in run
context, state, transitions)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/statemachine.py", line 421, in check_line
return method(match, context, next_state)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 1539, in line_block
self.nest_line_block_lines(block)
"/usr/local2/lib/python2.6/site-packages/docutils-0.6-py2.6.egg/docutils/parsers/rst/states.py", line 1556, in nest_line_block_lines
if block[index].indent is None:AttributeError: 'system_message' object has no attribute 'indent' | Traceback (most recent call last):
"tools/anntoconll.py", line 14, in <module>
from sentencesplit import sentencebreaks_to_newlines
"/home/ubuntu/brat/tools/sentencesplit.py", line 12, in <module>
from ssplit import regex_sentence_boundary_gen
ImportError: No module named 'ssplit'
| 0.271264 |
Traceback (most recent call last):
"/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/usr/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"./tauon.py", line 7281, in get_music2
get(id, name)
"./tauon.py", line 7228, in get
get(item["id"], item["title"])
"./tauon.py", line 7228, in get
get(item["id"], item["title"])
"./tauon.py", line 7228, in get
get(item["id"], item["title"])
"./tauon.py", line 7215, in get
d = self.r("getMusicDirectory", p={"id": folder_id})
"./tauon.py", line 7161, in r
d = json.loads(response.text)
"/usr/lib/python3.8/json/__init__.py", line 357, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| <details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/spanner/cloud-client/snippets_test.py", line 102, in test_read_stale_data
assert 'SingerId: 1, AlbumId: 1, MarketingBudget: None' in outAssertionError: assert 'SingerId: 1, AlbumId: 1, MarketingBudget: None' in 'SingerId: 1, AlbumId: 1, MarketingBudget: 100000\nSingerId: 1, AlbumId: 2, MarketingBudget: None\nSingerId: 2, AlbumI...ketingBudget: None\nSingerId: 2, AlbumId: 2, MarketingBudget: 500000\nSingerId: 2, AlbumId: 3, MarketingBudget: None\n'</pre></details> | 0.113849 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\27410\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\api\chats\chat.py", line 54, in wrapped
ret = do_send()
"C:\Users\27410\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 72, in wrapped
smart_map(check_response_body, ret)
"C:\Users\27410\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 207, in smart_map
return func(i, *args, **kwargs)
"C:\Users\27410\AppData\Local\Programs\Python\Python36-32\lib\site-packages\wxpy\utils\misc.py", line 53, in check_response_body
raise ResponseError(err_code=err_code, err_msg=err_msg)
wxpy.exceptions.ResponseError: err_code: -1002; err_msg: 文件位置错误
| Traceback (most recent call last):
"gns3/modules/qemu/pages/qemu_vm_preferences_page.pyo", line 164, in _qemuVMNewSlot
"gns3/modules/qemu/dialogs/qemu_vm_wizard.pyo", line 183, in getSettingsAttributeError: 'NoneType' object has no attribute 'split' | 0.175477 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/mps_youtube/playlists.py", line 23, in load
g.userpl = pickle.load(plf)AttributeError: Can't get attribute 'Playlist' on <module 'mps_youtube.main' from '/usr/local/lib/python3.5/site-packages/mps_youtube/main.py'> | Traceback (most recent call last):
"ptb_word_lm.py", line 527, in <module>
tf.app.run()
"/home/chao/anaconda3/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"ptb_word_lm.py", line 498, in main
util.auto_parallel(metagraph, m)
"/home/chao/Project/models/tutorials/rnn/ptb/util.py", line 96, in auto_parallel
optimized_graph = tf_optimizer.OptimizeGraph(rewriter_config, metagraph)
"/home/chao/anaconda3/lib/python3.6/site-packages/tensorflow/python/grappler/tf_optimizer.py", line 39, in OptimizeGraph
verbose, graph_id, status)
"/home/chao/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 526, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: Non-existent input AutoParallel-Replica-0/AutoParallel-Div-Const for node AutoParallel-Replica-0/AutoParallel-Div-AutoParallel-Replica-0/Train/Model/GradientDescent/update_Model/RNN/multi_rnn_cell/cell_0/basic_lstm_cell/bias/ApplyGradientDescent
| 0.222885 |
Traceback (most recent call last):
"/tmp/guix-build-python-argcomplete-1.6.0.drv-0/argcomplete-1.6.0/test/__init__.py", line 758, in test_unquoted_space
self.assertEqual(self.bash.run_command('prog space f\t'), 'foo bar\r\n')
AssertionError: 'bash: prog: command not found\r\n' != 'foo bar\r\n'
| Traceback (most recent call last):
"site-packages/calibre/customize/ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 636, in run
"calibre_plugins.dedrm.__init__", line 407, in ePubDecrypt
DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| 0.328238 |
Traceback (most recent call last):
"/home/pi/piFrame/venv/lib/python3.7/site-packages/requests_oauthlib/oauth2_session.py", line 478, in request
url, http_method=method, body=data, headers=headers
"/home/pi/piFrame/venv/lib/python3.7/site-packages/oauthlib/oauth2/rfc6749/clients/base.py", line 198, in add_token
raise TokenExpiredError()
oauthlib.oauth2.rfc6749.errors.TokenExpiredError: (token_expired)
| > yowsup.layers.network.dispatcher.dispatcher_asyncore ERROR Traceback (most recent call last):
"/usr/lib/python3.6/asyncore.py", line 83, in read
obj.handle_read_event()
"/usr/lib/python3.6/asyncore.py", line 423, in handle_read_event
self.handle_read()
"/home/whatsapp-api/venv/lib/python3.6/site-packages/yowsup-3.2.3-py3.6.egg/yowsup/layers/network/dispatcher/dispatcher_asyncore.py", line 47, in handle_read
data = self.recv(1024)
"/usr/lib/python3.6/asyncore.py", line 374, in recv
data = self.socket.recv(buffer_size)
BlockingIOError: [Errno 11] Resource temporarily unavailable
| 0.21601 |
Traceback (most recent call last):
"site-packages\twisted\internet\defer.py", line 1299, in _inlineCallbacks
"site-packages\lbrynet\core\Wallet.py", line 1348, in get_unused_address
"site-packages\lbrynet\core\Wallet.py", line 1499, in _save_wallet
"site-packages\lbryum\wallet.py", line 117, in write
IOError: [Errno 2] No such file or directory: 'C:\\Users\\tenkr\\AppData\\Local\\lbry\\lbryum\\wallets\\default_wallet.tmp.14280'
| Traceback (most recent call last):
"my.py", line 2, in <module>
MySQLdb.connect(host="127.0.0.1",user="root",passwd="wrong")
"/usr/local/lib/python2.7/dist-packages/MySQLdb/__init__.py", line 85, in Connect
return Connection(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/MySQLdb/connections.py", line 208, in __init__
super(Connection, self).__init__(*args, **kwargs2)
_mysql_exceptions.OperationalError: (2006, "Access denied for user 'root'@'127.0.0.1' (using password: YES)")
| 0.314099 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/mesonbuild/mesonmain.py", line 140, in run
return options.run_func(options)
"/usr/lib/python3.8/site-packages/mesonbuild/msetup.py", line 253, in run
app.generate()
"/usr/lib/python3.8/site-packages/mesonbuild/msetup.py", line 161, in generate
self._generate(env)
"/usr/lib/python3.8/site-packages/mesonbuild/msetup.py", line 223, in _generate
intr.backend.generate()
"/usr/lib/python3.8/site-packages/mesonbuild/backend/ninjabackend.py", line 519, in generate
self.generate_target(t)
"/usr/lib/python3.8/site-packages/mesonbuild/backend/ninjabackend.py", line 842, in generate_target
linker, stdlib_args = self.determine_linker_and_stdlib_args(target)
"/usr/lib/python3.8/site-packages/mesonbuild/backend/backends.py", line 465, in determine_linker_and_stdlib_args
l, stdlib_args = target.get_clink_dynamic_linker_and_stdlibs()
"/usr/lib/python3.8/site-packages/mesonbuild/build.py", line 1325, in get_clink_dynamic_linker_and_stdlibs
raise AssertionError(m.format(self.name))
AssertionError: Could not get a dynamic linker for build target 'main'
| Traceback (most recent call last):
"/opt/medusa/medusa/server/web/core/base.py", line 285, in async_call
result = function(**kwargs)
"/opt/medusa/medusa/server/web/core/schedule.py", line 53, in index
t = PageTemplate(rh=self, filename='schedule.mako')
"/opt/medusa/medusa/server/web/core/base.py", line 81, in __init__
self.template = lookup.get_template(filename)
"/opt/medusa/ext/mako/lookup.py", line 258, in get_template
return self._load(srcfile, uri)
"/opt/medusa/ext/mako/lookup.py", line 323, in _load
**self.template_args)
"/opt/medusa/ext/mako/template.py", line 338, in __init__
module = self._compile_from_file(path, filename)
"/opt/medusa/ext/mako/template.py", line 395, in _compile_from_file
self.module_writer)
"/opt/medusa/ext/mako/template.py", line 731, in _compile_module_file
(dest, name) = tempfile.mkstemp(dir=os.path.dirname(outputpath))
"/usr/lib/python2.7/tempfile.py", line 314, in mkstemp
return _mkstemp_inner(dir, prefix, suffix, flags)
"/usr/lib/python2.7/tempfile.py", line 244, in _mkstemp_inner
fd = _os.open(file, flags, 0600)OSError: [Errno 2] No such file or directory: '/home/user/.apps/medusa/cache/mako/tmpLOxFc6' | 0.307668 |
Traceback (most recent call last):
"/usr/local/bin/svtplay-dl", line 7, in <module>
svtplay_dl.main()
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/__init__.py", line 63, in main
get_media(urls[0], config, __version__)
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/utils/getmedia.py", line 56, in get_media
get_one_media(stream)
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/utils/getmedia.py", line 197, in get_one_media
post.remux()
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/postprocess/__init__.py", line 125, in remux
langs = self.sublanguage()
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/postprocess/__init__.py", line 91, in sublanguage
langs += [query(subfile)]
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/postprocess/__init__.py", line 43, in query
_ = parse(self)
"/usr/local/Cellar/svtplay-dl/2.0/libexec/lib/python3.7/site-packages/svtplay_dl/postprocess/__init__.py", line 38, in parse
fd = open(self)
NotFoundError: [Errno 2] No such file or directory: 'film.srt'
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/cwltool/executors.py", line 168, in run_jobs
for job in jobiter:
"/usr/local/lib/python2.7/dist-packages/cwltool/command_line_tool.py", line 455, in job
reffiles, builder.stagedir, runtimeContext, True)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 274, in make_path_mapper
runtimeContext.toil_get_file)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 228, in __init__
referenced_files, basedir, stagedir, separateDirs=separateDirs)
"/usr/local/lib/python2.7/dist-packages/cwltool/pathmapper.py", line 262, in __init__
self.setup(dedup(referenced_files), basedir)
"/usr/local/lib/python2.7/dist-packages/cwltool/pathmapper.py", line 319, in setup
self.visit(fob, stagedir, basedir, copy=fob.get("writable"), staged=True)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 262, in visit
stagedir, basedir, copy=copy, staged=staged)
"/usr/local/lib/python2.7/dist-packages/cwltool/pathmapper.py", line 267, in visitlisting
self.visit(ld, stagedir, basedir, copy=ld.get("writable", copy), staged=staged)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 255, in visit
resolved = self.get_file(loc) if self.get_file else loc
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 309, in toil_get_file
src_path = file_store.readGlobal
(
ID.unpack(file_store_id[7:]))
"/usr/local/lib/python2.7/dist-packages/toil/fileStores/caching
Store.py", line 1060, in readGlobal
return self._readGlobal
WithCache(fileStoreID, local
Path, symlink, readerID)
"/usr/local/lib/python2.7/dist-packages/toil/fileStores/caching
Store.py", line 1427, in _readGlobal
WithCache
(fileStoreID, cachedPath, self.getGlobal
Size(fileStoreID), 'downloading', pid))OperationalError: database is locked | 0.25092 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 363, in _async_add_entity
await entity.async_added_to_hass()
"/usr/src/homeassistant/homeassistant/components/mobile_app/device_tracker.py", line 148, in async_added_to_hass
ATTR_GPS: (attr[ATTR_LATITUDE], attr[ATTR_LONGITUDE]),
KeyError: 'latitude'
| Traceback (most recent call last):
"hummingbot/connector/exchange/okex/okex_exchange.pyx", line 731, in hummingbot.connector.exchange.okex.okex_exchange.OkexExchange.execute_buy
exchange_order_id = await self.place_order(order_id, trading_pair, decimal_amount, True, order_type, decimal_price)
"hummingbot/connector/exchange/okex/okex_exchange.pyx", line 700, in place_order
exchange_order_id = await self._api_request(
"hummingbot/connector/exchange/okex/okex_exchange.pyx", line 292, in _api_request
async with response_coro as response:
"/home/ubuntu/miniconda3/envs/hummingbot/lib/python3.8/site-packages/aiohttp/client.py", line 1012, in __aenter__
self._resp = await self._coro
"/home/ubuntu/miniconda3/envs/hummingbot/lib/python3.8/site-packages/aiohttp/client.py", line 504, in _request
await resp.start(conn)
"/home/ubuntu/miniconda3/envs/hummingbot/lib/python3.8/site-packages/aiohttp/client_reqrep.py", line 847, in start
message, payload = await self._protocol.read()
# type: ignore
# noqa
"/home/ubuntu/miniconda3/envs/hummingbot/lib/python3.8/site-packages/aiohttp/streams.py", line 591, in read
await self._waiter
aiohttp.client_exceptions.ClientOSError: [Errno 104] Connection reset by peer
| 0.19323 |
"{'message': 'An uncaught exception happened while servicing this request. You can investigate this with the `zappa tail` command.', 'traceback': ['Traceback (most recent call last):\\n', '
\"/var/task/handler.py\", line 558, in handler\\n
zappa_returndict[\\'body\\'] = response.get_data(as_text=True)\\n', '
\"/var/task/werkzeug/wrappers/base_response.py\", line 340, in get_data\\n
rv = rv.decode(self.charset)\\n', \"UnicodeDecodeError: 'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte\\n\"]}"
```
| `Traceback (most recent call last):
"/home/cgv841/litao/TorchSeg/model/bisenet/cityscapes.bisenet.R18/train.py", line 128, in <module>
loss = model(imgs, gts)
"/home/cgv841/anaconda3/envs/segpt1.0/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/home/cgv841/litao/TorchSeg/model/bisenet/cityscapes.bisenet.R18/network.py", line 104, in forward
aux_loss0 = self.criterion(self.heads[0](pred_out[0]), label)
"/home/cgv841/anaconda3/envs/segpt1.0/lib/python3.6/site-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/home/cgv841/litao/TorchSeg/furnace/seg_opr/loss_opr.py", line 84, in forward
index = mask_prob.argsort()
"/home/cgv841/anaconda3/envs/segpt1.0/lib/python3.6/site-packages/torch/tensor.py", line 248, in argsort
return torch.argsort(self, dim, descending)
"/home/cgv841/anaconda3/envs/segpt1.0/lib/python3.6/site-packages/torch/functional.py", line 651, in argsort
return torch.sort(input, -1, descending)[1]
RuntimeError: merge_sort: failed to synchronize: device-side assert triggered`
| 0.243534 |
Traceback (most recent call last):
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/test/testcases.py", line 274, in __call__
self._post_teardown()
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/test/testcases.py", line 1009, in _post_teardown
self._fixture_teardown()
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/test/testcases.py", line 1177, in _fixture_teardown
connections[db_name].check_constraints()
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/db/backends/postgresql/base.py", line 246, in check_constraints
self.cursor().execute('SET CONSTRAINTS ALL IMMEDIATE')
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/cacheops/transaction.py", line 99, in execute
result = self._no_monkey.execute(self, sql, params)
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 67, in execute
return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 76, in _execute_with_wrappers
return executor(sql, params, many, context)
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
raise dj_exc_value.with_traceback(traceback) from exc_value
"/home/test_env/git-repo/netbox/venv/lib/python3.6/site-packages/django/db/backends/utils.py", line 82, in _execute
return self.cursor.execute(sql)
django.db.utils.IntegrityError: insert or update on table "extras_objectchange" violates foreign key constraint "extras_objectchange_user_id_7fdf8186_fk_auth_user_id"
|
Traceback (most recent call last):
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/tornado/web.py", line 1704, in _execute
result = await result
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/handlers.py", line 89, in post
response = await PipelineProcessorManager.instance().process(pipeline)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor.py", line 75, in process
res = await asyncio.get_event_loop().run_in_executor(None, processor.process, pipeline)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor_airflow.py", line 72, in process
pipeline_name=pipeline_name)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor_airflow.py", line 257, in create_pipeline_file
notebook_ops = self._cc_pipeline(pipeline, pipeline_name)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor_airflow.py", line 220, in _cc_pipeline
operation)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor.py", line 238, in _upload_dependencies_to_object_store
raise ex from ex
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor.py", line 218, in _upload_dependencies_to_object_store
cos_client = CosClient(config=runtime_configuration)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/util/cos.py", line 41, in __init__
self.client = self.__initialize_object_store()
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/util/cos.py", line 53, in __initialize_object_store
if not self.client.bucket_exists(self.bucket):
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/minio/api.py", line 404, in bucket_exists
self._url_open('HEAD', bucket_name=bucket_name)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/minio/api.py", line 2189, in _url_open
region = self._get_bucket_region(bucket_name)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/minio/api.py", line 2067, in _get_bucket_region
region = self._get_bucket_location(bucket_name)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/minio/api.py", line 2102, in _get_bucket_location
headers=headers)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/urllib3/poolmanager.py", line 336, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/urllib3/connectionpool.py", line 767, in urlopen
**response_kw
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/urllib3/connectionpool.py", line 767, in urlopen
**response_kw
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/urllib3/connectionpool.py", line 767, in urlopen
**response_kw
[Previous line repeated 2 more times]
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/urllib3/connectionpool.py", line 727, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/urllib3/util/retry.py", line 446, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='coffined1.fyre.ibm.com', port=32406): Max retries exceeded with url: /covid?location= (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f94a01cb750>: Failed to establish a new connection: [Errno 61] Connection refused'))
| 0.293471 |
Traceback (most recent call last):
"<string>", line 16, in <module>
"/Users/sashka/.virtualenvs/n/build/numexpr/setup.py", line 16, in <module>
import numpy
ImportError: No module named numpy | Traceback (most recent call last):
"./2_dreaming_time.py", line 325, in <module>
args.preview, args.octaves, args.octavescale, args.iterations, args.jitter, args.zoom, args.stepsize, args.blend, args.layers)
"./2_dreaming_time.py", line 188, in main
jitter=jitter, end = endparam)
"./2_dreaming_time.py", line 77, in deepdream
make_step(net, end=end, clip=clip, **step_params)
"./2_dreaming_time.py", line 41, in make_step
dst = net.blobs[end]KeyError: 'inception_4d/output' | 0.22116 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/celery/worker/pidbox.py", line 38, in on_message
self.node.handle_message(body, message)
"/usr/local/lib/python2.7/site-packages/kombu/pidbox.py", line 133, in handle_message
return self.dispatch(**kwdict(body))
"/usr/local/lib/python2.7/site-packages/kombu/pidbox.py", line 116, in dispatch
ticket=ticket)
"/usr/local/lib/python2.7/site-packages/kombu/pidbox.py", line 139, in reply
serializer=self.mailbox.serializer)
"/usr/local/lib/python2.7/site-packages/kombu/pidbox.py", line 245, in _publish_reply
**opts
"/usr/local/lib/python2.7/site-packages/kombu/messaging.py", line 165, in publish
compression, headers)
"/usr/local/lib/python2.7/site-packages/kombu/messaging.py", line 241, in _prepare
body) = dumps(body, serializer=serializer)
"/usr/local/lib/python2.7/site-packages/kombu/serialization.py", line 164, in dumps
payload = encoder(data)
"/usr/local/lib/python2.7/contextlib.py", line 35, in __exit__
self.gen.throw(type, value, traceback)
"/usr/local/lib/python2.7/site-packages/kombu/serialization.py", line 59, in _reraise_errors
reraise(wrapper, wrapper(exc), sys.exc_info()[2])
"/usr/local/lib/python2.7/site-packages/kombu/serialization.py", line 55, in _reraise_errors
yield
"/usr/local/lib/python2.7/site-packages/kombu/serialization.py", line 164, in dumps
payload = encoder(data)
"/usr/local/lib/python2.7/site-packages/anyjson/__init__.py", line 141, in dumps
return implementation.dumps(value)
"/usr/local/lib/python2.7/site-packages/anyjson/__init__.py", line 87, in dumps
return self._encode(data)
"/usr/local/lib/python2.7/site-packages/simplejson/__init__.py", line 380, in dumps
return _default_encoder.encode(obj)
"/usr/local/lib/python2.7/site-packages/simplejson/encoder.py", line 275, in encode
chunks = self.iterencode(o, _one_shot=True)
"/usr/local/lib/python2.7/site-packages/simplejson/encoder.py", line 357, in iterencode
return _iterencode(o, 0)
"/usr/local/lib/python2.7/site-packages/simplejson/encoder.py", line 252, in default
raise TypeError(repr(o) + " is not JSON serializable") EncodeError: <type 'itertools.cycle'> is not JSON serializable | Traceback (most recent call last):
"/home/seanh/.virtualenvs/ckan/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/seanh/Projects/ckan/ckan/ckan/tests/lib/test_navl.py", line 364, in test_range_validator
assert errors == {'name': [u'Missing value'], 'email': [u'Please enter a number that is 10 or smaller']}, errorsAssertionError: {'email': [u'Bitte geben Sie eine Zahl ein, die kleiner oder gleich 10 ist'], 'name': [u'Missing value']} | 0.120249 |
Traceback (most recent call last):
"/home/amos/anaconda3/lib/python3.7/site-packages/apscheduler/executors/base.py", line 125, in run_job
retval = job.func(*job.args, **job.kwargs)
"/home/amos/Documents/test_project/backend/myapp/utilities.py", line 26, in update_cars
emit("updateCar", updated_car, broadcast=True)
"/home/amos/anaconda3/lib/python3.7/site-packages/flask_socketio/__init__.py", line 752, in emit
namespace = flask.request.namespace
"/home/amos/anaconda3/lib/python3.7/site-packages/werkzeug/local.py", line 347, in __getattr__
return getattr(self._get_current_object(), name)
"/home/amos/anaconda3/lib/python3.7/site-packages/werkzeug/local.py", line 306, in _get_current_object
return self.__local()
"/home/amos/anaconda3/lib/python3.7/site-packages/flask/globals.py", line 37, in _lookup_req_object
raise RuntimeError(_request_ctx_err_msg)
RuntimeError: Working outside of request context.
| Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt\loader.py", line 798, in grains
ret = funcs[ key ](**kwargs)
"c:\salt\var\cache\salt\minion\extmods\grains\win_drives.py", line 7, in get_harddrives
for letter in string.uppercase:
AttributeError: module 'string' has no attribute 'uppercase'
| 0.312466 |
Traceback (most recent call last):
"/home/broot/scratch/miniconda/envs/redis_test/lib/python2.7/site-packages/rq/worker.py", line 588, in perform_job
rv = job.perform()
"/home/broot/scratch/miniconda/envs/redis_test/lib/python2.7/site-packages/rq/job.py", line 498, in perform
self._result = self.func(*self.args, **self.kwargs)
"/home/broot/scratch/miniconda/envs/redis_test/lib/python2.7/site-packages/rq/job.py", line 206, in func
return import_attribute(self.func_name)
"/home/broot/scratch/miniconda/envs/redis_test/lib/python2.7/site-packages/rq/utils.py", line 150, in import_attribute
module = importlib.import_module(module_name)
"/home/broot/scratch/miniconda/envs/redis_test/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
IOError: [Errno 21] Is a directory: '/home/broot/scratch/miniconda/envs/redis_test/lib/python2.7/site-packages/rqsub-1.0.0-py2.7.egg'
| Traceback (most recent call last):
"/home/travis/build/ContinuumIO/bokeh/examples/test_examples.py", line 10, in test_examples
self.assertEqual(proc.wait(), 0)AssertionError: 1 != 0 | 0.276738 |
Traceback (most recent call last):
"D:\dev\DiscordBot\venv\lib\site-packages\youtube_dl\extractor\common.py", line 904, in _parse_json
return json.loads(json_string)
"C:\Program
s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\json\__init__.py", line 348, in loads
return _default_decoder.decode(s)
"C:\Program
s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"C:\Program
s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| Traceback (most recent call last):
"<input>", line 1, in <module>
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 607, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
"C:\OSGEO4~1\apps\Python27\lib\site-packages\h5py\__init__.py", line 43, in <module>
from . import h5a, h5d, h5ds, h5f, h5fd, h5g, h5r, h5s, h5t, h5p, h5z
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 607, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
"h5py\h5p.pxd", line 16, in init h5py.h5a (D:\Build\h5py\h5py-2.7.0\h5py\h5a.c:6968)
"C:/OSGEO4~1/apps/qgis/./python\qgis\utils.py", line 607, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: DLL load failed: ÁöÁ¤µÈ ÇÁ·Î½ÃÀú¸¦ ãÀ» ¼ö ¾ø½À´Ï´Ù.
| 0.228977 |
Traceback (most recent call last):
"/home/brian/.pyenv/versions/3.5.0/lib/python3.5/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
"/home/brian/.pyenv/versions/3.5.0/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/brian/tree/sshuttle/sshuttle/__main__.py", line 212, in <module>
opt.syslog, opt.daemon, opt.pidfile)
"/home/brian/tree/sshuttle/sshuttle/client.py", line 648, in main
daemon)
"/home/brian/tree/sshuttle/sshuttle/client.py", line 488, in _main
ssnet.runonce(handlers, mux)
"/home/brian/tree/sshuttle/sshuttle/ssnet.py", line 575, in runonce
h.callback(s)
"/home/brian/tree/sshuttle/sshuttle/client.py", line 119, in <lambda>
lambda sock: callback(sock, method, mux, handlers)
"/home/brian/tree/sshuttle/sshuttle/client.py", line 380, in ondns
expire_connections(now, mux)
"/home/brian/tree/sshuttle/sshuttle/client.py", line 280, in expire_connections
for chan, timeout in dnsreqs.items():RuntimeError: dictionary changed size during iteration | Traceback (most recent call last):
"/usr/bin/salt-call", line 21, in <module>
main()
"/usr/bin/salt-call", line 17, in main
client.run()
"/usr/lib/python2.7/site-packages/salt/cli/**init**.py", line 672, in run
caller.run()
"/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 107, in run
ret = self.call()
"/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 42, in call
_self.opts['arg']
"/usr/lib/python2.7/site-packages/salt/modules/state.py", line 79, in highstate
return st_.call_highstate()
"/usr/lib/python2.7/site-packages/salt/state.py", line 1000, in call_highstate
return self.state.call_high(high)
"/usr/lib/python2.7/site-packages/salt/state.py", line 695, in call_high
ret = self.format_verbosity(self.call_chunks(chunks))
"/usr/lib/python2.7/site-packages/salt/state.py", line 531, in call_chunks
running = self.call_chunk(low, running, chunks)
"/usr/lib/python2.7/site-packages/salt/state.py", line 626, in call_chunk
running = self.call_chunk(chunk, running, chunks)
"/usr/lib/python2.7/site-packages/salt/state.py", line 672, in call_chunk
running[tag] = self.call(low)
"/usr/lib/python2.7/site-packages/salt/state.py", line 515, in call
ret = self.states[cdata['full']](_cdata['args'])
"/usr/lib/python2.7/site-packages/salt/states/pkg.py", line 48, in installed
skip_verify=skip_verify)
"/usr/lib/python2.7/site-packages/salt/modules/yumpkg.py", line 207, in install
for opt in opts:NameError: global name 'opts' is not defined | 0.284293 |
Traceback (most recent call last):
"/root/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/root/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/root/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/root/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/root/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/root/w3af/w3af/core/ui/gui/scanrun.py", line 247, in __init__
description = self.get_notebook_description()
"/root/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView' | Traceback (most recent call last):
"/home/larsis/apps/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extr
ie_result = ie.extract(url)
"/home/larsis/apps/youtube-dl/youtube_dl/extractor/common.py", line 161,
return self._real_extract(url)
"/home/larsis/apps/youtube-dl/youtube_dl/extractor/youtube.py", line 1763
if info['paging'] is None:KeyError: 'paging' | 0.231162 |
Traceback (most recent call last):
"setup.py", line 25, in <module>
entry_points={'console_scripts':['iftttbot=iftttbot.cmd:cli']}
"/usr/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3.6/site-packages/setuptools/command/install.py", line 67, in run
self.do_egg_install()
"/usr/lib/python3.6/site-packages/setuptools/command/install.py", line 117, in do_egg_install
cmd.run()
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 410, in run
self.easy_install(spec, not self.no_deps)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 646, in easy_install
return self.install_item(None, spec, tmpdir, deps, True)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 697, in install_item
self.process_distribution(spec, dist, deps)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 742, in process_distribution
[requirement], self.local_index, self.easy_install
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 850, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1122, in best_match
return self.obtain(req, installer)
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1134, in obtain
return installer(requirement)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 665, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 695, in install_item
dists = self.install_eggs(spec, download, tmpdir)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 876, in install_eggs
return self.build_and_install(setup_script, setup_base)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 1115, in build_and_install
self.run_setup(setup_script, setup_base, args)
"/usr/lib/python3.6/site-packages/setuptools/command/easy_install.py", line 1101, in run_setup
run_setup(setup_script, args)
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 251, in run_setup
raise
"/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 198, in setup_context
yield
"/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 169, in save_modules
saved_exc.resume()
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 144, in resume
six.reraise(type, exc, self._tb)
"/usr/lib/python3.6/site-packages/pkg_resources/_vendor/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 157, in save_modules
yield saved
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 198, in setup_context
yield
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 248, in run_setup
DirectorySandbox(setup_dir).run(runner)
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 278, in run
return func()
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 246, in runner
_execfile(setup_script, ns)
"/usr/lib/python3.6/site-packages/setuptools/sandbox.py", line 47, in _execfile
exec(code, globals, locals)
"/tmp/easy_install-xrxw16sy/gevent-1.3a1/setup.py", line 44, in <module>
"/tmp/easy_install-xrxw16sy/gevent-1.3a1/_setuplibev.py", line 94, in <module>
"/tmp/easy_install-xrxw16sy/gevent-1.3a1/_setuputils.py", line 168, in cythonize1
TypeError: cythonize() got an unexpected keyword argument 'include_path'
| Traceback (most recent call last):
"/home/virtualenv/wale/local/lib/python2.7/site-packages/gevent/greenlet.py", line 390, in run
result = self._run(*self.args, **self.kwargs)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/wal_e/worker/s3_worker.py", line 281, in write_and_close_thread
key.get_contents_to_file(stream)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/boto/s3/key.py", line 1513, in get_contents_to_file
response_headers=response_headers)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/boto/s3/key.py", line 1353, in get_file
query_args=None)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/boto/s3/key.py", line 1406, in _get_file_internal
for bytes in self:
"/home/virtualenv/wale/local/lib/python2.7/site-packages/boto/s3/key.py", line 361, in next
data = self.resp.read(self.BufferSize)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/boto/connection.py", line 412, in read
return httplib.HTTPResponse.read(self, amt)
"/usr/lib/python2.7/httplib.py", line 561, in read
s = self.fp.read(amt)
"/usr/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/gevent/ssl.py", line 232, in recv
return self.read(buflen)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/gevent/ssl.py", line 116, in read
wait_read(self.fileno(), timeout=self.timeout, timeout_exc=_SSLErrorReadTimeout, event=self._read_event)
"/home/virtualenv/wale/local/lib/python2.7/site-packages/gevent/socket.py", line 169, in wait_read
switch_result = get_hub().switch()
"/home/virtualenv/wale/local/lib/python2.7/site-packages/gevent/hub.py", line 164, in switch
return greenlet.switch(self)SSLError: The read operation timed out | 0.327274 |
Traceback (most recent call last):
"train_SyncBN.py", line 151, in <module>
loss = criterion(outputs, labels)
"/home/phd-1/.conda/envs/pytorch-0.41/lib/python3.6/site-packages/torch/nn/modules/module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"/home/phd-1/.conda/envs/pytorch-0.41/lib/python3.6/site-packages/encoding/parallel.py", line 134, in forward
outputs = _criterion_parallel_apply(replicas, inputs, targets, kwargs)
"/home/phd-1/.conda/envs/pytorch-0.41/lib/python3.6/site-packages/encoding/parallel.py", line 188, in _criterion_parallel_apply
raise output
"/home/phd-1/.conda/envs/pytorch-0.41/lib/python3.6/site-packages/encoding/parallel.py", line 163, in _worker
output = module(*(input + target), **kwargs)
TypeError: add() received an invalid combination of arguments - got (tuple), but expected one of:
| Traceback (most recent call last):
"/home/patrys/Apps/sublime_text_3/sublime_plugin.py", line 358, in on_query_completions
res = callback.on_query_completions(v, prefix, locations)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/sublime_jedi.py", line 291, in on_query_completions
completions = self.get_completions(view, locations)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/sublime_jedi.py", line 307, in get_completions
completions = self.completions_from_script(script, view) +\
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/sublime_jedi.py", line 201, in completions_from_script
completions = script.complete()
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/api_classes.py", line 44, in wrapper
result = func(*args, **kwds)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/api.py", line 94, in complete
scopes = list(self._prepare_goto(path, True))
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/api.py", line 189, in _prepare_goto
scopes = evaluate.follow_statement(stmt)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/recursion.py", line 31, in __call__
result = self.func(stmt, *args, **kwargs)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/cache.py", line 100, in wrapper
rv = function(*args, **kwargs)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/evaluate.py", line 584, in follow_statement
result = follow_call_list(commands)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/common.py", line 58, in wrapper
reraise(UncaughtAttributeError(exc_info[1]), exc_info[2])
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/_compatibility.py", line 145, in reraise
raise exception.with_traceback(traceback)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/common.py", line 55, in wrapper
return func(*args, **kwds)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/evaluate.py", line 657, in follow_call_list
result += follow_call(call)
"/home/patrys/.config/sublime-text-3/Packages/SublimeJEDI/jedi/evaluate.py", line 673, in follow_call
while not s.parent.isinstance(pr.IsScope):jedi.common.UncaughtAttributeError: 'NoneType' object has no attribute 'isinstance' | 0.313097 |
Traceback (most recent call last):
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module>
include(settings_file, optional(settings_files), scope=locals())
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include
exec(compiled_code, scope)
# noqa: S102, WPS421
"/etc/tower/settings.py", line 19, in <module>
SECRET_KEY = get_secret()
"/etc/tower/settings.py", line 8, in get_secret
return open('/etc/tower/SECRET_KEY', 'rb').read().strip()
IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
| Details: Traceback (most recent call last):
"/opt/zato/2.0.7/zato-server/src/zato/server/connection/http_soap/channel.py", line 198, in dispatch
payload, worker_store, self.simple_io_config, post_data)
"/opt/zato/2.0.7/zato-server/src/zato/server/connection/http_soap/channel.py", line 350, in handle
params_priority=channel_item.params_pri)
"/opt/zato/2.0.7/zato-server/src/zato/server/service/__init__.py", line 401, in update_handle
self._invoke(service, channel)
"/opt/zato/2.0.7/zato-server/src/zato/server/service/__init__.py", line 344, in _invoke
service.handle()
"/opt/zato/2.0.7/zato-server/src/zato/server/service/internal/service.py", line 271, in handle
response = func(id_, payload, channel, data_format, transport, serialize=True)
"/opt/zato/2.0.7/zato-server/src/zato/server/service/__init__.py", line 499, in invoke
return self.invoke_by_impl_name(self.server.service_store.name_to_impl_name[name], *args, **kwargs)
"/opt/zato/2.0.7/zato-server/src/zato/server/service/__init__.py", line 483, in invoke_by_impl_name
return self.update_handle(*invoke_args, **kwargs)
"/opt/zato/2.0.7/zato-server/src/zato/server/service/__init__.py", line 401, in update_handle
self._invoke(service, channel)
"/opt/zato/2.0.7/zato-server/src/zato/server/service/__init__.py", line 344, in _invoke
service.handle()
"/opt/zato/env/qs-1/server2/work/hot-deploy/current/loadosm.py", line 121, in handle
response = infoget_terms.conn.get(self.cid, request)
"/opt/zato/2.0.7/zato-server/src/zato/server/connection/http_soap/outgoing.py", line 326, in get
return self.http_request('GET', cid, None, params, *args, **kwargs)
"/opt/zato/2.0.7/zato-server/src/zato/server/connection/http_soap/outgoing.py", line 297, in http_request
address, qs_params = self.format_address(cid, params)
"/opt/zato/2.0.7/zato-server/src/zato/server/connection/http_soap/outgoing.py", line 222, in format_address
path_params[name] = params.pop(name)AttributeError: 'str' object has no attribute 'pop' | 0.189742 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"env/lib/python2.7/site-packages/agate/table.py", line 1106, in print_table
print_table(self, max_rows, max_columns, output)
"env/lib/python2.7/site-packages/agate/preview.py", line 67, in print_table
max_places = max_precision(c[:max_rows])
"env/lib/python2.7/site-packages/agate/utils.py", line 149, in max_precision
places = value.normalize().as_tuple().exponent * -1AttributeError: 'int' object has no attribute 'normalize' |
<pre id="traceback">Traceback (most recent call last):
"/usr/lib/python2.4/site-packages/CherryPy-3.0.0-py2.4.egg/cherrypy/_cprequest.py", line 316, in respond
self.process_headers()
"/usr/lib/python2.4/site-packages/CherryPy-3.0.0-py2.4.egg/cherrypy/_cprequest.py", line 389, in process_headers
host = dict.__getitem__(headers, 'Host')KeyError: 'Host' | 0.089183 |
Traceback (most recent call last):
"/home/hayley/miniconda3/lib/python3.8/site-packages/urllib3/contrib/pyopenssl.py", line 313, in recv_into
return self.connection.recv_into(*args, **kwargs)
"/home/hayley/miniconda3/lib/python3.8/site-packages/OpenSSL/SSL.py", line 1840, in recv_into
self._raise_ssl_error(self._ssl, result)
"/home/hayley/miniconda3/lib/python3.8/site-packages/OpenSSL/SSL.py", line 1663, in _raise_ssl_error
raise SysCallError(errno, errorcode.get(errno))
OpenSSL.SSL.SysCallError: (104, 'ECONNRESET')
| Traceback (most recent call last):
"bin/podman-compose", line 11, in <module>
load_entry_point('podman-compose', 'console_scripts', 'podman-compose')()
"podman-compose/podman_compose.py", line 1374, in main
podman_compose.run()
"podman-compose/podman_compose.py", line 797, in run
self._parse_compose_file()
"podman-compose/podman_compose.py", line 877, in _parse_compose_file
content = normalize(content)
"podman-compose/podman_compose.py", line 719, in normalize
services = compose.get("services", None) or {}
AttributeError: 'NoneType' object has no attribute 'get'
| 0.209317 |
"stderr": "Traceback (most recent call last):\n
\"/opt/stackstorm/st2/lib/python2.7/site-packages/python_runner/python_action_wrapper.py\", line 334, in <module>\n
obj.run()\n
\"/opt/stackstorm/st2/lib/python2.7/site-packages/python_runner/python_action_wrapper.py\", line 193, in run\n
output = action.run(**self._parameters)\n
\"/opt/stackstorm/packs/packs/actions/pack_mgmt/download.py\", line 74, in run\n
logger=self.logger)\n
\"/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/util/pack_management.py\", line 129, in download_pack\n
verify_pack_version(pack_dir=abs_local_path)\n
\"/opt/stackstorm/st2/lib/python2.7/site-packages/st2common/util/pack_management.py\", line 403, in verify_pack_version\n
raise ValueError(msg)\nValueError: Pack \"sentinelone\" requires Python 3.x, but current Python version is \"2.7.5\". You can override this restriction by providing the \"force\" flag, but the pack is not guaranteed to work.\n",
"stdout": ""
| Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/billiard/pool.py", line 1175, in mark_as_worker_lost
human_status(exitcode)),billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 6 (SIGIOT). | 0.21 |
Traceback (most recent call last):
"/home/[...]/pyqtgraph/pyqtgraph/flowchart/Flowchart.py", line 893, in selectionChanged
self.ctrl.select(n)
"/home/[...]/pyqtgraph/pyqtgraph/flowchart/Flowchart.py", line 763, in select
item = self.items[node]
KeyError: <Node Input @7f28bade51f8>
| Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\plots\widgets\figurebrowser.py", line 421, in _handle_new_figure
self.thumbnails_sb.add_thumbnail(fig, fmt)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\plots\widgets\figurebrowser.py", line 866, in add_thumbnail
self.set_current_thumbnail(thumbnail)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\plots\widgets\figurebrowser.py", line 942, in set_current_thumbnail
thumbnail.highlight_canvas(thumbnail == self.current_thumbnail)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\plots\widgets\figurebrowser.py", line 1035, in highlight_canvas
qdarkstyle.palette.DarkPalette.COLOR_SELECTION_LIGHTAttributeError: module 'qdarkstyle.palette' has no attribute 'DarkPalette' | 0.186384 |
Traceback (most recent call last):
"qm7.py", line 46, in <module>
model.fit(train_dataset, nb_epoch=10)
"/home/sg-ai-06/.conda/envs/deepchem_200_cpu_py36/lib/python3.6/site-packages/deepchem/models/tensorgraph/tensor_graph.py", line 150, in fit
max_checkpoints_to_keep, checkpoint_interval, restore, submodel)
"/home/sg-ai-06/.conda/envs/deepchem_200_cpu_py36/lib/python3.6/site-packages/deepchem/models/tensorgraph/tensor_graph.py", line 207, in fit_generator
for feed_dict in self._create_feed_dicts(feed_dict_generator, True):
"/home/sg-ai-06/.conda/envs/deepchem_200_cpu_py36/lib/python3.6/site-packages/deepchem/models/tensorgraph/tensor_graph.py", line 840, in _create_feed_dicts
for d in generator:
"/home/sg-ai-06/.conda/envs/deepchem_200_cpu_py36/lib/python3.6/site-packages/deepchem/models/tensorgraph/models/graph_models.py", line 317, in default_generator
num_atoms = list(map(sum, X_b.astype(bool)[:, :, 0]))
IndexError: too many indices for array
| Traceback (most recent call last):
"C:\Anaconda3\envs\py3.6\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str
return s.decode(sys.__stdout__.encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf6 in position 137: invalid start byte
| 0.254696 |
Traceback (most recent call last):
"/home/remco/pokemap/PokemonGo-Map-3.0.0/pogom/search.py", line 236, in search_worker_thread
parsed = parse_map(response_dict, step_location)
"/home/remco/pokemap/PokemonGo-Map-3.0.0/pogom/models.py", line 326, in parse_map
send_to_webhook('pokemon', webhook_data)
"/home/remco/pokemap/PokemonGo-Map-3.0.0/pogom/utils.py", line 283, in send_to_webhook
except requests.exceptions.ReadTimeout:AttributeError: 'module' object has no attribute 'ReadTimeout' |
Traceback (most recent call last):
"/usr/lib/python2.6/doctest.py", line 1253, in __run
compileflags, 1) in test.globs
"<doctest sklearn.metrics.metrics.log_loss[0]>", line 1, in <module>
log_loss(["spam", "ham", "ham", "spam"],
# doctest: +ELLIPSIS
NameError: name 'log_loss' is not defined | 0.265152 |
Traceback (most recent call last):
"/home/icarus/skip_thoughts/bazel-bin/skip_thoughts/vocabulary_expansion.runfiles/__main__/skip_thoughts/vocabulary_expansion.py", line 205, in <module>
tf.app.run()
"/home/icarus/anaconda2/envs/deep_learning/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 44, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"/home/icarus/skip_thoughts/bazel-bin/skip_thoughts/vocabulary_expansion.runfiles/__main__/skip_thoughts/vocabulary_expansion.py", line 181, in main
skip_thoughts_vocab = _load_vocabulary(FLAGS.skip_thoughts_vocab)
"/home/icarus/skip_thoughts/bazel-bin/skip_thoughts/vocabulary_expansion.runfiles/__main__/skip_thoughts/vocabulary_expansion.py", line 115, in _load_vocabulary
assert word not in vocab, "Attempting to add word twice: %s" % word
AssertionError: Attempting to add word twice:
| Traceback (most recent call last):
".\threading.py", line 532, in __bootstrap_inner
".\Package Control.py", line 4608, in run
".\Package Control.py", line 4650, in upgrade_packages
".\Package Control.py", line 3681, in rename_packages
".\Package Control.py", line 2845, in list_available_packages
".\Package Control.py", line 2766, in list_repositories
".\Package Control.py", line 837, in get_repositories
".\Package Control.py", line 804, in fetch_channel
".\Package Control.py", line 2630, in download_urlAttributeError: 'NoneType' object has no attribute 'lower' | 0.240744 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe2 in position 10: invalid continuation byte | Traceback (most recent call last):
"finetune.py", line 273, in <module>
fine_tuner.train(epoches = 3)
"finetune.py", line 164, in train
self.train_epoch(optimizer)
"finetune.py", line 181, in train_epoch
for batch, label in self.train_data_loader:
"/home/my/anaconda2/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 212, in __next__
return self._process_next_batch(batch)
"/home/my/anaconda2/lib/python2.7/site-packages/torch/utils/data/dataloader.py", line 239, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
RuntimeError: Traceback (most recent call last):
| 0.246589 |
Traceback (most recent call last):
"\sqla_bug\bugreport.py", line 24, in <module>
Base.metadata.create_all(engine)
"\sqla_bug\sqlalchemy\schema.py", line 2781,in create_all
tables=tables)
"\sqla_bug\sqlalchemy\engine\base.py", line 1475, in _run_visitor
conn._run_visitor(visitorcallable, element, **kwargs)
"\sqla_bug\sqlalchemy\engine\base.py", line 1118, in _run_visitor
**kwargs).traverse_single(element)
"\sqla_bug\sqlalchemy\sql\visitors.py", line 108, in traverse_single
return meth(obj, **kw)
"\sqla_bug\sqlalchemy\engine\ddl.py", line 70, in visit_metadata
self.traverse_single(table, create_ok=True)
"\sqla_bug\sqlalchemy\sql\visitors.py", line 108, in traverse_single
return meth(obj, **kw)
"\sqla_bug\sqlalchemy\engine\ddl.py", line 93, in visit_table
self.traverse_single(index)
"\sqla_bug\sqlalchemy\sql\visitors.py", line 108, in traverse_single
return meth(obj, **kw)
"\sqla_bug\sqlalchemy\engine\ddl.py", line 105, in visit_index
self.connection.execute(schema.CreateIndex(index))
"\sqla_bug\sqlalchemy\engine\base.py", line662, in execute
params)
"\sqla_bug\sqlalchemy\engine\base.py", line720, in _execute_ddl
compiled
"\sqla_bug\sqlalchemy\engine\base.py", line876, in _execute_context
context)
"\sqla_bug\sqlalchemy\engine\base.py", line1023, in _handle_dbapi_exception
util.reraise(*exc_info)
"\sqla_bug\sqlalchemy\engine\base.py", line869, in _execute_context
context)
"\sqla_bug\sqlalchemy\engine\default.py", line 326, in do_execute
cursor.execute(statement, parameters)
KeyError: 'param_1' | Traceback (most recent call last):
"/usr/local/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/medusa/scene_exceptions.py#L421">medusa/scene_exceptions.py</a>", line 421, in _get_anidb_exceptions
cache_path=join(app.CACHE_DIR, 'adba')
"/usr/local/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/ext/adba/aniDBAbstracter.py#L122">ext/adba/aniDBAbstracter.py</a>", line 122, in __init__
self.aid = self.tvDBMap.get_anidb_for_tvdb(self.tvdb_id)
"/usr/local/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/ext/adba/aniDBtvDBmaper.py#L30">ext/adba/aniDBtvDBmaper.py</a>", line 30, in get_anidb_for_tvdb
return self._get_x_for_y(tvdb_id, "tvdbid", "anidbid")
"/usr/local/medusa/<a href="../blob/918cfe7ce01808499585ffe6c1356fd5ed369f76/ext/adba/aniDBtvDBmaper.py#L35">ext/adba/aniDBtvDBmaper.py</a>", line 35, in _get_x_for_y
for anime in self.xmlMap.findall("anime"):AttributeError: 'NoneType' object has no attribute 'findall' | 0.181403 |
Traceback (most recent call last):
".../GitPython-2.1.7/git/test/lib/helper.py", line 366, in setUpClass
cls.rorepo = Repo(GIT_REPO)
".../GitPython-2.1.7/git/repo/base.py", line 167, in __init__
raise InvalidGitRepositoryError(epath)
git.exc.InvalidGitRepositoryError: .../GitPython-2.1.7
| Traceback (most recent call last):
"/root/virtualenv/salt-dev/bin/salt-call", line 9, in <module>
load_entry_point('salt==0.16.0-3207-g725acec', 'console_scripts', 'salt-call')()
"/root/salt-dlanderson/salt/scripts.py", line 76, in salt_call
client.run()
"/root/salt-dlanderson/salt/cli/__init__.py", line 301, in run
caller.run()
[0/141684]
"/root/salt-dlanderson/salt/cli/caller.py", line 136, in run
ret = self.call()
"/root/salt-dlanderson/salt/cli/caller.py", line 77, in call
ret['return'] = func(*args, **kwargs)
"/root/salt-dlanderson/salt/modules/cmdmod.py", line 465, in run
timeout=timeout)['stdout']
"/root/salt-dlanderson/salt/modules/cmdmod.py", line 325, in _run
proc = salt.utils.timed_subprocess.TimedProc(cmd, **kwargs)
"/root/salt-dlanderson/salt/utils/timed_subprocess.py", line 23, in __init__
self.process = subprocess.Popen(args, **kwargs)
"/usr/lib/python2.7/subprocess.py", line 679, in __init__
errread, errwrite)
"/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory: 'blah' | 0.307205 |
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):
"gencrypto.py", line 2, in <module>
from cryptography.hazmat.primitives.asymmetric import dh
"/home/xxxxx/.local/lib/python3.8/site-packages/cryptography/hazmat/primitives/asymmetric/dh.py", line 11, in <module>
from cryptography.hazmat.primitives import serialization
"/home/xxxxx/.local/lib/python3.8/site-packages/cryptography/hazmat/primitives/serialization/__init__.py", line 15, in <module>
from cryptography.hazmat.primitives.serialization.base import (
"/home/xxxxx/.local/lib/python3.8/site-packages/cryptography/hazmat/primitives/serialization/base.py", line 28, in <module>
def load_pem_parameters(data: bytes, backend=None) -> dh.DHParameters:
AttributeError: partially initialized module 'cryptography.hazmat.primitives.asymmetric.dh' has no attribute 'DHParameters' (most likely due to a circular import)
| 0.249782 |
Traceback (most recent call last):
"/home/galaxy/bcbio-dev/anaconda/bin/bcbio_nextgen.py", line 221, in <module>
install.upgrade_bcbio(kwargs["args"])
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 73, in upgrade_bcbio
_update_bcbiovm()
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 248, in _update_bcbiovm
conda_bin, env_name = _add_environment("bcbiovm", "python=2")
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 264, in _add_environment
"--name {addenv} {deps}".format(**locals()), shell=True)
"/home/galaxy/bcbio-dev/anaconda/lib/python2.7/subprocess.py", line 186, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '/home/galaxy/bcbio-dev/anaconda/bin/conda create --no-default-packages -y --name bcbiovm python=2' returned non-zero exit status 1
| Traceback (most recent call last):
"PPOCRLabel.py", line 34, in <module>
from paddleocr import PaddleOCR
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddleocr/__init__.py", line 16, in <module>
from .paddleocr import PaddleOCR
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddleocr/paddleocr.py", line 28, in <module>
from tools.infer import predict_system
"../tools/infer/predict_system.py", line 21, in <module>
import tools.infer.utility as utility
"../tools/infer/utility.py", line 17, in <module>
from ppocr.utils.utility import initial_logger
"../ppocr/utils/utility.py", line 19, in <module>
import paddle
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddle/__init__.py", line 275, in <module>
import paddle.vision
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddle/vision/__init__.py", line 18, in <module>
from . import transforms
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddle/vision/transforms/__init__.py", line 15, in <module>
from . import transforms
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddle/vision/transforms/transforms.py", line 29, in <module>
from . import functional as F
"/opt/anaconda3/envs/py3.6/lib/python3.6/site-packages/paddle/vision/transforms/functional.py", line 84, in <module>
def resize(img, size, interpolation=cv2.INTER_LINEAR):
AttributeError: module 'cv2' has no attribute 'INTER_LINEAR'
| 0.265464 |
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):
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 261, in main
old_handlers)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 297, in _serve_one
code = spawn._main(child_r)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 114, in _main
prepare(preparation_data)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 225, in prepare
_fixup_main_from_path(data['init_main_from_path'])
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 277, in _fixup_main_from_path
run_name="__mp_main__")
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 261, in run_path
code, fname = _get_code_from_file(run_name, path_name)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 231, in _get_code_from_file
with open(fname, "rb") as f:
NotFoundError: [Errno 2] No such file or directory: '/Users/123456/PycharmProjects/Data_folder/<input>'
| 0.257954 |
Traceback (most recent call last):
"/usr/lib/pybossa/env/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
"/usr/lib/pybossa/env/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/lib/pybossa/env/lib/python2.7/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
"/usr/lib/pybossa/env/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/lib/pybossa/env/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
"/usr/lib/pybossa/env/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"./pybossa/view/projects.py", line 561, in details
project = add_custom_contrib_button_to(project, get_user_id_or_ip(), ps=ps)
"./pybossa/cache/helpers.py", line 93, in add_custom_contrib_button_to
**user_id_or_ip)
"./pybossa/cache/helpers.py", line 76, in check_contributing_state
if ps.overall_progress >= 100:
AttributeError: 'NoneType' object has no attribute 'overall_progress'
| Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\widgets\namespacebrowser.py", line 63, in refresh_namespacebrowser
callback=self.set_namespace_view
"C:\ProgramData\Anaconda3\lib\site-packages\spyder_kernels\comms\commbase.py", line 538, in __call__
call_dict, call_data, self._comm_id)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 130, in _get_call_return_value
with self.comm_channel_manager(comm_id, queue_message=not interrupt):
"C:\ProgramData\Anaconda3\lib\contextlib.py", line 112, in __enter__
return next(self.gen)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 87, in comm_channel_manager
timeout)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 168, in _wait
raise TimeoutError(timeout_msg)TimeoutError: Timeout while waiting for comm port. | 0.269453 |
Traceback (most recent call last):
"check.py", line 19, in <module>
tvm_graph, tvm_lib, tvm_params = relay.build_module.build(mod, target, params=params)
"/Users/luyaor/Documents/tvm/python/tvm/relay/build_module.py", line 275, in build
graph_json, mod, params = bld_mod.build(mod, target, target_host, params)
"/Users/luyaor/Documents/tvm/python/tvm/relay/build_module.py", line 138, in build
self._build(mod, target, target_host)
"/Users/luyaor/Documents/tvm/python/tvm/_ffi/_ctypes/packed_func.py", line 237, in __call__
raise get_last_ffi_error()
tvm._ffi.base.TVMError: Traceback (most recent call last):
| Traceback (most recent call last):
"<stdin>", line 1, in <module>TypeError: no ordering relation is defined for complex numbers | 0.159853 |
Traceback (most recent call last):
"/var/www/html/MC_PY/mc_modeling/modeling.py", line 26, in main
alg.fit()
"/var/www/html/MC_PY/mc_modules/mc_automl/base.py", line 456, in fit
self.train()
"/var/www/html/MC_PY/mc_modules/mc_automl/classification.py", line 60, in train
self.automl.fit(self.X_train.copy(), self.y_train.copy(), metric=self.metric, feat_type=self.feature_type)
"/root/anaconda3/lib/python3.6/site-packages/autosklearn/estimators.py", line 466, in fit
dataset_name=dataset_name,
"/root/anaconda3/lib/python3.6/site-packages/autosklearn/estimators.py", line 248, in fit
self._automl.fit(*args, **kwargs)
"/root/anaconda3/lib/python3.6/site-packages/autosklearn/automl.py", line 954, in fit
only_return_configuration_space=only_return_configuration_space,
"/root/anaconda3/lib/python3.6/site-packages/autosklearn/automl.py", line 199, in fit
only_return_configuration_space,
"/root/anaconda3/lib/python3.6/site-packages/autosklearn/automl.py", line 461, in _fit
_proc_smac.run_smbo()
"/root/anaconda3/lib/python3.6/site-packages/autosklearn/smbo.py", line 501, in run_smbo
smac.optimize()
"/root/anaconda3/lib/python3.6/site-packages/smac/facade/smac_facade.py", line 400, in optimize
incumbent = self.solver.run()
"/root/anaconda3/lib/python3.6/site-packages/smac/optimizer/smbo.py", line 180, in run
challengers = self.choose_next(X, Y)
"/root/anaconda3/lib/python3.6/site-packages/smac/optimizer/smbo.py", line 247, in choose_next
incumbent_value = self.runhistory.get_cost(self.incumbent)
"/root/anaconda3/lib/python3.6/site-packages/smac/runhistory/runhistory.py", line 271, in get_cost
config_id = self.config_ids[config]
KeyError: None
| Traceback (most recent call last):
"/usr/lib/python2.7/SocketServer.py", line 599, in process_request_thread
self.finish_request(request, client_address)
"/home/lh/openshift/XX-Net/goagent/3.1.49/local/proxy.py", line 108, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python2.7/SocketServer.py", line 655, in **init**
self.handle()
"/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
self.handle_one_request()
"/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
method()
"/home/lh/openshift/XX-Net/goagent/3.1.49/local/proxy_handler.py", line 129, in do_CONNECT
return self.do_CONNECT_DIRECT()
"/home/lh/openshift/XX-Net/goagent/3.1.49/local/proxy_handler.py", line 337, in do_CONNECT_DIRECT
direct_handler.handler(self.command, host, path, request_headers, payload, self.wfile)
"/home/lh/openshift/XX-Net/goagent/3.1.49/local/direct_handler.py", line 91, in handler
except OpenSSL.SysCallError as e:## AttributeError: 'module' object has no attribute 'SysCallError' | 0.302573 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py", line 198, in on_scheme_callback
resp = rt.dispatch(self, scheme_request.get_uri())
"/usr/lib/python3.8/site-packages/ulauncher/utils/Router.py", line 49, in dispatch
return callback(context, url_params)
"/usr/lib/python3.8/site-packages/ulauncher/ui/windows/PreferencesUlauncherDialog.py", line 436, in prefs_extension_update_prefs
controller = ExtensionServer.get_instance().get_controller(ext_id)
"/usr/lib/python3.8/site-packages/ulauncher/api/server/ExtensionServer.py", line 76, in get_controller
return self.controllers[extension_id]
KeyError: 'com.github.brpaz.ulauncher-brotab'
| Traceback (most recent call last):
"queueHandler.pyc", line 50, in flushQueue
"NVDAHelper.pyc", line 208, in handleInputCandidateListUpdate
"baseObject.pyc", line 34, in __get__
"baseObject.pyc", line 110, in _getPropertyViaCache
"NVDAObjects\inputComposition.pyc", line 147, in _get_name
"NVDAObjects\behaviors.pyc", line 361, in getFormattedCandidateNameKeyError: u'number' | 0.305459 |
Traceback (most recent call last):
"test_androguard_fdroid.py", line 80, in main
r = x()
"C:\Program
s\Anaconda3\lib\site-packages\androguard-2.0-py3.6.egg\androguard\core\bytecodes\dvm.py", line 7755, in save
length = i.get_length()
"C:\Program
s\Anaconda3\lib\site-packages\androguard-2.0-py3.6.egg\androguard\core\bytecodes\dvm.py", line 504, in get_length
return len(self.get_raw())
"C:\Program
s\Anaconda3\lib\site-packages\androguard-2.0-py3.6.egg\androguard\core\bytecodes\dvm.py", line 501, in get_raw
return self.get_obj()
"C:\Program
s\Anaconda3\lib\site-packages\androguard-2.0-py3.6.egg\androguard\core\bytecodes\dvm.py", line 473, in get_obj
self.data_size = len(self.data_off_obj.map_item)
AttributeError: 'list' object has no attribute 'map_item'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1244, in _execute_context
cursor, statement, parameters, context
"/usr/local/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 550, in do_execute
cursor.execute(statement, parameters)
"/usr/local/lib/python3.6/site-packages/pymysql/cursors.py", line 170, in execute
result = self._query(query)
"/usr/local/lib/python3.6/site-packages/pymysql/cursors.py", line 328, in _query
conn.query(q)
"/usr/local/lib/python3.6/site-packages/pymysql/connections.py", line 517, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
"/usr/local/lib/python3.6/site-packages/pymysql/connections.py", line 732, in _read_query_result
result.read()
"/usr/local/lib/python3.6/site-packages/pymysql/connections.py", line 1075, in read
first_packet = self.connection._read_packet()
"/usr/local/lib/python3.6/site-packages/pymysql/connections.py", line 657, in _read_packet
packet_header = self._read_bytes(4)
"/usr/local/lib/python3.6/site-packages/pymysql/connections.py", line 707, in _read_bytes
CR.CR_SERVER_LOST, "Lost connection to MySQL server during query")
pymysql.err.OperationalError: (2013, 'Lost connection to MySQL server during query')
| 0.293493 |
Traceback (most recent call last):
"/home/vader/src/TRIBLER/Tribler/Tribler/pyipv8/ipv8/community.py", line 315, in on_packet
self.decode_map[msg_id](source_address, data)
"/home/vader/src/TRIBLER/Tribler/Tribler/pyipv8/ipv8/messaging/anonymization/community.py", line 659, in on_cell
cell.decrypt(self.crypto, circuit=circuit, relay_session_keys=self.relay_session_keys.get(circuit_id))
"/home/vader/src/TRIBLER/Tribler/Tribler/pyipv8/ipv8/messaging/anonymization/payload.py", line 158, in decrypt
"cell received for circuit_id: %s" % (e, self.message, self.circuit_id))
TypeError: not all arguments converted during string formatting
| Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/luigi/worker.py", line 76, in run
self.task.run()
"top_artists.py", line 19, in run
with self.output().open('w') as output:
"/usr/lib/python2.6/site-packages/luigi/hdfs.py", line 708, in open
return self.format.pipe_writer(HdfsAtomicWritePipe(self.path))
"/usr/lib/python2.6/site-packages/luigi/hdfs.py", line 602, in **init**
mkdir(parent_dir, parents=True, raise_if_exists=False)TypeError: mkdir() got an unexpected keyword argument 'parents' | 0.306609 |
Traceback (most recent call last):
"/home/gw/tmp/svnmailer/build/pyi.linux2/gw_svnmailer/out00-PYZ.pyz/hashlib", line 139, in <module>
"/home/gw/tmp/svnmailer/build/pyi.linux2/gw_svnmailer/out00-PYZ.pyz/hashlib", line 91, in __get_builtin_constructorValueError: unsupported hash type sha256 | Traceback (most recent call last):
"tools/mac/convert.py", line 561, in <module>
main()
"tools/mac/convert.py", line 558, in main
parse_dwarf()
"tools/mac/convert.py", line 398, in parse_dwarf
parser.feed_line(line)
"tools/mac/convert.py", line 129, in feed_line
self.process_statement(**parsed)
"tools/mac/convert.py", line 219, in process_statement
self.id_to_name[statement_id] = [self.base_type_name(data)]
"tools/mac/convert.py", line 101, in base_type_name
return self.tp2vol[data['AT_name']]KeyError: 'sizetype' | 0.291737 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-hzv3yyov/scipy/setup.py", line 265, in <module>
setup_package()
"/tmp/pip-build-hzv3yyov/scipy/setup.py", line 262, in setup_package
setup(**metadata)
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/core.py", line 135, in setup
config = configuration()
"/tmp/pip-build-hzv3yyov/scipy/setup.py", line 182, in configuration
config.add_subpackage('scipy')
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/misc_util.py", line 1002, in add_subpackage
caller_level = 2)
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/misc_util.py", line 971, in get_subpackage
caller_level = caller_level + 1)
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/misc_util.py", line 908, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
"scipy/setup.py", line 15, in configuration
config.add_subpackage('linalg')
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/misc_util.py", line 1002, in add_subpackage
caller_level = 2)
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/misc_util.py", line 971, in get_subpackage
caller_level = caller_level + 1)
"/home/travis/virtualenv/python3.5.0/lib/python3.5/site-packages/numpy/distutils/misc_util.py", line 908, in _get_configuration_from_setup_py
config = setup_module.configuration(*args)
"scipy/linalg/setup.py", line 20, in configuration
raise NotFoundError('no lapack/blas resources found')
numpy.distutils.system_info.NotFoundError: no lapack/blas resources found | Traceback (most recent call last):
"nvda_slave.pyw", line 42, in main
"installer.pyc", line 413, in install
"installer.pyc", line 226, in registerInstallation
"installer.pyc", line 56, in createShortcut
"comtypes\client\lazybind.pyc", line 163, in caller
"comtypes\automation.pyc", line 664, in _invoke
COMError: (-2147352567, 'Eccezione.', (None, None, None, 0, None))
| 0.219456 |
Traceback (most recent call last):
"site-packages/calibre/gui2/device.py", line 201, in do_connect
"site-packages/calibre/devices/usbms/device.py", line 827, in open
"site-packages/calibre/devices/usbms/device.py", line 396, in open_osx
"site-packages/calibre/devices/usbms/device.py", line 386, in osx_bsd_names
"site-packages/calibre/devices/usbms/device.py", line 346, in _osx_bsd_names
DeviceError: Could not detect BSD names for Kindle 2/3/4/Touch/PaperWhite/Voyage Device Interface. Try rebooting.
| Traceback (most recent call last):
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/cmdline.py", line 189, in main
app.build(force_all, filenames)
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/application.py", line 204, in build
self.builder.build_update()
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/builders/__init__.py", line 196, in build_update
'out of date' % len(to_build))
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/builders/__init__.py", line 252, in build
self.write(docnames, list(updated_docnames), method)
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/builders/__init__.py", line 291, in write
doctree = self.env.get_and_resolve_doctree(docname, self)
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/environment.py", line 1228, in get_and_resolve_doctree
self.resolve_references(doctree, docname, builder)
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/environment.py", line 1437, in resolve_references
typ, target, node, contnode)
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/domains/python.py", line 676, in resolve_xref
type, searchmode)
"/home/tibs/bin/sphinx/lib/python2.7/site-packages/Sphinx-1.1.2-py2.7.egg/sphinx/domains/python.py", line 630, in find_obj
if fullname in objects and objects[fullname][1] in objtypes:TypeError: argument of type 'NoneType' is not iterable | 0.251091 |
Traceback (most recent call last):
"nzbToCouchPotato.py", line 147, in <module>
result = nzbToMedia.main(sys.argv, section)
"/Volumes/downloads/SABnzbd/Scripts/nzbToMedia/nzbToMedia.py", line 445, in main
nzbtomedia.initialize(section)
"/Volumes/downloads/SABnzbd/Scripts/nzbToMedia/nzbtomedia/**init**.py", line 203, in initialize
if not config.migrate():
"/Volumes/downloads/SABnzbd/Scripts/nzbToMedia/nzbtomedia/nzbToMediaConfig.py", line 223, in migrate
CFG_OLD.write()
"/Volumes/downloads/SABnzbd/Scripts/nzbToMedia/libs/configobj/configobj.py", line 2123, in write
'ascii'))UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 2014: ordinal not in range(128) | > Error in wsgi app. b'Traceback (most recent call last):\n
"/usr/local/lib/python3.5/dist-packages/mitmproxy/net/wsgi.py", line 155, in serve\n
write(i)\n
"/usr/local/lib/python3.5/dist-packages/mitmproxy/net/wsgi.py", line 124, in write\n
soc.write("HTTP/1.1 {status}\\r\\n".format(status=state["status"]).encode())\nAttributeError: \'NoneType\' object has no attribute \'write\'\n'
> Error in wsgi app. b'Traceback (most recent call last):\n
"/usr/local/lib/python3.5/dist-packages/mitmproxy/net/wsgi.py", line 155, in serve\n
write(i)\n
"/usr/local/lib/python3.5/dist-packages/mitmproxy/net/wsgi.py", line 124, in write\n
soc.write("HTTP/1.1 {status}\\r\\n".format(status=state["status"]).encode())\nAttributeError: \'NoneType\' object has no attribute \'write\'\n'
| 0.307643 |
Traceback (most recent call last):
"openpyxl.py", line 2, in <module>
import openpyxl
"C:\test\openpyxl.py", line 3, in <module>
print(openpyxl.__version__)AttributeError: module 'openpyxl' has no attribute '__version__' | Traceback (most recent call last):
"./manage.py", line 9, in <module>
execute_from_command_line(sys.argv)
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django/core/management/base.py", line 371, in handle
return self.handle_noargs(**options)
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django_extensions/management/commands/pipchecker.py", line 71, in handle_noargs
self.check_github()
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django_extensions/management/commands/pipchecker.py", line 171, in check_github
test_auth = self._urlopen_as_json("https://api.github.com/django/", headers=headers)
"/home/nuklea/.virtualenvs/project/lib/python2.7/site-packages/django_extensions/management/commands/pipchecker.py", line 77, in _urlopen_as_json
return json.loads(urllib2.urlopen(req).read())
"/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
"/usr/lib/python2.7/urllib2.py", line 406, in open
response = meth(req, response)
"/usr/lib/python2.7/urllib2.py", line 519, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python2.7/urllib2.py", line 444, in error
return self._call_chain(*args)
"/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
"/usr/lib/python2.7/urllib2.py", line 527, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)urllib2.HTTPError: HTTP Error 404: Not Found | 0.272765 |
Traceback (most recent call last):
"C:\Users\simone\Anaconda3\lib\site-packages\qtconsole\comms.py", line 177, in comm_msg
comm.handle_msg(msg)
"C:\Users\simone\Anaconda3\lib\site-packages\qtconsole\comms.py", line 265, in handle_msg
return self._msg_callback(msg)
"C:\Users\simone\Anaconda3\lib\site-packages\spyder_kernels\comms\commbase.py", line 331, in _comm_message
msg_dict, buffer)TypeError: _handle_remote_call_reply() missing 1 required positional argument: 'load_exception' | Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 233, in invoke
cmd_result = self.invocation.execute(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 515, in execute
self.commands_loader.load_command_table(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 472, in load_command_table
command_index.update(self.command_table)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/__init__.py", line 588, in update
self.INDEX[self._COMMAND_INDEX_VERSION] = __version__
"/opt/az/lib/python3.6/site-packages/azure/cli/core/_session.py", line 86, in __setitem__
self.save_with_retry()
"/opt/az/lib/python3.6/site-packages/azure/cli/core/_session.py", line 76, in save_with_retry
self.save()
"/opt/az/lib/python3.6/site-packages/azure/cli/core/_session.py", line 65, in save
with codecs_open(self.filename, 'w', encoding=self._encoding) as f:
"/opt/az/lib/python3.6/codecs.py", line 897, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 30] Read-only file system: '/home/******/.azure/commandIndex.json'
| 0.288182 |
Traceback (most recent call last):
"/var/www/mycodo/mycodo/mycodo_daemon.py", line 644, in relay_off
self.controller['Output'].relay_on_off(
AttributeError: 'OutputController' object has no attribute 'relay_on_off'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/joshua/.local/lib/python3.5/site-packages/holodeck/holodeck.py", line 87, in make
return HolodeckEnvironment(**param_dict)
"/home/joshua/.local/lib/python3.5/site-packages/holodeck/environments.py", line 99, in __init__
show_viewport=show_viewport)
"/home/joshua/.local/lib/python3.5/site-packages/holodeck/environments.py", line 626, in __linux_start_process__
loading_semaphore.acquire(10)
posix_ipc.SignalError: The wait was interrupted by a signal
| 0.25326 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/components/notion/__init__.py", line 137, in refresh
await notion.async_update()
"/usr/src/homeassistant/homeassistant/components/notion/__init__.py", line 203, in async_update
for item in result:
TypeError: 'JSONDecodeError' object is not iterable
| Traceback (most recent call last):
"/usr/bin/jrnl", line 9, in <module>
load_entry_point('jrnl==1.0.2', 'console_scripts', 'jrnl')()
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 343, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2309, in load_entry_point
return ep.load()
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2015, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
"/usr/lib/python2.7/site-packages/jrnl/__init__.py", line 15, in <module>
from Journal import Journal
"/usr/lib/python2.7/site-packages/jrnl/Journal.py", line 6, in <module>
import parsedatetime.parsedatetime as pdtImportError: No module named parsedatetime.parsedatetime | 0.290237 |
Traceback (most recent call last):
"./flash_test.py", line 109, in run
result = self.test_function(board.unique_id)
"./flash_test.py", line 121, in flash_test
with ConnectHelper.session_with_chosen_probe(board_id=board_id, **get_session_options()) as session:
"/home/osboxes/stage/pyOCD/pyocd/core/helpers.py", line 199, in session_with_chosen_probe
session.open()
"/home/osboxes/stage/pyOCD/pyocd/core/session.py", line 281, in open
self._board.init()
"/home/osboxes/stage/pyOCD/pyocd/board/board.py", line 66, in init
self.target.init()
"/home/osboxes/stage/pyOCD/pyocd/core/coresight_target.py", line 152, in init
seq.invoke()
"/home/osboxes/stage/pyOCD/pyocd/utility/sequencer.py", line 189, in invoke
resultSequence = call()
"/home/osboxes/stage/pyOCD/pyocd/coresight/dap.py", line 98, in init
self.link.connect()
"/home/osboxes/stage/pyOCD/pyocd/probe/stlink_probe.py", line 90, in connect
self._link.enter_debug(STLink.Protocol.SWD)
"/home/osboxes/stage/pyOCD/pyocd/probe/stlink/stlink.py", line 215, in enter_debug
self._check_status(response)
"/home/osboxes/stage/pyOCD/pyocd/probe/stlink/stlink.py", line 251, in _check_status
raise self._ERROR_CLASSES[status](error_message)
pyocd.core.exceptions.TransferTimeoutError: STLink error (20): DP wait
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
"/usr/lib/python2.7/site-packages/pip/commands/install.py", line 335, in run
wb.build(autobuilding=True)
"/usr/lib/python2.7/site-packages/pip/wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
"/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
"/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 634, in _prepare_file
abstract_dist.prep_for_dist()
"/usr/lib/python2.7/site-packages/pip/req/req_set.py", line 129, in prep_for_dist
self.req_to_install.run_egg_info()
"/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 412, in run_egg_info
self.setup_py, self.name,
"/usr/lib/python2.7/site-packages/pip/req/req_install.py", line 387, in setup_py
import setuptools
# noqa
"/usr/lib/python2.7/site-packages/setuptools/__init__.py", line 12, in <module>
import setuptools.version
"/usr/lib/python2.7/site-packages/setuptools/version.py", line 1, in <module>
import pkg_resources
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 72, in <module>
import packaging.requirements
"/usr/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module>
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: __call__() takes exactly 2 arguments (1 given)
| 0.321742 |
Traceback (most recent call last):
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self.connect_control()
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control
return self._create_connected_socket('control', identity=identity)
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context.instance()
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance
cls._instance = cls(io_threads=io_threads)
"zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Unknown error
| Traceback (most recent call last):
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 571, in body
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1258, in _deserialize
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1267, in _deserialize
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1447, in deserialize_data
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1478, in deserialize_iter
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1478, in <listcomp>
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1460, in deserialize_data
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1298, in _deserialize
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\exceptions.py", line 51, in raise_with_traceback
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1288, in _deserialize
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1078, in rest_key_case_insensitive_extractor
"C:\Users\VSSADM~1\AppData\Local\Temp\pip-install-wl9gly17\msrest\msrest\serialization.py", line 1101, in attribute_key_case_insensitive_extractor
msrest.exceptions.DeserializationError: Unable to deserialize to object: type, AttributeError: 'str' object has no attribute 'get'
| 0.310936 |
Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main
gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable | Traceback (most recent call last):
"tools/train.py", line 110, in <module>
main()
"tools/train.py", line 86, in main
cfg.model, train_cfg=cfg.train_cfg, test_cfg=cfg.test_cfg)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/builder.py", line 43, in build_detector
return build(cfg, DETECTORS, dict(train_cfg=train_cfg, test_cfg=test_cfg))
"/home/workspaces/code/Detection/mmdetection/mmdet/models/builder.py", line 15, in build
return build_from_cfg(cfg, registry, default_args)
"/home/workspaces/code/Detection/mmdetection/mmdet/utils/registry.py", line 76, in build_from_cfg
return obj_cls(**args)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/detectors/cascade_rcnn.py", line 87, in __init__
self.init_weights(pretrained=pretrained)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/detectors/cascade_rcnn.py", line 95, in init_weights
self.backbone.init_weights(pretrained=pretrained)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/backbones/resnet.py", line 499, in init_weights
load_checkpoint(self, pretrained, strict=False, logger=logger)
"/opt/conda/lib/python3.6/site-packages/mmcv/runner/checkpoint.py", line 163, in load_checkpoint
checkpoint = load_url_dist(model_urls[model_name])
"/opt/conda/lib/python3.6/site-packages/mmcv/runner/checkpoint.py", line 120, in load_url_dist
return checkpoint
UnboundLocalError: local variable 'checkpoint' referenced before assignment | 0.161029 |
Traceback (most recent call last):
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/jobs/runners/__init__.py", line 137, in run_next
method(arg)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/jobs/runners/__init__.py", line 475, in fail_job
job_state.job_wrapper.fail(getattr(job_state, 'fail_message', 'Job failed'), exception=exception)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/jobs/__init__.py", line 1293, in fail
self.tool.job_failed(self, message, exception)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/tools/__init__.py", line 2467, in job_failed
return self.exec_after_process(job_wrapper.app, inp_data, {}, job_wrapper.get_param_dict(), job=job)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/tools/__init__.py", line 2441, in exec_after_process
external_metadata.load_metadata(dataset, name, sa_session, working_directory=working_directory)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/metadata/__init__.py", line 212, in load_metadata
self._load_metadata_from_path(dataset, metadata_output_path, working_directory, remote_metadata_directory)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/metadata/__init__.py", line 89, in _load_metadata_from_path
dataset.metadata.from_JSON_dict(metadata_output_path, path_rewriter=path_rewriter)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/model/metadata.py", line 186, in from_JSON_dict
value = param.from_external_value(external_value, dataset, **from_ext_kwds)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/model/metadata.py", line 566, in from_external_value
alt_name=os.path.basename(mf.file_name))
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/objectstore/__init__.py", line 566, in update_from_file
return self._call_method('update_from_file', obj, ObjectNotFound, True, **kwargs)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/objectstore/__init__.py", line 766, in _call_method
return self.backends[object_store_id].__getattribute__(method)(obj, **kwargs)
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/objectstore/__init__.py", line 494, in update_from_file
raise ex
"/cvmfs/main.galaxyproject.org/galaxy/lib/galaxy/objectstore/__init__.py", line 490, in update_from_file
shutil.copy(file_name, path)
"/cvmfs/main.galaxyproject.org/venv/lib/python3.6/shutil.py", line 241, in copy
copyfile(src, dst, follow_symlinks=follow_symlinks)
"/cvmfs/main.galaxyproject.org/venv/lib/python3.6/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
NotFoundError: [Errno 2] No such file or directory: '/galaxy-repl/main/jobdir/026/631/26631908/metadata/metadata_temp_file_5t_twwuv'
| Traceback (most recent call last):
"/Users/brbamford/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/shell.py", line 128, in get_cwd
self.silent_exec_method(code)
"/Users/brbamford/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/shell.py", line 340, in silent_exec_method
local_uuid = to_text_string(uuid.uuid1())
"/Users/brbamford/anaconda3/lib/python3.6/uuid.py", line 606, in uuid1
clock_seq_hi_variant, clock_seq_low, node), version=1)
"/Users/brbamford/anaconda3/lib/python3.6/uuid.py", line 168, in __init__
raise ValueError('field 6 out of range (need a 48-bit value)')
ValueError: field 6 out of range (need a 48-bit value)
| 0.310765 |
Traceback (most recent call last):
"/var/mycodo-root/mycodo/mycodo_daemon.py", line 645, in pid_get
return self.controller['PID'][pid_id].get_setpoint_band()
KeyError: 'f7f18fb5-09d3-4fe9-8b8d-d11e250d7cae'
| Traceback (most recent call last):
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/graphql/execution/executor.py", line 452, in resolve_or_error
return executor.execute(resolve_fn, source, info, **args)
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/graphql/execution/executors/sync.py", line 16, in execute
return fn(*args, **kwargs)
"/root/saleor_docker/saleor/saleor/graphql/middleware.py", line 60, in service_account_middleware
return next(root, info, **kwargs)
"/root/saleor_docker/saleor/saleor/graphql/middleware.py", line 22, in resolve
return super().resolve(next, root, info, **kwargs)
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/graphql_jwt/middleware.py", line 72, in resolve
user = authenticate(request=context, **kwargs)
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/django/contrib/auth/__init__.py", line 72, in authenticate
user = backend.authenticate(request, **credentials)
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/graphql_jwt/backends.py", line 14, in authenticate
return get_user_by_token(token, request)
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/graphql_jwt/shortcuts.py", line 21, in get_user_by_token
return get_user_by_payload(payload)
"/root/.virtualenvs/python3.6/lib/python3.6/site-packages/graphql_jwt/utils.py", line 113, in get_user_by_payload
raise exceptions.JSONWebTokenError(_('User is disabled'))
graphql_jwt.exceptions.JSONWebTokenError: User is disabled
| 0.224905 |
Traceback (most recent call last):
"/usr/share/pyload/module/PluginThread.py", line 187, in run
pyfile.plugin.preprocessing(self)
"/usr/share/pyload/module/plugins/Plugin.py", line 237, in preprocessing
return self.process(self.pyfile)
"/root/.pyload/userplugins/internal/SimpleHoster.py", line 491, in process
self.downloadLink(self.link)
"/root/.pyload/userplugins/internal/XFSHoster.py", line 95, in downloadLink
if not urlparse(link).scheme:NameError: global name 'urlparse' is not defined | Traceback (most recent call last):
"/miniconda3/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/miniconda3/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 543, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('dataUrl')); 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.292693 |
Traceback (most recent call last):
"/opt/pentest-tools/webapps/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap
real_scan_start()
"/opt/pentest-tools/webapps/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start
self.w3af.start()
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/w3afCore.py", line 222, in start
self.strategy.start()
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/core_helpers/strategy.py", line 124, in start
self._setup_auth()
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/core_helpers/strategy.py", line 703, in _setup_auth
self._auth_consumer.force_login()
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 123, in force_login
self._login()
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 58, in _wrapper
result = method(self, function_id, *args, **kwds)
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 114, in _login
self.handle_exception('auth', plugin.get_name(), None, e)
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 417, in handle_exception
enabled_plugins = pprint_plugins(self._w3af_core)
"/opt/pentest-tools/webapps/w3af/w3af/core/controllers/exception_handling/helpers.py", line 38, in pprint_plugins
plugs_opts = copy.deepcopy(w3af_core.plugins.get_all_plugin_options())
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 190, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"/usr/lib/python2.7/copy.py", line 334, in _reconstruct
state = deepcopy(state, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 230, in _deepcopy_list
y.append(deepcopy(a, memo))
"/usr/lib/python2.7/copy.py", line 190, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"/usr/lib/python2.7/copy.py", line 334, in _reconstruct
state = deepcopy(state, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 174, in deepcopy
y = copier(memo)TypeError: gobject.GObject descendants' instances are non-copyable | Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
"aiohttp\_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.InvalidURLError: 400, message='invalid URL'
| 0.156003 |
Traceback (most recent call last):
"flow", line 6, in <module>
cliHandler(sys.argv)
"C:\Users\hoang\Desktop\YOLO\darkflow-master\darkflow-master\darkflow\cli.py", line 33, in cliHandler
print('Enter training ...'); tfnet.train()
"C:\Users\hoang\Desktop\YOLO\darkflow-master\darkflow-master\darkflow\net\flow.py", line 67, in train
self.say(form.format(step_now, loss, loss_mva))
"C:\Users\hoang\Desktop\YOLO\darkflow-master\darkflow-master\darkflow\net\help.py", line 42, in say
print(msg)
OSError: raw write() returned invalid length 146 (should have been between 0 and 73)
| Traceback (most recent call last):
"./objects/file.py", line 122, in get_virtual_paths_for_one_uid
return file_paths[req_root_uid]
KeyError: 'throbber.gif'
| 0.3241 |
Traceback (most recent call last):
"C:\Python27\lib\logging\__init__.py", line 884, in emit
stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbf in position 248: ordinal not in range(128)
| ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 638, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 530, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vfl0zK-iw/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.164883 |
Traceback (most recent call last):
"/usr/local/bin/mmconvert", line 8, in <module>
sys.exit(_main())
"/usr/local/lib/python3.6/dist-packages/mmdnn/conversion/_script/convert.py", line 112, in _main
dump_code(args.dstFramework, network_filename + '.py', temp_filename + '.npy', args.outputModel, args.dump_tag)
"/usr/local/lib/python3.6/dist-packages/mmdnn/conversion/_script/dump_code.py", line 25, in dump_code
save_model(MainModel, network_filepath, weight_filepath, dump_filepath, dump_tag)
"/usr/local/lib/python3.6/dist-packages/mmdnn/conversion/tensorflow/saver.py", line 8, in save_model
tag_list = [tf.saved_model.tag_constants.TRAINING]
AttributeError: module 'tensorflow._api.v2.saved_model' has no attribute 'tag_constants' | Traceback (most recent call last):
"./run_unittests.py", line 4353, in test_install_umask
self.install()
"./run_unittests.py", line 1161, in install
self._run(self.install_command, workdir=self.builddir)
"./run_unittests.py", line 1092, in _run
raise subprocess.CalledProcessError(p.returncode, command, output=p.stdout)
subprocess.CalledProcessError: Command '['ninja', '-w', 'dupbuild=err', '-d', 'explain', 'install']' returned non-zero exit status 1
| 0.234956 |
Traceback (most recent call last):
"train.py", line 440, in <module>
main()
"train.py", line 436, in main
trainModel(model, trainData, validData, dataset, optim)
"train.py", line 274, in trainModel
train_stats = trainEpoch(epoch)
"train.py", line 246, in trainEpoch
dec_state)
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__
result = self.forward(*input, **kwargs)
"/home/bpop/thesis/mg2p/OpenNMT-py/onmt/Models.py", line 400, in forward
else dec_state)
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__
result = self.forward(*input, **kwargs)
"/home/bpop/thesis/mg2p/OpenNMT-py/onmt/Models.py", line 314, in forward
rnn_output, hidden = self.rnn(emb_t, hidden)
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__
result = self.forward(*input, **kwargs)
"/home/bpop/thesis/mg2p/OpenNMT-py/onmt/modules/StackedRNN.py", line 52, in forward
h_1_i = layer(input, hidden[i])
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 206, in __call__
result = self.forward(*input, **kwargs)
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/modules/rnn.py", line 568, in forward
self.bias_ih, self.bias_hh,
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/_functions/rnn.py", line 54, in GRUCell
gh = F.linear(hidden, w_hh, b_hh)
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/functional.py", line 449, in linear
return state(input, weight) if bias is None else state(input, weight, bias)
"/home/bpop/anaconda3/lib/python3.6/site-packages/torch/nn/_functions/linear.py", line 10, in forward
output.addmm_(0, 1, input, weight.t())
RuntimeError: matrices expected, got 3D, 2D tensors at /py/conda-bld/pytorch_1493673470840/work/torch/lib/TH/generic/THTensorMath.c:1232
| Traceback (most recent call last):
"setup.py", line 1337, in build_extensions
torch_version = check_torch_version()
"setup.py", line 1001, in check_torch_version
'import torch failed, is it installed?\n\n%s' % traceback.format_exc())
distutils.errors.DistutilsPlatformError: import torch failed, is it installed?
| 0.293681 |
Traceback (most recent call last):
"torch2keras.py", line 83, in <module>
transforms_2()
"torch2keras.py", line 76, in transforms_2
k_model = pytorch_to_keras(model.module, input_var, (3, 448, 448), verbose=True, name_policy='short')
"/home/fffan/.local/lib/python3.7/site-packages/pytorch2keras/converter.py", line 83, in pytorch_to_keras
verbose=verbose, change_ordering=change_ordering)
"/home/fffan/.local/lib/python3.7/site-packages/onnx2keras/converter.py", line 181, in onnx_to_keras
keras_names
"/home/fffan/.local/lib/python3.7/site-packages/onnx2keras/reshape_layers.py", line 107, in convert_concat
layers[node_name] = np.concatenate(layer_input, axis=params['axis'])
"<__array_function__ internals>", line 6, in concatenate
ValueError: all the input arrays must have same number of dimensions, but the array at index 0 has 1 dimension(s) and the array at index 1 has 0 dimension(s)
| Traceback (most recent call last):
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_jc/build/tests/test_last.py", line 162, in test_last_wF_centos_7_7
self.assertEqual(jc.parsers.last.parse(self.centos_7_7_last_wF, quiet=True), self.centos_7_7_last_wF_json)
AssertionError: Lists differ: [{'us[152 chars]1609856964}, {'user': 'kbrazil', 'tty': 'tty1'[39910 chars]849}] != [{'us[152 chars]1609885764}, {'user': 'kbrazil', 'tty': 'tty1'[39910 chars]849}]
| 0.312767 |
Traceback (most recent call last):
"/Users/edoardo/miniconda3/envs/my37/lib/python3.7/site-packages/pandas/core/indexes/base.py", line 2646, in get_loc
return self._engine.get_loc(key)
"pandas/_libs/index.pyx", line 111, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/index.pyx", line 138, in pandas._libs.index.IndexEngine.get_loc
"pandas/_libs/hashtable_class_helper.pxi", line 1619, in pandas._libs.hashtable.PyObjectHashTable.get_item
"pandas/_libs/hashtable_class_helper.pxi", line 1627, in pandas._libs.hashtable.PyObjectHashTable.get_item
KeyError: ('baz', 'one')
| Traceback (most recent call last):
"/opt/ringcentral/Development/rc-ads-webui/apps/environments/tasks.py", line 159, in _send_task_get_retcode
routing_key=server_name,
"/opt/ringcentral/Development/rc-ads-webui/apps/environments/deployment.py", line 108, in send_msg
self._ensure_declared(routing_key)
"/opt/ringcentral/Development/rc-ads-webui/apps/environments/deployment.py", line 83, in _ensure_declared
self._get_channel().queue_declare(
"/opt/ringcentral/Development/rc-ads-webui/apps/environments/deployment.py", line 72, in _get_channel
self.channel = self._get_connection().channel()
"/usr/lib/python2.6/site-packages/pika/adapters/blocking_connection.py", line 129, in channel
transport)
"/usr/lib/python2.6/site-packages/pika/adapters/blocking_connection.py", line 274, in __init__
self.open()
"/usr/lib/python2.6/site-packages/pika/channel.py", line 236, in open
self.transport.send_method(spec.Channel.Open())
"/usr/lib/python2.6/site-packages/pika/adapters/blocking_connection.py", line 254, in send_method
self.connection.process_data_events()
"/usr/lib/python2.6/site-packages/pika/adapters/blocking_connection.py", line 95, in process_data_events
self._handle_read()
"/usr/lib/python2.6/site-packages/pika/adapters/base_connection.py", line 321, in _handle_read
self._on_data_available(data)
"/usr/lib/python2.6/site-packages/pika/connection.py", line 701, in _on_data_available
frame)
# Args
"/usr/lib/python2.6/site-packages/pika/callback.py", line 161, in process
callback(*args, **keywords)
"/usr/lib/python2.6/site-packages/pika/adapters/blocking_connection.py", line 230, in _on_rpc_complete
key = self.callbacks.sanitize(frame)AttributeError: 'CallbackManager' object has no attribute 'sanitize' | 0.305829 |
Traceback (most recent call last):
"./coursera-dl", line 6, in <module>
coursera_dl.main()
"/Users/pwinslow/CourseraStuff/my-coursera/coursera/coursera/coursera_dl.py", line 1111, in main
if download_class(args, class_name):
"/Users/pwinslow/CourseraStuff/my-coursera/coursera/coursera/coursera_dl.py", line 1089, in download_class
return download_on_demand_class(args, class_name)
"/Users/pwinslow/CourseraStuff/my-coursera/coursera/coursera/coursera_dl.py", line 1028, in download_on_demand_class
login(session, args.username, args.password)
"/Users/pwinslow/CourseraStuff/my-coursera/coursera/coursera/cookies.py", line 121, in login
headers=headers, allow_redirects=False)
"/Users/pwinslow/CourseraStuff/my-coursera/lib/python2.7/site-packages/requests/sessions.py", line 511, in post
return self.request('POST', url, data=data, json=json, *_kwargs)
"/Users/pwinslow/CourseraStuff/my-coursera/lib/python2.7/site-packages/requests/sessions.py", line 468, in request
resp = self.send(prep, *_send_kwargs)
"/Users/pwinslow/CourseraStuff/my-coursera/lib/python2.7/site-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/Users/pwinslow/CourseraStuff/my-coursera/lib/python2.7/site-packages/requests/adapters.py", line 433, in send
raise SSLError(e, request=request)requests.exceptions.SSLError: [Errno 1] _ssl.c:507: error:14094410:SSL routines:SSL3_READ_BYTES:sslv3 alert handshake failure | [2016-04-05 06:30:04] Traceback (most recent call last):
"/opt/thug/src/Debugger/Shellcode.py", line 102, in run
result = self.ctxt.eval(self.script)ReferenceError: ReferenceError: CLSID is not defined (
@ 1 : 4 )
-> r = CLSID.GetObject(name) | 0.277601 |
Traceback (most recent call last):
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 438, in _jsonrpc_retry_call
return self._jsonrpc_call(*args, **kwargs)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 475, in _jsonrpc_call
(time.time() - request_start))
uiautomator2.exceptions.GatewayError: uiautomator2.GatewayError(gateway error, time used 0.0s)
| Traceback (most recent call last):
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\site-packages\keras\utils\data_utils.py", line 565, in _run
with closing(self.executor_fn(_SHARED_SEQUENCES)) as executor:
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\site-packages\keras\utils\data_utils.py", line 548, in <lambda>
initargs=(seqs,))
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\context.py", line 119, in Pool
context=self.get_context())
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\pool.py", line 175, in __init__
self._repopulate_pool()
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\pool.py", line 236, in _repopulate_pool
self._wrap_exception)
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\pool.py", line 255, in _repopulate_pool_static
w.start()
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__
reduction.dump(process_obj, to_child)
"C:\Users\Administrator\Anaconda3\envs\clw_env_py36\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: can't pickle generator objects
| 0.232468 |
Traceback (most recent call last):
"/bin/hardcode-tray", line 103, in <module>
if not isinstance(App.theme(), dict):
"/usr/lib/python3.6/site-packages/HardcodeTray/app.py", line 177, in theme
theme = App.get("theme")
"/usr/lib/python3.6/site-packages/HardcodeTray/app.py", line 77, in get
value = method()
"/usr/lib/python3.6/site-packages/HardcodeTray/modules/config/system.py", line 67, in theme
theme_name = Gtk.Settings.get_default().get_property("gtk-icon-theme-name")
AttributeError: 'NoneType' object has no attribute 'get_property'
| Traceback (most recent call last):
"<pyshell#17>", line 1, in <module>
cml.run()
"C:\Users\Idowu\AppData\Local\Programs\Python\Python36\lib\site-packages\Bio\Phylo\PAML\codeml.py", line 183, in run
Paml.run(self, ctl_file, verbose, command)
"C:\Users\Idowu\AppData\Local\Programs\Python\Python36\lib\site-packages\Bio\Phylo\PAML\_paml.py", line 119, in run
result_code = subprocess.call([command, ctl_file], stdout=dn, stderr=dn)
"C:\Users\Idowu\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
"C:\Users\Idowu\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 709, in __init__
restore_signals, start_new_session)
"C:\Users\Idowu\AppData\Local\Programs\Python\Python36\lib\subprocess.py", line 997, in _execute_child
startupinfo)
NotFoundError: [WinError 2] The system cannot find the file specified
| 0.306971 |
Traceback (most recent call last):
"/home/jack/z/flask_dev/app/run.py", line 3, in <module>
from foo import bar
ImportError: No module named foo
| Traceback (most recent call last):
"/usr/local/bin/acd_cli", line 9, in <module>
load_entry_point('acdcli==0.3.0a6', 'console_scripts', 'acd_cli')()
"/usr/local/bin/acd_cli.py", line 1241, in main
acd_client = client.ACDClient(CACHE_PATH)
"/usr/local/lib/python3.4/dist-packages/acdcli/api/client.py", line 31, in __init__
self.handler = oauth.create_handler(path)
"/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 19, in create_handler
return AppspotOAuthHandler(path)
"/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 131, in __init__
self.load_oauth_data()
"/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 70, in load_oauth_data
self.oauth_data = self.validate(o)
"/usr/local/lib/python3.4/dist-packages/acdcli/api/oauth.py", line 55, in validate
raise RequestError(RequestError.CODE.INVALID_TOKEN, e.__str__())acdcli.api.common.RequestError: RequestError: 1005, Extra data: line 7 column 2 - line 7 column 3 (char 1052 - 1053) | 0.278021 |
Traceback (most recent call last):
"/Users/nyce/Documents/GitHub/dronekit-python/examples/channel_overrides/channel_overrides.py", line 35, in <module>
vehicle.channel_override = { "1" : 900, "4" : 1000 }
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/dronekit/lib/**init**.py", line 993, in channel_override
overrides = self.__rc.overrideAttributeError: 'Vehicle' object has no attribute '_Vehicle__rc' | Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 1025, in emit
msg = self.format(record)
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 869, in format
return fmt.format(record)
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 608, in format
record.message = record.getMessage()
"C:\ProgramData\Anaconda3\lib\logging\__init__.py", line 369, in getMessage
msg = msg % self.argsValueError: incomplete format | 0.195957 |
2020-03-20 23:58:56 DEBUG
SEARCHQUEUE-MANUAL- :: Traceback (most recent call last):
"/home/pvr/pvr/SickRage/sickbeard/search_queue.py", line 186, in run
self.success = search.snatchEpisode(searchResult[0])
"/home/pvr/pvr/SickRage/sickbeard/search.py", line 111, in snatchEpisode
if response.next and response.next.url and response.next.url.startswith('magnet'):
AttributeError: 'NoneType' object has no attribute 'next'
| Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 169, in extract
return self._real_extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 847, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 481, in _decrypt_signature
u'Automatic signature extraction failed: ' + tb, cause=e)ExtractorError: Automatic signature extraction failed: Traceback (most recent call last): | 0.262728 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/niconico.py", line 288, in _real_extract
video_real_url = api_data['video']['smileInfo']['url']
KeyError: 'video'
| Traceback (most recent call last):
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/worker.py", line 208, in start
self.blueprint.start(self)
"/home/scout/.local/lib/python3.7/site-packages/celery/bootsteps.py", line 119, in start
step.start(parent)
"/home/scout/.local/lib/python3.7/site-packages/celery/bootsteps.py", line 369, in start
return self.obj.start()
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/consumer/consumer.py", line 318, in start
blueprint.start(self)
"/home/scout/.local/lib/python3.7/site-packages/celery/bootsteps.py", line 119, in start
step.start(parent)
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/consumer/consumer.py", line 599, in start
c.loop(*c.loop_args())
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/loops.py", line 83, in asynloop
next(loop)
"/home/scout/.local/lib/python3.7/site-packages/kombu/asynchronous/hub.py", line 364, in create_loop
cb(*cbargs)
"/home/scout/.local/lib/python3.7/site-packages/kombu/transport/redis.py", line 1083, in on_readable
self.cycle.on_readable(fileno)
"/home/scout/.local/lib/python3.7/site-packages/kombu/transport/redis.py", line 354, in on_readable
chan.handlers[type]()
"/home/scout/.local/lib/python3.7/site-packages/kombu/transport/redis.py", line 744, in _brpop_read
self.connection._deliver(loads(bytes_to_str(item)), dest)
"/home/scout/.local/lib/python3.7/site-packages/kombu/transport/virtual/base.py", line 983, in _deliver
callback(message)
"/home/scout/.local/lib/python3.7/site-packages/kombu/transport/virtual/base.py", line 633, in _callback
return callback(message)
"/home/scout/.local/lib/python3.7/site-packages/kombu/messaging.py", line 624, in _receive_callback
return on_m(message) if on_m else self.receive(decoded, message)
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/consumer/consumer.py", line 571, in on_task_received
callbacks,
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/strategy.py", line 158, in task_message_handler
if (req.expires or req.id in revoked_tasks) and req.revoked():
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/request.py", line 419, in revoked
'expired' if expired else 'revoked', False, None, expired,
"/home/scout/.local/lib/python3.7/site-packages/celery/worker/request.py", line 402, in _announce_revoked
store_result=self.store_errors,
"/home/scout/.local/lib/python3.7/site-packages/celery/backends/base.py", line 227, in mark_as_revoked
traceback=None, request=request)
"/home/scout/.local/lib/python3.7/site-packages/celery/backends/base.py", line 443, in store_result
request=request, **kwargs)
"/home/scout/.local/lib/python3.7/site-packages/celery/backends/mongodb.py", line 198, in _store_result
raise EncodeError(exc)
kombu.exceptions.EncodeError: Cannot encode object: TaskRevokedError('expired')
| 0.251453 |
PIO Core Call Error: "Library Storage: C:\\Users\\GreatODev\\.platformio\\lib\nLibraryManager: Installing id=1747 @ ^1.0.4\nDownloading...\nUnpacking...\nESP8266MQTTMesh @ 1.0.4 has been successfully installed!\nInstalling dependencies\nLooking for ESPAsyncTCP library in registry\r\nFound: https://platformio.org/lib/show/305/ESPAsyncTCP\nLibraryManager: Installing id=305 @ ^1.1.3\r\nDownloading...\nUnpacking...\nESPAsyncTCP @ 1.2.1 has been successfully installed!\nLooking for AsyncMqttClient library in registry\r\nFound: https://platformio.org/lib/show/346/AsyncMqttClient\nLibraryManager: Installing id=346 @ ^0.8.1\r\nDownloading...\nUnpacking...\nAsyncMqttClient @ 0.8.2 has been successfully installed!\nInstalling dependencies\nLibraryManager: Installing id=305 @ ^1.1.0\r\nESPAsyncTCP @ 1.2.1 is already installed\nLooking for AsyncTCP library in registry\r\nFound: https://platformio.org/lib/show/1826/AsyncTCP\nLibraryManager: Installing id=1826 @ ^1.0.0\r\nDownloading...\nUnpacking...\nAsyncTCP @ 1.1.0 has been successfully installed!\nLibraryManager: Installing id=1826\nAsyncTCP @ 1.1.0 is already installed\nLooking for Ticker-esp32 library in registry\r\nFound: https://platformio.org/lib/show/1938/Ticker-esp32\nLibraryManager: Installing id=1938\nDownloading...\nUnpacking...\nTicker-esp32 @ 1.1.0 has been successfully installed!\nLibraryManager: Installing AsyncMqttClient\n\n\nError: Traceback (most recent call last):\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\__main__.py\", line 90, in main\n
cli(None, None, None)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 764, in __call__\n
return self.main(*args, **kwargs)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 717, in main\n
rv = self.invoke(ctx)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\commands\\__init__.py\", line 37, in invoke\n
return super(PlatformioCLI, self).invoke(ctx)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 1137, in invoke\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 1137, in invoke\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 956, in invoke\n
return ctx.invoke(self.callback, **ctx.params)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\core.py\", line 555, in invoke\n
return callback(*args, **kwargs)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\click\\decorators.py\", line 17, in new_func\n
return f(get_current_context(), *args, **kwargs)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\commands\\lib.py\", line 150, in lib_install\n
force=force)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\lib.py\", line 388, in install\n
force=force)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\lib.py\", line 359, in install\n
force=force)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\package.py\", line 701, in install\n
track=True)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\package.py\", line 500, in _install_from_url\n
return self._install_from_tmp_dir(_tmp_dir, requirements)\n
\"c:\\users\\greatodev\\.platformio\\penv\\lib\\site-packages\\platformio\\managers\\package.py\", line 583, in _install_from_tmp_dir\n
shutil.move(tmp_dir, pkg_dir)\n
\"C:\\Users\\GreatODev\\.platformio\\python27\\Lib\\shutil.py\", line 300, in move\n
rmtree(src)\n
\"C:\\Users\\GreatODev\\.platformio\\python27\\Lib\\shutil.py\", line 247, in rmtree\n
rmtree(fullname, ignore_errors, onerror)\n
\"C:\\Users\\GreatODev\\.platformio\\python27\\Lib\\shutil.py\", line 247, in rmtree\n
rmtree(fullname, ignore_errors, onerror)\n
\"C:\\Users\\GreatODev\\.platformio\\python27\\Lib\\shutil.py\", line 247, in rmtree\n
rmtree(fullname, ignore_errors, onerror)\n
\"C:\\Users\\GreatODev\\.platformio\\python27\\Lib\\shutil.py\", line 252, in rmtree\n
onerror(os.remove, fullname, sys.exc_info())\n
\"C:\\Users\\GreatODev\\.platformio\\python27\\Lib\\shutil.py\", line 250, in rmtree\n
os.remove(fullname)\nWindowsError: [Error 5] Access is denied: 'C:\\\\Users\\\\GreatODev\\\\.platformio\\\\lib\\\\_tmp_installing-o7r53g-package\\\\.git\\\\objects\\\\pack\\\\pack-5f1a488ae4a245adf786bcf3a6619f0d17e356b8.idx'\n\n============================================================\n\nAn unexpected error occurred. Further steps:\n\n* Verify that you have the latest version of PlatformIO using\n
`pip install -U platformio` command\n\n* Try to find answer in FAQ Troubleshooting section\n
https://docs.platformio.org/page/faq.html\n\n* Report this problem to the developers\n
https://github.com/platformio/platformio-core/issues\n\n============================================================" | 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 820, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'xm'; 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.168608 |
Traceback (most recent call last):
"queueHandler.pyo", line 47, in flushQueue
"NVDAHelper.pyo", line 152, in handleInputCompositionStart
"NVDAObjects__init__.pyo", line 78, in **call**
"appModules\putty.pyo", line 18, in chooseNVDAObjectOverlayClassesAttributeError: 'InputComposition' object has no attribute 'IAccessibleRole' | Traceback (most recent call last):
"~/src/lutris/lutris/util/http.py", line 77, in get
request = urllib.request.urlopen(req, timeout=self.timeout)
"/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
"/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
"/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
| 0.14151 |
Traceback (most recent call last):
"/home/ubuntu/anaconda3/envs/car/lib/python3.6/site-packages/mrcnn/model.py", line 1709, in data_generator
use_mini_mask=config.USE_MINI_MASK)
"/home/ubuntu/anaconda3/envs/car/lib/python3.6/site-packages/mrcnn/model.py", line 1212, in load_image_gt
mask, class_ids = dataset.load_mask(image_id)
"damage.py", line 164, in load_mask
mask[rr, cc, i] = 1
IndexError: index 720 is out of bounds for axis 0 with size 720
| Traceback (most recent call last):
"/Users/ravikumarnimmi/work/pandas/pandas/tseries/tests/test_timezones.py", line 1398, in test_normalize_tz
self.assertTrue(result.is_normalized)AssertionError: False is not true | 0.215606 |
Traceback (most recent call last):
"D:\Dropbox\Self learning\Python 2-23-2017\Crawler\pytube.py", line 1, in <module>
from pytube import YouTube
"D:\Dropbox\Self learning\Python 2-23-2017\Crawler\pytube.py", line 1, in <module>
from pytube import YouTube
ImportError: cannot import name YouTube | Traceback (most recent call last):
"/home/travis/miniconda/bin/conda", line 5, in <module>
sys.exit(main())
"/home/travis/miniconda/lib/python2.7/site-packages/conda/cli/main.py", line 194, in main
args_func(args, p)
"/home/travis/miniconda/lib/python2.7/site-packages/conda/cli/main.py", line 199, in args_func
args.func(args, p)
"/home/travis/miniconda/lib/python2.7/site-packages/conda/cli/main_install.py", line 46, in execute
install.install(args, parser, 'install')
"/home/travis/miniconda/lib/python2.7/site-packages/conda/cli/install.py", line 213, in install
index = common.get_index_trap([url_path(build_config.croot)],AttributeError: 'module' object has no attribute 'croot' | 0.28468 |
Traceback (most recent call last):
"/home/lpfannschmidt/.poetry/lib/poetry/_vendor/py3.7/keyring/backend.py", line 188, in _load_plugins
init_func = ep.load()
"/home/lpfannschmidt/.poetry/lib/poetry/_vendor/py3.7/entrypoints.py", line 82, in load
mod = import_module(self.module_name)
"/home/lpfannschmidt/anaconda3/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/lpfannschmidt/anaconda3/lib/python3.7/site-packages/keyrings/alt/Windows.py", line 9, in <module>
from . import file_base
"/home/lpfannschmidt/anaconda3/lib/python3.7/site-packages/keyrings/alt/file_base.py", line 7, in <module>
from keyring.py27compat import configparser
ModuleNotFoundError: No module named 'keyring.py27compat'
| Traceback (most recent call last):
"calibre_plugins.dedrm.__init__", line 430, in PDFDecrypt
"calibre_plugins.dedrm.ineptpdf", line 2175, in decryptBook
"calibre_plugins.dedrm.ineptpdf", line 1980, in __init__
"calibre_plugins.dedrm.ineptpdf", line 1788, in __init__
"calibre_plugins.dedrm.ineptpdf", line 1413, in set_parser
"calibre_plugins.dedrm.ineptpdf", line 1914, in read_xref
"calibre_plugins.dedrm.ineptpdf", line 1865, in find_xref
"calibre_plugins.dedrm.ineptpdf", line 851, in revreadlines
TypeError: argument should be integer or bytes-like object, not 'str'
| 0.325388 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 619, in mainloop
self._mainloop()
"/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 362, in _mainloop
EventLoop.idle()
"/usr/lib/python2.7/dist-packages/kivy/base.py", line 327, in idle
Clock.tick()
"/usr/lib/python2.7/dist-packages/kivy/clock.py", line 515, in tick
self._process_events()
"/usr/lib/python2.7/dist-packages/kivy/clock.py", line 647, in _process_events
event.tick(self._last_tick, remove)
"/usr/lib/python2.7/dist-packages/kivy/clock.py", line 406, in tick
ret = callback(self._dt)
"/usr/lib/python2.7/dist-packages/kivy/core/window/window_sdl2.py", line 255, in create_window
super(WindowSDL, self).create_window()
"/usr/lib/python2.7/dist-packages/kivy/core/window/__init__.py", line 907, in create_window
self.dispatch('on_resize', *self.system_size)
"kivy/_event.pyx", line 718, in kivy._event.EventDispatcher.dispatch (kivy/_event.c:7699)
"/usr/lib/python2.7/dist-packages/kivy/core/window/__init__.py", line 1075, in on_resize
self.update_viewport()
"/usr/lib/python2.7/dist-packages/kivy/core/window/**init**.py", line 1124, in update_viewport
self.update_childsize()
"/usr/lib/python2.7/dist-packages/kivy/core/window/**init**.py", line 1133, in update_childsize
w.size = shw \* width, shh \* height
"kivy/properties.pyx", line 408, in kivy.properties.Property.**set** (kivy/properties.c:5114)
"kivy/properties.pyx", line 1260, in kivy.properties.ReferenceListProperty.set (kivy/properties.c:20180)
"kivy/properties.pyx", line 424, in kivy.properties.Property.set (kivy/properties.c:5997)
"kivy/properties.pyx", line 446, in kivy.properties.Property.set (kivy/properties.c:5876)
"kivy/properties.pyx", line 501, in kivy.properties.Property.dispatch (kivy/properties.c:6557)
"kivy/_event.pyx", line 1224, in kivy._event.EventObservers.dispatch (kivy/_event.c:13497)
"kivy/_event.pyx", line 1130, in kivy._event.EventObservers._dispatch (kivy/_event.c:12696)
"/home/jegidio/kivy-designer/designer/app.py", line 511, in on_height
if self.actionbar and self.statusbar:
"kivy/weakproxy.pyx", line 62, in kivy.weakproxy.WeakProxy.__nonzero__ (kivy/weakproxy.c:2206)
"kivy/weakproxy.pyx", line 15, in kivy.weakproxy.WeakProxy.**ref** (kivy/weakproxy.c:1042)ReferenceError: weakly-referenced object no longer exists | Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/xonsh/ptk/shell.py", line 137, in _push
locs=None)
"/usr/local/lib/python3.5/dist-packages/xonsh/__amalgam__.py", line 20015, in compile
transform=transform)
"/usr/local/lib/python3.5/dist-packages/xonsh/__amalgam__.py", line 19984, in parse
tree, input = self._parse_ctx_free(input, mode=mode, filename=filename)
"/usr/local/lib/python3.5/dist-packages/xonsh/__amalgam__.py", line 20084, in _parse_ctx_free
raise original_error from None
"/usr/local/lib/python3.5/dist-packages/xonsh/__amalgam__.py", line 20071, in _parse_ctx_free
debug_level=(self.debug_level > 2))
"/usr/local/lib/python3.5/dist-packages/xonsh/parsers/base.py", line 349, in parse
tree = self.parser.parse(input=s, lexer=self.lexer, debug=debug_level)
"/usr/local/lib/python3.5/dist-packages/xonsh/ply/ply/yacc.py", line 331, in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
"/usr/local/lib/python3.5/dist-packages/xonsh/ply/ply/yacc.py", line 1199, in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
"/usr/local/lib/python3.5/dist-packages/xonsh/ply/ply/yacc.py", line 193, in call_errorfunc
r = errorfunc(token)
"/usr/local/lib/python3.5/dist-packages/xonsh/parsers/base.py", line 2760, in p_error
column=p.lexpos))
"/usr/local/lib/python3.5/dist-packages/xonsh/parsers/base.py", line 482, in _parse_error
raise err
"<string>", line None
SyntaxError: <xonsh-code>:1:7: ('code: -',)
| 0.268769 |
Traceback (most recent call last):
"./app.py", line 42, in <module>
assert results == ['ok' for i in range(10)], "BAD RESULTS: %r" % resultsAssertionError: BAD RESULTS: ['ok', 'ok', 'ok', 'ok', 'ok', 'ok', WorkerLostError('Worker exited prematurely: exitcode 155.',), 'ok', 'ok', 'ok'] | Traceback (most recent call last):
"/usr/local/bin/alot", line 9, in <module>
load_entry_point('alot==0.6.0dev', 'console_scripts', 'alot')()
"/usr/local/lib/python2.7/dist-packages/alot/__main__.py", line 130, in main
UI(dbman, cmdstring)
"/usr/local/lib/python2.7/dist-packages/alot/ui.py", line 77, in __init__
global_att = settings.get_theming_attribute('global', 'body')
"/usr/local/lib/python2.7/dist-packages/alot/settings/manager.py", line 266, in get_theming_attribute
return self._theme.get_attribute(colours, mode, name, part)
AttributeError: 'NoneType' object has no attribute 'get_attribute'
| 0.265521 |
Traceback (most recent call last):
"<stdin>", line 113, in <module>
"<stdin>", line 105, in _ansiballz_main
"<stdin>", line 48, in invoke_module
"/tmp/ansible_ceph_key_payload_AfVziY/__main__.py", line 725, in <module>
"/tmp/ansible_ceph_key_payload_AfVziY/__main__.py", line 721, in main
"/tmp/ansible_ceph_key_payload_AfVziY/__main__.py", line 617, in run_module
"/tmp/ansible_ceph_key_payload_AfVziY/ansible_ceph_key_payload.zip/ansible/module_utils/basic.py", line 1541, in set_fs_attributes_if_different
"/tmp/ansible_ceph_key_payload_AfVziY/ansible_ceph_key_payload.zip/ansible/module_utils/basic.py", line 1193, in set_owner_if_different
"/tmp/ansible_ceph_key_payload_AfVziY/ansible_ceph_key_payload.zip/ansible/module_utils/basic.py", line 1088, in user_and_group
OSError: [Errno 2] No such file or directory: '/etc/ceph/prod01.client.admin.keyring'
| Traceback (most recent call last):
"poclbm.py", line 30, in <module>
"BitcoinMiner.pyo", line 86, in **init**
"pyopencl__init__.pyo", line 73, in resultAttributeError: <class 'pyopencl._cl.Context'> has no attribute 'replace' | 0.177255 |
Traceback (most recent call last):
"<ipython-input-11-629009f526f3>", line 1, in <module>
m=Unet_face(input_shape=(256,256,3),classes=3)
"/home/visionai/pyprojects/VisionFaceSwap/utils/utils.py", line 31, in wrapper
return func(*args, **kwargs)
"/home/visionai/pyprojects/VisionFaceSwap/unet/model.py", line 148, in Unet_face
use_batchnorm=decoder_use_batchnorm)
"/home/visionai/pyprojects/VisionFaceSwap/unet/builder.py", line 96, in build_unet_face
skip=input_skip, use_batchnorm=use_batchnorm)(x_face)
"/home/visionai/pyprojects/VisionFaceSwap/unet/blocks.py", line 88, in layer
x = Concatenate()([x, skip])
"/home/visionai/anaconda3/lib/python3.5/site-packages/keras/engine/base_layer.py", line 431, in __call__
self.build(unpack_singleton(input_shapes))
"/home/visionai/anaconda3/lib/python3.5/site-packages/keras/layers/merge.py", line 358, in build
shape_set.add(tuple(reduced_inputs_shapes[i]))
TypeError: unhashable type: 'Dimension'
| Traceback (most recent call last):
"C:\Users\srco\AppData\Local\ESRI\conda\envs\chirb\lib\logging\__init__.py", line 994, in emit
msg = self.format(record)
"C:\Users\srco\AppData\Local\ESRI\conda\envs\chirb\lib\logging\__init__.py", line 840, in format
return fmt.format(record)
"C:\Users\srco\AppData\Local\ESRI\conda\envs\chirb\lib\logging\__init__.py", line 577, in format
record.message = record.getMessage()
"C:\Users\srco\AppData\Local\ESRI\conda\envs\chirb\lib\logging\__init__.py", line 338, in getMessage
msg = msg % self.argsValueError: incomplete format | 0.322321 |
Traceback (most recent call last):
"/data/venvs/DLC/lib/python3.6/site-packages/deeplabcut/refine_training_dataset/outlier_frame_extraction_toolbox.py", line 284, in OnSliderScroll
self.plot_labels()
"/data/venvs/DLC/lib/python3.6/site-packages/deeplabcut/refine_training_dataset/outlier_frame_extraction_toolbox.py", line 380, in plot_labels
self.points = [self.Dataframe[self.scorer][bp]['x'].values[self.currFrame],self.Dataframe[self.scorer][bp]['y'].values[self.currFrame],1.0]
IndexError: index 19780 is out of bounds for axis 0 with size 10501
|
Traceback (most recent call last):
"/opt/conda/lib/python3.7/site-packages/conda/exceptions.py", line 819, in __call__
return func(*args, **kwargs)
"/opt/conda/lib/python3.7/site-packages/conda_env/cli/main.py", line 74, in do_call
exit_code = getattr(module, func_name)(args, parser)
"/opt/conda/lib/python3.7/site-packages/conda_env/cli/main_create.py", line 108, in execute
installer.install(prefix, pkg_specs, args, env)
"/opt/conda/lib/python3.7/site-packages/conda_env/installers/pip.py", line 40, in _pip_install_via_requirements
args, pip_version = pip_args(prefix)
"/opt/conda/lib/python3.7/site-packages/conda_env/pip_util.py", line 33, in pip_args
pip_version = subprocess.check_output(ret + ['-V']).decode('utf-8').split()[1]
"/opt/conda/lib/python3.7/subprocess.py", line 389, in check_output
**kwargs).stdout
"/opt/conda/lib/python3.7/subprocess.py", line 466, in run
with Popen(*popenargs, **kwargs) as process:
"/opt/conda/lib/python3.7/subprocess.py", line 769, in __init__
restore_signals, start_new_session)
"/opt/conda/lib/python3.7/subprocess.py", line 1516, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 22] Invalid argument: '/opt/conda/envs/myenv/bin/python'
| 0.325192 |
Traceback (most recent call last):
"calibre_plugins.dedrm.kindlekey", line 1540, in getDBfrom
cleartext = UnprotectHeaderData(encryptedValue)
"calibre_plugins.dedrm.kindlekey", line 1408, in UnprotectHeaderData
crp = LibCrypto()
TypeError: 'NoneType' object is not callable
| Traceback (most recent call last):
"/env/flask/lib/python3.5/site-packages/peewee.py", line 3754, in commit
self.get_conn().commit()
"/env/flask/lib/python3.5/site-packages/pymysql/connections.py", line 784, in commit
self._read_ok_packet()
"/env/flask/lib/python3.5/site-packages/pymysql/connections.py", line 765, in _read_ok_packet
raise err.OperationalError(2014, "Command Out of Sync")
pymysql.err.OperationalError: (2014, 'Command Out of Sync')
| 0.301687 |
Traceback (most recent call last):
"/Users/user1/.pyenv/versions/ver1/bin/pulptest", line 5, in <module>
from tests.run_tests import pulpTestAll
ModuleNotFoundError: No module named 'tests'
| Traceback (most recent call last):
"run_uh.py", line 490, in <module>
main()
"run_uh.py", line 217, in main
ret = horizons.main.start(options)
"D:\UnknownHorizons\unknown-horizons\horizons\main.py", line 176, in start
fife.run()
"D:\UnknownHorizons\unknown-horizons\horizons\engine.py", line 572, in run
self.loop()
"D:\UnknownHorizons\unknown-horizons\horizons\engine.py", line 581, in loop
self.engine.pump()
"D:\Tools\Python27\lib\site-packages\fife\fife.py", line 2158, in pump
return _fife.Engine_pump(self)RuntimeError: Catched director exception | 0.283903 |
Traceback (most recent call last):
"/mnt/gen2/TmpDir/portage/dev-python/urllib3-1.10/work/urllib3-1.10/test/with_dummyserver/test_https.py", line 67, in test_verified
self.assertFalse(warn.called, warn.call_args_list)AssertionError: [call('Certificate has no `subjectAltName`, falling back to check for a `commonName` for now. This feature is being removed by major browsers and deprecated by RFC 2818. (See https://github.com/shazow/urllib3/issues/497 for details.)', <class 'urllib3.exceptions.SecurityWarning'>)] | Traceback (most recent call last):
"C:\Program
s\Sublime Text 3\sublime_plugin.py", line 147, in create_text_commands
cmds.append(class_(view))
"C:\Users\luke.mauldin\AppData\Roaming\Sublime Text 3\Installed Packages\orgmode.sublime-package\orgmode.py", line 71, in **init**
"C:\Users\luke.mauldin\AppData\Roaming\Sublime Text 3\Installed Packages\orgmode.sublime-package\orgmode.py", line 71, in <listcomp>KeyError: 'http' | 0.176721 |
Traceback (most recent call last):
"/home/pi/env/bin/google-oauthlib-tool", line 10, in <module>
sys.exit(main())
"/home/pi/env/lib/python3.5/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/home/pi/env/lib/python3.5/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/home/pi/env/lib/python3.5/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/pi/env/lib/python3.5/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/home/pi/env/lib/python3.5/site-packages/google_auth_oauthlib/tool/__main__.py", line 100, in main
scopes=scope
"/home/pi/env/lib/python3.5/site-packages/google_auth_oauthlib/flow.py", line 181, in from_client_secrets_file
client_config = json.load(json_file)
"/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 319, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.5/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.5/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| Traceback (most recent call last):
"/opt/synapse/lib/python3.7/site-packages/synapse/federation/transport/server.py", line 424, in on_PUT
origin, transaction_data
"/opt/synapse/lib/python3.7/site-packages/synapse/federation/federation_server.py", line 129, in on_incoming_transaction
origin, transaction, request_time
"/opt/synapse/lib/python3.7/site-packages/synapse/federation/federation_server.py", line 181, in _handle_incoming_transaction
).addErrback(unwrapFirstError)
"/opt/synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/opt/synapse/lib/python3.7/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/opt/synapse/lib/python3.7/site-packages/synapse/federation/federation_server.py", line 293, in _handle_pdus_in_txn
process_pdus_for_room, pdus_by_room.keys(), TRANSACTION_CONCURRENCY_LIMIT
"/opt/synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"/opt/synapse/lib/python3.7/site-packages/twisted/python/failure.py", line 512, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"/opt/synapse/lib/python3.7/site-packages/synapse/util/async_helpers.py", line 155, in _concurrently_execute_inner
await maybe_awaitable(func(next(it)))
"/opt/synapse/lib/python3.7/site-packages/synapse/federation/federation_server.py", line 266, in process_pdus_for_room
await self.check_server_matches_acl(origin_host, room_id)
"/opt/synapse/lib/python3.7/site-packages/synapse/federation/federation_server.py", line 710, in check_server_matches_acl
acl_event = await self.store.get_event(acl_event_id)
"/opt/synapse/lib/python3.7/site-packages/twisted/internet/defer.py", line 1418, in _inlineCallbacks
result = g.send(result)
"/opt/synapse/lib/python3.7/site-packages/synapse/storage/data_stores/main/events_worker.py", line 190, in get_event
raise NotFoundError("Could not find event %s" % (event_id,))
synapse.api.errors.NotFoundError: 404: Could not find event $NVI5AZqJdV7KyJPF3XFlxzRiiD0G86IBbWi7JxxUr0g
| 0.286168 |
Traceback (most recent call last):
"launchables/eye.py", line 650, in eye
"detector_2d.pyx", line 294, in pupil_detectors.detector_2d.Detector_2D.get_detector_properties
AttributeError: 'pupil_detectors.detector_2d.Detector_2D' object has no attribute 'detectProperties2D' | Traceback (most recent call last):
"/opt/conda/lib/python3.6/site-packages/botocore/httpsession.py", line 262, in send
chunked=self._chunked(request.headers),
"/opt/conda/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/opt/conda/lib/python3.6/site-packages/urllib3/util/retry.py", line 333, in increment
raise six.reraise(type(error), error, _stacktrace)
"/opt/conda/lib/python3.6/site-packages/urllib3/packages/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/opt/conda/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/opt/conda/lib/python3.6/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
"/opt/conda/lib/python3.6/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
conn.connect()
"/opt/conda/lib/python3.6/site-packages/urllib3/connection.py", line 326, in connect
ssl_context=context)
"/opt/conda/lib/python3.6/site-packages/urllib3/util/ssl_.py", line 329, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
"/opt/conda/lib/python3.6/ssl.py", line 407, in wrap_socket
_context=self, _session=session)
"/opt/conda/lib/python3.6/ssl.py", line 814, in __init__
self.do_handshake()
"/opt/conda/lib/python3.6/ssl.py", line 1068, in do_handshake
self._sslobj.do_handshake()
"/opt/conda/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)
| 0.261593 |
Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
"X/importlib/__init__.py", line 88, in import_module
"<frozen importlib._bootstrap>", line 1577, in _gcd_import
"<frozen importlib._bootstrap>", line 1558, in _find_and_load
"<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 671, in load_module
exec(compile(source, source_path, 'exec'), mod.__dict__)
"SublimeCodeIntel in /Users/stuart/Library/Application Support/Sublime Text 3/Installed Packages/SublimeCodeIntel.sublime-package", line 616
except Exception, e:
^SyntaxError: invalid syntax | Traceback (most recent call last):
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 101, in main_intel_amt
json_data = __get_hardware(url, agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 59, in __get_hardware
req = __get_raw_data(target, 'hw-sys', agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 51, in __get_raw_data
'Authorization': __get_auth_headers(target),
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 22, in __get_auth_headers
}, proxies=proxy)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 487, in send
raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='https', port=80): Max retries exceeded with url: //stackoverflow.com:16992/index.htm (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f05acda5d10>: Failed to establish a new connection: [Errno -2] Name or service not known',)) | 0.285149 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.