text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/share/cura/cura.py", line 33, in <module>
cura.main()
"/usr/share/cura/Cura/cura.py", line 45, in main
slicer = sliceEngine.Slicer()
TypeError: **init**() takes exactly 2 arguments (1 given)
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-cw896h4f/pycurl_0dfe174502c44bb8b0ab0ac06870ae0a/setup.py", line 743, in <module>
ext = get_extension(sys.argv, split_extension_source=split_extension_source)
"/tmp/pip-install-cw896h4f/pycurl_0dfe174502c44bb8b0ab0ac06870ae0a/setup.py", line 497, in get_extension
ext_config = ExtensionConfiguration(argv)
"/tmp/pip-install-cw896h4f/pycurl_0dfe174502c44bb8b0ab0ac06870ae0a/setup.py", line 71, in __init__
self.configure()
"/tmp/pip-install-cw896h4f/pycurl_0dfe174502c44bb8b0ab0ac06870ae0a/setup.py", line 107, in configure_unix
raise ConfigurationError(msg)
__main__.ConfigurationError: Could not run curl-config: [Errno 2] No such file or directory: 'curl-config': 'curl-config'
| 0.287051 |
Traceback (most recent call last):
"C:\Users\vagrant\src\master-env\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
"C:\Users\vagrant\src\tmp\scipy\scipy\sparse\linalg\eigen\arpack\tests\test_arpack.py", line 237, in eval_evec
eval, evec = eigs_func(ac, k, bc, **kwargs)
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 1277, in eigs
params.iterate()
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 731, in iterate
self.workd[yslice] = self.OP(self.workd[xslice])
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 677, in <lambda>
self.OP = lambda x: self.OPa(M_matvec(x))
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 669, in <lambda>
self.OPa = lambda x: np.imag(Minv_matvec(x))
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\interface.py", line 134, in matvec
y = self._matvec(x)
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\eigen\arpack\arpack.py", line 996, in _matvec
b, info = self.ifunc(self.OP, x, tol=self.tol)
"<string>", line 2, in gmres
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 85, in non_reentrant
return func(*a, **kw)
"C:\Users\vagrant\src\master-env\lib\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 451, in gmres
revcom(b, x, restrt, work, work2, iter_, resid, info, ndx1, ndx2, ijob)ValueError: failed to initialize intent(inout) array -- input not fortran contiguous
|
Traceback (most recent call last):
"<stdin>", line 3032, in <module>
"<stdin>", line 1406, in main
"<stdin>", line 1274, in started
"<stdin>", line 1185, in start_containersTypeError: start() got an unexpected keyword argument 'pid_mode'
| 0.293347 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 269, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
"/usr/lib/python3/dist-packages/botocore/endpoint.py", line 204, in _get_response
proxies=self.proxies, timeout=self.timeout)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3/dist-packages/requests/adapters.py", line 426, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
|
Traceback (most recent call last):
"G:\Python\Python37\lib\logging\__init__.py", line 1034, in emit
msg = self.format(record)
"G:\Python\Python37\lib\logging\__init__.py", line 880, in format
return fmt.format(record)
"G:\Python\Python37\lib\logging\__init__.py", line 619, in format
record.message = record.getMessage()
"G:\Python\Python37\lib\logging\__init__.py", line 380, in getMessage
msg = msg % self.args
TypeError: not enough arguments for format string
| 0.274284 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in urlopen
httplib_response = self._make_request(
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 394, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 234, in request
super(HTTPConnection, self).request(method, url, body=body, headers=headers)
"/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
"/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 200, in connect
conn = self._new_conn()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7fc65100c3d0>: Failed to establish a new connection: [Errno 111] Connection refused
|
Traceback (most recent call last):
"c:\users\karhohs\documents\github\karhohs_projects\2016_05_04_alleninstitute_3d\src\cellprofiler\cellprofiler\gui\pipelinecontroller.py", line 2846, in do_step
self.__pipeline.run_module(module, workspace)
"c:\users\karhohs\documents\github\karhohs_projects\2016_05_04_alleninstitute_3d\src\cellprofiler\cellprofiler\pipeline.py", line 1997, in run_module
module.run(workspace)
"c:\users\karhohs\documents\github\karhohs_projects\2016_05_04_alleninstitute_3d\src\cellprofiler\cellprofiler\modules\measureobjectintensity.py", line 364, in run
mesh_x = mesh_x[lmask]
IndexError: too many indices for array
| 0.217626 |
Traceback (most recent call last):
"site-packages/calibre/customize/ui.py", line 171, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 618, in run
"calibre_plugins.dedrm.__init__", line 568, in KindleMobiDecrypt
DeDRMError: DeDRM v6.5.5: Ultimately failed to decrypt after 0.0 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
|
Traceback (most recent call last):
"HiddenEye.py", line 10, in <module>
from Defs.Actions import *
"/root/HiddenEye/Defs/Actions.py", line 28, in <module>
colorTheme = colorSelector()
"/root/HiddenEye/Defs/ThemesManager.py", line 24, in colorSelector
if config.get("Defaults", "theme") == "anaglyph":
"/usr/lib/python3.7/configparser.py", line 780, in get
d = self._unify_values(section, vars)
"/usr/lib/python3.7/configparser.py", line 1146, in _unify_values
raise NoSectionError(section) from None
configparser.NoSectionError: No section: 'Defaults'
| 0.303749 |
Traceback (most recent call last):
"C:\Users\danil\Anaconda3\lib\logging\__init__.py", line 1025, in emit
msg = self.format(record)
"C:\Users\danil\Anaconda3\lib\logging\__init__.py", line 869, in format
return fmt.format(record)
"C:\Users\danil\Anaconda3\lib\logging\__init__.py", line 608, in format
record.message = record.getMessage()
"C:\Users\danil\Anaconda3\lib\logging\__init__.py", line 369, in getMessage
msg = msg % self.args
ValueError: incomplete format
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"<string>", line 222, in script_launch
"<string>", line 189, in main
"<string>", line 77, in get_latest_release_data
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1360, in https_open
context=self._context, check_hostname=self._check_hostname)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1319, 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:1056)>
| 0.228642 |
Traceback (most recent call last):
"train.py", line 100, in <module>
for batch_i, (_, imgs, targets) in enumerate(dataloader):
"/opt/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 819, in __next__
return self._process_data(data)
"/opt/anaconda3/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 846, in _process_data
data.reraise()
"/opt/anaconda3/lib/python3.7/site-packages/torch/_utils.py", line 385, in reraise
raise self.exc_type(msg)
TypeError: Caught TypeError in DataLoader worker process 0.
|
Traceback (most recent call last):
"/home/kiril/workspace/pinax_advanced_text/env/local/lib/python2.7/site-packages/django_openid/tests/consumer_tests.py", line 83, in testLoginCancel
openid_consumer.request_cancelled_message in response.content
"/home/kiril/workspace/pinax_advanced_text/env/local/lib/python2.7/site-packages/django/template/response.py", line 113, in _get_content
raise ContentNotRenderedError('The response content must be rendered before it can be accessed.')ContentNotRenderedError: The response content must be rendered before it can be accessed.
| 0.166275 |
Traceback (most recent call last):
"C:/Users/PELA09/PycharmProjects/ArrayImporter/gs_run.py", line 7, in <module>
.child_window(auto_id="listViewModule", control_type="List")\
"C:\Apps\Python\Python36\lib\site-packages\pywinauto\application.py", line 174, in __call__
format(self.criteria[-1]['best_match']))
AttributeError: Neither GUI element (wrapper) nor wrapper method 'click' were found (typo?)
|
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/salt/state.py", line 1933, in call
**cdata['kwargs'])
"/usr/lib/python2.7/site-packages/salt/loader.py", line 1939, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/site-packages/salt/states/alternatives.py", line 180, in auto
line = display.splitlines()[0]
IndexError: list index out of range
Started: 16:00:59.116141
| 0.295134 |
Traceback (most recent call last):
"<string>", line 14, in <module>
IOError: [Errno 2] No such file or directory: '/Users/kmike/envs/pymorphy/build/nltk/setup.py'
|
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 661, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 291, in extract
return self._real_extract(url)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1345, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 827, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
| 0.11728 |
Traceback (most recent call last):
"<string>", line 1, in <module>
NameError: name 'XY' is not defined
|
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/salt/state.py", line 1913, in call
**cdata['kwargs'])
"/usr/lib/python2.7/site-packages/salt/loader.py", line 1898, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/site-packages/salt/states/pip_state.py", line 910, in installed
if pkg_name.lower() in already_installed_packages:
AttributeError: 'NoneType' object has no attribute 'lower'
Started: 13:14:27.731677
| 0.28702 |
Traceback (most recent call last):
"/Users/$USER/miniconda3/lib/python3.7/site-packages/ranger/core/main.py", line 195, in main
fm.loop()
"/Users/$USER/miniconda3/lib/python3.7/site-packages/ranger/core/fm.py", line 394, in loop
ui.redraw()
"/Users/$USER/miniconda3/lib/python3.7/site-packages/ranger/gui/ui.py", line 339, in redraw
self.finalize()
"/Users/$USER/miniconda3/lib/python3.7/site-packages/ranger/gui/ui.py", line 394, in finalize
DisplayableContainer.finalize(self)
"/Users/$USER/miniconda3/lib/python3.7/site-packages/ranger/gui/displayable.py", line 264, in finalize
displayable.finalize()
"/Users/$USER/miniconda3/lib/python3.7/site-packages/ranger/gui/widgets/view_base.py", line 60, in finalize
- self.main_column.scroll_begin
AttributeError: 'NoneType' object has no attribute 'pointer'
|
Traceback (most recent call last):
"/home/kelsos/.virtualenvs/raiden/lib/python3.6/site-packages/networkx/classes/graph.py", line 1007, in remove_edge
del self._adj[u][v]
KeyError: b'\xda\xed]Z\xaf\xad\x99\x95l\x9e?\xdcd\x8f\x94i\x94[E\xbf'
| 0.309764 |
Traceback (most recent call last):
"<string>", line 45, in <module>
"<string>", line 31, in main
"c:\Users\Scott.Scott-PC\Development\Projects\Ice\build\ice\out00-PYZ.pyz\ice.rom_manager", line 39, in __init__TypeError: 'NoneType' object is not iterable
|
Traceback (most recent call last):
"dvc/command/plots.py", line 37, in run
"dvc/command/plots.py", line 80, in _func
"dvc/repo/plots/__init__.py", line 173, in diff
"dvc/repo/plots/diff.py", line 16, in diff
"dvc/repo/plots/__init__.py", line 160, in show
dvc.exceptions.MetricDoesNotExistError: 'loss.csv' does not exist.
| 0.152855 |
Traceback (most recent call last):
"lib\site-packages\parso\grammar.py", line 265, in load_grammar
KeyError: 'e:\\tmp\\test_ipython_onedir_0\\dist\\test_ipython\\parso\\python\\grammar36.txt'
|
Traceback (most recent call last):
"shapely_bytes_load.py", line 6, in <module>
shp = wkb.loads(geom, hex=True)
"/Users/bcollins/anaconda/envs/grendel3/lib/python3.5/site-packages/shapely/wkb.py", line 14, in loads
return reader.read_hex(data)
"/Users/bcollins/anaconda/envs/grendel3/lib/python3.5/site-packages/shapely/geos.py", line 384, in read_hex
data = data.encode('ascii')AttributeError: 'bytes' object has no attribute 'encode'
| 0.324637 |
Traceback (most recent call last):
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/medusa/scene_exceptions.py#L387">medusa\scene_exceptions.py</a>", line 387, in _get_anidb_exceptions
cache_path=join(app.CACHE_DIR, 'adba')
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L128">ext\adba\aniDBAbstracter.py</a>", line 128, in __init__
self.aid = self._get_aid_from_xml(self.name)
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBAbstracter.py#L178">ext\adba\aniDBAbstracter.py</a>", line 178, in _get_aid_from_xml
self.allAnimeXML = read_anidb_xml(self.cache_path)
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L111">ext\adba\aniDBfileInfo.py</a>", line 111, in read_anidb_xml
return read_xml_into_etree(file_path)
"C:\Program
s\Medusa\Medusa\<a href="../blob/74c3f124fb599ad923e23f46fc320778b8b4217c/ext/adba/aniDBfileInfo.py#L135">ext\adba\aniDBfileInfo.py</a>", line 135, in read_xml_into_etree
xml_a_setree = etree.ElementTree().parse(filePath)
"<string>", line 38, in parseParseError: no element found: line 30418, column 40
|
Traceback (most recent call last):
"site-packages\lbrynet\daemon\DaemonControl.py", line 106, in start_server_and_listen
"site-packages\twisted\internet\defer.py", line 1297, in _inlineCallbacks
"site-packages\twisted\python\failure.py", line 389, in throwExceptionIntoGenerator
"site-packages\lbrynet\daemon\DaemonServer.py", line 52, in start
"site-packages\twisted\internet\defer.py", line 1297, in _inlineCallbacks
"site-packages\twisted\python\failure.py", line 389, in throwExceptionIntoGenerator
"site-packages\lbrynet\daemon\Daemon.py", line 240, in setup
"site-packages\twisted\internet\defer.py", line 1297, in _inlineCallbacks
"site-packages\twisted\python\failure.py", line 389, in throwExceptionIntoGenerator
"site-packages\lbrynet\daemon\Daemon.py", line 507, in _check_db_migration
"site-packages\twisted\python\threadpool.py", line 246, in inContext
"site-packages\twisted\python\threadpool.py", line 262, in <lambda>
"site-packages\twisted\python\context.py", line 118, in callWithContext
"site-packages\twisted\python\context.py", line 81, in callWithContext
"site-packages\lbrynet\database\migrator\dbmigrator.py", line 22, in migrate_db
"site-packages\lbrynet\database\migrator\migrate5to6.py", line 249, in do_migration
"site-packages\lbrynet\database\migrator\migrate5to6.py", line 19, in _wrapper
"site-packages\lbrynet\database\migrator\migrate5to6.py", line 155, in _make_db
"site-packages\lbrynet\database\migrator\migrate5to6.py", line 19, in _wrapper
"site-packages\lbrynet\database\migrator\migrate5to6.py", line 98, in _populate_blobs
OperationalError: table blob has 7 columns but 5 values were supplied
| 0.266501 |
Traceback (most recent call last):
"/home/USER/homeassistant/lib/python3.6/site-packages/homeassistant/setup.py", line 167, in _async_setup_component
hass, processed_config
"/home/USER/homeassistant/lib/python3.6/site-packages/homeassistant/components/lovelace/__init__.py", line 66, in async_setup
hass.components.frontend.async_register_built_in_panel(
"/home/USER/homeassistant/lib/python3.6/site-packages/homeassistant/loader.py", line 421, in __getattr__
component: Optional[ModuleType] = integration.get_component()
"/home/USER/homeassistant/lib/python3.6/site-packages/homeassistant/loader.py", line 223, in get_component
cache[self.domain] = importlib.import_module(self.pkg_path)
"/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/USER/homeassistant/lib/python3.6/site-packages/homeassistant/components/frontend/__init__.py", line 10, in <module>
import hass_frontend
ModuleNotFoundError: No module named 'hass_frontend'
|
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 594, in urlopen
chunked=chunked)
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 350, in _make_request
self._validate_conn(conn)
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 837, in _validate_conn
conn.connect()
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 323, in connect
ssl_context=context)
"/usr/lib/python3/dist-packages/urllib3/util/ssl_.py", line 324, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
"/usr/lib/python3/dist-packages/urllib3/contrib/pyopenssl.py", line 424, in wrap_socket
raise ssl.SSLError('bad handshake: %r' % e)
ssl.SSLError: ("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')],)",)
| 0.213993 |
Traceback (most recent call last):
"/usr/local/bin/v2ray", line 6, in <module>
from v2ray_util.main import menu
"/usr/lib/python3.6/site-packages/v2ray_util/__init__.py", line 3, in <module>
from .util_core.utils import i18n_create
"/usr/lib/python3.6/site-packages/v2ray_util/util_core/__init__.py", line 3, in <module>
i18n_create()
"/usr/lib/python3.6/site-packages/v2ray_util/util_core/utils.py", line 202, in i18n_create
lang = Config().get_data('lang')
"/usr/lib/python3.6/site-packages/v2ray_util/util_core/config.py", line 25, in get_data
return self.config.get('data', key)
"/usr/lib64/python3.6/configparser.py", line 792, in get
raise NoOptionError(option, section)
configparser.NoOptionError: No option 'lang' in section: 'data'
|
Traceback (most recent call last):
"/u/arvie/PHD/DCCA_Experiment2/expA_SVM.py", line 165, in <module>
my_svm = training2(apply_feature_selection(train_X, features), train_y, apply_feature_selection(test_X, features), test_y)
"/u/arvie/PHD/DCCA_Experiment2/expA_SVM.py", line 57, in training2
print(testing(X=test_X, y=test_y, clf=eclf))
"/u/arvie/PHD/DCCA_Experiment2/expA_SVM.py", line 116, in testing
return accuracy_score(y, clf.predict(X), normalize=True)
"/u/arvie/.local/lib/python2.7/site-packages/sklearn/ensemble/voting_classifier.py", line 149, in predict
predictions = self._predict(X)
"/u/arvie/.local/lib/python2.7/site-packages/sklearn/ensemble/voting_classifier.py", line 226, in _predict
return np.asarray([clf.predict(X) for clf in self.estimators_]).TAttributeError: 'VotingClassifier' object has no attribute 'estimators_'
| 0.225884 |
fatal: [gfs-02.eng.example.net]: FAILED! => {"changed": false, "failed": true, "module_stderr": "", "module_stdout": "Traceback (most recent call last):\r\n
\"/home/example/.ansible/tmp/ansible-tmp-1459822578.91-3810522444797/gluster_volume\", line 2416, in <module>\r\n
main()\r\n
\"/home/example/.ansible/tmp/ansible-tmp-1459822578.91-3810522444797/gluster_volume\", line 382, in main\r\n
probe_all_peers(cluster, peers, myhostname)\r\n
\"/home/example/.ansible/tmp/ansible-tmp-1459822578.91-3810522444797/gluster_volume\", line 259, in probe_all_peers\r\n
for host in hosts:\r\nTypeError: 'NoneType' object is not iterable\r\n", "msg": "MODULE FAILURE", "parsed": false}```
|
Traceback (most recent call last):
"/Users/briancurtin/elastic/cloud/python-services-v3/.tox/integration/lib/python3.8/site-packages/google/api_core/bidi.py", line 657, in _thread_main
self._on_response(response)
"/Users/briancurtin/elastic/cloud/python-services-v3/.tox/integration/lib/python3.8/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py", line 547, in _on_response
len(response.received_messages),
AttributeError: 'NoneType' object has no attribute 'received_messages'
| 0.26869 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/base/data/home/apps/s~sympy-live-hrd/49.400254913747479351/sympy/sympy/solvers/inequalities.py", line 448, in solve_univariate_inequality
raise NotImplementedError('sorting of these roots is not supported')
NotImplementedError: sorting of these roots is not supported
|
Traceback (most recent call last):
"translate.py", line 48, in <module>
main(opt)
"translate.py", line 32, in main
attn_debug=opt.attn_debug
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/translate/translator.py", line 330, in translate
batch, data.src_vocabs, attn_debug
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/translate/translator.py", line 523, in translate_batch
return_attention=attn_debug or self.replace_unk)
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/translate/translator.py", line 672, in _translate_batch
batch_offset=beam._batch_offset)
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/translate/translator.py", line 561, in _decode_and_generate
decoder_in, memory_bank, memory_lengths=memory_lengths, step=step
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 547, in __call__
result = self.forward(*input, **kwargs)
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/decoders/decoder.py", line 213, in forward
tgt, memory_bank, memory_lengths=memory_lengths)
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/decoders/decoder.py", line 395, in _run_forward_pass
memory_lengths=memory_lengths)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 547, in __call__
result = self.forward(*input, **kwargs)
"/home/kalle/workspaces/openNMT/OpenNMT-py-master/onmt/modules/global_attention.py", line 183, in forward
align.masked_fill_(1 - mask, -float('inf'))
"/usr/local/lib/python3.6/dist-packages/torch/tensor.py", line 325, in __rsub__
return _C._VariableFunctions.rsub(self, other)
RuntimeError: Subtraction, the `-` operator, with a bool tensor is not supported. If you are trying to invert a mask, use the `~` or `bitwise_not()` operator instead.
| 0.180464 |
Traceback (most recent call last):
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/base.py", line 249, in _legacy_get_response
response = self._get_response(request)
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/home/taiga/taiga-back/taiga/base/api/viewsets.py", line 106, in view
return self.dispatch(request, *args, **kwargs)
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
return view_func(*args, **kwargs)
"/home/taiga/taiga-back/taiga/base/api/views.py", line 460, in dispatch
response = self.handle_exception(exc)
"/home/taiga/taiga-back/taiga/base/api/views.py", line 458, in dispatch
response = handler(request, *args, **kwargs)
"/home/taiga/taiga-back/taiga/base/api/mixins.py", line 207, in partial_update
return self.update(request, *args, **kwargs)
"/home/taiga/taiga-back/taiga/projects/tasks/api.py", line 213, in update
return super().update(request, *args, **kwargs)
"/usr/lib/python3.5/contextlib.py", line 30, in inner
return func(*args, **kwds)
"/home/taiga/taiga-back/taiga/base/decorators.py", line 60, in decorator
return func(self, *args, **kwargs)
"/home/taiga/taiga-back/taiga/base/api/mixins.py", line 200, in update
self.post_save(self.object, created=False)
"/home/taiga/taiga-back/taiga/projects/tasks/api.py", line 181, in post_save
super().post_save(obj, created)
"/home/taiga/taiga-back/taiga/projects/occ/mixins.py", line 85, in post_save
super().post_save(obj, created)
"/home/taiga/taiga-back/taiga/projects/history/mixins.py", line 80, in post_save
super().post_save(obj, created=created)
"/home/taiga/taiga-back/taiga/projects/notifications/mixins.py", line 96, in post_save
self.send_notifications(obj)
"/home/taiga/taiga-back/taiga/projects/notifications/mixins.py", line 93, in send_notifications
services.send_notifications(obj, history=history)
"/usr/lib/python3.5/contextlib.py", line 30, in inner
return func(*args, **kwds)
"/home/taiga/taiga-back/taiga/projects/notifications/services.py", line 246, in send_notifications
send_sync_notifications(notification.id)
"/usr/lib/python3.5/contextlib.py", line 30, in inner
return func(*args, **kwds)
"/home/taiga/taiga-back/taiga/projects/notifications/services.py", line 320, in send_sync_notifications
email.send(user.email, context, headers=headers)
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/djmail/template_mail.py", line 122, in send
return email.send()
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/mail/message.py", line 348, in send
return self.get_connection(fail_silently).send_messages([self])
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/mail/backends/smtp.py", line 104, in send_messages
new_conn_created = self.open()
"/home/taiga/.virtualenvs/taiga/lib/python3.5/site-packages/django/core/mail/backends/smtp.py", line 71, in open
self.connection.login(force_str(self.username), force_str(self.password))
"/usr/lib/python3.5/smtplib.py", line 729, in login
raise last_exception
"/usr/lib/python3.5/smtplib.py", line 720, in login
initial_response_ok=initial_response_ok)
"/usr/lib/python3.5/smtplib.py", line 641, in auth
raise SMTPAuthenticationError(code, resp)
smtplib.SMTPAuthenticationError: (535, b'Authentication credentials invalid')
|
Traceback (most recent call last):
"test.py", line 53, in <module>
test = Test()
"/home/user/.local/lib/python3.5/site-packages/numba/jitclass/base.py", line 114, in __call__
return cls._ctor(*args, **kwargs)
TypeError: not enough arguments: expected 3, got 0
| 0.155207 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info
ie_result = ie.extract(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 312, in extract
return self._real_extract(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/generic.py", line 1908, in _real_extract
raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://archives-canalc2.u-strasbg.fr/video.asp?idVideo=11390&voir=oui
|
Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 941, in emit
"C:\Python\64-bit\3.3\lib\encodings\cp1252.py", line 19, in encodeUnicodeEncodeError: 'charmap' codec can't encode characters in position 157-162: character maps to <undefined>
| 0.22537 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/funk.py", line 39, in _real_extract
webpage, 'media player'))['data-id']
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 796, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract media player; 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):
"<string>", line 8, in <module>
GLib.Error: g-irepository-error-quark: Typelib file for namespace 'Gtk', version '3.0' not found (0)
| 0.095609 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/tokenize.py", line 392, in find_cookie
line_string = line.decode('utf-8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xf5 in position 24: invalid start byte
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"<string>", line 538, in fmap
"<string>", line 197, in __new__
TypeError: 'functools.partial' object is not iterable
| 0.2725 |
Traceback (most recent call last):
"/Users/kristian/git/flake8/flake8/tests/test_engine.py", line 117, in test_disables_extensions_that_are_not_selected
sg = engine.get_style_guide()
"/Users/kristian/git/flake8/flake8/engine.py", line 236, in get_style_guide
_disable_extensions(kwargs['parser'], options)
"/Users/kristian/git/flake8/flake8/engine.py", line 219, in _disable_extensions
enabled = set(_parse_multi_options(options.enabled_extensions))
AttributeError: Values instance has no attribute 'enabled_extensions'
|
Traceback (most recent call last):
"/opt/salt/lib/python2.6/site-packages/salt/minion.py", line 1013, in tune_in
self._handle_payload(payload)
"/opt/salt/lib/python2.6/site-packages/salt/minion.py", line 514, in _handle_payload
'clear': self._handle_clear}[payload['enc']](payload['load'])
"/opt/salt/lib/python2.6/site-packages/salt/minion.py", line 553, in _handle_aes
self._handle_decoded_payload(data)
"/opt/salt/lib/python2.6/site-packages/salt/minion.py", line 598, in _handle_decoded_payload
process.start()
"/usr/lib64/python2.6/multiprocessing/process.py", line 104, in start
self._popen = Popen(self)
"/usr/lib64/python2.6/multiprocessing/forking.py", line 99, in __init__
code = process_obj._bootstrap()
"/usr/lib64/python2.6/multiprocessing/process.py", line 248, in _bootstrap
sys.stderr.write('Process %s:\n' % self.name)IOError: [Errno 32] Broken pipe
| 0.311471 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/datastore/cloud-ndb/flask_app_test.py", line 49, in test_index
eventually_consistent_test()
"/workspace/datastore/cloud-ndb/.nox/py-3-6/lib/python3.6/site-packages/backoff/_sync.py", line 94, in retry
ret = target(*args, **kwargs)
"/workspace/datastore/cloud-ndb/flask_app_test.py", line 47, in eventually_consistent_test
assert test_book.title in r.data.decode('utf-8')AssertionError: assert 'a0e0c1b3-7336-44a3-a892-3c62023ed949' in "[{'title': '297bd9df-f33a-4d72-b406-ca2d739ca07b'}, {'title': '3e628842-748a-461b-8da2-6b64a0fa6896'}, {'title': '4c1...-010473a80164'}, {'title': 'fe0c32a7-4492-4919-bc49-71865797014b'}, {'title': 'e396b44e-ad01-4698-9a12-f739c7b9c30b'}]"
|
Traceback (most recent call last):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent
and not self.is_completion_widget_visible()):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible
return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted
| 0.212521 |
Traceback (most recent call last):
"sandbox.py", line 54, in <module>
print(engine.execute(product.select().where(product.c.id == 709765476)).fetchall())
"/Users/vm/ws/app/env/lib/python3.7/site-packages/sqlalchemy/engine/result.py", line 170, in __repr__
return repr(sql_util._repr_row(self))
"/Users/vm/ws/app/env/lib/python3.7/site-packages/sqlalchemy/sql/util.py", line 458, in __repr__
", ".join(trunc(value) for value in self.row),
"/Users/vm/ws/app/env/lib/python3.7/site-packages/sqlalchemy/sql/sqltypes.py", line 2278, in process
return json_deserializer(value)
"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/json/__init__.py", line 341, in loads
raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not dict
|
Traceback (most recent call last):
"/usr/lib/python3.6/encodings/idna.py", line 165, in encode
raise UnicodeError("label empty or too long")
UnicodeError: label empty or too long
| 0.313553 |
Traceback (most recent call last):
"C:\Medusa\Medusa\<a href="../blob/ee1b898d0f74750c4c265d077fcc0da73d17b41e/medusa/db.py#L115">medusa\db.py</a>", line 115, in _execute
sql_results = cursor.execute(query, args)sqlite3.OperationalError: too many SQL variables
|
Traceback (most recent call last):
"pokecli.py", line 493, in <module>
main()
"pokecli.py", line 126, in main
if bot:UnboundLocalError: local variable 'bot' referenced before assignment
| 0.176748 |
Traceback (most recent call last):
"./PlexConnect.py", line 19, in <module>
import DNSServer, WebServer
"/Users/myuser/PlexConnect/DNSServer.py", line 116
print "ID {0:04x}".format((ord(paket[0])<<8)+ord(paket[1]))
^SyntaxError: invalid syntax
|
Traceback (most recent call last):
"c:\python37\lib\site-packages\tornado\ioloop.py", line 758, in _run_callback
ret = callback()
"c:\python37\lib\site-packages\tornado\stack_context.py", line 300, in null_wrapper
return fn(*args, **kwargs)
"c:\python37\lib\site-packages\ipykernel\kernelbase.py", line 306, in advance_eventloop
eventloop(self)
"c:\python37\lib\site-packages\ipykernel\eventloops.py", line 129, in loop_qt5
return loop_qt4(kernel)
"c:\python37\lib\site-packages\ipykernel\eventloops.py", line 116, in loop_qt4
kernel.app = get_app_qt4([" "])
"c:\python37\lib\site-packages\IPython\lib\guisupport.py", line 114, in get_app_qt4
from IPython.external.qt_for_kernel import QtGui
"c:\python37\lib\site-packages\IPython\external\qt_for_kernel.py", line 95, in <module>
QtCore, QtGui, QtSvg, QT_API = load_qt(api_opts)
"c:\python37\lib\site-packages\IPython\external\qt_loaders.py", line 309, in load_qt
result = loaders[api]()
"c:\python37\lib\site-packages\IPython\external\qt_loaders.py", line 220, in import_pyqt5
import sip
ModuleNotFoundError: No module named 'sip'
| 0.322761 |
Traceback (most recent call last):
"nvda_slave.pyw", line 90, in main
"comHelper.pyc", line 22, in _lresultFromGetActiveObject
"comtypes\client\__init__.pyc", line 180, in GetActiveObject
"comtypes\__init__.pyc", line 1165, in GetActiveObject
"_ctypes/callproc.c", line 950, in GetResult
WindowsError: [Error -2147221021] Operation unavailable
|
Traceback (most recent call last):
"/tmp/tmp.ZHMId8dK0n/pipstrap.py", line 146, in <module>
exit(main())
"/tmp/tmp.ZHMId8dK0n/pipstrap.py", line 133, in main
shell=True)
"/usr/python2.7/lib/python2.7/subprocess.py", line 219, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command 'pip install --no-index --no-deps -U /tmp/pipstrap-ejsy6j/pip-8.0.3.tar.gz /tmp/pipstrap-ejsy6j/setuptools-20.2.2.tar.gz /tmp/pipstrap-ejsy6j/wheel-0.29.0.tar.gz' returned non-zero exit status 1
| 0.308737 |
Traceback (most recent call last):
"a.py", line 9, in <module>
x = AuthenticatedUser.AuthenticatedUser.create_fork(y, Repository.Repository)
"/usr/lib/python3.6/site-packages/github/AuthenticatedUser.py", line 452, in create_fork
assert isinstance(repo, github.Repository.Repository), repo
AssertionError: <class 'github.Repository.Repository'>
|
Comment: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 178, in render_tmpl
output = render_str(tmplstr, context, tmplpath)
"/usr/lib/python2.7/dist-packages/salt/utils/templates.py", line 409, in render_jinja_tmpl
log.debug("TmplStr: {0}".format(tmplstr))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in position 809: ordinal not in range(128)
Started: 20:51:06.160906
| 0.231568 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
"/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
"/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
"/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
"/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 24, in <module>
import apt
"/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
|
Traceback (most recent call last):
"unitest.py", line 197, in test_012_ip
stats_grab = stats.get_plugin('ip').get_raw()
AttributeError: 'NoneType' object has no attribute 'get_raw'
| 0.305567 |
Traceback (most recent call last):
"test.py", line 20, in <module>
res = s3.head_object( Bucket=feBucket, Key=feKey, PartNumber=1 );
"/usr/local/lib/python2.7/dist-packages/botocore/client.py", line 320, in _api_call
return self._make_api_call(operation_name, kwargs)
"/usr/local/lib/python2.7/dist-packages/botocore/client.py", line 610, in _make_api_call
operation_model, request_dict)
"/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 102, in make_request
return self._send_request(request_dict, operation_model)
"/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 136, in _send_request
success_response, exception):
"/usr/local/lib/python2.7/dist-packages/botocore/endpoint.py", line 210, in _needs_retry
caught_exception=caught_exception, request_dict=request_dict)
"/usr/local/lib/python2.7/dist-packages/botocore/hooks.py", line 356, in emit
return self._emitter.emit(aliased_event_name, **kwargs)
"/usr/local/lib/python2.7/dist-packages/botocore/hooks.py", line 228, in emit
return self._emit(event_name, kwargs)
"/usr/local/lib/python2.7/dist-packages/botocore/hooks.py", line 211, in _emit
response = handler(**kwargs)
"/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 183, in __call__
if self._checker(attempts, response, caught_exception):
"/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 251, in __call__
caught_exception)
"/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 277, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
"/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
"/usr/local/lib/python2.7/dist-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "https://s3.eu-west-0.amazonaws.com/xxxxxxxr?partNumber=1"
|
Traceback (most recent call last):
"spotdl.py", line 3, in <module>
from core import const
"/home/peter/spotify-downloader/core/const.py", line 1, in <module>
import logzero
ImportError: No module named 'logzero'
| 0.222186 |
Traceback (most recent call last):
"C:\Users\asus\Anaconda3\envs\xxx\Scripts\spleeter-script.py", line 9, in <module>
sys.exit(entrypoint())
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\spleeter\__main__.py", line 54, in entrypoint
main(sys.argv)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\spleeter\__main__.py", line 46, in main
entrypoint(arguments, params)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\spleeter\commands\separate.py", line 43, in entrypoint
synchronous=False
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\spleeter\separator.py", line 123, in separate_to_file
sources = self.separate(waveform)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\spleeter\separator.py", line 89, in separate
'audio_id': ''})
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\tensorflow\contrib\predictor\predictor.py", line 77, in __call__
return self._session.run(fetches=self.fetch_tensors, feed_dict=feed_dict)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\tensorflow\python\client\session.py", line 950, in run
run_metadata_ptr)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\tensorflow\python\client\session.py", line 1173, in _run
feed_dict_tensor, options, run_metadata)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\tensorflow\python\client\session.py", line 1350, in _do_run
run_metadata)
"C:\Users\asus\Anaconda3\envs\xxx\lib\site-packages\tensorflow\python\client\session.py", line 1370, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.UnknownError: 2 root error(s) found.
|
Traceback (most recent call last):
"/home/hassan/.local/bin/git-remote-dropbox", line 8, in <module>
sys.exit(main())
"/home/hassan/.local/lib/python3.6/site-packages/git_remote_dropbox/cli/helper.py", line 23, in main
helper.run()
"/home/hassan/.local/lib/python3.6/site-packages/git_remote_dropbox/helper.py", line 106, in run
self._do_list(line)
"/home/hassan/.local/lib/python3.6/site-packages/git_remote_dropbox/helper.py", line 131, in _do_list
refs = self.get_refs(for_push=for_push)
"/home/hassan/.local/lib/python3.6/site-packages/git_remote_dropbox/helper.py", line 466, in get_refs
res = self._connection().files_list_folder(loc, recursive=True)
"/home/hassan/.local/lib/python3.6/site-packages/dropbox/base.py", line 1956, in files_list_folder
None,
"/home/hassan/.local/lib/python3.6/site-packages/dropbox/dropbox_client.py", line 327, in request
timeout=timeout)
"/home/hassan/.local/lib/python3.6/site-packages/dropbox/dropbox_client.py", line 482, in request_json_string_with_retry
timeout=timeout)
"/home/hassan/.local/lib/python3.6/site-packages/dropbox/dropbox_client.py", line 607, in request_json_string
raise AuthError(request_id, err)
dropbox.exceptions.AuthError: AuthError('2348a22f294a4546b07ea942230c6727', AuthError('missing_scope', TokenScopeError(required_scope='files.metadata.read')))
| 0.317249 |
Unable to format event {'log_namespace': u'log_legacy', 'log_time': 1494936391.132, 'log_system': '_GenericHTTPChannelProtocol,7,127.0.0.1', 'log_level': <LogLevel=critical>, 'system': '_GenericHTTPChannelProtocol,7,127.0.0.1', 'isError': 1, 'failure': <twisted.python.failure.Failure exceptions.UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 39: invalid continuation byte>, 'time': 1494936391.132, 'log_text': 'Unhandled Error\nTraceback (most recent call last):\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\log.py", line 103, in callWithLogger\n
return callWithContext({"system": lp}, func, *args, **kw)\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\log.py", line 86, in callWithContext\n
return context.call({ILogContext: newCtx}, func, *args, **kw)\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\context.py", line 118, in callWithContext\n
return self.currentContext().callWithContext(ctx, func, *args, **kw)\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\context.py", line 81, in callWithContext\n
return func(*args,**kw)\n--- <exception caught here> ---\n
"C:\\Python27\\lib\\site-packages\\twisted\\internet\\selectreactor.py", line 149, in _doReadOrWrite\n
why = getattr(selectable, method)()\n
"C:\\Python27\\lib\\site-packages\\twisted\\internet\\tcp.py", line 208, in doRead\n
return self._dataReceived(data)\n
"C:\\Python27\\lib\\site-packages\\twisted\\internet\\tcp.py", line 214, in _dataReceived\n
rval = self.protocol.dataReceived(data)\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 2332, in dataReceived\n
return self._channel.dataReceived(data)\n
"C:\\Python27\\lib\\site-packages\\twisted\\protocols\\basic.py", line 571, in dataReceived\n
why = self.lineReceived(line)\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 1752, in lineReceived\n
self.allContentReceived()\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 1845, in allContentReceived\n
req.requestReceived(command, path, version)\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 766, in requestReceived\n
self.process()\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\server.py", line 192, in process\n
self.processingFailed(failure.Failure())\n
"C:\\Users\\***\\Documents\\tribler\xe9\\Tribler\\Core\\Modules\\restapi\\rest_manager.py", line 64, in processingFailed\n
body = json.dumps(response)\n
"C:\\Python27\\lib\\json\\__init__.py", line 244, in dumps\n
return _default_encoder.encode(obj)\n
"C:\\Python27\\lib\\json\\encoder.py", line 207, in encode\n
chunks = self.iterencode(o, _one_shot=True)\n
"C:\\Python27\\lib\\json\\encoder.py", line 270, in iterencode\n
return _iterencode(o, 0)\nexceptions.UnicodeDecodeError: \'utf8\' codec can\'t decode byte 0xe9 in position 39: invalid continuation byte\n', 'log_format': u'{log_text}', 'message': (), 'why': None}: 'ascii' codec can't decode byte 0xe9 in position 1869: ordinal not in range(128)
Unable to format event {'log_namespace': u'log_legacy', 'log_time': 1494936391.528, 'log_system': '_GenericHTTPChannelProtocol,8,127.0.0.1', 'log_level': <LogLevel=critical>, 'system': '_GenericHTTPChannelProtocol,8,127.0.0.1', 'isError': 1, 'failure': <twisted.python.failure.Failure exceptions.UnicodeDecodeError: 'utf8' codec can't decode byte 0xe9 in position 39: invalid continuation byte>, 'time': 1494936391.528, 'log_text': 'Unhandled Error\nTraceback (most recent call last):\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\log.py", line 103, in callWithLogger\n
return callWithContext({"system": lp}, func, *args, **kw)\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\log.py", line 86, in callWithContext\n
return context.call({ILogContext: newCtx}, func, *args, **kw)\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\context.py", line 118, in callWithContext\n
return self.currentContext().callWithContext(ctx, func, *args, **kw)\n
"C:\\Python27\\lib\\site-packages\\twisted\\python\\context.py", line 81, in callWithContext\n
return func(*args,**kw)\n--- <exception caught here> ---\n
"C:\\Python27\\lib\\site-packages\\twisted\\internet\\selectreactor.py", line 149, in _doReadOrWrite\n
why = getattr(selectable, method)()\n
"C:\\Python27\\lib\\site-packages\\twisted\\internet\\tcp.py", line 208, in doRead\n
return self._dataReceived(data)\n
"C:\\Python27\\lib\\site-packages\\twisted\\internet\\tcp.py", line 214, in _dataReceived\n
rval = self.protocol.dataReceived(data)\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 2332, in dataReceived\n
return self._channel.dataReceived(data)\n
"C:\\Python27\\lib\\site-packages\\twisted\\protocols\\basic.py", line 571, in dataReceived\n
why = self.lineReceived(line)\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 1752, in lineReceived\n
self.allContentReceived()\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 1845, in allContentReceived\n
req.requestReceived(command, path, version)\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\http.py", line 766, in requestReceived\n
self.process()\n
"C:\\Python27\\lib\\site-packages\\twisted\\web\\server.py", line 192, in process\n
self.processingFailed(failure.Failure())\n
"C:\\Users\\***\\Documents\\tribler\xe9\\Tribler\\Core\\Modules\\restapi\\rest_manager.py", line 64, in processingFailed\n
body = json.dumps(response)\n
"C:\\Python27\\lib\\json\\__init__.py", line 244, in dumps\n
return _default_encoder.encode(obj)\n
"C:\\Python27\\lib\\json\\encoder.py", line 207, in encode\n
chunks = self.iterencode(o, _one_shot=True)\n
"C:\\Python27\\lib\\json\\encoder.py", line 270, in iterencode\n
return _iterencode(o, 0)\nexceptions.UnicodeDecodeError: \'utf8\' codec can\'t decode byte 0xe9 in position 39: invalid continuation byte\n', 'log_format': u'{log_text}', 'message': (), 'why': None}: 'ascii' codec can't decode byte 0xe9 in position 1869: ordinal not in range(128)
|
Traceback (most recent call last):
"/home/feurerm/sync_dir/projects/automl_competition_2015/auto-sklearn/test.py", line 16, in <module>
gb.fit(X, y)
"/home/feurerm/miniconda/3-4.5.4/envs/autosklearn/lib/python3.7/site-packages/sklearn/ensemble/_hist_gradient_boosting/gradient_boosting.py", line 356, in fit
raw_predictions_val, y_val
UnboundLocalError: local variable 'raw_predictions_val' referenced before assignment
| 0.201954 |
Traceback (most recent call last):
"/volume2/Medusa/<a href="../blob/7978df5eb142a954ee658e9919006777843b1f53/medusa/providers/torrent/html/yggtorrent.py#L127">medusa/providers/torrent/html/yggtorrent.py</a>", line 127, in parse
download_url = urljoin(self.url, cells[0].find('a', target='_blank')['href'])TypeError: 'NoneType' object has no attribute '__getitem__'
|
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/pynetgear/__init__.py", line 113, in _make_request
self.soap_url, headers=headers, data=message, timeout=10)
"/usr/lib/python3.6/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
"/usr/lib/python3.6/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
"/usr/lib/python3.6/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python3.6/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3.6/site-packages/requests/adapters.py", line 490, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
| 0.245698 |
Traceback (most recent call last):
"d:\Programs\notebooks\Python\lib\shutil.py", line 523, in move
os.rename(src, real_dst)OSError: [WinError 17] The system cannot move the file to a different disk drive: 'd:\\programs\\notebooks\\python\\lib\\site-packages\\_cffi_backend.pyd' -> 'C:\\Users\\ipython\\AppData\\Local\\Temp\\pip-i7w0z2js-uninstall\\programs\\notebooks\\python\\lib\\site-packages\\_cffi_backend.pyd'
|
Traceback (most recent call last):
"test.py", line 94, in <module>
test_net()
"test.py", line 42, in test_net
net.load_state_dict(model_dict)
"/home/mypc/lib/anaconda2/envs/python36/lib/python3.6/site-packages/torch/nn/modules/module.py", line 719, in load_state_dict
self.__class__.__name__, "\n\t".join(error_msgs)))
RuntimeError: Error(s) in loading state_dict for deeplabv3plus:
| 0.261843 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpaa64pv68\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpaa64pv68\build\youtube_dl\extractor\common.py", line 355, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpaa64pv68\build\youtube_dl\extractor\generic.py", line 2424, in _real_extractyoutube_dl.utils.UnsupportedError: Unsupported URL: http://www.mtvplay.tv/shows/1118-mike+judge's+beavis+and+butt-head/1/1-werewolves+of+highland/crying
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"zhihu.py", line 188, in get_all_answers
if soup.find_all("div", class_="zm-item-answer")[j].find("span", class_="count") == None:IndexError: list index out of range
| 0.198123 |
Traceback (most recent call last):
"/usr/bin/atomic", line 512, in <module>
sys.exit(_func())
"/usr/lib/python3.4/site-packages/Atomic/diff.py", line 47, in diff
util.output_json(helpers.json_out)
"/usr/lib/python3.4/site-packages/Atomic/util.py", line 94, in output_json
writeOut(json.dumps(json_data, indent=4, separators=(',', ': ')))
"/usr/lib64/python3.4/json/__init__.py", line 237, in dumps
**kw).encode(obj)
"/usr/lib64/python3.4/json/encoder.py", line 194, in encode
chunks = list(chunks)
"/usr/lib64/python3.4/json/encoder.py", line 422, in _iterencode
yield from _iterencode_dict(o, _current_indent_level)
"/usr/lib64/python3.4/json/encoder.py", line 396, in _iterencode_dict
yield from chunks
"/usr/lib64/python3.4/json/encoder.py", line 396, in _iterencode_dict
yield from chunks
"/usr/lib64/python3.4/json/encoder.py", line 317, in _iterencode_list
yield from chunks
"/usr/lib64/python3.4/json/encoder.py", line 429, in _iterencode
o = _default(o)
"/usr/lib64/python3.4/json/encoder.py", line 173, in default
raise TypeError(repr(o) + " is not JSON serializable")TypeError: b'/var/run/user/0/systemd/private' is not JSON serializable
|
Traceback (most recent call last):
"/usr/bin/salt-run", line 10, in <module>
salt_run()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 90, in salt_run
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 346, in run
runner.run()
"/usr/lib/python2.7/dist-packages/salt/runner.py", line 153, in run
self.opts['fun'], self.opts['arg'], self.opts)
"/usr/lib/python2.7/dist-packages/salt/runner.py", line 85, in cmd
return self.functions[fun](*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/runners/virt.py", line 76, in query
salt.output.display_output(chunk, 'virt_query', __opts__)
"/usr/lib/python2.7/dist-packages/salt/output/__init__.py", line 30, in display_output
display_data = get_printout(out, opts)(data).rstrip()
"/usr/lib/python2.7/dist-packages/salt/output/virt_query.py", line 14, in output
for vm_ in data[id_]['vm_info']:TypeError: string indices must be integers, not str
| 0.278105 |
Traceback (most recent call last):
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract
raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info')
youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
|
Traceback (most recent call last):
"/home/dev/.local/bin/mmtoir", line 8, in <module>
sys.exit(_main())
"/home/dev/.local/lib/python3.6/site-packages/mmdnn/conversion/_script/convertToIR.py", line 197, in _main
ret = _convert(args)
"/home/dev/.local/lib/python3.6/site-packages/mmdnn/conversion/_script/convertToIR.py", line 97, in _convert
parser = PytorchParser151(model, inputshape[0])
"/home/dev/.local/lib/python3.6/site-packages/mmdnn/conversion/pytorch/pytorch_parser.py", line 523, in __init__
self.build_graph(input_shape)
"/home/dev/.local/lib/python3.6/site-packages/mmdnn/conversion/pytorch/pytorch_parser.py", line 92, in build_graph
self.pytorch_graph.build(self.input_shape)
"/home/dev/.local/lib/python3.6/site-packages/mmdnn/conversion/pytorch/pytorch_graph.py", line 142, in build
self.shape_dict[node_name] = output_shape
UnboundLocalError: local variable 'output_shape' referenced before assignment
| 0.233252 |
Traceback (most recent call last):
"PixivUtil2.py", line 164, in downloadImageIOError: [Errno 28] No space left on device
|
Traceback (most recent call last):
"/usr/src/app/homeassistant/helpers/entity_platform.py", line 261, in _async_add_entity
await entity.async_device_update(warning=False)
"/usr/src/app/homeassistant/helpers/entity.py", line 379, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/app/homeassistant/util/__init__.py", line 224, in wrapper
result = method(*args, **kwargs)
"/usr/src/app/homeassistant/components/zestimate/sensor.py", line 126, in update
details[ATTR_CHANGE] = int(data['valueChange']['#text'])
TypeError: 'NoneType' object is not subscriptable
| 0.169068 |
Traceback (most recent call last):
"/Users/jkelleher/anaconda/lib/python2.7/site-packages/IPython/core/interactiveshell.py", line 2885, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-46-ae20c6b6248f>", line 1, in <module>
pd.DataFrame(ts_array)
"/Users/jkelleher/anaconda/lib/python2.7/site-packages/pandas/core/frame.py", line 255, in __init__
copy=copy)
"/Users/jkelleher/anaconda/lib/python2.7/site-packages/pandas/core/frame.py", line 432, in _init_ndarray
return create_block_manager_from_blocks([values], [columns, index])
"/Users/jkelleher/anaconda/lib/python2.7/site-packages/pandas/core/internals.py", line 3986, in create_block_manager_from_blocks
mgr = BlockManager(blocks, axes)
"/Users/jkelleher/anaconda/lib/python2.7/site-packages/pandas/core/internals.py", line 2591, in __init__
(block.ndim, self.ndim))AssertionError: Number of Block dimensions (1) must equal number of axes (2)
|
Traceback (most recent call last):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent
and not self.is_completion_widget_visible()):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible
return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted
| 0.23923 |
Traceback (most recent call last):
"build/bdist.linux-x86_64/egg/pyocd/gdbserver/gdbserver.py", line 545, in handle_message
reply = handler(msg[msgStart:])
"build/bdist.linux-x86_64/egg/pyocd/gdbserver/gdbserver.py", line 903, in get_memory
mem = self.target_context.read_memory_block8(addr, length)
"build/bdist.linux-x86_64/egg/pyocd/debug/cache.py", line 523, in read_memory_block8
return self._memcache.read_memory_block8(addr, size)
"build/bdist.linux-x86_64/egg/pyocd/debug/cache.py", line 445, in read_memory_block8
combined = self._read(addr, size)
"build/bdist.linux-x86_64/egg/pyocd/debug/cache.py", line 323, in _read
cached, uncached = self._get_ranges(addr, size)
"build/bdist.linux-x86_64/egg/pyocd/debug/cache.py", line 259, in _get_ranges
cached = self._cache.overlap(addr, addr + count)
AttributeError: 'IntervalTree' object has no attribute 'overlap'
|
Traceback (most recent call last):
"setup.py", line 155, in <module>
include_package_data=True,
"/usr/lib64/python2.6/distutils/core.py", line 152, in setup
dist.run_commands()
"/usr/lib64/python2.6/distutils/dist.py", line 975, in run_commands
self.run_command(cmd)
"/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
"build/bdist.linux-x86_64/egg/setuptools/command/install.py", line 67, in run
"build/bdist.linux-x86_64/egg/setuptools/command/install.py", line 109, in do_egg_install
"/usr/lib64/python2.6/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
"/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
"build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py", line 161, in run
"build/bdist.linux-x86_64/egg/setuptools/command/bdist_egg.py", line 147, in call_command
"/usr/lib64/python2.6/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
"/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
"build/bdist.linux-x86_64/egg/setuptools/command/install_lib.py", line 10, in run
"/usr/lib64/python2.6/distutils/command/install_lib.py", line 119, in build
self.run_command('build_ext')
"/usr/lib64/python2.6/distutils/cmd.py", line 333, in run_command
self.distribution.run_command(command)
"/usr/lib64/python2.6/distutils/dist.py", line 995, in run_command
cmd_obj.run()
"setup.py", line 71, in run
"There was an issue with your platform configuration - see above.")TypeError: an integer is required
| 0.319538 |
Traceback (most recent call last):
"/mnt/data-3/data/wenyong.zheng/vxlnet/second.pytorch/second/core/non_max_suppression/nms_cpu.py", line 10, in <module>
from second.core.non_max_suppression.nms import (
ModuleNotFoundError: No module named 'second.core.non_max_suppression.nms'
|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"mongoengine/base/document.py", line 186, in __setitem__
raise KeyError(name)KeyError: 'foo'
| 0.22729 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"./urllib/request.py", line 156, in urlopen
"./urllib/request.py", line 469, in open
"./urllib/request.py", line 492, in _open
"./urllib/request.py", line 447, in _call_chain
"./urllib/request.py", line 1310, in unknown_openurllib.error.URLError: <urlopen error unknown url type: https>
|
Traceback (most recent call last):de an HTTP2 stream is not supported.")ions.")
"/usr/lib/python2.7/site-packages/mitmproxy/proxy/server.py", line 121, in handlell__
root_layer()rce_conn.h2.receive_data(raw_frame)tmproxy/mitmproxy
"/usr/lib/python2.7/site-packages/mitmproxy/proxy/modes/http_proxy.py", line 11, in __call__
layer()me in self.incoming_buffer:
"/usr/lib/python2.7/site-packages/mitmproxy/protocol/tls.py", line 358, in __call__
layer()f._update_header_buffer(f)
"/usr/lib/python2.7/site-packages/mitmproxy/protocol/http1.py", line 67, in __call__uffer
layer()eaders_buffer.append(f)
"/usr/lib/python2.7/site-packages/mitmproxy/protocol/http.py", line 171, in __call__
self.handle_regular_mode_connect(request)
"/usr/lib/python2.7/site-packages/mitmproxy/protocol/http.py", line 263, in handle_regular_mode_connect
layer()e a bug report at: https://github.com/mitmproxy/mitmproxy
"/usr/lib/python2.7/site-packages/mitmproxy/protocol/tls.py", line 358, in __call__
layer()
"/usr/lib/python2.7/site-packages/mitmproxy/protocol/http2.py", line 234, in __call__
events = source_conn.h2.receive_data(raw_frame)
"/usr/lib/python2.7/site-packages/h2/connection.py", line 1142, in receive_data
for frame in self.incoming_buffer:
"/usr/lib/python2.7/site-packages/h2/frame_buffer.py", line 172, in next
f = self._update_header_buffer(f)
"/usr/lib/python2.7/site-packages/h2/frame_buffer.py", line 131, in _update_header_buffer
self._headers_buffer.append(f)AttributeError: 'NoneType' object has no attribute 'append'
| 0.290312 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_parallel_timeout_success() takes exactly 1 argument (0 given)
|
Traceback (most recent call last):
"./fake-registration-server.py", line 9, in <module>
import tornado.web
ImportError: No module named 'tornado'
| 0.314467 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.2/site-packages/pandas-0.9.1.dev_ebcbd33-py3.2-linux-x86_64.egg/pandas/core/generic.py", line 134, in groupby
sort=sort, group_keys=group_keys)
"/usr/local/lib/python3.2/site-packages/pandas-0.9.1.dev_ebcbd33-py3.2-linux-x86_64.egg/pandas/core/groupby.py", line 481, in groupby
return klass(obj, by, **kwds)
"/usr/local/lib/python3.2/site-packages/pandas-0.9.1.dev_ebcbd33-py3.2-linux-x86_64.egg/pandas/core/groupby.py", line 146, in __init__
grouper, exclusions = _get_grouper(obj, keys, axis=axis,IndexError: tuple index out of range
|
Traceback (most recent call last):
"/Users/glennjocher/opt/anaconda3/envs/env1/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-5-be04c762b799>", line 5, in <module>
c = a / 0
RuntimeError: ZeroDivisionError
| 0.229309 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 292, in _async_add_entity
await entity.async_device_update(warning=False)
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 461, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/crimereports/sensor.py", line 117, in update
now().date(), include=self._include, exclude=self._exclude
"/usr/local/lib/python3.7/site-packages/crimereports/__init__.py", line 136, in get_incidents
resp = requests.get(CRIME_URL, params=self._get_params(date, include, exclude))
"/usr/local/lib/python3.7/site-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
"/usr/local/lib/python3.7/site-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
"/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python3.7/site-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 514, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='www.crimereports.com', port=443): Max retries exceeded with url: /api/crimes/details.json?days=monday%2Ctuesday%2Cwednesday%2Cthursday%2Cfriday%2Csaturday%2Csunday&end_date=2020-01-08&end_time=23&incident_types=Theft%2CArson%2CVehicle+Recovery%2CSexual+Assault%2CRobbery%2CDrugs%2COther+Sexual+Offense%2CBreaking+%26+Entering%2CVehicle+Stop%2CTheft+from+Vehicle%2CTraffic%2CQuality+of+Life%2CPedestrian+Stop%2CLiquor%2CProactive+Policing%2CDisorder%2COther%2CProperty+Crime%2CProperty+Crime+Commercial%2CTheft+of+Vehicle%2CKidnapping%2CAssault+with+Deadly+Weapon%2CFire%2CHomicide%2CSexual+Offense%2CDeath%2CEmergency%2CAssault%2CAlarm%2CMissing+Person%2CWeapons+Offense%2CCommunity+Policing%2CProperty+Crime+Residential%2CFamily+Offense&include_sex_offenders=false&filter_by_viewport=true&lat1=##.###&lng1=-###.###&lat2=##.###&lng2=-###.###&sandbox=false&start_date=2020-01-08&start_time=0 (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))
|
Traceback (most recent call last):
"/Applications/Mylar/Mylar.py", line 26, in <module>
import mylar
"/Applications/Mylar/mylar/**init**.py", line 50, in <module>
OS_LANG, OS_ENCODING = locale.getdefaultlocale()
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 511, in getdefaultlocale
return _parse_localename(localename)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/locale.py", line 443, in _parse_localename
raise ValueError, 'unknown locale: %s' % localenameValueError: unknown locale: UTF-8
| 0.270358 |
Traceback (most recent call last):
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/tornado/web.py", line 1704, in _execute
result = await result
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/handlers.py", line 54, in post
pipeline_overwrite
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor.py", line 81, in export
None, processor.export, pipeline, pipeline_export_format, pipeline_export_path, overwrite)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/Users/lresende/opt/anaconda/envs/dev/lib/python3.7/site-packages/elyra/pipeline/processor_kfp.py", line 153, in export
format(pipeline_name, absolute_pipeline_export_path), str(ex)) from ex
RuntimeError: ('Error compiling pipeline demo-heterogeneous for export at /Users/lresende/opensource/jupyter-notebooks/elyra-pipelines/demo-heterogeneous.yaml', "'NoneType' object has no attribute 'split'")
|
Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/utils/bench_helper.py", line 97, in <module>
main()
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/utils/bench_helper.py", line 18, in main
click.Group(commands=commands)(prog_name='bench')
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/env/lib/python3.6/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/commands/__init__.py", line 25, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/commands/site.py", line 252, in migrate
migrate(context.verbose, rebuild_website=rebuild_website, skip_failing=skip_failing)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/migrate.py", line 73, in migrate
sync_fixtures()
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/utils/fixtures.py", line 24, in sync_fixtures
ignore_links=True, overwrite=True)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/core/doctype/data_import/data_import.py", line 60, in import_doc
frappe.modules.import_file.import_file_by_path(f, data_import=True, force=True, pre_process=pre_process, reset_permissions=True)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/modules/import_file.py", line 70, in import_file_by_path
ignore_version=ignore_version, reset_permissions=reset_permissions)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/modules/import_file.py", line 143, in import_doc
doc.insert()
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/model/document.py", line 264, in insert
self.run_post_save_methods()
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/model/document.py", line 948, in run_post_save_methods
self.run_method("on_update")
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/model/document.py", line 815, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/model/document.py", line 1101, in composer
return composed(self, method, *args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/model/document.py", line 1084, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/model/document.py", line 809, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/custom/doctype/custom_field/custom_field.py", line 61, in on_update
validate_fields_for_doctype(self.dt)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 646, in validate_fields_for_doctype
validate_fields(frappe.get_meta(doctype, cached=False))
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 952, in validate_fields
validate_data_field_type(d)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/core/doctype/doctype/doctype.py", line 908, in validate_data_field_type
frappe.msgprint(text_str + df_options_str, title="Invalid Data Field", raise_exception=True)
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/__init__.py", line 376, in msgprint
_raise_exception()
"/home/frappe/dev-bench/getcar-v13/apps/frappe/frappe/__init__.py", line 329, in _raise_exception
raise ValidationError(msg)
frappe.exceptions.ValidationError: <b>Document Name</b> is an invalid Data field.<br><br>Only Options allowed for Data field are:<br><ul><li>Email</li><li>Name</li><li>Phone</ul>
| 0.31404 |
Traceback (most recent call last):
"demo.py", line 19, in <module>
from videocaptureasync import VideoCaptureAsync
ModuleNotFoundError: No module named 'videocaptureasync'
|
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/hamster/today.py", line 451, in on_switch_activity_clicked
tags = self.new_tags.get_text().decode("utf8", "replace"))
"/usr/lib/python2.7/site-packages/hamster/lib/__init__.py", line 52, in __init__
input_parts = activity.strip().split(" ")AttributeError: 'NoneType' object has no attribute 'strip'
| 0.268759 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/mockbuild/trace_decorator.py", line 70, in trace
result = func(_args, *_kw)
"/usr/lib/python2.7/site-packages/mockbuild/util.py", line 359, in do
raise mockbuild.exception.Error, ("Command failed. See logs for output.\n # %s" % (command,), child.returncode)Error: Command failed. See logs for output.
|
Traceback (most recent call last):
"/root/Desktop/zeus-scanner/var/search/selenium_search.py", line 268, in parse_search_results
tor=tor, batch=batch, xforward=forward_for
"/root/Desktop/zeus-scanner/var/search/selenium_search.py", line 80, in get_urls
ff_display = Display(visible=0, size=(800, 600))
"/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 34, in __init__
self._obj = self.display_class(
"/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/display.py", line 52, in display_class
cls.check_installed()
"/usr/local/lib/python2.7/dist-packages/pyvirtualdisplay/xvfb.py", line 38, in check_installed
ubuntu_package=PACKAGE).check_installed()TypeError: __init__() got an unexpected keyword argument 'url'
| 0.147166 |
Traceback (most recent call last):
"B:\Cristian\Code\PycharmProjects copy\projectEdith\venv\lib\site-packages\deeppavlov\core\common\params.py", line 104, in from_params
component = cls(**dict(config_params, **kwargs))
"B:\Cristian\Code\PycharmProjects copy\projectEdith\venv\lib\site-packages\deeppavlov\models\preprocessors\bert_preprocessor.py", line 116, in __init__
do_lower_case=do_lower_case)
"B:\Cristian\Code\PycharmProjects copy\projectEdith\venv\lib\site-packages\bert_dp\tokenization.py", line 165, in __init__
self.vocab = load_vocab(vocab_file)
"B:\Cristian\Code\PycharmProjects copy\projectEdith\venv\lib\site-packages\bert_dp\tokenization.py", line 127, in load_vocab
token = convert_to_unicode(reader.readline())
"B:\Cristian\Code\PycharmProjects copy\projectEdith\venv\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 178, in readline
self._preread_check()
"B:\Cristian\Code\PycharmProjects copy\projectEdith\venv\lib\site-packages\tensorflow\python\lib\io\file_io.py", line 84, in _preread_check
compat.as_bytes(self.__name), 1024 * 512)
tensorflow.python.framework.errors_impl.NotFoundError: NewRandomAccess
failed to Create/Open: C:\Users\Cristian\.deeppavlov\downloads\bert_models\cased_L-12_H-768_A-12\vocab.txt : The system cannot find the path specified.
|
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/salt/transport/zeromq.py", line 169, in __del__
self.message_client.destroy()
"/usr/local/lib/python3.5/dist-packages/salt/transport/zeromq.py", line 862, in destroy
message_client.destroy()
"/usr/local/lib/python3.5/dist-packages/salt/transport/zeromq.py", line 917, in destroy
self.stream.io_loop.remove_handler(self.stream.socket)
"/usr/local/lib/python3.5/dist-packages/tornado/ioloop.py", line 735, in remove_handler
fd, obj = self.split_fd(fd)
"/usr/local/lib/python3.5/dist-packages/tornado/ioloop.py", line 657, in split_fd
return fd.fileno(), fd
"/usr/local/lib/python3.5/dist-packages/zmq/sugar/socket.py", line 161, in fileno
return self.FD
"/usr/local/lib/python3.5/dist-packages/zmq/sugar/attrsettr.py", line 45, in __getattr__
return self._get_attr_opt(upper_key, opt)
"/usr/local/lib/python3.5/dist-packages/zmq/sugar/attrsettr.py", line 49, in _get_attr_opt
return self.get(opt)
"zmq/backend/cython/socket.pyx", line 477, in zmq.backend.cython.socket.Socket.get
"zmq/backend/cython/socket.pyx", line 137, in zmq.backend.cython.socket._check_closed
zmq.error.ZMQError: Socket operation on non-socket
| 0.224287 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/luca/.local/lib/python2.7/site-packages/pandas/tools/tile.py", line 175, in qcut
precision=precision, include_lowest=True)
"/home/luca/.local/lib/python2.7/site-packages/pandas/tools/tile.py", line 194, in _bins_to_cuts
raise ValueError('Bin edges must be unique: %s' % repr(bins))
ValueError: Bin edges must be unique: array([1, 1])
|
Traceback (most recent call last):
"queueservice.py", line 6, in <module>
qs.list_queues()
"/usr/local/lib/python2.7/dist-packages/azure/storage/queueservice.py", line 112, in list_queues
response = self._perform_request(request)
"/usr/local/lib/python2.7/dist-packages/azure/storage/storageclient.py", line 140, in _perform_request
_storage_error_handler(e)
"/usr/local/lib/python2.7/dist-packages/azure/storage/__init__.py", line 757, in _storage_error_handler
return _general_error_handler(http_error)
"/usr/local/lib/python2.7/dist-packages/azure/__init__.py", line 649, in _general_error_handler
raise WindowsAzureError(_ERROR_UNKNOWN % http_error.message + '\n' + http_error.respbody)azure.WindowsAzureError: Unknown error (Server failed to authenticate the request. Make sure the value of Authorization header is formed correctly including the signature.)
| 0.226982 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"[...]/boto/glacier/job.py", line 123, in download_to_file
verify_hashes, retry_exceptions)
"[...]/boto/glacier/job.py", line 152, in _download_to_fileob
byte_range, retry_exceptions)
"[...]/boto/glacier/job.py", line 168, in _download_byte_range
response = self.get_output(byte_range)
"[...]/boto/glacier/job.py", line 89, in get_output
byte_range)
"[...]/boto/glacier/layer1.py", line 740, in get_job_output
response_headers=response_headers)
"[...]/boto/glacier/layer1.py", line 119, in make_request
raise UnexpectedHTTPResponseError(ok_responses, response)boto.glacier.exceptions.UnexpectedHTTPResponseError: Expected (200, 206), got (400, {"code":"InvalidParameterValueException","message":"The start of the range is larger than size of retrieved data: bytes=8388608-12582911","type":"Client"})
|
Traceback (most recent call last):
"train.py", line 119, in <module>
main()
"train.py", line 34, in main
paddle.init(use_gpu=True, trainer_count=1)
"/usr/lib/python2.7/site-packages/paddle/v2/__init__.py", line 66, in init
import py_paddle.swig_paddle as api
"/usr/lib/python2.7/site-packages/py_paddle/__init__.py", line 15, in <module>
from util import DataProviderWrapperConverter
"/usr/lib/python2.7/site-packages/py_paddle/util.py", line 18, in <module>
import swig_paddle
"/usr/lib/python2.7/site-packages/py_paddle/swig_paddle.py", line 27, in <module>
_swig_paddle = swig_import_helper()
"/usr/lib/python2.7/site-packages/py_paddle/swig_paddle.py", line 23, in swig_import_helper
_mod = imp.load_module('_swig_paddle', fp, pathname, description)
ImportError: dlopen: cannot load any more object with static TLS
| 0.212733 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/tornado-2.0-py2.7.egg/tornado/web.py", line 924, in _execute
args = [self.decode_argument(arg) for arg in args]
"/usr/local/lib/python2.7/dist-packages/tornado-2.0-py2.7.egg/tornado/web.py", line 278, in decode_argument
return _unicode(value)
"/usr/local/lib/python2.7/dist-packages/tornado-2.0-py2.7.egg/tornado/escape.py", line 172, in to_unicode
return value.decode("utf-8")
"/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)UnicodeDecodeError: 'utf8' codec can't decode byte 0xd8 in position 0: invalid continuation byte
|
Traceback (most recent call last):
"/root/HKIT/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/root/HKIT/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/root/HKIT/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/root/HKIT/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/root/HKIT/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/root/HKIT/w3af/w3af/core/ui/gui/scanrun.py", line 247, in __init__
description = self.get_notebook_description()
"/root/HKIT/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.24504 |
Traceback (most recent call last):
"/home/antoine/numba/numba/lowering.py", line 228, in lower_block
self.lower_inst(inst)
"/home/antoine/numba/numba/lowering.py", line 245, in lower_inst
val = self.lower_assign(ty, inst)
"/home/antoine/numba/numba/lowering.py", line 341, in lower_assign
return self.lower_expr(ty, value)
"/home/antoine/numba/numba/lowering.py", line 454, in lower_expr
res = impl(self.builder, castvals)
"/home/antoine/numba/numba/targets/base.py", line 814, in __call__
return self._imp(self._context, builder, self._sig, args)
"/home/antoine/numba/numba/targets/imputils.py", line 11, in res
ret = impl(context, builder, sig, args)
"/home/antoine/numba/numba/targets/npyimpl.py", line 206, in scalar_unary_ufunc
return imp(context, builder, sig, args)
"/home/antoine/numba/numba/targets/npyimpl.py", line 185, in impl
inp = context.cast(builder, inp, tyinp, types.float64)
"/home/antoine/numba/numba/targets/base.py", line 640, in cast
raise NotImplementedError("cast", val, fromty, toty)NotImplementedError: ('cast', <llvm.core.Instruction object at 0x7fa930816128>, complex128, float64)
|
Traceback (most recent call last):
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 188, in main
status = self.run(options, args)
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pip/_internal/commands/search.py", line 48, in run
pypi_hits = self.search(query, options)
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pip/_internal/commands/search.py", line 65, in search
hits = pypi.search({'name': query, 'summary': query}, 'or')
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/xmlrpc/client.py", line 1112, in __call__
return self.__send(self.__name, args)
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/xmlrpc/client.py", line 1452, in __request
verbose=self.__verbose
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pip/_internal/download.py", line 1010, in request
response.raise_for_status()
"/Users/irina/.pyenv/versions/3.6.5/lib/python3.6/site-packages/pip/_vendor/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
pip._vendor.requests.exceptions.HTTPError: 405 Client Error: Not Allowed for url: https://pypi.cogtree.com/cogtree/simple/
| 0.177532 |
Traceback (most recent call last):
"gradcheck.py", line 27, in <module>
test = gradcheck(conv_offset3d, (input, offset), eps=1e-5, atol=1e-1, rtol=1e-5)
"xxx/python3.6/site-packages/torch/autograd/gradcheck.py", line 214, in gradcheck
'numerical:%s\nanalytical:%s\n' % (i, j, n, a))
"xxx/python3.6/site-packages/torch/autograd/gradcheck.py", line 194, in fail_test
raise RuntimeError(msg)
RuntimeError: Jacobian mismatch for output 0 with respect to input 1,
|
Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
utility.execute()
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 348, in run_from_argv
self.execute(*args, **cmd_options)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/contrib/auth/management/commands/createsuperuser.py", line 52, in execute
return super(Command, self).execute(*args, **options)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 398, in execute
self.check()
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 426, in check
include_deployment_checks=include_deployment_checks,
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/checks/registry.py", line 75, in run_checks
new_errors = check(app_configs=app_configs)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/checks/urls.py", line 10, in check_url_config
return check_resolver(resolver)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/checks/urls.py", line 19, in check_resolver
for pattern in resolver.url_patterns:
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/utils/functional.py", line 33, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 417, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/utils/functional.py", line 33, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/core/urlresolvers.py", line 410, in urlconf_module
return import_module(self.urlconf_name)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/home/temha/development/center/center/urls.py", line 24, in <module>
url(r'^accounts/', include('useraccount.urls')),
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/conf/urls/__init__.py", line 52, in include
urlconf_module = import_module(urlconf_module)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/home/temha/development/center/useraccount/urls.py", line 18, in <module>
from useraccount.views import login, logout, signup
"/home/temha/development/center/useraccount/views.py", line 11, in <module>
from useraccount.forms import *
"/home/temha/development/center/useraccount/forms.py", line 39, in <module>
class UserAccountProfileForm(ModelForm):
"/home/temha/development/center/useraccount/forms.py", line 40, in UserAccountProfileForm
class Meta:
"/home/temha/development/center/useraccount/forms.py", line 44, in Meta
'phone' : PhoneNumberPrefixWidget(),
"/home/temha/development/center/env/local/lib/python2.7/site-packages/phonenumber_field/widgets.py", line 44, in __init__
widgets = (PhonePrefixSelect(initial), TextInput(),)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/phonenumber_field/widgets.py", line 20, in __init__
locale = Locale(translation.to_locale(translation.get_language()))
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/utils/translation/__init__.py", line 188, in to_locale
return _trans.to_locale(language)
"/home/temha/development/center/env/local/lib/python2.7/site-packages/django/utils/translation/trans_real.py", line 71, in to_locale
p = language.find('-')AttributeError: 'NoneType' object has no attribute 'find'
| 0.28371 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/ropper/__init__.py", line 42, in start
Console(app_options).start()
"/usr/lib/python3.6/site-packages/ropper/console.py", line 175, in start
self.__load
(file)
"/usr/lib/python3.6/site-packages/ropper/console.py", line 194, in __load
arch=self.__options.arch)
"/usr/lib/python3.6/site-packages/ropper/service.py", line 495, in add
loader = Loader.open(name, bytes=bytes, raw=raw, arch=arch)
"/usr/lib/python3.6/site-packages/ropper/loaders/loader.py", line 158, in open
return subclass(fileName, bytes)
"/usr/lib/python3.6/site-packages/ropper/loaders/elf.py", line 36, in __init__
super(ELF, self).__init__(filename, bytes, arch)
"/usr/lib/python3.6/site-packages/ropper/loaders/loader.py", line 74, in __init__
self._arch = self._loadDefaultArch()
"/usr/lib/python3.6/site-packages/ropper/loaders/elf.py", line 55, in _loadDefaultArch
raise RopperError(e)
ropper.common.error.RopperError: (<filebytes.enum.IntEnumElement object at 0x7f8d419dfac8>, <filebytes.enum.IntEnumElement object at 0x7f8d419e1208>, 1)
|
Traceback (most recent call last):
"./speed-cam.py", line 216, in <module>
if not os.path.exists(DB_DIR):
# Check if database directory exists
"/usr/lib/python2.7/genericpath.py", line 26, in exists
os.stat(path)
TypeError: coercing to Unicode: need string or buffer, tuple found
| 0.261443 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 453, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'data',)); please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\YoutubeDL.py", line 1908, in process_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\YoutubeDL.py", line 1847, in dl
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\downloader\common.py", line 364, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\downloader\external.py", line 35, in real_download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp4etivjk5\build\youtube_dl\downloader\external.py", line 106, in _call_downloader
"C:\Python\Python34\lib\subprocess.py", line 859, in __init__
"C:\Python\Python34\lib\subprocess.py", line 1114, in _execute_child
NotFoundError: [WinError 2] The system cannot find the file specified
| 0.266672 |
Traceback (most recent call last):
"/opt/medusa/ext/tornado/web.py", line 1592, in _execute
result = yield result
"/opt/medusa/ext/tornado/gen.py", line 1133, in run
value = future.result()
"/opt/medusa/ext/tornado/gen.py", line 1141, in run
yielded = self.gen.throw(*exc_info)
"/opt/medusa/medusa/server/api/v2/base.py", line 83, in async_call
content = yield IOLoop.current().run_in_executor(executor, prepared)
"/opt/medusa/ext/tornado/gen.py", line 1133, in run
value = future.result()
"/usr/lib/python3.9/concurrent/futures/thread.py", line 52, in run
result = self.fn(*self.args, **self.kwargs)
"/opt/medusa/medusa/server/api/v2/providers.py", line 58, in get
provider_results = provider.cache.get_results(show_slug=show_slug, season=season, episode=episode)
"/opt/medusa/medusa/tv/cache.py", line 637, in get_results
cache_db_con = self._get_db()
"/opt/medusa/medusa/tv/cache.py", line 141, in _get_db
self.provider_db = CacheDBConnection(self.provider_id)
"/opt/medusa/medusa/tv/cache.py", line 103, in __init__
self.addColumn(provider_id, column, data_type, default)
"/opt/medusa/medusa/db.py", line 425, in addColumn
self.action('ALTER TABLE [%s] ADD %s %s' % (table, column, column_type))
"/opt/medusa/medusa/db.py", line 285, in action
sql_results = self._execute(query, args, fetchall=fetchall, fetchone=fetchone)
"/opt/medusa/medusa/db.py", line 113, in _execute
sql_results = cursor.execute(query)
sqlite3.OperationalError: duplicate column name: pubdate
|
Traceback (most recent call last):
"sqlmap", line 180, in main
start()
"/share/sqlmap/lib/core/decorators.py", line 75, in _
result = f(*args, **kwargs)
"/share/sqlmap/lib/controller/controller.py", line 282, in start
action()
"/share/sqlmap/lib/controller/action.py", line 33, in action
setHandler()
"/share/sqlmap/lib/controller/handler.py", line 116, in setHandler
raise exceptionTypeError: 'NoneType' object has no attribute '__getitem__'
| 0.278975 |
ERROR: Automatic signature extraction failed: Traceback (most recent call last):
"yt/youtube_dl/extractor/youtube.py", line 877, in _decrypt_signature video_id, player_url, len(s)
"yt/youtube_dl/extractor/youtube.py", line 352, in _extract_signature_function player_type = id_m.group('ext') AttributeError: 'NoneType' object has no attribute 'group' 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
|
Traceback (most recent call last):
"/usr/bin/com.github.geigi.cozy", line 28, in <module>
from cozy.ui import CozyUI
"/usr/lib/python3/dist-packages/cozy/ui.py", line 4, in <module>
from cozy.importer import *
"/usr/lib/python3/dist-packages/cozy/importer.py", line 16, in <module>
from cozy.db import *
"/usr/lib/python3/dist-packages/cozy/db.py", line 11, in <module>
db = SqliteDatabase(os.path.join(data_dir, "cozy.db"))
NameError: name 'SqliteDatabase' is not defined
| 0.268641 |
Traceback (most recent call last):
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n/policy.py", line 291, in run
resources = self.policy.resource_manager.resources()
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/query.py", line 203, in resources
resources = self._fetch_resources(q)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/query.py", line 223, in _fetch_resources
return self.augment(self.source.get_resources(query)) or []
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/query.py", line 86, in get_resources
return self.query.filter(self.manager, **query)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/query.py", line 61, in filter
client, enum_op, params, path)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/query.py", line 66, in _invoke_client_enum
for page in client.execute_paged_query(enum_op, params):
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/client.py", line 412, in execute_paged_query
response = self._execute(request)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/retrying.py", line 49, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/retrying.py", line 206, in call
return attempt.get(self._wrap_exception)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/retrying.py", line 247, in get
six.reraise(self.value[0], self.value[1], self.value[2])
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/six.py", line 703, in reraise
raise value
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/retrying.py", line 200, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/c7n_gcp/client.py", line 480, in _execute
num_retries=self._num_retries)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
"/Users/mgray/.pyenv/versions/3.7.5/lib/python3.7/site-packages/googleapiclient/http.py", line 907, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 403 when requesting https://cloudfunctions.googleapis.com/v1/projects/project/locations/-/functions?alt=json returned "Cloud Functions API has not been used in project 123456789123 before or it is disabled. Enable it by visiting https://console.developers.google.com/apis/api/cloudfunctions.googleapis.com/overview?project=123456789123 then retry. If you enabled this API recently, wait a few minutes for the action to propagate to our systems and retry.". Details: "[{'@type': 'type.googleapis.com/google.rpc.Help', 'links': [{'description': 'Google developers console API activation', 'url': 'https://console.developers.google.com/apis/api/cloudfunctions.googleapis.com/overview?project=123456789123'}]}]">
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2387, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2562, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2551, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1659, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1523, in _raiseerror
raise err
ParseError: mismatched tag: line 79, column 2
| 0.221022 |
Traceback (most recent call last):
"C:\Tools\GitHub\Auto-Subliminal\lib\cheroot\server.py", line 1142, in communicate
req.parse_request()
"C:\Tools\GitHub\Auto-Subliminal\lib\cheroot\server.py", line 640, in parse_request
success = self.read_request_line()
"C:\Tools\GitHub\Auto-Subliminal\lib\cheroot\server.py", line 678, in read_request_line
request_line = self.rfile.readline()
"C:\Tools\GitHub\Auto-Subliminal\lib\cheroot\server.py", line 234, in readline
data = self.rfile.readline(256)
"C:\Tools\GitHub\Auto-Subliminal\lib\cheroot\makefile.py", line 232, in readline
data = self.recv(self._rbufsize)
"C:\Tools\GitHub\Auto-Subliminal\lib\cheroot\makefile.py", line 82, in recv
data = self._sock.recv(size)
AttributeError: 'NoneType' object has no attribute 'recv'
|
Traceback (most recent call last):
"cupy_backends/cuda/api/driver.pyx", line 253, in cupy_backends.cuda.api.driver.moduleUnload
"cupy_backends/cuda/api/driver.pyx", line 124, in cupy_backends.cuda.api.driver.check_status
cupy_backends.cuda.api.driver.CUDADriverError: CUDA_ERROR_ILLEGAL_ADDRESS: an illegal memory access was encountered
| 0.228666 |
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 67, 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 307, in do_handle
report['import'] = self.do_import(juris, args)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 203, in do_import
report.update(juris_importer.import_directory(datadir))
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 190, in import_directory
return self.import_data(json_stream())
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 227, in import_data
obj_id, what = self.import_item(data)
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 287, in import_item
self._create_related(obj, related, self.related_models)
"/opt/openstates/venv-pupa/src/pupa/pupa/importers/base.py", line 390, in _create_related
raise DataImportError('{} while importing {} as {}'.format(e, item, Subtype))pupa.exceptions.DataImportError: 'display_name' is an invalid keyword argument for this function while importing {'jurisdiction_id': 'ocd-jurisdiction/country:us/state:wi/government', 'identifier': 'January 2017 Special Session', 'classification': 'special', 'start_date': '2017-04-04', 'display_name': 'January 2017 Special Session'} as <class 'opencivicdata.legislative.models.session.LegislativeSession'>
|
Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 504, in run
self.__target(_self.__args, *_self.__kwargs)
"maltrieve.py", line 60, in get_malware
with open(os.path.join(dumpdir, md5), 'wb') as f:IOError: [Errno 2] No such file or directory: '/tmp/malware/c69f3c87af23eabc25c7f820b89c2a0d'
| 0.266826 |
Traceback (most recent call last):
"D:\anaconda\lib\site-packages\sqlalchemy\engine\base.py", line 1139, in _execute_context
context)
"D:\anaconda\lib\site-packages\sqlalchemy\engine\default.py", line 450, in do_execute
cursor.execute(statement, parameters)
sqlite3.OperationalError: database is locked
|
Traceback (most recent call last):
"/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
| 0.263956 |
gw0 C / gw1 C / gw2 C / gw3 C / gw4 C / gw5 C / gw6 C / gw7 C[gw0] node down: Traceback (most recent call last):
"/home/twillis/.buildout/eggs/execnet-1.1-py2.7.egg/execnet/gateway_base.py", line 800, in executetask
do_exec(co, loc)
"<string>", line 1, in do_exec
"", line 134, in <module>ImportError: No module named py
|
Traceback (most recent call last):
"C:/Users/****/PycharmProjects/KerasFirstCNN/omg.py", line 43, in <module>
network.fit(train_i, train_l, epochs=5, batch_size=64)
"C:\Users\****\AppData\Local\Programs\Python\Python35\lib\site-packages\keras\engine\training.py", line 1039, in fit
validation_steps=validation_steps)
"C:\Users\****\AppData\Local\Programs\Python\Python35\lib\site-packages\keras\engine\training_arrays.py", line 199, in fit_loop
outs = f(ins_batch)
"C:\Users\****\AppData\Local\Programs\Python\Python35\lib\site-packages\keras\backend\tensorflow_backend.py", line 2715, in __call__
return self._call(inputs)
"C:\Users\****\AppData\Local\Programs\Python\Python35\lib\site-packages\keras\backend\tensorflow_backend.py", line 2675, in _call
fetched = self._callable_fn(*array_vals)
"C:\Users\****\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\client\session.py", line 1439, in __call__
run_metadata_ptr)
"C:\Users\****\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\framework\errors_impl.py", line 528, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnknownError: Failed to get convolution algorithm. This is probably because cuDNN failed to initialize, so try looking to see if a warning log message was printed above.
| 0.290134 |
Traceback (most recent call last):
"setup.py", line 90, in <module>
"""
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/install.py", line 73, in run
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/install.py", line 101, in do_egg_install
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 374, in run
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 590, in easy_install
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 641, in install_item
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 687, in process_distribution
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/pkg_resources.py", line 568, in resolve
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/pkg_resources.py", line 806, in best_match
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/pkg_resources.py", line 818, in obtain
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 609, in easy_install
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 639, in install_item
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 825, in install_eggs
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 1031, in build_and_install
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/easy_install.py", line 1016, in run_setup
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/sandbox.py", line 69, in run_setup
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/sandbox.py", line 120, in run
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/sandbox.py", line 71, in <lambda>
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/compat.py", line 92, in execfile
"setup.py", line 120, in <module>
"setup.py", line 99, in try_building_extension
"setup.py", line 93, in run_setup
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/core.py", line 148, in setup
dist.run_commands()
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 929, in run_commands
self.run_command(cmd)
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/bdist_egg.py", line 185, in run
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/bdist_egg.py", line 171, in call_command
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
"/Users/matt/Dropbox/workspace/env/py33bookish/lib/python3.3/site-packages/setuptools-1.1.5-py3.3.egg/setuptools/command/install_lib.py", line 20, in run
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/install_lib.py", line 107, in build
self.run_command('build_ext')
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/dist.py", line 948, in run_command
cmd_obj.run()
"setup.py", line 40, in run
from setuptools import setup
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/build_ext.py", line 354, in run
self.build_extensions()
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/build_ext.py", line 463, in build_extensions
self.build_extension(ext)
"setup.py", line 46, in build_extension
except ValueError:
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/build_ext.py", line 479, in build_extension
ext_path = self.get_ext_fullpath(ext.name)
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/build_ext.py", line 641, in get_ext_fullpath
filename = self.get_ext_filename(modpath[-1])
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/distutils/command/build_ext.py", line 683, in get_ext_filename
return os.path.join(*ext_path) + ext_suffixTypeError: Can't convert 'NoneType' object to str implicitly
|
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw5l962ew\build\youtube_dl\YoutubeDL.py", line 776, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw5l962ew\build\youtube_dl\extractor\common.py", line 434, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpw5l962ew\build\youtube_dl\extractor\youtube.py", line 1624, in _real_extract
UnboundLocalError: local variable 'get_video_info' referenced before assignment
| 0.247962 |
Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/app/.heroku/python/lib/python3.6/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/app/.heroku/python/lib/python3.6/site-packages/django/core/management/__init__.py", line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/app/.heroku/python/lib/python3.6/site-packages/django/core/management/base.py", line 283, in run_from_argv
self.execute(*args, **cmd_options)
"/app/.heroku/python/lib/python3.6/site-packages/django/core/management/base.py", line 330, in execute
output = self.handle(*args, **options)
"/app/saleor/core/management/commands/populatedb.py", line 58, in handle
stdout=self.stdout)
"/app/saleor/core/utils/random_data.py", line 245, in create_products_by_schema
how_many=how_many, create_images=create_images, stdout=stdout)
"/app/saleor/core/utils/random_data.py", line 209, in create_products_by_class
product = create_product(product_class=product_class)
"/app/saleor/core/utils/random_data.py", line 287, in create_product
return Product.objects.create(**defaults)
"/app/.heroku/python/lib/python3.6/site-packages/django/db/models/manager.py", line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"/app/.heroku/python/lib/python3.6/site-packages/django/db/models/query.py", line 394, in create
obj.save(force_insert=True, using=self.db)
"/app/.heroku/python/lib/python3.6/site-packages/django/db/models/base.py", line 807, in save
force_update=force_update, update_fields=update_fields)
"/app/.heroku/python/lib/python3.6/site-packages/django/db/models/base.py", line 847, in save_base
update_fields=update_fields, raw=raw, using=using,
"/app/.heroku/python/lib/python3.6/site-packages/django/dispatch/dispatcher.py", line 193, in send
for receiver in self._live_receivers(sender)
"/app/.heroku/python/lib/python3.6/site-packages/django/dispatch/dispatcher.py", line 193, in <listcomp>
for receiver in self._live_receivers(sender)
"/app/.heroku/python/lib/python3.6/site-packages/django_elasticsearch_dsl/signals.py", line 51, in handle_save
registry.update(instance)
"/app/.heroku/python/lib/python3.6/site-packages/django_elasticsearch_dsl/registries.py", line 40, in update
doc().update(instance, **kwargs)
"/app/.heroku/python/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 216, in update
self._get_actions(object_list, action), **kwargs
"/app/.heroku/python/lib/python3.6/site-packages/django_elasticsearch_dsl/documents.py", line 176, in bulk
return bulk(client=self.connection, actions=actions, **kwargs)
"/app/.heroku/python/lib/python3.6/site-packages/elasticsearch/helpers/__init__.py", line 257, in bulk
for ok, item in streaming_bulk(client, actions, **kwargs):
"/app/.heroku/python/lib/python3.6/site-packages/elasticsearch/helpers/__init__.py", line 192, in streaming_bulk
raise_on_error, **kwargs)
"/app/.heroku/python/lib/python3.6/site-packages/elasticsearch/helpers/__init__.py", line 137, in _process_bulk_chunk
raise BulkIndexError('%i document(s) failed to index.' % len(errors), errors)
elasticsearch.helpers.BulkIndexError: ('1 document(s) failed to index.', [{'index': {'_index': 'storefront', '_type': 'product_document', '_id': '1', 'status': 404, 'error': {'type': 'index_not_found_exception', 'reason': "no such index and [action.auto_create_index] ([*logstash*,*requests*,*events*,*.kibana*,*kibana-int*,*filebeat*]) doesn't match", 'index_uuid': '_na_', 'index': 'storefront'}, 'data': {'title': 'Day-Santana', 'name': 'Day-Santana', 'description': 'Harum et aliquam quo nemo aliquam voluptates magni. Incidunt eligendi adipisci temporibus magni adipisci. Consequuntur laudantium ut numquam soluta nisi possimus aut. Consectetur veniam ab est culpa unde amet.\n\nPossimus voluptatem necessitatibus magnam voluptatem provident laudantium dolore perferendis. Aliquid nostrum cupiditate earum cupiditate qui. Quas dolorum tempore magni recusandae ducimus.\n\nQuod fuga occaecati earum hic architecto rerum. Quae magnam repellendus placeat alias dicta vero. Repudiandae sed sequi velit voluptatum repudiandae itaque reiciendis.\n\nSimilique modi pariatur perspiciatis molestiae corrupti quod. Deleniti enim autem suscipit tempore. Qui pariatur repudiandae culpa maiores quisquam.\n\nProvident sint consectetur doloribus sint. Voluptas nemo enim suscipit consequuntur quo quaerat eligendi. Ipsa amet aliquid quaerat officia eligendi maxime.', 'is_published': True}}}])
|
Traceback (most recent call last):
"C:\Users\dummy\tracker.py", line 7, in <module>
db = TinyDB('leave_db.json')
"C:\Program
s (x86)\Python36-32\lib\site-packages\tinydb\database.py", line 142, in __init__
self._storage = storage(*args, **kwargs)
"C:\Program
s (x86)\Python36-32\lib\site-packages\tinydb\storages.py", line 89, in __init__
touch(path, create_dirs=create_dirs)
# Create file if not exists
"C:\Program
s (x86)\Python36-32\lib\site-packages\tinydb\storages.py", line 24, in touch
with open(fname, 'a'):
PermissionError: [Errno 13] Permission denied: 'leave_db.json'
| 0.267758 |
Traceback (most recent call last):
"/opt/anaconda2/envs/py3k/lib/python3.6/site-packages/distributed/comm/tcp.py", line 170, in read
n_frames = yield stream.read_bytes(8)
"/opt/anaconda2/envs/py3k/lib/python3.6/site-packages/tornado/gen.py", line 1055, in run
value = future.result()
"/opt/anaconda2/envs/py3k/lib/python3.6/site-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
"<string>", line 4, in raise_exc_info
tornado.iostream.StreamClosedError: Stream is closed
|
Traceback (most recent call last):
"/home/grab/gs-venv/bin/grab-site", line 4, in <module>
main.main()
"/home/grab/gs-venv/lib/python3.4/site-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
"/home/grab/gs-venv/lib/python3.4/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
"/home/grab/gs-venv/lib/python3.4/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/grab/gs-venv/lib/python3.4/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
"/home/grab/gs-venv/lib/python3.4/site-packages/libgrabsite/main.py", line 370, in main
import wpull.__main__
"/home/grab/gs-venv/lib/python3.4/site-packages/wpull/__main__.py", line 9, in <module>
from wpull.builder import Builder
"/home/grab/gs-venv/lib/python3.4/site-packages/wpull/builder.py", line 24, in <module>
from wpull.connection import Connection, ConnectionPool, SSLConnection
"/home/grab/gs-venv/lib/python3.4/site-packages/wpull/connection.py", line 18, in <module>
from wpull.dns import Resolver
"/home/grab/gs-venv/lib/python3.4/site-packages/wpull/dns.py", line 10, in <module>
import dns.resolverImportError: No module named 'dns.resolver'
| 0.229624 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/gdrivefs/gdfs/gdfuse.py", line 398, in open
create_for_existing_filepath(filepath)
"/usr/lib/python2.7/site-packages/gdrivefs/gdfs/opened_file.py", line 459, in create_for_existing_filepath
raise fuse.FuseOSError(ENOENT)FuseOSError: [Errno 2] No such file or directory
|
Traceback (most recent call last):
"/usr/lib64/python2.7/doctest.py", line 2201, in runTest
raise self.failureException(self.format_failure(new.getvalue()))AssertionError: Failed doctest test for
| 0.14065 |
Traceback (most recent call last):
"docker-compose", line 3, in <module>
"compose\cli\main.py", line 68, in main
"compose\cli\main.py", line 118, in perform_command
"compose\cli\main.py", line 926, in up
"compose\project.py", line 424, in up
"compose\parallel.py", line 69, in parallel_execute
TypeError: __init__() got an unexpected keyword argument 'cpu_count'
|
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
return func(self, *args, **kwargs)
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 827, in __extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1661, in _real_extract
self._sort_formats(formats)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 1369, in _sort_formats
raise ExtractorError('No video formats found')
ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.203809 |
Traceback (most recent call last):
"pokecli.py", line 38, in <module>
from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineExceptionImportError: No module named pgoapi.exceptions
|
"msg": "Traceback (most recent call last):\n
\"<stdin>\", line 1458, in <module>\n
\"<stdin>\", line 119, in main\nAttributeError: 'NoneType' object has no attribute 'split'\n",
"parsed": false
| 0.170711 |
Traceback (most recent call last):
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/web.py", line 1592, in _execute
result = yield result
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/gen.py", line 1141, in run
yielded = self.gen.throw(*exc_info)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/server/views/autoload_js_handler.py", line 60, in get
session = yield self.get_session()
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/gen.py", line 1141, in run
yielded = self.gen.throw(*exc_info)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/server/views/session_handler.py", line 77, in get_session
session = yield self.application_context.create_session_if_needed(session_id, self.request)
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/gen.py", line 1133, in run
value = future.result()
"/Users/texot/anaconda3/lib/python3.6/site-packages/tornado/gen.py", line 1147, in run
yielded = self.gen.send(value)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/server/contexts.py", line 215, in create_session_if_needed
self._application.initialize_document(doc)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/application/application.py", line 178, in initialize_document
h.modify_document(doc)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/application/handlers/function.py", line 133, in modify_document
self._func(doc)
"<ipython-input-1-dfd207c7ef75>", line 14, in modify_doc
doc.add_root(mylayout)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/document/document.py", line 304, in add_root
self._pop_all_models_freeze()
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/document/document.py", line 1018, in _pop_all_models_freeze
self._recompute_all_models()
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/document/document.py", line 1041, in _recompute_all_models
a._attach_document(self)
"/Users/texot/anaconda3/lib/python3.6/site-packages/bokeh/model.py", line 609, in _attach_document
raise RuntimeError("Models must be owned by only a single document, %r is already in a doc" % (self))
RuntimeError: Models must be owned by only a single document, Column(id='1004', ...) is already in a doc
|
Traceback (most recent call last):
"C:\spark\spark-2.3.4-bin-hadoop2.7\python\lib\py4j-0.10.7-src.zip\py4j\java_gateway.py", line 929, in _get_connection
IndexError: pop from an empty deque
| 0.253364 |
Traceback (most recent call last):
"/usr/local/bin/pipenv", line 11, in <module>
sys.exit(cli())
"/Library/Python/2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/Library/Python/2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/Library/Python/2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Library/Python/2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Library/Python/2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/Library/Python/2.7/site-packages/pipenv/cli.py", line 524, in install
do_init(dev=dev, requirements=requirements, allow_global=system)
"/Library/Python/2.7/site-packages/pipenv/cli.py", line 378, in do_init
click.echo(crayons.yellow('Pipfile.lock not found, creating...', err=True))
TypeError: yellow() got an unexpected keyword argument 'err'
|
Traceback (most recent call last):
"bootstrap.py", line 161, in <module>
shell=True if os.name == 'nt' else False
"C:\Miniconda3\envs\spyder-test\lib\subprocess.py", line 411, in check_output
**kwargs).stdout
"C:\Miniconda3\envs\spyder-test\lib\subprocess.py", line 512, in run
output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['conda', 'list', 'python-language-server', '--json']' returned non-zero exit status 1.
| 0.288093 |
Traceback (most recent call last):
"/usr/local/bin/certbot", line 11, in <module>
load_entry_point('certbot==0.10.1', 'console_scripts', 'certbot')()
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2631, in load_entry_point
return ep.load()
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2291, in load
return self.resolve()
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2297, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/certbot/main.py", line 13, in <module>
from acme import jose
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/acme/jose/__init__.py", line 37, in <module>
from acme.jose.interfaces import JSONDeSerializable
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/acme/jose/interfaces.py", line 9, in <module>
from acme.jose import util
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/acme/jose/util.py", line 5, in <module>
import OpenSSL
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in <module>
from OpenSSL._util import (
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/OpenSSL/_util.py", line 6, in <module>
from cryptography.hazmat.bindings.openssl.binding import Binding
"/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/cryptography/hazmat/bindings/openssl/binding.py", line 14, in <module>
from cryptography.hazmat.bindings._openssl import ffi, lib
ImportError: dlopen(/usr/local/Cellar/certbot/0.10.1/libexec/lib/python2.7/site-packages/cryptography/hazmat/bindings/_openssl.so, 2): Symbol not found: _getentropy
|
Traceback (most recent call last):
"/Users/buildbot-worker/worker/buildpackage_macOS/build/.venv/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
"/Users/buildbot-worker/worker/buildpackage_macOS/build/.venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
"/Users/buildbot-worker/worker/buildpackage_macOS/build/.venv/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='192.168.64.18', port=2376): Max retries exceeded with url: /v1.21/images/golemfactory%2Fblender%3A1.4/json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x10f0de9b0>: Failed to establish a new connection: [Errno 60] Operation timed out',))
| 0.291038 |
artman> Traceback (most recent call last):
"/artman/artman/cli/main.py", line 72, in main
engine.run()
"/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/engine.py", line 247, in run
for _state in self.run_iter(timeout=timeout):
"/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/engine.py", line 340, in run_iter
failure.Failure.reraise_if_any(er_failures)
"/usr/local/lib/python3.5/dist-packages/taskflow/types/failure.py", line 339, in reraise_if_any
failures[0].reraise()
"/usr/local/lib/python3.5/dist-packages/taskflow/types/failure.py", line 346, in reraise
six.reraise(*self._exc_info)
"/usr/local/lib/python3.5/dist-packages/six.py", line 693, in reraise
raise value
"/usr/local/lib/python3.5/dist-packages/taskflow/engines/action_engine/executor.py", line 53, in _execute_task
result = task.execute(**arguments)
"/artman/artman/tasks/gapic_tasks.py", line 146, in execute
task_utils.gapic_gen_task(toolkit_path, [gapic_artifact] + args))
"/artman/artman/tasks/task_base.py", line 64, in exec_command
raise e
"/artman/artman/tasks/task_base.py", line 56, in exec_command
output = subprocess.check_output(args, stderr=subprocess.STDOUT)
"/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
"/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)subprocess.CalledProcessError: Command '['java', '-cp', '/toolkit/build/libs/gapic-generator-latest-fatjar.jar', 'com.google.api.codegen.GeneratorMain', 'LEGACY_GAPIC_AND_PACKAGE', '--descriptor_set=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/google-cloud-translate-v3beta1_updated_py_docs.desc', '--package_yaml2=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python_google-cloud-translate-v3beta1_package2.yaml', '--output=/home/kbuilder/.cache/synthtool/googleapis/artman-genfiles/python/translate-v3beta1', '--language=python', '--service_yaml=/home/kbuilder/.cache/synthtool/googleapis/google/cloud/translate/v3beta1/translate_v3beta1.yaml', '--gapic_yaml=/home/kbuilder/.cache/synthtool/googleapis/google/cloud/translate/v3beta1/translate_gapic.yaml']' returned non-zero exit status 1
|
Traceback (most recent call last):
"/home/deepfake/faceswap/lib/cli.py", line 128, in execute_script
process.process()
"/home/deepfake/faceswap/scripts/train.py", line 159, in process
self._end_thread(thread, err)
"/home/deepfake/faceswap/scripts/train.py", line 199, in _end_thread
thread.join()
"/home/deepfake/faceswap/lib/multithreading.py", line 121, in join
raise thread.err[1].with_traceback(thread.err[2])
"/home/deepfake/faceswap/lib/multithreading.py", line 37, in run
self._target(*self._args, **self._kwargs)
"/home/deepfake/faceswap/scripts/train.py", line 224, in _training
raise err
"/home/deepfake/faceswap/scripts/train.py", line 214, in _training
self._run_training_cycle(model, trainer)
"/home/deepfake/faceswap/scripts/train.py", line 303, in _run_training_cycle
trainer.train_one_step(viewer, timelapse)
"/home/deepfake/faceswap/plugins/train/trainer/_base.py", line 316, in train_one_step
raise err
"/home/deepfake/faceswap/plugins/train/trainer/_base.py", line 283, in train_one_step
loss[side] = batcher.train_one_batch()
"/home/deepfake/faceswap/plugins/train/trainer/_base.py", line 436, in train_one_batch
raise FaceswapError(msg) from err
lib.utils.FaceswapError: You do not have enough GPU memory available to train the selected model at the selected settings. You can try a number of things:
| 0.306666 |
Traceback (most recent call last):
"/usr/bin/py.test", line 11, in <module>
load_entry_point('pytest==3.0.6', 'console_scripts', 'pytest')()
"/usr/lib/python2.7/dist-packages/_pytest/config.py", line 57, in main
return config.hook.pytest_cmdline_main(config=config)
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__
return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 334, in <lambda>
_MultiCall(methods, kwargs, hook.spec_opts).execute()
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute
res = hook_impl.function(*args)
"/usr/lib/python2.7/dist-packages/_pytest/main.py", line 127, in pytest_cmdline_main
return wrap_session(config, _main)
"/usr/lib/python2.7/dist-packages/_pytest/main.py", line 111, in wrap_session
config.notify_exception(excinfo, config.option)
"/usr/lib/python2.7/dist-packages/_pytest/config.py", line 936, in notify_exception
excinfo=excinfo)
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 745, in __call__
return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 339, in _hookexec
return self._inner_hookexec(hook, methods, kwargs)
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 334, in <lambda>
_MultiCall(methods, kwargs, hook.spec_opts).execute()
"/usr/lib/python2.7/dist-packages/_pytest/vendored_packages/pluggy.py", line 614, in execute
res = hook_impl.function(*args)
"/usr/lib/python2.7/dist-packages/_pytest/debugging.py", line 79, in pytest_internalerror
tb = _postmortem_traceback(excinfo)
"/usr/lib/python2.7/dist-packages/_pytest/debugging.py", line 101, in _postmortem_traceback
from doctest import UnexpectedException
ImportError: cannot import name UnexpectedException
|
Traceback (most recent call last):
"C:\Python\Python34\lib\urllib\request.py", line 1183, in do_open
"C:\Python\Python34\lib\http\client.py", line 1137, in request
"C:\Python\Python34\lib\http\client.py", line 1182, in _send_request
"C:\Python\Python34\lib\http\client.py", line 1133, in endheaders
"C:\Python\Python34\lib\http\client.py", line 963, in _send_output
"C:\Python\Python34\lib\http\client.py", line 898, in send
"C:\Python\Python34\lib\http\client.py", line 1287, in connect
"C:\Python\Python34\lib\ssl.py", line 362, in wrap_socket
"C:\Python\Python34\lib\ssl.py", line 580, in __init__
"C:\Python\Python34\lib\ssl.py", line 807, in do_handshake
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)
| 0.267945 |
Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 367, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise
raise value
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 306, in _raise_timeout
raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.org', port=443): Read timed out. (read timeout=15)
|
Traceback (most recent call last):
"/home/zulip/deployments/current/scripts/lib/upgrade-zulip-from-git", line 69, in <module>
deploy_path, "--from-git"] + deploy_options)
"/usr/lib/python3.5/subprocess.py", line 581, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/home/zulip/deployments/2020-04-18-01-53-13/scripts/lib/upgrade-zulip-stage-2', '/home/zulip/deployments/2020-04-18-01-53-13', '--from-git']' returned non-zero exit status 1
| 0.253138 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/horizons/main.py", line 326, in start_singleplayer
_modules.session.load(options)
"/usr/lib/python2.7/dist-packages/horizons/spsession.py", line 50, in load
super(SPSession, self).load(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/horizons/session.py", line 311, in load
savegame_db = SavegameAccessor(options.game_identifier, options.is_map, options) # Initialize new dbreader
"/usr/lib/python2.7/dist-packages/horizons/util/savegameaccessor.py", line 61, in __init__
game_identifier = self.upgrader.get_path()
"/usr/lib/python2.7/dist-packages/horizons/util/savegameupgrader.py", line 401, in get_path
self._upgrade()
"/usr/lib/python2.7/dist-packages/horizons/util/savegameupgrader.py", line 380, in _upgrade
self._upgrade_to_rev68(db)
"/usr/lib/python2.7/dist-packages/horizons/util/savegameupgrader.py", line 267, in _upgrade_to_rev68
db_result = db("SELECT rowid, land_manager, ship, warehouse_builder, state FROM ai_mission_found_settlement")
"/usr/lib/python2.7/dist-packages/horizons/util/dbreader.py", line 48, in __call__
self.cur.execute(command, args)OperationalError: no such column: warehouse_builder
|
Traceback (most recent call last):
"/home/iman/.local/lib/python3.6/site-packages/spotipy/client.py", line 119, in _internal_call
r.raise_for_status()
"/home/iman/.local/lib/python3.6/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: https://api.spotify.com/v1/users/None/playlists/0vISRZdpZn8H1jnQJGkWYU?fields=tracks%2Cnext%2Cname
| 0.28702 |
Traceback (most recent call last):
"/usr/local/Cellar/mackup/0.7.4/libexec/bin/mackup", line 9, in <module>
load_entry_point('mackup==0.7.4', 'console_scripts', 'mackup')()
"/usr/local/Cellar/mackup/0.7.4/lib/python2.7/site-packages/mackup/main.py", line 69, in main
app.uninstall()
"/usr/local/Cellar/mackup/0.7.4/lib/python2.7/site-packages/mackup/application.py", line 180, in uninstall
utils.delete(home_filepath)
"/usr/local/Cellar/mackup/0.7.4/lib/python2.7/site-packages/mackup/utils.py", line 55, in delete
shutil.rmtree(filepath)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 247, in rmtree
rmtree(fullname, ignore_errors, onerror)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 239, in rmtree
onerror(os.listdir, path, sys.exc_info())
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 237, in rmtree
names = os.listdir(path)OSError: [Errno 13] Permission denied: '/Users/harrison/.subversion/auth'
|
Traceback (most recent call last):
"/Users/sobolev/.virtualenvs/rostelecom_svetochka-1JPHH9RX/lib/python3.6/site-packages/sphinx/ext/autodoc.py", line 658, in import_object
__import__(self.modname)
ModuleNotFoundError: No module named 'server.bot_app.logics.user_details'
| 0.276262 |
Traceback (most recent call last):
"/usr/lib/python-exec/python3.3/curator", line 9, in <module>
load_entry_point('elasticsearch-curator==2.1.1', 'console_scripts', 'curator')()
"/usr/lib64/python3.3/site-packages/curator/curator_script.py", line 354, in main
if arguments.timestring:AttributeError: 'Namespace' object has no attribute 'timestring'
|
Traceback (most recent call last):
"/home/travis/build/biopython/biopython/Tests/test_GraphicsGeneral.py", line 71, in test_simple_scatter_plot_1
compare_plot.draw_to_file(output_file, "Testing Scatter Plots")
"/home/travis/build/biopython/biopython/build/lib.linux-x86_64-3.5/Bio/Graphics/Comparative.py", line 85, in draw_to_file
return _write(cur_drawing, output_file, self.output_format)
"/home/travis/build/biopython/biopython/build/lib.linux-x86_64-3.5/Bio/Graphics/__init__.py", line 84, in _write
return drawmethod.drawTo
(drawing, output_file)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderPDF.py", line 302, in drawTo
draw(d, c, 0, 0, showBoundary=showBoundary)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderPDF.py", line 29, in draw
R.draw(renderScaledDrawing(drawing), canvas, x, y, showBoundary=showBoundary)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderbase.py", line 205, in draw
self.drawNode(drawing)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderPDF.py", line 54, in drawNode
self.drawNodeDispatcher(node)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderbase.py", line 286, in drawNodeDispatcher
self.drawGroup(node)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderbase.py", line 305, in drawGroup
node = _expandUserNode(node,canvas)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/renderbase.py", line 166, in _expandUserNode
node = node.provideNode()
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/widgetbase.py", line 151, in provideNode
return self.draw()
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/charts/lineplots.py", line 366, in draw
yA.configure(self.data)
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/charts/axes.py", line 1086, in configure
self._configure_end()
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/charts/axes.py", line 1089, in _configure_end
self._calcTickmarkPositions()
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/charts/axes.py", line 1387, in _calcTickmarkPositions
self._tickValues = self._calcTickPositions()
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/charts/axes.py", line 1339, in _calcTickPositions
return self._calcStepAndTickPositions()[1]
"/home/travis/build/biopython/biopython/.tox/py35-cover/lib/python3.5/site-packages/reportlab/graphics/charts/axes.py", line 1326, in _calcStepAndTickPositions
i0 = int(float(valueMin)/valueStep)
ZeroDivisionError: float division by zero
| 0.165453 |
Traceback (most recent call last):
"/root/.azure/testQueues.py", line 6, in <module>
queue_service.create_queue('taskqueue')
"/usr/lib/python2.7/site-packages/azure/storage/queue/queueservice.py", line 529, in create_queue
_dont_fail_on_exist(ex)
"/usr/lib/python2.7/site-packages/azure/storage/_error.py", line 97, in _dont_fail_on_exist
raise error
azure.common.AzureHttpError: The value for one of the HTTP headers is not in the correct format.
|
<E> [12:58:00] Traceback (most recent call last):
"bypy.py", line 908, in __load_local_json
with open(Token
Path, 'rb') as infile:IOError: [Errno 2] No such file or directory: u'/root/.bypy.json'
| 0.243974 |
Traceback (most recent call last):
"pupygen.py", line 341, in <module>
binary=get_edit_pupyx86_lin(conf)
"pupygen.py", line 37, in get_edit_pupyx86_lin
return get_edit_binary(os.path.join(ROOT, "payload_templates","pupyx86.lin"), conf)
"pupygen.py", line 51, in get_edit_binary
with open(path, 'rb') as f:IOError: [Errno 2] **No such file or directory**: '/[...]/payload_templates/pupyx86.lin'
|
Traceback (most recent call last):
"/home/niyathipriya/anaconda3/envs/flow/lib/python3.5/site-packages/ray/tune/trial_runner.py", line 261, in _process_events
result = self.trial_executor.fetch_result(trial)
"/home/niyathipriya/anaconda3/envs/flow/lib/python3.5/site-packages/ray/tune/ray_trial_executor.py", line 211, in fetch_result
result = ray.get(trial_future[0])
"/home/niyathipriya/anaconda3/envs/flow/lib/python3.5/site-packages/ray/worker.py", line 2386, in get
raise value
ray.worker.RayTaskError: ray_SACAgent:train() (pid=31200, host=linuxpriya)
| 0.214785 |
Traceback (most recent call last):
"gcsClient.py", line 166, in <module>
GcsClient.deleteMultipleObjects('debug_bucket')
"gcsClient.py", line 155, in deleteMultipleObjects
result = bucket.delete_keys(keys)
"/usr/local/lib/python2.7/dist-packages/boto/s3/bucket.py", line 583, in delete_keys
while delete_keys2(headers):
"/usr/local/lib/python2.7/dist-packages/boto/s3/bucket.py", line 582, in delete_keys2
body)boto.exception.GSResponseError: GSResponseError: 400 Bad Request
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/usr/lib/python2.7/site-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python2.7/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
"/usr/lib/python2.7/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python2.7/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
"bugwarrior/command.py", line 71, in pull
synchronize(issue_generator, config, main_section, dry_run)
"bugwarrior/db.py", line 366, in synchronize
send_notification(issue, 'Created', conf)
"bugwarrior/notifications.py", line 118, in send_notification
op, issue['description'].encode("utf-8"))UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 75: ordinal not in range(128)
| 0.249384 |
{'ezh': {'stdout': 'Traceback (most recent call last):\n
"<string>", line 155, in <module>\n
"<string>", line 264, in <module>\n
"<string>", line 251, in main\nTypeError: must be str, not bytes', 'retcode': 1, 'stderr': 'command-line line 0: Unsupported option "gssapiauthentication"\r\nConnection to localhost closed.\r\n'}}
```
|
Traceback (most recent call last):
"train.py", line 129, in <module>
main()
"train.py", line 67, in main
gen, dis = load_models(config)
"train.py", line 38, in load_models
gen = yaml_utils.load_model(gen_conf['fn'], gen_conf['name'], gen_conf['args'])
"/home/lena/sngan_projection/source/yaml_utils.py", line 45, in load_model
model = load_module(model_fn, model_name)
"/home/lena/sngan_projection/source/yaml_utils.py", line 41, in load_module
return getattr(__import__(mod_name), name)
"gen_models/resnet_small.py", line 4, in <module>
from gen_models.resblocks import Block
"/home/lena/sngan_projection/gen_models/resblocks.py", line 5, in <module>
from source.links.categorical_conditional_batch_normalization import CategoricalConditionalBatchNormalization
"/home/lena/sngan_projection/source/links/categorical_conditional_batch_normalization.py", line 13, in <module>
from source.links.conditional_batch_normalization import ConditionalBatchNormalization
"/home/lena/sngan_projection/source/links/conditional_batch_normalization.py", line 14, in <module>
from chainermn.functions.batch_normalization import \
ModuleNotFoundError: No module named 'chainermn'
| 0.308416 |
Traceback (most recent call last):
"C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'
|
Traceback (most recent call last):
"/tmp/test_flask_logging/venv/lib/python3.6/site-packages/lml/utils.py", line 43, in do_import
plugin_module = __import__(plugin_module_name)
ModuleNotFoundError: No module named 'pyecharts_snapshot'
| 0.30932 |
Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 943, in emit
"C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 9] Bad file descriptor
|
Traceback (most recent call last):
"./manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
"/project/path/virtualenv/lib/python2.7/site-packages/django/core/management/__init__.py", line 350, in execute_from_command_line
utility.execute()
"/project/path/virtualenv/lib/python2.7/site-packages/django/core/management/__init__.py", line 342, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/project/path/virtualenv/lib/python2.7/site-packages/django/core/management/base.py", line 348, in run_from_argv
self.execute(*args, **cmd_options)
"/project/path/virtualenv/lib/python2.7/site-packages/django/core/management/base.py", line 399, in execute
output = self.handle(*args, **options)
"/project/path/virtualenv/lib/python2.7/site-packages/django/core/management/base.py", line 584, in handle
return self.handle_noargs(**options)
"/project/path/virtualenv/lib/python2.7/site-packages/compressor/management/commands/compress.py", line 302, in handle_noargs
self.compress(sys.stdout, **options)
"/project/path/virtualenv/lib/python2.7/site-packages/compressor/management/commands/compress.py", line 162, in compress
followlinks=options.get('followlinks', False)):
"/project/path/virtualenv/lib/python2.7/os.py", line 278, in walk
names = listdir(top)TypeError: coercing to Unicode: need string or buffer, Origin found
| 0.220891 |
Traceback (most recent call last):
"/home/dev/.pyenv/versions/3.7.0/lib/python3.7/site-packages/sphinx/config.py", line 161, in __init__
execfile_(filename, config)
"/home/dev/.pyenv/versions/3.7.0/lib/python3.7/site-packages/sphinx/util/pycompat.py", line 150, in execfile_
exec_(code, _globals)
"conf.py", line 23, in <module>
from enaml.version import version_info
ModuleNotFoundError: No module named 'enaml'
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/rosu/.pyenv/versions/3.5.1/lib/python3.5/site-packages/PIL/Image.py", line 2452, in open
% (filename if filename else fp))
OSError: cannot identify image file 'Sticker_-160796490_232_1493220087.exe'
| 0.284892 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/khal/khalendar/khalendar.py", line 233, in _update_vevent
self._dbtool.update(event.raw, href=href, etag=etag)
"/usr/lib/python3.5/site-packages/khal/khalendar/backend.py", line 249, in update
for vevent in sorted(vevents, key=sort_key):
"/usr/lib/python3.5/site-packages/khal/khalendar/backend.py", line 242, in <genexpr>
c in ical.walk() if c.name == u'VEVENT')
"/usr/lib/python3.5/site-packages/khal/khalendar/aux.py", line 151, in sanitize
dtstart, dtend, duration=vevent.get('DURATION', None))
"/usr/lib/python3.5/site-packages/khal/khalendar/aux.py", line 168, in sanitize_timerange
raise ValueError('The event\'s end time (DTEND) is older than 'ValueError: The event's end time (DTEND) is older than the event's start time (DTSTART).
|
Traceback (most recent call last):
"E:/PycharmProjects/pytorch/3另另另mixMatch-master/mixMatch-master/1.py", line 82, in <module>
query_idx, query_instance = learner.query(X_pool, n_instances=100)
"C:\software\anaconda3\envs\pytorch\lib\site-packages\modAL\models\base.py", line 269, in query
return query_result, retrieve_rows(X_pool, query_result)
"C:\software\anaconda3\envs\pytorch\lib\site-packages\modAL\utils\data.py", line 101, in retrieve_rows
raise TypeError('%s datatype is not supported' % type(X))
TypeError: <class 'torch.Tensor'> datatype is not supported
| 0.291123 |
Traceback (most recent call last):
"/usr/share/SABnzbd/sabnzbd/config.py", line 787, in save_config
CFG.write()
"/usr/share/SABnzbd/sabnzbd/utils/configobj.py", line 2113, in write
h.close()IOError: [Errno 28] No space left on device
|
Traceback (most recent call last):
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/celery/app/trace.py", line 385, in trace_task
R = retval = fun(*args, **kwargs)
"/Users/mikailkocak/Development/saleor/saleor/order/emails.py", line 60, in send_order_confirmation
send_templated_mail(**email_data)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/templated_email/__init__.py", line 70, in send_templated_mail
headers=headers, create_link=create_link, **kwargs)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/templated_email/backends/vanilla_django.py", line 258, in send
create_link=create_link)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/templated_email/backends/vanilla_django.py", line 134, in get_email_message
template_suffix or file_extension)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/templated_email/backends/vanilla_django.py", line 106, in _render_email
response[part] = render_block_to_string(full_template_names, part, render_context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/render_block/base.py", line 39, in render_block_to_string
return django_render_block(t, block_name, context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/render_block/django.py", line 27, in django_render_block
return _render_template_block(template, block_name, context_instance)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/render_block/django.py", line 70, in _render_template_block
return _render_template_block_nodelist(template.nodelist, block_name, context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/render_block/django.py", line 85, in _render_template_block_nodelist
return node.render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/loader_tags.py", line 62, in render
result = block.nodelist.render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/loader_tags.py", line 188, in render
return template.render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/base.py", line 173, in render
return self._render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/test/utils.py", line 96, in instrumented_test_render
return self.nodelist.render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/base.py", line 937, in render
bit = node.render_annotated(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/base.py", line 904, in render_annotated
return self.render(context)
"/Users/mikailkocak/Development/saleor-venv/lib/python3.7/site-packages/django/template/library.py", line 214, in render
_dict = self.func(*resolved_args, **resolved_kwargs)
"/Users/mikailkocak/Development/saleor/saleor/account/templatetags/i18n_address_tags.py", line 10, in format_address
address_data = address.as_data()
AttributeError: 'NoneType' object has no attribute 'as_data'
| 0.259405 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmplwokk3j3\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmplwokk3j3\build\youtube_dl\extractor\common.py", line 503, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmplwokk3j3\build\youtube_dl\extractor\twitch.py", line 654, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmplwokk3j3\build\youtube_dl\extractor\common.py", line 883, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract clip info; 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/166, elapsed: 0s, ETA:Traceback (most recent call last):
"tools/test.py", line 149, in <module>
main()
"tools/test.py", line 127, in main
args.show_score_thr)
"/home/ceyang/mmdetection/mmdet/apis/test.py", line 25, in single_gpu_test
result = model(return_loss=False, rescale=True, **data)
"/home/ceyang/.conda/envs/dt2/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/home/ceyang/.conda/envs/dt2/lib/python3.7/site-packages/torch/nn/parallel/data_parallel.py", line 153, in forward
return self.module(*inputs[0], **kwargs[0])
"/home/ceyang/.conda/envs/dt2/lib/python3.7/site-packages/torch/nn/modules/module.py", line 550, in __call__
result = self.forward(*input, **kwargs)
"/home/ceyang/mmdetection/mmdet/core/fp16/decorators.py", line 49, in new_func
return old_func(*args, **kwargs)
"/home/ceyang/mmdetection/mmdet/models/detectors/base.py", line 150, in forward
return self.forward_test(img, img_metas, **kwargs)
"/home/ceyang/mmdetection/mmdet/models/detectors/base.py", line 131, in forward_test
return self.simple_test(imgs[0], img_metas[0], **kwargs)
"/home/ceyang/mmdetection/mmdet/models/detectors/two_stage.py", line 192, in simple_test
x, proposal_list, img_metas, rescale=rescale)
"/home/ceyang/mmdetection/mmdet/models/roi_heads/htc_roi_head.py", line 369, in simple_test
ori_shape, scale_factor, rescale)
"/home/ceyang/mmdetection/mmdet/models/roi_heads/mask_heads/fcn_mask_head.py", line 224, in get_seg_masks
skip_empty=device.type == 'cpu')
"/home/ceyang/mmdetection/mmdet/models/roi_heads/mask_heads/fcn_mask_head.py", line 304, in _do_paste_mask
grid = torch.stack([gx, gy], dim=3)
RuntimeError: CUDA out of memory. Tried to allocate 2.15 GiB (GPU 0; 7.79 GiB total capacity; 2.92 GiB already allocated; 2.13 GiB free; 4.87 GiB reserved in total by PyTorch)
| 0.253637 |
Traceback (most recent call last):
"Tests/test_image_transpose.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__
|
Traceback (most recent call last):
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 239, in _process_events
result = self.trial_executor.fetch_result(trial)
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/tune/ray_trial_executor.py", line 200, in fetch_result
result = ray.get(trial_future[0])
"/home/zhouhao/.local/lib/python3.6/site-packages/ray/worker.py", line 2522, in get
raise RayGetError(object_ids, value)
ray.worker.RayGetError: Could not get objectid ObjectID(febfa6ee7eee0f47f3362869b50a9a314dca6ee9). It was created by remote function train which failed with:
| 0.232133 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\dplay.py", line 326, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\common.py", line 892, in _download_json
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\common.py", line 870, in _download_json_handle
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\common.py", line 660, in _download_webpage_handle
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpifszpy0p\build\youtube_dl\extractor\common.py", line 645, in _request_webpage
youtube_dl.utils.ExtractorError: Unable to download JSON metadata: HTTP Error 400: Bad Request (caused by HTTPError()); please report this issue on
|
Traceback (most recent call last):
"/Users/gabe/Documents/Pycharm/pupil/pupil_src/launchables/player.py", line 409, in player
handle_notifications(n)
"/Users/gabe/Documents/Pycharm/pupil/pupil_src/launchables/player.py", line 387, in handle_notifications
g_pool.plugin_by_name[n['name']], args=n.get('args', {}))
"/Users/gabe/Documents/Pycharm/pupil/pupil_src/shared_modules/plugin.py", line 321, in add
plugin_instance = new_plugin(self.g_pool, **args)
"/Users/gabe/Documents/Pycharm/pupil/pupil_src/shared_modules/pupil_producers.py", line 169, in init
except Exception():
TypeError: catching classes that do not inherit from BaseException is not allowed
| 0.190999 |
Traceback (most recent call last):
"raiden-script.py", line 2, in <module>
"site-packages/raiden/__main__.py", line 13, in main
"site-packages/click/core.py", line 764, in __call__
"site-packages/click/core.py", line 717, in main
"site-packages/click/core.py", line 1114, in invoke
"site-packages/click/core.py", line 956, in invoke
"site-packages/click/core.py", line 555, in invoke
"site-packages/click/decorators.py", line 17, in new_func
"site-packages/raiden/ui/cli.py", line 512, in run
"site-packages/raiden/ui/runners.py", line 263, in run
"site-packages/raiden/ui/runners.py", line 231, in _start_services
"src/gevent/greenlet.py", line 849, in gevent._greenlet.joinall
"src/gevent/greenlet.py", line 865, in gevent._greenlet.joinall
"src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception
"site-packages/gevent/_compat.py", line 47, in reraise
"src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
"site-packages/raiden/ui/runners.py", line 226, in stop_task
"src/gevent/greenlet.py", line 633, in gevent._greenlet.Greenlet.get
"src/gevent/greenlet.py", line 312, in gevent._greenlet.Greenlet._raise_exception
"site-packages/gevent/_compat.py", line 47, in reraise
"src/gevent/greenlet.py", line 716, in gevent._greenlet.Greenlet.run
"site-packages/raiden/api/rest.py", line 400, in _run
"site-packages/gevent/baseserver.py", line 364, in serve_forever
"src/gevent/event.py", line 240, in gevent._event.Event.wait
"src/gevent/event.py", line 140, in gevent._event._AbstractLinkable._wait
"src/gevent/event.py", line 117, in gevent._event._AbstractLinkable._wait_core
"src/gevent/event.py", line 119, in gevent._event._AbstractLinkable._wait_core
"src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
"src/gevent/_greenlet_primitives.py", line 59, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
"src/gevent/_greenlet_primitives.py", line 63, in gevent.__greenlet_primitives.SwitchOutGreenletWithLoop.switch
"src/gevent/__greenlet_primitives.pxd", line 35, in gevent.__greenlet_primitives._greenlet_switch
raiden.exceptions.RaidenUnrecoverableError: setTotalDeposit call will fail.
|
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/resource_variable_ops.py", line 293, in __del__
self._handle, ignore_lookup_error=True)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/gen_resource_variable_ops.py", line 252, in destroy_resource_op
_ops.raise_from_not_ok_status(e, name)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/ops.py", line 6843, in raise_from_not_ok_status
six.raise_from(core._status_to_exception(e.code, message), None)
"<string>", line 3, in raise_from
tensorflow.python.framework.errors_impl.InvalidArgumentError: stream is uninitialized or in an error state [Op:DestroyResourceOp]
| 0.248586 |
0.00%
|
0 /
1 |
Traceback (most recent call last):
"foo.py", line 8, in <module>
df.parallel_apply(lambda row: print('A'), time.sleep(2), print('B'), axis=1)
"$VIRTUAL_ENV/lib/python3.7/site-packages/pandarallel/pandarallel.py", line 446, in closure
map_result,
"$VIRTUAL_ENV/lib/python3.7/site-packages/pandarallel/pandarallel.py", line 382, in get_workers_result
progress_bars.update(progresses)
"$VIRTUAL_ENV/lib/python3.7/site-packages/pandarallel/utils/progress_bars.py", line 82, in update
self.__bars[index][0] = value
IndexError: list index out of range
|
131007 10:03:47.617:S [MainThread] [com.android.monkeyrunner.MonkeyRunnerOptions]Traceback (most recent call last):
"/home/jikk/dump", line 134, in <module>
vc = ViewClient(_ViewClient.connectToDeviceOrExit(__kwargs1), *_kwargs2)
"/tmp/AndroidViewClient-4.2.1/AndroidViewClient/bin/androidviewclient-4.2.1.jar/com/dtmilano/android/viewclient.py", line 1376, in connectToDeviceOrExit
"/tmp/AndroidViewClient-4.2.1/AndroidViewClient/bin/androidviewclient-4.2.1.jar/com/dtmilano/android/adb/adbclient.py", line 76, in **init**
"/tmp/AndroidViewClient-4.2.1/AndroidViewClient/bin/androidviewclient-4.2.1.jar/com/dtmilano/android/adb/adbclient.py", line 181, in checkVersionRuntimeError: ERROR: Incorrect version 0004001d
| 0.25758 |
Traceback (most recent call last):
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/parallel/controller/hub.py", line 1093, in purge_results
raise IndexError("msg pending: %r" % pending[0])IndexError: msg pending: u'6c1c3bed-5907-4b47-8809-2059cad481ed'
|
Traceback (most recent call last):
"/usr/bin/glances", line 11, in <module>
load_entry_point('Glances==2.8.8', 'console_scripts', 'glances')()
"/usr/lib/python3.6/site-packages/glances/__init__.py", line 225, in main
start_standalone(config=config, args=args)
"/usr/lib/python3.6/site-packages/glances/__init__.py", line 105, in start_standalone
standalone = GlancesStandalone(config=config, args=args)
"/usr/lib/python3.6/site-packages/glances/standalone.py", line 43, in __init__
self.stats = GlancesStats(config=config, args=args)
"/usr/lib/python3.6/site-packages/glances/stats.py", line 43, in __init__
self.load_modules(self.args)
"/usr/lib/python3.6/site-packages/glances/stats.py", line 77, in load_modules
self.load_plugins(args=args)
"/usr/lib/python3.6/site-packages/glances/stats.py", line 105, in load_plugins
self._plugins[plugin_name] = plugin.Plugin(args=args)
"/usr/lib/python3.6/site-packages/glances/plugins/glances_sensors.py", line 53, in __init__
self.glancesgrabsensors = GlancesGrabSensors()
"/usr/lib/python3.6/site-packages/glances/plugins/glances_sensors.py", line 229, in __init__
self.stemps = psutil.sensors_temperatures()
"/usr/lib/python3.6/site-packages/psutil/__init__.py", line 2212, in sensors_temperatures
rawdict = _psplatform.sensors_temperatures()
"/usr/lib/python3.6/site-packages/psutil/_pslinux.py", line 1116, in sensors_temperatures
current = float(cat(base + '_input')) / 1000.0
"/usr/lib/python3.6/site-packages/psutil/_pslinux.py", line 299, in cat
return f.read().strip()
OSError: [Errno 19] No such device
| 0.296673 |
Traceback (most recent call last):
"/home/pi/Medusa/<a href="../blob/5c8597b932e7975c5619c0ecc906efce625202dc/medusa/clients/torrent/generic.py#L257">medusa/clients/torrent/generic.py</a>", line 257, in send_torrent
r_code = self._add_torrent_file(result)
"/home/pi/Medusa/<a href="../blob/5c8597b932e7975c5619c0ecc906efce625202dc/medusa/clients/torrent/transmission.py#L128">medusa/clients/torrent/transmission.py</a>", line 128, in _add_torrent_file
return self.check_response()
"/home/pi/Medusa/<a href="../blob/5c8597b932e7975c5619c0ecc906efce625202dc/medusa/clients/torrent/transmission.py#L47">medusa/clients/torrent/transmission.py</a>", line 47, in check_response
return self.response.json()['result'] == 'success'AttributeError: 'NoneType' object has no attribute 'json'
|
Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/sqlalchemy/engine/base.py", line 1204, in _execute_context
context = constructor(dialect, self, conn, *args)
"/usr/local/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 881, in _init_compiled
for key in compiled_params
"/usr/local/lib/python3.5/site-packages/sqlalchemy/engine/default.py", line 881, in <genexpr>
for key in compiled_params
"/usr/local/lib/python3.5/site-packages/sqlalchemy/dialects/postgresql/psycopg2.py", line 594, in process
value = _python_UUID(value)
"/usr/local/lib/python3.5/uuid.py", line 137, in __init__
hex = hex.replace('urn:', '').replace('uuid:', '')
AttributeError: 'UUID' object has no attribute 'replace'
| 0.32635 |
Traceback (most recent call last):
"/home/ehennenfent/manticore/manticore/core/worker.py", line 121, in run
current_state.execute()
"/home/ehennenfent/manticore/manticore/native/state.py", line 192, in execute
result = self._platform.execute()
"/home/ehennenfent/manticore/manticore/platforms/linux.py", line 2910, in execute
self.current.execute()
"/home/ehennenfent/manticore/manticore/native/cpu/abstractcpu.py", line 1017, in execute
implementation(*insn.operands)
"/home/ehennenfent/manticore/manticore/native/cpu/abstractcpu.py", line 1160, in new_method
return old_method(cpu, *args, **kw_args)
"/home/ehennenfent/manticore/manticore/native/cpu/x86.py", line 5516, in MOVZX
op0.write(Operators.ZEXTEND(op1.read(), op0.size))
"/home/ehennenfent/manticore/manticore/native/cpu/x86.py", line 778, in read
value = cpu.read_int(self.address(), self.size)
"/home/ehennenfent/manticore/manticore/native/cpu/abstractcpu.py", line 733, in read_int
data = self._memory.read(where, size // 8, force)
"/home/ehennenfent/manticore/manticore/native/memory.py", line 1195, in read
solutions = self._try_get_solutions(address, size, "r", force=force)
"/home/ehennenfent/manticore/manticore/native/memory.py", line 1338, in _try_get_solutions
solutions = solver.get_all_values(
"/home/ehennenfent/manticore/manticore/core/smtlib/solver.py", line 534, in get_all_values
while self._is_sat():
"/home/ehennenfent/manticore/manticore/core/smtlib/solver.py", line 338, in _is_sat
raise SolverError(status)
manticore.exceptions.SolverError: (error "line 7043 column 42: unknown constant a_518854")
|
Traceback (most recent call last):
"/usr/local/lib/python3.5/urllib/request.py", line 1240, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
"/usr/local/lib/python3.5/http/client.py", line 1083, in request
self._send_request(method, url, body, headers)
"/usr/local/lib/python3.5/http/client.py", line 1128, in _send_request
self.endheaders(body)
"/usr/local/lib/python3.5/http/client.py", line 1079, in endheaders
self._send_output(message_body)
"/usr/local/lib/python3.5/http/client.py", line 911, in _send_output
self.send(msg)
"/usr/local/lib/python3.5/http/client.py", line 854, in send
self.connect()
"/usr/local/lib/python3.5/http/client.py", line 1237, in connect
server_hostname=server_hostname)
"/usr/local/lib/python3.5/ssl.py", line 376, in wrap_socket
_context=self)
"/usr/local/lib/python3.5/ssl.py", line 747, in __init__
self.do_handshake()
"/usr/local/lib/python3.5/ssl.py", line 983, in do_handshake
self._sslobj.do_handshake()
"/usr/local/lib/python3.5/ssl.py", line 628, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:646)`
| 0.324114 |
Traceback (most recent call last):
"syncplayClient.py", line 19, in <module>
"syncplay\clientManager.pyo", line 7, in run
"syncplay\ui\ConfigurationGetter.pyo", line 387, in getConfiguration
"syncplay\vendor\qt4reactor.pyo", line 41, in <module>ImportError: No module named zope.interface
|
Traceback (most recent call last):
"/home/jjulian/.venv/salttest/lib/python2.7/site-packages/mock.py", line 1201, in patched
return func(*args, **keywargs)
"/home/jjulian/dev/salt/tests/unit/modules/tls_test.py", line 436, in test_create_ca_signed_cert
self.assertEqual(tls.create_ca_signed_cert(ca_name,**_test_data['create_ca']), ret)
"/home/jjulian/dev/salt/salt/modules/tls.py", line 863, in create_ca_signed_cert
name, extensions[name]['critical'], extensions[name]['options']))
TypeError: string indices must be integers, not str
| 0.276921 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib64/python2.5/site-packages/numpy/lib/type_check.py", line 135, in nan_to_num
maxf, minf = _getmaxmin(y.dtype.type)
"/usr/lib64/python2.5/site-packages/numpy/lib/type_check.py", line 103, in _getmaxmin
f = getlimits.finfo(t)
"/usr/lib64/python2.5/site-packages/numpy/lib/getlimits.py", line 46, in __new__
raise ValueError, "data type %r not inexact" % (dtype)ValueError: data type <type 'numpy.int64'> not inexact
|
Traceback (most recent call last):
"manage.py", line 8, in <module>
startup.run()
"/var/lib/stickshift/525592544382ec622f0000a5/app-root/data/641659/juga_site/juga_site/startup.py", line 20, in run
autoload(["receivers"])
"/var/lib/stickshift/525592544382ec622f0000a5/app-root/data/641659/juga_site/juga_site/startup.py", line 13, in autoload
import_module("{}.{}".format(app, submodule))ValueError: zero length field name in format
| 0.264954 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/spyder/utils/site/sitecustomize.py", line 866, in runfile
execfile(filename, namespace)
"/usr/local/lib/python2.7/dist-packages/spyder/utils/site/sitecustomize.py", line 94, in execfile
builtins.execfile(filename, *where)
"/home/zhang/mylib/Mylasagne/Layers/Dense.py", line 106, in <module>
x = T.raw_random.permutation(random_state=12345,n=10)
"/home/zhang/tool/Theano/theano/tensor/raw_random.py", line 756, in permutation
return op(random_state, size, n)
"/home/zhang/tool/Theano/theano/gof/op.py", line 615, in __call__
node = self.make_node(*inputs, **kwargs)
"/home/zhang/tool/Theano/theano/tensor/raw_random.py", line 204, in make_node
if not isinstance(r.type, RandomStateType):
AttributeError: 'int' object has no attribute 'type'
|
Traceback (most recent call last):
"rich_bug.py", line 5, in <module>
for j in track(range(1)):
"/home/tyilo/.local/lib/python3.7/site-packages/rich/progress.py", line 145, in track
with progress:
"/home/tyilo/.local/lib/python3.7/site-packages/rich/progress.py", line 640, in __enter__
self.start()
"/home/tyilo/.local/lib/python3.7/site-packages/rich/progress.py", line 633, in start
self.live.start(refresh=True)
"/home/tyilo/.local/lib/python3.7/site-packages/rich/live.py", line 108, in start
self.console.set_live(self)
"/home/tyilo/.local/lib/python3.7/site-packages/rich/console.py", line 678, in set_live
raise errors.LiveError("Only one live display may be active at once")
rich.errors.LiveError: Only one live display may be active at once
| 0.259197 |
Traceback (most recent call last):
"ninja_ide\gui\actions.pyc", line 804, in update_explorer
"encodings\cp1252.pyc", line 12, in encodeUnicodeEncodeError: 'charmap' codec can't encode characters in position 105-106: character maps to <undefined>
|
Traceback (most recent call last):
"SampleBacktest.py", line 262, in <module>
res = bt.run(t)
"/home/fractally/anaconda/lib/python2.7/site-packages/bt/backtest.py", line 25, in run
bkt.run()
"/home/fractally/anaconda/lib/python2.7/site-packages/bt/backtest.py", line 155, in run
self.strategy.run()
"bt/core.py", line 1132, in bt.core.Strategy.run (bt/core.c:14486)
"bt/core.py", line 1077, in bt.core.AlgoStack.__call__ (bt/core.c:13888)
"/home/fractally/anaconda/lib/python2.7/site-packages/bt/algos.py", line 1131, in __call__
target.rebalance(item[1], child=item[0], base=base)
"bt/core.py", line 673, in bt.core.StrategyBase.rebalance (bt/core.c:8907)
"bt/core.py", line 900, in bt.core.SecurityBase.update (bt/core.c:11717)ValueError: setting an array element with a sequence.
| 0.319263 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.