text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/local/bin/salt", line 10, in <module>
salt_main()
"/usr/local/lib/python2.7/site-packages/salt/scripts.py", line 117, in salt_main
client.run()
"/usr/local/lib/python2.7/site-packages/salt/cli/__init__.py", line 133, in run
for full_ret in cmd_func(**kwargs):
"/usr/local/lib/python2.7/site-packages/salt/client/__init__.py", line 471, in cmd_cli
**kwargs)
"/usr/local/lib/python2.7/site-packages/salt/client/__init__.py", line 228, in run_job
**kwargs)
"/usr/local/lib/python2.7/site-packages/salt/client/__init__.py", line 1214, in pub
payload = sreq.send('clear', payload_kwargs)
"/usr/local/lib/python2.7/site-packages/salt/payload.py", line 193, in send
timeout * triedSaltReqTimeoutError: Waited 60 seconds | Traceback (most recent call last):
"E:/HYDRABAY/py_backend/test.py", line 7, in <module>
response = api.execute('findItemsAdvanced', {'keywords': 'legos'})
"C:\Python27\lib\site-packages\ebaysdk\connection.py", line 120, in execute
self.execute_request()
"C:\Python27\lib\site-packages\ebaysdk\connection.py", line 184, in execute_request
allow_redirects=True
"C:\Python27\lib\site-packages\requests\sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"C:\Python27\lib\site-packages\requests\adapters.py", line 376, in send
timeout=timeout
"C:\Python27\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 559, in urlopen
body=body, headers=headers)
"C:\Python27\lib\site-packages\requests\packages\urllib3\connectionpool.py", line 353, in _make_request
conn.request(method, url, **httplib_request_kw)
"C:\Python27\lib\httplib.py", line 946, in request
self._send_request(method, url, body, headers)
"C:\Python27\lib\httplib.py", line 986, in _send_request
self.putheader(hdr, value)
"C:\Python27\lib\httplib.py", line 924, in putheader
str = '%s: %s' % (header, '\r\n\t'.join(values))TypeError: sequence item 0: expected string, NoneType found | 0.267364 |
Traceback (most recent call last):
"train.py", line 9, in <module>
from model_utils.model import DeepSpeech2Model
"/DeepSpeech/model_utils/model.py", line 23, in <module>
from model_utils.network import deep_speech_v2_network
"/DeepSpeech/model_utils/network.py", line 62, in <module>
class RNNCell(fluid.layers.RNNCell):
AttributeError: 'module' object has no attribute 'RNNCell'
|
Traceback (most recent call last):
"/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/site-packages/jupyterhub/app.py", line 1865, in start
await self.proxy.start()
"/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/site-packages/jupyterhub/proxy.py", line 594, in start
_check_process()
"/home/linuxbrew/.linuxbrew/opt/python/lib/python3.7/site-packages/jupyterhub/proxy.py", line 590, in _check_process
raise e from None
RuntimeError: Proxy failed to start with exit code 8
| 0.317461 |
Traceback (most recent call last):
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/elasticsearch/connection/http_urllib3.py", line 172, in perform_request
response = self.pool.urlopen(method, url, body, retries=Retry(False), headers=request_headers, **kw)
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/util/retry.py", line 343, in increment
raise six.reraise(type(error), error, _stacktrace)
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/packages/six.py", line 686, in reraise
raise value
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 354, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/lib/python3.6/http/client.py", line 1254, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.6/http/client.py", line 1300, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.6/http/client.py", line 1249, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.6/http/client.py", line 1036, in _send_output
self.send(msg)
"/usr/lib/python3.6/http/client.py", line 974, in send
self.connect()
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/connection.py", line 181, in connect
conn = self._new_conn()
"/home/dev-django1/.virtualenvs/logic_srv/lib/python3.6/site-packages/urllib3/connection.py", line 168, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f4137f165c0>: Failed to establish a new connection: [Errno 111] Connection refused
| Traceback (most recent call last):
"./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/opt/arif-envo-cesmma/lib/python3.5/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
"/opt/arif-envo-cesmma/lib/python3.5/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/opt/arif-envo-cesmma/lib/python3.5/site-packages/django/core/management/base.py", line 294, in run_from_argv
self.execute(*args, **cmd_options)
"/opt/arif-envo-cesmma/lib/python3.5/site-packages/django/core/management/base.py", line 345, in execute
output = self.handle(*args, **options)
"/opt/arif-envo-cesmma/lib/python3.5/site-packages/django_q/management/commands/qinfo.py", line 41, in handle
info()
"/opt/arif-envo-cesmma/lib/python3.5/site-packages/django_q/monitor.py", line 128, in info
exec_time = exec_time['time_taken'].total_seconds() / tasks_per_day
AttributeError: 'decimal.Decimal' object has no attribute 'total_seconds'
| 0.327068 |
Traceback (most recent call last):
"/home/ubuntu/w3af/w3af/plugins/tests/audit/test_xss.py", line 243, in test_found_wavsep_get_xss
set(kb_data),AssertionError: Items in the second set but not the first: | Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/waitress/channel.py", line 350, in service
task.service()
"/usr/local/lib/python3.7/dist-packages/waitress/task.py", line 171, in service
self.execute()
"/usr/local/lib/python3.7/dist-packages/waitress/task.py", line 441, in execute
app_iter = self.channel.server.application(environ, start_response)
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 2464, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 2450, in wsgi_app
response = self.handle_exception(e)
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1867, in handle_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.7/dist-packages/flask/_compat.py", line 39, in reraise
raise value
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/usr/local/lib/python3.7/dist-packages/flask/_compat.py", line 39, in reraise
raise value
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/lib/python3.7/dist-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/lib/python3.7/dist-packages/flask_caching/__init__.py", line 914, in decorated_function
timeout=decorated_function.cache_timeout,
"/usr/local/lib/python3.7/dist-packages/flask_caching/backends/memcache.py", line 141, in set
return self._client.set(key, value, timeout)
pylibmc.Error: error 21 from memcached_set
| 0.193994 |
Traceback (most recent call last):
"D:\SickChill\SickChill\lib\tornado\web.py", line 1511, in _execute
result = yield result
"D:\SickChill\SickChill\lib\tornado\gen.py", line 1055, in run
value = future.result()
"D:\SickChill\SickChill\lib\tornado\concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
"D:\SickChill\SickChill\lib\tornado\gen.py", line 1063, in run
yielded = self.gen.throw(*exc_info)
"D:\SickChill\SickChill\sickbeard\webserve.py", line 265, in get
results = yield self.async_call(method)
"D:\SickChill\SickChill\lib\tornado\gen.py", line 1055, in run
value = future.result()
"D:\SickChill\SickChill\lib\concurrent\futures\_base.py", line 455, in result
return self.__get_result()
"D:\SickChill\SickChill\lib\concurrent\futures\thread.py", line 63, in run
result = self.fn(*self.args, **self.kwargs)
"D:\SickChill\SickChill\sickbeard\webserve.py", line 287, in async_call
result = function(**kwargs)
TypeError: saveSearch() got an unexpected keyword argument 'torrent_download_dir_deluge'
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/scc/gui/importexport/import_vdf.py", line 357, in import_vdf
self._profile.load(filename)
"/usr/lib/python2.7/site-packages/scc/foreign/vdf.py", line 578, in load
self.load_data(data)
"/usr/lib/python2.7/site-packages/scc/foreign/vdf.py", line 594, in load_data
VDFProfile._load_preset(data, self, p)
"/usr/lib/python2.7/site-packages/scc/foreign/vdf.py", line 535, in _load_preset
profile.parse_input_binding(data, group_id, binding)
"/usr/lib/python2.7/site-packages/scc/foreign/vdf.py", line 447, in parse_input_binding
self.parse_switches(group)
"/usr/lib/python2.7/site-packages/scc/foreign/vdf.py", line 440, in parse_switches
raise ParseError("Unknown button: '%s'" % (button,))
ParseError: Unknown button: 'left_trigger_threshold'
| 0.226131 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1317, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1229, in request
self._send_request(method, url, body, headers, encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1275, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1224, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1016, in _send_output
self.send(msg)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 956, in send
self.connect()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/http/client.py", line 1392, in connect
server_hostname=server_hostname)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 412, in wrap_socket
session=session
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 850, in _create
self.do_handshake()
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 1108, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)
| Traceback (most recent call last):
"printrun/gviz.py", line 404, in paint
self.repaint_everything()
"printrun/gviz.py", line 365, in repaint_everything
self._drawarcs(dc, self.arcs[self.layerindex], self.arcpens[self.layerindex])
"printrun/gviz.py", line 322, in _drawarcs
dc.SetPen(pens[i] if type(pens) == list else pens)
"/usr/local/lib/python2.7/site-packages/wx-2.8-gtk2-unicode/wx/_gdi.py", line 3662, in SetPen
return _gdi_.DC_SetPen(*args, **kwargs)
TypeError: in method 'DC_SetPen', expected argument 2 of type 'wxPen const &'
| 0.253693 |
Traceback (most recent call last):
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
"/usr/lib/python2.7/site-packages/awx/wsgi.py", line 65, in _legacy_get_response
return super(AWXWSGIHandler, self)._legacy_get_response(request)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/handlers/base.py", line 244, in _legacy_get_response
response = middleware_method(request)
"/usr/lib/python2.7/site-packages/awx/main/middleware.py", line 195, in process_request
executor = MigrationExecutor(connection)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/executor.py", line 20, in __init__
self.loader = MigrationLoader(self.connection)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/loader.py", line 52, in __init__
self.build_graph()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/loader.py", line 209, in build_graph
self.applied_migrations = recorder.applied_migrations()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 65, in applied_migrations
self.ensure_schema()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/migrations/recorder.py", line 52, in ensure_schema
if self.Migration._meta.db_table in self.connection.introspection.table_names(self.connection.cursor()):
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 254, in cursor
return self._cursor()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 229, in _cursor
self.ensure_connection()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 213, in ensure_connection
self.connect()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/utils.py", line 94, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 213, in ensure_connection
self.connect()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/base/base.py", line 189, in connect
self.connection = self.get_new_connection(conn_params)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/db/backends/postgresql/base.py", line 176, in get_new_connection
connection = Database.connect(**conn_params)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/psycopg2/__init__.py", line 130, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
OperationalError: FATAL:
could not open file "base/16384/2601": No such file or directory
| Traceback (most recent call last):
"lib/imgurpython/client.py", line 156, in make_request
response_data = response.json()
"lib/requests/models.py", line 866, in json
return complexjson.loads(self.text, **kwargs)
"/usr/local/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
"/usr/local/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/local/lib/python3.6/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)
| 0.251551 |
Traceback (most recent call last):
"/usr/share/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all
exploit.exploit()
"/usr/share/w3af/core/controllers/plugins/attack_plugin.py", line 197, in exploit
s = self._generate_shell(vuln)
"/usr/share/w3af/plugins/attack/sqlmap.py", line 76, in _generate_shell
if self._verify_vuln(vuln_obj):
"/usr/share/w3af/plugins/attack/sqlmap.py", line 105, in _verify_vuln
if sqlmap.is_vulnerable():
"/usr/share/w3af/plugins/attack/db/sqlmap_wrapper.py", line 102, in is_vulnerable
raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "python sqlmap.py --batch --disable-coloring --proxy=http://127.0.0.1:44451/ --batch --url=http://domain/index.php --data=redirect=http%253A%252F%252Fdomain%252F&Itemid=435&task=notask&option=com_acymailing&ctrl=sub&redirectunsub=http%253A%252F%252Fdomain%252F&user%5Bname%5D=%D0%98%D0%BC%D1%8F&acyformname=formAcymailing1&Submit=%D0%9F%D0%BE%D0%B4%D0%BF%D0%B8%D1%81%D0%B0%D1%82%D1%8C%D1%81%D1%8F&hiddenlists=1&user%5Bemail%5D=%D0%90%D0%B4%D1%80%D0%B5%D1%81%20%D1%8D%D0%BB%D0%B5%D0%BA%D1%82%D1%80%D0%BE%D0%BD%D0%BD%D0%BE%D0%B9%20%D0%BF%D0%BE%D1%87%D1%82%D1%8B": " | Traceback (most recent call last):
"Tests/test_imagecms.py", line 1, in <module>
from tester import *
"/home/aclark/Developer/Pillow/Tests/tester.py", line 1, in <module>
from __future__ import print_functionImportError: No module named __future__ | 0.203809 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 997, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 912, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 975, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/lib/python3.5/site-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)youtube_dl.utils.ExtractorError: Could not find JS function 'ur'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | Traceback (most recent call last):
"c:\python27\lib\runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"c:\python27\lib\runpy.py", line 72, in _run_code
exec code in run_globals
"C:\Python27\Scripts\soundscrape.exe__main__.py", line 9, in <module>
"c:\python27\lib\site-packages\soundscrape\soundscrape.py", line 113, in main
process_soundcloud(vargs)
"c:\python27\lib\site-packages\soundscrape\soundscrape.py", line 283, in process_soundcloud
id3_extras=id3_extras)
"c:\python27\lib\site-packages\soundscrape\soundscrape.py", line 452, in download_tracks
puts_safe(colored.red("Problem downloading ") + colored.white(track['title']))
"c:\python27\lib\site-packages\soundscrape\soundscrape.py", line 1153, in puts_safe
puts(text.encode(sys.stdout.encoding, errors='replace').decode())
"c:\python27\lib\encodings\cp437.py", line 12, in encode
return codecs.charmap_encode(input,errors,encoding_map)UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 56: ordinal not in range(128) | 0.207951 |
Traceback (most recent call last):
"/Users/endy/Projects/github/youtube-dl/youtube_dl/extractor/generic.py", line 2261, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/Users/endy/Projects/github/youtube-dl/youtube_dl/compat.py", line 2542, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/Users/endy/Projects/github/youtube-dl/youtube_dl/compat.py", line 2531, in _XML
parser.feed(text)
"/Volumes/HDD/Users/endy/.pyenv/versions/2.7.11/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/Volumes/HDD/Users/endy/.pyenv/versions/2.7.11/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 4, column 79
| [WARNING] [2019-04-23 17:03:09,396:EnsembleBuilder(1):digits] Error loading /tmp/autosklearn_parallel_example_tmp/.auto-sklearn/predictions_ensemble/predictions_ensemble_3_4.npy: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 316, in read_ensemble_preds
y_ensemble = self._read_np_fn(fp=fp)
"/usr/local/lib/python3.6/dist-packages/autosklearn/ensemble_builder.py", line 641, in _read_np_fn
predictions = np.load(fp).astype(dtype=np.float32)
"/usr/local/lib/python3.6/dist-packages/numpy/lib/npyio.py", line 451, in load
raise ValueError("Cannot load file containing pickled data "
ValueError: Cannot load file containing pickled data when allow_pickle=False
| 0.204372 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy110f8qy\build\youtube_dl\YoutubeDL.py", line 794, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy110f8qy\build\youtube_dl\extractor\common.py", line 522, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpy110f8qy\build\youtube_dl\extractor\generic.py", line 3320, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.tiktok.com/share/user/6557888952919916545
| Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/errbot/errBot.py", line 441, in _execute_and_send
self.send_simple_reply(mess, self.process_template(template_name, reply), private)
"/usr/local/lib/python3.4/dist-packages/errbot/errBot.py", line 193, in send_simple_reply
self.split_and_send_message(self.build_reply(mess, text, private))
"/usr/local/lib/python3.4/dist-packages/errbot/errBot.py", line 172, in split_and_send_message
self.send_message(partial_message)
"/usr/local/lib/python3.4/dist-packages/errbot/backends/text.py", line 90, in send_message
print(bar.format(mode='MD
'))UnicodeEncodeError: 'ascii' codec can't encode characters in position 1-2: ordinal not in range(128) | 0.182498 |
Traceback (most recent call last):
"playhouse/tests/test_insert_many.py", line 32, in test_insert_many
Alpha.insert_many(self.rows).execute()
"peewee.py", line 3345, in execute
cursor = self._execute()
"peewee.py", line 2748, in _execute
return self.database.execute_sql(sql, params, self.require_commit)
"peewee.py", line 3593, in execute_sql
self.commit()
"peewee.py", line 3417, in __exit__
reraise(new_type, new_type(*exc_args), traceback)
"peewee.py", line 132, in reraise
raise value.with_traceback(tb)
"peewee.py", line 3586, in execute_sql
cursor.execute(sql, params or ())peewee.OperationalError: too many SQL variables | Traceback (most recent call last):
"/usr/bin/rss-ladder", line 8, in <module>
RSSLadder()
"/usr/lib/python2.6/site-packages/netutils_linux_tuning/rss_ladder.py", line 36, in __init__
self.eval()
"/usr/lib/python2.6/site-packages/netutils_linux_tuning/rss_ladder.py", line 56, in eval
self.apply(self.__eval(postfix, interrupts))
"/usr/lib/python2.6/site-packages/netutils_linux_tuning/rss_ladder.py", line 63, in apply
affinity = list(decision)
"/usr/lib/python2.6/site-packages/netutils_linux_tuning/rss_ladder.py", line 94, in __eval
yield any2int(line.split()[0]), queue_name[0], rss_cpus.pop()
IndexError: pop from empty list
| 0.29658 |
Traceback (most recent call last):
"<string>", line 1, in <module>NameError: name 'jedi_vim' is not defined | Traceback (most recent call last):
"C:\Users\VssAdministrator\AppData\Local\Temp\pip-install-bsrj0zf4\urllib3\urllib3\connection.py", line 159, in _new_conn
"C:\Users\VssAdministrator\AppData\Local\Temp\pip-install-bsrj0zf4\urllib3\urllib3\util\connection.py", line 80, in create_connection
"C:\Users\VssAdministrator\AppData\Local\Temp\pip-install-bsrj0zf4\urllib3\urllib3\util\connection.py", line 70, in create_connection
TimeoutError: [WinError 10060] A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
| 0.181725 |
Traceback (most recent call last):
"C:\Users\user11.HPO-SAMAT\.conda\envs\spyder-beta\lib\site-packages\qtconsole\base_frontend_mixin.py", line 138, in _dispatch
"C:\Users\user11.HPO-SAMAT\.conda\envs\spyder-beta\lib\site-packages\spyder\plugins\ipythonconsole\widgets\namespacebrowser.py", line 224, in _handle_execute_reply
self.set_namespace_view_settings()
"C:\Users\user11.HPO-SAMAT\.conda\envs\spyder-beta\lib\site-packages\spyder\plugins\ipythonconsole\widgets\namespacebrowser.py", line 77, in set_namespace_view_settings
self.namespacebrowser.get_view_settings())
"C:\Users\user11.HPO-SAMAT\.conda\envs\spyder-beta\lib\site-packages\spyder\plugins\variableexplorer\widgets\namespacebrowser.py", line 244, in get_view_settings
settings[name] = getattr(self, name)AttributeError: 'NamespaceBrowser' object has no attribute 'show_callable_attributes' | Traceback (most recent call last):
"/usr/bin/salt", line 18, in <module>
main()
"/usr/bin/salt", line 14, in main
client.run()
"/usr/lib/python2.6/site-packages/salt/cli/__init__.py", line 314, in run
self._output_ret(ret, out)UnboundLocalError: local variable 'out' referenced before assignment | 0.27799 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1277, in _execute_context
cursor, statement, parameters, context
"/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 593, in do_execute
cursor.execute(statement, parameters)
cx_Oracle.DatabaseError: ORA-24813: cannot send or receive an unsupported LOB
| Traceback (most recent call last):
"/home/suraj/serv/models/research/deeplab/train.py", line 513, in <module>
tf.app.run()
"/home/suraj/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"/home/suraj/serv/models/research/deeplab/train.py", line 479, in main
ignore_missing_vars=True)
"/home/suraj/serv/models/research/deeplab/utils/train_utils.py", line 170, in get_model_init_fn
ignore_missing_vars=ignore_missing_vars)
"/home/suraj/anaconda2/lib/python2.7/site-packages/tensorflow/contrib/framework/python/ops/variables.py", line 661, in assign_from_checkpoint
reader = pywrap_tensorflow.NewCheckpointReader(model_path)
"/home/suraj/anaconda2/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 326, in NewCheckpointReader
return CheckpointReader(compat.as_bytes(filepattern), status)
"/home/suraj/anaconda2/lib/python2.7/site-packages/tensorflow/python/framework/errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for ./model.ckpt
| 0.315862 |
Traceback (most recent call last):
"/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 377, in draw
wrd = bpy.data.worlds['Arm']
KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
| Traceback (most recent call last):
"/home/danush/anaconda3/envs/lffd/lib/python3.6/site-packages/mxnet/symbol/symbol.py", line 1623, in simple_bind
ctypes.byref(exe_handle)))
"/home/danush/anaconda3/envs/lffd/lib/python3.6/site-packages/mxnet/base.py", line 253, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: [22:08:43] /tmp/build/80754af9/libmxnet_1564766659613/work/src/storage/storage.cc:119: Compile with USE_CUDA=1 to enable GPU usage
| 0.202474 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
"/usr/local/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
"/usr/src/homeassistant/homeassistant/components/solaredge/sensor.py", line 35, in async_setup_entry
api.get_details, entry.data[CONF_SITE_ID]
"/usr/src/homeassistant/homeassistant/core.py", line 343, in async_add_executor_job
task = self.loop.run_in_executor(None, target, *args)
"uvloop/loop.pyx", line 2647, in uvloop.loop.Loop.run_in_executor
"/usr/local/lib/python3.7/asyncio/coroutines.py", line 162, in iscoroutinefunction
return (inspect.iscoroutinefunction(func) or
"/usr/local/lib/python3.7/inspect.py", line 185, in iscoroutinefunction
object.__code__.co_flags & CO_COROUTINE)
AttributeError: 'functools._lru_cache_wrapper' object has no attribute '__code__'
|
Traceback (most recent call last):
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/exceptions.py", line 479, in conda_exception_handler
return_value = func(*args, **kwargs)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/cli/main.py", line 145, in _main
exit_code = args.func(args, p)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/cli/main_create.py", line 68, in execute
install(args, parser, 'create')
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/cli/install.py", line 228, in install
clone(args.clone, prefix, json=context.json, quiet=context.quiet, index_args=index_args)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/cli/install.py", line 90, in clone
index_args=index_args)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/misc.py", line 388, in clone_env
force_extract=False, index_args=index_args)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/misc.py", line 188, in explicit
execute_actions(actions, index=index, verbose=verbose)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/plan.py", line 643, in execute_actions
inst.execute_instructions(plan, index, verbose)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/instructions.py", line 135, in execute_instructions
cmd(state, arg)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/instructions.py", line 47, in FETCH_CMD
fetch_pkg(state['index'][arg + '.tar.bz2'])
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/fetch.py", line 353, in fetch_pkg
download(url, path, session=session, md5=info['md5'], urlstxt=True)
"/home/cocadas/miniconda3/lib/python3.6/site-packages/conda/fetch.py", line 399, in download
raise CondaRuntimeError(msg)
conda.exceptions.CondaRuntimeError: Runtime error: HTTPError: 404 Client Error: NOT FOUND for url: https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.8.0-np112py35_0.tar.bz2: https://conda.anaconda.org/conda-forge/linux-64/statsmodels-0.8.0-np112py35_0.tar.bz2
| 0.321164 |
Traceback (most recent call last):
"/usr/local/bin/bcbio_nextgen.py", line 207, in <module>
install.upgrade_bcbio(kwargs["args"])
"/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 93, in upgrade_bcbio
upgrade_bcbio_data(args, REMOTES)
"/bcbio-data/anaconda/lib/python2.7/site-packages/bcbio/install.py", line 282, in upgrade_bcbio_data
cbl_deploy.deploy(s)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/**init**.py", line 65, in deploy
_setup_vm(options, vm_launcher, actions)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/__init__.py", line 110, in _setup_vm
configure_instance(options, actions)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/__init__.py", line 268, in configure_instance
setup_biodata(options)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/deploy/**init**.py", line 250, in setup_biodata
install_proc(options["genomes"], ["ggd", "s3", "raw"])
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/genomes.py", line 345, in install_data
_prep_genomes(env, genomes, genome_indexes, ready_approaches)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/genomes.py", line 474, in _prep_genomes
retrieve_fn(env, manager, gid, idx)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/genomes.py", line 796, in _install_with_ggd
ggd.install_recipe(env.cwd, recipe_file)
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/ggd.py", line 30, in install_recipe
recipe["recipe"]["full"]["recipe_type"])
"/root/tmpbcbio-install/cloudbiolinux/cloudbio/biodata/ggd.py", line 62, in _run_recipe
subprocess.check_output(["bash", run_file])
"/bcbio-data/anaconda/lib/python2.7/subprocess.py", line 573, in check_output
raise CalledProcessError(retcode, cmd, output=output)subprocess.CalledProcessError: Command '['bash', '/bcbio-data/genomes/Hsapiens/GRCh37/txtmp/ggd-run.sh']' returned non-zero exit status 8 | Traceback (most recent call last):
"/home/arrfab/virtualenvs/ansible26/bin/ansible-playbook", line 118, in <module>
exit_code = cli.run()
"/home/arrfab/virtualenvs/ansible26/lib/python3.6/site-packages/ansible/cli/playbook.py", line 122, in run
results = pbex.run()
"/home/arrfab/virtualenvs/ansible26/lib/python3.6/site-packages/ansible/executor/playbook_executor.py", line 156, in run
result = self._tqm.run(play=play)
"/home/arrfab/virtualenvs/ansible26/lib/python3.6/site-packages/ansible/executor/task_queue_manager.py", line 292, in run
play_return = strategy.run(iterator, play_context)
"/home/arrfab/ansible/CentOS_dev/mitogen-0.2.8/ansible_mitogen/strategy.py", line 350, in run
lambda: run(iterator, play_context)
"/home/arrfab/ansible/CentOS_dev/mitogen-0.2.8/mitogen/core.py", line 633, in _profile_hook
return func(*args)
"/home/arrfab/ansible/CentOS_dev/mitogen-0.2.8/ansible_mitogen/strategy.py", line 350, in <lambda>
lambda: run(iterator, play_context)
"/home/arrfab/virtualenvs/ansible26/lib/python3.6/site-packages/ansible/plugins/strategy/linear.py", line 247, in run
action = action_loader.get(task.action, class_only=True)
"/home/arrfab/ansible/CentOS_dev/mitogen-0.2.8/ansible_mitogen/strategy.py", line 135, in wrap_action_loader__get
klass = action_loader__get(name, **get_kwargs)
"/home/arrfab/virtualenvs/ansible26/lib/python3.6/site-packages/ansible/plugins/loader.py", line 381, in get
obj = getattr(self._module_cache[path], self.class_name)
AttributeError: module 'ansible.plugins.action.service' has no attribute 'ActionModule'
| 0.291905 |
Traceback (most recent call last):
"/home/ayush/.local/bin/tensorflow-tts-preprocess", line 8, in <module>
sys.exit(main())
"/home/ayush/.local/lib/python3.7/site-packages/tensorflow_tts/bin/preprocess.py", line 313, in main
p.map(save_to_file, range(len(processor.items)))
"/home/ayush/.local/lib/python3.7/site-packages/pathos/multiprocessing.py", line 137, in map
return _pool.map(star(f), zip(*args)) # chunksize
"/home/ayush/.local/lib/python3.7/site-packages/multiprocess/pool.py", line 268, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
"/home/ayush/.local/lib/python3.7/site-packages/multiprocess/pool.py", line 657, in get
raise self._value
multiprocess.pool.MaybeEncodingError: Error sending result: '<multiprocess.pool.ExceptionWithTraceback object at 0x7f3e50b88190>'. Reason: 'PicklingError("Can't pickle <class 'numpy.core._exceptions.UFuncTypeError'>: it's not the same object as numpy.core._exceptions.UFuncTypeError")'
| ```Traceback (most recent call last):
"/home/hsm/Desktop/test1/Zeus-Scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
"/home/hsm/Desktop/test1/Zeus-Scanner/var/search/selenium_search.py", line 82, in get_urls
browser = var.search.SetBrowser(agent=user_agent, proxy=proxy, tor=tor, xforward=xforward).set_browser()
"/home/hsm/Desktop/test1/Zeus-Scanner/var/search/__init__.py", line 148, in set_browser
executable_path=whichcraft.which("geckodriver"))
"/usr/local/lib/python2.7/dist-packages/selenium/webdriver/firefox/webdriver.py", line 144, in __init__
self.service.start()
"/usr/local/lib/python2.7/dist-packages/selenium/webdriver/common/service.py", line 93, in start
(os.path.basename(self.path), self.start_error_message, str(e)))
"/usr/lib/python2.7/posixpath.py", line 114, in basename
i = p.rfind('/') + 1AttributeError: 'NoneType' object has no attribute 'rfind' | 0.272649 |
Traceback (most recent call last):
"s1typeinference.py", line 11, in <module>
print(thing(rec))
"/home/gmarkall/work/numba/numba/dispatcher.py", line 153, in _compile_for_args
return self.jit(sig)
"/home/gmarkall/work/numba/numba/dispatcher.py", line 144, in jit
return self.compile(sig, **kws)
"/home/gmarkall/work/numba/numba/dispatcher.py", line 279, in compile
flags=flags, locals=locs)
"/home/gmarkall/work/numba/numba/compiler.py", line 552, in compile_extra
return pipeline.compile_extra(func)
"/home/gmarkall/work/numba/numba/compiler.py", line 261, in compile_extra
return self.compile_bytecode(res.result, func_attr=self.func_attr)
"/home/gmarkall/work/numba/numba/compiler.py", line 275, in compile_bytecode
return self._compile_bytecode()
"/home/gmarkall/work/numba/numba/compiler.py", line 502, in _compile_bytecode
return self._run_pipeline(pipelines)
"/home/gmarkall/work/numba/numba/compiler.py", line 527, in _run_pipeline
raise _raise_error(msg, res.exception)
"/home/gmarkall/work/numba/numba/compiler.py", line 162, in __call__
res = self.func()
"/home/gmarkall/work/numba/numba/compiler.py", line 357, in stage_nopython_frontend
self.locals)
"/home/gmarkall/work/numba/numba/compiler.py", line 674, in type_inference_stage
infer.propagate()
"/home/gmarkall/work/numba/numba/typeinfer.py", line 386, in propagate
self.constrains.propagate(self.context, self.typevars)
"/home/gmarkall/work/numba/numba/typeinfer.py", line 118, in propagate
loc=constrain.loc)numba.typeinfer.TypingError: Failed at nopython frontend | Traceback (most recent call last):
"/usr/bin/opensnitch-ui", line 22, in <module>
from opensnitch.service import UIService
"/usr/local/lib/python3.8/dist-packages/opensnitch/service.py", line 17, in <module>
import ui_pb2
"/usr/local/lib/python3.8/dist-packages/opensnitch/ui_pb2.py", line 22, in <module>
create_key=_descriptor._internal_create_key,
AttributeError: module 'google.protobuf.descriptor' has no attribute '_internal_create_key'
| 0.208594 |
Traceback (most recent call last):
"/usr/bin/tilestache-seed.py", line 229, in <module>
ul = layer.projection.locationCoordinate(northwest)
"/usr/lib/python2.6/site-packages/ModestMaps/Geo.py", line 132, in locationCoordinate
point = self.project(point)TypeError: project() takes exactly 3 arguments (2 given) | Traceback (most recent call last):
"C:\Users\asche\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\blender-for-unrealengine\__init__.py", line 1150, in execute
bfu_exportasset.ExportForUnrealEngine()
"C:\Users\asche\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\blender-for-unrealengine\bfu_exportasset.py", line 460, in ExportForUnrealEngine
PrepareAndSaveDataForExport()
"C:\Users\asche\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\blender-for-unrealengine\bfu_exportasset.py", line 432, in PrepareAndSaveDataForExport
ExportAllAssetByList(GetAllobjectsByExportType("export_recursive"))
"C:\Users\asche\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\blender-for-unrealengine\bfu_exportasset.py", line 344, in ExportAllAssetByList
ExportSingleFbxMesh(GetObjExportDir(obj), GetObjExport
Name(obj), obj)
"C:\Users\asche\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\blender-for-unrealengine\bfu_exportasset.py", line 185, in ExportSingleFbxMesh
absdirpath = bpy.path.abspath(dirpath)
"C:\blender-2.80.0-git.427c75e4c20b-windows64\2.80\scripts\modules\bpy\path.py", line 88, in abspath
if start is None else start,
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xc4 in position 24: invalid continuation byte
| 0.161903 |
Traceback (most recent call last):
"<string>", line 2, in <module>
ModuleNotFoundError: No module named 'win32com'
| Traceback (most recent call last):
"/usr/local/bin/fusesoc", line 302, in <module>
run(parsed_args)
"/usr/local/bin/fusesoc", line 242, in run
args.func(args)
"/usr/local/bin/fusesoc", line 51, in build
backend.configure()
"/usr/local/lib/python2.7/dist-packages/fusesoc/build/ise.py", line 34, in configure
super(Ise, self).configure()
"/usr/local/lib/python2.7/dist-packages/fusesoc/build/backend.py", line 57, in configure
core.setup()
"/usr/local/lib/python2.7/dist-packages/fusesoc/core.py", line 98, in setup
if self.provider.fetch():
"/usr/local/lib/python2.7/dist-packages/fusesoc/provider/github.py", line 26, in fetch
self._checkout(self.files_root)
"/usr/local/lib/python2.7/dist-packages/fusesoc/provider/github.py", line 47, in _checkout
(filename, headers) = urllib.urlretrieve(url)
"/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
return _urlopener.retrieve(url, filename, reporthook, data)
"/usr/lib/python2.7/urllib.py", line 239, in retrieve
fp = self.open(url, data)
"/usr/lib/python2.7/urllib.py", line 207, in open
return getattr(self, name)(url)
"/usr/lib/python2.7/urllib.py", line 344, in open_http
h.endheaders(data)
"/usr/lib/python2.7/httplib.py", line 954, in endheaders
self._send_output(message_body)
"/usr/lib/python2.7/httplib.py", line 814, in _send_output
self.send(msg)
"/usr/lib/python2.7/httplib.py", line 776, in send
self.connect()
"/usr/lib/python2.7/httplib.py", line 757, in connect
self.timeout, self.source_address)
"/usr/lib/python2.7/socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):IOError: [Errno socket error] [Errno -2] Name or service not known | 0.207107 |
Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"./svtplay-dl/__main__.py", line 13, in <module>
"./svtplay-dl/svtplay_dl/**init**.py", line 402, in main
"./svtplay-dl/svtplay_dl/**init**.py", line 165, in get_media
"./svtplay-dl/svtplay_dl/**init**.py", line 245, in get_one_media
"./svtplay-dl/svtplay_dl/subtitle/**init**.py", line 31, in download
"./svtplay-dl/svtplay_dl/subtitle/**init**.py", line 107, in sami
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errxml.etree.ElementTree.ParseError: not well-formed (invalid token): line 901, column 102 | Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/awscli/customizations/s3/executor.py", line 211, in run
function()
"/usr/lib/python2.6/site-packages/awscli/customizations/s3/tasks.py", line 310, in __call__
self._context.wait_for_completion()
"/usr/lib/python2.6/site-packages/awscli/customizations/s3/tasks.py", line 733, in wait_for_completion
"Download has been cancelled.")DownloadCancelledError: Download has been cancelled. | 0.146828 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3320, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.rugby-league.com/article/54353/the-betfred-league--podcast-returns
| Traceback (most recent call last):
"c:\users\ww\appdata\local\programs\python\python36\lib\site-packages\aws_lambda_builders\workflows\python_pip\actions.py", line 39, in execute
self.scratch_dir
"c:\users\ww\appdata\local\programs\python\python36\lib\site-packages\aws_lambda_builders\workflows\python_pip\packager.py", line 143, in build_dependencies
requirements_path, artifacts_dir_path, scratch_dir_path)
"c:\users\ww\appdata\local\programs\python\python36\lib\site-packages\aws_lambda_builders\workflows\python_pip\packager.py", line 212, in build_site_packages
raise MissingDependencyError(packages_without_wheels)
aws_lambda_builders.workflows.python_pip.packager.MissingDependencyError: {bcrypt==3.1.7(wheel), cryptography==2.7(wheel), pynacl==1.3.0(wheel)}
| 0.263573 |
Traceback (most recent call last):
"/home/r1413/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 419, in download
for chunk in resp.iter_content(2**14):
"/home/r1413/anaconda3/lib/python3.5/site-packages/requests/models.py", line 671, in generate
raise ConnectionError(e)
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='repo.continuum.io', port=443): Read timed out.
|
Traceback (most recent call last):
"/home/ubuntu/anaconda3/lib/python3.6/distutils/unixccompiler.py", line 118, in _compile
extra_postargs)
"/home/ubuntu/anaconda3/lib/python3.6/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/home/ubuntu/anaconda3/lib/python3.6/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/home/ubuntu/anaconda3/lib/python3.6/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command '/usr/bin/gcc' failed with exit status 1
| 0.234064 |
Traceback (most recent call last):
"/home/eduardo/bin/ocrmypdf", line 11, in <module>
sys.exit(run_pipeline())
TypeError: run_pipeline() missing 1 required positional argument: 'options'
| Traceback (most recent call last):
"C:\Users\lucas_cimon\AppData\Roaming\Python\Python36\site-packages\pre_commit\error_handler.py", line 44, in error_handler
yield
"C:\Users\lucas_cimon\AppData\Roaming\Python\Python36\site-packages\pre_commit\main.py", line 231, in main
return run(runner, args)
"C:\Users\lucas_cimon\AppData\Roaming\Python\Python36\site-packages\pre_commit\commands\run.py", line 249, in run
with ctx:
"d:\devhome\tools\python36\lib\contextlib.py", line 81, in __enter__
return next(self.gen)
"C:\Users\lucas_cimon\AppData\Roaming\Python\Python36\site-packages\pre_commit\staged_files_only.py", line 46, in staged_files_only
with io.open(patch_filename, 'wb') as patch_file:
NotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\lucas_cimon/.cache\\pre-commit\\patch1505684784'
| 0.323227 |
Traceback (most recent call last):
"/usr/local/bin/attic", line 3, in <module>
main()
"/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 728, in main
exit_code = archiver.run(sys.argv[1:])
"/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 718, in run
return args.func(args)
"/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 59, in do_init
repository = self.open_repository(args.repository, create=True, exclusive=True)
"/usr/local/lib/python3.4/dist-packages/attic/archiver.py", line 32, in open_repository
repository = RemoteRepository(location, create=create)
"/usr/local/lib/python3.4/dist-packages/attic/remote.py", line 119, in __init__
version = self.call('negotiate', 1)
"/usr/local/lib/python3.4/dist-packages/attic/remote.py", line 128, in call
for resp in self.call_many(cmd, [args], **kw):
"/usr/local/lib/python3.4/dist-packages/attic/remote.py", line 176, in call_many
for type, msgid, error, res in self.unpacker:TypeError: 'int' object is not iterable | Traceback (most recent call last):
"load_class_test.py", line 16, in <module>
reader = imageio.get_reader(filename, 'ffmpeg')
"/usr/local/lib/python2.7/site-packages/imageio/core/functions.py", line 111, in get_reader
return format.get_reader(request)
"/usr/local/lib/python2.7/site-packages/imageio/core/format.py", line 158, in get_reader
return self.Reader(self, request)
"/usr/local/lib/python2.7/site-packages/imageio/core/format.py", line 207, in __init__
self._open(**self.request.kwargs.copy())
"/usr/local/lib/python2.7/site-packages/imageio/plugins/ffmpeg.py", line 260, in _open
self._initialize()
"/usr/local/lib/python2.7/site-packages/imageio/plugins/ffmpeg.py", line 326, in _initialize
stdout=sp.PIPE, stderr=sp.PIPE)
"/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
"/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1223, in _execute_child
errpipe_read, errpipe_write = self.pipe_cloexec()
"/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1175, in pipe_cloexec
r, w = os.pipe()OSError: [Errno 24] Too many open files | 0.301961 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 856, in _decrypt_signature
video_id, player_url, s
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 771, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 834, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/local/bin/youtube-dl/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'gr'; 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:\Miniconda3\lib\site-packages\curio\kernel.py", line 365, in run
op, *args = current.coro.send(current.next_value)
"c:\Miniconda3\lib\site-packages\curio\monitor.py", line 143, in monitor
await monrun(kernel)
"c:\Miniconda3\lib\site-packages\curio\monitor.py", line 70, in monrun
stdin = Stream(sys.stdin.buffer.raw)
"c:\Miniconda3\lib\site-packages\curio\io.py", line 276, in __init__
os.set_blocking(self._fileno, False)AttributeError: module 'os' has no attribute 'set_blocking' | 0.196933 |
Traceback (most recent call last):
"/usr/lib64/python3.3/site-packages/gi/overrides/GLib.py", line 633, in <lambda>
return (lambda data: callback(*data), user_data)
"/usr/lib/python3.3/site-packages/bcloud/gutil.py", line 101, in _dump_image
Gio.
QueryInfoFlags.NONE)TypeError: query_info() takes exactly 4 arguments (3 given) | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.6/dist-packages/tensorflow/__init__.py", line 24, in <module>
from tensorflow.python import pywrap_tensorflow
# pylint: disable=unused-import
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| 0.309603 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web_protocol.py", line 390, in start
resp = await self._request_handler(request)
"/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web_app.py", line 366, in _handle
resp = await handler(request)
"/srv/homeassistant/lib/python3.5/site-packages/aiohttp/web_middlewares.py", line 106, in impl
return await handler(request)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/real_ip.py", line 34, in real_ip_middleware
return await handler(request)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/http/view.py", line 113, in handle
result = await result
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/emulated_hue/hue_api.py", line 197, in put
parsed = parse_hue_api_put_light_body(request_json, entity)
"/srv/homeassistant/lib/python3.5/site-packages/homeassistant/components/emulated_hue/hue_api.py", line 344, in parse_hue_api_put_light_body
return (result, brightness) if report_brightness else (result, None)
UnboundLocalError: local variable 'report_brightness' referenced before assignment
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.7/site-packages/miio/airhumidifier.py", line 254, in status
properties
"/usr/local/lib/python3.7/site-packages/miio/device.py", line 286, in send
return self.send(command, parameters, retry_count - 1)
"/usr/local/lib/python3.7/site-packages/miio/device.py", line 270, in send
raise DeviceError(m.data.value["error"])
miio.exceptions.DeviceError: {'code': -9999, 'message': 'UART timeout'}
| 0.325797 |
Traceback (most recent call last):
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/gevent/pywsgi.py", line 508, in handle_one_response
self.run_application()
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/geventwebsocket/handler.py", line 88, in run_application
return super(WebSocketHandler, self).run_application()
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/gevent/pywsgi.py", line 494, in run_application
self.result = self.application(self.environ, self.start_response)
"/opt/malcom/Malcom/web/webserver.py", line 76, in malcom_app
return app(environ, start_response)
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1836, in **call**
return self.wsgi_app(environ, start_response)
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1820, in wsgi_app
response = self.make_response(self.handle_exception(e))
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1403, in handle_exception
reraise(exc_type, exc_value, tb)
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
"/opt/malcom/env-malcom/local/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/opt/malcom/Malcom/web/webserver.py", line 448, in sniffer_session_delete
g.a.data.del_sniffer_session(session_name)
"/opt/malcom/Malcom/model/model.py", line 99, in del_sniffer_session
filename = session['name'] + ".pcap"TypeError: 'NoneType' object has no attribute '**getitem**' | Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/tensorflow/python/training/coordinator.py", line 297, in stop_on_exception
yield
"/usr/local/lib/python3.7/dist-packages/tensorflow/python/distribute/mirrored_run.py", line 323, in run
self.main_result = self.main_fn(*self.main_args, **self.main_kwargs)
"/usr/local/lib/python3.7/dist-packages/tensorflow/python/autograph/impl/api.py", line 258, in wrapper
raise e.ag_error_metadata.to_exception(e)
RuntimeError: in user code:
| 0.287429 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named ssl
| Traceback (most recent call last):
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/data1/achaptykov/model/googlebert/language/question_answering/bert_joint/prepare_nq_data.py", line 90, in <module>
tf.app.run()
"/data1/achaptykov/model/googlebert/env/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"/data1/achaptykov/model/googlebert/language/question_answering/bert_joint/prepare_nq_data.py", line 69, in main
for example in get_examples(FLAGS.input_jsonl):
"/data1/achaptykov/model/googlebert/language/question_answering/bert_joint/prepare_nq_data.py", line 59, in get_examples
for line in input_file:
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/gzip.py", line 374, in readline
return self._buffer.readline(size)
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/_compression.py", line 68, in readinto
data = self.read(len(byte_view))
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/gzip.py", line 463, in read
if not self._read_gzip_header():
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/gzip.py", line 406, in _read_gzip_header
magic = self._fp.read(2)
"/home/achaptykov/anaconda3/envs/py36-test/lib/python3.6/gzip.py", line 91, in read
self.file.read(size-self._length+read)
TypeError: can't concat str to bytes
| 0.327875 |
Traceback (most recent call last):
"/opt/openstates/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle
return self.do_handle(args, other, juris)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle
report['scrape'] = self.do_scrape(juris, args, scrapers)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape
for obj in self.scrape(**kwargs) or []:
"/opt/openstates/openstates/openstates/ms/bills.py", line 52, in scrape
yield from self.scrape_bills(chamber, session)
"/opt/openstates/openstates/openstates/ms/bills.py", line 189, in scrape_bills
bill.add_document_link("Veto", version_url)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/bill.py", line 106, in add_document_link
on_duplicate=on_duplicate)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 299, in _add_associated_link
raise ScrapeValueError("Duplicate entry in '%s' - URL: '%s'" % (collection, url))pupa.exceptions.ScrapeValueError: Duplicate entry in 'documents' - URL: 'http://billstatus.ls.state.ms.us/documents/2018/html/veto/HB1476.htm' | Traceback (most recent call last):
"c:/Users/Student/Documents/aws_api.py", line 23, in <module>
response = client.get_cost_and_usage_with_resources(
"C:\Users\Student\AppData\Roaming\Python\Python38\site-packages\botocore\client.py", line 316, in _api_call
return self._make_api_call(operation_name, kwargs)
"C:\Users\Student\AppData\Roaming\Python\Python38\site-packages\botocore\client.py", line 626, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the GetCostAndUsageWithResources operation: Start date is more than 14 days ago
| 0.271361 |
Traceback (most recent call last):
"/home/jack/anaconda3/lib/python3.6/site-packages/conda/exceptions.py", line 1134, in print_unexpected_error_report
message_builder.append(get_main_info_str(error_report['conda_info']))
"/home/jack/anaconda3/lib/python3.6/site-packages/conda/cli/main_info.py", line 230, in get_main_info_str
info_dict['_' + key] = ('\n' + 26 * ' ').join(info_dict[key])
KeyError: 'pkgs_dirs'
| Traceback (most recent call last):
"HiddenEye.py", line 48, in <module>
server_runner.server_selection(port)
"/home/ankit/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 50, in server_selection
start_ngrok(port)
# FIXED
"/home/ankit/HiddenEye/Defs/ActionManager/Server/server_runner.py", line 161, in start_ngrok
ngrok.connect(port=int(port))
"/usr/local/lib/python3.8/dist-packages/pyngrok/ngrok.py", line 183, in connect
api_url = get_ngrok_process(ngrok_path, config_path, auth_token, region).api_url
"/usr/local/lib/python3.8/dist-packages/pyngrok/ngrok.py", line 133, in get_ngrok_process
ensure_ngrok_installed(ngrok_path)
"/usr/local/lib/python3.8/dist-packages/pyngrok/ngrok.py", line 81, in ensure_ngrok_installed
install_ngrok(ngrok_path)
"/usr/local/lib/python3.8/dist-packages/pyngrok/installer.py", line 110, in install_ngrok
raise PyngrokNgrokInstallError("An error occurred while downloading ngrok from {}: {}".format(url, e))
pyngrok.exception.PyngrokNgrokInstallError: An error occurred while downloading ngrok from https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-amd64.zip: The read operation timed out
| 0.218988 |
Traceback (most recent call last):
"/Users/myname/.azure/cliextensions/webapp/azext_webapp/tunnel.py", line 175, in _listen_to_client
ws_socket.send_binary(responseData)
"/usr/local/Cellar/azure-cli/2.0.60/libexec/lib/python3.7/site-packages/websocket/_core.py", line 284, in send_binary
return self.send(payload, ABNF.OPCODE_BINARY)
"/usr/local/Cellar/azure-cli/2.0.60/libexec/lib/python3.7/site-packages/websocket/_core.py", line 253, in send
return self.send_frame(frame)
"/usr/local/Cellar/azure-cli/2.0.60/libexec/lib/python3.7/site-packages/websocket/_core.py", line 278, in send_frame
l = self._send(data)
"/usr/local/Cellar/azure-cli/2.0.60/libexec/lib/python3.7/site-packages/websocket/_core.py", line 448, in _send
return send(self.sock, data)
"/usr/local/Cellar/azure-cli/2.0.60/libexec/lib/python3.7/site-packages/websocket/_socket.py", line 151, in send
return _send()
"/usr/local/Cellar/azure-cli/2.0.60/libexec/lib/python3.7/site-packages/websocket/_socket.py", line 136, in _send
return sock.send(data)
"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 984, in send
return self._sslobj.write(data)
BrokenPipeError: [Errno 32] Broken pipe
| Traceback (most recent call last):
"/srv/flexget/lib/python3.6/site-packages/flexget/task.py", line 521, in __run_plugin
result = method(*args, **kwargs)
"/srv/flexget/lib/python3.6/site-packages/flexget/event.py", line 20, in __call__
return self.func(*args, **kwargs)
"/srv/flexget/lib/python3.6/site-packages/flexget/components/series/configure_series.py", line 53, in on_task_prepare
result = method(task, input_config)
"/srv/flexget/lib/python3.6/site-packages/flexget/event.py", line 20, in __call__
return self.func(*args, **kwargs)
"/srv/flexget/lib/python3.6/site-packages/flexget/plugins/input/medusa.py", line 81, in on_task_input
'{}/series'.format(base_url), params=params, headers=headers
"/srv/flexget/lib/python3.6/site-packages/requests/sessions.py", line 546, in get
return self.request('GET', url, **kwargs)
"/srv/flexget/lib/python3.6/site-packages/flexget/utils/requests.py", line 257, in request
result.raise_for_status()
"/srv/flexget/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url: http://192.168.17.204:8081/api/v2/series?limit=1000
| 0.250683 |
Traceback (most recent call last):
"/build/locust-1.4.3/locust/test/test_web.py", line 123, in test_stats_cache
response = requests.get("http://127.0.0.1:%i/stats/requests" % self.web_port)
"/usr/lib/python3/dist-packages/requests/api.py", line 76, in get
return request('get', url, params=params, **kwargs)
"/usr/lib/python3/dist-packages/requests/api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3/dist-packages/requests/adapters.py", line 510, in send
raise ProxyError(e, request=request)
requests.exceptions.ProxyError: HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: http://127.0.0.1:42203/stats/requests (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc65338f910>: Failed to establish a new connection: [Errno 111] Connection refused')))
| Traceback (most recent call last):
"/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 784, in extract_info
ie_result = ie.extract(url)
"/bin/youtube-dl/youtube_dl/extractor/common.py", line 437, in extract
ie_result = self._real_extract(url)
"/bin/youtube-dl/youtube_dl/extractor/itv.py", line 114, in _real_extract
raise ExtractorError('%s said: %s' % (self.IE_NAME, fault_string))
ExtractorError: ITV said: Video production has no renditions for DotCom platform.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.141434 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/tensorflow/python/training/coordinator.py", line 297, in stop_on_exception
yield
"/usr/local/lib/python3.7/dist-packages/tensorflow/python/distribute/mirrored_run.py", line 323, in run
self.main_result = self.main_fn(*self.main_args, **self.main_kwargs)
"/usr/local/lib/python3.7/dist-packages/tensorflow/python/autograph/impl/api.py", line 258, in wrapper
raise e.ag_error_metadata.to_exception(e)
RuntimeError: in user code:
| Traceback (most recent call last):
"/usr/bin/curator_cli", line 11, in <module>
load_entry_point('elasticsearch-curator==4.2.5', 'console_scripts', 'curator_cli')()
"/usr/lib/python2.7/dist-packages/curator/curator_cli.py", line 5, in main
cli(obj={})
"/usr/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
"/usr/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/lib/python2.7/dist-packages/curator/singletons.py", line 532, in show_indices_singleton
client = get_client(**c_args)
"/usr/lib/python2.7/dist-packages/curator/utils.py", line 603, in get_client
'Error: {0}'.format(e)
elasticsearch.exceptions.ElasticsearchException: Unable to create client connection to Elasticsearch.
Error: Elasticsearch version 6.4.0 incompatible with this version of Curator (6.4.0)
| 0.23323 |
Traceback (most recent call last):
"/usr/local/bin/livestreamer", line 9, in <module>
load_entry_point('livestreamer==1.7.0', 'console_scripts', 'livestreamer')()
"/Library/Python/2.6/site-packages/livestreamer_cli/main.py", line 653, in main
handle_url()
"/Library/Python/2.6/site-packages/livestreamer_cli/main.py", line 422, in handle_url
streams = fetch_streams(plugin)
"/Library/Python/2.6/site-packages/livestreamer_cli/main.py", line 366, in fetch_streams
sorting_excludes=args.stream_sorting_excludes)
"/Library/Python/2.6/site-packages/livestreamer/plugin/plugin.py", line 219, in get_streams
ostreams = self._get_streams()
"/Library/Python/2.6/site-packages/livestreamer/plugins/justintv_common.py", line 300, in _get_streams
return self._get_live_streams()
"/Library/Python/2.6/site-packages/livestreamer/plugins/twitch.py", line 138, in _get_live_streams
sig, token = self._access_token()
"/Library/Python/2.6/site-packages/livestreamer/plugins/twitch.py", line 103, in _access_token
sig, token = self.api.channel_access_token(self.channel)
"/Library/Python/2.6/site-packages/livestreamer/plugins/twitch.py", line 49, in channel_access_token
res = self.call("/api/channels/{0}/access_token".format(channel))
"/Library/Python/2.6/site-packages/livestreamer/plugins/twitch.py", line 39, in call
res = urlget(url, params=params, session=self.session)
"/Library/Python/2.6/site-packages/livestreamer/utils.py", line 43, in urlget
_args, *_kw)
"/Library/Python/2.6/site-packages/livestreamer/utils.py", line 27, in urlopen
res = session.request(method, url, timeout=timeout, _args, *_kw)
"/Users/adamxp12/.local/lib/python2.6/site-packages/requests/sessions.py", line 361, in request
resp = self.send(prep, *_send_kwargs)
"/Users/adamxp12/.local/lib/python2.6/site-packages/requests/sessions.py", line 464, in send
r = adapter.send(request, *_kwargs)
"/Users/adamxp12/.local/lib/python2.6/site-packages/requests/adapters.py", line 321, in send
timeout=timeout
"/Users/adamxp12/.local/lib/python2.6/site-packages/requests/packages/urllib3/connectionpool.py", line 471, in urlopen
body=body, headers=headers)
"/Users/adamxp12/.local/lib/python2.6/site-packages/requests/packages/urllib3/connectionpool.py", line 285, in _make_request
conn.request(method, url, **httplib_request_kw)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 874, in request
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 911, in _send_request
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 868, in endheaders
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 740, in _send_output
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/httplib.py", line 699, in send
"/Users/adamxp12/.local/lib/python2.6/site-packages/requests/packages/urllib3/connection.py", line 83, in connect
if self._tunnel_host:AttributeError: VerifiedHTTPSConnection instance has no attribute '_tunnel_host' | Traceback (most recent call last):
"c:\users\fermispm\appdata\local\programs\python\python38\lib\site-packages\cellprofiler_core\utilities\core\modules\__init__.py", line 71, in add_module
m = __import__(mod, globals(), locals(), ["__all__"], 0)
"c:\users\fermispm\appdata\local\programs\python\python38\lib\site-packages\cellprofiler\modules\resizeobjects.py", line 10, in <module>
from cellprofiler.modules import _help
"c:\users\fermispm\appdata\local\programs\python\python38\lib\site-packages\cellprofiler\modules\_help.py", line 9, in <module>
import cellprofiler.gui.help.content
"c:\users\fermispm\appdata\local\programs\python\python38\lib\site-packages\cellprofiler\gui\help\content.py", line 60, in <module>
MODULE_HELP_BUTTON = image_resource("module_help.png")
"c:\users\fermispm\appdata\local\programs\python\python38\lib\site-packages\cellprofiler\gui\help\content.py", line 28, in image_resource
relpath = os.path.relpath(
"c:\users\fermispm\appdata\local\programs\python\python38\lib\ntpath.py", line 703, in relpath
raise ValueError("path is on mount %r, start on mount %r" % (
ValueError: path is on mount 'c:', start on mount 'E:'
| 0.269327 |
Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| Traceback (most recent call last):
"site-packages\eth_account\account.py", line 583, in _parsePrivateKey
"site-packages\eth_keys\datatypes.py", line 252, in __init__
"site-packages\eth_keys\validation.py", line 91, in validate_private_key_bytes
"site-packages\eth_keys\validation.py", line 56, in validate_bytes_length
eth_keys.exceptions.ValidationError: Unexpected private key length: Expected 32, but got 30 bytes
| 0.278974 |
Traceback (most recent call last):
"sqlmap.py", line 139, in main
init()
"lib/core/option.py", line 2618, in init
_createTemporaryDirectory()
"lib/core/option.py", line 1593, in _createTemporaryDirectory
tempfile.tempdir = tempfile.mkdtemp(prefix="sqlmap", suffix=str(os.getpid()))
"Volumes/BADA/repos/my/sqlmapchik/.buildozer/android/platform/python-for-android/dist/sqlmapchik/private/lib/python2.7/tempfile.py", line 318, in mkdtempOSError: [Errno 2] No such file or directory: '/tmp/sqlmapNwakYf296067294' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/~/src/Robinhood/Robinhood/Robinhood.py", line 474, in get_historical_quotes
self.raiseForStatus(res)
"/~/src/Robinhood/Robinhood/Robinhood.py", line 121, in raiseForStatus
res.raise_for_status()
"/~/src/Robinhood/py3/lib/python3.4/site-packages/requests/models.py", line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: (('400 Client Error: Bad Request for url: https://api.robinhood.com/quotes/historicals/?symbols=AAPL&bounds=regular&interval=day&span=week',),
| 0.127004 |
Traceback (most recent call last):
"/home/zjj/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1334, in _do_call
return fn(*args)
"/home/zjj/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1319, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"/home/zjj/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1407, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InternalError: Blas xGEMMBatched launch failed : a.shape=[131072,8,8], b.shape=[131072,8,24], m=8, n=24, k=8, batch_size=131072
| Traceback (most recent call last):
"//anaconda/bin/conda", line 5, in <module>
sys.exit(main())
"//anaconda/lib/python3.4/site-packages/conda/cli/main.py", line 202, in main
args_func(args, p)
"//anaconda/lib/python3.4/site-packages/conda/cli/main.py", line 207, in args_func
args.func(args, p)
"//anaconda/lib/python3.4/site-packages/conda/cli/main_install.py", line 46, in execute
install.install(args, parser, 'install')
"//anaconda/lib/python3.4/site-packages/conda/cli/install.py", line 217, in install
verbose=not args.quiet)
"//anaconda/lib/python3.4/site-packages/conda/misc.py", line 213, in install_local_packages
execute_actions(actions, verbose=verbose)
"//anaconda/lib/python3.4/site-packages/conda/plan.py", line 502, in execute_actions
inst.execute_instructions(plan, index, verbose)
"//anaconda/lib/python3.4/site-packages/conda/instructions.py", line 140, in execute_instructions
cmd(state, arg)
"//anaconda/lib/python3.4/site-packages/conda/instructions.py", line 84, in LINK_CMD
link(state['prefix'], arg, index=state['index'])
"//anaconda/lib/python3.4/site-packages/conda/instructions.py", line 80, in link
install.link(pkgs_dir, prefix, dist, lt, index=index)
"//anaconda/lib/python3.4/site-packages/conda/install.py", line 513, in link
files = list(yield_lines(join(info_dir, 'files')))
"//anaconda/lib/python3.4/site-packages/conda/install.py", line 193, in yield_lines
for line in open(path):
NotFoundError: [Errno 2] No such file or directory: '//anaconda/pkgs/pycairo-1.10.0/info/files' | 0.299022 |
"exception": "Traceback (most recent call last):\n
\"/tmp/ansible_vmware_datastore_info_payload_KIv1TA/ansible_vmware_datastore_info_payload.zip/ansible/module_utils/vmware.py\", line 32, in <module>\n
from pyVim import connect\nImportError: No module named pyVim\n",
"invocation": {
| Traceback (most recent call last):
"/tmp/django-mptt/tests/myapp/tests.py", line 1917, in setUp
OrderedInsertion.objects.create(name="a")
"/tmp/django-mptt-env/local/lib/python2.7/site-packages/django/db/models/manager.py", line 122, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"/tmp/django-mptt-env/local/lib/python2.7/site-packages/django/db/models/query.py", line 396, in create
obj = self.model(**kwargs)
"../mptt/models.py", line 390, in __init__
self._mptt_meta.update_mptt_cached_fields(self)
"../mptt/models.py", line 135, in update_mptt_cached_fields
if instance._deferred:AttributeError: 'OrderedInsertion' object has no attribute '_deferred' | 0.228842 |
Traceback (most recent call last):
"/usr/bin/openrazer-daemon", line 177, in <module>
run()
"/usr/bin/openrazer-daemon", line 172, in run
logger=logger)
TypeError: __init__() got an unexpected keyword argument 'foreground'
| Traceback (most recent call last):
"test2.py", line 13, in <module>
p = model_inference.predict(img, False)
"/home/ernestas/.local/lib/python3.8/site-packages/yolact_edge/inference.py", line 388, in predict
preds = self.net(batch, extras=extras)["pred_outs"]
"/home/ernestas/.local/lib/python3.8/site-packages/torch/nn/modules/module.py", line 727, in _call_impl
result = self.forward(*input, **kwargs)
"/home/ernestas/.local/lib/python3.8/site-packages/yolact_edge/yolact.py", line 1798, in forward
outs_wrapper["pred_outs"] = self.detect(pred_outs)
"/home/ernestas/.local/lib/python3.8/site-packages/yolact_edge/layers/functions/detection.py", line 75, in __call__
result = self.detect(batch_idx, conf_preds, decoded_boxes, mask_data, inst_data)
"/home/ernestas/.local/lib/python3.8/site-packages/yolact_edge/layers/functions/detection.py", line 107, in detect
boxes, masks, classes, scores = self.traditional_nms(boxes, masks, scores, self.nms_thresh, self.conf_thresh)
"/home/ernestas/.local/lib/python3.8/site-packages/yolact_edge/layers/functions/detection.py", line 260, in traditional_nms
preds = torch.cat([boxes[conf_mask], cls_scores[:, None]], dim=1).cpu().numpy()
RuntimeError: Sizes of tensors must match except in dimension 2. Got 14 and 4 (The offending index is 0)
| 0.299004 |
Traceback (most recent call last):
"main.py", line 20, in <module>
import quepy
"/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/quepy/__init__.py", line 17, in <module>
from quepy.quepyapp import install, QuepyApp
"/opt/rh/rh-python35/root/usr/lib/python3.5/site-packages/quepy/quepyapp.py", line 41
except ImportError, error:
^
SyntaxError: invalid syntax | Traceback (most recent call last):
"wechat_jump_auto.py", line 236, in <module>
main()
"wechat_jump_auto.py", line 223, in main
im = Image.open('./autojump.png')
"D:\Anaconda\Anaconda\lib\site-packages\PIL\Image.py", line 2572, in open
% (filename if filename else fp))
OSError: cannot identify image file './autojump.png'
| 0.315218 |
Traceback (most recent call last):
"/home/mficek/repos/pandas-mficek/pandas/tests/frame/bugreport.py", line 24, in <module>
assert_frame_equal(df_sorted, df_reversed)
"/home/mficek/repos/pandas-mficek/pandas/util/testing.py", line 1363, in assert_frame_equal
obj='{0}.index'.format(obj))
"/home/mficek/repos/pandas-mficek/pandas/util/testing.py", line 939, in assert_index_equal
obj=obj, lobj=left, robj=right)
"pandas/_libs/testing.pyx", line 59, in pandas._libs.testing.assert_almost_equal
"pandas/_libs/testing.pyx", line 173, in pandas._libs.testing.assert_almost_equal
"/home/mficek/repos/pandas-mficek/pandas/util/testing.py", line 1102, in raise_assert_detail
raise AssertionError(msg)
AssertionError: DataFrame.index are different
| WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature
video_id, player_url, len(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.215591 |
Traceback (most recent call last):
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/demo/./manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/core/management/base.py", line 393, in execute
self.check()
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/core/management/base.py", line 419, in check
all_issues = checks.run_checks(
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/core/checks/registry.py", line 76, in run_checks
new_errors = check(app_configs=app_configs, databases=databases)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/admin/checks.py", line 63, in get_form_class_check
if not issubclass(edit_handler.get_form_class(), WagtailAdminPageForm):
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/admin/edit_handlers.py", line 355, in get_form_class
return get_form_for_model(
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/admin/edit_handlers.py", line 67, in get_form_for_model
return metaclass(class_name, (form_class,), form_class_attrs)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/admin/forms/models.py", line 75, in __new__
new_class = super(WagtailAdminModelFormMetaclass, cls).__new__(cls, name, bases, attrs)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/modelcluster/forms.py", line 234, in __new__
new_class = super(ClusterFormMetaclass, cls).__new__(cls, name, bases, attrs)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/forms/models.py", line 261, in __new__
fields = fields_for_model(
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/forms/models.py", line 187, in fields_for_model
formfield = formfield_callback(f, **kwargs)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/admin/forms/models.py", line 56, in formfield_for_dbfield
return db_field.formfield(**kwargs)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/core/fields.py", line 148, in formfield
return super().formfield(**defaults)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/db/models/fields/__init__.py", line 948, in formfield
return form_class(**defaults)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/core/blocks/base.py", line 531, in __init__
kwargs['widget'] = BlockWidget(block)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/core/blocks/base.py", line 478, in __init__
self.js_context = JSContext()
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/telepath/__init__.py", line 181, in __init__
self.media = self.base_media
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/core/telepath.py", line 11, in base_media
versioned_static(self.telepath_js_path),
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/wagtail/admin/staticfiles.py", line 48, in versioned_static
base_url = static(path)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/templatetags/static.py", line 167, in static
return StaticNode.handle_simple(path)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/templatetags/static.py", line 118, in handle_simple
return staticfiles_storage.url(path)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 147, in url
return self._url(self.stored_name, name, force)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 126, in _url
hashed_name = hashed_name_func(*args)
"/Users/tomkins/.virtualenvs/tmp-ec5df8b3f9892a8/lib/python3.9/site-packages/django/contrib/staticfiles/storage.py", line 417, in stored_name
raise ValueError("Missing staticfiles manifest entry for '%s'" % clean_name)
ValueError: Missing staticfiles manifest entry for 'wagtailadmin/js/telepath/telepath.js'
| Traceback (most recent call last):
".../scipy-0.18.0/build/testenv/lib/python3.5/site-packages/scipy/linalg/tests/test_decomp.py", line 729, in test_check_finite
p, l, u = lu(self.a, check_finite=False)
".../scipy-0.18.0/build/testenv/lib/python3.5/site-packages/scipy/linalg/decomp_lu.py", line 185, in lu
p, l, u, info = flu(a1, permute_l=permute_l, overwrite_a=overwrite_a)TypeError: 'NoneType' object is not callable | 0.269644 |
Traceback (most recent call last):
"demo.py", line 195, in <module>
fasterRCNN.load_state_dict(checkpoint['model'])
"/home/xuan/anaconda3/envs/pytorch1.0/lib/python3.6/site-packages/torch/nn/modules/module.py", line 769, in load_state_dict
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for vgg16:
| 4月 26 07:54:18.74 - [ERROR] Except stack:Traceback (most recent call last):
"/home/helong/XXnet/XX-Net-3.3.0/code/default/gae_proxy/local/proxy_handler.py", line 314, in do_CONNECT_AGENT self.raw_requestline = self.rfile.readline(65537)
"/usr/lib/python2.7/socket.py", line 480, in readline data = self._sock.recv(self._rbufsize)
"/usr/lib/python2.7/ssl.py", line 756, in recv return self.read(buflen)
"/usr/lib/python2.7/ssl.py", line 643, in read v = self._sslobj.read(len) SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c :1754)
| 0.329677 |
Traceback (most recent call last):
"PCA_demo_without_labels.py", line 24, in <module>
split_type='sequential', save_csv=True)
"../loglizer/dataloader.py", line 102, in load_HDFS
print(y_train.sum(), y_test.sum())
UnboundLocalError: local variable 'y_train' referenced before assignment
| Traceback (most recent call last):
"./youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"./youtube-dl/youtube_dl/extractor/common.py", line 167, in extract
return self._real_extract(url)
"./youtube-dl/youtube_dl/extractor/generic.py", line 751, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://creative.arte.tv/fr/community/salam-love; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.153619 |
Traceback (most recent call last):
"/mnt/gen2/TmpDir/portage/dev-python/peewee-2.2.1/work/peewee-2.2.1/peewee.py", line 2223, in execute_sql
res = cursor.execute(sql, params or ())sqlite3.OperationalError: database table is locked | Traceback (most recent call last):
"test.py", line 14, in <module>
assert inserted_at == now, "%s is not equal to %s" % (inserted_at, now)
AssertionError: 2018-06-14 11:52:07 is not equal to 2018-06-14 11:52:07.252640
| 0.226517 |
Traceback (most recent call last):
"./tools/run-dev-queue-processors", line 14, in <module>
from zerver.worker.queue_processors import get_active_worker_queues
"./tools/../zerver/worker/queue_processors.py", line 14, in <module>
from zerver.lib.actions import do_send_confirmation_email, \
"./tools/../zerver/lib/actions.py", line 12, in <module>
from zerver.lib.bugdown import (
"./tools/../zerver/lib/bugdown/__init__.py", line 1132, in <module>
maybe_update_realm_filters(domain=None)
"./tools/../zerver/lib/bugdown/__init__.py", line 1123, in maybe_update_realm_filters
make_realm_filters(domain, filters)
"./tools/../zerver/lib/bugdown/__init__.py", line 1112, in make_realm_filters
"realm": [domain, "Realm name"]})
"./tools/../zerver/lib/bugdown/__init__.py", line 1083, in make_md_engine
guess_lang=FalseTypeError: makeExtension() got an unexpected keyword argument 'linenums' | Traceback (most recent call last):
"/usr/lib64/python3.5/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
"/var/tmp/portage/dev-python/statsmodels-0.6.1/work/statsmodels-0.6.1-python3_5/lib/statsmodels/tsa/tests/test_arima.py", line 744, in test_arima_predict_css_dates
assert_equal(res1.data.predict_dates, cpi_dates[start:end+1])
"/var/tmp/portage/dev-python/statsmodels-0.6.1/work/statsmodels-0.6.1-python3_5/lib/statsmodels/tools/testing.py", line 35, in assert_equal
if not is_pandas_min_version('0.14.1'):
"/var/tmp/portage/dev-python/statsmodels-0.6.1/work/statsmodels-0.6.1-python3_5/lib/statsmodels/tools/testing.py", line 20, in is_pandas_min_version
from pandas.version import short_version as pversionImportError: No module named 'pandas.version' | 0.284742 |
Traceback (most recent call last):
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/lint/queue.py", line 66, in loop
self.lint(view_id, timestamp)
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/lint/queue.py", line 112, in lint
self.callback(view_id, timestamp)
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/sublimelinter.py", line 123, in lint
Linter.lint_view(view, filename, code, hit_time, callback)
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/lint/linter.py", line 917, in lint_view
linter.lint(hit_time)
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/lint/linter.py", line 1387, in lint
self.highlight.range(line, pos, length=0, error_type=error_type, word_re=self.word_re)
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/lint/highlight.py", line 234, in range
start, end = self.full_line(line)
"/home/gizdov/.config/sublime-text-3/Packages/SublimeLinter/lint/highlight.py", line 202, in full_line
start = self.newlines[line] + char_offsetIndexError: list index out of range | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 196, in async_update_ha_state
yield from self.async_device_update()
"/usr/local/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 319, in async_device_update
yield from self.hass.async_add_job(self.update)
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/local/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 318, in wrapper
result = method(*args, **kwargs)
"/usr/local/lib/python3.6/site-packages/homeassistant/components/sensor/google_travel_time.py", line 228, in update
self._origin, self._destination, **options_copy)
"/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 356, in wrapper
result = func(*args, **kwargs)
"/usr/local/lib/python3.6/site-packages/googlemaps/distance_matrix.py", line 130, in distance_matrix
return client._request("/maps/api/distancematrix/json", params)
"/usr/local/lib/python3.6/site-packages/googlemaps/client.py", line 233, in _request
raise googlemaps.exceptions.TransportError(e)
googlemaps.exceptions.TransportError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
| 0.140968 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/zim/gui/pageindex.py", line 249, in on_iter_children
return self.on_get_iter(treepath)
"/usr/lib/python2.7/dist-packages/zim/gui/pageindex.py", line 224, in on_get_iter
return self.get_mytreeiter(treepath)
"/usr/lib/python2.7/dist-packages/zim/notebook/index/tags.py", line 567, in get_mytreeiter
offset = treepath[-1]
TypeError: an integer is required
| Traceback (most recent call last):
"/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
"/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
"/home/pi/oprint/local/lib/python2.7/site-packages/Flask-0.9-py2.7.egg/flask/app.py", line 1344, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.1.1-py2.7.egg/octoprint/server/util.py", line 70, in decorated_view
return login_required(func)(_args, *_kwargs)
"/home/pi/oprint/local/lib/python2.7/site-packages/Flask_Login-0.2.2-py2.7.egg/flask_login.py", line 637, in decorated_view
return func(_args, *_kwargs)
"/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.1.1-py2.7.egg/octoprint/server/api/files.py", line 153, in uploadGcode
filename, done = gcodeManager.add
(file, destination, fileProcessingFinished)
"/home/pi/oprint/local/lib/python2.7/site-packages/OctoPrint-1.1.1-py2.7.egg/octoprint/gcodefiles.py", line 260, in add
file.save(absolutePath)
"/home/pi/oprint/local/lib/python2.7/site-packages/Werkzeug-0.8.3-py2.7.egg/werkzeug/datastructures.py", line 2540, in save
copyfileobj(self.stream, dst, buffer_size)
"/usr/lib/python2.7/shutil.py", line 52, in copyfileobj
fdst.write(buf)IOError: [Errno 28] No space left on device | 0.319534 |
Traceback (most recent call last):
"/usr/share/cura/Cura/gui/sceneView.py", line 420, in _onRunSlicer
self._slicer.runSlicer(self._scene)
"/usr/share/cura/Cura/util/sliceEngine.py", line 116, in runSlicer
for k, v in self._engineSettings(extruderCount).iteritems():
"/usr/share/cura/Cura/util/sliceEngine.py", line 259, in _engineSettings
'startCode': profile.getAlteration
Contents('start.gcode', extruderCount),
"/usr/share/cura/Cura/util/profile.py", line 793, in getAlteration
Contents
return unicode(prefix + re.sub("(.){([^}]_)}", replaceTagMatch, alterationContents).rstrip() + '\n' + postfix).strip().encode('utf-8') + '\n'
"/usr/lib/python2.7/re.py", line 151, in sub
return _compile(pattern, flags).sub(repl, string, count)
"/usr/share/cura/Cura/util/profile.py", line 685, in replaceTagMatch
return pre + time.strftime('%a').encode('utf-8', 'replace')UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 0: ordinal not in range(128) | Traceback (most recent call last):
"api.py", line 9, in <module>
model = Ner("out_!x")
"/home/name/BERT-NER/bert.py", line 34, in __init__
self.model , self.tokenizer, self.model_config = self.load_model(model_dir)
"/home/name/BERT-NER/bert.py", line 44, in load_model
model_config = json.load(open(model_config))
NotFoundError: [Errno 2] No such file or directory: 'out_!x/model_config.json'
| 0.258231 |
Traceback (most recent call last):
"/opt/code/localstack/localstack/services/infra.py", line 370, in start_infra
thread = do_start_infra(asynchronous, apis, is_in_docker)
"/opt/code/localstack/localstack/services/infra.py", line 444, in do_start_infra
thread = start_api_services()
"/opt/code/localstack/localstack/utils/analytics/profiler.py", line 156, in wrapped
return f(*args, **kwargs)
"/opt/code/localstack/localstack/services/infra.py", line 436, in start_api_services
check_infra(apis=apis)
"/opt/code/localstack/localstack/services/plugins.py", line 105, in check_infra
check_infra(retries - 1, expect_shutdown=expect_shutdown, apis=apis, additional_checks=additional_checks)
"/opt/code/localstack/localstack/services/plugins.py", line 105, in check_infra
check_infra(retries - 1, expect_shutdown=expect_shutdown, apis=apis, additional_checks=additional_checks)
"/opt/code/localstack/localstack/services/plugins.py", line 105, in check_infra
check_infra(retries - 1, expect_shutdown=expect_shutdown, apis=apis, additional_checks=additional_checks)
[Previous line repeated 7 more times]
"/opt/code/localstack/localstack/services/plugins.py", line 103, in check_infra
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 111, in check_service_health
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 45, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/secretsmanager/secretsmanager_starter.py", line 129, in check_secretsmanager
assert isinstance(out['SecretList'], list)
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/beets/plugins.py", line 273, in load_plugins
namespace = __import__(modname, None, None)
ModuleNotFoundError: No module named 'beetsplug.mpdupdate'
| 0.32898 |
Traceback (most recent call last):
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/__main__.py", line 9, in <module>
cli.main()
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/cli.py", line 31, in wrapper
return fn(*args, **kwargs)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/cli.py", line 78, in run
vault=__controls.vault,
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/reactor/running.py", line 113, in run
vault=vault,
"/usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/reactor/running.py", line 155, in operator
await run_tasks(operator_tasks, ignored=existing_tasks)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/reactor/running.py", line 341, in run_tasks
await _reraise(root_done | root_cancelled | hung_done | hung_cancelled)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/reactor/running.py", line 402, in _reraise
task.result()
# can raise the regular (non-cancellation) exceptions.
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/reactor/running.py", line 418, in _root_task_checker
await coro
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/reactor/queueing.py", line 101, in watcher
async for event in watching.infinite_watch(resource=resource, namespace=namespace):
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/clients/watching.py", line 64, in infinite_watch
async for event in streaming_watch(resource=resource, namespace=namespace):
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/clients/watching.py", line 80, in streaming_watch
items, resource_version = await fetching.list_objs_rv(resource=resource, namespace=namespace)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/clients/auth.py", line 46, in wrapper
return await fn(*args, **kwargs, session=session)
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/kopf/clients/fetching.py", line 101, in list_objs_rv
response.raise_for_status()
"/Users/smile/Renault/gitlabee.dt.renault.com/cloud-migration/common/j2c-provision/env/lib/python3.7/site-packages/aiohttp/client_reqrep.py", line 942, in raise_for_status
headers=self.headers)
aiohttp.client_exceptions.ClientResponseError: 403, message='Forbidden'
| Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/log/setup.py", line 906, in __global_logging_exception_handler
shutdown_multiprocessing_logging_listener()
"/usr/lib/python2.6/site-packages/salt/log/setup.py", line 800, in shutdown_multiprocessing_logging_listener
__MP_LOGGING_QUEUE_PROCESS.terminate()
"/usr/lib64/python2.6/multiprocessing/process.py", line 111, in terminate
self._popen.terminate()
"/usr/lib64/python2.6/multiprocessing/forking.py", line 139, in terminate
os.kill(self.pid, signal.SIGTERM)OSError: [Errno 3] No such process | 0.243301 |
Traceback (most recent call last):
"/home/tech-user/GassistPi/src/pushbutton.py", line 36, in <module>
import psutil
ModuleNotFoundError: No module named 'psutil'
| Traceback (most recent call last):
"tools/pytorch2onnx.py", line 163, in <module>
verify=args.verify)
"tools/pytorch2onnx.py", line 74, in pytorch2onnx
opset_version=opset_version)
"/usr/local/lib/python3.6/dist-packages/torch/onnx/__init__.py", line 168, in export
custom_opsets, enable_onnx_checker, use_external_data_format)
"/usr/local/lib/python3.6/dist-packages/torch/onnx/utils.py", line 69, in export
use_external_data_format=use_external_data_format)
"/usr/local/lib/python3.6/dist-packages/torch/onnx/utils.py", line 488, in _export
fixed_batch_size=fixed_batch_size)
"/usr/local/lib/python3.6/dist-packages/torch/onnx/utils.py", line 334, in _model_to_graph
graph, torch_out = _trace_and_get_graph_from_model(model, args, training)
"/usr/local/lib/python3.6/dist-packages/torch/onnx/utils.py", line 291, in _trace_and_get_graph_from_model
torch.jit._get_trace_graph(model, args, _force_outplace=False, _return_inputs_states=True)
"/usr/local/lib/python3.6/dist-packages/torch/jit/__init__.py", line 278, in _get_trace_graph
outs = ONNXTracedModule(f, _force_outplace, return_inputs, _return_inputs_states)(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/jit/__init__.py", line 361, in forward
self._force_outplace,
"/usr/local/lib/python3.6/dist-packages/torch/jit/__init__.py", line 348, in wrapper
outs.append(self.inner(*trace_inputs))
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 548, in __call__
result = self._slow_forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 534, in _slow_forward
result = self.forward(*input, **kwargs)
"/content/mmaction2/mmaction/models/recognizers/recognizer2d.py", line 93, in forward_dummy
x = self.extract_feat(imgs)
"/usr/local/lib/python3.6/dist-packages/mmcv/runner/fp16_utils.py", line 84, in new_func
return old_func(*args, **kwargs)
"/content/mmaction2/mmaction/models/recognizers/base.py", line 72, in extract_feat
x = self.backbone(imgs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 548, in __call__
result = self._slow_forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 534, in _slow_forward
result = self.forward(*input, **kwargs)
"/content/mmaction2/mmaction/models/backbones/resnet.py", line 541, in forward
x = res_layer(x)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 548, in __call__
result = self._slow_forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 534, in _slow_forward
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 100, in forward
input = module(input)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 548, in __call__
result = self._slow_forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 534, in _slow_forward
result = self.forward(*input, **kwargs)
"/content/mmaction2/mmaction/models/backbones/resnet.py", line 214, in forward
out = _inner_forward(x)
"/content/mmaction2/mmaction/models/backbones/resnet.py", line 200, in _inner_forward
out = self.conv1(x)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 548, in __call__
result = self._slow_forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 534, in _slow_forward
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/mmcv/cnn/bricks/conv_module.py", line 192, in forward
x = self.conv(x)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 548, in __call__
result = self._slow_forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 534, in _slow_forward
result = self.forward(*input, **kwargs)
"/content/mmaction2/mmaction/models/backbones/resnet_tsm.py", line 68, in forward
x = self.shift(x, self.num_segments, shift_div=self.shift_div)
"/content/mmaction2/mmaction/models/backbones/resnet_tsm.py", line 88, in shift
x = x.view(-1, num_segments, c, h * w)
RuntimeError: shape '[-1, 8, 64, 5440]' is invalid for input of size 348160
| 0.29907 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| Traceback (most recent call last):
"/home/ubuntu/ddp_test/iris.py", line 88, in <module>
torch.save(trainer.model, "iris_gpu.pt")
"/home/ubuntu/anaconda3/envs/pytorch_p38/lib/python3.8/site-packages/torch/serialization.py", line 364, in save
_save(obj, opened_zipfile, pickle_module, pickle_protocol)
"/home/ubuntu/anaconda3/envs/pytorch_p38/lib/python3.8/site-packages/torch/serialization.py", line 466, in _save
pickler.dump(obj)
"/home/ubuntu/anaconda3/envs/pytorch_p38/lib/python3.8/site-packages/torch/nn/parallel/distributed.py", line 452, in __getstate__
self._check_default_group()
"/home/ubuntu/anaconda3/envs/pytorch_p38/lib/python3.8/site-packages/torch/nn/parallel/distributed.py", line 475, in _check_default_group
raise RuntimeError("DDP Pickling/Unpickling are only supported "
RuntimeError: DDP Pickling/Unpickling are only supported when using DDP with the default process group. That is, when you have called init_process_group and have not passed process_group argument to DDP constructor
| 0.293819 |
Traceback (most recent call last):
"check_and_gen.py", line 13, in <module>
from lib.utils import *
ModuleNotFoundError: No module named 'lib.utils'
| Thread-14 :: [826b084] Failed doing webui callback: Traceback (most recent call last):
"/opt/sickrage/sickbeard/webserve.py", line 284, in async_call
result = function(**kwargs)TypeError: showPoster() got an unexpected keyword argument ' Mr Norrell' | 0.21064 |
Traceback (most recent call last):
"/data/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 26, in run
_do_run(cmd, checks, log_stdout, env=env)
"/data/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 106, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
subprocess.CalledProcessError: Command 'set -o pipefail; unset JAVA_HOME && /data/bcbio/galaxy/../anaconda/bin/bwa mem
-c 250 -M -t 8
-R '@RG\tID:KSO\tPL:illumina\tPU:KSO\tSM:KSO' -v 1 /data/bcbio/genomes/Hsapiens/hg38/bwa/hg38.fa <(grabix grab /data/home/tiger815/NGS/KSO/KSO/work/align_prep/KSO_1.fastq.gz 1 80000000) <(grabix grab /data/home/tiger815/NGS/KSO/KSO/work/align_prep/KSO_2.fastq.gz 1 80000000)
| /data/bcbio/galaxy/../anaconda/bin/samtools sort -n -@ 8 -m 1G -O bam -T /data/home/tiger815/NGS/KSO/KSO/work/bcbiotx/tmpns14391g/KSO-sort-1_80000000-sorttmp-namesort -o /data/home/tiger815/NGS/KSO/KSO/work/bcbiotx/tmpns14391g/KSO-sort-1_80000000.bam -
| Traceback (most recent call last):
"<string>", line 4, in <module>
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook
mod = _self_doimport(nm, ctx, fqname)
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 480, in doimport
exec co in mod.__dict__
"touchtracer/build/pyi.darwin/touchtracer/out00-PYZ.pyz/kivy.app", line 219, in <module>
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook
mod = _self_doimport(nm, ctx, fqname)
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 480, in doimport
exec co in mod.__dict__
"touchtracer/build/pyi.darwin/touchtracer/out00-PYZ.pyz/kivy.lang", line 455, in <module>
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 386, in importHook
mod = _self_doimport(nm, ctx, fqname)
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 480, in doimport
exec co in mod.__dict__
"touchtracer/build/pyi.darwin/touchtracer/out00-PYZ.pyz/kivy.factory", line 93, in <module>
"/Users/david/Downloads/pyinstaller-2.0/PyInstaller/loader/iu.py", line 409, in importHook
raise ImportError("No module named %s" % fqname)
ImportError: No module named kivy.factory_registers``` | 0.271969 |
Traceback (most recent call last):
"C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\scopes.py", line 102, in evaluate
result = self[expression]
"C:\Users\kmcentush\Miniconda3\envs\api\lib\site-packages\vaex\scopes.py", line 161, in __getitem__
raise KeyError("Unknown variables or column: %r" % (variable,))
KeyError: 'Unknown variables or column: "where(isna(col1), \'fill\', col1)"'
| Traceback (most recent call last):
"/home/yonolo/anaconda3/lib/python3.7/site-packages/celery/app/trace.py", line 385, in trace_task
R = retval = fun(*args, **kwargs)
"/home/yonolo/anaconda3/lib/python3.7/site-packages/celery/app/trace.py", line 648, in __protected_call__
return self.run(*args, **kwargs)
"/home/yonolo/anaconda3/lib/python3.7/site-packages/celery/app/base.py", line 481, in run
raise task.retry(exc=exc, **retry_kwargs)
"/home/yonolo/anaconda3/lib/python3.7/site-packages/celery/app/task.py", line 703, in retry
raise_with_context(exc)
"/home/yonolo/anaconda3/lib/python3.7/site-packages/celery/app/base.py", line 472, in run
return task._orig_run(*args, **kwargs)
"/path/to/my_file.py", line 35, in create_my_df
df['geo'] = df.parallel_apply(lambda row: set_geo(row), axis=1)
"/home/yonolo/anaconda3/lib/python3.7/site-packages/pandarallel/pandarallel.py", line 355, in closure
manager = Manager()
"/home/yonolo/anaconda3/lib/python3.7/multiprocessing/context.py", line 56, in Manager
m.start()
"/home/yonolo/anaconda3/lib/python3.7/multiprocessing/managers.py", line 563, in start
self._process.start()
"/home/yonolo/anaconda3/lib/python3.7/multiprocessing/process.py", line 110, in start
'daemonic processes are not allowed to have children'
AssertionError: daemonic processes are not allowed to have children
| 0.305133 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/miniconda3/4.5.12/lib/python3.7/site-packages/horovod/tensorflow/__init__.py", line 38, in <module>
from horovod.tensorflow.mpi_ops import allgather, broadcast, _allreduce
"/miniconda3/4.5.12/lib/python3.7/site-packages/horovod/tensorflow/mpi_ops.py", line 59, in <module>
['HorovodAllgather', 'HorovodAllreduce'])
"/miniconda3/4.5.12/lib/python3.7/site-packages/horovod/tensorflow/mpi_ops.py", line 46, in _load_library
library = load_library.load_op_library(filename)
"/miniconda3/4.5.12/lib/python3.7/site-packages/tensorflow/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /miniconda3/4.5.12/lib/python3.7/site-packages/horovod/tensorflow/mpi_lib.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
| Traceback (most recent call last):
"./dnseval.py", line 284, in <module>
main()
"./dnseval.py", line 279, in main
print('%s' % (server, e))TypeError: not all arguments converted during string formatting | 0.190016 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 761, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 427, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/brightcove.py", line 281, in _real_extract
videoPlayer[0], query, referer=referer)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/brightcove.py", line 304, in _get_video_info
'brightcove said: %s' % error_msg, expected=True)
youtube_dl.utils.ExtractorError: brightcove said: A valid ID was not sent for this player.
| Traceback (most recent call last):
"/usr/lib64/python2.4/site-packages/numpy/linalg/tests/test_linalg.py", line 45, in check_empty
self.do(a, b)
"/usr/lib64/python2.4/site-packages/numpy/linalg/tests/test_linalg.py", line 57, in do
a_inv = linalg.inv(a)
"/usr/lib64/python2.4/site-packages/scipy/linalg/basic.py", line 268, in inv
raise ValueError, 'expected square matrix'ValueError: expected square matrix | 0.06168 |
Traceback (most recent call last):
"/Users/charleschou/anaconda/envs/ML-dev/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1322, in _do_call
return fn(*args)
"/Users/charleschou/anaconda/envs/ML-dev/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1307, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"/Users/charleschou/anaconda/envs/ML-dev/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1409, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [2,3] vs. [2]
| Traceback (most recent call last):
"example.py", line 53, in <module>
uvicorn.run(app.__call__, reload=True)
"/Users/tomchristie/GitHub/encode/typesystem/venv/lib/python3.6/site-packages/uvicorn/main.py", line 255, in run
supervisor.run(server.run, sockets=[socket])
"/Users/tomchristie/GitHub/encode/typesystem/venv/lib/python3.6/site-packages/uvicorn/supervisors/statreload.py", line 34, in run
process.start()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/process.py", line 105, in start
self._popen = self._Popen(self)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/popen_fork.py", line 20, in __init__
self._launch(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'request_response.<locals>.app'
| 0.298809 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\app\backends\_qt.py", line 825, in paintGL
self._vispy_canvas.events.draw(region=None)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\util\event.py", line 455, in __call__
self._invoke_callback(cb, event)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\util\event.py", line 473, in _invoke_callback
_handle_exception(self.ignore_callback_errors,
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\util\event.py", line 471, in _invoke_callback
cb(event)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\scene\canvas.py", line 217, in on_draw
self._draw_scene()
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\scene\canvas.py", line 266, in _draw_scene
self.draw_visual(self.scene)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\scene\canvas.py", line 304, in draw_visual
node.draw()
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\scene\visuals.py", line 99, in draw
self._visual_superclass.draw(self)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\visuals\visual.py", line 442, in draw
self._program.draw(self._vshare.draw_mode,
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\visuals\shaders\program.py", line 101, in draw
Program.draw(self, *args, **kwargs)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\program.py", line 533, in draw
canvas.context.flush_commands()
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\context.py", line 176, in flush_commands
self.glir.flush(self.shared.parser)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\glir.py", line 572, in flush
self._shared.flush(parser)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\glir.py", line 494, in flush
parser.parse(self._filter(self.clear(), parser))
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\glir.py", line 819, in parse
self._parse(command)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\glir.py", line 787, in _parse
ob.set_data(*args)
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\glir.py", line 1380, in set_data
gl.check_error('periodic check')
"C:\Users\User\miniconda3\envs\deming\lib\site-packages\vispy\gloo\gl\__init__.py", line 207, in check_error
raise err
RuntimeError: OpenGL got errors (periodic check): GL_INVALID_VALUE
| 0.262031 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/tornado/web.py", line 1592, in _execute
result = yield result
"/usr/local/lib/python3.6/dist-packages/jupyterhub/apihandlers/users.py", line 496, in get
async for event in events:
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 366, in step
return await ANextIter(self._it, start_fn, *args)
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 199, in __next__
return self._invoke(self._it.__next__)
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 209, in _invoke
result = fn(*args)
"/usr/local/lib/python3.6/dist-packages/jupyterhub/utils.py", line 495, in iterate_until
await yield_(item_future.result())
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 366, in step
return await ANextIter(self._it, start_fn, *args)
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 197, in __next__
return self._invoke(first_fn, *first_args)
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 209, in _invoke
result = fn(*args)
"/usr/local/lib/python3.6/dist-packages/jupyterhub/spawner.py", line 745, in _generate_progress
async for event in progress:
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 366, in step
return await ANextIter(self._it, start_fn, *args)
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 197, in __next__
return self._invoke(first_fn, *first_args)
"/usr/local/lib/python3.6/dist-packages/async_generator/_impl.py", line 209, in _invoke
result = fn(*args)
"/usr/local/lib/python3.6/dist-packages/kubespawner/spawner.py", line 1526, in progress
start_future = self._start_future
AttributeError: 'KubeSpawner' object has no attribute '_start_future'
| Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 174, in _launch_exploit_all
exploit.exploit()
"/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 209, in exploit
s = self._generate_shell(vuln)
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell
if self._verify_vuln(vuln_obj):
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 108, in _verify_vuln
if sqlmap.is_vulnerable():
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 121, in is_vulnerable
raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "/usr/bin/python sqlmap.py --output-dir=/tmp --batch --disable-coloring --proxy=http://127.0.0.1:59482/ --batch --url=https://enlinea.bancoagrario.gov.co/?mode=1": "
_ | 0.258138 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/gof/opt.py", line 1493, in process_node
replacements = lopt.transform(node)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/opt.py", line 952, in local_gpu_advanced_incsubtensor1
gpu_y = gpu_from_host(y)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/gof/op.py", line 507, in __call__
node = self.make_node(*inputs, **kwargs)
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/basic_ops.py", line 133, in make_node
dtype=x.dtype)()])
"/Users/mas/PycharmProjects/theanoex/env5/lib/python2.7/site-packages/theano/sandbox/cuda/type.py", line 69, in __init__
(self.__class__.__name__, dtype, name))TypeError: CudaNdarrayType only supports dtype float32 for now. Tried using dtype float64 for variable None | Error in proposal_target.infer_shape: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/mxnet-0.10.0-py3.6.egg/mxnet/operator.py", line 621, in infer_shape_entry
ret = op_prop.infer_shape(shapes)
"/media/Deformable-ConvNets/rfcn/operator_py/proposal_target.py", line 102, in infer_shape
rois = rpn_rois_shape[0] + gt_boxes_shape[0] if self._batch_rois == -1 else self._batch_rois
IndexError: list index out of range
| 0.274511 |
Traceback (most recent call last):
"/usr/bin/tern", line 8, in <module>
sys.exit(main())
"/usr/lib/python3.8/site-packages/tern/__main__.py", line 170, in main
do_main(args)
"/usr/lib/python3.8/site-packages/tern/__main__.py", line 93, in do_main
run.execute_docker_image(args)
"/usr/lib/python3.8/site-packages/tern/analyze/docker/run.py", line 88, in execute_docker_image
analyze(full_image, args)
"/usr/lib/python3.8/site-packages/tern/analyze/docker/run.py", line 67, in analyze
analyze_docker_image(image_obj, args.redo, is_dockerfile)
"/usr/lib/python3.8/site-packages/tern/analyze/docker/analyze.py", line 39, in analyze_docker_image
analyze_subsequent_layers(image_obj, shell, master_list, redo)
"/usr/lib/python3.8/site-packages/tern/analyze/docker/analyze.py", line 133, in analyze_subsequent_layers
target = mount_overlay_fs(image_obj, curr_layer)
"/usr/lib/python3.8/site-packages/tern/analyze/docker/analyze.py", line 178, in mount_overlay_fs
target = rootfs.mount_diff_layers(tar_layers)
"/usr/lib/python3.8/site-packages/tern/utils/rootfs.py", line 209, in mount_diff_layers
root_command(union_mount, args, merge_dir_path)
"/usr/lib/python3.8/site-packages/tern/utils/rootfs.py", line 78, in root_command
raise subprocess.CalledProcessError(
# nosec
subprocess.CalledProcessError: Command '['mount', '-t', 'overlay', 'overlay', '-o', 'lowerdir=/root/.tern/temp/3e29b193cb0e97576e20170819724cf94c46c8d745136268e355db1342221572/contents,upperdir=/root/.tern/temp/94ed5c3b66967a82b8493c65480f35bba0842e8eff97a428b74152bcc2ed7d28/contents,workdir=/root/.tern/temp/workdir', '/root/.tern/temp/mergedir']' returned non-zero exit status 1.
| Traceback (most recent call last):
"<string>", line 6, in <module>
"**main**.py", line 128, in <module>
"**main__livestreamer**.py", line 9, in <module>
"livestreamer_cli\main.py", line 886, in main
"livestreamer_cli\main.py", line 471, in handle_url
"livestreamer_cli\main.py", line 388, in fetch_streams
"livestreamer\plugin\plugin.py", line 313, in get_streams
"livestreamer\plugin\plugin.py", line 227, in streams
"livestreamer\plugins\stream.py", line 73, in _get_streams
"livestreamer\stream\hds.py", line 446, in parse_manifest
"requests\sessions.py", line 395, in get
"livestreamer\plugin\api\http_session.py", line 128, in requestTypeError: request() got an unexpected keyword argument 'g'</code> | 0.319662 |
Module picard raised an exception: Traceback (most recent call last):
"/home/zmi/Programs/conda/miniconda3/lib/python3.7/site-packages/multiqc/multiqc.py", line 579, in run
output = mod()
"/home/zmi/Programs/conda/miniconda3/lib/python3.7/site-packages/multiqc/modules/picard/picard.py", line 117, in __init__
n["ValidateSam
"] = ValidateSam
.parse_reports(self)
"/home/zmi/Programs/conda/miniconda3/lib/python3.7/site-packages/multiqc/modules/picard/ValidateSam
.py", line 90, in parse_reports
data = _parse_reports_by_type(self)
"/home/zmi/Programs/conda/miniconda3/lib/python3.7/site-packages/multiqc/modules/picard/ValidateSam
.py", line 132, in _parse_reports_by_type
sample_data = _parse_summary_report(filehandle)
"/home/zmi/Programs/conda/miniconda3/lib/python3.7/site-packages/multiqc/modules/picard/ValidateSam
.py", line 165, in _parse_summary_report
for problem_type, name, count in _histogram_data(filehandle):
"/home/zmi/Programs/conda/miniconda3/lib/python3.7/site-packages/multiqc/modules/picard/ValidateSam
.py", line 187, in _histogram_data
problem_type, name = values[0].split(":")
ValueError: not enough values to unpack (expected 2, got 1)
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 303, in wrapper
return callback(_args, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/leapcast/services/websocket.py", line 236, in on_message
channel.write_message(message)
"/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 165, in write_message
self.ws_connection.write_message(message, binary=binary)AttributeError: 'NoneType' object has no attribute 'write_message' | 0.286723 |
[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, "") | Traceback (most recent call last):
"C:\Users\PaulFeldman\anaconda3\lib\site-packages\spyder_notebook\widgets\notebooktabwidget.py", line 214, in close_client
client.shutdown_kernel()
"C:\Users\PaulFeldman\anaconda3\lib\site-packages\spyder_notebook\widgets\client.py", line 312, in shutdown_kernel
kernel_id = self.get_kernel_id()
"C:\Users\PaulFeldman\anaconda3\lib\site-packages\spyder_notebook\widgets\client.py", line 281, in get_kernel_id
sessions_url = self.get_session_url()
"C:\Users\PaulFeldman\anaconda3\lib\site-packages\spyder_notebook\widgets\client.py", line 272, in get_session_url
return self.add_token(url_path_join(self.server_url, 'api/sessions'))
"C:\Users\PaulFeldman\anaconda3\lib\site-packages\notebook\utils.py", line 50, in url_path_join
initial = pieces[0].startswith('/')AttributeError: 'NoneType' object has no attribute 'startswith' | 0.268877 |
Traceback (most recent call last):
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/homeassistant/helpers/entity_platform.py", line 150, in _async_setup_platform
await asyncio.wait_for(asyncio.shield(task), SLOW_SETUP_MAX_WAIT)
"/home/jhfreeman/.pyenv/versions/3.7.4/lib/python3.7/asyncio/tasks.py", line 442, in wait_for
return fut.result()
"/home/jhfreeman/.pyenv/versions/3.7.4/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/homeassistant/components/flume/sensor.py", line 44, in setup_platform
flume_devices = FlumeDeviceList(username, password, client_id, client_secret)
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/pyflume/__init__.py", line 152, in __init__
client_secret
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/pyflume/__init__.py", line 50, in __init__
self.read_token_file()
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/pyflume/__init__.py", line 134, in read_token_file
self.fetch_token()
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/pyflume/__init__.py", line 77, in fetch_token
self.write_token_file()
"/home/jhfreeman/.pyenv/versions/3.7.4/envs/HA/lib/python3.7/site-packages/pyflume/__init__.py", line 122, in write_token_file
with open(TOKEN_FILE, 'w') as token_file:
PermissionError: [Errno 13] Permission denied: 'flume_token'
| Traceback (most recent call last):
"get_predictions.py", line 283, in <module>
m.fit(df)
"/home/arvin/anaconda3/envs/devenv/lib/python3.5/site-packages/fbprophet-0.1.1-py3.5.egg/fbprophet/forecaster.py", line 536, in fit
params = model.optimizing(dat, init=stan_init, iter=1e4, **kwargs)
"/home/user/anaconda3/envs/devenv/lib/python3.5/site-packages/pystan/model.py", line 510, in optimizing
ret, sample = fit._call_sampler(stan_args)
"stanfit4anon_model_7a788197ac3493030b72020b9ffdbe7d_8714900159976324877.pyx", line 814, in stanfit4anon_model_7a788197ac3493030b72020b9ffdbe7d_8714900159976324877.StanFit4Model._call_sampler (/tmp/tmp6in6jxib/stanfit4anon_model_7a788197ac3493030b72020b9ffdbe7d_8714900159976324877.cpp:16904)
"stanfit4anon_model_7a788197ac3493030b72020b9ffdbe7d_8714900159976324877.pyx", line 401, in stanfit4anon_model_7a788197ac3493030b72020b9ffdbe7d_8714900159976324877._call_sampler (/tmp/tmp6in6jxib/stanfit4anon_model_7a788197ac3493030b72020b9ffdbe7d_8714900159976324877.cpp:8973)
RuntimeError: Something went wrong after call_sampler.
| 0.31952 |
Traceback (most recent call last):
"./pkb.py", line 19, in <module>
from perfkitbenchmarker.pkb import Main
"/var/lib/jenkins/workspace/testing.perfkitbenchmarker.fio.ceph/perfkitbenchmarker/pkb.py", line 70, in <module>
from perfkitbenchmarker import benchmark_sets
"/var/lib/jenkins/workspace/testing.perfkitbenchmarker.fio.ceph/perfkitbenchmarker/benchmark_sets.py", line 22, in <module>
from perfkitbenchmarker import linux_benchmarks
"/var/lib/jenkins/workspace/testing.perfkitbenchmarker.fio.ceph/perfkitbenchmarker/linux_benchmarks/__init__.py", line 26, in <module>
BENCHMARKS = _LoadBenchmarks()
"/var/lib/jenkins/workspace/testing.perfkitbenchmarker.fio.ceph/perfkitbenchmarker/linux_benchmarks/__init__.py", line 24, in _LoadBenchmarks
return list(import_util.LoadModulesForPath(__path__, __name__))
"/var/lib/jenkins/workspace/testing.perfkitbenchmarker.fio.ceph/perfkitbenchmarker/import_util.py", line 43, in LoadModulesForPath
yield importlib.import_module(prefix + modname)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/var/lib/jenkins/workspace/testing.perfkitbenchmarker.fio.ceph/perfkitbenchmarker/linux_benchmarks/netperf_benchmark.py", line 67, in <module>
flags.register_validator(
AttributeError: 'module' object has no attribute 'register_validator'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.228485 |
Traceback (most recent call last):
"keras1.py", line 53, in <module>
model_from_file.predict_classes(x_val, batch_size=32, verbose=True)
"/Users/viksit/miniconda2/envs/my-environment/lib/python2.7/site-packages/Keras-1.0.0-py2.7.egg/keras/models.py", line 549, in predict_classes
proba = self.predict(x, batch_size=batch_size, verbose=verbose)
"/Users/viksit/miniconda2/envs/my-environment/lib/python2.7/site-packages/Keras-1.0.0-py2.7.egg/keras/models.py", line 446, in predict
return self.model.predict(x, batch_size=batch_size, verbose=verbose)AttributeError: 'NoneType' object has no attribute 'predict' | Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/xonsh/built_ins.py", line 560, in _run_binary
p = self.cls(self.cmd, bufsize=bufsize, **kwargs)
"/usr/lib/python3.7/site-packages/xonsh/proc.py", line 583, in __init__
*args, stdin=stdin, stdout=stdout, stderr=stderr, **kwargs
"/usr/lib64/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
"/usr/lib64/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: 'ls -l': 'ls -l'
| 0.173359 |
Traceback (most recent call last):
"/home/poc/miniconda3/envs/etlp/lib/python3.8/site-packages/prefect/cli/server.py", line 346, in start
subprocess.check_call(
"/home/poc/miniconda3/envs/etlp/lib/python3.8/subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['docker-compose', 'pull']' returned non-zero exit status 1. | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 171, in _launch_exploit_all
exploit.exploit()
"/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 202, in exploit
s = self._generate_shell(vuln)
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell
if self._verify_vuln(vuln_obj):
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 108, in _verify_vuln
if sqlmap.is_vulnerable():
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 121, in is_vulnerable
raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "/usr/bin/python sqlmap.py --output-dir=/tmp --batch --disable-coloring --proxy=http://127.0.0.1:52025/ --batch --url=https://domain/?mode=1": "
_ | 0.254749 |
> [forseti-security] google.cloud.forseti.scanner.scanner(run): Error running scanner: IapScanner Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanner.py", line 112, in run scanner.run()
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanners/iap_scanner.py", line 609, in run all_violations, _ = self._find_violations(iap_data)
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanners/iap_scanner.py", line 594, in _find_violations for (iap_resources, project_resource_counts) in iap_data:
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanners/iap_scanner.py", line 577, in _retrieve run_data.make_iap_resource(backend, parent.full_name))
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanners/iap_scanner.py", line 301, in make_iap_resource if self.is_alternate_service(backend_service, backend_service2):
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanners/iap_scanner.py", line 338, in is_alternate_service backend_service2, instance_group2)
"/usr/local/lib/python2.7/dist-packages/forseti_security-2.0.0-py2.7.egg/google/cloud/forseti/scanner/scanners/iap_scanner.py", line 114, in instance_group_network_port port = int(backend_service.port) TypeError: int() argument must be a string or a number, not 'NoneType'
| Traceback (most recent call last):
"zeus.py", line 427, in <module>
auto=opt.autoStartSqlmap, verbose=opt.runInVerbose, batch=opt.runInBatch
"zeus.py", line 378, in __run_attacks
return sqlmap_scan.sqlmap_scan_main(url.strip(), verbose=verbose, opts=__create_arguments(sqlmap=True),
"zeus.py", line 327, in __create_arguments
option = (to_use[0], to_use[1])IndexError: list index out of range | 0.223148 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 193, in _real_extract
og_url = self._og_search_video_url(webpage)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 680, in _og_search_video_url
return self._html_search_regex(regexes, html, name, **kargs)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 590, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 581, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract video url; 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):
"trainNer.py", line 98, in <module>
plac.call(main)
"C:\Users\M63C755\AppData\Local\Continuum\anaconda3\lib\site-packages\plac_core.py", line 328, in call
cmd, result = parser.consume(arglist)
"C:\Users\M63C755\AppData\Local\Continuum\anaconda3\lib\site-packages\plac_core.py", line 207, in consume
return cmd, self.func(*(args + varargs + extraopts), **kwargs)
"trainNer.py", line 41, in main
nlp = spacy.blank('en')
# create blank Language class
AttributeError: module 'spacy' has no attribute 'blank'``
| 0.23674 |
Traceback (most recent call last):
"/Users/hidemiasakura/anaconda/envs/py37/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent
self._draw_fold_region_background(block, painter)
"/Users/hidemiasakura/anaconda/envs/py37/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background
end = self.folding_regions[start]
KeyError: 135
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 0.266277 |
Traceback (most recent call last):
"C:\dev\youtube-dl\master\youtube_dl\YoutubeDL.py", line 1786, in post_process
files_to_delete, info = pp.run(info)
"C:\dev\youtube-dl\master\youtube_dl\postprocessor\ffmpeg.py", line 446, in run
self.run_ffmpeg_multiple_files(info['__files_to_merge'], temp_filename, args)
"C:\dev\youtube-dl\master\youtube_dl\postprocessor\ffmpeg.py", line 168, in run_ffmpeg_multiple_files
raise FFmpegPostProcessorError(msg)youtube_dl.postprocessor.ffmpeg.FFmpegPostProcessorError: Conversion failed! | Traceback (most recent call last):
"examples/lmfit_and_emcee.py", line 99, in <module>
lnfunc, guess = create_all(mini)
"examples/lmfit_and_emcee.py", line 66, in create_all
guess = starting_guess(mini, not sigma_given)
"examples/lmfit_and_emcee.py", line 52, in starting_guess
vals.append(mini.residual.std())AttributeError: 'NoneType' object has no attribute 'std' | 0.100862 |
Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/niworkflows/nipype/sphinxext/plot_workflow.py", line 485, in run_code
exec(code, ns)
"<string>", line 2, in <module>
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/mriqc/workflows/anatomical.py", line 250, in compute_iqms
fwhm_interface = get_fwhmx()
"/home/docs/checkouts/readthedocs.org/user_builds/mriqc/envs/master/lib/python3.5/site-packages/mriqc/workflows/utils.py", line 172, in get_fwhmx
afni_version = StrictVersion('%s.%s.%s' % Info.version())
TypeError: not enough arguments for format string
| Traceback (most recent call last):
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 247, in __init__
description = self.get_notebook_description()
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView' | 0.326095 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 398, in start
await resp.prepare(request)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_response.py", line 300, in prepare
return await self._start(request)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_response.py", line 605, in _start
return await super()._start(request)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/web_response.py", line 367, in _start
await writer.write_headers(status_line, headers)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/http_writer.py", line 100, in write_headers
self._write(buf)
"/srv/homeassistant/lib/python3.6/site-packages/aiohttp/http_writer.py", line 57, in _write
raise ConnectionResetError('Cannot write to closing transport')
ConnectionResetError: Cannot write to closing transport
| Error Traceback: `Traceback (most recent call last):
"C:\Users\Derya\AppData\Roaming\cura\4.9\plugins\CustomJobPrefix\CustomJobPrefix\PrintInformationPatches.py", line 120, in _triggerJobNameUpdate self._updateJobName()
"C:\Users\Derya\AppData\Roaming\cura\4.9\plugins\CustomJobPrefix\CustomJobPrefix\PrintInformationPatches.py", line 129, in _updateJobName base_name = self._print_information._stripAccents(self._print_information._base_name) AttributeError: 'PrintInformation' object has no attribute '_stripAccents'`
[cura.log](https://github.com/Ultimaker/Cura/files/6350363/cura.log)
| 0.212473 |
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):
"/home/xvicarious/repos/Flexget/flexget/plugins/operate/formlogin.py", line 53, in on_task_start
response = br.open(url)
"/home/xvicarious/.pyenv/versions/3.6.6/envs/flexget/lib/python3.6/site-packages/mechanicalsoup/stateful_browser.py", line 133, in open
resp = self.get(url, *args, **kwargs)
"/home/xvicarious/.pyenv/versions/3.6.6/envs/flexget/lib/python3.6/site-packages/mechanicalsoup/browser.py", line 124, in get
response = self.session.get(*args, **kwargs)
"/home/xvicarious/.pyenv/versions/3.6.6/envs/flexget/lib/python3.6/site-packages/requests/sessions.py", line 536, in get
return self.request('GET', url, **kwargs)
"/home/xvicarious/repos/Flexget/flexget/utils/requests.py", line 248, in request
result.raise_for_status()
"/home/xvicarious/.pyenv/versions/3.6.6/envs/flexget/lib/python3.6/site-packages/requests/models.py", line 929, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://anidb.net/perl-bin/animedb.pl?show=login
| 0.144464 |
Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 943, in emit
"C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 28] No space left on device | Traceback (most recent call last):
"/usr/bin/ansible-playbook", line 44, in <module>
import ansible.constants as C
"/usr/lib/python2.7/dist-packages/ansible/constants.py", line 152, in <module>
DEFAULT_LOCAL_TMP
= get_config(p, DEFAULTS, 'local_tmp',
'ANSIBLE_LOCAL_TEMP',
'$HOME/.ansible/tmp', istmppath=True)
"/usr/lib/python2.7/dist-packages/ansible/constants.py", line 78, in get_config
os.makedirs(value, 0o700)
"/usr/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)OSError: [Errno 13] Permission denied: '/home/josevieira/.ansible/tmp' | 0.16448 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<stdin>", line 4, in show_names
"<redacted>/jedi/jedi/cache.py", line 112, in wrapper
result = method(self, *args, **kwargs)
"<redacted>/jedi/jedi/api/classes.py", line 762, in defined_names
unite(defined_names(self._inference_state, d.as_context()) for d in defs),
"<redacted>/jedi/jedi/inference/utils.py", line 28, in unite
return set(typ for types in iterable for typ in types)
"<redacted>/jedi/jedi/inference/utils.py", line 28, in <genexpr>
return set(typ for types in iterable for typ in types)
"<redacted>/jedi/jedi/api/classes.py", line 762, in <genexpr>
unite(defined_names(self._inference_state, d.as_context()) for d in defs),
"<redacted>/jedi/jedi/cache.py", line 112, in wrapper
result = method(self, *args, **kwargs)
"<redacted>/jedi/jedi/inference/base_value.py", line 136, in as_context
return self._as_context(*args, **kwargs)
"<redacted>/jedi/jedi/inference/base_value.py", line 264, in _as_context
raise NotImplementedError('Not all values need to be converted to contexts: %s', self)
NotImplementedError: ('Not all values need to be converted to contexts: %s', _PseudoTreeNameClass(Any))
| Traceback (most recent call last):
"/home/linuxbrew/.linuxbrew/bin/docker-compose", line 33, in <module>
sys.exit(load_entry_point('docker-compose==1.26.2', 'console_scripts', 'docker-compose')())
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/cli/main.py", line 72, in main
command()
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/cli/main.py", line 122, in perform_command
handler(command, command_options)
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/cli/main.py", line 326, in config
compose_config = get_config_from_options('.', self.toplevel_options, additional_options)
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/cli/command.py", line 104, in get_config_from_options
return config.load(
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/config/config.py", line 392, in load
processed_files = [
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/config/config.py", line 393, in <listcomp>
process_config_file(config_file, config_details.environment, interpolate=interpolate)
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/config/config.py", line 581, in process_config_file
validate_against_config_schema(config_file)
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/config/validation.py", line 449, in validate_against_config_schema
handle_errors(
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/compose/config/validation.py", line 509, in handle_errors
errors = list(sorted(errors, key=str))
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 328, in iter_errors
for error in errors:
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/_validators.py", line 282, in properties
for error in validator.descend(
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 344, in descend
for error in self.iter_errors(instance, schema):
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 328, in iter_errors
for error in errors:
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/_validators.py", line 23, in patternProperties
for error in validator.descend(
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 344, in descend
for error in self.iter_errors(instance, schema):
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 328, in iter_errors
for error in errors:
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/_validators.py", line 259, in ref
scope, resolved = validator.resolver.resolve(ref)
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 766, in resolve
return url, self._remote_cache(url)
"/home/linuxbrew/.linuxbrew/Cellar/docker-compose/1.26.2/libexec/lib/python3.8/site-packages/jsonschema/validators.py", line 779, in resolve_from_url
raise exceptions.RefResolutionError(exc)
jsonschema.exceptions.RefResolutionError: HTTP Error 400: Bad Request
| 0.177674 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-0hw4x1jt/twisted_a4baab3373b442278dcbb3bd8bb7e512/setup.py", line 89
print """You seem to be running a very old version of setuptools.
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("""You seem to be running a very old version of setuptools.)?
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.113718 |
Traceback (most recent call last):
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 1363, in record_messages
endpoint, sender_id, sender_ids, plot_file
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 881, in _predict_till_next_listen
action_name, policy, confidence, predictions, endpoint, sender_id
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 1020, in _validate_action
is_correct = await _ask_questions(question, sender_id, endpoint)
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 312, in _ask_questions
should_retry = await _ask_if_quit(sender_id, endpoint)
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 589, in _ask_if_quit
await _write_data_to_file(sender_id, endpoint)
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 565, in _write_data_to_file
await _write_nlu_to_file(nlu_path, events)
"/Users/tom/Documents/RASA/rasa/rasa/core/training/interactive.py", line 807, in _write_nlu_to_file
f.write(nlu_data.as_markdown())
"/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/training_data.py", line 134, in as_markdown
return MarkdownWriter().dumps(self)
"/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/formats/markdown.py", line 206, in dumps
md += self._generate_training_examples_md(training_data)
"/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/formats/markdown.py", line 219, in _generate_training_examples_md
key=lambda k: k["intent"],
"/Users/tom/Documents/RASA/rasa/rasa/nlu/training_data/formats/markdown.py", line 219, in <lambda>
key=lambda k: k["intent"],
KeyError: 'intent'
| Traceback (most recent call last):
"/home/galaxy/.venv/bin/nodeenv", line 8, in <module>
sys.exit(main())
"/home/galaxy/.venv/lib/python3.8/site-packages/nodeenv.py", line 1046, in main
create_environment(env_dir, opt)
"/home/galaxy/.venv/lib/python3.8/site-packages/nodeenv.py", line 935, in create_environment
install_node(env_dir, src_dir, opt)
"/home/galaxy/.venv/lib/python3.8/site-packages/nodeenv.py", line 700, in install_node
install_node_wrapped(env_dir, src_dir, opt)
"/home/galaxy/.venv/lib/python3.8/site-packages/nodeenv.py", line 722, in install_node_wrapped
download_node_src(node_url, src_dir, opt)
"/home/galaxy/.venv/lib/python3.8/site-packages/nodeenv.py", line 553, in download_node_src
dl_contents = io.BytesIO(urlopen(node_url).read())
"/home/galaxy/.venv/lib/python3.8/site-packages/nodeenv.py", line 585, in urlopen
return urllib2.urlopen(req)
"/usr/local/lib/python3.8/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
"/usr/local/lib/python3.8/urllib/request.py", line 525, in open
response = self._open(req, data)
"/usr/local/lib/python3.8/urllib/request.py", line 542, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
"/usr/local/lib/python3.8/urllib/request.py", line 502, in _call_chain
result = func(*args)
"/usr/local/lib/python3.8/urllib/request.py", line 1393, in https_open
return self.do_open(http.client.HTTPSConnection, req,
"/usr/local/lib/python3.8/urllib/request.py", line 1353, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>
| 0.251867 |
Traceback (most recent call last):
"docker-compose", line 6, in <module>
"compose\cli\main.py", line 72, in main
"compose\cli\main.py", line 128, in perform_command
"compose\cli\main.py", line 491, in exec_command
"compose\cli\main.py", line 1469, in call_docker
"subprocess.py", line 172, in call
"subprocess.py", line 394, in __init__
"subprocess.py", line 644, in _execute_child
TypeError: environment can only contain strings
| Traceback (most recent call last):
"/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/tests/ext/json_tests.py", line 17, in test_json
self.app.setup()
"/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/core/foundation.py", line 443, in setup
self._setup_extension_handler()
"/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/core/foundation.py", line 656, in _setup_extension_handler
self.ext.load_extensions(self._meta.extensions)
"/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/core/extension.py", line 164, in load_extensions
self.load_extension(ext)
"/builddir/build/BUILD/python3-python-cement-1.9.14-2.fc18/cement/core/extension.py", line 141, in load_extension
__import__(ext_module, globals(), locals(), [], -1)ValueError: level must be >= 0 | 0.322657 |
Traceback (most recent call last):
"/usr/bin/salt-ssh", line 10, in <module>
salt_ssh()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 377, in salt_ssh
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/ssh.py", line 20, in run
ssh = salt.client.ssh.SSH(self.config)
"/usr/lib/python2.7/dist-packages/salt/client/ssh/__init__.py", line 172, in __init__
self.opts['_ssh_version'] = ssh_version()
"/usr/lib/python2.7/dist-packages/salt/client/ssh/__init__.py", line 1248, in ssh_version
stderr=subprocess.PIPE).communicate()
"/usr/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
"/usr/lib/python2.7/subprocess.py", line 1335, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"./s3cmd", line 2813, in <module>
rc = main()
"./s3cmd", line 2721, in main
rc = cmd_func(args)
"./s3cmd", line 1826, in cmd_multipart
response = s3.get_multipart(uri)
"/root/s3cmd/S3/S3.py", line 915, in get_multipart
response = self.send_request(request)
"/root/s3cmd/S3/S3.py", line 1090, in send_request
conn.counter = ConnMan.conn_max_counterUnboundLocalError: local variable 'conn' referenced before assignment | 0.150501 |
Traceback (most recent call last):
"test.py", line 8, in <module>
pg.step()
"/usr/local/lib/python2.7/dist-packages/angr/path_group.py", line 529, in step
pg = pg._one_step(stash=stash, selector_func=selector_func, successor_func=successor_func, check_func=check_func, **kwargs)
"/usr/local/lib/python2.7/dist-packages/angr/path_group.py", line 341, in _one_step
r = self._one_path_step(a, successor_func=successor_func, check_func=check_func, **kwargs)
"/usr/local/lib/python2.7/dist-packages/angr/path_group.py", line 289, in _one_path_step
successors = a.step(**kwargs)
"/usr/local/lib/python2.7/dist-packages/angr/path.py", line 507, in step
self._make_sim_run()
"/usr/local/lib/python2.7/dist-packages/angr/path.py", line 533, in _make_sim_run
self._run = self._project.factory.sim_run(self.state, **self._run_args)
"/usr/local/lib/python2.7/dist-packages/angr/factory.py", line 112, in sim_run
return SimProcedures['syscalls']['handler'](state, addr=addr, ret_to=state.ip)
"/usr/local/lib/python2.7/dist-packages/simuvex-4.6.4.28-py2.7.egg/simuvex/s_procedure.py", line 67, in __init__
r = run_func(*args, **self.kwargs)
"/usr/local/lib/python2.7/dist-packages/simuvex-4.6.4.28-py2.7.egg/simuvex/procedures/syscalls/handler.py", line 77, in run
self._syscall = simuvex.SimProcedures[syscall_lib][self.callname](self.state, ret_to=self.state.regs.ip, convention=cc)
"/usr/local/lib/python2.7/dist-packages/simuvex-4.6.4.28-py2.7.egg/simuvex/s_procedure.py", line 67, in __init__
r = run_func(*args, **self.kwargs)
"/usr/local/lib/python2.7/dist-packages/simuvex-4.6.4.28-py2.7.egg/simuvex/procedures/syscalls/open.py", line 11, in run
return self.state.posix.open(path, flags)
"/usr/local/lib/python2.7/dist-packages/simuvex-4.6.4.28-py2.7.egg/simuvex/plugins/posix.py", line 151, in open
elif self.concrete_fs and not os.path.abspath(name).startswith("/dev"):
"/usr/lib/python2.7/posixpath.py", line 367, in abspath
if not isabs(path):
"/usr/lib/python2.7/posixpath.py", line 61, in isabs
return s.startswith('/')
"/usr/local/lib/python2.7/dist-packages/simuvex-4.6.4.28-py2.7.egg/simuvex/s_action_object.py", line 78, in __getattr__
f = getattr(self.ast, attr)
"/usr/local/lib/python2.7/dist-packages/claripy/ast/base.py", line 806, in __getattr__
raise AttributeError(a)AttributeError: startswith | Traceback (most recent call last):
"/home/mypc/anaconda3/envs/lanenet/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1356, in _do_call
return fn(*args)
"/home/mypc/anaconda3/envs/lanenet/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1341, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"/home/mypc/anaconda3/envs/lanenet/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1429, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 626688 values, but the requested shape has 156672
| 0.240478 |
Traceback (most recent call last):
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/moto/core/models.py", line 80, in wrapper
result = func(*args, **kwargs)
"test_aws_firmware_python_library_s3_client.py", line 67, in test_get_object_versions
print(s3_client.list_object_versions(Bucket='test-bucket',Prefix='test'))
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/client.py", line 316, in _api_call
return self._make_api_call(operation_name, kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/client.py", line 622, in _make_api_call
operation_model, request_dict, request_context)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/client.py", line 641, in _make_request
return self._endpoint.make_request(operation_model, request_dict)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/endpoint.py", line 102, in make_request
return self._send_request(request_dict, operation_model)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/endpoint.py", line 137, in _send_request
success_response, exception):
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/endpoint.py", line 256, in _needs_retry
caught_exception=caught_exception, request_dict=request_dict)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/hooks.py", line 356, in emit
return self._emitter.emit(aliased_event_name, **kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/hooks.py", line 228, in emit
return self._emit(event_name, kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/hooks.py", line 211, in _emit
response = handler(**kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/retryhandler.py", line 183, in __call__
if self._checker(attempts, response, caught_exception):
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/retryhandler.py", line 251, in __call__
caught_exception)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/retryhandler.py", line 269, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/endpoint.py", line 197, in _do_get_response
responses = self._event_emitter.emit(event_name, request=request)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/hooks.py", line 356, in emit
return self._emitter.emit(aliased_event_name, **kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/hooks.py", line 228, in emit
return self._emit(event_name, kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/botocore/hooks.py", line 211, in _emit
response = handler(**kwargs)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/moto/core/models.py", line 298, in __call__
status, headers, body = response_callback(request, request.url, request.headers)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/moto/s3/responses.py", line 116, in bucket_response
response = self._bucket_response(request, full_url, headers)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/moto/s3/responses.py", line 155, in _bucket_response
return self._bucket_response_get(bucket_name, querystring, headers)
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/moto/s3/responses.py", line 284, in _bucket_response_get
prefix=prefix
"/home/zhxny/workplace/AWSFirmwarePythonLibrary/env/AWSFirmwarePythonLibrary-1.0/runtime/lib/python3.6/site-packages/moto/s3/models.py", line 759, in get_bucket_versions
"Called get_bucket_versions with some of delimiter, encoding_type, key_marker, version_id_marker")
NotImplementedError: Called get_bucket_versions with some of delimiter, encoding_type, key_marker, version_id_marker
|
Traceback (most recent call last):
"C:\Users\jmorales\AppData\Local\Temp\pip-install-uyek8e91\pyecharts\setup.py", line 7, in <module>
from jupyterpip import cmdclass
ImportError: No module named 'jupyterpip' | 0.257826 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\envs\py36dev\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"C:\ProgramData\Anaconda3\envs\py36dev\lib\threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"C:\ProgramData\Anaconda3\envs\py36dev\lib\site-packages\winpty\ptyprocess.py", line 331, in _read_in_thread
data = pty.read(4096, blocking=True)
"C:\ProgramData\Anaconda3\envs\py36dev\lib\site-packages\winpty\winpty_wrapper.py", line 74, in read
Read
(self.conout_pipe, data, length, None, None)
OSError: exception: access violation writing 0x00000000
| Traceback (most recent call last):
"D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 187, in pixmap
self.paint(QPainter(pm), QRect(QPoint(0, 0), size), mode, state)
"D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 182, in paint
self.iconic, painter, rect, mode, state, self.options)
"D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 82, in paint
self._paint_icon(iconic, painter, rect, mode, state, opt)
"D:\03Anaconda3\lib\site-packages\qtawesome\iconic_font.py", line 88, in _paint_icon
char = options['char']KeyError: 'char' | 0.259989 |
Traceback (most recent call last):
"/Users/dereklambert/Library/Python/3.6/lib/python/site-packages/sqlalchemy/orm/mapper.py", line 1922, in get_property
return self._props[key]KeyError: '_groups' | Traceback (most recent call last):
"sqlmap.py", line 143, in main
start()
"lib/controller/controller.py", line 633, in start
action()
"lib/controller/action.py", line 124, in action
conf.dbmsHandler.dumpTable()
"plugins/generic/entries.py", line 193, in dumpTable
entries = inject.getValue(query, blind=False, time=False, dump=True)
"lib/request/inject.py", line 384, in getValue
value = _goUnion(forgeCaseExpression if expected == EXPECTED.BOOL else query, unpack, dump)
"lib/request/inject.py", line 329, in _goUnion
output = unionUse(expression, unpack=unpack, dump=dump)
"lib/techniques/union/use.py", line 215, in unionUse
output = _oneShotUnionUse(_, False)
"lib/techniques/union/use.py", line 108, in _oneShotUnionUse
root = xml.etree.ElementTree.fromstring("<root>%s</root>" % output)
"lib/xml/etree/ElementTree.py", line 1300, in XML
parser.feed(text)
"lib/xml/etree/ElementTree.py", line 1640, in feed
self._parser.Parse(data, 0)UnicodeEncodeError: 'ascii' codec can't encode characters in position 18-19: ordinal not in range(128) | 0.2414 |
Traceback (most recent call last):
"/usr/local/bin/gitwebhook", line 7, in <module>
from manage import run
"/usr/local/lib/python3.4/dist-packages/manage.py", line 161
print __version__
^
SyntaxError: Missing parentheses in call to 'print' | Traceback (most recent call last):
"c:\python27\lib\site-packages\pyocd\coresight\discovery.py", line 158, in _create_1_ap
ap = AccessPort.create(self.dp, ap_address)
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 342, in create
ap.init()
"c:\python27\lib\site-packages\pyocd\utility\concurrency.py", line 28, in _locking
return func(self, *args, **kwargs)
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 528, in init
self._init_hprot()
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 579, in _init_hprot
csw = AccessPort.read_reg(self, self._reg_offset + MEM_AP_CSW)
"c:\python27\lib\site-packages\pyocd\utility\concurrency.py", line 28, in _locking
return func(self, *args, **kwargs)
"c:\python27\lib\site-packages\pyocd\coresight\ap.py", line 404, in read_reg
return self.dp.read_ap(self.address.address + addr, now)
"c:\python27\lib\site-packages\pyocd\coresight\dap.py", line 615, in read_ap
return read_ap_cb()
"c:\python27\lib\site-packages\pyocd\coresight\dap.py", line 603, in read_ap_cb
result = result_cb()
"c:\python27\lib\site-packages\pyocd\probe\cmsis_dap_probe.py", line 287, in read_ap_result_callback
six.raise_from(self._convert_exception(error), error)
"c:\python27\lib\site-packages\six.py", line 737, in raise_from
raise value
TransferFaultError: SWD/JTAG Transfer Fault
| 0.222815 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/usr/local/lib/python3.8/site-packages/RFXtrx/__init__.py", line 825, in _connect
self.transport.reset()
"/usr/local/lib/python3.8/site-packages/RFXtrx/__init__.py", line 678, in reset
self.send(b'\x0D\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00')
"/usr/local/lib/python3.8/site-packages/RFXtrx/__init__.py", line 674, in send
self.serial.write(pkt)
AttributeError: 'NoneType' object has no attribute 'write'
| Traceback (most recent call last):
"mg_models.py", line 18, in <module>
p1.save()
"/usr/local/lib/python2.7/dist-packages/mongoengine/document.py", line 224, in save
self.validate(clean=clean)
"/usr/local/lib/python2.7/dist-packages/mongoengine/base/document.py", line 323, in validate
raise ValidationError(message, errors=errors)mongoengine.errors.ValidationError: ValidationError (Post:None) (Field is required: ['content']) | 0.306778 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature
video_id, player_url, s
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 792, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 855, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/lib64/python2.7/site-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'gr'; 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):
"core.git_command in C:\Users\xxx\AppData\Roaming\Sublime Text 3\Installed Packages\GitSavvy.sublime-package", line 119, in git
"./subprocess.py", line 824, in __init__
"./subprocess.py", line 1118, in _execute_childPermissionError: [WinError 5] Access is denied | 0.238755 |
Traceback (most recent call last):
"<pyshell#63>", line 1, in <module>
canmatrix.formats.dbc.dump(db1, "testDBC.txt")
"C:\Users\4NONYM4U5\AppData\Local\Programs\Python\Python37-32\lib\site-packages\canmatrix\formats\dbc.py", line 163, in dump
f.write(header.encode(dbcExportEncoding))
AttributeError: 'str' object has no attribute 'write' | Traceback (most recent call last):
"uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
"uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
"uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/ssl.py", line 763, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1045)
| 0.23593 |
Traceback (most recent call last):
"/tmp/pip-install-36_39dqy/pycurl_ffbb6541ef964848a55b843601d07ac9/setup.py", line 103, in configure_unix
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
"/usr/lib64/python3.6/subprocess.py", line 729, in __init__
restore_signals, start_new_session)
"/usr/lib64/python3.6/subprocess.py", line 1364, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotFoundError: [Errno 2] No such file or directory: 'curl-config': 'curl-config'
| Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/__main__.py", line 36, in <module>
for error in jedi.Script(path=path)._analysis():
"/Users/dima/ak/lib/python3.4/site-packages/jedi/api/__init__.py", line 533, in _analysis
analysis.get_module_statements(self._parser.module())
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/user_context.py", line 332, in module
return self._parser().module
"/Users/dima/ak/lib/python3.4/site-packages/jedi/cache.py", line 143, in wrapper
result = func(self)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/user_context.py", line 277, in _parser
parser = FastParser(self._grammar, self._source, self._path)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/fast.py", line 106, in __call__
p = super(CachedFastParser, self).__call__(grammar, source, module_path)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/fast.py", line 243, in __init__
self.update(source)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/fast.py", line 257, in update
self._parse(source)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/fast.py", line 383, in _parse
line_offset, nodes)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/fast.py", line 435, in _get_node
p = Parser(self._grammar, parser_code, self.module_path, tokenizer=tokenizer)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/__init__.py", line 155, in __init__
self.module = p.parse(self._tokenize(tokenizer))
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/pgen2/parse.py", line 106, in parse
if self.addtoken(type, value, prefix, start_pos):
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/pgen2/parse.py", line 170, in addtoken
value, start_pos, prefix, self.addtoken)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/__init__.py", line 269, in error_recovery
self._stack_removal(grammar, stack, index + 1, value, start_pos)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/__init__.py", line 304, in _stack_removal
clear_names(children=node[1])
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/__init__.py", line 294, in clear_names
clear_names(c.children)
"/Users/dima/ak/lib/python3.4/site-packages/jedi/parser/__init__.py", line 298, in clear_names
self._scope_names_stack[-1][c.value].remove(c)KeyError: 'timeit' | 0.233893 |
Traceback (most recent call last):
"/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 222, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/root/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 126, in show_sqlmap_log
log_json = json.loads(log_req.content)
"/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
"/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded | Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_platform.py", line 128, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/app/homeassistant/components/androidtv/media_player.py", line 109, in setup_platform
aftv = setup(host, device_class=config[CONF_DEVICE_CLASS])
"/usr/local/lib/python3.7/site-packages/androidtv/__init__.py", line 34, in setup
return AndroidTV(host, adbkey, adb_server_ip, adb_server_port)
"/usr/local/lib/python3.7/site-packages/androidtv/androidtv.py", line 59, in __init__
self.device_properties = self.get_device_properties()
"/usr/local/lib/python3.7/site-packages/androidtv/androidtv.py", line 152, in get_device_properties
wifimac = re.findall(WIFIMAC_REGEX_PATTERN, wifi_out)[0]
IndexError: list index out of range
| 0.249095 |
Traceback (most recent call last):
"/usr/lib/python2.7/doctest.py", line 2226, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for pybrain.tests.unittests.supervised.knn.lsh.test_nearoptimal
| Traceback (most recent call last):
"/Users/me/HOME/.local/bin/cldoc", line 5, in <module>
cldoc.run()
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/__init__.py", line 152, in run
generate(opts, cxxflags)
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/__init__.py", line 23, in generate
t.process()
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/tree.py", line 240, in process
self.visit(tu.cursor.get_children())
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/tree.py", line 521, in visit
self.visit(item.get_children(), node)
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/tree.py", line 521, in visit
self.visit(item.get_children(), node)
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/tree.py", line 515, in visit
self.register_anon_typedef(node, parent)
"/Users/me/HOME/.local/lib/python2.7/site-packages/cldoc/tree.py", line 447, in register_anon_typedef
self.all_nodes.remove(parent)ValueError: list.remove(x): x not in list | 0.21281 |
Traceback (most recent call last):
"/usr/local/bin/shodan", line 11, in <module>
load_entry_point('shodan==1.8.1', 'console_scripts', 'shodan')()
"/usr/lib/python2.7/dist-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
"/usr/lib/python2.7/dist-packages/click/core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/lib/python2.7/dist-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python2.7/dist-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
"build/bdist.linux-armv7l/egg/shodan/__main__.py", line 1331, in radar
"build/bdist.linux-armv7l/egg/shodan/cli/worldmap.py", line 242, in launch_map
"/usr/lib/python2.7/curses/wrapper.py", line 43, in wrapper
return func(stdscr, *args, **kwds)
"build/bdist.linux-armv7l/egg/shodan/cli/worldmap.py", line 222, in run
"build/bdist.linux-armv7l/egg/shodan/cli/worldmap.py", line 205, in fetch_data
"build/bdist.linux-armv7l/egg/shodan/stream.py", line 99, in banners
"build/bdist.linux-armv7l/egg/shodan/stream.py", line 50, in _create_stream
shodan.exception.APIError: Access denied
|
Traceback (most recent call last):
"master:/Users/m8mble/software/mitogen/ansible_mitogen/runner.py", line 975, in _run
self._run_code(code, mod)
"master:/Users/m8mble/software/mitogen/ansible_mitogen/runner.py", line 939, in _run_code
exec(code, vars(mod))
"master:/usr/local/Cellar/ansible/2.9.1/libexec/lib/python3.7/site-packages/ansible/modules/system/setup.py", line 134, in <module>
SystemError: Parent module 'ansible.modules.system' not loaded, cannot perform relative import
| 0.321914 |
Traceback (most recent call last):
"pronterface/build/pyi.darwin/pronterface/outPYZ1.pyz/printrun.pronterface", line 1580, in skein_func
"pronterface/build/pyi.darwin/pronterface/outPYZ1.pyz/subprocess", line 679, in __init__
"pronterface/build/pyi.darwin/pronterface/outPYZ1.pyz/subprocess", line 1228, in _execute_childOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"src\gevent\greenlet.py", line 766, in gevent._greenlet.Greenlet.run
"C:\Users\*******\AppData\Local\Programs\Python\Python36-32\lib\site-packages\eel\__init__.py", line 257, in _process_message
return_val = _exposed_functions[message['name']](*message['args'])
"index.py", line 58, in load_data_object
eel.updateTasks({"task_load_data_object": 1})
AttributeError: module 'eel' has no attribute 'updateTasks'
| 0.229816 |
Traceback (most recent call last):
"C:\Users\xxx\PycharmProjects\sqlalchemy_bug\.venv\lib\site-packages\sqlalchemy\engine\base.py", line 1276, in _execute_context
self.dialect.do_execute(
"C:\Users\xxx\PycharmProjects\sqlalchemy_bug\.venv\lib\site-packages\sqlalchemy\engine\default.py", line 593, in do_execute
cursor.execute(statement, parameters)
pyodbc.Error: ('01000', '[01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]ConnectionWrite (WrapperWrite()). (233) (SQLExecDirectW); [01000] [Microsoft][ODBC SQL Server Driver][DBNETLIB]Allgemeiner Netzwerkfehler. Weitere Informationen finden Sie in der Dokumentation über Netzwerke. (11)')
| Traceback (most recent call last):
"ape.py", line 366, in <module>
train(model)
"ape.py", line 198, in train
layers='heads')
"S:\anaconda\envs\research\lib\site-packages\mask_rcnn-2.1-py3.6.egg\mrcnn\model.py", line 2374, in train
"S:\anaconda\envs\research\lib\site-packages\keras\legacy\interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
"S:\anaconda\envs\research\lib\site-packages\keras\engine\training.py", line 1418, in fit_generator
initial_epoch=initial_epoch)
"S:\anaconda\envs\research\lib\site-packages\keras\engine\training_generator.py", line 234, in fit_generator
workers=0)
"S:\anaconda\envs\research\lib\site-packages\keras\legacy\interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
"S:\anaconda\envs\research\lib\site-packages\keras\engine\training.py", line 1472, in evaluate_generator
verbose=verbose)
"S:\anaconda\envs\research\lib\site-packages\keras\engine\training_generator.py", line 330, in evaluate_generator
generator_output = next(output_generator)
"S:\anaconda\envs\research\lib\site-packages\mask_rcnn-2.1-py3.6.egg\mrcnn\model.py", line 1810, in data_generator
UnboundLocalError: local variable 'image_id' referenced before assignment`
| 0.182801 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.