text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/autosklearn/classification.py", line 1, in <module>
from autosklearn.estimators import AutoSklearnClassifier
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/autosklearn/estimators.py", line 8, in <module>
import autosklearn.automl
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/autosklearn/automl.py", line 27, in <module>
from autosklearn.smbo import AutoMLSMBO
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/autosklearn/smbo.py", line 14, in <module>
from smac.smbo.smbo import SMBO, get_types
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/smac/smbo/smbo.py", line 15, in <module>
from smac.epm.rf_with_instances import RandomForestWithInstances
"/home/liangyuan/anaconda2/lib/python2.7/site-packages/smac/epm/rf_with_instances.py", line 4, in <module>
import pyrfr.regression
ImportError: /home/liangyuan/anaconda2/lib/python2.7/site-packages/pyrfr/regression.so: undefined symbol: _ZTVNSt7__cxx1118basic_stringstreamIcSt11char_trait | Traceback (most recent call last):
"/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/plugin/modules/migrations/account.py", line 82, in create_administrator_account
t_refreshed = t_account.refresh(force=t_created)
"/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/plugin/models/m_trakt/account.py", line 106, in refresh
with self.authorization().http(retry=force):
"/volume1/Plex/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/plugin/models/m_trakt/account.py", line 74, in authorization
raise AccountAuthenticationError("Trakt account hasn't been authenticated")
AccountAuthenticationError: Trakt account hasn't been authenticated
| 0.22663 |
Traceback (most recent call last):
"/home/remlap/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 433, in extract
ie_result = self._real_extract(url)
"/home/remlap/.local/lib/python3.5/site-packages/youtube_dl/extractor/thescene.py", line 54, in _real_extract
} for f in info['sources']]
"/home/remlap/.local/lib/python3.5/site-packages/youtube_dl/extractor/thescene.py", line 54, in <listcomp>
} for f in info['sources']]
KeyError: 'quality'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib64/python2.5/site-packages/scipy/interpolate/interpolate.py", line 30, in lagrange
p = poly1d(0.0)NameError: global name 'poly1d' is not defined | 0.220322 |
Traceback (most recent call last):
".../app/utils/actions.py", line 110, in perform
ret = self.callback(self.order, *self.args)
".../app/scheduler/funcs.py", line 80, in do
d = adw.create_sitelinks(order)
".../app/services/adword_service/adwordwrapper.py", line 235, in create_sitelinks
response = campaign_extension_setting_service.mutate([operation])
".virtualenvs/adwiz/lib/python2.7/site-packages/googleads/common.py", line 296, in MakeSoapRequest
for arg in args])
"/home/lawalpha9marketi/.virtualenvs/adwiz/lib/python2.7/site-packages/suds/client.py", line 542, in **call**
return client.invoke(args, kwargs)
virtualenvs/adwiz/lib/python2.7/site-packages/suds/client.py", line 602, in invoke
result = self.send(soapenv)
".virtualenvs/adwiz/lib/python2.7/site-packages/suds/client.py", line 649, in send
result = self.failed(binding, e)
".virtualenvs/adwiz/lib/python2.7/site-packages/suds/client.py", line 702, in failed
r, p = binding.get_fault(reply)
adwiz/lib/python2.7/site-packages/suds/bindings/binding.py", line 265, in get_fault
raise WebFault(p, faultroot)WebFault: Server raised fault: 'Unmarshalling Error: cvc-complex-type.2.3: Element 'ns1:sitelinkFinalUrls' cannot have character [children], because the type's content type is element-only. ' |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-y8kh14v4/tornado/setup.py", line 18, in <module>
import ssl
"....../lib/python3.6/ssl.py", line 101, in <module>
import _ssl
# if we can't import it, let the error propagate
ModuleNotFoundError: No module named '_ssl'
| 0.252833 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"e:\josef\eclipsegworkspace\statsmodels-git\statsmodels-all-new2_py27\statsmodels\statsmodels\nonparametric\kde.py", line 259, in evaluate
return self.kernel.density(self.endog, point)
"e:\josef\eclipsegworkspace\statsmodels-git\statsmodels-all-new2_py27\statsmodels\statsmodels\sandbox\nonparametric\kernels.py", line 189, in density
xs = self.inDomain( xs, xs, x )[0]
"e:\josef\eclipsegworkspace\statsmodels-git\statsmodels-all-new2_py27\statsmodels\statsmodels\sandbox\nonparametric\kernels.py", line 176, in inDomain
filtered = filter(isInDomain, zip(xs, ys))
"e:\josef\eclipsegworkspace\statsmodels-git\statsmodels-all-new2_py27\statsmodels\statsmodels\sandbox\nonparametric\kernels.py", line 171, in isInDomain
return u >= self.domain[0] and u <= self.domain[1]ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() | Traceback (most recent call last):
"imagenet_compare_methods_incepV3.py", line 91, in <module>
model_wo_softmax = iutils.keras.graph.model_wo_softmax(model)
"/home_nfs/brahimim/.conda/envs/mohammed.tf.1.9.0/lib/python3.6/site-packages/innvestigate/utils/keras/graph.py", line 312, in model_wo_softmax
name=model.name)
"/home_nfs/brahimim/.conda/envs/mohammed.tf.1.9.0/lib/python3.6/site-packages/keras/legacy/interfaces.py", line 91, in wrapper
return func(*args, **kwargs)
"/home_nfs/brahimim/.conda/envs/mohammed.tf.1.9.0/lib/python3.6/site-packages/keras/engine/network.py", line 93, in __init__
self._init_graph_network(*args, **kwargs)
"/home_nfs/brahimim/.conda/envs/mohammed.tf.1.9.0/lib/python3.6/site-packages/keras/engine/network.py", line 231, in _init_graph_network
self.inputs, self.outputs)
"/home_nfs/brahimim/.conda/envs/mohammed.tf.1.9.0/lib/python3.6/site-packages/keras/engine/network.py", line 1455, in _map_graph_network
' times in the model. '
ValueError: The name "dense_1" is used 2 times in the model. All layer names should be unique.
| 0.289662 |
Traceback (most recent call last):
"setup.py", line 130, in <module>
setup()
"setup.py", line 111, in setup
setuptools.setup(
"/usr/lib/python3.8/site-packages/setuptools/__init__.py", line 144, in setup
return distutils.core.setup(**attrs)
"/usr/lib/python3.8/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.8/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
"/usr/lib/python3.8/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/usr/lib/python3.8/distutils/command/upload.py", line 64, in run
self.upload_file(command, pyversion, filename)
"/usr/lib/python3.8/distutils/command/upload.py", line 133, in upload_file
user_pass = (self.username + ":" + self.password).encode('ascii')
TypeError: can only concatenate str (not "NoneType") to str
| Traceback (most recent call last):
"<string>", line 1, in <module>
"jenkins_jobs/version.py", line 18, in <module>
from pbr.version import VersionInfoImportError: No module named pbr.version | 0.241816 |
Traceback (most recent call last):
"/opt/eff.org/certbot/venv/bin/letsencrypt", line 11, in <module>
load_entry_point('letsencrypt==0.7.0', 'console_scripts', 'letsencrypt')()
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/main.py", line 15, in main
return internal_main.main(cli_args)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/main.py", line 1347, in main
return config.func(config, plugins)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/main.py", line 1101, in run
certname, lineage)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/main.py", line 121, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(domains, certname)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/client.py", line 409, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(domains)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/client.py", line 343, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/client.py", line 390, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/auth_handler.py", line 91, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
"/opt/eff.org/certbot/venv/lib64/python3.6/site-packages/certbot/_internal/auth_handler.py", line 180, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
| Traceback (most recent call last):
"D:\CIVA_RP\civa-rep\ProjetCIVA\ceaComponents\dev\python\lib\threading.py", line 916, in _bootstrap_inner
self.run()
"<ipython-input-3-97ff3fa09bcb>", line 7, in run
self.server = get_server(slider, port=5006)
"D:\CIVA_RP\civa-rep\ProjetCIVA\ceaComponents\dev\python\lib\site-packages\panel\io\server.py", line 95, in get_server
signal.signal(signal.SIGINT, sig_exit)
"D:\CIVA_RP\civa-rep\ProjetCIVA\ceaComponents\dev\python\lib\signal.py", line 47, in signal
handler = _signal.signal(_enum_to_int(signalnum), _enum_to_int(handler))
ValueError: signal only works in main thread
| 0.270434 |
Traceback (most recent call last):
"/home/sh/.local/lib/python3.6/site-packages/coursera/cookies.py", line 148, in login
r.raise_for_status()
"/home/sh/.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: 400 Client Error: Bad Request for url: https://api.coursera.org/api/login/v3
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/sajid/packages/spack/opt/spack/linux-centos7-x86_64/intel-18.0.3/py-scipy-1.1.0-s5rupidaz3anzojgs6t6mzqbbbonfsg2/lib/python3.6/site-packages/scipy/optimize/__init__.py", line 270, in <module>
from .optimize import *
"/home/sajid/packages/spack/opt/spack/linux-centos7-x86_64/intel-18.0.3/py-scipy-1.1.0-s5rupidaz3anzojgs6t6mzqbbbonfsg2/lib/python3.6/site-packages/scipy/optimize/optimize.py", line 37, in <module>
from .linesearch import (line_search_wolfe1, line_search_wolfe2,
"/home/sajid/packages/spack/opt/spack/linux-centos7-x86_64/intel-18.0.3/py-scipy-1.1.0-s5rupidaz3anzojgs6t6mzqbbbonfsg2/lib/python3.6/site-packages/scipy/optimize/linesearch.py", line 18, in <module>
from scipy.optimize import minpack2
ImportError: /home/sajid/packages/spack/opt/spack/linux-centos7-x86_64/intel-18.0.3/py-scipy-1.1.0-s5rupidaz3anzojgs6t6mzqbbbonfsg2/lib/python3.6/site-packages/scipy/optimize/minpack2.cpython-36m-x86_64-linux-gnu.so: undefined symbol: for_cpystr
| 0.240555 |
Traceback (most recent call last):
"kivy/graphics/transformation.pyx", line 301, in kivy.graphics.transformation.Matrix.view_clip
ValueError: invalid frustrum
| Traceback (most recent call last):
"train_segmentation.py", line 40, in <module>
main()
"train_segmentation.py", line 29, in main
trainer.fit(model)
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/trainer/states.py", line 48, in wrapped_fn
result = fn(self, *args, **kwargs)
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 1074, in fit
results = self.accelerator_backend.train(model)
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/accelerators/gpu_backend.py", line 51, in train
results = self.trainer.run_pretrain_routine(model)
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/trainer/trainer.py", line 1170, in run_pretrain_routine
self.logger.save()
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/utilities/distributed.py", line 27, in wrapped_fn
return fn(*args, **kwargs)
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/loggers/tensorboard.py", line 211, in save
save_hparams_to_yaml(hparams_file, self.hparams)
"/opt/conda/lib/python3.7/site-packages/pytorch_lightning/core/saving.py", line 367, in save_hparams_to_yaml
with open(config_yaml, 'w', newline='') as fp:
NotFoundError: [Errno 2] No such file or directory: 'gs://bucket/test/lightning_logs/version_0/hparams.yaml'
| 0.317117 |
Traceback (most recent call last):
"youtube_dl\YoutubeDL.pyo", line 493, in extract_info
"youtube_dl\extractor\common.pyo", line 158, in extract
"youtube_dl\extractor\youtube.pyo", line 1517, in _real_extract
"youtube_dl\extractor\common.pyo", line 366, in _html_search_regex
"youtube_dl\extractor\common.pyo", line 356, in _search_regexRegexNotFoundError: Unable to extract title; please report this issue on https:/ | Traceback (most recent call last):
"C:/PycharmProjects/instapy/upload_video.py", line 29, in <module>
cli.upload(video, text)
"C:\Anaconda3\lib\site-packages\instapy_cli\cli.py", line 153, in upload
raise IOError("Unable to upload.")
OSError: Unable to upload.
| 0.18134 |
Traceback (most recent call last):
"/virtualenv/xmpp34/lib/python3.4/site-packages/yapsy/PluginManager.py", line 488, in loadPlugins
candidate_module = imp.load_module(plugin_module_name,plugin_file,candidate_filepath+".py",("py","r",imp.PY_SOURCE))
"/virtualenv/xmpp34/lib/python3.4/imp.py", line 235, in load_module
return load_source(name, filename, file)
"/virtualenv/xmpp34/lib/python3.4/imp.py", line 171, in load_source
module = methods.load()
"<frozen importlib._bootstrap>", line 1220, in load
"<frozen importlib._bootstrap>", line 1200, in _load_unlocked
"<frozen importlib._bootstrap>", line 1129, in _exec
"<frozen importlib._bootstrap>", line 1467, in exec_module
"<frozen importlib._bootstrap>", line 1571, in get_code
"/virtualenv/xmpp34/lib/python3.4/imp.py", line 154, in get_data
return file.read()
"/virtualenv/xmpp34/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 5975: ordinal not in range(128) | Traceback (most recent call last):
"get_emails_gmail.py", line 54, in <module>
mail.fetch()
"build\bdist.win-amd64\egg\gmail\message.py", line 181, in fetch
self.parse(results[0])
"build\bdist.win-amd64\egg\gmail\message.py", line 173, in parse
if not isinstance(attachment, basestring) and attachment.get('Content-Disposition') is not None
"build\bdist.win-amd64\egg\gmail\message.py", line 223, in **init**
self.size = int(round(len(self.payload)/1000.0))TypeError: object of type 'NoneType' has no len() | 0.294319 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1878, in call
**cdata['kwargs'])
"/usr/lib/python2.7/dist-packages/salt/loader.py", line 1823, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/states/file.py", line 2267, in managed
isinstance(use_contents, six.string_types) and '\0' in use_contents
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf5 in position 1: ordinal not in range(128)
Started: 17:29:34.221921
| Traceback (most recent call last):
"/builddir/build/BUILD/argcomplete-1.12.0/test/test.py", line 1206, in setUp
self.assertEqual(output, '')
AssertionError: '\x1b[?2004l\r\x1b[?2004h' != ''
| 0.328122 |
Traceback (most recent call last):
"C:\Users\Ronald\anaconda3\lib\site-packages\spyder\plugins\completion\kite\client.py", line 154, in perform_request
response = handler(params)
"C:\Users\Ronald\anaconda3\lib\site-packages\spyder\plugins\completion\kite\decorators.py", line 20, in wrapper
params = req(self, *args, **kwargs)
"C:\Users\Ronald\anaconda3\lib\site-packages\spyder\plugins\completion\kite\providers\document.py", line 83, in document_did_open
self.get_status(params['file'])
"C:\Users\Ronald\anaconda3\lib\site-packages\spyder\plugins\completion\kite\client.py", line 111, in get_status
kite_status = status()
"C:\Users\Ronald\anaconda3\lib\site-packages\spyder\plugins\completion\kite\utils\status.py", line 93, in status
elif check_if_kite_running():
"C:\Users\Ronald\anaconda3\lib\site-packages\spyder\plugins\completion\kite\utils\status.py", line 42, in check_if_kite_running
'status']):
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\__init__.py", line 1457, in process_iter
yield add(pid)
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\__init__.py", line 1432, in add
proc = Process(pid)
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\__init__.py", line 346, in __init__
self._init(pid)
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\__init__.py", line 373, in _init
self.create_time()
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\__init__.py", line 723, in create_time
self._create_time = self._proc.create_time()
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\_pswindows.py", line 681, in wrapper
raise convert_oserror(err, pid=self.pid, name=self._name)
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\_pswindows.py", line 671, in convert_oserror
raise exc
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\_pswindows.py", line 679, in wrapper
return fun(self, *args, **kwargs)
"C:\Users\Ronald\anaconda3\lib\site-packages\psutil\_pswindows.py", line 933, in create_time
user, system, created = cext.proc_times(self.pid)OSError: [WinError 0] The operation completed successfully: '(originated from OpenProcess)' | Traceback (most recent call last):
"sqlmap.py", line 110, in main
start()
"lib/controller/controller.py", line 258, in start
action()
"lib/controller/action.py", line 160, in action
conf.dbmsHandler.osShell()
"plugins/generic/takeover.py", line 80, in osShell
self.initEnv(web=web)
"lib/takeover/abstraction.py", line 204, in initEnv
success = self.udfInjectSys()
"lib/takeover/udf.py", line 186, in udfInjectSys
return self.udfInjectCore(self.sysUdfs)
"lib/takeover/udf.py", line 149, in udfInjectCore
self.udfSetRemotePath()
"plugins/dbms/mysql/takeover.py", line 63, in udfSetRemotePath
self.__plugindir = ntToPosixSlashes(normalizePath(self.__plugindir))
"lib/core/common.py", line 1752, in ntToPosixSlashes
return filepath.replace('\\', '/')AttributeError: 'NoneType' object has no attribute 'replace' | 0.206268 |
Traceback (most recent call last):
"/Users/brettnaul/miniconda3/envs/cesium/bin/ipython", line 11, in <module>
sys.exit(start_ipython())
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/IPython/__init__.py", line 119, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/traitlets/config/application.py", line 596, in launch_instance
app.start()
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/IPython/terminal/ipapp.py", line 348, in start
self.shell.mainloop()
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/IPython/terminal/interactiveshell.py", line 402, in mainloop
self.interact()
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/IPython/terminal/interactiveshell.py", line 385, in interact
code = self.prompt_for_code()
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/IPython/terminal/interactiveshell.py", line 321, in prompt_for_code
pre_run=self.pre_prompt, reset_current_buffer=True)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/interface.py", line 389, in run
self.eventloop.run(self.input, self.create_eventloop_callbacks())
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/eventloop/posix.py", line 154, in run
t()
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/interface.py", line 326, in redraw
self._redraw()
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/interface.py", line 346, in _redraw
self.renderer.render(self, self.layout, is_done=self.is_done)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/renderer.py", line 429, in render
extended_height=size.rows,
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 142, in write_to_screen
sizes = self._divide_heigths(cli, write_position)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 177, in _divide_heigths
dimensions = [get_dimension_for_child(c, index) for index, c in enumerate(self.children)]
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 177, in <listcomp>
dimensions = [get_dimension_for_child(c, index) for index, c in enumerate(self.children)]
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 175, in get_dimension_for_child
return c.preferred_height(cli, write_position.width, write_position.extended_height)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 395, in preferred_height
return self.content.preferred_height(cli, width, max_available_height)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 128, in preferred_height
dimensions = [c.preferred_height(cli, width, max_available_height) for c in self.children]
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 128, in <listcomp>
dimensions = [c.preferred_height(cli, width, max_available_height) for c in self.children]
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/containers.py", line 1000, in preferred_height
cli, width - total_margin_width, max_available_height, wrap_lines),
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", line 502, in preferred_height
content = self.create_content(cli, width, None)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", line 641, in create_content
document.cursor_position_col),
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", line 623, in translate_rowcol
return Point(y=row, x=get_processed_line(row).source_to_display(col))
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", line 583, in get_processed_line
processed_line = transform(i, get_line(i))
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/controls.py", line 559, in transform
cli, document, lineno, source_to_display, tokens)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", line 554, in apply_transformation
cli, document, lineno, source_to_display, tokens)
"/Users/brettnaul/miniconda3/envs/cesium/lib/python3.5/site-packages/prompt_toolkit/layout/processors.py", line 255, in apply_transformation
token, text = tokens[col]IndexError: list index out of range | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/flexget/db_schema.py", line 150, in upgrade_wrapper
new_ver = upgrade_func(current_ver, session)
"/usr/lib/python2.7/site-packages/flexget/utils/simple_persistence.py", line 42, in upgrade
for row in session.execute(select([table.c.id, table.c.plugin, table.c.key, table.c.value])):
"/usr/lib/python2.7/site-packages/sqlalchemy/util/_collections.py", line 211, in __getattr__
raise AttributeError(key)AttributeError: value | 0.253863 |
Traceback (most recent call last):
"/home/usuario/.conda/envs/magenta/bin/t2t_trainer", line 10, in <module>
sys.exit(console_entry_point())
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/magenta/tensor2tensor/t2t_trainer.py", line 34, in console_entry_point
tf.app.run(main)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/magenta/tensor2tensor/t2t_trainer.py", line 29, in main
t2t_trainer.main(argv)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensor2tensor/bin/t2t_trainer.py", line 393, in main
execute_schedule(exp)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensor2tensor/bin/t2t_trainer.py", line 349, in execute_schedule
getattr(exp, FLAGS.schedule)()
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensor2tensor/utils/trainer_lib.py", line 438, in continuous_train_and_eval
self._eval_spec)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 471, in train_and_evaluate
return executor.run()
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 610, in run
return self.run_local()
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/training.py", line 711, in run_local
saving_listeners=saving_listeners)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 354, in train
loss = self._train_model(input_fn, hooks, saving_listeners)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 1207, in _train_model
return self._train_model_default(input_fn, hooks, saving_listeners)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 1241, in _train_model_default
saving_listeners)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/estimator/estimator.py", line 1471, in _train_with_estimator_spec
_, loss = mon_sess.run([estimator_spec.train_op, estimator_spec.loss])
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 671, in run
run_metadata=run_metadata)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1156, in run
run_metadata=run_metadata)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1255, in run
raise six.reraise(*original_exc_info)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1240, in run
return self._sess.run(*args, **kwargs)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1312, in run
run_metadata=run_metadata)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1076, in run
return self._sess.run(*args, **kwargs)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run
run_metadata)
"/home/usuario/.conda/envs/magenta/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InternalError: Blas GEMM launch failed : a.shape=(3825, 512), b.shape=(512, 512), m=3825, n=512, k=512
| Traceback (most recent call last):
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/_compat.py", line 35, in reraise
raise value
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask_login/utils.py", line 261, in decorated_view
return func(*args, **kwargs)
"/home/pi/Mycodo/mycodo/mycodo_flask/routes_page.py", line 1546, in page_output
user=user)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/templating.py", line 135, in render_template
context, ctx.app)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/flask/templating.py", line 117, in _render
rv = template.render(context)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/jinja2/environment.py", line 1008, in render
return self.environment.handle_exception(exc_info, True)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/jinja2/environment.py", line 780, in handle_exception
reraise(exc_type, exc_value, tb)
"/home/pi/Mycodo/env/lib/python3.5/site-packages/jinja2/_compat.py", line 37, in reraise
raise value.with_traceback(tb)
"/home/pi/Mycodo/mycodo/mycodo_flask/templates/pages/output.html", line 3, in top-level template code
{% set help_page = ["output", dict_translation['output']['title']] %}
"/home/pi/Mycodo/mycodo/mycodo_flask/templates/layout.html", line 260, in top-level template code
{%- block body %}{% endblock -%}
"/home/pi/Mycodo/mycodo/mycodo_flask/templates/pages/output.html", line 230, in block "body"
{% include 'pages/output_options/'+each_output_template %}
"/home/pi/Mycodo/mycodo/mycodo_flask/templates/pages/output_options/atlas_ezo_pmp.html", line 4, in top-level template code
{{form_mod_output.i2c_location.label(class_='control-label')}}
"/home/pi/Mycodo/env/lib/python3.5/site-packages/jinja2/environment.py", line 430, in getattr
return getattr(obj, attribute)
jinja2.exceptions.UndefinedError: 'mycodo.mycodo_flask.forms.forms_output.OutputMod object' has no attribute 'i2c_location'
| 0.249036 |
chunk:
65%|######4
| 179/276 [00:01<00:02, 39.91it/s, now=None]Traceback (most recent call last):
"C:\Users\MOHNISH\AI\Project_personal\tts_watson.py", line 35, in <module>
comment_video_clip_for_now.write_videofile("movie1.mp4")
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-55>", line 2, in write_videofile
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 54, in requires_duration
return f(clip, *a, **k)
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-54>", line 2, in write_videofile
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 135, in use_clip_fps_by_default
return f(clip, *new_a, **new_kw)
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-53>", line 2, in write_videofile
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 22, in convert_masks_to_RGB
return f(clip, *a, **k)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\video\VideoClip.py", line 298, in write_videofile
logger=logger)
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-45>", line 2, in write_audiofile
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 54, in requires_duration
return f(clip, *a, **k)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 210, in write_audiofile
logger=logger)
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-9>", line 2, in ffmpeg_audiowrite
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 54, in requires_duration
return f(clip, *a, **k)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\io\ffmpeg_audiowriter.py", line 169, in ffmpeg_audiowrite
logger=logger):
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 86, in iter_chunks
fps=fps, buffersize=chunksize)
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-44>", line 2, in to_soundarray
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 54, in requires_duration
return f(clip, *a, **k)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 127, in to_soundarray
snd_array = self.get_frame(tt)
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-11>", line 2, in get_frame
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\Clip.py", line 93, in get_frame
return self.make_frame(t)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 297, in make_frame
for c, part in zip(self.clips, played_parts)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 298, in <listcomp>
if (part is not False)]
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-11>", line 2, in get_frame
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\Clip.py", line 93, in get_frame
return self.make_frame(t)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 297, in make_frame
for c, part in zip(self.clips, played_parts)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\AudioClip.py", line 298, in <listcomp>
if (part is not False)]
"<C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\decorator.py:decorator-gen-11>", line 2, in get_frame
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\Clip.py", line 93, in get_frame
return self.make_frame(t)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\io\Audio
Clip.py", line 77, in <lambda>
self.make_frame = lambda t: self.reader.get_frame(t)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\io\readers.py", line 185, in get_frame
self.buffer_around(fr_max)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\io\readers.py", line 239, in buffer_around
array = self.read_chunk(chunksize)
"C:\Users\MOHNISH\AppData\Local\Programs\Python\Python37-32\lib\site-packages\moviepy\audio\io\readers.py", line 113, in read_chunk
s = self.proc.stdout.read(L)
AttributeError: 'NoneType' object has no attribute 'stdout'
| Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main
gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable | 0.311456 |
Traceback (most recent call last):
"deep_photostyle.py", line 115, in <module>
main()
"deep_photostyle.py", line 84, in main
best_ = smooth_local_affine(output_, input_, 1e-7, 3, H, W, args.f_radius, args.f_edge).transpose(1, 2, 0)
"C:\Users\spenh\Deep Photo Style Transfer\smooth_local_affine.py", line 332, in smooth_local_affine
""")
"C:\Users\spenh\AppData\Local\Programs\Python\Python36\lib\site-packages\pycuda\compiler.py", line 291, in __init__
arch, code, cache_dir, include_dirs)
"C:\Users\spenh\AppData\Local\Programs\Python\Python36\lib\site-packages\pycuda\compiler.py", line 255, in compile
return compile_plain(source, options, keep, nvcc, cache_dir, target)
"C:\Users\spenh\AppData\Local\Programs\Python\Python36\lib\site-packages\pycuda\compiler.py", line 78, in compile_plain
checksum.update(preprocess_source(source, options, nvcc).encode("utf-8"))
"C:\Users\spenh\AppData\Local\Programs\Python\Python36\lib\site-packages\pycuda\compiler.py", line 55, in preprocess_source
cmdline, stderr=stderr)
pycuda.driver.CompileError: nvcc preprocessing of C:\Users\spenh\AppData\Local\Temp\tmpzhinmn14.cu failed
| Traceback (most recent call last):
"/home/martin/miniconda3/envs/voila/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/martin/miniconda3/envs/voila/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/ipykernel_launcher.py", line 16, in <module>
app.launch_new_instance()
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/traitlets/config/application.py", line 657, in launch_instance
app.initialize(argv)
"</home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/decorator.py:decorator-gen-124>", line 2, in initialize
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/traitlets/config/application.py", line 87, in catch_config_error
return method(app, *args, **kwargs)
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/ipykernel/kernelapp.py", line 527, in initialize
self.init_sockets()
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/ipykernel/kernelapp.py", line 266, in init_sockets
self.shell_port = self._bind_socket(self.shell_socket, self.shell_port)
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/ipykernel/kernelapp.py", line 213, in _bind_socket
return self._try_bind_socket(s, port)
"/home/martin/miniconda3/envs/voila/lib/python3.7/site-packages/ipykernel/kernelapp.py", line 189, in _try_bind_socket
s.bind("tcp://%s:%i" % (self.ip, port))
"zmq/backend/cython/socket.pyx", line 550, in zmq.backend.cython.socket.Socket.bind
"zmq/backend/cython/checkrc.pxd", line 25, in zmq.backend.cython.checkrc._check_rc
zmq.error.ZMQError: Address already in use
| 0.291821 |
> ExtractorError: Signature extraction failed: Traceback (most recent call last):>
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 658, in _decrypt_signature | WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/opt/youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 1026, in _decrypt_signature
video_id, player_url, len(s)
"/opt/youtube-dl/youtube-dl/youtube_dl/extractor/youtube.py", line 426, in _extract_signature_function
errnote=u'Download of %s failed' % player_url)
"/opt/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 205, in _download_webpage
return self._download_webpage_handle(url_or_request, video_id, note, errnote)[0]
"/opt/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 168, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote)
"/opt/youtube-dl/youtube-dl/youtube_dl/extractor/common.py", line 155, in _request_webpage
return compat_urllib_request.urlopen(url_or_request)
"/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
"/usr/lib/python2.7/urllib2.py", line 392, in open
protocol = req.get_type()
"/usr/lib/python2.7/urllib2.py", line 254, in get_type
raise ValueError, "unknown url type: %s" % self.__originalValueError: unknown url type: //s.ytimg.com/yts/jsbin/html5player-vflG49soT.js | 0.256311 |
Traceback (most recent call last):
"/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1546, in restore
{self.saver_def.filename_tensor_name: save_path})
"/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
"/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run
run_metadata)
"/home/nur-179/anaconda3/envs/t2/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.NotFoundError: Key WaveNet_model/WaveNet_model/inference/ResidualConv1DGLU_0/residual_block_causal_conv_ResidualConv1DGLU_0/bias/ExponentialMovingAverage not found in checkpoint
| Traceback (most recent call last):
"/usr/local/bin/isso", line 9, in <module>
load_entry_point('isso==0.10.6', 'console_scripts', 'isso')()
"/opt/isso/local/lib/python2.7/site-packages/isso/__init__.py", line 270, in main
wsgi.SocketHTTPServer(sock, make_app(conf)).serve_forever()
"/opt/isso/local/lib/python2.7/site-packages/isso/wsgi.py", line 203, in __init__
HTTPServer.__init__(self, sock, SocketWSGIRequestHandler)
"/usr/lib/python2.7/SocketServer.py", line 419, in __init__
self.server_bind()
"/usr/lib/python2.7/BaseHTTPServer.py", line 110, in server_bind
self.server_name = socket.getfqdn(host)
"/usr/lib/python2.7/socket.py", line 137, in getfqdn
hostname, aliases, ipaddrs = gethostbyaddr(name)
TypeError: must be string without null bytes, not str
| 0.277747 |
Traceback (most recent call last):
"/home/nsiq/.local/lib/python3.8/site-packages/loguru/_ctime_functions.py", line 32, in get_ctime
return float(os.getxattr(filepath, b"user.loguru_crtime"))
NotFoundError: [Errno 2] No such file or directory: 'task-scheduler-bootstrap-2020-02.log'
|
Traceback (most recent call last):
"/tmp/ansible_dQlLt8/ansible_module_molecule_vagrant.py", line 417, in <module>
main()
"/tmp/ansible_dQlLt8/ansible_module_molecule_vagrant.py", line 413, in main
v.destroy()
"/tmp/ansible_dQlLt8/ansible_module_molecule_vagrant.py", line 306, in destroy
cd = self._created()
"/tmp/ansible_dQlLt8/ansible_module_molecule_vagrant.py", line 327, in _created
status = self._status()
"/tmp/ansible_dQlLt8/ansible_module_molecule_vagrant.py", line 322, in _status
s = self._vagrant.status(vm_name=instance_name)[0]
"/home/baccenfutter/.virtualenvs/blunix-ansible/lib/python2.7/site-packages/vagrant/__init__.py", line 493, in status
output = self._run_vagrant_command(['status', '--machine-readable', vm_name])
"/home/baccenfutter/.virtualenvs/blunix-ansible/lib/python2.7/site-packages/vagrant/__init__.py", line 976, in _run_vagrant_command
env=self.env, stderr=err_fh))
"/usr/lib64/python2.7/subprocess.py", line 219, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['/usr/bin/vagrant', 'status', '--machine-readable', 'instance']' returned non-zero exit status 1
| 0.310735 |
Traceback (most recent call last):
"main.py", line 470, in <module>
main()
"main.py", line 98, in main
torch.cuda.set_device(args.local_rank)
"/home/xxx/anaconda3/envs/asff/lib/python3.6/site-packages/torch/cuda/__init__.py", line 300, in set_device
torch._C._cuda_setDevice(device)
RuntimeError: cuda runtime error (101) : invalid device ordinal at /opt/conda/conda-bld/pytorch_1573049304260/work/torch/csrc/cuda/Module.cpp:37
| Traceback (most recent call last):
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1836, in __call__
return self.wsgi_app(environ, start_response)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1820, in wsgi_app
response = self.make_response(self.handle_exception(e))
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1403, in handle_exception
reraise(exc_type, exc_value, tb)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/base.py", line 60, in inner
return f(self, *args, **kwargs)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/base.py", line 60, in inner
return f(self, *args, **kwargs)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/model/base.py", line 1182, in index_view
actions_confirmation=actions_confirmation)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/base.py", line 254, in render
return render_template(template, **kwargs)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/templating.py", line 128, in render_template
context, ctx.app)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask/templating.py", line 110, in _render
rv = template.render(context)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/jinja2/environment.py", line 969, in render
return self.environment.handle_exception(exc_info, True)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/jinja2/environment.py", line 742, in handle_exception
reraise(exc_type, exc_value, tb)
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/model/list.html", line 4, in top-level template code
{% import 'admin/actions.html' as actionlib with context %}
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/master.html", line 1, in top-level template code
{% extends admin_base_template %}
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/base.html", line 22, in top-level template code
{% block page_body %}
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/base.html", line 50, in block "page_body"
{% block body %}{% endblock %}
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/model/list.html", line 49, in block "body"
{% block model_list_table %}
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/model/list.html", line 95, in block "model_list_table"
{% block list_row scoped %}
"/Users/jan/.virtualenvs/foo/lib/python2.7/site-packages/flask_admin/templates/admin/model/list.html", line 118, in block "list_row"
<td>{{ get_value(row, c) }}</td>UnicodeDecodeError: 'ascii' codec can't decode byte 0x8f in position 2: ordinal not in range(128) | 0.217108 |
Traceback (most recent call last):
"/var/tmp/.salt_08831c_salt/py3/tornado/gen.py", line 114, in <module>
from collections.abc import Generator as GeneratorType
# type: ignore
ImportError: cannot import name 'Generator'
| ```Traceback (most recent call last):
"/home/ec2-user/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 186, in sqlmap_scan_main
sqlmap_scan.init_new_scan()
"/home/ec2-user/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 45, in init_new_scan
return requests.get(new_scan_url, params=self.headers)
"/usr/lib/python2.7/site-packages/requests/api.py", line 68, in get
return request('get', url, **kwargs)
"/usr/lib/python2.7/site-packages/requests/api.py", line 50, in request
response = session.request(method=method, url=url, **kwargs)
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 464, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.7/site-packages/requests/adapters.py", line 415, in send
raise ConnectionError(err, request=request)ConnectionError: ('Connection aborted.', error(111, 'Connection refused')) | 0.29812 |
Traceback (most recent call last):
"/Users/dre/gam/gam.py", line 33, in <module>
import httplib2
"/Users/dre/gam/httplib2/__init__.py", line 34, in <module>
import gzip
"/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/gzip.py", line 10, in <module>
import io
"/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/io.py", line 51, in <module>
import _ioImportError: dlopen(/usr/local/Cellar/python/2.7.12/Frameworks/Python.framework/Versions/2.7/lib/python2.7/lib-dynload/_io.so, 2): Symbol not found: __PyCodecInfo_GetIncrementalDecoder | Traceback (most recent call last):
"polyfit.py", line 6, in <module>
out = arr.polyfit(dim='x', deg=1)
"/home/stephan/venv/variogram/lib/python3.8/site-packages/xarray/core/dataarray.py", line 3455, in polyfit
return self._to_temp_dataset().polyfit(
"/home/stephan/venv/variogram/lib/python3.8/site-packages/xarray/core/dataset.py", line 5962, in polyfit
coeffs, residuals = duck_array_ops.least_squares(
"/home/stephan/venv/variogram/lib/python3.8/site-packages/xarray/core/duck_array_ops.py", line 625, in least_squares
return nputils.least_squares(lhs, rhs, rcond=rcond, skipna=skipna)
"/home/stephan/venv/variogram/lib/python3.8/site-packages/xarray/core/nputils.py", line 239, in least_squares
out[:, nan_cols] = np.apply_along_axis(
"<__array_function__ internals>", line 5, in apply_along_axis
"/home/stephan/venv/variogram/lib/python3.8/site-packages/numpy/lib/shape_base.py", line 379, in apply_along_axis
res = asanyarray(func1d(inarr_view[ind0], *args, **kwargs))
"/home/stephan/venv/variogram/lib/python3.8/site-packages/xarray/core/nputils.py", line 227, in _nanpolyfit_1d
out[:-1], out[-1], _, _ = np.linalg.lstsq(x[~mask, :], arr[~mask], rcond=rcond)
ValueError: setting an array element with a sequence.
| 0.23477 |
The minion function caused an exception: Traceback (most recent call last):
"salt/minion.py", line 797, in _thread_return
"salt/modules/file.py", line 1642, in copy
"shutil.py", line 82, in copyfile
IOError: [Errno 2] No such file or directory: ' /srv/salt/filezilla.txt'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<frozen importlib._bootstrap>", line 2237, in _find_and_load
"<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 1191, in _load_unlocked
"<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\setuptools\__init__.py", line 11, in <module>
"<frozen importlib._bootstrap>", line 2237, in _find_and_load
"<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 1191, in _load_unlocked
"<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\setuptools\extension.py", line 8, in <module>
"<frozen importlib._bootstrap>", line 2237, in _find_and_load
"<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 1191, in _load_unlocked
"<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\setuptools\dist.py", line 19, in <module>
"<frozen importlib._bootstrap>", line 2237, in _find_and_load
"<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 1191, in _load_unlocked
"<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 3084, in <module>
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 3070, in _call_aside
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 3109, in _initialize_master_working_set
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 965, in subscribe
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 3109, in <lambda>
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 2628, in activate
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 2219, in declare_namespace
"C:\Users\User\Anaconda3\lib\site-packages\setuptools-18.1-py3.4.egg\pkg_resources\__init__.py", line 2186, in _handle_ns
".\skcuda\__init__.py", line 10, in <module>
from .version import __version__
".\skcuda\version.py", line 2, in <module>
__version__ = pkg_resources.require('scikit-cuda')[0].versionTypeError: 'NoneType' object is not callable | 0.296861 |
Traceback (most recent call last):
"/usr/stsci/pyssgdev/2.5.4/numpy/core/tests/test_numeric.py", line 779, in test_clip_func_takes_out
self.clip(a, m, M, ac)
"/usr/stsci/pyssgdev/2.5.4/numpy/core/tests/test_numeric.py", line 378, in clip
return selector.choose((a, m, M), out=out)RuntimeError: more keyword list entries than argument specifiers | `Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/usr/local/lib/python2.7/dist-packages/elastalert-0.1.38-py2.7.egg/elastalert/elastalert.py", line 20, in <module>
import yaml
ImportError: No module named yaml
| 0.286293 |
Traceback (most recent call last):
"train_shadownet.py", line 575, in <module>
need_decode=args.decode_outputs
"train_shadownet.py", line 319, in train_shadownet
[optimizer, train_ctc_loss, merge_summary_op])
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 950, in run
run_metadata_ptr)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1173, in _run
feed_dict_tensor, options, run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1350, in _do_run
run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1370, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Saw a non-null label (index >= num_classes - 1) following a null label, batch: 3 num_classes: 37 labels: 323,642,4,20,250,682 labels seen so far:
| Traceback (most recent call last):
"repro.py", line 6, in <module>
im.load()
"/nix/store/kaymr52l64afckrlprsfxnnhy1lj5bxd-python3.6-Pillow-5.2.0/lib/python3.6/site-packages/PIL/Image
.py", line 254, in load
raise_ioerror(err_code)
"/nix/store/kaymr52l64afckrlprsfxnnhy1lj5bxd-python3.6-Pillow-5.2.0/lib/python3.6/site-packages/PIL/Image
.py", line 59, in raise_ioerror
raise IOError(message + " when reading image file")
OSError: codec configuration error when reading image file
| 0.293164 |
Traceback (most recent call last):
"/home/matrixserv/synapse/env/bin/synapse_port_db", line 538, in run
[self.handle_table(*res) for res in setup_res], consumeErrors=True
twisted.internet.defer.FirstError: FirstError[#40, [Failure instance: Traceback: <class 'psycopg2.errors.UndefinedColumn'>: column "ts_valid_until_ms" of relation "server_signature_keys" does not exist
| Traceback (most recent call last):
"J:\test\test.py", line 6, in <module>
test.dump_all()
"J:\test\test.py", line 55, in dump_all
self.__dump_table_structure(table.name)
"J:\test\test.py", line 80, in __dump_table_structure
table_description = self.__dynamodb_client.describe_table(TableName=table_name)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\client.py", line 312, in _api_call
return self._make_api_call(operation_name, kwargs)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\client.py", line 588, in _make_api_call
operation_model, request_dict)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\endpoint.py", line 141, in make_request
return self._send_request(request_dict, operation_model)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\endpoint.py", line 168, in _send_request
request, operation_model, attempts)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\endpoint.py", line 233, in _get_response
response_dict, operation_model.output_shape)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 212, in parse
parsed = self._do_parse(response, shape)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 598, in _do_parse
parsed = self._parse_shape(shape, original_parsed)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 261, in _parse_shape
return handler(shape, node)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 525, in _handle_structure
raw_value)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 261, in _parse_shape
return handler(shape, node)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 525, in _handle_structure
raw_value)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 261, in _parse_shape
return handler(shape, node)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 525, in _handle_structure
raw_value)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 261, in _parse_shape
return handler(shape, node)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\parsers.py", line 542, in _handle_timestamp
return self._timestamp_parser(value)
"J:\PythonVirtualEnv\test\lib\site-packages\botocore\utils.py", line 350, in parse_timestamp
return datetime.datetime.fromtimestamp(value, tzlocal())
"J:\PythonVirtualEnv\test\lib\site-packages\dateutil\tz\_common.py", line 110, in fromutc
return f(self, dt)
"J:\PythonVirtualEnv\test\lib\site-packages\dateutil\tz\_common.py", line 224, in fromutc
dt_wall = self._fromutc(dt)
"J:\PythonVirtualEnv\test\lib\site-packages\dateutil\tz\_common.py", line 188, in _fromutc
dtoff = dt.utcoffset()
"J:\PythonVirtualEnv\test\lib\site-packages\dateutil\tz\tz.py", line 178, in utcoffset
if self._isdst(dt):
"J:\PythonVirtualEnv\test\lib\site-packages\dateutil\tz\tz.py", line 247, in _isdst
dstval = self._naive_is_dst(dt)
"J:\PythonVirtualEnv\test\lib\site-packages\dateutil\tz\tz.py", line 216, in _naive_is_dst
return time.localtime(timestamp + time.timezone).tm_isdst
OSError: [Errno 22] Invalid argument
| 0.28247 |
Traceback (most recent call last):
"/opt/king-phisher/.venv/lib/python3.6/site-packages/requests/adapters.py", line 440, in send
timeout=timeout
"/opt/king-phisher/.venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/opt/king-phisher/.venv/lib/python3.6/site-packages/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='geolite.maxmind.com', port=80): Max retries exceeded with url: /download/geoip/database/GeoLite2-City.mmdb.gz (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f55e633eb00>: Failed to establish a new connection: [Errno -2] Name or service not known',))
| Traceback (most recent call last):
"lbrynet\dht\protocol.py", line 440, in _handleRPC
"lbrynet\dht\node.py", line 509, in store
ValueError: Invalid token
| 0.21541 |
Traceback (most recent call last):
"/Users/myusername/.virtualenvs/bap_dev/lib/python3.6/site-packages/django/core/handlers/exception.py", line 41, in inner
response = get_response(request)
"/Users/myusername/.virtualenvs/bap_dev/lib/python3.6/site-packages/django/core/handlers/base.py", line 187, in _get_response
response = self.process_exception_by_middleware(e, request)
"/Users/myusername/.virtualenvs/bap_dev/lib/python3.6/site-packages/django/core/handlers/base.py", line 185, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/Users/myusername/PycharmProjects/artist_notify/core/views.py", line 442, in get_spotify_link
user_identifier = request.session['user_identifier']
"/Users/myusername/.virtualenvs/bap_dev/lib/python3.6/site-packages/django/contrib/sessions/backends/base.py", line 57, in __getitem__
return self._session[key]
KeyError: 'user_identifier'
| Traceback (most recent call last):
"/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 170, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/root/Zeus-Scanner/lib/attacks/sqlmap_scan/__init__.py", line 74, in show_sqlmap_log
current_status = status_json["status"]KeyError: 'status' | 0.254087 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube.pyo", line 1047, in _decrypt_signature
"youtube_dl\extractor\youtube.pyo", line 434, in <lambda>
"youtube_dl\extractor\youtube.pyo", line 434, in <genexpr>IndexError: string index out of range | Traceback (most recent call last):
"/home/chiou_mark/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 222, in sqlmap_scan_main
sqlmap_scan.show_sqlmap_log(api_id)
"/home/chiou_mark/zeus-scanner/lib/attacks/sqlmap_scan/__init__.py", line 126, in show_sqlmap_log
log_json = json.loads(log_req.content)
"/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
"/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded | 0.216415 |
Traceback (most recent call last):
"build.py", line 412, in <module>
make_package(args)
"build.py", line 336, in make_package
subprocess.check_call([ANT, arg])
"/usr/lib/python2.7/subprocess.py", line 511, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['ant', 'debug']' returned non-zero exit status 1 | Traceback (most recent call last):
"/home/anarcat/.virtualenvs/archivebox/bin/archivebox", line 10, in <module>
sys.exit(main())
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/__main__.py", line 10, in main
archivebox.main(args=sys.argv[1:], stdin=sys.stdin)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/cli/archivebox.py", line 58, in main
pwd=pwd or OUTPUT_DIR,
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/cli/__init__.py", line 55, in run_subcommand
module.main(args=subcommand_args, stdin=stdin, pwd=pwd)
# type: ignore
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/cli/archivebox_init.py", line 34, in main
out_dir=pwd or OUTPUT_DIR,
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/util.py", line 104, in typechecked_function
return func(*args, **kwargs)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/main.py", line 371, in init
write_main_index(list(all_links.values()), out_dir=out_dir)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/util.py", line 104, in typechecked_function
return func(*args, **kwargs)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/index/__init__.py", line 239, in write_main_index
write_html_main_index(links, out_dir=out_dir, finished=finished)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/util.py", line 104, in typechecked_function
return func(*args, **kwargs)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/index/html.py", line 56, in write_html_main_index
copy_and_overwrite(join(TEMPLATES_DIR, FAVICON_FILENAME), join(out_dir, FAVICON_FILENAME))
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/util.py", line 104, in typechecked_function
return func(*args, **kwargs)
"/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/system.py", line 106, in copy_and_overwrite
with open(from_path, 'rb') as src:
NotFoundError: [Errno 2] No such file or directory: '/home/anarcat/.virtualenvs/archivebox/lib/python3.7/site-packages/archivebox/themes/legacy/favicon.ico'
| 0.272152 |
Traceback (most recent call last):
"extract_scene.py", line 289, in main
handle_scene(SceneClass(**scene_kwargs), **config)
"/home/ashish/Documents/Codes/python/3b1b-manim/manim/scene/scene.py", line 71, in __init__
self.construct(*self.construct_args)
"/home/ashish/Documents/Codes/python/3b1b-manim/manim/example_scenes.py", line 20, in construct
circle.set_fill(PINK, opacity=0.5)
"/home/ashish/Documents/Codes/python/3b1b-manim/manim/mobject/types/vectorized_mobject.py", line 132, in set_fill
self.update_rgbas_array("fill_rgbas", color, opacity)
"/home/ashish/Documents/Codes/python/3b1b-manim/manim/mobject/types/vectorized_mobject.py", line 125, in update_rgbas_array
curr_rgbas[:, 3] = rgbas[:, 3]
IndexError: index 3 is out of bounds for axis 1 with size 2
| Traceback (most recent call last):
"/home/sjs/msg/fbchat/wiki.py", line 2, in <module>
print(wikipedia.summary("Ubuntu"))
"/home/sjs/.local/lib/python3.9/site-packages/wikipedia/util.py", line 28, in __call__
ret = self._cache[key] = self.fn(*args, **kwargs)
"/home/sjs/.local/lib/python3.9/site-packages/wikipedia/wikipedia.py", line 231, in summary
page_info = page(title, auto_suggest=auto_suggest, redirect=redirect)
"/home/sjs/.local/lib/python3.9/site-packages/wikipedia/wikipedia.py", line 276, in page
return WikipediaPage(title, redirect=redirect, preload=preload)
"/home/sjs/.local/lib/python3.9/site-packages/wikipedia/wikipedia.py", line 299, in __init__
self.__load(redirect=redirect, preload=preload)
"/home/sjs/.local/lib/python3.9/site-packages/wikipedia/wikipedia.py", line 393, in __load
raise DisambiguationError(getattr(self, 'title', page['title']), may_refer_to)
wikipedia.exceptions.DisambiguationError: "bantu" may refer to:
| 0.314695 |
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_a3heeo/ansible_module_ec2_group.py\", line 1021, in <module>\n
main()\n
\"/tmp/ansible_a3heeo/ansible_module_ec2_group.py\", line 875, in main\n
rules = deduplicate_rules_args(rules_expand_sources(rules_expand_ports(module.params['rules'])))\n
\"/tmp/ansible_a3heeo/ansible_module_ec2_group.py\", line 607, in rules_expand_ports\n
for rule in rule_expand_ports(rule_complex)]\n
\"/tmp/ansible_a3heeo/ansible_module_ec2_group.py\", line 584, in rule_expand_ports\n
rule['from_port'] = int(rule.get('from_port'))\nValueError: invalid literal for int() with base 10: 'all'\n",
"module_stdout": "",
| Traceback (most recent call last):
"keras_spark_rossmann.py", line 377, in <module>
model_bytes = serialize_model(model)
"keras_spark_rossmann.py", line 339, in serialize_model
with h5py.
(bio) as f:
"/usr/local/lib/py`thon3.5/dist-packages/h5py/_hl/files.py", line 309, in __init__
name = filename_encode(name)
"/usr/local/lib/python3.5/dist-packages/h5py/_hl/compat.py", line 111, in filename_encode
filename = fspath(filename)
"/usr/local/lib/python3.5/dist-packages/h5py/_hl/compat.py", line 42, in fspath
+ path_type.__name__)
TypeError: expected str, bytes or os.PathLike object, not BytesIO
| 0.302522 |
Traceback (most recent call last):
"C:\g\testapp\lib\python\lib\multiprocessing\queues.py", line 236, in _feed
send_bytes(obj)
"C:\g\testapp\lib\python\lib\multiprocessing\connection.py", line 200, in send_bytes
self._send_bytes(m[offset:offset + size])
"C:\g\testapp\lib\python\lib\multiprocessing\connection.py", line 280, in _send_bytes
ov, err = _winapi.Write
(self._handle, buf, overlapped=True)
BrokenPipeError: [WinError 232] The pipe is being closed
| Traceback (most recent call last):
"/home/damack/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 510, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
"/home/damack/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 539, in process_ie_result
return self.process_video_result(ie_result, download=download)
"/home/damack/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 755, in process_video_result
expected=True)ExtractorError: requested format not available | 0.217045 |
Traceback (most recent call last):
"/home/mpgill/anaconda3/envs/pyannote/bin/pyannote-speech-detection", line 11, in <module>
load_entry_point('pyannote.audio', 'console_scripts', 'pyannote-speech-detection')()
"/export/b19/mpgill/pyannote-audio/pyannote/audio/applications/speech_detection.py", line 261, in main
restart=restart, epochs=epochs)
"/export/b19/mpgill/pyannote-audio/pyannote/audio/applications/base.py", line 216, in train
log_dir=train_dir, device=self.device)
"/export/b19/mpgill/pyannote-audio/pyannote/audio/train/trainer.py", line 123, in fit
for _ in iterations:
"/export/b19/mpgill/pyannote-audio/pyannote/audio/train/trainer.py", line 173, in fit_iter
self.tensorboard_ = SummaryWriter(log_dir=self.log_dir_)
"/home/mpgill/anaconda3/envs/pyannote/lib/python3.6/site-packages/tensorboardX/writer.py", line 254, in __init__
self._get_file_writer()
"/home/mpgill/anaconda3/envs/pyannote/lib/python3.6/site-packages/tensorboardX/writer.py", line 310, in _get_file_writer
self.file_writer =
Writer(logdir=self.logdir, **self.kwargs)
TypeError: __init__() got an unexpected keyword argument 'log_dir'
| Traceback (most recent call last):
"/Users/femto/github/others/pandas-datareader/pandas_datareader/data.py", line 1226, in expiry_dates
expiry_dates = self._expiry_datesAttributeError: 'Options' object has no attribute '_expiry_dates' | 0.147424 |
Traceback (most recent call last):
"venv\lib\site-packages\neomodel\properties.py", line 510, in inflate
epoch = float(value)
TypeError: float() argument must be a string or a number, not 'DateTime'
| Traceback (most recent call last):
"xkcd.py", line 66, in <module>
for pix in i.tobytes():
"/Library/Python/2.7/site-packages/PIL/Image.py", line 512, in __getattr__
raise AttributeError(name)AttributeError: tobytes | 0.271987 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/quentinpeter/pyscripts/spyder/spyder/app/start.py", line 204, in main
mainwindow.main()
"/Users/quentinpeter/pyscripts/spyder/spyder/app/mainwindow.py", line 4250, in main
mainwindow = run_spyder(app, options, args)
"/Users/quentinpeter/pyscripts/spyder/spyder/app/mainwindow.py", line 4124, in run_spyder
main.setup()
"/Users/quentinpeter/pyscripts/spyder/spyder/app/mainwindow.py", line 1295, in setup
plugin = module.PLUGIN_CLASS(self)
"/Users/quentinpeter/pyscripts/spyder/spyder/plugins/pylint/plugin.py", line 60, in __init__
top_max_entries=MAX_HISTORY_ENTRIES)
"/Users/quentinpeter/pyscripts/spyder/spyder/plugins/pylint/widgets/pylintgui.py", line 260, in __init__
self.set_filename(f)
"/Users/quentinpeter/pyscripts/spyder/spyder/plugins/pylint/widgets/pylintgui.py", line 287, in set_filename
self.curr_filenames.pop(index)
IndexError: pop index out of range
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/salt/pillar/__init__.py", line 637, in ext_pillar
key)
"/usr/lib/python2.7/site-packages/salt/pillar/__init__.py", line 589, in _external_pillar_data
ext = self.ext_pillars[key](self.opts['id'], pillar, **val)
"/usr/lib/python2.7/site-packages/salt/pillar/s3.py", line 144, in ext_pillar
metadata = _init(s3_creds, bucket, multiple_env, environment, prefix, s3_cache_expire)
"/usr/lib/python2.7/site-packages/salt/pillar/s3.py", line 197, in _init
environment, prefix)
"/usr/lib/python2.7/site-packages/salt/pillar/s3.py", line 320, in _refresh_buckets_cache_file
with salt.utils.fopen(cache_file, 'w') as fp_:
"/usr/lib/python2.7/site-packages/salt/utils/__init__.py", line 1204, in fopen
fhandle = open(*args, **kwargs)IOError: [Errno 2] No such file or directory: '/var/cache/salt/master/pillar_s3fs/mypillar.company.com-srv/pillars-files.cache' | 0.32609 |
Traceback (most recent call last):
"/virtualenv/local/lib/python2.7/site-packages/billiard/pool.py", line 286, in worker
put((READY, (job, i, result)))
"/virtualenv/local/lib/python2.7/site-packages/billiard/queues.py", line 377, in put
return send(obj)MaybeEncodingError: Error sending result: '"<ExceptionInfo: ObjectDoesNotExist('TestClass matching query does not exist.',)>"'. Reason: ''PicklingError("Can\'t pickle <class \'models.DoesNotExist\'>: attribute lookup models.DoesNotExist failed",)''. | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_memmap_persistence_mixed_dtypes() takes exactly 1 argument (0 given)
| 0.317839 |
Traceback (most recent call last):
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/base_shell.py", line 158, in push
locs=self.ctx)
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/execer.py", line 94, in compile
tree = self.parse(input, ctx, mode=mode)
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/execer.py", line 69, in parse
tree = self._parse_ctx_free(input, mode=mode)
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/execer.py", line 163, in _parse_ctx_free
raise original_error
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/execer.py", line 150, in _parse_ctx_free
debug_level=self.debug_level)
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/parser.py", line 263, in parse
tree = self.parser.parse(input=s, lexer=self.lexer, debug=debug_level)
"/path/to/my/venv/lib/python3.4/site-packages/ply/yacc.py", line 331, in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
"/path/to/my/venv/lib/python3.4/site-packages/ply/yacc.py", line 1181, in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
"/path/to/my/venv/lib/python3.4/site-packages/ply/yacc.py", line 193, in call_errorfunc
r = errorfunc(token)
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/parser.py", line 2505, in p_error
column=p.lexpos))
"/path/to/my/venv/lib/python3.4/site-packages/xonsh/parser.py", line 334, in _parse_error
raise err
"<string>", line NoneSyntaxError: <xonsh-code>:1:5: ('code: apt',) | Traceback (most recent call last):
"C:\Python27\lib\site-packages\matplotlib\backends\backend_wx.py", line 1298, in _onLeftButtonUp
FigureCanvasBase.button_release_event(self, x, y, 1, guiEvent=evt)
"C:\Python27\lib\site-packages\matplotlib\backend_bases.py", line 1599, in button_release_event
self.callbacks.process(s, event)
"C:\Python27\lib\site-packages\matplotlib\cbook.py", line 265, in process
proxy(*args, **kwargs)
"C:\Python27\lib\site-packages\matplotlib\cbook.py", line 191, in __call__
return mtd(*args, **kwargs)
"C:\Python27\lib\site-packages\matplotlib\widgets.py", line 1299, in onrelease
self.callback(self.verts)
"C:\Trunk\CellProfiler\cellprofiler\modules\identifyobjectsmanually.py", line 327, in on_lasso
draw_line(mask, v0, v1, new_label)
"C:\Trunk\CellProfiler\cellprofiler\cpmath\cpmorphology.py", line 825, in draw_line
labels[y,x] = valueIndexError: index (1024) out of range (0<=index<1024) in dimension 1 | 0.309924 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/ansible/plugins/connection/winrm.py", line 151, in _winrm_connect
self.shell_id = protocol.open_shell(codepage=65001) # UTF-8
"/usr/local/lib/python2.7/dist-packages/winrm/protocol.py", line 132, in open_shell
res = self.send_message(xmltodict.unparse(req))
"/usr/local/lib/python2.7/dist-packages/winrm/protocol.py", line 207, in send_message
return self.transport.send_message(message)
"/usr/local/lib/python2.7/dist-packages/winrm/transport.py", line 170, in send_message
prepared_request = self.session.prepare_request(request)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 394, in prepare_request
hooks=merge_hooks(request.hooks, self.hooks),
"/usr/local/lib/python2.7/dist-packages/requests/models.py", line 299, in prepare
self.prepare_auth(auth, url)
"/usr/local/lib/python2.7/dist-packages/requests/models.py", line 494, in prepare_auth
r = auth(self)
"/usr/local/lib/python2.7/dist-packages/requests_kerberos/kerberos_.py", line 318, in __call__
auth_header = self.generate_request_header(None, host, is_preemptive=True)
"/usr/local/lib/python2.7/dist-packages/requests_kerberos/kerberos_.py", line 158, in generate_request_header
raise KerberosExchangeError("%s failed: %s" % (kerb_stage, str(error.args)))KerberosExchangeError: authGSSClientInit() failed: (('Unspecified GSS failure.
Minor code may provide more information', 851968), ("Can't find client princ | Traceback (most recent call last):
"<stdin>", line 2, in <module>UnicodeEncodeError: 'ascii' codec can't encode characters in position 68-71: ordinal not in range(128) | 0.125571 |
Traceback (most recent call last):
"/data/data/com.yausername.youtubedl_android_example/no_backup/youtubedl-android/youtube-dl/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"/data/data/com.yausername.youtubedl_android_example/no_backup/youtubedl-android/youtube-dl/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"/data/data/com.yausername.youtubedl_android_example/no_backup/youtubedl-android/youtube-dl/youtube_dl/extractor/common.py", line 545, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('data')); 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):
"example.py", line 5, in <module>
session = InstaPy(username='someusername', password='somepassword')
"C:\Users\Alexandre\AppData\Local\Programs\Python\Python36-32\lib\site-packages\instagram_py-0.0.1-py3.6.egg\instapy\instapy.py", line 170, in __init__
self.set_selenium_local_session()
"C:\Users\Alexandre\AppData\Local\Programs\Python\Python36-32\lib\site-packages\instagram_py-0.0.1-py3.6.egg\instapy\instapy.py", line 280, in set_selenium_local_session
Settings.chromedriver_location))
instapy.instapy.InstaPyError: ensure chromedriver is installed at C:\Users\Alexandre\AppData\Local\Programs\Python\Python36-32\lib\site-packages\instagram_py-0.0.1-py3.6.egg\assets\chromedriver
| 0.262658 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/billiard/pool.py", line 1175, in mark_as_worker_lost
human_status(exitcode)),billiard.exceptions.WorkerLostError: Worker exited prematurely: signal 6 (SIGIOT). |
Traceback (most recent call last):
"c:\python25\lib\doctest.py", line 1212, in **run
compileflags, 1) in test.globs
"<doctest bug.A.foo[1]>", line 1, in <module>
riskModel = CC.ccItem(bb.ProblemItem())
"C:\temp\bug\CC.py", line 8, in __init**
'Expected bb.ProblemItem but got %s of %s' % (str(i),type(i)))
AssertionError: Expected bb.ProblemItem but got <bug.bb.ProblemItem | 0.221756 |
Traceback (most recent call last):
"mmbt_debug.py", line 11, in <module>
mmbt()
TypeError: 'MMBTModel' object is not callable
| Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/lutris/installer.py", line 833, in on_installer_selected
self.launch_install(self.installer_choice)
"/usr/lib64/python2.7/site-packages/lutris/installer.py", line 781, in launch_install
self.title_label.set_markup("<b>Installing {}</b>".format(game_name))UnicodeEncodeError: 'ascii' codec can't encode character u'\u014d' in position 12: ordinal not in range(128) | 0.218536 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 776, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 433, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mixcloud.py", line 108, in _real_extract
play_info = self._decrypt_play_info(encrypted_play_info, track_id)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mixcloud.py", line 74, in _decrypt_play_info
video_id)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 680, in _parse_json
raise ExtractorError(errmsg, cause=ve)
ExtractorError: LiveSetsat-solomun-live-tomorrowland-2017-belgium-main-stage-23072017: Failed to parse JSON
(caused by ValueError('Extra data: line 1 column 2 - line 4 column 91 (char 1 - 216)',)); 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):
"/usr/local/lib/python3.6/site-packages/drf_yasg/inspectors/base.py", line 50, in call_view_method
return view_method()
"/code/vitapio/crm/views.py", line 110, in get_queryset
return Opportunity.objects.filter(account=self.kwargs['accounts_pk'])
KeyError: 'accounts_pk'
| 0.206532 |
Traceback (most recent call last):
"D:\ProgramData\Anaconda3\envs\tensorflow\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"D:\ProgramData\Anaconda3\envs\tensorflow\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"E:\transtate\nmt\nmt\nmt.py", line 495, in <module>
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
"D:\ProgramData\Anaconda3\envs\tensorflow\lib\site-packages\tensorflow\python\platform\app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"E:\transtate\nmt\nmt\nmt.py", line 488, in main
run_main(FLAGS, default_hparams, train_fn, inference_fn)
"E:\transtate\nmt\nmt\nmt.py", line 481, in run_main
train_fn(hparams, target_session=target_session)
"E:\transtate\nmt\nmt\train.py", line 329, in train
sample_tgt_data)
"E:\transtate\nmt\nmt\train.py", line 248, in run_full_eval
sample_src_data, sample_tgt_data)
"E:\transtate\nmt\nmt\train.py", line 162, in run_sample_decode
infer_model.batch_size_placeholder, summary_writer)
"E:\transtate\nmt\nmt\train.py", line 529, in _sample_decode
utils.print_out("
src: %s" % src_data[decode_id])
"E:\transtate\nmt\nmt\utils\misc_utils.py", line 66, in print_out
print(out_s, end="", file=sys.stdout)
UnicodeEncodeError: 'gbk' codec can't encode character '\u1ebf' in position 11: illegal multibyte sequence
| Traceback (most recent call last):
"/home/user/.virtualenvs/ctfd/local/lib/python2.7/site-packages/flask/app.py", line 1982, in wsgi_app
response = self.full_dispatch_request()
"/home/user/.virtualenvs/ctfd/local/lib/python2.7/site-packages/flask/app.py", line 1614, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/user/.virtualenvs/ctfd/local/lib/python2.7/site-packages/flask/app.py", line 1517, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/user/.virtualenvs/ctfd/local/lib/python2.7/site-packages/flask/app.py", line 1612, in full_dispatch_request
rv = self.dispatch_request()
"/home/user/.virtualenvs/ctfd/local/lib/python2.7/site-packages/flask/app.py", line 1598, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/user/hacking/github/CTFd/CTFd/utils.py", line 289, in decorated_function
return f(*args, **kwargs)
"/home/user/hacking/github/CTFd/CTFd/admin/__init__.py", line 214, in admin_config
themes.remove(ctf_theme)
ValueError: list.remove(x): x not in list
| 0.282358 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/tests/test_common.py", line 1077, in check_estimators_overwrite_params
estimator.fit(X, y)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 485, in fit
sample_weight=sample_weight)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 389, in _fit
classes, sample_weight, coef_init, intercept_init)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 351, in _partial_fit
sample_weight=sample_weight, n_iter=n_iter)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/linear_model/stochastic_gradient.py", line 415, in _fit_multiclass
verbose=self.verbose)(TypeError: __init__() got an unexpected keyword argument 'backend' |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/tmp/pip_build_root/pycuda/setup.py", line 216, in <module>
main()
"/tmp/pip_build_root/pycuda/setup.py", line 88, in main
conf["CUDA_INC_DIR"] = [join(conf["CUDA_ROOT"], "include")]
"/usr/lib/python2.7/posixpath.py", line 77, in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith' | 0.215743 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/barman/cli.py", line 1355, in main
p.dispatch(pre_call=global_config)
"/usr/lib/python2.7/site-packages/argh/helpers.py", line 55, in dispatch
return dispatch(self, *args, **kwargs)
"/usr/lib/python2.7/site-packages/argh/dispatching.py", line 174, in dispatch
for line in lines:
"/usr/lib/python2.7/site-packages/argh/dispatching.py", line 277, in _execute_command
for line in result:
"/usr/lib/python2.7/site-packages/argh/dispatching.py", line 231, in _call
result = function(namespace_obj)
"/usr/lib/python2.7/site-packages/barman/cli.py", line 912, in put_wal
server.put_wal(stream)
"/usr/lib/python2.7/site-packages/barman/server.py", line 1904, in put_wal
fsync_file(item.path)
"/usr/lib/python2.7/site-packages/barman/utils.py", line 332, in fsync_file
os.fsync(file_fd)
OSError: [Errno 13] Permission denied
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"//anaconda3/lib/python3.7/site-packages/docker/models/images.py", line 454, in pull
repository, tag, '@' if tag.startswith('sha256:') else ':'
"//anaconda3/lib/python3.7/site-packages/docker/models/images.py", line 316, in get
return self.prepare_model(self.client.api.inspect_image(name))
"//anaconda3/lib/python3.7/site-packages/docker/utils/decorators.py", line 19, in wrapped
return f(self, resource_id, *args, **kwargs)
"//anaconda3/lib/python3.7/site-packages/docker/api/image.py", line 246, in inspect_image
self._get(self._url("/images/{0}/json", image)), True
"//anaconda3/lib/python3.7/site-packages/docker/api/client.py", line 267, in _result
self._raise_for_status(response)
"//anaconda3/lib/python3.7/site-packages/docker/api/client.py", line 263, in _raise_for_status
raise create_api_error_from_http_exception(e)
"//anaconda3/lib/python3.7/site-packages/docker/errors.py", line 31, in create_api_error_from_http_exception
raise cls(e, response=response, explanation=explanation)
docker.errors.ImageNotFound: 404 Client Error: Not Found ("no such image: .......us-east-1.amazonaws.com/REPO:TAG: No such image: ..........us-east-1.amazonaws.com/REPO:TAG")
| 0.271558 |
Traceback (most recent call last):
"/Users/aaronday/nucypher-venv/bin/nucypher", line 8, in <module>
sys.exit(nucypher_cli())
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/cli/options.py", line 154, in wrapper
return func(**kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/cli/options.py", line 154, in wrapper
return func(**kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/cli/options.py", line 154, in wrapper
return func(**kwargs)
[Previous line repeated 1 more time]
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/cli/commands/stake.py", line 459, in create
STAKEHOLDER = transacting_staker_options.create_character(emitter, config_file)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/cli/commands/stake.py", line 259, in create_character
return opts.create_character(
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/cli/commands/stake.py", line 202, in create_character
return stakeholder_config.produce(initial_address=initial_address, *args, **kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/config/node.py", line 337, in produce
character = self.CHARACTER_CLASS(**merged_parameters)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/actors.py", line 1769, in __init__
super().__init__(is_me=is_me, *args, **kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/actors.py", line 820, in __init__
super().__init__(*args, **kwargs)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/actors.py", line 146, in __init__
self.token_agent = ContractAgency.get_agent(NucypherTokenAgent, registry=self.registry)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/agents.py", line 1593, in get_agent
agent = cast(Agent, agent_class(registry=registry, provider_uri=provider_uri))
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/agents.py", line 105, in __init__
self.blockchain = BlockchainInterfaceFactory.get_or_create_interface(provider_uri=provider_uri)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/interfaces.py", line 1042, in get_or_create_interface
interface = cls.get_interface(provider_uri=provider_uri)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/interfaces.py", line 1030, in get_interface
interface.connect()
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/interfaces.py", line 314, in connect
self.client = EthereumClient.from_w3(w3=self.w3)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/nucypher/blockchain/eth/clients.py", line 197, in from_w3
raise ValueError(f"Invalid client version string. Got '{w3.clientVersion}'")
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/main.py", line 197, in clientVersion
return self.manager.request_blocking(RPC.web3_clientVersion, [])
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/manager.py", line 149, in request_blocking
response = self._make_request(method, params)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/manager.py", line 128, in _make_request
return request_func(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters
response = make_request(method, params)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/gas_price_strategy.py", line 34, in middleware
return make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters
response = make_request(method, params)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/attrdict.py", line 33, in middleware
response = make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters
response = make_request(method, params)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/normalize_errors.py", line 25, in middleware
result = make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters
response = make_request(method, params)
"cytoolz/functoolz.pyx", line 250, in cytoolz.functoolz.curry.__call__
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/middleware/formatting.py", line 76, in apply_formatters
response = make_request(method, params)
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/providers/websocket.py", line 139, in make_request
return future.result()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/_base.py", line 439, in result
return self.__get_result()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/concurrent/futures/_base.py", line 388, in __get_result
raise self._exception
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/providers/websocket.py", line 119, in coro_make_request
async with self.conn as conn:
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/web3/providers/websocket.py", line 67, in __aenter__
self.ws = await websockets.connect(
"/Users/aaronday/nucypher-venv/lib/python3.8/site-packages/websockets/client.py", line 535, in __await_impl__
transport, protocol = await self._create_connection()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 1050, in create_connection
transport, protocol = await self._create_connection_transport(
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/base_events.py", line 1080, in _create_connection_transport
await waiter
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/sslproto.py", line 529, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/asyncio/sslproto.py", line 189, in feed_ssldata
self._sslobj.do_handshake()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/ssl.py", line 944, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)
| Traceback (most recent call last):
"start_instapy.py", line 75, in <module>
session.interact_user_following(users, amount=10, randomize=True)
"/usr/local/lib/python3.7/site-packages/instapy/instapy.py", line 3059, in interact_user_following
self.logfolder)
"/usr/local/lib/python3.7/site-packages/instapy/unfollow_util.py", line 1115, in get_given_user_following
browser.find_element_by_xpath(str(read_xpath(get_given_user_following.__name__,"all_following"))))
"/usr/local/lib/python3.7/site-packages/instapy/util.py", line 878, in format_number
formatted_num = number.replace(',', '')
AttributeError: 'FirefoxWebElement' object has no attribute 'replace'
| 0.246031 |
Traceback (most recent call last):
"d:\software\programe\python35\Lib\asyncio\proactor_events.py", line 96, in __del__
self.close()
"d:\software\programe\python35\Lib\asyncio\proactor_events.py", line 84, in close
self._loop.call_soon(self._call_connection_lost, None)
"d:\software\programe\python35\Lib\asyncio\base_events.py", line 572, in call_soon
self._check_closed()
"d:\software\programe\python35\Lib\asyncio\base_events.py", line 357, in _check_closed
raise RuntimeError('Event loop is closed')
RuntimeError: Event loop is closed
| Traceback (most recent call last):
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/cmdline.py", line 244, in main
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/application.py", line 188, in __init__
self._init_builder(buildername)
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/application.py", line 249, in _init_builder
self.builder = builderclass(self)
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/builders/__init__.py", line 88, in __init__
self.init()
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/builders/html.py", line 106, in init
self.init_templates()
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/builders/html.py", line 141, in init_templates
self.theme = Theme(themename, warn=self.warn)
"//anaconda/lib/python3.5/site-packages/Sphinx-1.3.1-py3.5.egg/sphinx/theming.py", line 97, in __init__
if name not in self.themes:TypeError: unhashable type: 'list' | 0.302232 |
Traceback (most recent call last):
"/home/amy/Development/statdis/venv/bin/pyinstaller", line 8, in <module>
sys.exit(run())
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/__main__.py", line 114, in run
run_build(pyi_config, spec_file, **vars(args))
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/__main__.py", line 65, in run_build
PyInstaller.building.build_main.main(pyi_config, spec_file, **kwargs)
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 725, in main
build(specfile, kw.get('distpath'), kw.get('workpath'), kw.get('clean_build'))
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 672, in build
exec(code, spec_namespace)
"/home/amy/Development/statdis/main.spec", line 6, in <module>
a = Analysis(['server/basic-flask/main.py'],
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 242, in __init__
self.__postinit__()
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/building/datastruct.py", line 160, in __postinit__
self.assemble()
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/building/build_main.py", line 438, in assemble
ctypes_binaries = scan_code_for_ctypes(co)
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/depend/utils.py", line 145, in scan_code_for_ctypes
binaries = _resolveCtypesImports(binaries)
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/depend/utils.py", line 319, in _resolveCtypesImports
load_ldconfig_cache()
"/home/amy/Development/statdis/venv/lib/python3.9/site-packages/PyInstaller/depend/utils.py", line 402, in load_ldconfig_cache
path = m.groups()[-1]
AttributeError: 'NoneType' object has no attribute 'groups'
| Traceback (most recent call last):
"c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\tseries\tests\test_timezones.py", line 689, in test_date_range_span_dst_transition
self.assertTrue((dr.hour == 0).all())
"c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\core\base.py", line 320, in f
return self._ops_compat(name,op_accessor)
"c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\core\base.py", line 349, in _ops_compat
return self._wrap_access_object(getattr(obj,op_accessor))
"c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\tseries\index.py", line 47, in f
values = self._local_timestamps()
"c:\Users\Jeff Reback\Documents\GitHub\pandas\build\lib.win-amd64-2.7\pandas\tseries\index.py", line 449, in _local_timestamps
return tslib.tz_convert(self.asi8, utc, self.tz)
"tslib.pyx", line 1852, in pandas.tslib.tz_convert (pandas\tslib.c:27975)
"tslib.pyx", line 1032, in pandas.tslib._get_zone (pandas\tslib.c:17056)IndexError: list index out of range | 0.294052 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test__get_cache_items_to_delete() takes exactly 1 argument (0 given)
| Traceback (most recent call last):
"C:\Python35\Lib\unittest\case.py", line 59, in testPartExecutor
yield
"C:\Python35\Lib\unittest\case.py", line 605, in run
testMethod()
"D:\GNMT\tests\onmt_rpc_client_test.py", line 78, in test_request_from_file
address, result = client.request(line.strip("\n").split(" "))
"D:\GNMT\address\client\onmt_rpc_client.py", line 11, in request
result = self._parse_translation_result(future.result())
"D:\GNMT\venv\lib\site-packages\grpc\beta\_client_adaptations.py", line 97, in result
raise _abortion_error(rpc_error_call)
grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.INVALID_ARGUMENT, details="Reshape cannot infer the missing input size for an empty tensor unless all specified input sizes are non-zero
| 0.255146 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/requests-2.18.4-py3.6.egg/requests/adapters.py", line 440, in send
timeout=timeout
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/urllib3-1.22-py3.6.egg/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/urllib3-1.22-py3.6.egg/urllib3/util/retry.py", line 388, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=8100): Max retries exceeded with url: /status (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x113e4d048>: Failed to establish a new connection: [Errno 61] Connection refused',))
| Traceback (most recent call last):
"/content/OpenNMT-py/onmt/trainer.py", line 347, in _gradient_accumulation
trunc_size=trunc_size)
"/content/OpenNMT-py/onmt/utils/loss.py", line 158, in __call__
loss, stats = self._compute_loss(batch, **shard)
"/content/OpenNMT-py/onmt/utils/loss.py", line 233, in _compute_loss
scores = self.generator(bottled_output)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/container.py", line 92, in forward
input = module(input)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/module.py", line 489, in __call__
result = self.forward(*input, **kwargs)
"/usr/local/lib/python3.6/dist-packages/torch/nn/modules/linear.py", line 67, in forward
return F.linear(input, self.weight, self.bias)
"/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py", line 1352, in linear
ret = torch.addmm(torch.jit._unwrap_optional(bias), input, weight.t())
RuntimeError: Expected object of backend CPU but got backend CUDA for argument #4 'mat1'
| 0.250814 |
ERROR (theano.gof.opt): Traceback (most recent call last):
"/home/user/anaconda2/lib/python2.7/site-packages/theano/gof/opt.py", line 1484, in process_node
replacements = lopt.transform(node)
"/home/user/anaconda2/lib/python2.7/site-packages/theano/tensor/opt.py", line 1411, in local_shape_to_shape_i
ret = shape_feature.make_vector_shape(node.inputs[0])
"/home/user/anaconda2/lib/python2.7/site-packages/theano/tensor/opt.py", line 1082, in make_vector_shape
return make_vector(*self.shape_of[r])KeyError: DimShuffle{x,0}.0 | Traceback (most recent call last):
"C:/Users/asus/PycharmProjects/Junos/pyez.py", line 1, in <module>
import jnpr.junos
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\jnpr\junos\__init__.py", line 3, in <module>
from jnpr.junos.factory.to_json import PyEzJSONEncoder
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\jnpr\junos\factory\__init__.py", line 4, in <module>
from jnpr.junos.factory.factory_loader import FactoryLoader
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\jnpr\junos\factory\factory_loader.py", line 14, in <module>
from jnpr.junos.factory.factory_cls import *
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\jnpr\junos\factory\factory_cls.py", line 7, in <module>
from jnpr.junos.factory.cmdtable import CMDTable
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\jnpr\junos\factory\cmdtable.py", line 19, in <module>
from ntc_templates import parse as ntc_parse
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\ntc_templates\parse.py", line 3, in <module>
from textfsm import clitable
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\textfsm\clitable.py", line 41, in <module>
from textfsm import texttable
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\textfsm\texttable.py", line 42, in <module>
from textfsm import terminal
"C:\Users\asus\PycharmProjects\Junos\venv\lib\site-packages\textfsm\terminal.py", line 25, in <module>
import fcntl
ModuleNotFoundError: No module named 'fcntl'
| 0.21629 |
Traceback (most recent call last):
"speech_streaming.py", line 157, in <module>
main()
"speech_streaming.py", line 149, in main
request_stream(stop_audio), DEADLINE_SECS))
"speech_streaming.py", line 125, in listen_print_loop
for resp in recognize_stream:
"...grpc/beta/_client_adaptations.py", line 153, in next
return self._next()
"...grpc/beta/_client_adaptations.py", line 147, in _next
raise _abortion_error(rpc_error_call)grpc.framework.interfaces.face.face.AbortionError: AbortionError(code=StatusCode.UNAVAILABLE, details="{"created":"@1473093521.319367000","description":"Secure read failed","file":"src/core/lib/security/transport/secure_endpoint.c","file_line":157,"grpc_status":14,"referenced_errors":[{"created":"@1473093521.319360000","description":"EOF","file":"src/core/lib/iomgr/tcp_posix.c","file_line":235}]}") | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/umake/tools.py", line 154, in wrapper
function(_args, *_kwargs)
"/usr/lib/python3/dist-packages/umake/frameworks/baseinstaller.py", line 261, in get_progress
self.pbar.update(progress)
"/usr/lib/python3/dist-packages/progressbar/__init__.py", line 271, in update
raise ValueError('Value out of range')ValueError: Value out of range | 0.197055 |
Traceback (most recent call last):
"/home/lipu/Workspace/TUD/p2p/lfei/tribler/Tribler/Core/CacheDB/sqlitecachedb.py", line 2407, in _execute
result = cur.execute(sql, args)
"src/cursor.c", line 990, in APSWCursor_execute.sqlite3_prepare
"src/statementcache.c", line 386, in sqlite3_prepareSQLError: SQLError: no such table: TermFrequency | Traceback (most recent call last):
"bell_state.py", line 12, in <module>
Measure | q0
"/var/home/ryan/.virtualenvs/projectq/lib/python3.7/site-packages/projectq/ops/_gates.py", line 284, in __or__
apply_command(cmd)
"/var/home/ryan/.virtualenvs/projectq/lib/python3.7/site-packages/projectq/ops/_command.py", line 58, in apply_command
engine.receive([cmd])
"/var/home/ryan/.virtualenvs/projectq/lib/python3.7/site-packages/projectq/cengines/_main.py", line 266, in receive
self.send(command_list)
"/var/home/ryan/.virtualenvs/projectq/lib/python3.7/site-packages/projectq/cengines/_main.py", line 288, in send
raise compact_exception
# use verbose=True for more info
RecursionError: maximum recursion depth exceeded
| 0.224158 |
Traceback (most recent call last):
"arrowtest.py", line 11, in <module>
time1 = time2.to(zone0)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/arrow/arrow.py", line 510, in to
dt = self._datetime.astimezone(tz)
OverflowError: date value out of range
| Traceback (most recent call last):
"/usr/lib/python3.9/site-packages/botocore/httpsession.py", line 311, in send
urllib_response = conn.urlopen(
"/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
"/usr/lib/python3.9/site-packages/urllib3/util/retry.py", line 506, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/lib/python3.9/site-packages/urllib3/packages/six.py", line 734, in reraise
raise value.with_traceback(tb)
"/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 696, in urlopen
self._prepare_proxy(conn)
"/usr/lib/python3.9/site-packages/urllib3/connectionpool.py", line 964, in _prepare_proxy
conn.connect()
"/usr/lib/python3.9/site-packages/urllib3/connection.py", line 353, in connect
conn = self._new_conn()
"/usr/lib/python3.9/site-packages/urllib3/connection.py", line 181, in _new_conn
raise NewConnectionError(
urllib3.exceptions.ProxyError: ('Cannot connect to proxy.', NewConnectionError('<botocore.awsrequest.AWSHTTPSConnection object at 0x7f9b68dc6a60>: Failed to establish a new connection: [Errno -2] Name or service not known'))
| 0.16214 |
Traceback (most recent call last):
"<stdin>", line 8, in <module>
"/opt/miniconda3/envs/solaris_021/lib/python3.7/site-packages/shapely/geometry/geo.py", line 35, in shape
if not ob["coordinates"]:
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all()
| Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/ubuntu/miniconda3/envs/pandas/lib/python3.7/site-packages/pandas/util/_decorators.py", line 208, in wrapper
return func(*args, **kwargs)
"/home/ubuntu/miniconda3/envs/pandas/lib/python3.7/site-packages/pandas/io/feather_format.py", line 119, in read_feather
return feather.read_feather(path, columns=columns, use_threads=bool(use_threads))
"/home/ubuntu/miniconda3/envs/pandas/lib/python3.7/site-packages/pyarrow/feather.py", line 214, in read_feather
reader = FeatherReader(source)
"/home/ubuntu/miniconda3/envs/pandas/lib/python3.7/site-packages/pyarrow/feather.py", line 40, in __init__
self.open(source)
"pyarrow/error.pxi", line 80, in pyarrow.lib.check_status
"pyarrow/io.pxi", line 1406, in pyarrow.lib.get_reader
"pyarrow/io.pxi", line 1395, in pyarrow.lib._get_native_file
"pyarrow/io.pxi", line 788, in pyarrow.lib.memory_map
"pyarrow/io.pxi", line 751, in pyarrow.lib.MemoryMapped
._open
"pyarrow/error.pxi", line 80, in pyarrow.lib.check_status
pyarrow.lib.ArrowIOError: Failed to open local file 'https://github.com/wesm/feather/raw/master/R/inst/feather/iris.feather', error: No such file or directory
| 0.239306 |
Traceback (most recent call last):
"c:/Users/jeroen/Documents/Code Snippets/Python/BioPython/unicode_bug.py", line 11, in <module>
print(handle.read())
"C:\Users\jeroen\AppData\Local\Continuum\Anaconda3\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 362: character maps to <undefined>
| Traceback (most recent call last):
"setitem_test.py", line 5, in <module>
df.loc[1] = [11, 22]
"/localdisk/gashiman/modin/modin/pandas/indexing.py", line 302, in __setitem__
super(_LocIndexer, self).__setitem__(row_lookup, col_lookup, item)
"/localdisk/gashiman/modin/modin/pandas/indexing.py", line 175, in __setitem__
new_qc = self.qc.setitem(1, self.qc.index[row_lookup[0]], item)
"/localdisk/gashiman/modin/modin/backends/pandas/query_compiler.py", line 2033, in setitem
keep_remaining=True,
"/localdisk/gashiman/modin/modin/engines/base/frame/data.py", line 1293, in _apply_full_axis_select_indices
dict_indices = self._get_dict_of_block_index(axis ^ 1, numeric_indices)
"/localdisk/gashiman/modin/modin/engines/base/frame/data.py", line 860, in _get_dict_of_block_index
cumulative = np.append(bins[:-1].cumsum(), np.iinfo(bins.dtype).max)
"/nfs/site/home/gashiman/.local/lib/python3.7/site-packages/numpy/core/getlimits.py", line 507, in __init__
raise ValueError("Invalid integer data type %r." % (self.kind,))
ValueError: Invalid integer data type 'f'.
| 0.327044 |
Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **options.__dict__)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 338, in execute
output = self.handle(*args, **options)
"/usr/local/lib/python2.7/dist-packages/cms/management/commands/subcommands/base.py", line 24, in handle
handle_command.handle(*args[1:], **options)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 533, in handle
return self.handle_noargs(**options)
"/usr/local/lib/python2.7/dist-packages/cms/management/commands/subcommands/delete_orphaned_plugins.py", line 45, in handle_noargs
instance.delete()
"/usr/local/lib/python2.7/dist-packages/cms/models/pluginmodel.py", line 467, in delete
super(CMSPlugin, self).delete(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/mptt/models.py", line 864, in delete
super(MPTTModel, self).delete(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 739, in delete
collector.delete()
"/usr/local/lib/python2.7/dist-packages/django/db/models/deletion.py", line 284, in delete
sender=model, instance=obj, using=self.using
"/usr/local/lib/python2.7/dist-packages/django/db/transaction.py", line 339, in __exit__
connection.commit()
"/usr/local/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 176, in commit
self._commit()
"/usr/local/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 145, in _commit
return self.connection.commit()
"/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 94, in __exit__
six.reraise(dj_exc_type, dj_exc_value, traceback)
"/usr/local/lib/python2.7/dist-packages/django/db/backends/__init__.py", line 145, in _commit
return self.connection.commit()django.db.utils.IntegrityError: update or delete on table "cms_cmsplugin" violates foreign key constraint "cms_custo_cmsplugin_ptr_id_29d26ee24934e6fb_fk_cms_cmsplugin_id" on table "cms_custom_accordionitem" | Traceback (most recent call last):
"/tmp/fast-export/hg-fast-export.py", line 529, in <module>
notes=options.notes,encoding=encoding,fn_encoding=fn_encoding))
"/tmp/fast-export/hg-fast-export.py", line 405, in hg2git
if not verify_heads(ui,repo,heads_cache,force,branchesmap):
"/tmp/fast-export/hg-fast-export.py", line 364, in verify_heads
sha1=get_git_sha1(sanitized_name)
"/tmp/fast-export/hg2git.py", line 110, in get_git_sha1
l=subprocess.check_output(["git", "rev-parse", "--verify", "--quiet", ref])
"/usr/lib64/python2.7/subprocess.py", line 212, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
"/usr/lib64/python2.7/subprocess.py", line 390, in __init__
errread, errwrite)
"/usr/lib64/python2.7/subprocess.py", line 1025, in _execute_child
raise child_exception
TypeError: execv() arg 2 must contain only strings
| 0.304592 |
Traceback (most recent call last):
"logstash_index_cleaner.py", line 255, in <module>
main()
"logstash_index_cleaner.py", line 241, in main
do_operation = IndicesClient.close(index_name)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/client/utils.py", line 70, in _wrapped
return func(*args, params=params, **kwargs)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/client/indices.py", line 105, in close
params=params)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/transport.py", line 269, in perform_request
status, headers, raw_data = connection.perform_request(method, url, params, body, ignore=ignore)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/http_urllib3.py", line 55, in perform_request
self._raise_error(response.status, raw_data)
"/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/base.py", line 83, in _raise_error
raise HTTP_EXCEPTIONS.get(status_code, TransportError)(status_code, error_message, additional_info)elasticsearch.exceptions.TransportError: TransportError(500, u'RemoteTransportException[[savvy_es_chef_master_1][inet[/10.35.91.184:9300]][indices/close]]; nested: NullPointerException; ') | Traceback (most recent call last):
"setup.py", line 6, in <module>
from setuptools import find_packages, setup
ImportError: No module named setuptools
| 0.305105 |
Traceback (most recent call last):
"/home/travis/build/paramiko/paramiko/tests/test_sftp_big.py", line 341, in test_9_big_file_big_buffer
sftp.remove('%s/hongry.txt' % FOLDER)
"/home/travis/build/paramiko/paramiko/paramiko/sftp_client.py", line 348, in remove
self._request(CMD_REMOVE, path)
"/home/travis/build/paramiko/paramiko/paramiko/sftp_client.py", line 729, in _request
num = self._async_request(type(None), t, *arg)
"/home/travis/build/paramiko/paramiko/paramiko/sftp_client.py", line 754, in _async_request
self._send_packet(t, msg)
"/home/travis/build/paramiko/paramiko/paramiko/sftp.py", line 170, in _send_packet
self._write_all(out)
"/home/travis/build/paramiko/paramiko/paramiko/sftp.py", line 133, in _write_all
n = self.sock.send(out)
"/home/travis/build/paramiko/paramiko/paramiko/channel.py", line 715, in send
return self._send(s, m)
"/home/travis/build/paramiko/paramiko/paramiko/channel.py", line 1075, in _send
raise socket.error('Socket is closed')OSError: Socket is closed | Traceback (most recent call last):
"/home/travis/build/Pyomo/pyomo/pyomo/neos/tests/test_neos.py", line 90, in test_kestrel_plugin
results = solver_manager.solve(m, opt='cbc')
"/home/travis/build/Pyomo/pyomo/pyomo/opt/parallel/async_solver.py", line 28, in solve
return self.execute(*args, **kwds)
"/home/travis/build/Pyomo/pyomo/pyomo/opt/parallel/manager.py", line 107, in execute
ah = self.queue(*args, **kwds)
"/home/travis/build/Pyomo/pyomo/pyomo/opt/parallel/manager.py", line 122, in queue
return self._perform_queue(ah, *args, **kwds)
"/home/travis/build/Pyomo/pyomo/pyomo/neos/plugins/kestrel_plugin.py", line 127, in _perform_queue
raise ActionManagerError(
NameError: name 'ActionManagerError' is not defined
| 0.303937 |
PIO Core Call Error: "Error: Traceback (most recent call last):\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/platformio/__main__.py\", line 120, in main\n
cli(None, None, None)\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 700, in __call__\n
return self.main(*args, **kwargs)\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 680, in main\n
rv = self.invoke(ctx)\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 1027, in invoke\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 1027, in invoke\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 873, in invoke\n
return ctx.invoke(self.callback, **ctx.params)\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/click/core.py\", line 508, in invoke\n
return callback(*args, **kwargs)\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/platformio/commands/lib.py\", line 403, in lib_stats\n
result = get_api_result(\"/lib/stats\", cache_valid=\"1h\")\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/platformio/util.py\", line 663, in get_api_result\n
cc.set(cache_key, result, cache_valid)\n
\"/Users/JasonAir/.platformio/penv/lib/python2.7/site-packages/platformio/app.py\", line 201, in set\n
os.makedirs(dirname(cache_path))\n
\"/Users/JasonAir/.platformio/penv/bin/../lib/python2.7/os.py\", line 157, in makedirs\n
mkdir(name, mode)\nOSError: [Errno 13] Permission denied: '/Users/JasonAir/.platformio/.cache/77'\n\n============================================================\n\nAn unexpected error occurred. Further steps:\n\n* Verify that you have the latest version of PlatformIO using\n
`pip install -U platformio` command\n\n* Try to find answer in FAQ Troubleshooting section\n
https://docs.platformio.org/page/faq.html\n\n* Report this problem to the developers\n
https://github.com/platformio/platformio-core/issues\n\n============================================================" | >ERROR | Uncaught exception: Traceback (most recent call last):
"C:\headphones\headphones\logger.py", line 214, in new_runold_run(*args, **kwargs)
"C:\Program
s (x86)\Python 27\lib\threading.py", line 754, in runself.__target(*self.__args, **self.__kwargs)
"C:\headphones\headphones\searcher.py", line 227, in searchforalbumdo_sorted_search(album, new, losslessOnly)
"C:\headphones\headphones\searcher.py", line 302, in do_sorted_searchresults = searchTorrent(album, new, losslessOnly, albumlength)
"C:\headphones\headphones\searcher.py", line 1624, in searchTorrentreleasetype=album_type)['results'])UnboundLocalError: local variable 'album_type' referenced before assignment
| 0.138897 |
Inserting synonyms:
175000 Traceback (most recent call last):
"<stdin>", line 1, in <module>
"~/miniconda3/lib/python3.7/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 110, in __init__
self.update_taxonomy_database(taxdump_file)
"~/miniconda3/lib/python3.7/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 129, in update_taxonomy_database
update_db(self.dbfile)
"~/miniconda3/lib/python3.7/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 760, in update_db
upload_data(dbfile)
"~/miniconda3/lib/python3.7/site-packages/ete3/ncbi_taxonomy/ncbiquery.py", line 802, in upload_data
db.execute("INSERT INTO synonym (taxid, spname) VALUES (?, ?);", (taxid, spname))
sqlite3.IntegrityError: UNIQUE constraint failed: synonym.spname, synonym.taxid
| Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/spyder/widgets/helperwidgets.py", line 127, in paint
textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options)TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments | 0.176095 |
Traceback (most recent call last):
"/Users/mervenoyan/.pyenv/versions/repo/bin/rasa", line 11, in <module>
sys.exit(main())
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/__main__.py", line 76, in main
cmdline_arguments.func(cmdline_arguments)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/cli/test.py", line 143, in test_nlu
perform_nlu_cross_validation(config, nlu_data, output, vars(args))
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/test.py", line 206, in perform_nlu_cross_validation
data, folds, nlu_config, output, **kwargs
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/test.py", line 1244, in cross_validate
trainer = Trainer(nlu_config)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/model.py", line 147, in __init__
self.pipeline = self._build_pipeline(cfg, component_builder)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/model.py", line 159, in _build_pipeline
component = component_builder.create_component(component_cfg, cfg)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/components.py", line 482, in create_component
component = registry.create_component_by_config(component_config, cfg)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/registry.py", line 226, in create_component_by_config
return component_class.create(component_config, config)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/utils/spacy_utils.py", line 81, in create
nlp = cls.load_model(spacy_model_name)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/rasa/nlu/utils/spacy_utils.py", line 51, in load_model
return spacy.load(spacy_model_name, disable=["parser"])
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/__init__.py", line 30, in load
return util.load_model(name, **overrides)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/util.py", line 162, in load_model
return load_model_from_link(name, **overrides)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/util.py", line 179, in load_model_from_link
return cls.load(**overrides)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/data/en/__init__.py", line 12, in load
return load_model_from_init_py(__file__, **overrides)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/util.py", line 228, in load_model_from_init_py
return load_model_from_path(data_path, meta, **overrides)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/util.py", line 197, in load_model_from_path
nlp = cls(meta=meta, **overrides)
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy/language.py", line 158, in __init__
user_factories = util.registry.factories.get_all()
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/catalogue.py", line 112, in get_all
result.update(self.get_entry_points())
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/catalogue.py", line 127, in get_entry_points
result[entry_point.name] = entry_point.load()
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/importlib_metadata/__init__.py", line 100, in load
module = import_module(match.group('module'))
"/Users/mervenoyan/.pyenv/versions/3.6.5/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 941, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"<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
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy_transformers/__init__.py", line 1, in <module>
from . import architectures
"/Users/mervenoyan/.pyenv/versions/3.6.5/envs/repo/lib/python3.6/site-packages/spacy_transformers/architectures.py", line 3, in <module>
from thinc.types import Ragged, Floats2d
ModuleNotFoundError: No module named 'thinc.types'
| Traceback (most recent call last):
"../securitymonkey/security_monkey/watchers/iam/iam_ssl.py", line 231, in get_all_certs_in_region
cert_info = get_cert_info(cert['body'])
"../securitymonkey/security_monkey/watchers/iam/iam_ssl.py", line 161, in get_cert_info
'size': cert_get_bitstrength(cert),
"../securitymonkey/security_monkey/watchers/iam/iam_ssl.py", line 43, in cert_get_bitstrength
return cert.public_key().key_sizeAttributeError: '_EllipticCurvePublicKey' object has no attribute 'key_size' | 0.199611 |
Traceback (most recent call last):
"/usr/local/bin/mloginfo", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.6/site-packages/mtools/mloginfo/mloginfo.py", line 95, in main
tool.run()
"/usr/local/lib/python3.6/site-packages/mtools/mloginfo/mloginfo.py", line 90, in run
section.run()
"/usr/local/lib/python3.6/site-packages/mtools/mloginfo/sections/query_section.py", line 136, in run
reverse=reverse)
TypeError: '<' not supported between instances of 'str' and 'int'
| Traceback (most recent call last):
"<ipython console>", line 1, in <module>ValueError: setting an array element with a sequence. | 0.278609 |
Traceback (most recent call last):
"tests.commands.test__vi_j in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 27, in testMoveOneAssertionError: (5, 5) != (9, 9) | Traceback (most recent call last):
"synthesis.py", line 131, in <module>
checkpoint = _load(checkpoint_path)
"synthesis.py", line 86, in _load
map_location=lambda storage, loc: storage)
"/usr/local/lib/python3.5/dist-packages/torch/serialization.py", line 267, in load
return _load(f, map_location, pickle_module)
"/usr/local/lib/python3.5/dist-packages/torch/serialization.py", line 420, in _load
result = unpickler.load()
EOFError: Ran out of input
| 0.105096 |
Traceback (most recent call last):
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 246, in __init__
description = self.get_notebook_description()
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView' | Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 168, in extract
return self._real_extract(url)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/generic.py", line 751, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://www.snotr.com/video/13708/Drone_flying_through_fireworks; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.217502 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/h2/615063vn3gx1pxs1y6qz_dzm0000gp/T/pip-install-vri20czq/jasmin/setup.py", line 22, in <module>
install_requires=parse_requirements('requirements.txt'),
"/private/var/folders/h2/615063vn3gx1pxs1y6qz_dzm0000gp/T/pip-install-vri20czq/jasmin/setup.py", line 5, in parse_requirements
lineiter = (line.strip() for line in open(filename))
NotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
| Traceback (most recent call last):
"<input>", line 1, in <module>
"/usr/local/lib/python2.7/site-packages/impacket/smbconnection.py", line 74, in __init__
self.negotiateSession(preferredDialect)
"/usr/local/lib/python2.7/site-packages/impacket/smbconnection.py", line 118, in negotiateSession
session=self._nmbSession, preferredDialect=514)
"/usr/local/lib/python2.7/site-packages/impacket/smb3.py", line 242, in __init__
self.negotiateSession(preferredDialect)
"/usr/local/lib/python2.7/site-packages/impacket/smb3.py", line 459, in negotiateSession
if ans.isValidAnswer(STATUS_SUCCESS):
"/usr/local/lib/python2.7/site-packages/impacket/smb3structs.py", line 430, in isValidAnswer
raise smb3.SessionError(self['Status'], self)
SessionError: SMB SessionError: STATUS_INVALID_PARAMETER(An invalid parameter was passed to a service or function.)`
| 0.292664 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tcaswell/local_installs/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-linux-x86_64.egg/matplotlib/tests/test_animation.py", line 53, in check_save_animation
anim.save(F.name, fps=30, writer=writer)
"/home/tcaswell/local_installs/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-linux-x86_64.egg/matplotlib/animation.py", line 719, in save
with writer.saving(self._fig, filename, dpi):
"/usr/lib/python2.7/contextlib.py", line 17, in __enter__
return self.gen.next()
"/home/tcaswell/local_installs/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-linux-x86_64.egg/matplotlib/animation.py", line 175, in saving
self.setup(*args)
"/home/tcaswell/local_installs/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-linux-x86_64.egg/matplotlib/animation.py", line 165, in setup
self._run()
"/home/tcaswell/local_installs/lib/python2.7/site-packages/matplotlib-1.4.x-py2.7-linux-x86_64.egg/matplotlib/animation.py", line 192, in _run
stdin=subprocess.PIPE)
"/usr/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
"/usr/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"/home/asuha/sherlock/sherlock/tests/base.py", line 138, in username_check
result['status'].status)
AssertionError: <QueryStatus.CLAIMED: 'Claimed'> != <QueryStatus.AVAILABLE: 'Available'>
| 0.28855 |
Traceback (most recent call last):
"/usr/local/lib/python3.3/site-packages/ranger/core/main.py", line 166, in main
fm.loop()
"/usr/local/lib/python3.3/site-packages/ranger/core/fm.py", line 371, in loop
ui.draw_images()
"/usr/local/lib/python3.3/site-packages/ranger/gui/ui.py", line 371, in draw_images
if self.browser.pager.visible:
AttributeError: 'NoneType' object has no attribute 'visible' | <details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/tmpfs/src/github/python-docs-samples/dlp/risk_test.py", line 229, in test_k_anonymity_analysis_single_field
[NUMERIC_FIELD],
"/tmpfs/src/github/python-docs-samples/dlp/risk.py", line 369, in k_anonymity_analysis
subscription.result(timeout=timeout)
"/tmpfs/src/github/python-docs-samples/dlp/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/pubsub_v1/futures.py", line 102, in result
err = self.exception(timeout=timeout)
"/tmpfs/src/github/python-docs-samples/dlp/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/pubsub_v1/futures.py", line 122, in exception
raise exceptions.TimeoutError("Timed out waiting for result.")concurrent.futures._base.TimeoutError: Timed out waiting for result.</pre></details> | 0.249291 |
Traceback (most recent call last):
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\exceptions.py", line 75, in exception_handler
return_value = func(*args, **kwargs)
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 150, in start_app
window = run_app(splash)
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 65, in run_app
window = MainWindow(splash=splash, tab_project=False)
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\widgets\main_window.py", line 163, in __init__
self.api = AnacondaAPI()
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 2185, in AnacondaAPI
ANACONDA_API = _AnacondaAPI()
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 89, in __init__
self._conda_api = CondaAPI()
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py", line 1714, in CondaAPI
CONDA_API = _CondaAPI()
"C:\Users\fblei\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py", line 353, in __init__
self.sys_rc_path = join(self.ROOT_PREFIX, '.condarc')
"C:\Users\fblei\Anaconda3\lib\ntpath.py", line 76, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType
| Traceback (most recent call last):
"/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
"/usr/lib/python3/dist-packages/cozy/importer.py", line 61, in update_database
__import
(file, directory, path)
"/usr/lib/python3/dist-packages/cozy/importer.py", line 113, in __import
track = TrackContainer(mutagen.
(path), path)
"/usr/lib/python3/dist-packages/mutagen/_file.py", line 251, in
return Kind(filename)
"/usr/lib/python3/dist-packages/mutagen/_file.py", line 42, in __init__
self.load(filename, *args, **kwargs)
"/usr/lib/python3/dist-packages/mutagen/id3/__init__.py", line 1093, in load
self.info = self._Info(fileobj, offset)
"/usr/lib/python3/dist-packages/mutagen/mp3.py", line 185, in __init__
self.__try(fileobj, offset, size - offset, False)
"/usr/lib/python3/dist-packages/mutagen/mp3.py", line 223, in __try
raise HeaderNotFoundError("can't sync to an MPEG frame")
mutagen.mp3.HeaderNotFoundError: can't sync to an MPEG frame
| 0.260688 |
Traceback (most recent call last):
"/home/kmaxwell/src/maltrieve/venv/bin/maltrieve", line 9, in <module>
load_entry_point('maltrieve==0.6', 'console_scripts', 'maltrieve')()
"/home/kmaxwell/src/maltrieve/maltrieve.py", line 447, in main
md5 = save_malware(each, cfg)
"/home/kmaxwell/src/maltrieve/maltrieve.py", line 299, in save_malware
stored = upload_crits(response, md5, cfg) or stored
"/home/kmaxwell/src/maltrieve/maltrieve.py", line 158, in upload_crits
logging.info("Exception caught from CRITs when submitting domain: {code}".format(code=domain_response.status_code))UnboundLocalError: local variable 'domain_response' referenced before assignment | Traceback (most recent call last):
"/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/search/queue.py#L503">medusa/search/queue.py</a>", line 503, in run
self.success = snatch_episode(result)
"/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/search/core.py#L166">medusa/search/core.py</a>", line 166, in snatch_episode
client = torrent.get_client_class(app.TORRENT_METHOD)()
"/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/clients/torrent/__init__.py#L47">medusa/clients/torrent/__init__.py</a>", line 47, in get_client_class
return get_client_module(name).api
"/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/clients/torrent/__init__.py#L36">medusa/clients/torrent/__init__.py</a>", line 36, in get_client_module
return __import__('{prefix}.{name}'.format(prefix=__name__, name=name.lower()), fromlist=_clients)
"/app/medusa/<a href="../blob/34b915f80eb2117f8298af45a0aa57710c504eac/medusa/clients/torrent/deluged.py#L15">medusa/clients/torrent/deluged.py</a>", line 15, in <module>
from deluge_client import DelugeRPCClientImportError: cannot import name DelugeRPCClient | 0.268267 |
Traceback (most recent call last):
"C:\Users\gameserver\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\bot.py", line 886, in invoke
yield from ctx.command.invoke(ctx)
"C:\Users\gameserver\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\core.py", line 514, in invoke
yield from injected(*ctx.args, **ctx.kwargs)
"C:\Users\gameserver\AppData\Local\Programs\Python\Python36-32\lib\site-packages\discord\ext\commands\core.py", line 71, in wrapped
raise CommandInvokeError(e) from e
discord.ext.commands.errors.CommandInvokeError: Command raised an exception: gaierror: [Errno 11001] getaddrinfo failed
| Traceback (most recent call last):
"/usr/local/bin/cmsInitDB", line 5, in <module>
pkg_resources.run_script('cms==1.2.0', 'cmsInitDB')
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 528, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1394, in run_script
execfile(script_filename, namespace, namespace)
"/usr/local/lib/python2.7/dist-packages/cms-1.2.0-py2.7.egg/EGG-INFO/scripts/cmsInitDB", line 34, in <module>
import gevent.monkeyImportError: No module named gevent.monkey | 0.229869 |
Traceback (most recent call last):
"/home/yaswanth/.local/lib/python3.7/site-packages/numpy/core/__init__.py", line 24, in <module>
from . import multiarray
"/home/yaswanth/.local/lib/python3.7/site-packages/numpy/core/multiarray.py", line 14, in <module>
from . import overrides
"/home/yaswanth/.local/lib/python3.7/site-packages/numpy/core/overrides.py", line 7, in <module>
from numpy.core._multiarray_umath import (
ModuleNotFoundError: No module named 'numpy.core._multiarray_umath'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/john.flavin/anaconda3/envs/gpd060/lib/python3.6/site-packages/pandas/core/generic.py", line 3228, in to_csv
formatter.save()
"/Users/john.flavin/anaconda3/envs/gpd060/lib/python3.6/site-packages/pandas/io/formats/csvs.py", line 202, in save
self._save()
"/Users/john.flavin/anaconda3/envs/gpd060/lib/python3.6/site-packages/pandas/io/formats/csvs.py", line 324, in _save
self._save_chunk(start_i, end_i)
"/Users/john.flavin/anaconda3/envs/gpd060/lib/python3.6/site-packages/pandas/io/formats/csvs.py", line 340, in _save_chunk
quoting=self.quoting,
"/Users/john.flavin/anaconda3/envs/gpd060/lib/python3.6/site-packages/pandas/core/internals/blocks.py", line 760, in to_native_types
values = values.astype(str)
ValueError: setting an array element with a sequence
| 0.329102 |
Traceback (most recent call last):
"/tmp/kitchen/testing/tests/integration/cloud/clouds/test_digitalocean.py", line 110, in test_key_management
[i.strip() for i in _key]
AssertionError: '3b:16:bf:e4:8b:00:8b:b8:59:8c:a9:d3:f0:19:45:fa' not found in []
| Traceback (most recent call last):
"/usr/bin/easy_install", line 9, in <module>
load_entry_point('distribute==0.6.10', 'console_scripts', 'easy_install')()
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 1715, in main
with_ei_usage(lambda:
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 1696, in with_ei_usage
return f()
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 1719, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
"/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()
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 236, in run
self.easy_install(spec, not self.no_deps)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 472, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 504, in install_item
self.process_distribution(spec, dist, deps)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 545, in process_distribution
[requirement], self.local_index, self.easy_install
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 538, in resolve
dist = best[req.key] = env.best_match(req, self, installer)
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 780, in best_match
return self.obtain(req, installer) # try and download/install
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 792, in obtain
return installer(requirement)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 472, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 502, in install_item
dists = self.install_eggs(spec, download, tmpdir)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 681, in install_eggs
return self.build_and_install(setup_script, setup_base)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 958, in build_and_install
self.run_setup(setup_script, setup_base, args)
"/usr/lib/python2.6/site-packages/setuptools/command/easy_install.py", line 947, in run_setup
run_setup(setup_script, args)
"/usr/lib/python2.6/site-packages/setuptools/sandbox.py", line 29, in run_setup
lambda: execfile(
"/usr/lib/python2.6/site-packages/setuptools/sandbox.py", line 70, in run
return func()
"/usr/lib/python2.6/site-packages/setuptools/sandbox.py", line 31, in <lambda>
{'**file**':setup_script, '**name**':'**main**'}
"setup.py", line 158, in <module>
"/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()
"/usr/lib/python2.6/site-packages/setuptools/command/bdist_egg.py", line 174, in run
cmd = self.call_command('install_lib', warn_dir=0)
"/usr/lib/python2.6/site-packages/setuptools/command/bdist_egg.py", line 161, in call_command
self.run_command(cmdname)
"/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()
"/usr/lib/python2.6/site-packages/setuptools/command/install_lib.py", line 20, in run
self.build()
"/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()
"/usr/lib/python2.6/site-packages/setuptools/command/build_ext.py", line 46, in run
_build_ext.run(self)
"/usr/lib64/python2.6/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
"/usr/lib64/python2.6/distutils/command/build_ext.py", line 449, in build_extensions
self.build_extension(ext)
"/usr/lib/python2.6/site-packages/setuptools/command/build_ext.py", line 182, in build_extension
_build_ext.build_extension(self,ext)
"/usr/lib64/python2.6/distutils/command/build_ext.py", line 499, in build_extension
depends=ext.depends)
"/usr/lib64/python2.6/distutils/ccompiler.py", line 613, in compile
depends, extra_postargs)
"/usr/lib64/python2.6/distutils/ccompiler.py", line 371, in _setup_compile
pp_opts = gen_preprocess_options(macros, incdirs)
"/usr/lib64/python2.6/distutils/ccompiler.py", line 1146, in gen_preprocess_options
pp_opts.append ("-I%s" % dir)
"setup.py", line 49, in __str__
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 862, in resource_filename
return get_provider(package_or_requirement).get_resource_filename(
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 180, in get_provider
**import**(moduleOrReq)ImportError: No module named persistent | 0.300246 |
Traceback (most recent call last):
"D:\BitTorrent\DeepFaceLab\DeepFaceLab_NVIDIA\_internal\python-3.6.8\lib\site-packages\scipy\spatial\distance.py", line 125, in <module>
"<string>", line 1, in <module>
from .cv2 import *
ImportError: DLL load failed: The paging file is too small for this operation to complete.
| Traceback (most recent call last):
"/usr/local/bin/ansible-galaxy", line 85, in <module>
sys.exit(cli.run())
"/Library/Python/2.7/site-packages/ansible/cli/galaxy.py", line 152, in run
self.execute()
"/Library/Python/2.7/site-packages/ansible/cli/__init__.py", line 99, in execute
fn()
"/Library/Python/2.7/site-packages/ansible/cli/galaxy.py", line 553, in execute_login
galaxy_response = self.api.authenticate(github_token)
"/Library/Python/2.7/site-packages/ansible/galaxy/api.py", line 119, in authenticate
data = json.load(resp)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 290, in load
**kw)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/json/decoder.py", line 384, in raw_decode
raise ValueError("No JSON object could be decoded")ValueError: No JSON object could be decoded | 0.236638 |
Traceback (most recent call last):
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/zappa/cli.py", line 2693, in handle
sys.exit(cli.handle())
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/zappa/cli.py", line 504, in handle
self.dispatch_command(self.command, stage)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/zappa/cli.py", line 530, in dispatch_command
self.load_settings(self.vargs.get('settings_file'))
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/zappa/cli.py", line 2060, in load_settings
xray_tracing=self.xray_tracing
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/zappa/core.py", line 293, in __init__
self.lambda_client = self.boto_client('lambda', config=long_config)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/zappa/core.py", line 323, in boto_client
return self.boto_session.client(service, *args, **self.configure_boto_session_method_kwargs(service, kwargs))
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/boto3/session.py", line 263, in client
aws_session_token=aws_session_token, config=config)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/session.py", line 861, in create_client
client_config=config, api_version=api_version)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/client.py", line 76, in create_client
verify, credentials, scoped_config, client_config, endpoint_bridge)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/client.py", line 285, in _get_client_args
verify, credentials, scoped_config, client_config, endpoint_bridge)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/args.py", line 45, in get_client_args
endpoint_url, is_secure, scoped_config)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/args.py", line 111, in compute_client_args
service_name, region_name, endpoint_url, is_secure)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/client.py", line 358, in resolve
service_name, region_name)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/regions.py", line 122, in construct_endpoint
partition, service_name, region_name)
"/Users/moeller/.pyenv/versions/3.6.5/lib/python3.6/site-packages/botocore/regions.py", line 135, in _endpoint_for_partition
raise NoRegionError()
botocore.exceptions.NoRegionError: You must specify a region.
| Traceback (most recent call last):
"/home/ubuntu/.local/lib/python3.6/site-packages/flake8/checker.py", line 435, in run_check
return plugin["plugin"](**arguments)
"/home/ubuntu/.local/lib/python3.6/site-packages/flake8/plugins/pyflakes.py", line 94, in __init__
file_tokens=file_tokens,
"/home/ubuntu/.local/lib/python3.6/site-packages/pyflakes/checker.py", line 672, in __init__
self.handleChildren(tree)
"/home/ubuntu/.local/lib/python3.6/site-packages/pyflakes/checker.py", line 1073, in handleChildren
self.handleNode(node, tree)
"/home/ubuntu/.local/lib/python3.6/site-packages/pyflakes/checker.py", line 1120, in handleNode
handler(node)
"/home/ubuntu/.local/lib/python3.6/site-packages/pyflakes/checker.py", line 1073, in handleChildren
self.handleNode(node, tree)
"/home/ubuntu/.local/lib/python3.6/site-packages/pyflakes/checker.py", line 1120, in handleNode
handler(node)
"/home/ubuntu/.local/lib/python3.6/site-packages/pyflakes/checker.py", line 1541, in TUPLE
if not PY2 and isinstance(node.ctx, ast.Store):
AttributeError: 'Tuple' object has no attribute 'ctx'
| 0.237258 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/kivy/core/window/window_sdl2.py", line 619, in mainloop
self._mainloop()
"/usr/lib/python2.7/site-packages/kivy/core/window/window_sdl2.py", line 362, in _mainloop
EventLoop.idle()
"/usr/lib/python2.7/site-packages/kivy/base.py", line 336, in idle
Clock.tick_draw()
"/usr/lib/python2.7/site-packages/kivy/clock.py", line 522, in tick_draw
self._process_events_before_frame()
"/usr/lib/python2.7/site-packages/kivy/clock.py", line 672, in _process_events_before_frame
event.tick(self._last_tick, remove)
"/usr/lib/python2.7/site-packages/kivy/clock.py", line 406, in tick
ret = callback(self._dt)
"/usr/lib/python2.7/site-packages/kivy/uix/boxlayout.py", line 175, in do_layout
c.width = w
"kivy/properties.pyx", line 408, in kivy.properties.Property.__set__ (kivy/properties.c:5114)
"kivy/properties.pyx", line 446, in kivy.properties.Property.set (kivy/properties.c:5876)
"kivy/properties.pyx", line 501, in kivy.properties.Property.dispatch (kivy/properties.c:6557)
"kivy/_event.pyx", line 1224, in kivy._event.EventObservers.dispatch (kivy/_event.c:13497)
"kivy/_event.pyx", line 1130, in kivy._event.EventObservers._dispatch (kivy/_event.c:12696)
"kivy/properties.pyx", line 1215, in kivy.properties.ReferenceListProperty.trigger_change (kivy/properties.c:19595)
"kivy/properties.pyx", line 1230, in kivy.properties.ReferenceListProperty.trigger_change (kivy/properties.c:19482)
"kivy/properties.pyx", line 501, in kivy.properties.Property.dispatch (kivy/properties.c:6557)
"kivy/_event.pyx", line 1224, in kivy._event.EventObservers.dispatch (kivy/_event.c:13497)
"kivy/_event.pyx", line 1130, in kivy._event.EventObservers._dispatch (kivy/_event.c:12696)
"/usr/lib/python2.7/site-packages/kivy/uix/carousel.py", line 398, in on_size
slide.size = sizeAttributeError: 'NoneType' object has no attribute 'size' | Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 102, in on_message
self.ui.dispatch_event(update['uid'], update['event'], update['params'])
"/usr/lib/pymodules/python2.7/ajenti/ui/**init**.py", line 64, in dispatch_event
self.root.dispatch_event(uid, event, params)
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 315, in dispatch_event
if child.dispatch_event(uid, event, params):
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 315, in dispatch_event
if child.dispatch_event(uid, event, params):
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 321, in dispatch_event
getattr(self, k)(**(params or {}))
"/usr/lib/pymodules/python2.7/ajenti/plugins/iptables/main.py", line 171, in save
self.config.save()
"/usr/lib/pymodules/python2.7/reconfigure/configs/base.py", line 55, in save
result[k or self.origin] = self.parser.stringify(nodetree[k])
"/usr/lib/pymodules/python2.7/reconfigure/parsers/iptables.py", line 66, in stringify
for o in item.children
"/usr/lib/pymodules/python2.7/reconfigure/parsers/iptables.py", line 67, in <genexpr>
if o.name == 'option'AttributeError: 'NoneType' object has no attribute 'value' | 0.3158 |
Traceback (most recent call last):
"E:\Software\mobile tools\Mobile-Security-Framework-MobSF\MalwareAnalyzer\views\apkid.py", line 45, in apkid_analysis
findings = output._build_json_output(res)['files']
AttributeError: 'OutputFormatter' object has no attribute '_build_json_output'
| Traceback (most recent call last):
"/usr/local/bin/youtube-dl", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python2.7/dist-packages/youtube_dl/**init**.py", line 849, in main
_real_main(argv)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/__init__.py", line 839, in _real_main
retcode = ydl.download(all_urls)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1039, in download
self.extract_info(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 163, in extract
return self._real_extract(url)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 1778, in _real_extract
if info['paging'] is None:KeyError: 'paging' | 0.305947 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/site-packages/ipfsapi/utils.py", line 150, in wrapper
res = cmd(*args, **kwargs)
"/usr/local/lib/python2.7/site-packages/ipfsapi/client.py", line 2087, in add_bytes
data=body, headers=headers, **kwargs)
"/usr/local/lib/python2.7/site-packages/ipfsapi/http.py", line 37, in wrapper
return func(self, *args, **merged)
"/usr/local/lib/python2.7/site-packages/ipfsapi/http.py", line 170, in request
files, headers, data)
"/usr/local/lib/python2.7/site-packages/ipfsapi/http.py", line 100, in _request
files=files, headers=headers, data=data)
"/usr/local/lib/python2.7/site-packages/ipfsapi/http.py", line 77, in _do_request
six.raise_from(exceptions.ConnectionError(error), error)
"/Users/machawk1/Library/Python/2.7/lib/python/site-packages/six.py", line 737, in raise_from
raise value
ipfsapi.exceptions.ConnectionError: ConnectionError: [Errno 32] Broken pipe
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/services/notifier/service.py", line 129, in _run_notifier
self.service_config)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/notifier/notifier.py", line 187, in run
.run(violations_as_dict, source_id=source_id))
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/notifier/notifiers/cscc_notifier.py", line 285, in run
self._send_findings_to_cscc(violations, source_id=source_id)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/notifier/notifiers/cscc_notifier.py", line 229, in _send_findings_to_cscc
for page in paged_findings_in_cscc:
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/gcp_api/repository_mixins.py", line 55, in list
verb_arguments=arguments):
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/gcp_api/_base_repository.py", line 467, in execute_paged_query
response = self._execute(request)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/util/replay.py", line 169, in replay_wrapper
return f(self, request, *args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/util/replay.py", line 82, in record_wrapper
return f(self, request, *args, **kwargs)
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 49, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 206, in call
return attempt.get(self._wrap_exception)
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 247, in get
six.reraise(self.value[0], self.value[1], self.value[2])
"/usr/local/lib/python3.6/dist-packages/six.py", line 693, in reraise
raise value
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 200, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/gcp_api/_base_repository.py", line 541, in _execute
num_retries=self._num_retries)
"/home/ubuntu/forseti-security/.eggs/google_api_python_client-1.7.10-py3.6.egg/googleapiclient/_helpers.py", line 130, in positional_wrapper
return wrapped(*args, **kwargs)
"/home/ubuntu/forseti-security/.eggs/google_api_python_client-1.7.10-py3.6.egg/googleapiclient/http.py", line 855, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 500 when requesting https://securitycenter.googleapis.com/v1/organizations/123456789000/sources/1234567890001112223/findings?alt=json&pageToken=CusC3cy7qgAx8Qq
| 0.31984 |
Traceback (most recent call last):
"/home/daniel/.conda/envs/habitat/bin/pip", line 7, in <module>
from pip._internal import main
ModuleNotFoundError: No module named 'pip'
| Traceback (most recent call last):
"train.py", line 20, in <module>
for i, data in enumerate(dataset):
"/usr/local/lib/python2.7/dist-packages/torch/utils/data/dataloader.py", line 212, in __next__
return self._process_next_batch(batch)
"/usr/local/lib/python2.7/dist-packages/torch/utils/data/dataloader.py", line 239, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
TypeError: Traceback (most recent call last):
| 0.319519 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/generic.py", line 3355, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://brown.hosted.panopto.com/Panopto/Pages/Embed.aspx?id=0b3ff73b-36a0-46c5-8455-aadf010a3638
| Traceback (most recent call last):
"/usr/local/bin/paperwork", line 3, in <module>
from paperwork.paperwork import main
"/usr/local/lib/python2.7/dist-packages/paperwork/paperwork.py", line 33, in <module>
from frontend import mainwindow
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/mainwindow.py", line 47, in <module>
from paperwork.backend.docsearch import DocSearch
"/usr/local/lib/python2.7/dist-packages/paperwork/backend/docsearch.py", line 30, in <module>
import whoosh.fieldsImportError: No module named whoosh.fields | 0.195197 |
Traceback (most recent call last):
"C:\Users\dellpc\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self.connect_control()
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control
return self._create_connected_socket('control', identity=identity)
"C:\Users\dellpc\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\Users\dellpc\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 146, in socket
s = self._socket_class(self, socket_type, **kwargs)
"C:\Users\dellpc\Anaconda3\lib\site-packages\zmq\sugar\socket.py", line 59, in __init__
super(Socket, self).__init__(*a, **kw)
"zmq/backend/cython/socket.pyx", line 328, in zmq.backend.cython.socket.Socket.__init__
zmq.error.ZMQError: Unknown error
| Traceback (most recent call last):
"/usr/local/bin/elastalert", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.5/dist-packages/elastalert/elastalert.py", line 2034, in main
client = ElastAlerter(args)
"/usr/local/lib/python3.5/dist-packages/elastalert/elastalert.py", line 136, in __init__
self.conf = load_conf(self.args)
"/usr/local/lib/python3.5/dist-packages/elastalert/config.py", line 90, in load_conf
rules_loader = rules_loader_class(conf)
"/usr/local/lib/python3.5/dist-packages/elastalert/loaders.py", line 94, in __init__
yaml.load(open(os.path.join(os.path.dirname(__file__), 'schema.yaml')), Loader=yaml.FullLoader))
AttributeError: module 'yaml' has no attribute 'FullLoader'
| 0.218256 |
Traceback (most recent call last):
"train_mask_rcnn.py", line 733, in <module>
train(net, train_data, val_data, eval_metric, batch_size, ctx, logger, args)
"train_mask_rcnn.py", line 572, in train
executor.put(data)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/gluoncv/utils/parallel.py", line 119, in put
out = self._parallizable.forward_backward(x)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/gluoncv/model_zoo/rcnn/mask_rcnn/data_parallel.py", line 48, in forward_backward
cls_targets, box_targets, box_masks, indices = self.net(data, gt_box, gt_label)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/mxnet/gluon/block.py", line 682, in __call__
out = self.forward(*args)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/mxnet/gluon/block.py", line 1244, in forward
return self._call_cached_op(x, *args)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/mxnet/gluon/block.py", line 995, in _call_cached_op
self._build_cache(*args)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/mxnet/gluon/block.py", line 966, in _build_cache
self._deferred_infer_shape(*args)
"/home/user/miniconda3/envs/gluon/lib/python3.8/site-packages/mxnet/gluon/block.py", line 991, in _deferred_infer_shape
raise ValueError(error_msg)
ValueError: Deferred initialization failed because shape cannot be inferred. MXNetError: Error in operator maskrcnn0_multiclassencoder0_pick0: Shape inconsistent, Provided = [2,512], inferred shape=[3,512]
| Traceback (most recent call last):
"/usr/local/bin/dcode", line 303, in <module>
main()
"/usr/local/bin/dcode", line 301, in main
decode(string, 'none')
"/usr/local/bin/dcode", line 277, in decode
hexenc(string, base)
"/usr/local/bin/dcode", line 209, in hexenc
string = bytearray.fromhex(string)
ValueError: non-hexadecimal number found in fromhex() arg at position 4
| 0.319134 |
Traceback (most recent call last):
"/home/home/SickRage/sickbeard/scheduler.py", line 106, in run
self.action.run(self.force)
"/home/home/SickRage/sickbeard/subtitles.py", line 804, in run
logger.log(u'Episode already has all needed subtitles, skipping %s %s', ep_to_sub['show_name'], ep_num)
"/usr/lib/python2.7/logging/__init__.py", line 1212, in log
raise TypeError("level must be an integer")TypeError: level must be an integer | Traceback (most recent call last):
"/usr/lib/pymodules/python2.6/overviewer_core/rendernode.py", line 42, in newfunc
return func(_args, *_kwargs)
"/usr/lib/pymodules/python2.6/overviewer_core/rendernode.py", line 541, in render_worldtile_batch
quadtree.render_worldtile(tile)
"/usr/lib/pymodules/python2.6/overviewer_core/quadtree.py", line 501, in render_worldtile
a.chunk_render(tileimg, xpos, ypos, None)
"/usr/lib/pymodules/python2.6/overviewer_core/chunk.py", line 383, in chunk_render
self.queue.put(['removePOI', (self.chunkX, self.chunkY)])
"<string>", line 2, in put
"/usr/lib/python2.6/multiprocessing/managers.py", line 725, in _callmethod
conn.send((self._id, methodname, args, kwds))IOError: [Errno 32] Broken pipe | 0.240792 |
Traceback (most recent call last):
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/gunicorn/app/base.py", line 93, in get_config_from_filename
execfile_(filename, cfg, cfg)
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/gunicorn/_compat.py", line 72, in execfile_
return six.exec_(code, *args)
"gunicornconfig.py", line 1, in <module>
from prometheus_client import multiprocess
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/prometheus_client/__init__.py", line 5, in <module>
from . import process_collector
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/prometheus_client/process_collector.py", line 93, in <module>
PROCESS_COLLECTOR = ProcessCollector()
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/prometheus_client/process_collector.py", line 39, in __init__
registry.register(self)
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/prometheus_client/core.py", line 50, in register
names = self._get_names(collector)
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/prometheus_client/core.py", line 86, in _get_names
for metric in desc_func():
"/home/vasilek/coller_app/env/lib/python3.6/site-packages/prometheus_client/process_collector.py", line 56, in collect
parts = (stat.read().split(')')[-1].split())
"/home/vasilek/.pyenv/versions/3.6.4/lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd0 in position 21: invalid continuation byte
| Traceback (most recent call last):
"<stdin>", line 1, in <module>NameError: name 'Tk' is not defined | 0.258191 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"*/celery/result.py", line 120, in get
interval=interval)
"*/celery/backends/amqp.py", line 150, in wait_for
raise meta['result']
celery.exceptions.ChordError: Dependency 97de6f3f-ea67-4517-a21c-d867c61fcb47
| Traceback (most recent call last):
"/usr/local/bin/fusesoc", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python2.7/dist-packages/fusesoc/main.py", line 604, in main
args.func(cm, args)
"/usr/local/lib/python2.7/dist-packages/fusesoc/main.py", line 68, in build
flags, None, args.system, args.backendargs, None)
"/usr/local/lib/python2.7/dist-packages/fusesoc/main.py", line 348, in run_backend
backend.build()
"/usr/local/lib/python2.7/dist-packages/edalize/edatool.py", line 117, in build
self.build_main()
"/usr/local/lib/python2.7/dist-packages/edalize/edatool.py", line 126, in build_main
self._run_tool('make')
"/usr/local/lib/python2.7/dist-packages/edalize/edatool.py", line 293, in _run_tool
except
NotFoundError:
NameError: global name '
NotFoundError' is not defined
| 0.238478 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dlp/inspect_content_test.py", line 447, in test_inspect_datastore_no_results
assert "No findings" in outAssertionError: assert 'No findings' in 'Inspection operation started: projects/python-docs-samples-tests/locations/global/dlpJobs/i-492908695190707347\nNo event received before the timeout. Please verify that the subscription provided is subscribed to the topic provided.\n'</pre></details> | 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.150985 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/setup.py", line 172, in _async_setup_component
hass, processed_config
"/home/homeassistant/.homeassistant/custom_components/hacs/__init__.py", line 40, in async_setup
await startup_wrapper_for_yaml(Hacs)
"/home/homeassistant/.homeassistant/custom_components/hacs/__init__.py", line 75, in startup_wrapper_for_yaml
startup_result = await hacs_startup(hacs)
"/home/homeassistant/.homeassistant/custom_components/hacs/__init__.py", line 126, in hacs_startup
if not await hacs.data.restore():
"/home/homeassistant/.homeassistant/custom_components/hacs/hacsbase/data.py", line 67, in restore
hacs = await async_load_from_store(self.hass, "hacs")
"/home/homeassistant/.homeassistant/custom_components/hacs/store.py", line 10, in async_load_from_store
restored = await store.async_load()
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/storage.py", line 99, in async_load
return await self._load_task
"/srv/homeassistant/lib/python3.7/site-packages/homeassistant/helpers/storage.py", line 117, in _async_load
if data["version"] == self.version:
KeyError: 'version'
| Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/everpad/pad/indicator.py", line 63, in open
editor = Editor(self.app, note)
"/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 447, in __init__
self.init_controls()
"/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 479, in init_controls
self.ui.resourceArea, self.mark_touched,
"/usr/lib/pymodules/python2.7/everpad/pad/editor.py", line 333, in __init__
self.mime = magic.open(magic.MIME_TYPE)AttributeError: 'module' object has no attribute 'open' | 0.319885 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
from pip import main
ImportError: cannot import name main
| Traceback (most recent call last):
"/Users/ray/Desktop/uply/my-server/lib/python3.5/site-
packages/django/core/handlers/base.py", line 149, in get_response
response = self.process_exception_by_middleware(e, request)
"/Users/ray/Desktop/uply/my-server/lib/python3.5/site-
packages/django/core/handlers/base.py", line 147, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/Users/ray/Desktop/uply/my-server/src/posts/views.py", line 186, in
search_title
posts = SearchQuerySet().autocomplete(content_auto=request.GET.get('search_text', ''))
"/Users/ray/Desktop/uply/my-server/lib/python3.5/site-packages/haystack/query.py", line 471, in autocomplete
return clone.filter(six.moves.reduce(operator.__and__, query_bits))TypeError: reduce() of empty sequence with no initial value | 0.24179 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/syncthing_gtk/app.py", line 841, in cb_syncthing_device_added
used
"/usr/lib/python2.7/dist-packages/syncthing_gtk/app.py", line 1306, in show_device
box.set_dark_color(*self.dark_color)
"/usr/lib/python2.7/dist-packages/syncthing_gtk/infobox.py", line 417, in set_dark_color
la = self.grid.child_get_property(w, "left-attach")TypeError: child_get_property() takes exactly 4 arguments (3 given) | Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 529, in extract
ie_result = self._real_extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/openload.py", line 1993, in _real_extract
'stream URL'))
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 1004, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract stream URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.203256 |
Traceback (most recent call last):
"/opt/py3/lib64/python3.6/site-packages/setuptools/installer.py", line 119, in fetch_build_egg
subprocess.check_call(cmd)
"/usr/lib64/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/opt/py3/bin/python3.6', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmp126u6ar9', '--quiet', 'pycparser']' returned non-zero exit status 1.
| Traceback (most recent call last):
"<input>", line 14, in <module>
"/home/magehex/anaconda3/envs/reinbo/lib/python3.7/site-packages/sklearn/base.py", line 556, in fit_transform
return self.fit(X, y, **fit_params).transform(X)
"/home/magehex/anaconda3/envs/reinbo/lib/python3.7/site-packages/dask_ml/preprocessing/data.py", line 180, in fit
quantiles = [da.percentile(col, [q_min, 50.0, q_max]) for col in X.T]
"/home/magehex/anaconda3/envs/reinbo/lib/python3.7/site-packages/dask_ml/preprocessing/data.py", line 180, in <listcomp>
quantiles = [da.percentile(col, [q_min, 50.0, q_max]) for col in X.T]
"/home/magehex/anaconda3/envs/reinbo/lib/python3.7/site-packages/dask/array/percentile.py", line 133, in percentile
for i, key in enumerate(a.__dask_keys__())
AttributeError: 'numpy.ndarray' object has no attribute '__dask_keys__'
| 0.293179 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/urllib/request.py", line 1350, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
"/usr/local/lib/python3.8/http/client.py", line 1240, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/local/lib/python3.8/http/client.py", line 1286, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.8/http/client.py", line 1235, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.8/http/client.py", line 1006, in _send_output
self.send(msg)
"/usr/local/lib/python3.8/http/client.py", line 946, in send
self.connect()
"/usr/local/lib/python3.8/http/client.py", line 1409, in connect
self.sock = self._context.wrap_socket(self.sock,
"/usr/local/lib/python3.8/ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
"/usr/local/lib/python3.8/ssl.py", line 1040, in _create
self.do_handshake()
"/usr/local/lib/python3.8/ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
| Traceback (most recent call last):
"object_detection/model_main.py", line 109, in <module>
tf.app.run()
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/platform/app.py", line 40, in run
_run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)
"/home/suyali/anaconda3/lib/python3.5/site-packages/absl/app.py", line 300, in run
_run_main(main, args)
"/home/suyali/anaconda3/lib/python3.5/site-packages/absl/app.py", line 251, in _run_main
sys.exit(main(argv))
"object_detection/model_main.py", line 105, in main
tf.estimator.train_and_evaluate(estimator, train_spec, eval_specs[0])
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 473, in train_and_evaluate
return executor.run()
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 613, in run
return self.run_local()
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/training.py", line 714, in run_local
saving_listeners=saving_listeners)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 367, in train
loss = self._train_model(input_fn, hooks, saving_listeners)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1158, in _train_model
return self._train_model_default(input_fn, hooks, saving_listeners)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1192, in _train_model_default
saving_listeners)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow_estimator/python/estimator/estimator.py", line 1484, in _train_with_estimator_spec
_, loss = mon_sess.run([estimator_spec.train_op, estimator_spec.loss])
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/training/monitored_session.py", line 754, in run
run_metadata=run_metadata)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/training/monitored_session.py", line 1252, in run
run_metadata=run_metadata)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/training/monitored_session.py", line 1353, in run
raise six.reraise(*original_exc_info)
"/home/suyali/anaconda3/lib/python3.5/site-packages/six.py", line 686, in reraise
raise value
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/training/monitored_session.py", line 1338, in run
return self._sess.run(*args, **kwargs)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/training/monitored_session.py", line 1411, in run
run_metadata=run_metadata)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/training/monitored_session.py", line 1169, in run
return self._sess.run(*args, **kwargs)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 950, in run
run_metadata_ptr)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1173, in _run
feed_dict_tensor, options, run_metadata)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1350, in _do_run
run_metadata)
"/home/suyali/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1370, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) found.
| 0.276382 |
Traceback (most recent call last):
"demo.py", line 84, in <module>
main()
"demo.py", line 61, in main
net = NetClass(compute_grad=False)
# instantiate a network
"D:\3D-R2N2-master\models\net.py", line 37, in __init__
self.setup()
"D:\3D-R2N2-master\models\net.py", line 40, in setup
self.network_definition()
"D:\3D-R2N2-master\models\res_gru_net.py", line 160, in network_definition
dtype=theano.config.floatX)])
"D:\Anaconda3\lib\site-packages\theano\scan_module\scan.py", line 773, in scan
condition, outputs, updates = scan_utils.get_updates_and_outputs(fn(*args))
"D:\3D-R2N2-master\models\res_gru_net.py", line 153, in recurrence
return gru_out_.output, update_gate_.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 214, in set_output
self._output = self._prev_layer.output + self._add_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 225, in set_output
self._output = self._prev_layer.output * self._mult_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 657, in set_output
self._output = sigmoid(self._prev_layer.output)
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 504, in set_output
tensor.dot(self._fc_layer.output, self.Wx.val), self._output_shape)
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 637, in set_output
self._input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 159, in set_output
self._output = tensor.dot(self._prev_layer.output, self.W.val)
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 236, in set_output
self._prev_layer.output.flatten(2)
# flatten from the second dim
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 351, in set_output
input=self._prev_layer.output,
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 214, in set_output
self._output = self._prev_layer.output + self._add_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 351, in set_output
input=self._prev_layer.output,
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 214, in set_output
self._output = self._prev_layer.output + self._add_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 319, in set_output
padded_input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 351, in set_output
input=self._prev_layer.output,
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 637, in set_output
self._input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 313, in set_output
self._prev_layer.output)
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 637, in set_output
self._input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 313, in set_output
self._prev_layer.output)
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 351, in set_output
input=self._prev_layer.output,
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 214, in set_output
self._output = self._prev_layer.output + self._add_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 319, in set_output
padded_input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 351, in set_output
input=self._prev_layer.output,
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 214, in set_output
self._output = self._prev_layer.output + self._add_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 319, in set_output
padded_input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 351, in set_output
input=self._prev_layer.output,
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 637, in set_output
self._input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 313, in set_output
self._prev_layer.output)
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 637, in set_output
self._input = self._prev_layer.output
"D:\3D-R2N2-master\lib\layers.py", line 129, in output
self.set_output()
"D:\3D-R2N2-master\lib\layers.py", line 328, in set_output
border_mode='valid')
"D:\Anaconda3\lib\site-packages\theano\tensor\nnet\__init__.py", line 169, in conv2d
filter_dilation, num_groups, unshared)
"D:\Anaconda3\lib\site-packages\theano\tensor\nnet\abstract_conv.py", line 643, in conv2d
unshared=unshared)
"D:\Anaconda3\lib\site-packages\theano\tensor\nnet\abstract_conv.py", line 2465, in __init__
unshared=unshared)
"D:\Anaconda3\lib\site-packages\theano\tensor\nnet\abstract_conv.py", line 2314, in __init__
unshared=unshared)
"D:\Anaconda3\lib\site-packages\theano\tensor\nnet\abstract_conv.py", line 2103, in __init__
self.imshp = tuple(imshp) if imshp else (None,) * (2 + convdim)
ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all() | Traceback (most recent call last):
"/Users/dengemann/anaconda/lib/python2.7/site-packages/IPython/core/application.py", line 197, in excepthook
return self.crash_handler(etype, evalue, tb)
"/Users/dengemann/anaconda/lib/python2.7/site-packages/IPython/core/crashhandler.py", line 180, in __call__
input("Hit <Enter> to quit (your terminal may close):")
"/Users/dengemann/anaconda/lib/python2.7/site-packages/IPython/utils/py3compat.py", line 150, in input
return builtin_mod.raw_input(prompt)RuntimeError: can't re-enter readline | 0.26722 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/bin/spotdl", line 6, in <module>
from spotdl.spotdl import main
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/spotdl/spotdl.py", line 14, in <module>
from spotdl import youtube_tools
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/spotdl/youtube_tools.py", line 21, in <module>
patcher.patch_pafy()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/spotdl/patcher.py", line 29, in patch_pafy
pafy.backend_shared.BasePafy._bestthumb = None
AttributeError: module 'pafy' has no attribute 'backend_shared'` | Traceback (most recent call last):
"<ipython-input-51-e43bc1030cea>", line 1, in <module>
f = s.get(url)
"C:\Anaconda3\lib\site-packages\requests\sessions.py", line 480, in get
return self.request('GET', url, **kwargs)
"C:\Anaconda3\lib\site-packages\requests\sessions.py", line 468, in request
resp = self.send(prep, **send_kwargs)
"C:\Anaconda3\lib\site-packages\requests\sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"C:\Anaconda3\lib\site-packages\requests\adapters.py", line 433, in send
raise SSLError(e, request=request)SSLError: EOF occurred in violation of protocol (_ssl.c:646) | 0.271943 |
Traceback (most recent call last):
"/home2/fumanchu/lib/python2.4/trac/web/cgi_frontend.py", line 130, in run
dispatch_request(req.path_info, req, env)
"/home2/fumanchu/lib/python2.4/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
"/home2/fumanchu/lib/python2.4/trac/web/main.py", line 83, in dispatch
req.hdf = HDFWrapper(loadpaths=chrome.get_all_templates_dirs())
"/home2/fumanchu/lib/python2.4/trac/web/clearsilver.py", line 132, in __init__
raise TracError, "ClearSilver not installed (%s)" % eTracError: ClearSilver not installed (No module named neo_cgi) | Traceback (most recent call last):
"<stdin>", line 1, in <module>ImportError: No module named conda | 0.24075 |
Traceback (most recent call last):
"/usr/share/bleachbit/Worker.py", line 88, in execute
for ret in cmd.execute(self.really_delete):
"/usr/share/bleachbit/Command.py", line 144, in execute
func_ret = self.func()
"/usr/share/bleachbit/Unix.py", line 626, in apt_clean
(' '.join(e.cmd), e.output))
RuntimeError: Error calling 'apt-get clean':
| Traceback (most recent call last):
"/Users/zhangxiaowei/anaconda/lib/python3.4/threading.py", line 920, in _bootstrapr
self.run()
"/Users/zhangxiaowei/anaconda/lib/python3.4/threading.py", line 868, in run
self._target(*self._args, **self._kwargs)
"/Users/zhangxiaowei/anaconda/lib/python3.4/site-packages/prompt_toolkit/interfacen
CompleteEvent(text_inserted=True)))
"/Users/zhangxiaowei/anaconda/lib/python3.4/site-packages/prompt_toolkit/contrib/rs
self._get_completions_for_match(m, complete_event))
"/Users/zhangxiaowei/anaconda/lib/python3.4/site-packages/prompt_toolkit/contrib/rs
for i in items:
"/Users/zhangxiaowei/anaconda/lib/python3.4/site-packages/prompt_toolkit/contrib/rh
for completion in completer.get_completions(document, complete_event):
"/Users/zhangxiaowei/anaconda/lib/python3.4/site-packages/ptpython/completer.py", s
script = get_jedi_script_from_document(document, self.get_locals(), self.get_globals()
"/Users/zhangxiaowei/anaconda/lib/python3.4/site-packages/ptpython/utils.py", linet
except jedi.common.MultiLevelStopIteration:AttributeError: 'module' object has no attribute 'MultiLevelStopIteration' | 0.286662 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/Users/hannes/Downloads/scikit-image-0.10.0/skimage/io/tests/test_image.py", line 24, in test_repr_png_roundtrip
array = imread(BytesIO(image._repr_png_()))
"skimage/io/_io.py", line 47, in _repr_png_
return self._repr_image_format('png')
"skimage/io/_io.py", line 54, in _repr_image_format
imsave(str_buffer, self, format_str=format_str)
"skimage/io/_io.py", line 155, in imsave
return call_plugin('imsave', fname, arr, plugin=plugin, **plugin_args)
"skimage/io/manage_plugins.py", line 209, in call_plugin
return func(*args, **kwargs)
"skimage/io/_plugins/qt_plugin.py", line 161, in imsave
filename.write(qbuffer.readAll())TypeError: 'QByteArray' does not have the buffer interface | Traceback (most recent call last):
"main.py", line 1, in <module>
import mybranch
ModuleNotFoundError: No module named 'mybranch'
| 0.278642 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/wc/anaconda/lib/python2.7/site-packages/nflgame/__init__.py", line 220, in games
return list(games_gen(year, week, home, away, kind, started))TypeError: 'NoneType' object is not iterable | Using BLAS=openblas
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'torch'
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'torch'
Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'torch'
Traceback (most recent call last):
| 0.298504 |
``Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 912, in run self.pre_run_hook(instance, **kwargs)
"/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 1746, in pre_run_hook self.acquire_lock(instance)
"/usr/lib/python2.7/site-packages/awx/main/tasks.py", line 1726, in acquire_lock fcntl.flock(self.lock_fd, fcntl.LOCK_EX | fcntl.LOCK_NB) IOError: [Errno 9] Bad file descriptor``
| Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 153, in github_gist_search_main
gist, gist_link = get_raw_html(link, verbose=verbose)TypeError: 'NoneType' object is not iterable | 0.126971 |
Traceback (most recent call last):
"/anaconda/envs/azureml_py36/lib/python3.6/site-packages/py4j/java_gateway.py", line 929, in _get_connection
connection = self.deque.pop()
IndexError: pop from an empty deque
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib64/python3.4/site-packages/keras/engine/topology.py", line 2391, in to_yaml
return yaml.dump(model_config, **kwargs)
"/usr/lib64/python3.4/site-packages/yaml/__init__.py", line 200, in dump
return dump_all([data], stream, Dumper=Dumper, **kwds)
"/usr/lib64/python3.4/site-packages/yaml/__init__.py", line 188, in dump_all
dumper.represent(data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 26, in represent
node = self.represent_data(data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 47, in represent_data
node = self.yaml_representers[data_types[0]](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 203, in represent_dict
return self.represent_mapping('tag:yaml.org,2002:map', data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 116, in represent_mapping
node_value = self.represent_data(item_value)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 47, in represent_data
node = self.yaml_representers[data_types[0]](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 195, in represent_list
return self.represent_sequence('tag:yaml.org,2002:seq', data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 91, in represent_sequence
node_item = self.represent_data(item)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 47, in represent_data
node = self.yaml_representers[data_types[0]](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 203, in represent_dict
return self.represent_mapping('tag:yaml.org,2002:map', data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 116, in represent_mapping
node_value = self.represent_data(item_value)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 47, in represent_data
node = self.yaml_representers[data_types[0]](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 203, in represent_dict
return self.represent_mapping('tag:yaml.org,2002:map', data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 116, in represent_mapping
node_value = self.represent_data(item_value)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 47, in represent_data
node = self.yaml_representers[data_types[0]](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 203, in represent_dict
return self.represent_mapping('tag:yaml.org,2002:map', data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 116, in represent_mapping
node_value = self.represent_data(item_value)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 51, in represent_data
node = self.yaml_multi_representers[data_type](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 352, in represent_object
return self.represent_mapping(tag+function_name, value)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 116, in represent_mapping
node_value = self.represent_data(item_value)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 47, in represent_data
node = self.yaml_representers[data_types[0]](self, data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 282, in represent_tuple
return self.represent_sequence('tag:yaml.org,2002:python/tuple', data)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 91, in represent_sequence
node_item = self.represent_data(item)
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 33, in represent_data
if self.ignore_aliases(data):
"/usr/lib64/python3.4/site-packages/yaml/representer.py", line 135, in ignore_aliases
if data in [None, ()]:TypeError: data type not understood | 0.276659 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.