text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/lib64/python3.4/random.py", line 253, in choice
i = self._randbelow(len(seq))
"/usr/lib64/python3.4/random.py", line 230, in _randbelow
r = getrandbits(k)
# 0 <= r < 2**kValueError: number of bits must be greater than zero | Traceback (most recent call last):
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/basecommand.py", line 126, in main
self.run(options, args)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/commands/install.py", line 223, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/req.py", line 961, in prepare_files
self.unpack_url(url, location, self.is_download)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/req.py", line 1075, in unpack_url
return unpack_file_url(link, location)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/download.py", line 305, in unpack_file_url
unpack_file(source, location, content_type, link)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/util.py", line 475, in unpack_file
untar_file(filename, location)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pip/util.py", line 442, in untar_file
shutil.copyfileobj(fp, destfp)
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 48, in copyfileobj
buf = fsrc.read(length)AttributeError: 'NoneType' object has no attribute 'read' | 0.218227 |
Traceback (most recent call last):
"/usr/local/bin/opsdroid", line 8, in <module>
sys.exit(cli())
"/usr/local/lib/python3.6/dist-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/usr/local/lib/python3.6/dist-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/local/lib/python3.6/dist-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/local/lib/python3.6/dist-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/opsdroid/cli/start.py", line 42, in start
opsdroid.run()
"/usr/local/lib/python3.6/dist-packages/opsdroid/core.py", line 165, in run
self.eventloop.run_until_complete(asyncio.gather(*pending))
"/usr/lib/python3.6/asyncio/base_events.py", line 484, in run_until_complete
return future.result()
"/usr/local/lib/python3.6/dist-packages/opsdroid/core.py", line 141, in handle_async_exception
context["future"].result()
"/usr/local/lib/python3.6/dist-packages/slack/rtm/client.py", line 356, in _connect_and_read
await self._wait_exponentially(exception)
"/usr/local/lib/python3.6/dist-packages/slack/rtm/client.py", line 523, in _wait_exponentially
wait_time = exception.response["headers"]["Retry-After"]
TypeError: 'NoneType' object is not subscriptable
| Traceback (most recent call last):
"/usr/local/lib/python3.7/asyncio/selector_events.py", line 814, in _read_ready__data_received
data = self._sock.recv(self.max_size)
ConnectionResetError: [Errno 104] Connection reset by peer
| 0.271761 |
Traceback (most recent call last):
"/opt/conda/lib/python3.6/multiprocessing/process.py", line 261, in _bootstrap
util._exit_function()
"/opt/conda/lib/python3.6/multiprocessing/util.py", line 319, in _exit_function
p.join()
"/opt/conda/lib/python3.6/multiprocessing/process.py", line 124, in join
res = self._popen.wait(timeout)
"/opt/conda/lib/python3.6/multiprocessing/popen_fork.py", line 50, in wait
return self.poll(os.WNOHANG if timeout == 0.0 else 0)
"/opt/conda/lib/python3.6/multiprocessing/popen_fork.py", line 28, in poll
pid, sts = os.waitpid(self.pid, flag)
"/opt/conda/lib/python3.6/site-packages/torch/utils/data/_utils/signal_handling.py", line 66, in handler
_error_if_any_worker_fails()
RuntimeError: DataLoader worker (pid 9687) is killed by signal: Terminated.
| Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/ceskatelevize.py", line 201, in _real_extract
self._sort_formats(e['formats'])
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1327, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.159685 |
Traceback (most recent call last):
"/srv/releases/1/venv/lib/python3.7/site-packages/salt/cloud/__init__.py", line 2414, in run_parallel_map_providers_query
cloud.clouds[data['fun']]()
"/srv/releases/1/venv/lib/python3.7/site-packages/salt/cloud/clouds/openstack.py", line 342, in list_nodes
for node, info in list_nodes_full(conn=conn).items():
"/srv/releases/1/venv/lib/python3.7/site-packages/salt/cloud/clouds/openstack.py", line 413, in list_nodes_full
ret[node.name]['image'] = node.image.name
AttributeError: 'dict' object has no attribute 'name'
| Traceback (most recent call last):
"/usr/lib64/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"/usr/lib64/python3.8/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/lib64/python3.8/site-packages/youtube_dl/extractor/linkedin.py", line 127, in _real_extract
self._sort_formats(formats, ('width', 'height', 'source_preference', 'tbr', 'abr'))
"/usr/lib64/python3.8/site-packages/youtube_dl/extractor/common.py", line 1350, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.197662 |
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\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpaxmfe_l6\build\youtube_dl\extractor\generic.py", line 3333, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://go.discovery.com/tv-shows/battlebots/full-episodes/buckers-and-brawlers-2
| 0.263493 |
Traceback (most recent call last):
"C:\Users\jeff5\Desktop\Python\OpenGL_Exercises\Example1.py", line 17, in <module>
window = app.Window()
"C:\Users\jeff5\AppData\Roaming\Python\Python36\site-packages\glumpy\app\__init__.py", line 186, in __new__
config = configuration.gl_get_configuration()
"C:\Users\jeff5\AppData\Roaming\Python\Python36\site-packages\glumpy\app\configuration.py", line 354, in gl_get_configuration
configuration._samples
= gl.glGetInteger(gl.GL_SAMPLES)
"C:\Users\jeff5\AppData\Roaming\Python\Python36\site-packages\OpenGL\latebind.py", line 41, in __call__
return self._finalCall( *args, **named )
"C:\Users\jeff5\AppData\Roaming\Python\Python36\site-packages\OpenGL\wrapper.py", line 674, in wrapperCall
raise err
"C:\Users\jeff5\AppData\Roaming\Python\Python36\site-packages\OpenGL\wrapper.py", line 667, in wrapperCall
result = wrappedOperation( *cArguments )
"C:\Users\jeff5\AppData\Roaming\Python\Python36\site-packages\OpenGL\error.py", line 232, in glCheckError
baseOperation = baseOperation,
OpenGL.error.GLError: GLError(
| Traceback (most recent call last):
"/home/teven/dev_transformers/perso/transformers/generation_script.py", line 15, in <module>
output_to_check = generator("Today is a beautiful day and I, ", offset=offset, do_sample=True, top_k=50, max_len=100)
"/home/teven/dev_transformers/perso/transformers/src/transformers/pipelines.py", line 692, in __call__
generated_sequence = generated_sequence.numpy().tolist()
TypeError: can't convert cuda:0 device type tensor to numpy. Use Tensor.cpu() to copy the tensor to host memory first.
| 0.225078 |
Traceback (most recent call last):
"tests/test_client.py", line 135, in test_getPreview
self.assertEqual(st[0].stats.npts, 182840)AssertionError: 1 != 182840 | Traceback (most recent call last):
"/usr/bin/dynamic-dynamodb", line 5, in <module>
pkg_resources.run_script('dynamic-dynamodb==1.10.5', 'dynamic-dynamodb')
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 461, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 1194, in run_script
execfile(script_filename, namespace, namespace)
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/EGG-INFO/scripts/dynamic-dynamodb", line 22, in <module>
import dynamic_dynamodb
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/dynamic_dynamodb/__init__.py", line 29, in <module>
from dynamic_dynamodb.core import dynamodb, gsi, table
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/dynamic_dynamodb/core/dynamodb.py", line 12, in <module>
from dynamic_dynamodb.log_handler import LOGGER as logger
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/dynamic_dynamodb/log_handler.py", line 25, in <module>
import config_handler
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/dynamic_dynamodb/config_handler.py", line 4, in <module>
CONFIGURATION = config.get_configuration()
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/dynamic_dynamodb/config/__init__.py", line 118, in get_configuration
configuration['tables'] = __get_config_table_options(conf_file_options)
"/usr/lib/python2.6/site-packages/dynamic_dynamodb-1.10.5-py2.6.egg/dynamic_dynamodb/config/__init__.py", line 191, in __get_config_table_options
options[table_name]['gsis'][gsi_name][option] = optKeyError: 'gsis' | 0.192877 |
2017-07-11 11:47:39.349033 WARNING Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/appdaemon/appdaemon.py", line 1332, in appdaemon_loop
"{}/api/websocket".format(url), sslopt=sslopt
"/usr/local/lib/python3.6/site-packages/websocket/_core.py", line 487, in create_connection
websock.connect(url, **options)
"/usr/local/lib/python3.6/site-packages/websocket/_core.py", line 211, in connect
options.pop('socket', None))
"/usr/local/lib/python3.6/site-packages/websocket/_http.py", line 77, in connect
sock = _ssl_socket(sock, options.sslopt, hostname)
"/usr/local/lib/python3.6/site-packages/websocket/_http.py", line 182, in _ssl_socket
sock = _wrap_sni_socket(sock, sslopt, hostname, check_hostname)
"/usr/local/lib/python3.6/site-packages/websocket/_http.py", line 160, in _wrap_sni_socket
server_hostname=hostname,
"/usr/local/lib/python3.6/ssl.py", line 401, in wrap_socket
_context=self, _session=session)
"/usr/local/lib/python3.6/ssl.py", line 808, in __init__
self.do_handshake()
"/usr/local/lib/python3.6/ssl.py", line 1061, in do_handshake
self._sslobj.do_handshake()
"/usr/local/lib/python3.6/ssl.py", line 683, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
| Traceback (most recent call last):
"main.py", line 145, in <module>
main()
"main.py", line 131, in main
model = Model(loader.charList, decoderType)
"C:\Users\HP\Desktop\Handwritten-Text-Recognition\src\Model.py", line 51, in __init__
(self.sess, self.saver) = self.setupTF()
"C:\Users\HP\Desktop\Handwritten-Text-Recognition\src\Model.py", line 150, in setupTF
saver.restore(sess, latestSnapshot)
"C:\Users\HP\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\training\saver.py", line 1560, in restore
{self.saver_def.filename_tensor_name: save_path})
"C:\Users\HP\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\client\session.py", line 895, in run
run_metadata_ptr)
"C:\Users\HP\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\client\session.py", line 1124, in _run
feed_dict_tensor, options, run_metadata)
"C:\Users\HP\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\client\session.py", line 1321, in _do_run
options, run_metadata)
"C:\Users\HP\AppData\Local\Programs\Python\Python35\lib\site-packages\tensorflow\python\client\session.py", line 1340, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Assign requires shapes of both tensors to match. lhs shape= [1,1,512,50] rhs shape= [1,1,512,80]
| 0.161515 |
Traceback (most recent call last):
"C:\Users\sleep\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\bot.py", line 886, in invoke
yield from ctx.command.invoke(ctx)
"C:\Users\sleep\AppData\Local\Programs\Python\Python35\lib\site-packages\discord\ext\commands\core.py", line 514, in invoke
yield from injected(*ctx.args, **ctx.kwargs)
"C:\Users\sleep\AppData\Local\Programs\Python\Python35\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: TypeError: chdir: illegal type for path parameter```
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"</usr/local/lib/python3.6/dist-packages/decorator.py:decorator-gen-1226>", line 2, in nirvana
"/seqslab/hail/hail/build/distributions/hail-python.zip/hail/typecheck/check.py", line 561, in wrapper
"/seqslab/hail/hail/build/distributions/hail-python.zip/hail/methods/qc.py", line 860, in nirvana
"/usr/local/spark/python/lib/py4j-0.10.4-src.zip/py4j/java_gateway.py", line 1133, in __call__
"/seqslab/hail/hail/build/distributions/hail-python.zip/hail/utils/java.py", line 227, in deco
hail.utils.java.FatalError: AssertionError: assertion failed
| 0.312692 |
DownloadError: ERROR: Signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube", line 1380, in _decrypt_signature
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/numpy/core/__init__.py", line 16, in <module>
from . import multiarray
ImportError: cannot import name 'multiarray' from 'numpy.core' (/usr/lib/python3/dist-packages/numpy/core/__init__.py)
| 0.327215 |
Traceback (most recent call last):
"/Users/michael/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1790, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/Users/michael/bin/youtube-dl/youtube_dl/compat.py", line 2526, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/Users/michael/bin/youtube-dl/youtube_dl/compat.py", line 2515, in _XML
parser.feed(text)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 7, column 448
| Traceback (most recent call last):
"Cura/Cura/Cura/util/sliceEngine.py", line 182, in _watchProcess
self._process = self._runSliceProcess(commandList)
"Cura/Cura/Cura/util/sliceEngine.py", line 352, in _runSliceProcess
return subprocess.Popen(cmdList, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, **kwargs)
"/usr/local/lib/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
"/usr/local/lib/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | 0.190017 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\doug\AppData\Local\Temp\pip-install-t5rja70n\lief\setup.py", line 363, in <module>
setup(
"d:\mobsf\mobile-security-framework-mobsf\venv\lib\site-packages\setuptools\__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\core.py", line 148, in setup
dist.run_commands()
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
"d:\mobsf\mobile-security-framework-mobsf\venv\lib\site-packages\setuptools\command\install.py", line 61, in run
return orig.install.run(self)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\command\install.py", line 545, in run
self.run_command('build')
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\command\build.py", line 135, in run
self.run_command(cmd_name)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\cmd.py", line 313, in run_command
self.distribution.run_command(command)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
"C:\Users\doug\AppData\Local\Temp\pip-install-t5rja70n\lief\setup.py", line 78, in run
self.build_extension(ext)
"C:\Users\doug\AppData\Local\Temp\pip-install-t5rja70n\lief\setup.py", line 202, in build_extension
subprocess.check_call(configure_cmd, cwd=self.build_temp, env=env)
"C:\Users\doug\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['cmake', 'C:\\Users\\doug\\AppData\\Local\\Temp\\pip-install-t5rja70n\\lief', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=C:\\Users\\doug\\AppData\\Local\\Temp\\pip-install-t5rja70n\\lief\\build\\temp.win-amd64-3.8', '-DPYTHON_EXECUTABLE=d:\\\mobsf\\mobile-security-framework-mobsf\\venv\\scripts\\python.exe', '-DLIEF_PYTHON_API=on', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_RELEASE=C:\\Users\\doug\\AppData\\Local\\Temp\\pip-install-t5rja70n\\lief\\build\\temp.win-amd64-3.8', '-DLIEF_USE_CRT_RELEASE=MT', '-A', 'x64']' returned non-zero exit status 1.
| Traceback (most recent call last):
"C:\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 1392, in handle_hover_response
self.sig_display_object_info.emit(content,TypeError: CodeEditor.sig_display_object_info[str, bool].emit(): argument 1 has unexpected type 'list' | 0.296741 |
Traceback (most recent call last):
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2862, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-27-0194034bf20a>", line 1, in <module>
grad = tangent.grad(featurize3, preserve_result=True)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/grad_util.py", line 178, in grad
node, namespace = grad_tree(func, wrt, motion, mode, preserve_result, verbose)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/grad_util.py", line 111, in grad_tree
mode, True, verbose)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/grad_util.py", line 48, in grad_ast
fence.validate(node, inspect.getsource(func))
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 34, in validate
lf.visit(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 253, in visit
return visitor(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 95, in visit_Module
self._allow_and_continue(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 87, in _allow_and_continue
self.generic_visit(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 261, in generic_visit
self.visit(item)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 253, in visit
return visitor(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 364, in visit_FunctionDef
self._allow_and_continue(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 87, in _allow_and_continue
self.generic_visit(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 261, in generic_visit
self.visit(item)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 253, in visit
return visitor(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 377, in visit_Return
self._allow_and_continue(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 87, in _allow_and_continue
self.generic_visit(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 263, in generic_visit
self.visit(value)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 253, in visit
return visitor(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 250, in visit_Call
self._allow_and_continue(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 87, in _allow_and_continue
self.generic_visit(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 261, in generic_visit
self.visit(item)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/ast.py", line 253, in visit
return visitor(node)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 144, in visit_Starred
self._reject(node, 'Unpackings are not supported')
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 91, in _reject
self._raise_error(msg)
"/shared/sdoerr/Software/miniconda3/lib/python3.6/site-packages/tangent/fence.py", line 74, in _raise_error
raise TangentParseError(msg, ('<stdin>', lineno, offset + 1, line))
"<stdin>", line 4
return f_raw(*argvals, **kwargs)
^
TangentParseError: Unpackings are not supported
| Traceback (most recent call last):
"<string>", line 1, in <module>
ModuleNotFoundError: No module named 'chess'
| 0.217616 |
Traceback (most recent call last):
"/dcgan_faces_tutorial.py", line 268, in <module>
plt.imshow(np.transpose(vutils.make_grid(real_batch[0].to(device)[:64], padding=2, normalize=True).cpu(),(1,2,0)))
RuntimeError: CUDA error: out of memory
| Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 595, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 586, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 184, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start
self._fuzzable_request_router()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 194, in _fuzzable_request_router
consumer_forced_end)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 236, in _route_one_fuzzable_request_batch
self._handle_consumer_exception(result_item)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 291, in _handle_consumer_exception
self._w3af_core.exception_handler.handle_exception_data(exception_data)
"/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 64, in handle_exception_data
exception_data.enabled_plugins)
"/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 123, in handle
msg = edata.get_summary()
"/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 272, in get_summary
self.filename, self.function_name, self.lineno)UnicodeDecodeError: 'utf8' codec can't decode byte 0xd3 in position 99: invalid continuation byte | 0.307948 |
Traceback (most recent call last):
"/opt/anaconda3/lib/python3.6/site-packages/traitlets/traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'authenticator'
| Traceback (most recent call last):
"C:\Users\Administrator\slither\slither\slither.py", line 11, in <module>
from slither.detectors.abstract_detector import AbstractDetector, DetectorClassification
"C:\Users\Administrator\slither\slither\slither.py", line 11, in <module>
from slither.detectors.abstract_detector import AbstractDetector, DetectorClassification
ModuleNotFoundError: No module named 'slither.detectors'; 'slither' is not a package
| 0.26479 |
Traceback (most recent call last):
"key_error.py", line 11, in <module>
dask.compute(d1,d2,e)
"/home/cvb/src/dask/dask/base.py", line 398, in compute
results = schedule(dsk, keys, **kwargs)
"/home/cvb/src/dask/dask/multiprocessing.py", line 173, in get
dsk2, dependencies = cull(dsk, keys)
"/home/cvb/src/dask/dask/optimization.py", line 46, in cull
for k in work]
"/home/cvb/src/dask/dask/optimization.py", line 46, in <listcomp>
for k in work]
"/home/cvb/src/dask/dask/core.py", line 187, in get_dependencies
arg = dsk[key]
KeyError: ('pluck-ddca17d615f33c398bce4e491736fb48', 0)
| Traceback (most recent call last):
"/var/tmp/portage/dev-python/pandas-0.16.1/work/pandas-0.16.1-python3_3/lib/pandas/tseries/tests/test_timezones.py", line 341, in test_timestamp_tz_convert
conv = idx[0].tz_convert(self.tzstr('US/Pacific'))
"pandas/tslib.pyx", line 502, in pandas.tslib.Timestamp.tz_convert (pandas/tslib.c:10823)TypeError: Cannot convert tz-naive Timestamp, use tz_localize to localize | 0.21361 |
Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 625, in run
"calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt
DeDRMError: DeDRM v6.7.0: Ultimately failed to decrypt after 0.2 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.6/site-packages/youtube_dl/extractor/openload.py", line 340, in _real_extract
raise ExtractorError('Can\'t find stream URL', video_id=video_id)
youtube_dl.utils.ExtractorError: avwqcZGrNMY: Can't find stream URL; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.2196 |
Traceback (most recent call last):
"./bin/alembic", line 112, in <module>
sys.exit(alembic.config.main(['-c', config_file] + sys.argv[1:]))
"./alembic-0.6.5-py2.7.egg/alembic/config.py", line 298, in main
CommandLine(prog=prog).main(argv=argv)
"./alembic-0.6.5-py2.7.egg/alembic/config.py", line 293, in main
self.run_cmd(cfg, options)
"./alembic-0.6.5-py2.7.egg/alembic/config.py", line 279, in run_cmd
**dict((k, getattr(options, k)) for k in kwarg)
"./alembic-0.6.5-py2.7.egg/alembic/command.py", line 97, in revision
script.run_env()
"./alembic-0.6.5-py2.7.egg/alembic/script.py", line 203, in run_env
util.load_python_file(self.dir, 'env.py')
"./alembic-0.6.5-py2.7.egg/alembic/util.py", line 212, in load_python_file
module = load_module_py(module_id, path)
"./alembic-0.6.5-py2.7.egg/alembic/compat.py", line 58, in load_module_py
mod = imp.load_source(module_id, path, fp)
"./src/mixrank/data/alembic_citus/env.py", line 110, in <module>
run_migrations_online()
"./src/mixrank/data/alembic_citus/env.py", line 103, in run_migrations_online
context.run_migrations()
"<string>", line 7, in run_migrations
"./alembic-0.6.5-py2.7.egg/alembic/environment.py", line 688, in run_migrations
self.get_context().run_migrations(**kw)
"./alembic-0.6.5-py2.7.egg/alembic/migration.py", line 242, in run_migrations
self):
"./alembic-0.6.5-py2.7.egg/alembic/command.py", line 83, in retrieve_migrations
autogen._produce_migration_diffs(context, template_args, imports)
"./alembic-0.6.5-py2.7.egg/alembic/autogenerate/api.py", line 137, in _produce_migration_diffs
autogen_context, object_filters, include_schemas)
"./alembic-0.6.5-py2.7.egg/alembic/autogenerate/api.py", line 213, in _produce_net_changes
inspector, metadata, diffs, autogen_context)
"./alembic-0.6.5-py2.7.egg/alembic/autogenerate/compare.py", line 65, in _compare_tables
inspector.reflecttable(t, None)
"./SQLAlchemy-0.9.6-py2.7-linux-x86_64.egg/sqlalchemy/engine/reflection.py", line 588, in reflecttable
for c in columns
"./SQLAlchemy-0.9.6-py2.7-linux-x86_64.egg/sqlalchemy/util/_collections.py", line 156, in __getitem__
return self._data[key]KeyError: u'ctid' | Traceback (most recent call last):
"./server/autotest_remote_unittest.py", line 166, in test_packaging_install
self.base_autotest.install()
"autotest/server/autotest_remote.py", line 132, in install
self._install(host=host, autodir=autodir)
"autotest/server/autotest_remote.py", line 234, in _install
self._install_using_packaging(host, autodir)
"autotest/server/autotest_remote.py", line 163, in _install_using_packaging
self._create_test_output_dir(host, autodir)
"autotest/server/autotest_remote.py", line 119, in _create_test_output_dir
default=tmpdir)
"autotest/client/shared/test_utils/mock.py", line 209, in __call__
return self.playback(self.symbol, _args, *_dargs)
"autotest/client/shared/test_utils/mock.py", line 492, in __method_playback
self._append_error(msg)
"autotest/client/shared/test_utils/mock.py", line 504, in _append_error
raise CheckPlaybackError(error)CheckPlaybackError: unexpected call: get_config_value('COMMON', 'test_output_dir', default='autodir/tmp') | 0.259903 |
Traceback (most recent call last):
"manage.py", line 15, in <module>
execute_from_command_line(sys.argv)
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/core/management/__init__.py", line 347, in execute
django.setup()
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/apps/registry.py", line 120, in populate
app_config.ready()
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/contrib/admin/apps.py", line 23, in ready
self.module.autodiscover()
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/contrib/admin/__init__.py", line 26, in autodiscover
autodiscover_modules('admin', register_to=site)
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/django/utils/module_loading.py", line 47, in autodiscover_modules
import_module('%s.%s' % (app_config.name, module_to_search))
"/Users/sadafnoor/.pyenv/versions/3.6.3/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/Users/sadafnoor/.pyenv/versions/evaly3.6.3/lib/python3.6/site-packages/simple_history/admin.py", line 9, in <module>
from django.core.urlresolvers import reverse
ModuleNotFoundError: No module named 'django.core.urlresolvers'
| Traceback (most recent call last):
"pokecli.py", line 493, in <module>
main()
"pokecli.py", line 129, in main
raise eUnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 3: ordinal not in range(128) | 0.256911 |
Traceback (most recent call last):
"/data/git/meson/mesonbuild/mesonmain.py", line 129, in run
return options.run_func(options)
"/data/git/meson/mesonbuild/msetup.py", line 244, in run
app.generate()
"/data/git/meson/mesonbuild/msetup.py", line 159, in generate
self._generate(env)
"/data/git/meson/mesonbuild/msetup.py", line 191, in _generate
intr.run()
"/data/git/meson/mesonbuild/interpreter.py", line 3992, in run
super().run()
"/data/git/meson/mesonbuild/interpreterbase.py", line 412, in run
self.evaluate_codeblock(self.ast, start=1)
"/data/git/meson/mesonbuild/interpreterbase.py", line 436, in evaluate_codeblock
raise e
"/data/git/meson/mesonbuild/interpreterbase.py", line 430, in evaluate_codeblock
self.evaluate_statement(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 443, in evaluate_statement
return self.assignment(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 1053, in assignment
value = self.evaluate_statement(node.value)
"/data/git/meson/mesonbuild/interpreterbase.py", line 441, in evaluate_statement
return self.function_call(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 778, in function_call
return func(node, posargs, kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
[Previous line repeated 1 more time]
"/data/git/meson/mesonbuild/interpreterbase.py", line 155, in wrapped
ret = f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 174, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreter.py", line 3082, in func_dependency
d = self.dependency_impl(name, display_name, kwargs)
"/data/git/meson/mesonbuild/interpreter.py", line 3142, in dependency_impl
return self.dependency_fallback(display_name, kwargs)
"/data/git/meson/mesonbuild/interpreter.py", line 3193, in dependency_fallback
self.do_subproject(dirname, 'meson', sp_kwargs)
"/data/git/meson/mesonbuild/interpreter.py", line 2524, in do_subproject
raise e
"/data/git/meson/mesonbuild/interpreter.py", line 2508, in do_subproject
return self._do_subproject_meson(dirname, subdir, default_options, required, kwargs)
"/data/git/meson/mesonbuild/interpreter.py", line 2535, in _do_subproject_meson
subi.run()
"/data/git/meson/mesonbuild/interpreter.py", line 3992, in run
super().run()
"/data/git/meson/mesonbuild/interpreterbase.py", line 412, in run
self.evaluate_codeblock(self.ast, start=1)
"/data/git/meson/mesonbuild/interpreterbase.py", line 436, in evaluate_codeblock
raise e
"/data/git/meson/mesonbuild/interpreterbase.py", line 430, in evaluate_codeblock
self.evaluate_statement(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 443, in evaluate_statement
return self.assignment(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 1053, in assignment
value = self.evaluate_statement(node.value)
"/data/git/meson/mesonbuild/interpreterbase.py", line 457, in evaluate_statement
return self.evaluate_arraystatement(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 490, in evaluate_arraystatement
(arguments, kwargs) = self.reduce_arguments(cur.args)
"/data/git/meson/mesonbuild/interpreterbase.py", line 1020, in reduce_arguments
reduced_pos = [self.evaluate_statement(arg) for arg in args.arguments]
"/data/git/meson/mesonbuild/interpreterbase.py", line 1020, in <listcomp>
reduced_pos = [self.evaluate_statement(arg) for arg in args.arguments]
"/data/git/meson/mesonbuild/interpreterbase.py", line 445, in evaluate_statement
return self.method_call(cur)
"/data/git/meson/mesonbuild/interpreterbase.py", line 815, in method_call
return obj.method_call(method_name, args, kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 325, in method_call
return method(args, kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 285, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 155, in wrapped
ret = f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreterbase.py", line 174, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/data/git/meson/mesonbuild/interpreter.py", line 1564, in find_library_method
linkargs = self.compiler.find_library(libname, self.environment, search_dirs, libtype)
"/data/git/meson/mesonbuild/compilers/mixins/clike.py", line 997, in find_library
return self.find_library_impl(libname, env, extra_dirs, code, libtype)
"/data/git/meson/mesonbuild/compilers/mixins/clike.py", line 987, in find_library_impl
value = self.find_library_real(libname, env, extra_dirs, code, libtype)
"/data/git/meson/mesonbuild/compilers/mixins/clike.py", line 946, in find_library_real
largs = self.get_allow_undefined_link_args()
"/data/git/meson/mesonbuild/compilers/compilers.py", line 1044, in get_allow_undefined_link_args
return self.linker.get_allow_undefined_args()
AttributeError: 'NoneType' object has no attribute 'get_allow_undefined_args'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| 0.326993 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 905, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 820, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 883, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/lib/python2.7/dist-packages/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)
ExtractorError: Could not find JS function u'xm'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"main_dist.py", line 135, in <module>
model = DDP(model)
"/sw/ascent/ibm-wml-ce/anaconda-base/envs/ibm-wml-ce-1.7.0-0/lib/python3.6/site-packages/torch/nn/parallel/distributed.py", line 325, in __init__
self._ddp_init_helper()
"/sw/ascent/ibm-wml-ce/anaconda-base/envs/ibm-wml-ce-1.7.0-0/lib/python3.6/site-packages/torch/nn/parallel/distributed.py", line 343, in _ddp_init_helper
self._module_copies = replicate(self.module, self.device_ids, detach=True)
"/sw/ascent/ibm-wml-ce/anaconda-base/envs/ibm-wml-ce-1.7.0-0/lib/python3.6/site-packages/torch/nn/parallel/replicate.py", line 96, in replicate
param_copies = _broadcast_coalesced_reshape(params, devices, detach)
"/sw/ascent/ibm-wml-ce/anaconda-base/envs/ibm-wml-ce-1.7.0-0/lib/python3.6/site-packages/torch/nn/parallel/replicate.py", line 75, in _broadcast_coalesced_reshape
return comm.broadcast_coalesced(tensors, devices)
"/sw/ascent/ibm-wml-ce/anaconda-base/envs/ibm-wml-ce-1.7.0-0/lib/python3.6/site-packages/torch/cuda/comm.py", line 39, in broadcast_coalesced
return torch._C._broadcast_coalesced(tensors, devices, buffer_size)
RuntimeError: all tensors must be on devices[0]
| 0.169342 |
Traceback (most recent call last):
"/Users/foo/.pyenv/versions/2.7.11/envs/ansible2.1/lib/python2.7/site-packages/kappa/function.py", line 434, in update
'For the {} stage'.format(self._context.environment))
"/Users/foo/.pyenv/versions/2.7.11/envs/ansible2.1/lib/python2.7/site-packages/kappa/function.py", line 333, in update_alias
version = self.find_latest_version()
"/Users/foo/.pyenv/versions/2.7.11/envs/ansible2.1/lib/python2.7/site-packages/kappa/function.py", line 312, in find_latest_version
return version
UnboundLocalError: local variable 'version' referenced before assignment
| Traceback (most recent call last):
"/usr/local/bin/pelican", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.7/dist-packages/pelican/__init__.py", line 631, in main
pelican.run()
"/usr/local/lib/python3.7/dist-packages/pelican/__init__.py", line 194, in run
writer = self.get_writer()
"/usr/local/lib/python3.7/dist-packages/pelican/__init__.py", line 268, in get_writer
writers = [w for (_, w) in signals.get_writer.send(self)
"/usr/local/lib/python3.7/dist-packages/blinker/base.py", line 267, in send
for receiver in self.receivers_for(sender)]
"/usr/local/lib/python3.7/dist-packages/blinker/base.py", line 267, in <listcomp>
for receiver in self.receivers_for(sender)]
"/builds/Freak-Spot/Freak-Spot/plugins/i18n_subsites/i18n_subsites.py", line 436, in create_next_subsite
new_pelican_obj.run()
"/usr/local/lib/python3.7/dist-packages/pelican/__init__.py", line 186, in run
p.generate_context()
"/usr/local/lib/python3.7/dist-packages/pelican/generators.py", line 685, in generate_context
signals.article_generator_finalized.send(self)
"/usr/local/lib/python3.7/dist-packages/blinker/base.py", line 267, in send
for receiver in self.receivers_for(sender)]
"/usr/local/lib/python3.7/dist-packages/blinker/base.py", line 267, in <listcomp>
for receiver in self.receivers_for(sender)]
"/builds/Freak-Spot/Freak-Spot/plugins/neighbors/neighbors.py", line 42, in neighbors
set_neighbors(generator.articles, 'next_article', 'prev_article')
"/builds/Freak-Spot/Freak-Spot/plugins/neighbors/neighbors.py", line 29, in set_neighbors
for nxt, cur, prv in iter3(articles):
RuntimeError: generator raised StopIteration
| 0.295471 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/gi/__init__.py", line 27, in <module>
from ._gi import _APIImportError: could not import gobject (error was: ImportError('When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject".',)) |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/jm/bkqzc2ts4bs13wflp1dw158m0000gn/T/pip-build-sa02dhx6/grpcio/setup.py", line 258, in <module>
test_runner=TEST_RUNNER,
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/core.py", line 148, in setup
dist.run_commands()
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/site-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/command/install.py", line 539, in run
self.run_command('build')
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/Users/jihobak/.pyenv/versions/anaconda3-2.4.0/lib/python3.5/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/private/var/folders/jm/bkqzc2ts4bs13wflp1dw158m0000gn/T/pip-build-sa02dhx6/grpcio/src/python/grpcio/commands.py", line 231, in run
sys.stderr.write('warning: %s\n' % error.message)
AttributeError: 'CommandError' object has no attribute 'message' | 0.303427 |
Traceback (most recent call last):
"./manage.py", line 12, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/__init__.py", line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 283, in run_from_argv
self.execute(*args, **cmd_options)
"/usr/local/lib/python2.7/dist-packages/django/contrib/auth/management/commands/createsuperuser.py", line 63, in execute
return super(Command, self).execute(*args, **options)
"/usr/local/lib/python2.7/dist-packages/django/core/management/base.py", line 330, in execute
output = self.handle(*args, **options)
"/usr/local/lib/python2.7/dist-packages/django/contrib/auth/management/commands/createsuperuser.py", line 183, in handle
self.UserModel._default_manager.db_manager(database).create_superuser(**user_data)
"/usr/local/lib/python2.7/dist-packages/django/contrib/auth/models.py", line 170, in create_superuser
return self._create_user(username, email, password, **extra_fields)
"/usr/local/lib/python2.7/dist-packages/django/contrib/auth/models.py", line 153, in _create_user
user.save(using=self._db)
"/usr/local/lib/python2.7/dist-packages/django/contrib/auth/base_user.py", line 80, in save
super(AbstractBaseUser, self).save(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 808, in save
force_update=force_update, update_fields=update_fields)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 838, in save_base
updated = self._save_table(raw, cls, force_insert, force_update, using, update_fields)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 924, in _save_table
result = self._do_insert(cls._base_manager, using, fields, update_pk, raw)
"/usr/local/lib/python2.7/dist-packages/django/db/models/base.py", line 963, in _do_insert
using=using, raw=raw)
"/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 85, in manager_method
return getattr(self.get_queryset(), name)(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 1076, in _insert
return query.get_compiler(using=using).execute_sql(return_id)
"/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 1112, in execute_sql
cursor.execute(sql, params)
"/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 79, in execute
return super(CursorDebugWrapper, self).execute(sql, params)
"/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
"/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/utils.py", line 64, in execute
return self.cursor.execute(sql, params)
"/usr/local/lib/python2.7/dist-packages/django/db/backends/sqlite3/base.py", line 328, in execute
return Database.Cursor.execute(self, query, params)
django.db.utils.IntegrityError: NOT NULL constraint failed: auth_user.isadministrator
| Traceback (most recent call last):
"/home/keoughs/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/extensions/snippets.py", line 183, in _on_key_pressed
len(self.snippets_map))ZeroDivisionError: integer division or modulo by zero | 0.277259 |
Traceback (most recent call last):
"train.py", line 154, in <module>
main()
"train.py", line 148, in main
t.fit([lt, lv], config)
"c:\code\videosuperresolution\VSR\Backend\TF\Framework\Trainer.py", line 352, in fit
self.fn_train_each_epoch()
"c:\code\videosuperresolution\VSR\Backend\TF\Framework\Trainer.py", line 270, in fn_train_each_epoch
for items in r:
"C:\Users\ccho\AppData\Local\conda\conda\envs\enntri\lib\site-packages\tqdm\std.py", line 1127, in __iter__
for obj in iterable:
"c:\code\videosuperresolution\VSR\DataLoader\Loader.py", line 148, in __next__
pack['hr'] = np.concatenate(pack['hr'])
"<__array_function__ internals>", line 6, in concatenate
ValueError: all the input array dimensions for the concatenation axis must match exactly, but along dimension 2, the array at index 0 has size 63 and the array at index 3 has size 18
| Unhandled exception encountered during scan. Please report this as a bug: ['Traceback (most recent call last):\n', '
"/root/spiderfoot/sfscan.py", line 134, in startScan\n
module.start()\n', '
"/root/spiderfoot/modules/sfp_ripe.py", line 125, in start\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_ripe.py", line 77, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 101, in handleEvent\n
self.processHost(addr, event)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 130, in processHost\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 239, in handleEvent\n
return self.spiderFrom(spiderTarget)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 288, in spiderFrom\n
freshLinks = self.processUrl(link)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 102, in processUrl\n
self.contentNotify(url, fetched, self.urlEvents[url])\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 186, in contentNotify\n
self.notifyListeners(event)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_ripe.py", line 77, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 99, in handleEvent\n
self.processHost(host, event)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 130, in processHost\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 239, in handleEvent\n
return self.spiderFrom(spiderTarget)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 299, in spiderFrom\n
nextLinks = self.cleanLinks(links)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 160, in cleanLinks\n
if filter(checkExts, self.opts[\'filterfiles\']):\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 159, in <lambda>\n
checkExts = lambda ext: \'.\' + str.lower(ext) in str.lower(str(link))\n', "UnicodeEncodeError: 'ascii' codec can't encode character u'\xae' in position 72: ordinal not in range(128)\n"] | 0.30646 |
Traceback (most recent call last):
"manage.py", line 29, in <module>
execute_from_command_line(sys.argv)
"/home/taiga/.virtualenvs/taiga/lib/python3.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/home/taiga/.virtualenvs/taiga/lib/python3.7/site-packages/django/core/management/__init__.py", line 308, in execute
settings.INSTALLED_APPS
"/home/taiga/.virtualenvs/taiga/lib/python3.7/site-packages/django/conf/__init__.py", line 56, in __getattr__
self._setup(name)
"/home/taiga/.virtualenvs/taiga/lib/python3.7/site-packages/django/conf/__init__.py", line 41, in _setup
self._wrapped = Settings(settings_module)
"/home/taiga/.virtualenvs/taiga/lib/python3.7/site-packages/django/conf/__init__.py", line 110, in __init__
mod = importlib.import_module(self.SETTINGS_MODULE)
"/home/taiga/.virtualenvs/taiga/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'settings'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\extractor\common.py", line 816, in _parse_xml
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpork090uw\build\youtube_dl\compat.py", line 2513, in compat_etree_fromstring
"C:\Python\Python34\lib\xml\etree\ElementTree.py", line 1335, in XML
"<string>", line None
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 4
| 0.237727 |
Traceback (most recent call last):
"/home/nekmo/Workspace/dirhunt/dirhunt/exceptions.py", line 43, in wrapped
return func(*args, **kwargs)
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 162, in callback
line = self._get_url_info(url_len, extra_len, file)
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 192, in _get_url_info
return UrlInfo(self.sessions, file, self.timeout).line(size[0], url_len, extra_len)
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 115, in line
if not len(self.text):
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 111, in text
self._text = self.get_text()
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 104, in get_text
text = self.data['title'] or self.data['body'] or self.data['text'] or ''
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 86, in data
self._data = self.get_data()
"/home/nekmo/Workspace/dirhunt/dirhunt/url_info.py", line 59, in get_data
text = resp.raw.read(MAX_RESPONSE_SIZE, decode_content=True)
"/home/nekmo/.virtualenvs/dirhunt/lib/python3.6/site-packages/urllib3/response.py", line 401, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
"/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
"/home/nekmo/.virtualenvs/dirhunt/lib/python3.6/site-packages/urllib3/response.py", line 307, in _error_catcher
raise ReadTimeoutError(self._pool, None, 'Read timed out.')
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='xxxxxxxxxx', port=443): Read timed out.
| Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 410, in salt_call
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 47, in run
caller = salt.cli.caller.Caller.factory(self.config)
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 79, in factory
return ZeroMQCaller(opts, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 291, in __init__
super(ZeroMQCaller, self).__init__(opts)
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 102, in __init__
self.minion = salt.minion.SMinion(opts)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 806, in __init__
lambda: self.eval_master(self.opts, failed=True)
"/usr/lib/python2.7/dist-packages/tornado/ioloop.py", line 457, in run_sync
return future_cell[0].result()
"/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 237, in result
raise_exc_info(self._exc_info)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 285, in wrapper
yielded = next(result)
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 694, in eval_master
opts.update(prep_ip_port(opts))
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 265, in prep_ip_port
host, port = parse_host_port(opts['master'])
"/usr/lib/python2.7/dist-packages/salt/utils/network.py", line 1956, in parse_host_port
host_ip = ipaddress.ip_address(host).compressed
"/usr/lib/python2.7/dist-packages/salt/ext/ipaddress.py", line 115, in ip_address
return IPv6Address(address)
"/usr/lib/python2.7/dist-packages/salt/_compat.py", line 175, in __init__
elif self._is_packed_binary(address):
"/usr/lib/python2.7/dist-packages/salt/_compat.py", line 194, in _is_packed_binary
packed = bool(int(str(bytearray(data)).encode('hex'), 16))
TypeError: unicode argument without an encoding
| 0.303297 |
ERROR:root:Traceback (most recent call last):
"/home/triklozoid/.config/sublime-text-3/Packages/Anaconda/anaconda_lib/worker.py", line 71, in start
self.start_json_server(worker['port'])
"/home/triklozoid/.config/sublime-text-3/Packages/Anaconda/anaconda_lib/worker.py", line 93, in start_json_server
self.build_server(port)
"/home/triklozoid/.config/sublime-text-3/Packages/Anaconda/anaconda_lib/worker.py", line 188, in build_server
self.json_server = subprocess.Popen(args, **kwargs)
"X/subprocess.py", line 818, in **init**
"X/subprocess.py", line 1416, in _execute_childPermissionError: [Errno 13] Permission denied | Traceback (most recent call last):
"autostudio.py", line 7, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"c:\users\admin\documents\projects\autostudio\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
exec(bytecode, module.__dict__)
"packages\android_studio.py", line 15, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"c:\users\admin\documents\projects\autostudio\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
exec(bytecode, module.__dict__)
"pywinauto\__init__.py", line 89, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"c:\users\admin\documents\projects\autostudio\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
exec(bytecode, module.__dict__)
"pywinauto\findwindows.py", line 42, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"c:\users\admin\documents\projects\autostudio\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
exec(bytecode, module.__dict__)
"pywinauto\controls\__init__.py", line 36, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"c:\users\admin\documents\projects\autostudio\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
exec(bytecode, module.__dict__)
"pywinauto\controls\uiawrapper.py", line 47, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"c:\users\admin\documents\projects\autostudio\.venv\lib\site-packages\PyInstaller\loader\pyimod03_importers.py", line 531, in exec_module
exec(bytecode, module.__dict__)
"pywinauto\uia_defines.py", line 181, in <module>
"pywinauto\uia_defines.py", line 169, in _build_pattern_ids_dic
"pywinauto\uia_defines.py", line 50, in __call__
"pywinauto\uia_defines.py", line 60, in __init__
"comtypes\client\_generate.py", line 118, in GetModule
"comtypes\client\_generate.py", line 183, in _CreateWrapper
"comtypes\tools\tlbparser.py", line 750, in generate_module
"comtypes\tools\codegenerator.py", line 261, in generate_code
NotFoundError: [WinError 2] The system cannot find the file specified: 'UIAutomationCore.dll'
| 0.29947 |
Traceback (most recent call last):
"Tests/test_file_tar.py", line 1, in <module>
from tester import *
"/home/aclark/Developer/Pillow/Tests/tester.py", line 1, in <module>
from __future__ import print_functionImportError: No module named __future__ | Traceback (most recent call last):
"D:\software\anaconda\lib\tkinter\__init__.py", line 1705, in __call__
return self.func(*args)
"F:/文件/百度云下载/taobao_seckill-master/taobao_seckill-master/main.py", line 40, in <lambda>
b1 = Button(win, text = '开始', command = lambda: run_killer(txt, txt2))
"F:/文件/百度云下载/taobao_seckill-master/taobao_seckill-master/main.py", line 14, in run_killer
ChromeDrive(seckill_time = seckill_time, password = password).sec_kill()
"F:\文件\百度云下载\taobao_seckill-master\taobao_seckill-master\seckill\seckill_taobao.py", line 48, in __init__
self.seckill_time_obj = datetime.strptime(self.seckill_time, '%Y-%m-%d %H:%M:%S')
"D:\software\anaconda\lib\_strptime.py", line 577, in _strptime_datetime
tt, fraction, gmtoff_fraction = _strptime(data_string, format)
"D:\software\anaconda\lib\_strptime.py", line 362, in _strptime
data_string[found.end():])
ValueError: unconverted data remains: .862589 | 0.265873 |
Fatal error: Traceback (most recent call last):
"fabric/contrib/files.py", line 129, in upload_template
from jinja2 import Environment,
SystemLoaderImportError: No module named jinja2 | Traceback (most recent call last):
"C:\Python27\lib\site-packages\kivy\core\window\window_sdl2.py", line 619, in mainloop
self._mainloop()
"C:\Python27\lib\site-packages\kivy\core\window\window_sdl2.py", line 362, in _mainloop
EventLoop.idle()
"C:\Python27\lib\site-packages\kivy\base.py", line 327, in idle
Clock.tick()
"C:\Python27\lib\site-packages\kivy\clock.py", line 515, in tick
self._process_events()
"C:\Python27\lib\site-packages\kivy\clock.py", line 647, in _process_events
event.tick(self._last_tick, remove)
"C:\Python27\lib\site-packages\kivy\clock.py", line 406, in tick
ret = callback(self._dt)
"C:\Users\Michał\Documents\GitHub\kivy-designer\designer\uix\kivy_console.py", line 291, in run_command
self._run_command_list()
"C:\Users\Michał\Documents\GitHub\kivy-designer\designer\uix\kivy_console.py", line 299, in _run_command_list
self.stdin.write(self.command_list.pop(0))
"C:\Users\Michał\Documents\GitHub\kivy-designer\designer\uix\kivy_console.py", line 855, in write
self.obj.on_enter()
"C:\Users\Michał\Documents\GitHub\kivy-designer\designer\uix\kivy_console.py", line 734, in on_enter
' directory:' + command[3:])UnicodeDecodeError: 'ascii' codec can't decode byte 0xb3 in position 53: ordinal not in range(128) | 0.199288 |
Traceback (most recent call last):
"/Users/xiaolong/misc/dotfiles/mac/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 94, in
typeCompletionAvailable
self.Get
typeCompleter( filetypes )
"/Users/xiaolong/misc/dotfiles/mac/.vim/bundle/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/server_state.py", line 89, in Get
typeCompleter
current_filetypes ) )ValueError: No semantic completer exists for filetypes: [u'sh'] | Traceback (most recent call last):
"/apps/lemur/lib/python3.5/site-packages/requests/packages/urllib3/contrib/pyopenssl.py", line 417, in wrap_socket
cnx.do_handshake()
"/apps/lemur/lib/python3.5/site-packages/OpenSSL/SSL.py", line 1424, in do_handshake
self._raise_ssl_error(self._ssl, result)
"/apps/lemur/lib/python3.5/site-packages/OpenSSL/SSL.py", line 1172, in _raise_ssl_error
_raise_current_error()
"/apps/lemur/lib/python3.5/site-packages/OpenSSL/_util.py", line 48, in exception_from_error_queue
raise exception_type(errors)
OpenSSL.SSL.Error: [('SSL routines', 'SSL3_READ_BYTES', 'tlsv1 alert unknown ca')]
| 0.201015 |
Traceback (most recent call last):
"/usr/lib/python3.6/logging/handlers.py", line 71, in emit
if self.shouldRollover(record):
"/usr/lib/python3.6/logging/handlers.py", line 185, in shouldRollover
self.stream = self._open()
"/usr/lib/python3.6/logging/__init__.py", line 1061, in _open
return open(self.base
name, self.mode, encoding=self.encoding)
NameError: name 'open' is not defined
| Traceback (most recent call last):
"./ipwndfu", line 48, in <module>
device = dfu.acquire_device()
"/Users/Bryan/Downloads/ipwndfu-master/dfu.py", line 16, in acquire_device
for device in usb.core.find(find_all=True, idVendor=0x5AC, idProduct=0x1227, backend=backend):
"/Users/Bryan/Downloads/ipwndfu-master/usb/core.py", line 1263, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
| 0.286854 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/usr/lib/python3.8/tokenize.py", line 392, in open
buffer = _builtin_open(filename, 'rb')
NotFoundError: [Errno 2] No such file or directory: '/tmp/pip-req-build-4sa5c3c7/setup.py'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.19074 |
Error: Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/renderers.py", line 318, in Decorated
return func(_args, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/views.py", line 156, in RenderGenericRenderer
result = method(request, result) or result
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/plugins/new_hunt.py", line 179, in Layout
return super(HuntFlowForm, self).Layout(request, response)
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/plugins/flow_management.py", line 278, in Layout
prefix="args").RawHTML(request)
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/renderers.py", line 373, in RawHTML
method(request, result, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/plugins/forms.py", line 182, in Layout
self.form_elements.append(type_renderer.RawHTML(request))
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/renderers.py", line 373, in RawHTML
method(request, result, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/gui/plugins/artifact_view.py", line 88, in Layout
reload_datastore_artifacts=True):
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/lib/artifact_registry.py", line 208, in GetArtifacts
self._CheckDirty(reload_datastore_artifacts=reload_datastore_artifacts)
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/lib/artifact_registry.py", line 186, in _CheckDirty
self._LoadArtifactsFromDatastore(self._sources["datastores"])
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/lib/artifact_registry.py", line 66, in _LoadArtifactsFromDatastore
artifact_value.Validate()
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/lib/artifact_registry.py", line 651, in Validate
self.ValidateSyntax()
"/usr/local/lib/python2.7/dist-packages/grr-0.3.0_7-py2.7-linux-x86_64.egg/grr/lib/artifact_registry.py", line 630, in ValidateSyntax
"fields: %s" % (cls_name, dep, valid_provides))ArtifactDefinitionError: Artifact InternetExplorerHistory has an invalid path dependency: 'users.local_settings', not in KB fields: ['code_page', 'current_control_set', 'domain', 'environ_allusersappdata', 'environ_allusersprofile', 'environ_path', 'environ_programfiles', 'environ_programfilesx86', 'environ_systemdrive', 'environ_systemroot', 'environ_temp', 'environ_windir', 'hostname', 'os', 'os_major_version', 'os_minor_version', 'os_release', 'time_zone', 'users.appdata', 'users.cookies', 'users.desktop', 'users.full_name', 'users.gid', 'users.gids', 'users.homedir', 'users.internet_cache', 'users.last_logon', 'users.localappdata', 'users.localappdata_low', 'users.personal', 'users.pw_entry', 'users.recent', 'users.shell', 'users.sid', 'users.startup', 'users.temp', 'users.uid', 'users.userdomain', 'users.username', 'users.userprofile'] | Traceback (most recent call last):
"sqlmap.py", line 87, in main
def checkEnvironment():TypeError: setPaths() takes exactly 1 argument (0 given) | 0.243405 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/carlo/Projects/datadog/python/lib/python2.6/site-packages/simplejson-3.1.2-py2.6-macosx-10.6-universal.egg/simplejson/__init__.py", line 325, in dumps
return _default_encoder.encode(obj)
"/Users/carlo/Projects/datadog/python/lib/python2.6/site-packages/simplejson-3.1.2-py2.6-macosx-10.6-universal.egg/simplejson/encoder.py", line 250, in encode
chunks = self.iterencode(o, _one_shot=True)
"/Users/carlo/Projects/datadog/python/lib/python2.6/site-packages/simplejson-3.1.2-py2.6-macosx-10.6-universal.egg/simplejson/encoder.py", line 326, in iterencode
return _iterencode(o, 0)
"/Users/carlo/Projects/datadog/python/lib/python2.6/site-packages/simplejson-3.1.2-py2.6-macosx-10.6-universal.egg/simplejson/encoder.py", line 227, in default
raise TypeError(repr(o) + " is not JSON serializable")TypeError: 1.1231 is not JSON serializable | Traceback (most recent call last):
"/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 1365, in _do_call
return fn(*args)
"/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 1350, in _run_fn
target_list, run_metadata)
"/tensorflow-1.15.2/python3.6/tensorflow_core/python/client/session.py", line 1443, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.InvalidArgumentError: 2 root error(s) found.
| 0.271823 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-7tkrbz-build/setup.py", line 8
def read(fname: str) -> str:
^
SyntaxError: invalid syntax
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpm93u0ksi\build\youtube_dl\YoutubeDL.py", line 784, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpm93u0ksi\build\youtube_dl\extractor\common.py", line 438, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpm93u0ksi\build\youtube_dl\extractor\tbs.py", line 65, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpm93u0ksi\build\youtube_dl\extractor\turner.py", line 40, in _add_akamai_spe_token
youtube_dl.utils.ExtractorError: Content: invalid video id...
| 0.151431 |
['Traceback (most recent call last):\n', '
"/home/ademchenko/pyoidc-master/oidc_example/op2/server.py", line 361, in application\n
return callback(environ, start_response, logger)\n', '
"/home/ademchenko/.virtualenvs/pyoidc/local/lib/python2.7/site-packages/oic-0.8.5.1-py2.7.egg/oic/utils/authn/authn_context.py", line 217, in auth_verify\n
return response(environ, start_response)\n', '
"/home/ademchenko/.virtualenvs/pyoidc/local/lib/python2.7/site-packages/oic-0.8.5.1-py2.7.egg/oic/utils/http_util.py", line 123, in **call**\n
start_response(self.status, self.headers)\n', '
"/home/ademchenko/.virtualenvs/pyoidc/local/lib/python2.7/site-packages/cherrypy/wsgiserver/wsgiserver2.py", line 2297, in start_response\n
"WSGI response header value %r is not of type str." % v)\n', "TypeError: WSGI response header value u'https://localhost:8092/authorization?acr_values=PASSWORD&redirect_uri=http%3A%2F%2Flocalhost%3A8666%2F919D3F697FDAAF138124B83E09ECB0B7&response_type=code&client_id=ybnRmeIpZjrm&upm_answer=true&scope=openid+profile+email+address+phone' is not of type str.\n"]AssertionError('WSGI start_response called a second time with no exc_info.',) | Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/NEMbox/__init__.py", line 40, in start
nembox_menu.start_fork(version)
"/usr/lib/python3.6/site-packages/NEMbox/menu.py", line 177, in start_fork
Menu().start()
"/usr/lib/python3.6/site-packages/NEMbox/menu.py", line 334, in start
self.dispatch_enter(idx)
"/usr/lib/python3.6/site-packages/NEMbox/menu.py", line 742, in dispatch_enter
self.datalist = ui.build_search('songs')
"/usr/lib/python3.6/site-packages/NEMbox/ui.py", line 497, in build_search
song_name = self.get_param('搜索歌曲:')
"/usr/lib/python3.6/site-packages/NEMbox/ui.py", line 641, in get_param
info = info.decode('utf8')
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 30-31: invalid continuation byte
| 0.303496 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/spyder/widgets/ipythonconsole/client.py", line 561, in show_time
elapsed_time = time() - self.t0
TypeError: unsupported operand type(s) for -: 'float' and 'NoneType'
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/sphinx/cmdline.py", line 253, in main
warningiserror, tags, verbosity, parallel)
"/usr/lib/python3/dist-packages/sphinx/application.py", line 147, in __init__
self._init_builder(buildername)
"/usr/lib/python3/dist-packages/sphinx/application.py", line 209, in _init_builder
self.emit('builder-inited')
"/usr/lib/python3/dist-packages/sphinx/application.py", line 408, in emit
results.append(callback(self, *args))
"/usr/lib/python3/dist-packages/sphinx/ext/autosummary/__init__.py", line 548, in process_generate_options
base_path=app.srcdir)
"/usr/lib/python3/dist-packages/sphinx/ext/autosummary/generate.py", line 120, in generate_autosummary_docs
items = find_autosummary_in_files(sources)
"/usr/lib/python3/dist-packages/sphinx/ext/autosummary/generate.py", line 237, in find_autosummary_in_files
lines = f.read().splitlines()
"/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 157: ordinal not in range(128) | 0.292603 |
Traceback (most recent call last):
"demo.py", line 8, in <module>
from tracker.multitracker import JDETracker
"/data/share7/Towards-Realtime-MOT-master/tracker/multitracker.py", line 13, in <module>
from models import *
"/data/share7/Towards-Realtime-MOT-master/models.py", line 8, in <module>
from utils.syncbn import SyncBN
ImportError: cannot import name 'SyncBN'
| Traceback (most recent call last):
"twitter_test.py", line 405, in testGetStatus
status = self._api.GetStatus(89512102)
"/home/adminuser/TESE/python-twitter/twitter/api.py", line 684, in GetStatus
data = self._ParseAndCheckTwitter(json_data.content)
"/home/adminuser/TESE/python-twitter/twitter/api.py", line 3627, in _ParseAndCheckTwitter
self._CheckForTwitterError(data)
"/home/adminuser/TESE/python-twitter/twitter/api.py", line 3654, in _CheckForTwitterError
raise TwitterError(data['errors'])TwitterError: [{u'message': u'Invalid or expired token', u'code': 89}] | 0.293983 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/salt/minion.py", line 1676, in _thread_return
return_data = minion_instance.executors[fname](opts, data, func, args, kwargs)
"/usr/lib/python3.6/site-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/lib/python3.6/site-packages/salt/modules/saltcheck.py", line 431, in run_state_tests
stl.load_test_suite()
"/usr/lib/python3.6/site-packages/salt/modules/saltcheck.py", line 972, in load_test_suite
self._load_file_salt_rendered(myfile)
"/usr/lib/python3.6/site-packages/salt/modules/saltcheck.py", line 980, in _load_file_salt_rendered
tests = _render_file(filepath)
"/usr/lib/python3.6/site-packages/salt/modules/saltcheck.py", line 507, in _render_file
rendered = __salt__['slsutil.renderer'](file_path)
"/usr/lib/python3.6/site-packages/salt/modules/slsutil.py", line 182, in renderer
**kwargs
"/usr/lib/python3.6/site-packages/salt/template.py", line 101, in compile_template
ret = render(input_data, saltenv, sls, **render_kwargs)
"/usr/lib/python3.6/site-packages/salt/renderers/jinja.py", line 70, in render
**kws)
"/usr/lib/python3.6/site-packages/salt/utils/templates.py", line 169, in render_tmpl
output = render_str(tmplstr, context, tmplpath)
"/usr/lib/python3.6/site-packages/salt/utils/templates.py", line 443, in render_jinja_tmpl
trace=tracestr)
salt.exceptions.SaltRenderError: Jinja error: whatever/map.jinja
| Traceback (most recent call last):
"/lib/security/howdy/compare.py", line 210, in <module>
face_locations = face_detector(gsframe, 1)
RuntimeError: Unsupported image type, must be 8bit gray or RGB image.
| 0.255015 |
Traceback (most recent call last):
"/home/pi/jasper/client/vocabcompiler.py", line 163, in compile
self._compile_vocabulary(phrases)
"/home/pi/jasper/client/vocabcompiler.py", line 271, in _compile_vocabulary
self._compile_dictionary(vocabulary, self.dictionary_file)
"/home/pi/jasper/client/vocabcompiler.py", line 321, in _compile_dictionary
phonemes = g2pconverter.translate(words)
"/home/pi/jasper/client/g2p.py", line 130, in translate
output = self._translate_words(words)
"/home/pi/jasper/client/g2p.py", line 119, in _translate_words
nbest=self.nbest)
"/home/pi/jasper/client/g2p.py", line 56, in execute
raise OSError("Command execution failed")OSError: Command execution failed | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/libmproxy/console/__init__.py", line 500, in run
self.loop.run()
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 278, in run
self._run()
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 376, in _run
self.event_loop.run()
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 682, in run
self._loop()
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 719, in _loop
self._watch_files[fd]()
"/usr/lib/python2.7/site-packages/urwid/raw_display.py", line 393, in <lambda>
event_loop, callback, self.get_available_raw_input())
"/usr/lib/python2.7/site-packages/urwid/raw_display.py", line 493, in parse_input
callback(processed, processed_codes)
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 403, in _update
self.process_input(keys)
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 503, in process_input
k = self._topmost_widget.keypress(self.screen_size, k)
"/usr/lib/python2.7/site-packages/libmproxy/console/window.py", line 38, in keypress
k = super(self.__class__, self).keypress(size, k)
"/usr/lib/python2.7/site-packages/urwid/container.py", line 1116, in keypress
return self.footer.keypress((maxcol,),key)
"/usr/lib/python2.7/site-packages/libmproxy/console/statusbar.py", line 124, in keypress
return self.ab.keypress(*args, **kwargs)
"/usr/lib/python2.7/site-packages/libmproxy/console/statusbar.py", line 80, in keypress
self.prompt_execute(k)
"/usr/lib/python2.7/site-packages/libmproxy/console/statusbar.py", line 105, in prompt_execute
msg = p(txt, *args)
"/usr/lib/python2.7/site-packages/libmproxy/console/flowview.py", line 400, in edit
message
"/usr/lib/python2.7/site-packages/libmproxy/console/__init__.py", line 559, in view_grideditor
ge.make_help()
"/usr/lib/python2.7/site-packages/blinker/base.py", line 267, in send
for receiver in self.receivers_for(sender)]
"/usr/lib/python2.7/site-packages/libmproxy/console/__init__.py", line 291, in sig_push_view_state
self.loop.draw_screen()
"/usr/lib/python2.7/site-packages/urwid/main_loop.py", line 578, in draw_screen
canvas = self._topmost_widget.render(self.screen_size, focus=True)
"/usr/lib/python2.7/site-packages/urwid/widget.py", line 141, in cached_render
canv = fn(self, size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/container.py", line 1083, in render
focus and self.focus_part == 'body')
"/usr/lib/python2.7/site-packages/urwid/widget.py", line 141, in cached_render
canv = fn(self, size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/decoration.py", line 225, in render
canv = self._original_widget.render(size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/widget.py", line 141, in cached_render
canv = fn(self, size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/widget.py", line 1751, in render
canv = get_delegate(self).render(size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/widget.py", line 141, in cached_render
canv = fn(self, size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/container.py", line 1083, in render
focus and self.focus_part == 'body')
"/usr/lib/python2.7/site-packages/urwid/widget.py", line 141, in cached_render
canv = fn(self, size, focus=focus)
"/usr/lib/python2.7/site-packages/urwid/listbox.py", line 457, in render
(maxcol, maxrow), focus=focus)
"/usr/lib/python2.7/site-packages/urwid/listbox.py", line 339, in calculate_visible
self._set_focus_complete( (maxcol, maxrow), focus )
"/usr/lib/python2.7/site-packages/urwid/listbox.py", line 704, in _set_focus_complete
(maxcol,maxrow), focus)
"/usr/lib/python2.7/site-packages/urwid/listbox.py", line 674, in _set_focus_first_selectable
(maxcol, maxrow), focus=focus)
"/usr/lib/python2.7/site-packages/urwid/listbox.py", line 342, in calculate_visible
focus_widget, focus_pos = self.body.get_focus()
"/usr/lib/python2.7/site-packages/libmproxy/console/grideditor.py", line 292, in get_focus
self.lst[self.focus]
"/usr/lib/python2.7/site-packages/libmproxy/console/grideditor.py", line 140, in __init__
w = self.editor.columns[i].text(v)
"/usr/lib/python2.7/site-packages/libmproxy/console/grideditor.py", line 71, in text
p = http_cookies._format_pairs(obj, sep="\n")NameError: global name 'http_cookies' is not defined | 0.235187 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/aj/entry.py", line 37, in start
aj.core.run(**kwargs)
"/usr/local/lib/python2.7/dist-packages/aj/core.py", line 94, in run
PluginManager.get(aj.context).load_all_from(aj.plugin_providers)
"/usr/local/lib/python2.7/dist-packages/aj/plugins.py", line 328, in load_all_from
logging.error(traceback.format_exc())
"/usr/lib/python2.7/logging/__init__.py", line 1596, in error
root.error(msg, *args, **kwargs)
"/usr/lib/python2.7/logging/__init__.py", line 1186, in error
self._log(ERROR, msg, args, **kwargs)
"/usr/lib/python2.7/logging/__init__.py", line 1279, in _log
self.handle(record)
"/usr/lib/python2.7/logging/__init__.py", line 1289, in handle
self.callHandlers(record)
"/usr/lib/python2.7/logging/__init__.py", line 1329, in callHandlers
hdlr.handle(record)
"/usr/local/lib/python2.7/dist-packages/aj/log.py", line 79, in handle
s += record.msg % record.argsTypeError: not enough arguments for format string | Traceback (most recent call last):
"pokecli.py", line 39, in <module>
from pgoapi.exceptions import NotLoggedInException, ServerSideRequestThrottlingException, ServerBusyOrOfflineExceptionImportError: No module named pgoapi.exceptions | 0.230923 |
Traceback (most recent call last):
"spam.py", line 10, in <module>
with args.output as fp:
AttributeError: __enter__
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/feeluown/containers/table.py", line 34, in fetch_album_cover
await asyncio.sleep(random.randrange(100) / 100)
"/usr/lib/python3.8/asyncio/tasks.py", line 637, in sleep
loop = events.get_running_loop()
RuntimeError: no running event loop
| 0.285691 |
Traceback (most recent call last):
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\site-packages\django\test\testcases.py", line 202, in __call__
self._pre_setup()
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\site-packages\channels\testing\live.py", line 52, in _pre_setup
self._server_process.start()
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\multiprocessing\process.py", line 112, in start
self._popen = self._Popen(self)
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\multiprocessing\context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__
reduction.dump(process_obj, to_child)
"C:\Users\SubAtomicManiac\Anaconda5\envs\SoftEng\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
AttributeError: Can't pickle local object 'DaphneProcess.__init__.<locals>.<lambda>'
| Traceback (most recent call last):
"/home/antony/.virtualenvs/myapp/lib/python3.6/site-packages/sqlalchemy/util/_collections.py", line 1014, in __call__
return self.registry[key]
KeyError: 140173732824896
| 0.309815 |
Traceback (most recent call last):
"/usr/lib/python3.4/asyncio/tasks.py", line 233, in _step
result = coro.throw(exc)
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 381, in async_process_entity
new_entity, self, update_before_add=update_before_add
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 212, in async_add_entity
yield from self.hass.async_add_job(entity.update)
"/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/light/yeelight.py", line 258, in update
self._rgb = self._get_rgb_from_properties()
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/light/yeelight.py", line 198, in _get_rgb_from_properties
return colorsys.hsv_to_rgb(hue, sat, val)
"/usr/lib/python3.4/colorsys.py", line 146, in hsv_to_rgb
i = int(h*6.0) # XXX assume int() truncates!
TypeError: can't multiply sequence by non-int of type 'float'
| Traceback (most recent call last):
"…/vim/neobundles/jedi/jedi/jedi/cache.py", line 141, in wrapper
return getattr(self, name)AttributeError: 'UserContextParser' object has no attribute '__parser' | 0.267535 |
Traceback (most recent call last):
"/home/nekmo/Projects/nekbot/sleekxmpp/xmlstream/xmlstream.py", line 1420, in _process
if not self.__read_xml():
"/home/nekmo/Projects/nekbot/sleekxmpp/xmlstream/xmlstream.py", line 1488, in __read_xml
self.__spawn_event(xml)
"/home/nekmo/Projects/nekbot/sleekxmpp/xmlstream/xmlstream.py", line 1556, in __spawn_event
handler.prerun(stanza_copy)
"/home/nekmo/Projects/nekbot/sleekxmpp/xmlstream/handler/callback.py", line 64, in prerun
self.run(payload, True)
"/home/nekmo/Projects/nekbot/sleekxmpp/xmlstream/handler/callback.py", line 76, in run
self._pointer(payload)
"/home/nekmo/Projects/nekbot/sleekxmpp/features/feature_mechanisms/mechanisms.py", line 215, in _handle_success
final = self.mech.process(stanza['value'])
"/home/nekmo/Projects/nekbot/sleekxmpp/xmlstream/stanzabase.py", line 694, in __getitem__
return getattr(self, get_method)(**kwargs)
"/home/nekmo/Projects/nekbot/sleekxmpp/features/feature_mechanisms/stanza/success.py", line 29, in get_value
return base64.b64decode(bytes(self.xml.text))
"/home/nekmo/Projects/nekbot/sleekxmpp/util/misc_ops.py", line 35, in bytes
return builtins.bytes(text, encoding='utf-8')TypeError: encoding or errors without a string argument | Traceback (most recent call last):
"export_graph.py", line 60, in <module>
tf.app.run()
"/usr/local/lib/python3.6/site-packages/tensorflow/python/platform/app.py", line 125, in run
_sys.exit(main(argv))
"export_graph.py", line 55, in main
export_graph(FLAGS.XtoY_model, XtoY=True)
"export_graph.py", line 47, in export_graph
restore_saver.restore(sess, latest_ckpt)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/training/saver.py", line 1276, in restore
{self.saver_def.filename_tensor_name: save_path})
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run
run_metadata)
"/usr/local/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.OutOfRangeError: Read less bytes than requested
| 0.290213 |
Traceback (most recent call last):
"/symln_home/anaconda/bin/conda", line 6, in <module>
sys.exit(main())
"/Users/tomflem/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 48, in main
activate.main()
"/Users/tomflem/anaconda/lib/python2.7/site-packages/conda/cli/activate.py", line 163, in main
conda.install.symlink_conda(prefix, root_dir, shell)
"/Users/tomflem/anaconda/lib/python2.7/site-packages/conda/install.py", line 582, in symlink_conda
symlink_conda_hlp(prefix, root_dir, where, symlink_fn)
"/Users/tomflem/anaconda/lib/python2.7/site-packages/conda/install.py", line 599, in symlink_conda_hlp
symlink_fn(root_file, prefix_file)OSError: [Errno 17]
exists | Traceback (most recent call last):
"/Users/rmacklin/.pyenv/versions/2.7.13/bin/slack-export-viewer-cli", line 11, in <module>
load_entry_point('slack-export-viewer==0.9.0', 'console_scripts', 'slack-export-viewer-cli')()
"/Users/rmacklin/.pyenv/versions/2.7.13/lib/python2.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/rmacklin/.pyenv/versions/2.7.13/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/rmacklin/.pyenv/versions/2.7.13/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/rmacklin/.pyenv/versions/2.7.13/lib/python2.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/rmacklin/.pyenv/versions/2.7.13/lib/python2.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/rmacklin/.pyenv/versions/2.7.13/lib/python2.7/site-packages/slackviewer/cli.py", line 43, in export
[{"channel_name": k, "messages": v} for (k,v) in r.compile_channels().iteritems()],
TypeError: compile_channels() takes exactly 2 arguments (1 given)
| 0.275968 |
Traceback (most recent call last):
"/home/nnasd/cobra/cobra/__init__.py", line 70, in main
if not int(args.port) <= 65535:ValueError: invalid literal for int() with base 10: '8.8.8.8' | Traceback (most recent call last):
"C:\Python27\lib\site-packages\kombu-3.0.5-py2.7.egg\kombu\pidbox.py", line 101, in dispatch
reply = handle(method, kwdict(arguments))
"C:\Python27\lib\site-packages\kombu-3.0.5-py2.7.egg\kombu\pidbox.py", line 119, in handle_call
return self.handle(method, arguments)
"C:\Python27\lib\site-packages\kombu-3.0.5-py2.7.egg\kombu\pidbox.py", line 116, in handle
return self.handlers[method](self.state, **arguments)
"C:\Python27\lib\site-packages\celery-3.1.4-py2.7.egg\celery\worker\control.py", line 359, in active_queues
for queue in state.consumer.task_consumer.queues]AttributeError: 'NoneType' object has no attribute 'queues' | 0.183536 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/ubuntu/workspace/venv/lib/python3.5/site-packages/gevent/__init__.py", line 41, in <module>
from gevent.hub import get_hub, iwait, wait
"/home/ubuntu/workspace/venv/lib/python3.5/site-packages/gevent/hub.py", line 289
except Exception, ex:
^SyntaxError: invalid syntax | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 1920, in process_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 1865, in dl
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\downloader\common.py", line 366, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\downloader\http.py", line 341, in real_download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\downloader\http.py", line 109, in establish_connection
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpjwbwqymm\build\youtube_dl\YoutubeDL.py", line 2238, in urlopen
"C:\Python\Python34\lib\urllib\request.py", line 470, in open
"C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
"C:\Python\Python34\lib\urllib\request.py", line 508, in error
"C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
"C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 403: Forbidden
| 0.159634 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/tmp/pip-build-zarx22qb/causality/setup.py", line 6, in <module>
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
"/Users/me/.virtualenvs/shopkeep/lib/python3.4/codecs.py", line 891, in open
file = builtins.open(filename, mode, buffering)
NotFoundError: [Errno 2] No such file or directory: '/private/tmp/pip-build-zarx22qb/causality/README.md' | Traceback (most recent call last):
"C:\ProgramData\miniconda\lib\site-packages\IPython\core\interactiveshell.py", line 3331, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-10-5ac61fb38272>", line 7, in <module>
approx = pm.fit(n=70000, method=inference)
"C:\ProgramData\miniconda\lib\site-packages\pymc3\variational\inference.py", line 840, in fit
return inference.fit(n, **kwargs)
"C:\ProgramData\miniconda\lib\site-packages\pymc3\variational\inference.py", line 151, in fit
state = self._iterate_with_loss(0, n, step_func, progress, callbacks)
"C:\ProgramData\miniconda\lib\site-packages\pymc3\variational\inference.py", line 212, in _iterate_with_loss
e = step_func()
"C:\ProgramData\miniconda\lib\site-packages\theano\compile\function_module.py", line 917, in __call__
storage_map=getattr(self.fn, 'storage_map', None))
"C:\ProgramData\miniconda\lib\site-packages\theano\gof\link.py", line 325, in raise_with_op
reraise(exc_type, exc_value, exc_trace)
"C:\ProgramData\miniconda\lib\site-packages\six.py", line 702, in reraise
raise value.with_traceback(tb)
"C:\ProgramData\miniconda\lib\site-packages\theano\compile\function_module.py", line 903, in __call__
self.fn() if output_subset is None else\
NotImplementedError: type(x) is not double or float
| 0.258611 |
Traceback (most recent call last):
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 256, in paintEvent
self._draw_fold_region_background(block, painter)
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/plugins/editor/panels/codefolding.py", line 300, in _draw_fold_region_background
end = self.folding_regions[start]KeyError: 141 | Traceback (most recent call last):
"test_dill.py", line 39, in <module>
print(new_box.things.info)
AttributeError: 'RealisticInfoArray' object has no attribute 'info'
| 0.181463 |
Traceback (most recent call last):
"./reproducehbondissue.py", line 45, in <module>
distance=hbonddist, angle=hbondangle)
"/usr/local/lib/python2.7/dist-packages/MDAnalysis/analysis/hbonds/hbond_analysis.py", line 612, in __init__
self._update_selection_2()
"/usr/local/lib/python2.7/dist-packages/MDAnalysis/analysis/hbonds/hbond_analysis.py", line 798, in _update_selection_2
self._s2_acceptors = self._s2.select_atoms(
AttributeError: 'list' object has no attribute 'select_atoms'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/haffmpeg/core.py", line 114, in open
stderr=stderr
"/usr/local/lib/python3.6/asyncio/subprocess.py", line 225, in create_subprocess_exec
stderr=stderr, **kwds)
"uvloop/loop.pyx", line 2601, in subprocess_exec
"uvloop/loop.pyx", line 2561, in __subprocess_run
"uvloop/handles/process.pyx", line 588, in uvloop.loop.UVProcessTransport.new
"uvloop/handles/process.pyx", line 59, in uvloop.loop.UVProcess._init
"uvloop/handles/process.pyx", line 48, in uvloop.loop.UVProcess._init
"uvloop/handles/process.pyx", line 270, in uvloop.loop.UVProcess._init_options
"uvloop/handles/process.pyx", line 444, in uvloop.loop.UVProcessTransport._init_files
"uvloop/handles/pipe.pyx", line 168, in uvloop.loop.WriteUnixTransport._open
"uvloop/handles/pipe.pyx", line 29, in uvloop.loop.__pipe_open
ExistsError: [Errno 17]
exists
| 0.313186 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/urllib/request.py", line 1318, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1026, in _send_output
self.send(msg)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 964, in send
self.connect()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1400, in connect
server_hostname=server_hostname)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 407, in wrap_socket
_context=self, _session=session)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 817, in __init__
self.do_handshake()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 1077, in do_handshake
self._sslobj.do_handshake()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:847)
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\pluralsight.py", line 421, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 1350, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.131741 |
`Traceback (most recent call last):
"./dynamodb-table-scan-and-import-to-lambda.py", line 88, in <module>
for response in page_iterator:
"/Library/Python/2.7/site-packages/botocore/paginate.py", line 102, in __iter__
response = self._make_request(current_kwargs)
"/Library/Python/2.7/site-packages/botocore/paginate.py", line 174, in _make_request
return self._method(**current_kwargs)
"/Library/Python/2.7/site-packages/botocore/client.py", line 251, in _api_call
return self._make_api_call(operation_name, kwargs)
"/Library/Python/2.7/site-packages/botocore/client.py", line 513, in _make_api_call
api_params, operation_model, context=request_context)
"/Library/Python/2.7/site-packages/botocore/client.py", line 566, in _convert_to_request_dict
api_params, operation_model)
"/Library/Python/2.7/site-packages/botocore/validate.py", line 270, in serialize_to_request
raise ParamValidationError(report=report.generate_report())
botocore.exceptions.ParamValidationError: Parameter validation failed:
| Traceback (most recent call last):
"/home/someone/poloniexlendingbot/lendingbot.py", line 137, in <module>
Lending.lend_all()
"/home/someone/poloniexlendingbot/modules/Lending.py", line 234, in lend_all
lend_all()
"/home/someone/poloniexlendingbot/modules/Lending.py", line 232, in lend_all
usable_currencies += lend_cur(cur, total_lent, lending_balances, ticker)
"/home/someone/poloniexlendingbot/modules/Lending.py", line 429, in lend_cur
raise msg
KeyError: u'USD_EOS'
| 0.249415 |
Traceback (most recent call last):
"/opt/openstates/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle
return self.do_handle(args, other, juris)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle
report['scrape'] = self.do_scrape(juris, args, scrapers)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape
for obj in self.scrape(**kwargs) or []:
"/opt/openstates/openstates/openstates/vt/bills.py", line 243, in scrape
raise AssertionError("Roll call vote result is unclear")AssertionError: Roll call vote result is unclear | Traceback (most recent call last):
"D:\Pokemon stuff\PokemonGo-Bot\pokecli.py", line 219, in <module>
main()
"D:\Pokemon stuff\PokemonGo-Bot\pokecli.py", line 196, in main
config = init_config()
"D:\Pokemon stuff\PokemonGo-Bot\pokecli.py", line 168, in init_config
config.item_filter = [str(item_id) for item_id in config.item_filter.split(',')]AttributeError: 'list' object has no attribute 'split' | 0.21323 |
Traceback (most recent call last):
"ble_read_state.py", line 60, in <module>
toggle_device(dev_id, True)
"/code/open-source/apple_bleee/utils/bluetooth_utils.py", line 88, in toggle_device
hci_sock = socket.socket(socket.AF_BLUETOOTH,
AttributeError: module 'socket' has no attribute 'AF_BLUETOOTH'
| Traceback (most recent call last):
"C:\Users\Sreeman\Downloads\coursera-dl-master\coursera-dl-master\coursera\cookies.py", line 91, in login
r.raise_for_status()
"C:\Users\Sreeman\AppData\Local\Programs\Python\Python35-32\lib\site-packages\requests\models.py", line 840, in raise_for_status
raise HTTPError(http_error_msg, response=self)requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://class.coursera.org/python-network-data | 0.282932 |
Traceback (most recent call last):
"/Users/rclary/Applications/Spyder.app/Contents/Resources/lib/python3.9/spyder/plugins/layout/container.py", line 131, in <lambda>
triggered=lambda: self.show_save_layout(),
"/Users/rclary/Applications/Spyder.app/Contents/Resources/lib/python3.9/spyder/plugins/layout/container.py", line 307, in show_save_layout
self.save_current_window_settings('layout_{}/'.format(index),AttributeError: 'LayoutContainer' object has no attribute 'save_current_window_settings' | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/requests/models.py", line 745, in generat
e
for chunk in self.raw.stream(chunk_size, decode_content=True):
"/usr/lib/python3/dist-packages/urllib3/response.py", line 432, in stream
for line in self.read_chunked(amt, decode_content=decode_content):
"/usr/lib/python3/dist-packages/urllib3/response.py", line 626, in read_c
hunked
self._original_response.close()
"/usr/lib/python3.6/contextlib.py", line 99, in __exit__
self.gen.throw(type, value, traceback)
"/usr/lib/python3/dist-packages/urllib3/response.py", line 320, in _error
_catcher
raise ProtocolError('Connection broken: %r' % e, e)
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2 bytes re
ad)', IncompleteRead(2 bytes read))
| 0.200511 |
Traceback (most recent call last):
"/sites/Flask-Scaffold/venv-3.4/bin/resttest.py", line 3, in <module>
from pyresttest import resttest
"/sites/Flask-Scaffold/venv-3.4/lib/python3.4/site-packages/pyresttest/resttest.py", line 25, in <module>
from past.builtins import basestringImportError: No module named 'past' | 14/04/2020 10:52:11|ERROR
|apscheduler.executors.default
|Job "Update Movie list from Radarr (trigger: interval[0:05:00], next run at: 2020-04-14 10:57:10 CDT)" raised an exception|'Traceback (most recent call last):\n
"c:\\bazarr\\bazarr\\../libs\\apscheduler\\executors\\base.py", line 125, in run_job\n
retval = job.func(*job.args, **job.kwargs)\n
"c:\\bazarr\\bazarr\\get_movies.py", line 272, in update_movies\n
movies_download_subtitles(altered_movie[2])\n
"c:\\bazarr\\bazarr\\get_subtitle.py", line 681, in movies_download_subtitles\n
if ast.literal_eval(movie[\'missing_subtitles\']):\n
"C:\\Bazarr\\WinPython\\python-3.8.0\\lib\\ast.py", line 96, in literal_eval\n
return _convert(node_or_string)\n
"C:\\Bazarr\\WinPython\\python-3.8.0\\lib\\ast.py", line 95, in _convert\n
return _convert_signed_num(node)\n
"C:\\Bazarr\\WinPython\\python-3.8.0\\lib\\ast.py", line 74, in _convert_signed_num\n
return _convert_num(node)\n
"C:\\Bazarr\\WinPython\\python-3.8.0\\lib\\ast.py", line 66, in _convert_num\n
raise ValueError(\'malformed node or string: \' + repr(node))\nValueError: malformed node or string: None'|
| 0.24313 |
Traceback (most recent call last):
"reproduce_sqla_bug.py", line 53, in <module>
main()
"reproduce_sqla_bug.py", line 49, in main
session.query(Invoice1).get(0)
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 1151, in query
return self._query_cls(entities, self, **kwargs)
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 106, in __init__
self._set_entities(entities)
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 116, in _set_entities
self._set_entity_selectables(self._entities)
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 149, in _set_entity_selectables
ent.setup_entity(*d[entity])
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 2980, in setup_entity
self._with_polymorphic = ext_info.with_polymorphic_mappers
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 712, in __get__
obj.__dict__[self.__name__] = result = self.fget(obj)
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/mapper.py", line 1840, in _with_polymorphic_mappers
configure_mappers()
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/mapper.py", line 2544, in configure_mappers
mapper._post_configure_properties()
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/mapper.py", line 1657, in _post_configure_properties
prop.init()
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/interfaces.py", line 143, in init
self.do_init()
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/relationships.py", line 1512, in do_init
self._setup_join_conditions()
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/relationships.py", line 1588, in _setup_join_conditions
can_be_synced_fn=self._columns_are_mapped
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/relationships.py", line 1856, in __init__
self._check_foreign_cols(self.primaryjoin, True)
"/Users/ca/.virtualenvs/sqlalchemy/lib/python2.7/site-packages/sqlalchemy/orm/relationships.py", line 2374, in _check_foreign_cols
raise sa_exc.ArgumentError(err)sqlalchemy.exc.ArgumentError: Could not locate any relevant foreign key columns for primary join condition 'transactions.invoice_id = invoices.id' on relationship Invoice1.transactions.
Ensure that referencing columns are associated with a ForeignKey or ForeignKeyConstraint, or are annotated in the join condition with the foreign() annotation. | Traceback (most recent call last):
"/home/escher/lib/python3.4/cherrypy/_cpwsgi.py", line 234, in __init__
self.run()
"/home/escher/lib/python3.4/cherrypy/_cpwsgi.py", line 337, in run
request.run(meth, path, qs, rproto, headers, rfile)
"/home/escher/lib/python3.4/cherrypy/_cprequest.py", line 589, in run
self.respond( pi )
"/home/escher/lib/python3.4/cherrypy/_cprequest.py", line 647, in respond
self.namespaces( self.config )
"/home/escher/lib/python3.4/cherrypy/lib/reprconf.py", line 117, in __call__
exit(None, None, None)
"/home/escher/lib/python3.4/cherrypy/_cptools.py", line 466, in __exit__
tool._setup()
"/home/escher/lib/python3.4/cherrypy/lib/cpstats.py", line 312, in _setup
self.record_start()
"/home/escher/lib/python3.4/cherrypy/lib/cpstats.py", line 334, in record_start
'Start Time': time.time(),AttributeError: 'module' object has no attribute '_get_ident' | 0.228333 |
"module_stdout": "Traceback (most recent call last):\r\n
\"/tmp/ansible_A4al9W/ansible_module_apt.py\", line 909, in <module>\r\n
main()\r\n
\"/tmp/ansible_A4al9W/ansible_module_apt.py\", line 892, in main\r\n
if updated_cache and not retvals['changed']:\r\nKeyError: 'changed'\r\n",
"msg": "MODULE FAILURE"
| Traceback (most recent call last):
"/Users/MyUserName/.pyenv/versions/3.6.5/lib/python3.6/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"/Users/MyUserName/.pyenv/versions/3.6.5/lib/python3.6/site-packages/urllib3/util/connection.py", line 80, in create_connection
raise err
"/Users/MyUserName/.pyenv/versions/3.6.5/lib/python3.6/site-packages/urllib3/util/connection.py", line 70, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
| 0.126216 |
Traceback (most recent call last):
"E:\Spyder-PythonIDE\lib\site-packages\spyder\plugins\ipythonconsole\plugin.py", line 576, in update_path
shell.update_syspath(path_dict, new_path_dict)
"E:\Spyder-PythonIDE\lib\site-packages\spyder\plugins\ipythonconsole\widgets\shell.py", line 223, in update_syspath
blocking=False).update_syspath(path_dict, new_path_dict)
"E:\Spyder-PythonIDE\lib\site-packages\spyder_kernels\comms\commbase.py", line 538, in __call__
call_dict, call_data, self._comm_id)
"E:\Spyder-PythonIDE\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 130, in _get_call_return_value
with self.comm_channel_manager(comm_id, queue_message=not interrupt):
"E:\Spyder-PythonIDE\lib\contextlib.py", line 112, in __enter__
return next(self.gen)
"E:\Spyder-PythonIDE\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 87, in comm_channel_manager
timeout)
"E:\Spyder-PythonIDE\lib\site-packages\spyder\plugins\ipythonconsole\comms\kernelcomm.py", line 168, in _wait
raise TimeoutError(timeout_msg)TimeoutError: Timeout while waiting for comm port. | **Traceback (most recent call last):
"C:\ProgramData\Anaconda3\Scripts\dmoj-script.py", line 11, in <module>
load_entry_point('dmoj', 'console_scripts', 'dmoj')()
"C:\ProgramData\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 565, in load_entry_point
"C:\ProgramData\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2598, in load_entry_point
"C:\ProgramData\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2258, in load
"C:\ProgramData\Anaconda3\lib\site-packages\setuptools-27.2.0-py3.6.egg\pkg_resources\__init__.py", line 2264, in resolve
"d:\xxx\judge\dmoj\judge.py", line 13, in <module>
from dmoj import packet, graders
"d:\xxx\judge\dmoj\packet.py", line 12, in <module>
from dmoj import sysinfo
"d:\xxx\judge\dmoj\sysinfo.py", line 38, in <module>
_load_thread = SystemLoadThread()
"d:\xxx\judge\dmoj\sysinfo.py", line 26, in __init__
self.counter = PerformanceCounter(r'\System\Processor Queue Length', r'\Processor(_Total)\% Processor Time')
"d:\xxx\judge\dmoj\utils\winperfmon.py", line 62, in __init__
PdhAddCounter(self._query, path, 0, byref(handle))
ctypes.ArgumentError: argument 1: <class 'OverflowError'>: int too long to convert
| 0.240787 |
Traceback (most recent call last):
"mnist_custompooling.py", line 76, in <module>
validation_data=(x_test, y_test))
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/keras/engine/training.py", line 1037, in fit
validation_steps=validation_steps)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/keras/engine/training_arrays.py", line 199, in fit_loop
outs = f(ins_batch)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2672, in __call__
return self._legacy_call(inputs)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/keras/backend/tensorflow_backend.py", line 2654, in _legacy_call
**self.session_kwargs)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1140, in _run
feed_dict_tensor, options, run_metadata)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1321, in _do_run
run_metadata)
"/home/yaurehman2/.virtualenvs/virtual-py3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1340, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Input to reshape is a tensor with 100352 values, but the requested shape has 25088
| Traceback (most recent call last):
"autosploit.py", line 5, in <module>
main()
"/home/j0hng0tt1/Desktop/Tools/AutoSploit/autosploit/main.py", line 84, in main
loaded_tokens = load_api_keys()
"/home/j0hng0tt1/Desktop/Tools/AutoSploit/lib/settings.py", line 145, in load_api_keys
os.mkdir(path)
OSError: [Errno 13] Permission denied: '/home/j0hng0tt1/Desktop/Tools/AutoSploit/etc/tokens'
| 0.252928 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/psutil/tests/test_misc.py", line 706, in test_disk_usage
self.assert_stdout('disk_usage.py')
"/usr/lib/python3.8/site-packages/psutil/tests/test_misc.py", line 667, in assert_stdout
out = sh(cmd, **kwargs).strip()
"/usr/lib/python3.8/site-packages/psutil/tests/__init__.py", line 305, in wrapper
return fun(*args, **kwargs)
"/usr/lib/python3.8/site-packages/psutil/tests/__init__.py", line 457, in sh
raise RuntimeError(stderr)
RuntimeError: /usr/bin/python3.8: can't open file '/usr/lib/python3.8/site-packages/scripts/disk_usage.py': [Errno 2] No such file or directory
| Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/common.py", line 373, in run
self.run_protected()
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/common.py", line 425, in run_protected
self.target(*self.args, **self.kwargs)
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/adm.py", line 494, in upgrade_loop
backend.update_meta(key, meta)
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/backends/comprenc.py", line 304, in update_meta
metadata=metadata)
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/backends/comprenc.py", line 339, in _copy_or_rename
self.backend.update_meta(src, meta_raw)
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/backends/common.py", line 108, in wrapped
return method(*a, **kw)
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/backends/swift.py", line 669, in update_meta
self._do_request('POST', '/%s%s' % (self.prefix, key), headers=headers)
"/usr/local/lib/python3.5/dist-packages/s3ql-3.3.2-py3.5-linux-x86_64.egg/s3ql/backends/swift.py", line 267, in _do_request
raise HTTPError(resp.status, resp.reason, resp.headers)
s3ql.backends.s3c.HTTPError: 404 Not Found
| 0.27057 |
Traceback (most recent call last):
"/home/sas/sas/lib/python2.7/site-packages/django/core/handlers/base.py", line 174, in get_response
response = self.process_exception_by_middleware(e, request)
"/home/sas/sas/lib/python2.7/site-packages/django/core/handlers/base.py", line 172, in get_response
response = response.render()
"/home/sas/sas/lib/python2.7/site-packages/django/template/response.py", line 160, in render
self.content = self.rendered_content
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/response.py", line 71, in rendered_content
ret = renderer.render(self.data, media_type, context)
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/renderers.py", line 675, in render
context = self.get_context(data, accepted_media_type, renderer_context)
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/renderers.py", line 617, in get_context
raw_data_post_form = self.get_raw_data_form(data, view, 'POST', request)
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/renderers.py", line 540, in get_raw_data_form
content = renderer.render(serializer.data, accepted, context)
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/serializers.py", line 503, in data
ret = super(Serializer, self).data
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/serializers.py", line 243, in data
self._data = self.get_initial()
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/serializers.py", line 386, in get_initial
for field in self.fields.values()
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/serializers.py", line 339, in fields
for key, value in self.get_fields().items():
"/home/sas/sas/lib/python2.7/site-packages/rest_framework/serializers.py", line 949, in get_fields
fields[field_name] = field_class(**field_kwargs)TypeError: __init__() takes at least 2 arguments (1 given) | Traceback (most recent call last):
"/home/lab/zts/zh/tcr_bayes.py", line 26, in <module>
trace = pm.sample(10000, return_inferencedata=False)
"/home/lab/anaconda3/envs/p/lib/python3.7/site-packages/pymc3/sampling.py", line 545, in sample
trace = _mp_sample(**sample_args, **parallel_args)
"/home/lab/anaconda3/envs/p/lib/python3.7/site-packages/pymc3/sampling.py", line 1486, in _mp_sample
for draw in sampler:
"/home/lab/anaconda3/envs/p/lib/python3.7/site-packages/pymc3/parallel_sampling.py", line 492, in __iter__
draw = ProcessAdapter.recv_draw(self._active)
"/home/lab/anaconda3/envs/p/lib/python3.7/site-packages/pymc3/parallel_sampling.py", line 365, in recv_draw
raise error from old_error
RuntimeError: Chain 1 failed.
| 0.254076 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature
video_id, player_url, len(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"/srv/hass/hass_venv/lib/python3.4/site-packages/requests/adapters.py", line 423, in send
timeout=timeout
"/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 643, in urlopen
_stacktrace=sys.exc_info()[2])
"/srv/hass/hass_venv/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 363, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='maps.googleapis.com', port=443): Max retries exceeded with url: /maps/api/distancematrix/json?departure_time=now&destinations=-34.782027%2C138.669962&mode=driving&origins=-34.81001786691735%2C138.6213880981796&units=metric&key=AIzaSyDz5lwuNxatWHEDMq-mCIwZSpvvfbCUoYE (Caused by NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x6ddd3b50>: Failed to establish a new connection: [Errno -2] Name or service not known',))
| 0.2464 |
Traceback (most recent call last):
"C:\Users\Dad\Documents\3D_Printing\Software\Printrun-20140819\printrun\printcore.py", line 484, in _print
self._sendnext()
"C:\Users\Dad\Documents\3D_Printing\Software\Printrun-20140819\printrun\printcore.py", line 520, in _sendnext
self._send(self.sentlines[self.resendfrom], self.resendfrom, False)KeyError: 39481 | Traceback (most recent call last):
"pipeline.py", line 601, in <module>
main(parser.parse_args())
"pipeline.py", line 594, in main
_main()
"pipeline.py", line 141, in _main
train_output = current_model.train_model(dataloader.get_train_input_fn(), classification_steps)
"/home/amsha/Research/FoodClassification/models/models_fasterrcnn.py", line 288, in train_model
rois_label = self.model(input_var, iinfo_var, gtbox_var, nmbox_var)
"/home/amsha/virtualenv/torch-master-13022018/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__
result = self.forward(*input, **kwargs)
"/home/amsha/Research/faster-rcnn.pytorch/lib/model/faster_rcnn/faster_rcnn.py", line 77, in forward
pooled_feat = self.RCNN_roi_crop(base_feat, Variable(grid_yx).detach())
"/home/amsha/virtualenv/torch-master-13022018/lib/python3.6/site-packages/torch/nn/modules/module.py", line 357, in __call__
result = self.forward(*input, **kwargs)
"/home/amsha/Research/faster-rcnn.pytorch/lib/model/roi_crop/modules/roi_crop.py", line 8, in forward
return RoICropFunction()(input1, input2)
"/home/amsha/Research/faster-rcnn.pytorch/lib/model/roi_crop/functions/roi_crop.py", line 11, in forward
output = input2.new(input2.size()[0], input1.size()[1], input2.size()[1], input2.size()[2]).zero_()
RuntimeError: cuda runtime error (2) : out of memory at /home/amsha/builds/pytorch/aten/src/THC/generic/THCStorage.cu:58
| 0.269146 |
Traceback (most recent call last):
"/Users/rpseguin/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/connection.py", line 142, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
"/Users/rpseguin/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/util/connection.py", line 98, in create_connection
raise err
"/Users/rpseguin/anaconda/lib/python3.5/site-packages/requests/packages/urllib3/util/connection.py", line 88, in create_connection
sock.connect(sa)
OSError: [Errno 65] No route to host
| Traceback (most recent call last):
"C:\Python27\lib\threading.py", line 801, in **bootstrap_inner
self.run()
"C:\Python27\lib\site-packages\socketIO_client\heartbeats.py", line 27, in run
self._send_heartbeat()
"C:\Python27\lib\site-packages\socketIO_client__init**.py", line 211, in _ping
engineIO_packet_type, engineIO_packet_data)
"C:\Python27\lib\site-packages\socketIO_client\transports.py", line 162, in send_packet
self._connection.send(packet)
"C:\Python27\lib\site-packages\websocket_core.py", line 239, in send
return self.send_frame(frame)
"C:\Python27\lib\site-packages\websocket_core.py", line 264, in send_frame
l = self._send(data)
"C:\Python27\lib\site-packages\websocket_core.py", line 425, in _send
return send(self.sock, data)
"C:\Python27\lib\site-packages\websocket_socket.py", line 112, in send
return sock.send(data)
"C:\Python27\lib\site-packages\eventlet\greenio\base.py", line 379, in send
return self._send_loop(self.fd.send, data, flags)
"C:\Python27\lib\site-packages\eventlet\greenio\base.py", line 374, in _send_loop
timeout_exc=socket.timeout("timed out"))
"C:\Python27\lib\site-packages\eventlet\greenio\base.py", line 203, in _trampoline
mark_as_closed=self._mark_as_closed)
"C:\Python27\lib\site-packages\eventlet\hubs__init__.py", line 160, in trampoline
listener = hub.add(hub.WRITE, fileno, current.switch, current.throw, mark_as_closed)
"C:\Python27\lib\site-packages\eventlet\hubs\hub.py", line 177, in add
evtype, fileno, evtype, cb, bucket[fileno]))RuntimeError: Second simultaneous write on fileno 1076 detected.
Unless you really know what you're doing, make sure that only one greenthread can write any particular socket.
Consider using a pools.Pool. If you do know what you're doing and want to disable this error, call eventlet.debug.hub_prevent_multiple_readers(False) - MY THREAD=<built-in method switch of greenlet.greenlet object at 0x0715E6C0>; THAT THREAD=FdListener('write', 1076, <built-in method switch of greenlet.greenlet object at 0x04FA9A30>, <built-in method throw of greenlet.greenlet object at 0x04FA9A30>) | 0.306653 |
Traceback (most recent call last):
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/exceptions.py", line 473, in conda_exception_handler
return_value = func(*args, **kwargs)
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/cli/main.py", line 144, in _main
exit_code = args.func(args, p)
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/cli/main_update.py", line 65, in execute
install(args, parser, 'update')
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/cli/install.py", line 238, in install
prefix=prefix)
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/api.py", line 24, in get_index
index = fetch_index(channel_urls, use_cache=use_cache, unknown=unknown)
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/fetch.py", line 293, in fetch_index
for url in urls]
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/fetch.py", line 70, in func
res = f(*args, **kwargs)
"/Users/Aliatypus/anaconda2/lib/python2.7/site-packages/conda/fetch.py", line 187, in fetch_repodata
raise CondaRuntimeError(msg)
CondaRuntimeError: Runtime error: Connection error: HTTPSConnectionPool(host='corp.com', port=8080): Max retries exceeded with url: /osx-64/repodata.json (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x104532090>, 'Connection to corp.com timed out. (connect timeout=3.05)')): https://corp.com:8080/osx-64/
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"./sympy/integrals/transforms.py", line 1293, in inverse_laplace_transform
return InverseLaplaceTransform(F, s, t, plane).doit(**hints)
"./sympy/integrals/transforms.py", line 121, in doit
self.function_variable, self.transform_variable, **hints)
"./sympy/integrals/transforms.py", line 1245, in _compute_transform
return _inverse_laplace_transform(F, s, t, self.fundamental_plane, **hints)
"./sympy/integrals/transforms.py", line 206, in wrapper
res = func(*args, **kwargs)
"./sympy/integrals/transforms.py", line 1172, in _inverse_laplace_transform
needeval=True, noconds=False)
"./sympy/integrals/transforms.py", line 875, in inverse_mellin_transform
return InverseMellinTransform(F, s, x, strip[0], strip[1]).doit(**hints)
"./sympy/integrals/transforms.py", line 121, in doit
self.function_variable, self.transform_variable, **hints)
"./sympy/integrals/transforms.py", line 819, in _compute_transform
return _inverse_mellin_transform(F, s, x, strip, **hints)
"./sympy/integrals/transforms.py", line 206, in wrapper
res = func(*args, **kwargs)
"./sympy/integrals/transforms.py", line 746, in _inverse_mellin_transform
h = hyperexpand(G)
"./sympy/simplify/hyperexpand.py", line 2491, in hyperexpand
return f.replace(hyper, do_replace).replace(meijerg, do_meijer)
"./sympy/core/basic.py", line 1492, in replace
rv = walk(self, rec_replace)
"./sympy/core/basic.py", line 1476, in walk
rv = F(rv)
"./sympy/core/basic.py", line 1485, in rec_replace
v = _value(expr, result)
"./sympy/core/basic.py", line 1414, in <lambda>
_value = lambda expr, result: value(*expr.args)
"./sympy/simplify/hyperexpand.py", line 2488, in do_meijer
allow_hyper, rewrite=rewrite, place=place)
"./sympy/simplify/hyperexpand.py", line 2373, in _meijergexpand
t, 1/z0)
"./sympy/simplify/hyperexpand.py", line 2299, in do_slater
t, premult, bh, rewrite=None)
"./sympy/simplify/hyperexpand.py", line 2048, in _hyperexpand
formula = build_hypergeometric_formula(func)
"./sympy/simplify/hyperexpand.py", line 1875, in build_hypergeometric_formula
poly = Poly(expr, _x)
"./sympy/polys/polytools.py", line 163, in __new__
return cls._from_expr(rep, opt)
"./sympy/polys/polytools.py", line 293, in _from_expr
return cls._from_dict(rep, opt)
"./sympy/polys/polytools.py", line 237, in _from_dict
domain, rep = construct_domain(rep, opt=opt)
"./sympy/polys/constructor.py", line 275, in construct_domain
result = _construct_composite(coeffs, opt)
"./sympy/polys/constructor.py", line 200, in _construct_composite
max_prec = max([c._prec for c in coeffs])
"./sympy/polys/constructor.py", line 200, in <listcomp>
max_prec = max([c._prec for c in coeffs])
AttributeError: 'Add' object has no attribute '_prec'
| 0.325922 |
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):
"/usr/lib/python3.6/wsgiref/handlers.py", line 138, in run
self.finish_response()
"/usr/lib/python3.6/wsgiref/handlers.py", line 180, in finish_response
self.write(data)
"/usr/lib/python3.6/wsgiref/handlers.py", line 274, in write
self.send_headers()
"/usr/lib/python3.6/wsgiref/handlers.py", line 332, in send_headers
self.send_preamble()
"/usr/lib/python3.6/wsgiref/handlers.py", line 252, in send_preamble
self._write(('HTTP/%s %s\r\n' % (self.http_version,self.status)).encode('iso-8859-1'))
"/usr/lib/python3.6/wsgiref/handlers.py", line 453, in _write
result = self.stdout.write(data)
"/usr/lib/python3.6/socketserver.py", line 803, in write
self._sock.sendall(b)
ConnectionResetError: [Errno 104] Connection reset by peer
| 0.259277 |
Python stack trace: Traceback (most recent call last):
"c:\python37\lib\site-packages\objection\console\repl.py", line 371, in start_repl
self.run_command(document)
"c:\python37\lib\site-packages\objection\console\repl.py", line 185, in run_command
exec_method(arguments)
"c:\python37\lib\site-packages\objection\commands\ios\plist.py", line 29, in cat
plist_data = api.ios_plist_read(plist)
"c:\python37\lib\site-packages\frida\core.py", line 322, in method
return script._rpc_request('call', js_name, args)
"c:\python37\lib\site-packages\frida\core.py", line 250, in _rpc_request
raise result[2]
frida.core.RPCException: TypeError: cannot read property 'toString' of null
| Traceback (most recent call last):
"/usr/local/bin/radon", line 10, in <module>
sys.exit(main())
"/usr/local/lib/python3.7/dist-packages/radon/__init__.py", line 10, in main
from radon.cli import program, log_error
"/usr/local/lib/python3.7/dist-packages/radon/cli/__init__.py", line 10, in <module>
import radon.complexity as cc_mod
"/usr/local/lib/python3.7/dist-packages/radon/complexity.py", line 7, in <module>
from flake8_polyfill import options
ModuleNotFoundError: No module named 'flake8_polyfill'
| 0.304645 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/loader.py", line 1607, in _load_module
mod = imp.load_module(mod_namespace, fn_, fpath, desc)
"/usr/lib/python2.7/dist-packages/salt/states/pkg.py", line 77, in <module>
import logging
"/usr/lib/python2.7/logging/__init__.py", line 26, in <module>
import sys, os, time, cStringIO, traceback, warnings, weakref, collections
"/usr/lib/python2.7/os.py", line 119, in <module>
sys.modules['os.path'] = path
AttributeError: 'module' object has no attribute 'modules'
| Traceback (most recent call last):
"/home/fizyk/.virtualenvs/homepage/local/lib/python2.7/site-packages/doit/action.py", line 326, in execute
returned_value = self.py_callable(*self.args, **kwargs)
"/home/fizyk/homepage/nikola/scripts/../nikola/nikola.py", line 327, in render_template
template_name, None, local_context)
"/home/fizyk/homepage/nikola/nikola/plugins/template_mako.py", line 71, in render_template
data = template.render_unicode(**context)
"/home/fizyk/.virtualenvs/homepage/local/lib/python2.7/site-packages/mako/template.py", line 421, in render_unicode
as_unicode=True)
"/home/fizyk/.virtualenvs/homepage/local/lib/python2.7/site-packages/mako/runtime.py", line 766, in _render
**_kwargs_for_callable(callable_, data))
"/home/fizyk/.virtualenvs/homepage/local/lib/python2.7/site-packages/mako/runtime.py", line 798, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
"/home/fizyk/.virtualenvs/homepage/local/lib/python2.7/site-packages/mako/runtime.py", line 824, in _exec_template
callable_(context, *args, **kwargs)
"/home/fizyk/homepage/homepage/cache/.mako.tmp/base.tmpl.py", line 101, in render_body
context['self'].content(**pageargs)
"/home/fizyk/homepage/homepage/cache/.mako.tmp/list_post.tmpl.py", line 69, in render_content
__M_writer(unicode(post.date.strftime(date_format)))UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 5: ordinal not in range(128) | 0.222568 |
Traceback (most recent call last):
"motoTest.py", line 14, in <module>
test()
"/moto/core/models.py", line 71, in wrapper
result = func(*args, **kwargs)
"motoTest.py", line 11, in test
'InstancePort': 80}])
"/botocore/client.py", line 310, in _api_call
return self._make_api_call(operation_name, kwargs)
"/botocore/client.py", line 385, in _make_api_call
operation_model, request_dict)
"/botocore/endpoint.py", line 111, in make_request
return self._send_request(request_dict, operation_model)
"/botocore/endpoint.py", line 140, in _send_request
success_response, exception):
"/botocore/endpoint.py", line 213, in _needs_retry
caught_exception=caught_exception)
"/botocore/hooks.py", line 226, in emit
return self._emit(event_name, kwargs)
"/botocore/hooks.py", line 209, in _emit
response = handler(**kwargs)
"botocore/retryhandler.py", line 183, in __call__
if self._checker(attempts, response, caught_exception):
"/botocore/retryhandler.py", line 250, in __call__
caught_exception)
"/botocore/retryhandler.py", line 265, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/botocore/retryhandler.py", line 313, in __call__
caught_exception)
"/botocore/retryhandler.py", line 222, in __call__
return self._check_caught_exception(attempt_number, caught_exception)
"/botocore/retryhandler.py", line 355, in _check_caught_exception
raise caught_exceptionKeyError: u'ap-northeast-2' | Traceback (most recent call last):
"/usr/local/bin/myth", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.7/site-packages/mythril/interfaces/cli.py", line 293, in main
enable_online_lookup=args.query_signature,
"/usr/local/lib/python3.7/site-packages/mythril/mythril.py", line 97, in __init__
self.mythril_dir = self._init_mythril_dir()
"/usr/local/lib/python3.7/site-packages/mythril/mythril.py", line 130, in _init_mythril_dir
copyfile(str(parent_dir / "signatures.db"), db_path)
"/usr/local/Cellar/python/3.7.2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 120, in copyfile
with open(src, 'rb') as fsrc:
NotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/site-packages/mythril/signatures.db'
| 0.278552 |
Traceback (most recent call last):
"detect.py", line 90, in <module>
app.run(main)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/absl/app.py", line 299,in run
_run_main(main, args)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/absl/app.py", line 250,in _run_main
sys.exit(main(argv))
"detect.py", line 66, in main
pred_bbox = infer(batch_data)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1655, in __call__
return self._call_impl(args, kwargs)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1673, in _call_impl
return self._call_with_flat_signature(args, kwargs, cancellation_manager)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1722, in _call_with_flat_signature
return self._call_flat(args, self.captured_inputs, cancellation_manager)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/saved_model/load.py", line 105, in _call_flat
cancellation_manager)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 1924, in _call_flat
ctx, args, cancellation_manager=cancellation_manager))
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/eager/function.py", line 550, in call
ctx=ctx)
"/home/ubuntu/tf-trt/lib/python3.6/site-packages/tensorflow/python/eager/execute.py", line 60, in quick_execute
inputs, attrs, num_outputs)
tensorflow.python.framework.errors_impl.InvalidArgumentError: No OpKernel was registered to support Op 'TRTEngineOp' used by {{node PartitionedCall/StatefulPartitionedCall/functional_1/TRTEngineOp_0_2}} with these attrs: [_allow_build_at_runtime=true, precision_mode="FP16", OutT=[DT_FLOAT], static_engine=false, serialized_segment="", cached_engine_batches=[], InT=[DT_FLOAT], calibration_data="", _use_implicit_batch=true, output_shapes=[], workspace_size_bytes=23178808, max_cached_engines_count=1, segment_func=__inference_StatefulPartitionedCall/functional_1/TRTEngineOp_0_2_native_segment_45997[], segment_funcdef_name="", use_calibration=false, fixed_input_size=true, input_shapes=[[?,416,416,32]]]
| Traceback (most recent call last):
"/opt/anaconda3/lib/python3.7/multiprocessing/pool.py", line 121, in worker
result = (True, func(*args, **kwds))
"/opt/anaconda3/lib/python3.7/multiprocessing/pool.py", line 44, in mapstar
return list(map(*args))
"<ipython-input-1-19fcab5adf03>", line 21, in get_user_info
twitter_user_data["user"] = user_info.user
AttributeError: 'NoneType' object has no attribute 'user'
| 0.314267 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/salt/minion.py", line 1660, in _thread_return
return_data = minion_instance.executors[fname](opts, data, func, args, kwargs)
"/usr/local/lib/python3.6/site-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/local/lib/python3.6/site-packages/salt/modules/state.py", line 778, in apply_
return sls(mods, **kwargs)
"/usr/local/lib/python3.6/site-packages/salt/modules/state.py", line 1352, in sls
serial.dump(ret, fp_)
"/usr/local/lib/python3.6/site-packages/salt/payload.py", line 260, in dump
fn_.write(self.dumps(msg, use_bin_type=True))
"/usr/local/lib/python3.6/site-packages/salt/payload.py", line 246, in dumps
return msgpack.dumps(msg, default=ext_type_encoder, use_bin_type=use_bin_type)
"/usr/local/lib/python3.6/site-packages/msgpack/__init__.py", line 46, in packb
return Packer(**kwargs).pack(o)
"msgpack/_packer.pyx", line 282, in msgpack._cmsgpack.Packer.pack
"msgpack/_packer.pyx", line 288, in msgpack._cmsgpack.Packer.pack
"msgpack/_packer.pyx", line 285, in msgpack._cmsgpack.Packer.pack
"msgpack/_packer.pyx", line 232, in msgpack._cmsgpack.Packer._pack
"msgpack/_packer.pyx", line 232, in msgpack._cmsgpack.Packer._pack
"msgpack/_packer.pyx", line 230, in msgpack._cmsgpack.Packer._pack
UnicodeEncodeError: 'utf-8' codec can't encode characters in position 35-50: surrogates not allowed
| Traceback (most recent call last):
"/home/willo/.virtualenvs/toga/lib/python2.7/site-packages/toga_gtk/app.py", line 84, in _startup
self.startup()
"/home/willo/.virtualenvs/toga/lib/python2.7/site-packages/toga_gtk/app.py", line 90, in startup
self.main_window.content = self._startup_method(self)
"first-app.py", line 71, in build
toga.EXPANDING_SPACER, cmd4]
"/home/willo/.virtualenvs/toga/lib/python2.7/site-packages/toga_gtk/window.py", line 60, in toolbar
item_impl.set_icon_widget(toolbar_item.icon._impl_32)
"/home/willo/.virtualenvs/toga/lib/python2.7/site-packages/toga_gtk/widgets/icon.py", line 35, in <lambda>
_impl_32 = property(lambda self: self.__impl(32))
"/home/willo/.virtualenvs/toga/lib/python2.7/site-packages/toga_gtk/widgets/icon.py", line 30, in __impl
GdkPixbuf.Pixbuf.new_from_file(self._filename).scale_simple(size, size, GdkPixbuf.InterpType.BILINEAR)GLib.Error: g-file-error-quark: Failed to open file 'icons/brutus.icns': No such file or directory (4) | 0.147229 |
Traceback (most recent call last):
"/anaconda3/lib/python3.6/site-packages/qtconsole/base_frontend_mixin.py", line 163, in _dispatch
handler(msg)
"/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/namespacebrowser.py", line 212, in _handle_execute_reply
"/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/namespacebrowser.py", line 61, in refresh_namespacebrowser
"/anaconda3/lib/python3.6/site-packages/spyder/widgets/ipythonconsole/shell.py", line 341, in silent_exec_method
local_uuid = to_text_string(uuid.uuid1())
"/anaconda3/lib/python3.6/uuid.py", line 606, in uuid1
clock_seq_hi_variant, clock_seq_low, node), version=1)
"/anaconda3/lib/python3.6/uuid.py", line 168, in __init__
ValueError: field 6 out of range (need a 48-bit value)
Traceback (most recent call last):
| Traceback (most recent call last):
"py.py", line 54, in <module>
data=pd.concat(pool.map(readjson,data_objects), ignore_index=True,sort=False)
"/usr/lib64/python3.6/multiprocessing/pool.py", line 266, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
"/usr/lib64/python3.6/multiprocessing/pool.py", line 644, in get
raise self._value
"/usr/lib64/python3.6/multiprocessing/pool.py", line 424, in _handle_tasks
put(task)
"/usr/lib64/python3.6/multiprocessing/connection.py", line 206, in send
self._send_bytes(_ForkingPickler.dumps(obj))
"/usr/lib64/python3.6/multiprocessing/reduction.py", line 51, in dumps
cls(buf, protocol).dump(obj)
_pickle.PicklingError: Can't pickle <class 'boto3.resources.factory.s3.Object'>: attribute lookup s3.Object on boto3.resources.factory failed
| 0.294477 |
Traceback (most recent call last):
"/Users/do3cc/dev/ansible_src/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
"/Users/do3cc/dev/ansible_src/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
"/Users/do3cc/dev/ansible_src/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/Users/do3cc/dev/ansible_src/test/units/vars/test_variable_manager.py", line 26, in <module>
from ansible.compat.tests.mock import patch, MagicMockImportError: cannot import name patch | Traceback (most recent call last):
"/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/usr/lib/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self._kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 541, in tail_stack
self.tail_stack(stack, retries=retries + 1, **kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 541, in tail_stack
self.tail_stack(stack, retries=retries + 1, **kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 541, in tail_stack
self.tail_stack(stack, retries=retries + 1, **kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 541, in tail_stack
self.tail_stack(stack, retries=retries + 1, **kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 541, in tail_stack
self.tail_stack(stack, retries=retries + 1, **kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 535, in tail_stack
include_initial=False)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 577, in tail
initial_events = self.get_events(stack_name)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/stacker/providers/aws/default.py", line 562, in get_events
StackName=stackname
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
"/home/evnsan/git/cobli/deploy/cloudformation/cloudform-venv/local/lib/python2.7/site-packages/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
ClientError: An error occurred (ValidationError) when calling the DescribeStackEvents operation: Stack [alb-test-1-app] does not exist
| 0.276652 |
Traceback (most recent call last):
"/home/fangyu/GitHub/ray-eugene/python/ray/worker.py", line 945, in _process_task
*arguments)
"/home/fangyu/GitHub/ray-eugene/python/ray/actor.py", line 261, in actor_method_executor
method_returns = method(actor, *args)
"/home/fangyu/GitHub/ray-eugene/python/ray/rllib/agents/agent.py", line 235, in train
return Trainable.train(self)
"/home/fangyu/GitHub/ray-eugene/python/ray/tune/trainable.py", line 143, in train
result = self._train()
"/home/fangyu/GitHub/ray-eugene/python/ray/rllib/agents/ppo/ppo.py", line 123, in _train
fetches = self.optimizer.step()
"/home/fangyu/GitHub/ray-eugene/python/ray/rllib/optimizers/multi_gpu_optimizer.py", line 135, in step
permutation[batch_index] * self.per_device_batch_size)
"/home/fangyu/GitHub/ray-eugene/python/ray/rllib/optimizers/multi_gpu_impl.py", line 185, in optimize
return sess.run(fetches, feed_dict=feed_dict)
"/home/fangyu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 877, in run
run_metadata_ptr)
"/home/fangyu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1100, in _run
feed_dict_tensor, options, run_metadata)
"/home/fangyu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1272, in _do_run
run_metadata)
"/home/fangyu/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1291, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [2000] vs. [4000]
| Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
load_entry_point('pip==21.0.1', 'console_scripts', 'pip')()
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2566, in load_entry_point
return ep.load()
"/usr/lib/python2.7/site-packages/pkg_resources.py", line 2260, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
"/usr/lib/python2.7/site-packages/pip/_internal/cli/main.py", line 60
sys.stderr.write(f"ERROR: {exc}")
^
SyntaxError: invalid syntax | 0.29493 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1709, in data_generator
use_mini_mask=config.USE_MINI_MASK)
"/usr/local/lib/python3.6/dist-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1212, in load_image_gt
mask, class_ids = dataset.load_mask(image_id)
"bottle/bottle.py", line 164, in load_mask
mask[rr, cc, i] = 1
IndexError: index 5082 is out of bounds for axis 1 with size 3880
|
Traceback (most recent call last):
"<string>", line 20, in <module>
"/private/var/folders/98/hxvgjtd93ql1s1c4695y6w2h0000gq/T/pip-build-e5pfmuys/fake-factory/setup.py", line 9, in <module>
NEWS = open(os.path.join(here, 'CHANGELOG.rst')).read()
"/Users/pedro.teixeira/.virtualenvs/cave/bin/../lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 100: ordinal not in range(128) | 0.300672 |
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):
"<string>", line 20, in <module>
"/tmp/pip-build-T1hFIt/acdcli/setup.py", line 7
def read(fname: str) -> str:
^
SyntaxError: invalid syntax | 0.150294 |
Traceback (most recent call last):
"printrun\printcore.py", line 276, in _readline
"printrun\pronterface.py", line 1878, in recvcb
"printrun\pronterface.py", line 1834, in update_pos
ValueError: could not convert string to float:
| Traceback (most recent call last):
"uvloop/sslproto.pyx", line 500, in uvloop.loop.SSLProtocol._on_handshake_complete
"uvloop/sslproto.pyx", line 484, in uvloop.loop.SSLProtocol._do_handshake
"/usr/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:852)
| 0.207777 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 654, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 700, in process_ie_result
return self.process_video_result(ie_result, download=download)
"/usr/local/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1126, in process_video_result
expected=True)ExtractorError: requested format not available | Traceback (most recent call last):
"/usr/lib/python3/dist-packages/flectra/http.py", line 653, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
"/usr/lib/python3/dist-packages/flectra/http.py", line 312, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
"/usr/lib/python3/dist-packages/flectra/tools/pycompat.py", line 87, in reraise
raise value
"/usr/lib/python3/dist-packages/flectra/http.py", line 695, in dispatch
result = self._call_function(**self.params)
"/usr/lib/python3/dist-packages/flectra/http.py", line 344, in _call_function
return checked_call(self.db, *args, **kwargs)
"/usr/lib/python3/dist-packages/flectra/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
"/usr/lib/python3/dist-packages/flectra/http.py", line 337, in checked_call
result = self.endpoint(*a, **kw)
"/usr/lib/python3/dist-packages/flectra/http.py", line 939, in __call__
return self.method(*args, **kw)
"/usr/lib/python3/dist-packages/flectra/http.py", line 517, in response_wrap
response = f(*args, **kw)
"/usr/lib/python3/dist-packages/flectra/addons/web/controllers/main.py", line 1094, in call_button
action = self._call_kw(model, method, args, {})
"/usr/lib/python3/dist-packages/flectra/addons/web/controllers/main.py", line 1082, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
"/usr/lib/python3/dist-packages/flectra/api.py", line 689, in call_kw
return call_kw_multi(method, model, args, kwargs)
"/usr/lib/python3/dist-packages/flectra/api.py", line 680, in call_kw_multi
result = method(recs, *args, **kwargs)
"/usr/lib/python3/dist-packages/flectra/addons/base/ir/ir_cron.py", line 76, in method_direct_trigger
self.sudo(user=cron.user_id.id).ir_actions_server_id.run()
"/usr/lib/python3/dist-packages/flectra/addons/base/ir/ir_actions.py", line 555, in run
res = func(action, eval_context=eval_context)
"/usr/lib/python3/dist-packages/flectra/addons/website/models/ir_actions.py", line 57, in run_action_code_multi
res = super(ServerAction, self).run_action_code_multi(action, eval_context)
"/usr/lib/python3/dist-packages/flectra/addons/base/ir/ir_actions.py", line 431, in run_action_code_multi
safe_eval(action.sudo().code.strip(), eval_context, mode="exec", nocopy=True)
# nocopy allows to return 'action'
"/usr/lib/python3/dist-packages/flectra/tools/safe_eval.py", line 373, in safe_eval
pycompat.reraise(ValueError, ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr)), exc_info[2])
"/usr/lib/python3/dist-packages/flectra/tools/pycompat.py", line 86, in reraise
raise value.with_traceback(tb)
"/usr/lib/python3/dist-packages/flectra/tools/safe_eval.py", line 350, in safe_eval
return unsafe_eval(c, globals_dict, locals_dict)
"", line 1, in <module>
"/mnt/extra-addons/auto_backup/models/db_backup.py", line 152, in schedule_backup
os.makedirs(rec.folder)
"/usr/lib/python3.5/os.py", line 231, in makedirs
makedirs(head, mode, exist_ok)
"/usr/lib/python3.5/os.py", line 241, in makedirs
mkdir(name, mode)
ValueError: <class 'PermissionError'>: "13
| 0.193419 |
Traceback (most recent call last):
"setup.py", line 147, in <module>
classifiers = [])
"C:\Python27\lib\distutils\core.py", line 151, in setup
dist.run_commands()
"C:\Python27\lib\distutils\dist.py", line 953, in run_commands
self.run_command(cmd)
"C:\Python27\lib\distutils\dist.py", line 972, in run_command
cmd_obj.run()
"C:\Python27\lib\distutils\command\bdist_msi.py", line 236, in run
sversion = "%d.%d.%d" % StrictVersion(version).version
"C:\Python27\lib\distutils\version.py", line 40, in __init__
self.parse(vstring)
"C:\Python27\lib\distutils\version.py", line 107, in parse
raise ValueError, "invalid version number '%s'" % vstring
ValueError: invalid version number '2.4.3-'
| ```Traceback (most recent call last):
"frida_ex.py", line 9, in <module>
session = frida.attach(pid)
"/home/andrea/.local/lib/python2.7/site-packages/frida/__init__.py", line 59, in attach
return get_local_device().attach(target)
"/home/andrea/.local/lib/python2.7/site-packages/frida/core.py", line 110, in attach
return Session(self._impl.attach(self._pid_of(target)))
frida.NotSupportedError: remote_exec PTRACE_CONT wait failed: 0
| 0.289078 |
Traceback (most recent call last):
"dwt_util.py", line 92, in clear_diagtrack
"dwt_util.py", line 263, in subprocess_handlerCalledProcessError: Command '['takeown', '/f', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '&&', 'icacls', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '/grant', 'administrators:F']' returned non-zero exit status 1 | Traceback (most recent call last):
"uds.py", line 533, in <module>
main()
"uds.py", line 426, in main
uds = UDS()
"uds.py", line 50, in __init__
self.api = GoogleAPI()
"/Users/pantuts/Apps/uds/API.py", line 31, in __init__
self.reauth()
"/Users/pantuts/Apps/uds/API.py", line 37, in reauth
creds = store.get()
"/Users/pantuts/Library/Python/3.7/lib/python/site-packages/oauth2client/client.py", line 407, in get
return self.locked_get()
"/Users/pantuts/Library/Python/3.7/lib/python/site-packages/oauth2client/file.py", line 54, in locked_get
credentials = client.Credentials.new_from_json(content)
"/Users/pantuts/Library/Python/3.7/lib/python/site-packages/oauth2client/client.py", line 302, in new_from_json
module_name = data['_module']
KeyError: '_module' | 0.294645 |
Traceback (most recent call last):
"agw\PersistentControls.py", line 89, in OnExample2
frame = PersistentFrame2(self, _title + "- Example 2", (700, 500))
"agw\PersistentControls.py", line 391, in __init__
self.DoLayout(dummyPanel)
"agw\PersistentControls.py", line 407, in DoLayout
self.notebook.AddPage(self.CreateListCtrl(), "wx.ListCtrl")
"agw\PersistentControls.py", line 458, in CreateListCtrl
idx = listCtrl.InsertItem(sys.maxsize, text%(row+1, 1), 0)
wx._core.wxAssertionError: C++ assertion "rv != -1" failed at ..\..\src\msw\listctrl.cpp(1730) in wxListCtrl::InsertItem(): failed to insert an item in wxListCtrlSetTitle Floating!
| Traceback (most recent call last):
"/usr/local/bin/rockstar", line 9, in <module>
load_entry_point('rockstar==0.5', 'console_scripts', 'rockstar')()
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 357, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2394, in load_entry_point
return ep.load()
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2108, in load
entry = **import**(self.module_name, globals(),globals(), ['**name**'])
"/Library/Python/2.7/site-packages/rockstar/**init**.py", line 1, in <module>
from .RockStar import RockStar
"/Library/Python/2.7/site-packages/rockstar/RockStar.py", line 11, in <module>
import git
"/Library/Python/2.7/site-packages/git/**init**.py", line 6, in <module>
from repository import Repository, InvalidRepositoryError
"/Library/Python/2.7/site-packages/git/repository.py", line 11, in <module>
from objects import Commit
"/Library/Python/2.7/site-packages/git/objects/**init**.py", line 10, in <module>
from .submodule import util as smutil
"/Library/Python/2.7/site-packages/git/objects/submodule/util.py", line 3, in <module>
from git.config import GitConfigParserImportError: cannot import name GitConfigParser | 0.263931 |
Traceback (most recent call last):
"/Users/maerkesu/anaconda/bin/jupyter-notebook", line 6, in <module>
sys.exit(notebook.notebookapp.main())
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/jupyter_core/application.py", line 267, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/traitlets/config/application.py", line 595, in launch_instance
app.initialize(argv)
"<decorator-gen-7>", line 2, in initialize
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/traitlets/config/application.py", line 74, in catch_config_error
return method(app, *args, **kwargs)
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/notebook/notebookapp.py", line 1069, in initialize
self.init_configurables()
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/notebook/notebookapp.py", line 837, in init_configurables
parent=self,
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/nb_conda_kernels/manager.py", line 19, in __init__
specs = self.find_kernel_specs() or {}
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/nb_conda_kernels/manager.py", line 129, in find_kernel_specs
self.conda_info = self._conda_info()
"/Users/maerkesu/anaconda/lib/python2.7/site-packages/nb_conda_kernels/manager.py", line 29, in _conda_info
p = subprocess.check_output(["conda", "info", "--json"]
"/Users/maerkesu/anaconda/lib/python2.7/subprocess.py", line 574, in check_output
raise CalledProcessError(retcode, cmd, output=output)
subprocess.CalledProcessError: Command '['conda', 'info', '--json']' returned non-zero exit status 1
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/pyopencl/cffi_cl.py", line 300, in __init__
raise RuntimeError("This class cannot be instantiated.")
pyopencl.cffi_cl.RuntimeError: This class cannot be instantiated.
| 0.275 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 299, in run
_run_main(main, args)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 250, in _run_main
sys.exit(main(argv))
"/thomas_rl/src/agents/vtrace/thomas/main.py", line 43, in main
create_optimizer)
"/thomas_rl/src/agents/vtrace/learner.py", line 436, in learner_loop
create_host(i, host, inference_devices)
"/thomas_rl/src/agents/vtrace/learner.py", line 328, in create_host
(action_specs, env_output_specs, agent_output_specs))
"/thomas_rl/src/common/utils.py", line 145, in __init__
timestep_specs)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/nest.py", line 635, in map_structure
structure[0], [func(*x) for x in entries],
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/nest.py", line 635, in <listcomp>
structure[0], [func(*x) for x in entries],
"/thomas_rl/src/common/utils.py", line 139, in create_unroll_variable
[num_envs, self._full_length] + spec.shape.dims, dtype=spec.dtype)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/dispatch.py", line 201, in wrapper
return target(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/array_ops.py", line 2747, in wrapped
tensor = fun(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/array_ops.py", line 2806, in zeros
output = fill(shape, constant(zero, dtype=dtype), name=name)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/dispatch.py", line 201, in wrapper
return target(*args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/array_ops.py", line 239, in fill
result = gen_array_ops.fill(dims, value, name=name)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/ops/gen_array_ops.py", line 3402, in fill
_ops.raise_from_not_ok_status(e, name)
"/usr/local/lib/python3.6/dist-packages/tensorflow/python/framework/ops.py", line 6843, in raise_from_not_ok_status
six.raise_from(core._status_to_exception(e.code, message), None)
"<string>", line 3, in raise_from
tensorflow.python.framework.errors_impl.NotFoundError: 'GrpcServerResourceHandleOp' is neither a type of a primitive operation nor a name of a function registered in binary running on n-b0fdb3cc-w-0. Make sure the operation or function is registered in the binary running in this process. [Op:Fill]
| Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/nose-1.3.0-py2.7.egg/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/obrienjw/src/github/pandas/pandas/computation/tests/test_eval.py", line 1430, in check_global_scope
parser=parser))
"/home/obrienjw/src/github/pandas/pandas/computation/eval.py", line 208, in eval
ret = eng_inst.evaluate()
"/home/obrienjw/src/github/pandas/pandas/computation/engines.py", line 53, in evaluate
self.expr.terms.return_type)
"/home/obrienjw/src/github/pandas/pandas/computation/align.py", line 250, in _reconstruct_object
ret = ret_value.item()IndexError: index 140737488325120 is out of bounds for axis 0 with size 10 | 0.236687 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/tornado/ioloop.py", line 715, in remove_handler
self._impl.unregister(fd)
"/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py", line 125, in unregister
return self._poller.unregister(fd)
"/usr/lib/python2.7/dist-packages/zmq/sugar/poll.py", line 80, in unregister
idx = self._map.pop(socket)KeyError: None | Traceback (most recent call last):
"svtplay-dl", line 7, in <module>
"site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\__init__.py", line 477, in main
"site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\__init__.py", line 199, in get_media
"site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\__init__.py", line 247, in get_one_media
"site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\service\svtplay.py", line 76, in get
"site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\service\svtplay.py", line 122, in _get_video
"site-packages\svtplay_dl-1.9.6-py3.5.egg\svtplay_dl\fetcher\dash.py", line 119, in dashparse
"xml\etree\ElementTree.py", line 1334, in XML
xml.etree.ElementTree.ParseError: no element found: line 1, column 0 | 0.270744 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-biRyF2/pycparser/setup.py", line 65, in <module>
cmdclass={'install': install, 'sdist': sdist},
"/usr/lib64/python2.7/distutils/core.py", line 112, in setup
_setup_distribution = dist = klass(attrs)
"/usr/lib/python2.7/site-packages/setuptools/dist.py", line 269, in __init__
_Distribution.__init__(self,attrs)
"/usr/lib64/python2.7/distutils/dist.py", line 287, in __init__
self.finalize_options()
"/usr/lib/python2.7/site-packages/setuptools/dist.py", line 302, in finalize_options
ep.load()(self, ep.name, value)
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2434, in load
return self.resolve()
"/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2444, in resolve
raise ImportError(str(exc))
ImportError: 'module' object has no attribute 'check_specifier'
| Traceback (most recent call last):
"./bcbio_nextgen_install.py", line 290, in <module>
main(parser.parse_args(), sys.argv[1:])
"./bcbio_nextgen_install.py", line 42, in main
anaconda = install_mamba(anaconda, args)
"./bcbio_nextgen_install.py", line 84, in install_mamba
subprocess.check_call([anaconda["conda"], "install", "--yes", "mamba"])
"/usr/lib64/python2.6/subprocess.py", line 505, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/mnt/speed/qc/sequencing/softwares/bcbio/anaconda/bin/conda', 'install', '--yes', 'mamba']' returned non-zero exit status 1
| 0.319804 |
Traceback (most recent call last):
"/usr/local/bin/acd_cli", line 9, in <module>
load_entry_point('acdcli==0.3.0a6', 'console_scripts', 'acd_cli')()
"/usr/local/bin/acd_cli.py", line 1266, in main
sys.exit(args.func(args))
"/usr/local/bin/acd_cli.py", line 856, in mount_action
allow_root=args.allow_root, allow_other=args.allow_other)
"/usr/local/lib/python3.4/site-packages/acdcli/acd_fuse.py", line 516, in mount
**kwargs
"/usr/local/lib/python3.4/site-packages/acdcli/bundled/fuse.py", line 414, in __init__
raise RuntimeError(err)RuntimeError: 1 | Traceback (most recent call last):
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/command.py", line 1579, in run
method(args[0][1:])
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/command.py", line 390, in install
install_folder=args.install_folder)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/conan_api.py", line 93, in wrapper
return f(*args, **kwargs)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/conan_api.py", line 580, in install
no_imports=no_imports)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/manager.py", line 80, in install
installer.install(deps_graph, keep_build)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/installer.py", line 302, in install
self._build(nodes_by_level, keep_build, root_node, graph_info)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/installer.py", line 324, in _build
self._handle_node_cache(node, keep_build, processed_package_refs)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/installer.py", line 395, in _handle_node_cache
self._recorder)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/client/remote_manager.py", line 148, in get_package
touch_folder(dest_folder)
"/Users/tamas/.conan_plex/lib/conan-1.14.4-darwin.pyz/conans/util/files.py", line 76, in touch_folder
os.utime(os.path.join(dirname, fname), None)
NotFoundError: [Errno 2] No such file or directory
| 0.327668 |
Traceback (most recent call last):
"/home/yuri/repos/newspaper/newspaper/article.py", line 166, in parse
parse_candidate = self.get_parse_candidate()
"/home/yuri/repos/newspaper/newspaper/article.py", line 333, in get_parse_candidate
return RawHelper.get_parsing_candidate(self.url, self.html)
"/home/yuri/repos/newspaper/newspaper/utils.py", line 59, in get_parsing_candidate
raw_html = raw_html.encode('utf-8')UnicodeEncodeError: 'utf-8' codec can't encode character '\ude7e' in position 13277: surrogates not allowed | Traceback (most recent call last):
"/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/compile_extern.py", line 140, in setup_cuda_extern
setup_cuda_lib(lib_name)
"/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/compile_extern.py", line 191, in setup_cuda_lib
extra_flags=f" -I'{jt_cuda_include}' -I'{jt_culib_include}' {link_flags} {extra_flags} ")
"/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/lock.py", line 32, in inner
ret = func(*args, **kw)
"/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/compiler.py", line 675, in compile_custom_ops
compile(cc_path, extra_flags+cc_flags+opt_flags+includes, builds, gen_lib)
"/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/compiler.py", line 90, in compile
jit_utils.run_cmds(cmds, cache_path, jittor_path, "Compiling "+base_output)
"/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor_utils/__init__.py", line 178, in run_cmds
for i,_ in enumerate(p.imap_unordered(do_compile, cmds)):
"/home/sdu/anaconda3/envs/txa/lib/python3.7/multiprocessing/pool.py", line 748, in next
raise value
RuntimeError: [38;5;1m[f 0407 22:17:56.315665 00 log.cc:319] Check failed: ret>=0 && ret<256
Run cmd failed: cd /home/sdu/.cache/jittor/default/g++ && /usr/bin/g++ /home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/extern/cuda/cudnn/src/cudnn_conv_test.cc
-I'/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/extern/cuda/inc' -I'/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/extern/cuda/cudnn/inc'
-Wall -Werror -Wno-unknown-pragmas -std=c++14 -fPIC -march=native
-fdiagnostics-color=always
-I/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/src -I/home/sdu/anaconda3/envs/txa/include/python3.7m -I/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/pybind11/include -DHAS_CUDA -I'/usr/local/cuda/include' -I'/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/extern/cuda/inc'
-I/home/sdu/.cache/jittor/default/g++
-O2
-I'/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/extern/cuda/cudnn/inc'
-I'/home/sdu/anaconda3/envs/txa/lib/python3.7/site-packages/jittor/extern/cuda/cudnn/ops'
-c
-o /home/sdu/.cache/jittor/default/g++/obj_files/cudnn_conv_test.cc.o
| 0.248376 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"<stdin>", line 1, in <module>ImportError: No module named MySQLdb | 0.187319 |
Traceback (most recent call last):--------------------| 0.0% Complete
"build.py", line 75, in <module>
build_static(files["cff"], files["ttf"], out)
"/Users/stephennixon/type-repos/recursive/mastering/build_static.py", line 744, in build_static
makeSFNT(ttf_root, d, kind="ttf")
"/Users/stephennixon/type-repos/recursive/mastering/build_static.py", line 710, in makeSFNT
ttfautohint.ttfautohint()
"/Users/stephennixon/type-repos/recursive/venv/lib/python3.7/site-packages/ttfautohint/__init__.py", line 120, in ttfautohint
raise TAError(rv, **error_callback_data.kwargs)
ttfautohint.errors.TAError: 0x15: invalid composite glyph
| Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)
"/usr/local/lib/python3.4/dist-packages/IPython/testing/decorators.py", line 225, in skipper_func
return f(*args, **kwargs)
"/usr/local/lib/python3.4/dist-packages/IPython/utils/tests/test_path.py", line 477, in test_not_writable_ipdir
ipdir = path.get_ipython_dir()
"/usr/local/lib/python3.4/dist-packages/IPython/testing/tools.py", line 378, in __exit__
assert s in printed, notprinted_msg.format(s, self.channel, printed)nose.proxy.AssertionError: Did not find 'is not a writable location' in printed output (on stderr): | 0.239835 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/youtube.py", line 1624, in _real_extract
expected=True, video_id=video_id)
youtube_dl.utils.ExtractorError: D7WUMXKV-FE: YouTube said: Invalid parameters.
| Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/home/jalal/computer_vision/tensorflow/models/textsum/batch_reader.py", line 135, in _FillInputQueue
(article, abstract) = input_gen.next()
"/home/jalal/computer_vision/tensorflow/models/textsum/batch_reader.py", line 244, in _TextGenerator
e = example_gen.next()
"/home/jalal/computer_vision/tensorflow/models/textsum/data.py", line 94, in ExampleGen
assert filelist, 'Empty filelist.'AssertionError: Empty filelist. | 0.234986 |
Traceback (most recent call last):
"udemy-dl.py", line 1441, in <module>
main()
"udemy-dl.py", line 1437, in main
udemy.course_download(path=options.output, quality=options.quality, unsafe=options.unsafe)
"udemy-dl.py", line 448, in course_download
course_path
= "%s\\%s" % (path, course_name) if os.name == 'nt' else "%s/%s" % (path, course_name)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xcc in position 45: ordinal not in range(128) | Traceback (most recent call last):
".\test.py", line 29, in <module>
access_token=access_token).content
"C:\Users\user\github-api-proxy\lib\site-packages\rauth\service.py", line 57, in get
return self.request('GET', url, **kwargs)
"C:\Users\user\github-api-proxy\lib\site-packages\rauth\service.py", line 399, in request
response = self.session.request(method, uri, **kwargs)TypeError: request() got an unexpected keyword argument 'access_token' | 0.297499 |
Traceback (most recent call last):
"-", line 231, in -
video = pafy.new(url)
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 137, in new
return Pafy(url, basic, gdata, signature, size, callback)
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 1047, in **init**
self.fetch_basic()
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 1073, in fetch_basic
smaps, js_url, funcs, dashurl = get_js_sm(self.videoid)
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 665, in get_js_sm
myjson = json.loads(m.group(1))AttributeError: 'NoneType' object has no attribute 'group' | Traceback (most recent call last):
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py", line 146, in _async_setup_platform
entity_platform.async_add_entities, discovery_info
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 87, in async_setup_platform
players = yield from lms.create_players()
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/homeassistant/components/media_player/squeezebox.py", line 110, in create_players
for players in data['players_loop']:
TypeError: 'bool' object is not subscriptable
| 0.272156 |
Traceback (most recent call last):
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 99, in do_scrape
for obj in self.scrape(**kwargs) or []:
"/opt/openstates/openstates/openstates/oh/bills.py", line 115, in scrape
bill.add_version_link(version_name, version_link, media_type='application/pdf')
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/bill.py", line 112, in add_version_link
on_duplicate=on_duplicate)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 286, in _add_associated_link
raise ScrapeValueError("Duplicate entry in '%s' - URL: '%s'" % (collection, url))pupa.exceptions.ScrapeValueError: Duplicate entry in 'versions' - URL: 'http://search-prod.lis.state.oh.us/solarapi/v1/general_assembly_132/resolutions/hr70/IN/00?format=pdf' | Traceback (most recent call last):
"coreML_converter.py", line 10, in <module>
'Placeholder': [1, 248, 224, 224, 3]
"/root/venv3/lib/python3.6/site-packages/tfcoreml/_tf_coreml_converter.py", line 688, in convert
custom_shape_functions=custom_shape_functions)
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/tensorflow/_tf_converter.py", line 42, in convert
ssa = frontend_load(filename, resume_on_errors=False, inputs=inputs, outputs=outputs, **kwargs)
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/load.py", line 40, in load
ssa = graphdef_to_ssa(gd)
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/graphdef_to_ssa.py", line 44, in graphdef_to_ssa
gd = graphdef_to_dict(gdorig)
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/parse.py", line 141, in graphdef_to_dict
ret[node.name] = ParsedTFNode(node)
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/parsed_tf_node.py", line 36, in __init__
self.attr = {k: parse_attr(v) for k, v in tfnode.attr.items()}
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/parsed_tf_node.py", line 36, in <dictcomp>
self.attr = {k: parse_attr(v) for k, v in tfnode.attr.items()}
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/parse.py", line 129, in parse_attr
return parse_tensor(attr.tensor)
"/root/venv3/lib/python3.6/site-packages/coremltools/converters/nnssa/frontend/tensorflow/parse.py", line 71, in parse_tensor
retobj = typ()
TypeError: 'NoneType' object is not callable
| 0.232191 |
Traceback (most recent call last):
"/opt/anaconda3/lib/python3.7/site-packages/spyder/app/mainwindow.py", line 1392, in handle_new_screen
self.screen.logicalDotsPerInchChanged.disconnect(RuntimeError: wrapped C/C++ object of type QScreen has been deleted | Traceback (most recent call last):
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/airflow/models.py", line 1633, in _run_raw_task
result = task_copy.execute(context=context)
"/Users/eronarn/Code/quantflow/quantflow/operators/helm_operators.py", line 443, in execute
namespace=self.namespace)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/apis/core_v1_api.py", line 5522, in create_namespaced_config_map
(data) = self.create_namespaced_config_map_with_http_info(namespace, body, **kwargs)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/apis/core_v1_api.py", line 5607, in create_namespaced_config_map_with_http_info
collection_formats=collection_formats)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 321, in call_api
_return_http_data_only, collection_formats, _preload_content, _request_timeout)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 163, in __call_api
return_data = self.deserialize(response_data, response_type)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 236, in deserialize
return self.__deserialize(data, response_type)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 276, in __deserialize
return self.__deserialize_model(data, klass)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 620, in __deserialize_model
kwargs[attr] = self.__deserialize(value, attr_type)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 276, in __deserialize
return self.__deserialize_model(data, klass)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 620, in __deserialize_model
kwargs[attr] = self.__deserialize(value, attr_type)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 276, in __deserialize
return self.__deserialize_model(data, klass)
"/Users/eronarn/Code/quantflow/.tox/py35/lib/python3.5/site-packages/kubernetes/client/api_client.py", line 610, in __deserialize_model
if not klass.swagger_types and not hasattr(klass, 'get_real_child_model'):
AttributeError: type object 'datetime.datetime' has no attribute 'swagger_types'
| 0.280763 |
Comment:
An exception occured in this state: Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/salt/state.py", line 884, in call
*cdata['args'], **cdata['kwargs'])
"/usr/lib/pymodules/python2.7/salt/states/file.py", line 1089, in recurse
manage_file(dest, src)
"/usr/lib/pymodules/python2.7/salt/states/file.py", line 1034, in manage_file
**kwargs)TypeError: managed() got multiple values for keyword argument 'mode' | Traceback (most recent call last):
"test.py", line 7, in <module>
pe =
pefile.PE("virtsectbl.exe", fast_load=True)
"/usr/local/lib/python2.7/dist-packages/pefile.py", line 1667, in __init__
self.__parse__(name, data, fast_load)
"/usr/local/lib/python2.7/dist-packages/pefile.py", line 1709, in __parse__
stat = os.stat(fname)OSError: [Errno 2] No such file or directory: 'virtsectbl.exe' | 0.280735 |
Traceback (most recent call last):
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/notebook/notebook.py", line 532, in _store_page_async_thread_main
page._store_tree(parsetree)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/notebook/page.py", line 507, in _store_tree
lines = dumper.dump(tree, file_output=True)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/zim_markdown.py", line 733, in dump
return TextDumper.dump(self, tree)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/__init__.py", line 1180, in dump
tree.visit(self)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/__init__.py", line 560, in visit
self._visit(visitor, self._etree.getroot())
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/__init__.py", line 571, in _visit
self._visit(visitor, child) # recurs
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/__init__.py", line 571, in _visit
self._visit(visitor, child) # recurs
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/__init__.py", line 576, in _visit
visitor.append(node.tag, node.attrib, node.text)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/__init__.py", line 1254, in append
strings = method(tag, attrib, [self.encode_text(tag, text)])
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/formats/zim_markdown.py", line 765, in dump_link
linked_path = self.notebook.pages.resolve_link(self.page, HRef.new_from_wiki_link(href))
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/notebook/index/pages.py", line 753, in resolve_link
id, pagename = self._pages.resolve_link(source, href)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/notebook/index/pages.py", line 366, in resolve_link
parent, parent_id, names = self._resolve_link(source, href, ignore_link_placeholders, source_id)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/notebook/index/pages.py", line 377, in _resolve_link
start_id = self.get_page_id(start)
"/mnt/hdd/projects-3rdparty/PIM/zim-desktop-wiki/zim/notebook/index/pages.py", line 359, in get_page_id
'SELECT id FROM pages WHERE name=?', (pagename.name,)
sqlite3.ProgrammingError: SQLite objects created in a thread can only be used in that same thread. The object was created in thread id 140627211577152 and this is thread id 140626983110400.
| Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/home/ldy/2017/SRGAN/tensorlayer/prepro.py", line 87, in apply_fn
results[i] = fn(data, **kwargs)
"/home/ldy/2017/SRGAN/utils.py", line 24, in downsample_fn
x = imresize(x, size=[96, 96], interp='bicubic', mode=None)
"/home/ldy/2017/SRGAN/tensorlayer/prepro.py", line 834, in imresize
if x.shape[-1] == 1:
AttributeError: 'NoneType' object has no attribute 'shape'
| 0.302763 |
Traceback (most recent call last):
"D:\Anaconda3\lib\multiprocessing\pool.py", line 119, in worker
result = (True, func(*args, **kwds))
"D:\Anaconda3\lib\multiprocessing\pool.py", line 44, in mapstar
return list(map(*args))
"E:\DCMCIS\cal_image_signature.py", line 31, in cal_sig
res = gis.generate_signature(image_path)
"D:\Anaconda3\lib\site-packages\image_match\goldberg.py", line 166, in generate_signature
fix_ratio=self.fix_ratio)
"D:\Anaconda3\lib\site-packages\image_match\goldberg.py", line 284, in crop_image
rw = np.cumsum(np.sum(np.abs(np.diff(image, axis=1)), axis=1))
"D:\Anaconda3\lib\site-packages\numpy\lib\function_base.py", line 1163, in diff
axis = normalize_axis_index(axis, nd)
numpy.core._internal.AxisError: axis 1 is out of bounds for array of dimension 1
| Traceback (most recent call last):
"/usr/local/bin/ivre", line 24, in <module>
from ivre import utils, tools
"/usr/local/lib/python2.7/dist-packages/ivre/utils.py", line 50, in <module>
from builtins import bytes, int, object, range, str
ImportError: No module named builtins
| 0.229007 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.