text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
2020-08-12 11:57:28,949 [salt.state
:328 ][ERROR
][4130] An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/salt/utils/decorators/__init__.py", line 360, in _call_function
return self._function(*args, **kwargs)
TypeError: _run() missing 1 required positional argument: 'name'
| Traceback (most recent call last):
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 531, in extract
self.initialize()
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 435, in initialize
self._real_initialize()
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/linuxacademy.py", line 61, in _real_initialize
self._login()
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/linuxacademy.py", line 130, in _login
access_token = self._search_regex(
"/usr/local/Cellar/youtube-dl/2020.12.12/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 1010, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract access token; 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.19307 |
Traceback (most recent call last):
"/home/shirou/Works/VEnvs/ansible/bin/ansible-playbook", line 235, in <module>
sys.exit(main(sys.argv[1:]))
"/home/shirou/Works/VEnvs/ansible/bin/ansible-playbook", line 181, in main
pb.run()
"/home/shirou/Works/VEnvs/ansible/local/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 245, in run
if not self._run_play(play):
"/home/shirou/Works/VEnvs/ansible/local/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 531, in _run_play
if not self._run_task(play, task, False):
"/home/shirou/Works/VEnvs/ansible/local/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 326, in _run_task
self.callbacks.on_task_start(template(play.basedir, task.name, task.module_vars, lookup_fatal=False), is_handler)
"/home/shirou/Works/VEnvs/ansible/local/lib/python2.7/site-packages/ansible/callbacks.py", line 551, in on_task_start
resp = raw_input('Perform task: %s (y/n/c): ' % name)UnicodeEncodeError: 'ascii' codec can't encode characters in position 14-18: ordinal not in range(128) | Traceback (most recent call last):
"./test-click.py", line 13, in <module>
hello()
"/Users/obonilla/o/click/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
"/Users/obonilla/o/click/click/core.py", line 696, in main
rv = self.invoke(ctx)
"/Users/obonilla/o/click/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/obonilla/o/click/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
"./test-click.py", line 10, in hello
click.echo('Hello %s!' % name)
"/Users/obonilla/o/click/click/utils.py", line 259, in echo
file.write(message)
"/Users/obonilla/o/click/click/_compat.py", line 63, in write
return io.TextIOWrapper.write(self, x)IOError: [Errno 32] Broken pipe | 0.303144 |
`Traceback (most recent call last):
"1_train_predictor.py", line 322, in <module>
train(args,model,train_dataset,epoch)
"1_train_predictor.py", line 230, in train
loss1 = criterion(outSeq1.view(args.batch_size,-1), targetSeq.view(args.batch_size,-1))
RuntimeError: invalid argument 2: view size is not compatible with input tensor's size and stride (at least one dimension spans across two contiguous subspaces). Call .contiguous() before .view(). at /Users/soumith/code/builder/wheel/pytorch-src/aten/src/TH/generic/THTensor.cpp:280`
| Traceback (most recent call last):
"C:\Users\Lounge\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pip\basecommand.py", line 209, in main
status = self.run(options, args)
"C:\Users\Lounge\AppData\Local\Programs\Python\Python35-32\lib\site-packages\pip\commands\install.py", line 379, in run
os.remove(target_item_dir)PermissionError: [WinError 5] Access is denied: 'C:\\Users\\Lounge\\AppData\\Roaming\\.homeassistant\\deps\\netifaces.cp35-win32.pyd' | 0.287803 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named setuptools | Traceback (most recent call last):
"/usr/local/bin/ansible-cmdb", line 134, in <module>
sys.stdout.write(mytemplate.render(hosts=ansible.hosts))
"/usr/lib/python2.7/site-packages/mako/template.py", line 443, in render
return runtime._render(self, self.callable_, args, data)
"/usr/lib/python2.7/site-packages/mako/runtime.py", line 783, in _render
**_kwargs_for_callable(callable_, data))
"/usr/lib/python2.7/site-packages/mako/runtime.py", line 815, in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
"/usr/lib/python2.7/site-packages/mako/runtime.py", line 841, in _exec_template
callable_(context, _args, *_kwargs)
"_usr_local_lib_ansible_cmdb_html_fancy_tpl", line 184, in render_body
"_usr_local_lib_ansible_cmdb_html_fancy_tpl", line 36, in col_disk_usage
"_usr_local_lib_ansible_cmdb_html_fancy_tpl", line 607, in render_col_disk_usageZeroDivisionError: float division by zero | 0.111907 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 269, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
"/usr/lib/python3/dist-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
"/usr/lib/python3/dist-packages/botocore/endpoint.py", line 204, in _get_response
proxies=self.proxies, timeout=self.timeout)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3/dist-packages/requests/adapters.py", line 426, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
| Traceback (most recent call last):
"./python3.3/concurrent/futures/_base.py", line 296, in _invoke_callbacks
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\EasyClangComplete.py", line 385, in config_updated
log.debug("updated config: %s", future.result())
"./python3.3/concurrent/futures/_base.py", line 394, in result
"./python3.3/concurrent/futures/_base.py", line 353, in __get_result
"./python3.3/concurrent/futures/thread.py", line 54, in run
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\view_config.py", line 462, in load_for_view
config = ViewConfig(view, settings)
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\view_config.py", line 68, in __init__
completer, flags = ViewConfig.__generate_essentials(view, settings)
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\view_config.py", line 183, in __generate_essentials
source_flags = ViewConfig.__load_source_flags(view, settings, prefixes)
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\view_config.py", line 294, in __load_source_flags
flags = flag_source.get_flags(view.file_name(), search_scope)
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\flags_sources\cmake_file.py", line 114, in get_flags
target_compilers=self.__target_compilers)
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\flags_sources\cmake_file.py", line 211, in __compile_cmake
command=cmake_cmd, cwd=tempdir, env=my_env)
"C:\tools\Sublime Text Build 3143 x64\Data\Packages\EasyClangComplete\plugin\tools.py", line 683, in run_command
output_text = e.output.decode("utf-8")
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb2 in position 8: invalid start byte
| 0.281039 |
Neural Network compiler 0: 140 , name = dense_1, Traceback (most recent call last):
"bw.py", line 79, in <module>
main(args.image, args.iter)
"bw.py", line 62, in main
output_names='outputImage'
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/coremltools/converters/keras/_keras_converter.py", line 747, in convert
return _MLModel(spec)
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/coremltools/models/model.py", line 153, in __init__
self.__proxy__ = _get_proxy_from_spec(filename)
"/usr/local/Cellar/python/2.7.13/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-
packages/coremltools/models/model.py", line 77, in _get_proxy_from_spec
return _MLModelProxy(filename)
RuntimeError: Error compiling model: "compiler error:
Inner product layer: 'dense_1' : Product of
input blob dimensions C,H,W (3,512,512) must be equal to the parameter 'inputChannels' (3)
| Traceback (most recent call last):
"eventHandler.pyc", line 136, in executeEvent
"eventHandler.pyc", line 84, in __init__
"eventHandler.pyc", line 91, in next
"NVDAObjects\behaviors.pyc", line 161, in event_caret
"NVDAObjects\IAccessible__init__.pyc", line 1277, in event_caret
"NVDAObjects__init__.pyc", line 858, in event_caret
"api.pyc", line 188, in setReviewPosition
"braille.pyc", line 1441, in handleReviewMove
"braille.pyc", line 1407, in _doCursorMove
"braille.pyc", line 998, in scrollTo
"braille.pyc", line 914, in regionPosToBufferPosLookupError: No such position | 0.188715 |
Traceback (most recent call last):
"C:\workspace\pandas_tests@2\BITS\64\PYTHONVER\33\pandas\util\testing.py", line 1057, in network_wrapper
return t(*args, **kwargs)
"C:\workspace\pandas_tests@2\BITS\64\PYTHONVER\33\pandas\io\tests\test_json\test_pandas.py", line 593, in test_round_trip_exception_
result = pd.read_json(s)
"C:\workspace\pandas_tests@2\BITS\64\PYTHONVER\33\pandas\io\json.py", line 176, in read_json
if os.path.exists(filepath_or_buffer):
"c:\envs\33-64\lib\genericpath.py", line 18, in exists
os.stat(path)nose.proxy.ValueError: ValueError: path too long for Windows | Traceback (most recent call last):
"/path/to/src/cmake_format/venv/bin/cmake-format", line 11, in <module>
load_entry_point('cmake-format', 'console_scripts', 'cmake-format')()
"/path/to/src/cmake_format/cmake_format/__main__.py", line 336, in main
process_file(cfg, infile, outfile, args.dump)
"/path/to/src/cmake_format/cmake_format/__main__.py", line 67, in process_file
text = formatter.write_tree(box_tree, config, infile_content)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 1280, in write_tree
root_box.write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 277, in write
self._write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 274, in _write
child.write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 277, in write
self._write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 625, in _write
super(StatementNode, self)._write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 274, in _write
child.write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 277, in write
self._write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 274, in _write
child.write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 277, in write
self._write(config, ctx)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 381, in _write
ctx.outfile.write_at(self.position, spelling)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 1213, in write_at
self.assert_lt(cursor)
"/path/to/src/cmake_format/cmake_format/formatter.py", line 1205, in assert_lt
self.getvalue().encode('utf-8', errors='replace'))
AssertionError: self._cursor=(4,53), write_at=(3, 4):
| 0.264443 |
Traceback (most recent call last):
"/usr/lib/python3.6/socketserver.py", line 651, in process_request_thread
self.finish_request(request, client_address)
"/usr/lib/python3.6/socketserver.py", line 361, in finish_request
self.RequestHandlerClass(request, client_address, self)
"/usr/lib/python3.6/socketserver.py", line 721, in __init__
self.handle()
"/usr/lib/python3.6/http/server.py", line 418, in handle
self.handle_one_request()
"/usr/lib/python3.6/http/server.py", line 406, in handle_one_request
method()
"prometheus_client/exposition.py", line 146, in do_GET
output = encoder(registry)
"prometheus_client/exposition.py", line 119, in generate_latest
output.append(sample_line(s))
"/opt/lg5commander/.venv/lib/python3.6/site-packages/prometheus_client/exposition.py", line 86, in sample_line
s.name, labelstr, floatToGoString(s.value), timestamp)
"test.py", line 8, in floatToGoString
d = float(d)
TypeError: float() argument must be a string or a number, not 'NoneType'
| Traceback (most recent call last):
"cloudflair.py", line 3, in <module>
import dns_utils
"/root/Desktop/CloudFlair/dns_utils.py", line 1, in <module>
import dns.resolver
ImportError: No module named 'dns'
| 0.321198 |
Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 298, in on_api_ready
plc()
"/Users/sso/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package/main.py", line 606, in plugin_loaded
ColorHighlighterPlugin.init()
"/Users/sso/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package/main.py", line 319, in init
ColorHighlighterPlugin._fake_color_scheme = ColorHighlighterPlugin.components.provide_fake_color_scheme()
"/Users/sso/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package/main.py", line 197, in provide_fake_color_scheme
return self.provide_fake_color_scheme_data()[0]
"/Users/sso/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package/main.py", line 188, in provide_fake_color_scheme_data
self._fake_color_scheme_data = parse_color_scheme(self.provide_color_scheme(), self._settings.debug)
"/Users/sso/Library/Application Support/Sublime Text 3/Installed Packages/Color Highlighter.sublime-package/color_scheme.py", line 43, in parse_color_scheme
color_scheme_xml = ElementTree.fromstring(color_scheme_content)
"./python3.3/xml/etree/ElementTree.py", line 1356, in XML
"<string>", line None
xml.etree.ElementTree.ParseError: not well-formed (invalid token): line 1, column 0
| Traceback (most recent call last):
"s2s.py", line 11, in <module>
import tensorflow as tf
"/usr/local/lib/python3.4/dist-packages/tensorflow/__init__.py", line 23, in <module>
from tensorflow.python import *
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/__init__.py", line 94, in <module>
from tensorflow.python.platform import test
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/platform/test.py", line 62, in <module>
from tensorflow.python.framework import test_util
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/framework/test_util.py", line 41, in <module>
from tensorflow.python.platform import googletest
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/platform/googletest.py", line 32, in <module>
from tensorflow.python.platform import benchmark
# pylint: disable=unused-import
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/platform/benchmark.py", line 112, in <module>
class Benchmark(six.with_metaclass(_BenchmarkRegistrar, object)):
"/usr/lib/python3/dist-packages/six.py", line 617, in with_metaclass
return meta("NewBase", bases, {})
"/usr/local/lib/python3.4/dist-packages/tensorflow/python/platform/benchmark.py", line 107, in __new__
if not newclass.is_abstract():
AttributeError: type object 'NewBase' has no attribute 'is_abstract'
| 0.28811 |
May 05 14:03:51.059 - [ERROR] Except stack:Traceback (most recent call last):
"code/3.1.5/launcher/start.py", line 94, in <module>
import OpenSSL
"/usr/lib/python2.7/site-packages/OpenSSL/__init__.py", line 8, in <module>
from OpenSSL import rand, crypto, SSL
"/usr/lib/python2.7/site-packages/OpenSSL/rand.py", line 12, in <module>
from OpenSSL._util import (
"/usr/lib/python2.7/site-packages/OpenSSL/_util.py", line 9, in <module>
binding = Binding()
"/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cryptography/hazmat/bindings/openssl/binding.py", line 114, in __init__
self._ensure_ffi_initialized()
"/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cryptography/hazmat/bindings/openssl/binding.py", line 126, in _ensure_ffi_initialized
cls._modules,
"/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cryptography/hazmat/bindings/utils.py", line 31, in load_library_for_binding
lib = ffi.verifier.load_library()
"/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cffi/verifier.py", line 111, in load_library
return self._load_library()
"/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cffi/verifier.py", line 222, in _load_library
return self._vengine.load_library()
"/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cffi/vengine_cpy.py", line 155, in load_library
raise ffiplatform.VerificationError(error)VerificationError: importing '/home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cryptography/_Cryptography_cffi_f3e4673fx399b1113.so': /home/zwk/bin/XX-Net-3.1.4/code/3.1.5/python27/1.0/lib/linux/cryptography/_Cryptography_cffi_f3e4673fx399b1113.so: symbol SSLv3_method, version OPENSSL_1.0.0 not defined in file libssl.so.1.0.0 with link time reference | 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/stamparm/Dropbox/Work/sqlmap/lib/utils/hash.py", line 493, in __bruteProcessVariantB
current = __functions__[hash_regex](password = word, uppercase = False, **kwargs)
"/home/stamparm/Dropbox/Work/sqlmap/lib/utils/hash.py", line 117, in postgres_passwd
retVal = "md5%s" % md5(password + username).hexdigest()UnicodeDecodeError: 'ascii' codec can't decode byte 0xbd in position 0: ordinal not in range(128) | 0.291599 |
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)
"/usr/lib/python2.7/dist-packages/salt/utils/schedule.py", line 737, in handle_func
channel.send(load)
"/usr/lib/python2.7/dist-packages/salt/utils/async.py", line 74, in wrap
ret = self._block_future(ret)
"/usr/lib/python2.7/dist-packages/salt/utils/async.py", line 84, in _block_future
return future.result()
"/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
"/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 240, in send
ret = yield self._crypted_transfer(load, tries=tries, timeout=timeout)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
value = future.result()
"/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
"/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 208, in _crypted_transfer
ret = yield _do_transfer()
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
value = future.result()
"/usr/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 230, in wrapper
yielded = next(result)
"/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 192, in _do_transfer
self._package_load(self.auth.crypticle.dumps(load)),
"/usr/lib/python2.7/dist-packages/salt/crypt.py", line 1187, in dumps
return self.encrypt(self.PICKLE_PAD + self.serial.dumps(obj))
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 164, in dumps
return msgpack.dumps(verylong_encoder(msg))
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 149, in verylong_encoder
obj[key] = verylong_encoder(value)
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 154, in verylong_encoder
obj[idx] = verylong_encoder(entry)
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 149, in verylong_encoder
obj[key] = verylong_encoder(value)
...
(1000 repeated lines)
...
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 154, in verylong_encoder
obj[idx] = verylong_encoder(entry)
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 149, in verylong_encoder
obj[key] = verylong_encoder(value)
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 154, in verylong_encoder
obj[idx] = verylong_encoder(entry)
"/usr/lib/python2.7/dist-packages/salt/payload.py", line 151, in verylong_encoder
elif isinstance(obj, (list, tuple)):
RuntimeError: maximum recursion depth exceeded while calling a Python object
| Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/winrm/transport.py", line 186, in send_message
response.raise_for_status()
"/usr/lib/python3.6/site-packages/requests/models.py", line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error:
for url: https://35.195.82.247:5986/wsman
| 0.302143 |
Traceback (most recent call last):
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\gui\builtinViews\fittingView.py", line 301, in fitRemoved
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\fit.py", line 1206, in refreshFit
"C:\Users\holme\Documents\Sync\Git\blitzmann\Pyfa\service\fit.py", line 1210, in recalc
AttributeError: 'NoneType' object has no attribute 'name'
| PIO Core Call Error: "Error: Traceback (most recent call last):\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/__main__.py\", line 120, in main\n
cli(None, None, None)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/click/core.py\", line 700, in __call__\n
return self.main(*args, **kwargs)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/click/core.py\", line 680, in main\n
rv = self.invoke(ctx)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/click/core.py\", line 1027, in invoke\n
return _process_result(sub_ctx.command.invoke(sub_ctx))\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/click/core.py\", line 873, in invoke\n
return ctx.invoke(self.callback, **ctx.params)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/click/core.py\", line 508, in invoke\n
return callback(*args, **kwargs)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/commands/boards.py\", line 29, in cli\n
return _print_boards_json(query, installed)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/commands/boards.py\", line 81, in _print_boards_json\n
for board in _get_boards(installed):\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/commands/boards.py\", line 76, in _get_boards\n
return pm.get_installed_boards() if installed else pm.get_all_boards()\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/managers/platform.py\", line 188, in get_all_boards\n
for board in self.get_registered_boards():\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/util.py\", line 142, in wrapper\n
self.cache[key] = (time.time(), func(*args, **kwargs))\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/managers/platform.py\", line 182, in get_registered_boards\n
return util.get_api_result(\"/boards\", cache_valid=\"7d\")\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/util.py\", line 679, in get_api_result\n
cc.set(cache_key, result, cache_valid)\n
\"/home/pbear/.platformio/penv/local/lib/python2.7/site-packages/platformio/app.py\", line 204, in set\n
os.makedirs(dirname(cache_path))\n
\"/home/pbear/.platformio/penv/lib/python2.7/os.py\", line 157, in makedirs\n
mkdir(name, mode)\nOSError: [Errno 13] Permission denied: '/home/pbear/.platformio/.cache/05'\n\n============================================================\n\nAn unexpected error occurred. Further steps:\n\n* Verify that you have the latest version of PlatformIO using\n
`pip install -U platformio` command\n\n* Try to find answer in FAQ Troubleshooting section\n
https://docs.platformio.org/page/faq.html\n\n* Report this problem to the developers\n
https://github.com/platformio/platformio-core/issues\n\n============================================================" | 0.126637 |
Traceback (most recent call last):
"/usr/lib/python3.5/asyncio/base_events.py", line 431, in __del__
"/usr/lib/python3.5/asyncio/unix_events.py", line 58, in close
"/usr/lib/python3.5/asyncio/unix_events.py", line 139, in remove_signal_handler
"/usr/lib/python3.5/signal.py", line 47, in signal
TypeError: signal handler must be signal.SIG_IGN, signal.SIG_DFL, or a callable object | Traceback (most recent call last):
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module>
include(settings_file, optional(settings_files), scope=locals())
"/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include
exec(compiled_code, scope)
# noqa: S102, WPS421
"/etc/tower/settings.py", line 19, in <module>
SECRET_KEY = get_secret()
"/etc/tower/settings.py", line 8, in get_secret
return open('/etc/tower/SECRET_KEY', 'rb').read().strip()
IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
| 0.296003 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/asyncio/events.py", line 127, in _run
self._callback(*self._args)
"/usr/local/lib/python3.5/site-packages/twisted/internet/asyncioreactor.py", line 290, in run
f(*args, **kwargs)
"/usr/local/lib/python3.5/site-packages/daphne/server.py", line 213, in application_checker
if not application_instance.done():
AttributeError: 'NoneType' object has no attribute 'done'
| Traceback (most recent call last):
"datetime_problem.py", line 11, in <module>
ds.sel(dates=ds.dates.values[2])
"/Users/leifdenby/miniconda3/envs/lagtraj/lib/python3.8/site-packages/xarray/core/dataset.py", line 2101, in sel
pos_indexers, new_indexes = remap_label_indexers(
"/Users/leifdenby/miniconda3/envs/lagtraj/lib/python3.8/site-packages/xarray/core/coordinates.py", line 396, in remap_label_indexers
pos_indexers, new_indexes = indexing.remap_label_indexers(
"/Users/leifdenby/miniconda3/envs/lagtraj/lib/python3.8/site-packages/xarray/core/indexing.py", line 270, in remap_label_indexers
idxr, new_idx = convert_label_indexer(index, label, dim, method, tolerance)
"/Users/leifdenby/miniconda3/envs/lagtraj/lib/python3.8/site-packages/xarray/core/indexing.py", line 189, in convert_label_indexer
indexer = index.get_loc(
"/Users/leifdenby/miniconda3/envs/lagtraj/lib/python3.8/site-packages/pandas/core/indexes/datetimes.py", line 622, in get_loc
raise KeyError(key)
KeyError: 946857600000000000
| 0.31533 |
Traceback (most recent call last):
"/home/msfdev/.local/lib/python3.5/site-packages/scapy/fields.py", line 238, in h2i
inet_aton(x)
OSError: illegal IP address string passed to inet_aton
During handling of the above exception, another exception occurred:
| Traceback (most recent call last):
"C:\Users\kwg20\AppData\Local\Programs\Python\Python36\lib\tkinter\__init__.py", line 1702, in __call__
return self.func(*args)
"C:\faceswap\lib\gui\wrapper.py", line 66, in action_command
self.task.execute_script(command, args)
"C:\faceswap\lib\gui\wrapper.py", line 156, in execute_script
kwargs["preexec_fn"] = os.setsid
AttributeError: module 'os' has no attribute 'setsid'
| 0.328465 |
Traceback (most recent call last):
"index.py", line 5, in <module>
b.initiate()
"D:\stephanie-va\Stephanie\boot.py", line 65, in initiate
self.speaker.speak("How may I help you?")
"D:\stephanie-va\Stephanie\TextManager\text_manager.py", line 48, in speak
self.speak_result(filename)
"D:\stephanie-va\Stephanie\TextManager\text_manager.py", line 39, in speak_result
self.speaker.speak_from_pygame(speech_result_filename)
"D:\stephanie-va\Stephanie\TextManager\speaker.py", line 49, in speak_from_pygame
self.speak_result = self.get_abs_filename(speech_result_filename)
"D:\stephanie-va\Stephanie\TextManager\speaker.py", line 37, in get_abs_filename
os.pardir, filename))
"C:\Users\Cash\AppData\Local\Programs\Python\Python36-32\lib\ntpath.py", line 114, in join
genericpath._check_arg_types('join', path, *paths)
"C:\Users\Cash\AppData\Local\Programs\Python\Python36-32\lib\genericpath.py", line 149, in _check_arg_types
(funcname, s.__class__.__name__)) from None
TypeError: join() argument must be str or bytes, not 'NoneType'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 532, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 3004, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\youtube.py", line 3204, in _get_n_results
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 897, in _download_json
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 881, in _download_json_handle
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpksi3o1r1\build\youtube_dl\extractor\common.py", line 908, in _parse_json
youtube_dl.utils.ExtractorError: query "elvis": Failed to parse JSON
(caused by ValueError('Expecting value: line 1 column 1 (char 0)',)); 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.209165 |
Traceback (most recent call last):
"/home/pi/Medusa/<a href="../blob/2f6b3a9785c5fd5ddfc99dcb25d1a479c043e010/medusa/logger/adapters/style.py#L34">medusa/logger/adapters/style.py</a>", line 34, in __str__
return self.msg.format(*args, **kwargs)AttributeError: 'InvalidShowException' object has no attribute 'format' | Traceback (most recent call last):
"/home/geouser/anaconda2/bin/sentinel", line 11, in <module>
sys.exit(cli())
"/home/geouser/anaconda2/lib/python2.7/site-packages/click/core.py", line 716, in __c
all__
return self.main(*args, **kwargs)
"/home/geouser/anaconda2/lib/python2.7/site-packages/click/core.py", line 696, in mai
n
rv = self.invoke(ctx)
"/home/geouser/anaconda2/lib/python2.7/site-packages/click/core.py", line 1060, in in
voke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/geouser/anaconda2/lib/python2.7/site-packages/click/core.py", line 889, in inv
oke
return ctx.invoke(self.callback, **ctx.params)
"/home/geouser/anaconda2/lib/python2.7/site-packages/click/core.py", line 534, in inv
oke
return callback(*args, **kwargs)
"/home/geouser/anaconda2/lib/python2.7/site-packages/sentinelsat/scripts/cli.py", lin
e 95, in search
with open(os.path.join(path, "corrupt_scenes.txt"), "w") as outfile:
IOError: [Errno 20] Not a directory: u'/home/geouser/SENTINELSAT/DWNLD/S2A_OPER_PRD_MSIL1C_P
DMC_20160928T010718_R044_V20160927T233112_20160927T233110.zip/corrupt_scenes.txt'
| 0.261132 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/pp-1.6.4-py2.7.egg/ppworker.py", line 86, in run
__args = pickle.loads(__sargs)
"deepmedic/cnnHelpers.py", line 9, in <module>
from genericHelpers import *
"deepmedic/genericHelpers.py", line 13, in <module>
import nibabel as nib
"/usr/local/lib/python2.7/dist-packages/nibabel-2.1.0-py2.7.egg/nibabel/__init__.py", line 38, in <module>
from . import analyze as ana
"/usr/local/lib/python2.7/dist-packages/nibabel-2.1.0-py2.7.egg/nibabel/analyze.py", line 93, in <module>
from .spatialimages import (HeaderDataError, HeaderTypeError,
"/usr/local/lib/python2.7/dist-packages/nibabel-2.1.0-py2.7.egg/nibabel/spatialimages.py", line 140, in <module>
from .viewers import OrthoSlicer3D
"/usr/local/lib/python2.7/dist-packages/nibabel-2.1.0-py2.7.egg/nibabel/viewers.py", line 12, in <module>
from .optpkg import optional_package
"/usr/local/lib/python2.7/dist-packages/nibabel-2.1.0-py2.7.egg/nibabel/optpkg.py", line 7, in <module>
import nose
"/usr/lib/python2.7/dist-packages/nose/__init__.py", line 1, in <module>
from nose.core import collector, main, run, run_exit, runmodule
"/usr/lib/python2.7/dist-packages/nose/core.py", line 11, in <module>
from nose.config import Config, all_config_files
"/usr/lib/python2.7/dist-packages/nose/config.py", line 9, in <module>
from nose.plugins.manager import NoPlugins
"/usr/lib/python2.7/dist-packages/nose/plugins/__init__.py", line 185, in <module>
from nose.plugins.manager import *
"/usr/lib/python2.7/dist-packages/nose/plugins/manager.py", line 418, in <module>
import pkg_resources
"/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 72, in <module>
import packaging.requirements
"/usr/local/lib/python2.7/dist-packages/packaging/requirements.py", line 59, in <module>
MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
TypeError: __call__() takes exactly 2 arguments (1 given)
| Traceback (most recent call last):
"/tmp/buildd/paramiko-1.16.0/tests/test_sftp.py", line 171, in tearDown
sftp.rmdir(FOLDER)
"/tmp/buildd/paramiko-1.16.0/paramiko/sftp_client.py", line 390, in rmdir
self._request(CMD_RMDIR, path)
"/tmp/buildd/paramiko-1.16.0/paramiko/sftp_client.py", line 730, in _request
return self._read_response(num)
"/tmp/buildd/paramiko-1.16.0/paramiko/sftp_client.py", line 777, in _read_response
self._convert_status(msg)
"/tmp/buildd/paramiko-1.16.0/paramiko/sftp_client.py", line 807, in _convert_status
raise IOError(text)IOError: Failure | 0.32434 |
Traceback (most recent call last):
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/site-packages/pandas/core/frame.py", line 2237, in to_parquet
**kwargs
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/site-packages/pandas/io/parquet.py", line 254, in to_parquet
**kwargs
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/site-packages/pandas/io/parquet.py", line 101, in write
table = self.api.Table.from_pandas(df, **from_pandas_kwargs)
"pyarrow/table.pxi", line 1057, in pyarrow.lib.Table.from_pandas
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/site-packages/pyarrow/pandas_compat.py", line 560, in dataframe_to_arrays
convert_fields))
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/concurrent/futures/_base.py", line 598, in result_iterator
yield fs.pop().result()
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/concurrent/futures/_base.py", line 428, in result
return self.__get_result()
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/site-packages/pyarrow/pandas_compat.py", line 546, in convert_column
raise e
"/opt/conda/envs/gis-dataprocessing/lib/python3.7/site-packages/pyarrow/pandas_compat.py", line 540, in convert_column
result = pa.array(col, type=type_, from_pandas=True, safe=safe)
"pyarrow/array.pxi", line 207, in pyarrow.lib.array
"pyarrow/array.pxi", line 74, in pyarrow.lib._ndarray_to_array
"pyarrow/array.pxi", line 62, in pyarrow.lib._ndarray_to_type
"pyarrow/error.pxi", line 86, in pyarrow.lib.check_status
pyarrow.lib.ArrowNotImplementedError: ('Unsupported numpy type 22', 'Conversion failed for column elapsed_time with type timedelta64[ns]')
| Traceback (most recent call last):
"/usr/local/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
"/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
"/usr/local/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
"build/bdist.freebsd-5.3-RELEASE-i386/egg/codetags/__init__.py", line 38, in process_request
"build/bdist.freebsd-5.3-RELEASE-i386/egg/codetags/indexer.py", line 152, in get_taglist
"build/bdist.freebsd-5.3-RELEASE-i386/egg/codetags/indexer.py", line 146, in get_new_tagsNameError: global name 'result' is not defined | 0.30108 |
Traceback (most recent call last):
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/opt/**PGUSER**/venv-pupa/lib/python3.6/site-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='www.legis.iowa.gov', port=443): Max retries exceeded with url: /legislation/BillBook?ga=88&billName=HF+315&billVersion=i&action=getTaggedTopics&bl=false (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7fbce745ec88>: Failed to establish a new connection: [Errno -3] Try again',)) | Traceback (most recent call last):
"/home/pootle/pootle/env/bin/pootle", line 11, in <module>
sys.exit(main())
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/pootle/runner.py", line 365, in main
run_app(project='pootle', django_settings_module='pootle.settings')
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/pootle/runner.py", line 346, in run_app
management.execute_from_command_line(command)
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 367, in execute_from_command_line
utility.execute()
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 359, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/pootle/core/management/subcommands.py", line 164, in run_from_argv
return self.subcommands[known.subcommand]().run_from_argv(argv)
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 294, in run_from_argv
self.execute(*args, **cmd_options)
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 345, in execute
output = self.handle(*args, **options)
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/pootle/apps/pootle_fs/management/commands/fs_commands/fetch.py", line 16, in handle
self.get_fs(options["project"]).fetch()
"/home/pootle/pootle/env/local/lib/python2.7/site-packages/pootle/apps/pootle_fs/localfs.py", line 51, in fetch
raise FSFetchError(e)
pootle_fs.exceptions.FSFetchError: Error: Source directory does not exist.
| 0.291692 |
Traceback (most recent call last):
"./script.py", line 33, in <module>
vault_client.auth_userpass(vault_username, vault_pw)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/hvac/v1/__init__.py", line 481, in auth_userpass
return self.auth('/v1/auth/{0}/login/{1}'.format(mount_point, username), json=params, use_token=use_token)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/hvac/v1/__init__.py", line 600, in auth
response = self._post(url, **kwargs).json()
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/hvac/v1/__init__.py", line 643, in _post
return self.__request('post', url, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/hvac/v1/__init__.py", line 664, in __request
allow_redirects=False, **_kwargs)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/requests/adapters.py", line 497, in send
raise SSLError(e, request=request)requests.exceptions.SSLError: [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645) | Traceback (most recent call last):
"/home/admin/python/voice_tracking_project/env/lib/python3.7/site-packages/rasa/core/policies/ensemble.py", line 308, in from_dict
constr_func = registry.policy_from_module_path(policy_name)
"/home/admin/python/voice_tracking_project/env/lib/python3.7/site-packages/rasa/core/registry.py", line 24, in policy_from_module_path
raise ImportError(f"Cannot retrieve policy from path '{module_path}'")
ImportError: Cannot retrieve policy from path 'MemoizationPolicy'
| 0.298987 |
Traceback (most recent call last):
"./foo.py", line 15, in <module>
TestModel.get("1")
"/tmp/binsettest/lib/python3.6/site-packages/pynamodb/models.py", line 474, in get
return cls.from_raw_data(item_data)
"/tmp/binsettest/lib/python3.6/site-packages/pynamodb/models.py", line 507, in from_raw_data
kwargs[attr_name] = attr.deserialize(attr.get_value(value))
"/tmp/binsettest/lib/python3.6/site-packages/pynamodb/attributes.py", line 332, in deserialize
return set([b64decode(val.encode(DEFAULT_ENCODING)) for val in value])
"/tmp/binsettest/lib/python3.6/site-packages/pynamodb/attributes.py", line 332, in <listcomp>
return set([b64decode(val.encode(DEFAULT_ENCODING)) for val in value])
AttributeError: 'bytes' object has no attribute 'encode'
| Traceback (most recent call last):
"<console>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/cities/models.py", line 216, in slugify
return '{}-{}'.format(self.id, unicode_func(self.name))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xfc' in position 1: ordinal not in range(128)
| 0.263026 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\cli\base_command.py", line 178, in main
status = self.run(options, args)
"C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\commands\install.py", line 414, in run
use_user_site=options.use_user_site,
"C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\req\__init__.py", line 58, in install_given_reqs
**kwargs
"C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\req\req_install.py", line 951, in install
spinner=spinner,
"C:\ProgramData\Anaconda3\lib\site-packages\pip\_internal\utils\misc.py", line 776, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip._internal.exceptions.InstallationError: Command "'C:\ProgramData\Anaconda3\python.exe' -u -c 'import setuptools, tokenize;__file__='"'"'C:\\Users\\Kevin\\AppData\\Local\\Temp\\pip-install-amnsromw\\torch-scatter\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\Kevin\AppData\Local\Temp\pip-record-8bcyu92l\install-record.txt' --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Kevin\AppData\Local\Temp\pip-install-amnsromw\torch-scatter\
| Traceback (most recent call last):
"/home/pymarl2/src/main.py", line 107, in <module>
ex.run_commandline(params)
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/experiment.py", line 250, in run_commandline
return self.run(cmd_name, config_updates, named_configs, {}, args)
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/experiment.py", line 199, in run
run()
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 247, in __call__
self._stop_heartbeat()
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 282, in _stop_heartbeat
self._emit_heartbeat()
# one final beat to flush pending changes
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 352, in _emit_heartbeat
result=self.result)
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/run.py", line 399, in _safe_call
getattr(obs, method)(**kwargs)
"/usr/local/lib/python3.5/dist-packages/sacred-0.7.2-py3.5.egg/sacred/observers/file_storage.py", line 172, in heartbeat_event
self.run_entry['heartbeat'] = beat_time.isoformat()
TypeError: 'NoneType' object does not support item assignment | 0.271704 |
Traceback (most recent call last):
"/opt/scancode-toolkit/src/scancode/cli.py", line 821, in run_plugins
plugin.process_codebase(codebase, **kwargs)
"/opt/scancode-toolkit/src/summarycode/summarizer.py", line 129, in process_codebase
summarize_codebase(codebase, keep_details=False, **kwargs)
"/opt/scancode-toolkit/src/summarycode/summarizer.py", line 185, in summarize_codebase
_summary_data = summarizer(resource, children, keep_details=keep_details)
"/opt/scancode-toolkit/src/summarycode/summarizer.py", line 220, in license_summarizer
for child_summary in child_summaries:
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"$HOME/.local/lib/python3.5/site-packages/pyocd/__main__.py", line 338, in run
self._COMMANDS[self._args.cmd](self)
"/$HOME/.local/lib/python3.5/site-packages/pyocd/__main__.py", line 468, in do_flash
with session:
"$HOME/.local/lib/python3.5/site-packages/pyocd/core/session.py", line 287, in __enter__
self.open()
"$HOME/.local/lib/python3.5/site-packages/pyocd/core/session.py", line 367, in open
self._board.init()
"$HOME/.local/lib/python3.5/site-packages/pyocd/board/board.py", line 83, in init
self.target.init()
"$HOME/.local/lib/python3.5/site-packages/pyocd/core/coresight_target.py", line 158, in init
seq.invoke()
"$HOME/.local/lib/python3.5/site-packages/pyocd/utility/sequencer.py", line 201, in invoke
resultSequence = call()
"$HOME/.local/lib/python3.5/site-packages/pyocd/core/coresight_target.py", line 238, in check_for_cores
raise exceptions.DebugError("No cores were discovered!")
pyocd.core.exceptions.DebugError: No cores were discove
| 0.274083 |
Traceback (most recent call last):
"c:\users\pimentelc\appdata\local\continuum\anaconda3\envs\venv-datasci\lib\site-packages\bandit\core\manager.py", line 169, in output_results
conf_level=conf_level, lines=lines)
"c:\users\pimentelc\appdata\local\continuum\anaconda3\envs\venv-datasci\lib\site-packages\bandit\formatters\text.py", line 167, in report
with fileobj:
AttributeError: __enter__
| Traceback (most recent call last):
"/usr/share/git-cola/lib/cola/cmds.py", line 1246, in run
self.runner.run()
"/usr/share/git-cola/lib/cola/cmds.py", line 1228, in run
self.cmd.prepare()
"/usr/share/git-cola/lib/cola/cmds.py", line 862, in prepare
self.new_diff_text = self.diff_text_for(filenames[0])IndexError: list index out of range | 0.216835 |
Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/pandas/core/tests/test_panel.py", line 295, in test_setitem
self.panel['ItemE'] = df
"/usr/lib64/python2.7/site-packages/pandas/core/panel.py", line 330, in __setitem__
self.values[loc] = matValueError: non-broadcastable output operand with shape (30,4) doesn't match the broadcast shape (4,30,1) | Traceback (most recent call last):
"/home/pfalcon/projects-3rdparty/salt/.venv/local/lib/python2.7/site-packages/salt/loader.py", line 641, in gen_functions
), fn_, path, desc
"/home/pfalcon/projects-3rdparty/salt/.venv/local/lib/python2.7/site-packages/salt/log/handlers/logstash_mod.py", line 114, in <module>
import zmq
"/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/__init__.py", line 51, in <module>
from zmq import core, devices
"/usr/local/lib/python2.7/dist-packages/pyzmq-2.2.0.1-py2.7-linux-i686.egg/zmq/core/__init__.py", line 26, in <module>
from zmq.core import (constants, error, message, context,ImportError: libzmq.so.3: cannot open shared object file: No such file or directory | 0.181354 |
Traceback (most recent call last):
"C:\Users\samue\Anaconda3\envs\mpl_cairo\lib\site-packages\matplotlib\backends\backend_cairo.py", line 15, in <module>
import cairo
ModuleNotFoundError: No module named 'cairo'
| Traceback (most recent call last):
"wechat_jump_auto.py", line 236, in <module>
main()
"wechat_jump_auto.py", line 223, in main
im = Image.open('./autojump.png')
"C:\Users\LeoKim\AppData\Local\Programs\Python\Python36\lib\site-packages\PIL\Image.py", line 2572, in open
% (filename if filename else fp))
OSError: cannot identify image file './autojump.png' | 0.319179 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/dbus/connection.py", line 230, in maybe_handle_message
self._handler(_args, *_kwargs)
"/usr/local/lib/python2.7/site-packages/blueman/bluez/PropertiesBlueZInterface.py", line 51, in wrapper
handler(name, value, **kwargs)
"/usr/local/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 198, in adapter_property_changed
self.RequestPowerState(True)
"/usr/local/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 122, in RequestPowerState
self.UpdatePowerState()
"/usr/local/lib/python2.7/site-packages/blueman/plugins/applet/PowerManager.py", line 178, in UpdatePowerState
self.BluetoothStatusChanged(new_state)
"/usr/local/lib/python2.7/site-packages/dbus/decorators.py", line 300, in emit_signal
for location in self.locations:AttributeError: 'PowerManager' object has no attribute 'locations' | Traceback (most recent call last):
"multiprocessing\process.py", line 258, in _bootstrap
"multiprocessing\process.py", line 93, in run
"C:\DeepFaceLab_OpenCL\_internal\DeepFaceLab\utils\iter_utils.py", line 49, in process_func
gen_data = next (self.generator_func)
"C:\DeepFaceLab_OpenCL\_internal\DeepFaceLab\samplelib\SampleGeneratorFace.py", line 101, in batch_func
raise Exception ("Exception occured in sample %s. Error: %s" % (sample.filename, traceback.format_exc() ) )
Exception: Exception occured in sample C:\DeepFaceLab_OpenCL\workspace\data_src\aligned\00018_0.jpg. Error: Traceback (most recent call last):
| 0.125984 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2.py", line 681, in on_epoch
yield epoch_logs
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2.py", line 324, in fit
total_epochs=epochs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2.py", line 123, in run_one_epoch
batch_outs = execution_function(iterator)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2_utils.py", line 86, in execution_function
distributed_function(input_fn))
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/def_function.py", line 457, in __call__
result = self._call(*args, **kwds)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/def_function.py", line 503, in _call
self._initialize(args, kwds, add_initializers_to=initializer_map)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/def_function.py", line 408, in _initialize
*args, **kwds))
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/function.py", line 1848, in _get_concrete_function_internal_garbage_collected
graph_function, _, _ = self._maybe_define_function(args, kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/function.py", line 2150, in _maybe_define_function
graph_function = self._create_graph_function(args, kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/function.py", line 2041, in _create_graph_function
capture_by_value=self._capture_by_value),
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/framework/func_graph.py", line 915, in func_graph_from_py_func
func_outputs = python_func(*func_args, **func_kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/eager/def_function.py", line 358, in wrapped_fn
return weak_wrapped_fn().__wrapped__(*args, **kwds)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/engine/training_v2_utils.py", line 73, in distributed_function
per_replica_function, args=(model, x, y, sample_weights))
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/distribute_lib.py", line 760, in experimental_run_v2
return self._extended.call_for_each_replica(fn, args=args, kwargs=kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/distribute_lib.py", line 1787, in call_for_each_replica
return self._call_for_each_replica(fn, args, kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/mirrored_strategy.py", line 661, in _call_for_each_replica
fn, args, kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/mirrored_strategy.py", line 196, in _call_for_each_replica
coord.join(threads)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/training/coordinator.py", line 389, in join
six.reraise(*self._exc_info_to_raise)
"/usr/local/lib/python3.6/dist-packages/six.py", line 693, in reraise
raise value
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/training/coordinator.py", line 297, in stop_on_exception
yield
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/mirrored_strategy.py", line 190, in _call_for_each_replica
**merge_kwargs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/keras/optimizer_v2/optimizer_v2.py", line 446, in_distributed_apply
ds_reduce_util.ReduceOp.SUM, grads_and_vars)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/distribute_lib.py", line 1481, in batch_reduce_to
return self._batch_reduce_to(reduce_op, value_destination_pairs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/mirrored_strategy.py", line 707, in _batch_reduce_to
value_destination_pairs)
"/usr/local/lib/python3.6/dist-packages/tensorflow_core/python/distribute/cross_device_ops.py", line 317, in batch_reduce
value_destination_pairs[0][0].values) == 1:
IndexError: list index out of range
| Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/requests-2.8.1-py3.5.egg/requests/adapters.py", line 370, in send
timeout=timeout
"/usr/local/lib/python3.5/site-packages/requests-2.8.1-py3.5.egg/requests/packages/urllib3/connectionpool.py", line 609, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/local/lib/python3.5/site-packages/requests-2.8.1-py3.5.egg/requests/packages/urllib3/util/retry.py", line 245, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/local/lib/python3.5/site-packages/requests-2.8.1-py3.5.egg/requests/packages/urllib3/packages/six.py", line 309, in reraise
raise value.with_traceback(tb)
"/usr/local/lib/python3.5/site-packages/requests-2.8.1-py3.5.egg/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
"/usr/local/lib/python3.5/site-packages/requests-2.8.1-py3.5.egg/requests/packages/urllib3/connectionpool.py", line 378, in _make_request
httplib_response = conn.getresponse()
"/usr/local/Cellar/python3/3.5.2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 1197, in getresponse
response.begin()
"/usr/local/Cellar/python3/3.5.2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 297, in begin
version, status, reason = self._read_status()
"/usr/local/Cellar/python3/3.5.2/Frameworks/Python.framework/Versions/3.5/lib/python3.5/http/client.py", line 266, in _read_status
raise RemoteDisconnected("Remote end closed connection without"requests.packages.urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',)) | 0.135497 |
Traceback (most recent call last):
"/usr/local/lib/python3.9/site-packages/sympy/core/assumptions.py", line 454, in getit
return self._assumptions[fact]
KeyError: 'imaginary'
| `Traceback (most recent call last):
"examples\quickstart.py", line 44, in <module> client.interactive()
"C:\Python34\lib\site-packages\wit\wit.py", line 152, in interactive context = self.run_actions(session_id, message, context, max_steps)
"C:\Python34\lib\site-packages\wit\wit.py", line 126, in run_actions message)
"C:\Python34\lib\site-packages\wit\wit.py", line 119, in __run_actions user_message)
"C:\Python34\lib\site-packages\wit\wit.py", line 83, in __run_actions rst = self.converse(session_id, message, context)
"C:\Python34\lib\site-packages\wit\wit.py", line 75, in converse resp = req(self.access_token, 'POST', '/converse', params, json=context)
"C:\Python34\lib\site-packages\wit\wit.py", line 28, in req ' (' + rsp.reason + ')') wit.wit.WitError: Wit responded with status: 404 (Not Found)` | 0.201977 |
"module_stdout": "Traceback (most recent call last):\r\n
\"/root/.ansible/tmp/ansible-tmp-1453315204.23-193961227391593/setup\", line 5192, in ?\r\n
main()\r\n
\"/root/.ansible/tmp/ansible-tmp-1453315204.23-193961227391593/setup\", line 140, in main\r\n
data = run_setup(module)\r\n
\"/root/.ansible/tmp/ansible-tmp-1453315204.23-193961227391593/setup\", line 84, in run_setup\r\n
facts = ansible_facts(module)\r\n
\"/root/.ansible/tmp/ansible-tmp-1453315204.23-193961227391593/setup\", line 5127, in ansible_facts\r\n
facts.update(Facts().populate())\r\n
\"/root/.ansible/tmp/ansible-tmp-1453315204.23-193961227391593/setup\", line 2284, in __init__\r\n
self.get_service_mgr_facts()\r\n
\"/root/.ansible/tmp/ansible-tmp-1453315204.23-193961227391593/setup\", line 2684, in get_service_mgr_facts\r\n
proc_1 = os.path.basename(get_file_content('/proc/1/comm'))\r\n
\"/usr/lib64/python2.4/posixpath.py\", line 112, in basename\r\n
return split(p)[1]\r\n
\"/usr/lib64/python2.4/posixpath.py\", line 77, in split\r\n
i = p.rfind('/') + 1\r\nAttributeError: 'NoneType' object has no attribute 'rfind'\r\n",
"msg": "MODULE FAILURE", | Traceback (most recent call last):
"<string>", line 1, in <module>
"/home/github/rasa/__main__.py", line 108, in main
cmdline_arguments.func(cmdline_arguments)
"/home/github/rasa/cli/test.py", line 153, in run_nlu_test
test_nlu(model_path, nlu_data, output, vars(args))
"/home/github/rasa/test.py", line 174, in test_nlu
run_evaluation(nlu_data, nlu_model, output_directory=output_directory, **kwargs)
"/home/github/rasa/nlu/test.py", line 1562, in run_evaluation
disable_plotting,
"/home/github/rasa/nlu/test.py", line 518, in evaluate_response_selections
_labels = [response_to_intent_target[label] for label in labels]
"/home/github/rasa/nlu/test.py", line 518, in <listcomp>
_labels = [response_to_intent_target[label] for label in labels]
KeyError: 'More and more companies and individuals are voluntarily offsetting their carbon emissions. According to goldstandard.org, individual offsets grew fourfold last year.'
| 0.12275 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| Traceback (most recent call last):
"botui.py", line 51, in <module>
bot_ui()
"botui.py", line 32, in bot_ui
result_dir=res_dir, result_file='basic')
"/home/flyn/git/ChatLearner/chatbot/botpredictor.py", line 48, in __init__
self.model.saver.restore(session, os.path.join(result_dir, result_file))
"/usr/local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1666, in restore
{self.saver_def.filename_tensor_name: save_path})
"/usr/local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 889, in run
run_metadata_ptr)
"/usr/local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1120, in _run
feed_dict_tensor, options, run_metadata)
"/usr/local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1317, in _do_run
options, run_metadata)
"/usr/local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1336, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.NotFoundError: Unsuccessful TensorSliceReader constructor: Failed to find any matching files for /home/flyn/git/ChatLearner/Data/Result/basic
| 0.298309 |
Traceback (most recent call last):
"pandas/tslib.pyx", line 2055, in pandas.tslib.array_to_datetime (pandas/tslib.c:37286)
_string_to_dts(val, &dts, &out_local, &out_tzoffset)
"pandas/src/datetime.pxd", line 141, in datetime._string_to_dts (pandas/tslib.c:83021)
raise ValueError('Unable to parse %s' % str(val))ValueError: Unable to parse b'aa' | Traceback (most recent call last):
"/usr/local/bin/django-admin.py", line 5, in <module>
management.execute_from_command_line()
"/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
utility.execute()
"/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 395, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python3.7/dist-packages/django/core/management/commands/test.py", line 23, in run_from_argv
super().run_from_argv(argv)
"/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 328, in run_from_argv
self.execute(*args, **cmd_options)
"/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 369, in execute
output = self.handle(*args, **options)
"/usr/local/lib/python3.7/dist-packages/django/core/management/commands/test.py", line 53, in handle
failures = test_runner.run_tests(test_labels)
"/usr/local/lib/python3.7/dist-packages/django/test/runner.py", line 687, in run_tests
self.run_checks()
"/usr/local/lib/python3.7/dist-packages/django/test/runner.py", line 625, in run_checks
call_command('check', verbosity=self.verbosity)
"/usr/local/lib/python3.7/dist-packages/django/core/management/__init__.py", line 168, in call_command
return command.execute(*args, **defaults)
"/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 369, in execute
output = self.handle(*args, **options)
"/usr/local/lib/python3.7/dist-packages/django/core/management/commands/check.py", line 64, in handle
fail_level=getattr(checks, options['fail_level']),
"/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 395, in check
include_deployment_checks=include_deployment_checks,
"/usr/local/lib/python3.7/dist-packages/django/core/management/base.py", line 382, in _run_checks
return checks.run_checks(**kwargs)
"/usr/local/lib/python3.7/dist-packages/django/core/checks/registry.py", line 72, in run_checks
new_errors = check(app_configs=app_configs)
"/usr/local/lib/python3.7/dist-packages/django/core/checks/urls.py", line 13, in check_url_config
return check_resolver(resolver)
"/usr/local/lib/python3.7/dist-packages/django/core/checks/urls.py", line 23, in check_resolver
return check_method()
"/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 407, in check
for pattern in self.url_patterns:
"/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 588, in url_patterns
patterns = getattr(self.urlconf_module, "urlpatterns", self.urlconf_module)
"/usr/local/lib/python3.7/dist-packages/django/utils/functional.py", line 48, in __get__
res = instance.__dict__[self.name] = self.func(instance)
"/usr/local/lib/python3.7/dist-packages/django/urls/resolvers.py", line 581, in urlconf_module
return import_module(self.urlconf_name)
"/usr/lib/python3.7/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1006, in _gcd_import
"<frozen importlib._bootstrap>", line 983, in _find_and_load
"<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 677, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 728, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/lenovo/.local/lib/python3.7/site-packages/defender/test_urls.py", line 4, in <module>
from .urls import urlpatterns as original_urlpatterns
"/home/lenovo/.local/lib/python3.7/site-packages/defender/urls.py", line 2, in <module>
from .views import block_view, unblock_ip_view, unblock_username_view
"/home/lenovo/.local/lib/python3.7/site-packages/defender/views.py", line 10, in <module>
from .utils import get_blocked_ips, get_blocked_usernames, unblock_ip, unblock_username
"/home/lenovo/.local/lib/python3.7/site-packages/defender/utils.py", line 20, in <module>
REDIS_SERVER = get_redis_connection()
"/home/lenovo/.local/lib/python3.7/site-packages/defender/connection.py", line 24, in get_redis_connection
return mockredis.mock_strict_redis_client()
# pragma: no cover
AttributeError: module 'mockredis' has no attribute 'mock_strict_redis_client'
| 0.32494 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/setup.py", line 386, in <module>
setup_package()
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/setup.py", line 378, in setup_package
setup(**metadata)
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/core.py", line 169, in setup
return old_setup(**new_attr)
"/Users/bschapma/anaconda3/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
"/Users/bschapma/anaconda3/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/install.py", line 62, in run
r = self.setuptools_run()
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/install.py", line 36, in setuptools_run
return distutils_install.run(self)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/command/install.py", line 545, in run
self.run_command('build')
"/Users/bschapma/anaconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/build.py", line 47, in run
old_build.run(self)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/Users/bschapma/anaconda3/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/build_src.py", line 147, in run
self.build_sources()
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/build_src.py", line 158, in build_sources
self.build_library_sources(*libname_info)
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/build_src.py", line 293, in build_library_sources
sources = self.generate_sources(sources, (lib_name, build_info))
"/private/var/folders/0w/h96n74f572zd5kcl4c91xxbr3k14tm/T/pip-install-dz7533sp/numpy/numpy/distutils/command/build_src.py", line 376, in generate_sources
source = func(extension, build_dir)
"numpy/core/setup.py", line 654, in get_mathlib_info
raise RuntimeError("Broken toolchain: cannot link a simple C program")
RuntimeError: Broken toolchain: cannot link a simple C program
| Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/linkcheck/director/task.py", line 29, in run
self.run_checked()
"/usr/lib/python2.7/dist-packages/linkcheck/director/checker.py", line 49, in run_checked
self.check_url()
"/usr/lib/python2.7/dist-packages/linkcheck/director/checker.py", line 59, in check_url
self.urlqueue.task_done(url_data)
"/usr/lib/python2.7/dist-packages/linkcheck/cache/urlqueue.py", line 175, in task_done
self._cache_url(key, url_data)
"/usr/lib/python2.7/dist-packages/linkcheck/cache/urlqueue.py", line 192, in _cache_url
self.checked[key] = data
"/usr/lib/python2.7/dist-packages/linkcheck/containers.py", line 204, in __setitem__
self.shrink()
"/usr/lib/python2.7/dist-packages/linkcheck/containers.py", line 211, in shrink
values = sorted([(value, key) for key, value in items])UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 2: ordinal not in range(128) | 0.221062 |
'stderr: Traceback (most recent call last):\r'
"C:\\projects\\qiskit-sdk-py\\examples\\python\\circuit_draw.py", line 34, in <module>\r'
print(bell_circuit)\r'
"C:\\Python37\\lib\\encodings\\cp1252.py", line 19, in encode\r'
return codecs.charmap_encode(input,self.errors,encoding_table)[0]\r'
UnicodeEncodeError: 'charmap' codec can't encode characters in position 8-12: character maps to <undefined>\r"
| Traceback (most recent call last):
"/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 377, in draw
wrd = bpy.data.worlds['Arm']
KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
| 0.318939 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/spyder/widgets/helperwidgets.py", line 127, in paint
textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options)
TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments
| Traceback (most recent call last):
"/Users/xxx/anaconda3/lib/python3.6/site-packages/requests/packages/urllib3/connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
"/Users/xxx/anaconda3/lib/python3.6/site-packages/requests/packages/urllib3/util/connection.py", line 83, in create_connection
raise err
"/Users/xxx/anaconda3/lib/python3.6/site-packages/requests/packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
| 0.112936 |
Traceback (most recent call last):
"calibre/customize/ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 638, in run
decrypted_ebook = self.PDFDecrypt(path_to_ebook)
"calibre_plugins.dedrm.__init__", line 513, in PDFDecrypt
raise DeDRMError("{0} v{1}: Ultimately failed to decrypt after {2:.1f} seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md".format(PLUGIN_NAME, PLUGIN_VERSION, time.time()-self.starttime))
calibre_plugins.dedrm.DeDRMError: DeDRM v7.1.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):
"/Users/nisml/anaconda3/envs/raytest/bin/ray", line 8, in <module>
sys.exit(main())
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/ray/scripts/scripts.py", line 1519, in main
return cli()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/ray/scripts/scripts.py", line 558, in start
ray_params, head=True, shutdown_at_exit=block, spawn_reaper=block)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/ray/node.py", line 220, in __init__
self.start_head_processes()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/ray/node.py", line 827, in start_head_processes
self.start_redis()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/ray/node.py", line 642, in start_redis
fate_share=self.kernel_fate_share)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/ray/_private/services.py", line 852, in start_redis
primary_redis_client.set("NumRedisShards", str(num_redis_shards))
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/client.py", line 1801, in set
return self.execute_command('SET', *pieces)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/client.py", line 898, in execute_command
conn = self.connection or pool.get_connection(command_name, **options)
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 1192, in get_connection
connection.connect()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 567, in connect
self.on_connect()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 643, in on_connect
auth_response = self.read_response()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 739, in read_response
response = self._parser.read_response()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 470, in read_response
self.read_from_socket()
"/Users/nisml/anaconda3/envs/raytest/lib/python3.7/site-packages/redis/connection.py", line 453, in read_from_socket
(ex.args,))
redis.exceptions.ConnectionError: Error while reading from socket: (54, 'Connection reset by peer')` | 0.242836 |
Traceback (most recent call last):
"E:\Anaconda\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"E:\Anaconda\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"E:\Anaconda\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"E:\Anaconda\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"E:\Anaconda\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self.connect_control()
"E:\Anaconda\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control
return self._create_connected_socket('control', identity=identity)
"E:\Anaconda\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"E:\Anaconda\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"E:\Anaconda\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"E:\Anaconda\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context.instance()
"E:\Anaconda\lib\site-packages\zmq\sugar\context.py", line 108, in instance
cls._instance = cls(io_threads=io_threads)
"zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__zmq.error.ZMQError: Address not available | Traceback (most recent call last):
"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 147, in <module>
globals()[__func_name] = __get_hash(__func_name)
"/usr/local/Cellar/python@2/2.7.16/Frameworks/Python.framework/Versions/2.7/lib/python2.7/hashlib.py", line 97, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha224
| 0.272133 |
Traceback (most recent call last):
"sdat2img.py", line 142, in <module>
main(sys.argv)
"sdat2img.py", line 87, in main
version, new_blocks, commands = parse_transfer_list_file(TRANSFER_LIST_FILE)
"sdat2img.py", line 58, in parse_transfer_list_file
version = int(trans_list.readline())
ValueError: invalid literal for int() with base 10: '\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0
| Traceback (most recent call last):
"/Users/pbonser/.virtualenvs/blog/bin/hyde", line 9, in <module>
load_entry_point('hyde==0.8.5a14', 'console_scripts', 'hyde')()
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/main.py", line 10, in main
Engine().run()
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/engine.py", line 39, in run
super(Engine, self).run(args)
"/Users/pbonser/.virtualenvs/blog/lib/python2.7/site-packages/commando.py", line 198, in run
args.run(self, args)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/engine.py", line 118, in gen
gen.generate_all(incremental=incremental)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/generator.py", line 202, in generate_all
self.events.begin_site()
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/plugin.py", line 47, in __call_plugins__
res = function(*args)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/ext/plugins/tagger.py", line 106, in begin_site
self.site.tagger = Expando(dict(tags=tags))
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 23, in __init__
self.update(d)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 39, in update
self.set_expando(key, value)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 48, in set_expando
setattr(self, unicode(key).encode('utf-8'), self.transform(value))
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 57, in transform
return Expando(primitive)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 23, in __init__
self.update(d)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 39, in update
self.set_expando(key, value)
"/Users/pbonser/.virtualenvs/blog/src/hyde/hyde/model.py", line 48, in set_expando
setattr(self, unicode(key).encode('utf-8'), self.transform(value))TypeError: 'Tag' object is not callable | 0.307677 |
Traceback (most recent call last):
"C:\Users\kenne\Desktop\rocketflare.py", line 2, in <module>
import discord
"C:\Users\kenne\Coding
s\lib\site-packages\discord\__init__.py", line 20, in <module>
from .client import Client, AppInfo, ChannelPermissions
"C:\Users\kenne\Coding
s\lib\site-packages\discord\client.py", line 38, in <module>
from .state import ConnectionState
"C:\Users\kenne\Coding
s\lib\site-packages\discord\state.py", line 36, in <module>
from . import utils, compat
"C:\Users\kenne\Coding
s\lib\site-packages\discord\compat.py", line 32
create_task = asyncio.async
^
SyntaxError: invalid syntax``` | Traceback (most recent call last):
"/usr/lib64/calibre/calibre/customize/ui.py", line 168, in _run_filetype_plugins
nfp = plugin.run(nfp) or nfp
"calibre_plugins.dedrm.__init__", line 611, in run
"calibre_plugins.dedrm.__init__", line 561, in KindleMobiDecrypt
DeDRMError: DeDRM v6.5.4: Ultimately failed to decrypt after 0.2 seconds
| 0.265213 |
Traceback (most recent call last):
"./pytorch/train.py", line 507, in <module>
fire.Fire()
"/home/ubuntu/anaconda3/envs/traveller59_second/lib/python3.7/site-packages/fire/core.py", line 127, in Fire
component_trace = _Fire(component, args, context, name)
"/home/ubuntu/anaconda3/envs/traveller59_second/lib/python3.7/site-packages/fire/core.py", line 366, in _Fire
component, remaining_args)
"/home/ubuntu/anaconda3/envs/traveller59_second/lib/python3.7/site-packages/fire/core.py", line 542, in _CallCallable
result = fn(*varargs, **kwargs)
"./pytorch/train.py", line 193, in train
multi_gpu=multi_gpu)
"/home/ubuntu/second.pytorch-master/second/pytorch/builder/input_reader_builder.py", line 76, in build
multi_gpu=multi_gpu)
"/home/ubuntu/second.pytorch-master/second/builder/dataset_builder.py", line 76, in build
assert dataset_cls.NumPointFeatures == num_point_features, "currently you need keep them same"
AssertionError: currently you need keep them same
| Traceback (most recent call last):
"/home/wai043/.pyenv/versions/3.6.10/lib/python3.6/unittest/loader.py", line 462, in _find_test_path
package = self._get_module_from_name(name)
"/home/wai043/.pyenv/versions/3.6.10/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
__import__(name)
"/home/wai043/point_cloud_nets/torch-points3d/test/../torch_points3d/core/data_transform/__init__.py", line 3, in <module>
import torch_geometric.transforms as T
"/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/__init__.py", line 2, in <module>
import torch_geometric.nn
"/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/nn/__init__.py", line 2, in <module>
from .data_parallel import DataParallel
"/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/nn/data_parallel.py", line 5, in <module>
from torch_geometric.data import Batch
"/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/data/__init__.py", line 1, in <module>
from .data import Data
"/home/wai043/.local/lib/python3.6/site-packages/torch_geometric/data/data.py", line 7, in <module>
from torch_sparse import coalesce
"/home/wai043/.local/lib/python3.6/site-packages/torch_sparse/__init__.py", line 2, in <module>
from .coalesce import coalesce
"/home/wai043/.local/lib/python3.6/site-packages/torch_sparse/coalesce.py", line 2, in <module>
import torch_scatter
"/home/wai043/.local/lib/python3.6/site-packages/torch_scatter/__init__.py", line 3, in <module>
from .mul import scatter_mul
"/home/wai043/.local/lib/python3.6/site-packages/torch_scatter/mul.py", line 3, in <module>
from torch_scatter.utils.ext import get_func
"/home/wai043/.local/lib/python3.6/site-packages/torch_scatter/utils/ext.py", line 2, in <module>
import torch_scatter.scatter_cpu
ImportError: /home/wai043/.local/lib/python3.6/site-packages/torch_scatter/scatter_cpu.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNK2at11ATenOpTable11reportErrorEN3c1012TensorTypeIdE
| 0.313844 |
Traceback (most recent call last):
"/data/venvs/DLC/lib/python3.6/site-packages/deeplabcut/refine_training_dataset/outlier_frame_extraction_toolbox.py", line 279, in OnSliderScroll
self.figure.delaxes(self.figure.axes[1])
IndexError: list index out of range
| Traceback (most recent call last):
"lib/galaxy/web/framework/decorators.py", line 305, in decorator
rval = func(self, trans, *args, **kwargs)
"lib/galaxy/webapps/galaxy/api/tool_data.py", line 91, in delete
data_table.remove_entry(split_values)
"lib/galaxy/tools/data/__init__.py", line 295, in remove_entry
self._remove_entry(values)
"lib/galaxy/tools/data/__init__.py", line 896, in _remove_entry
raise NotImplementedError("Not supported")
NotImplementedError: Not supported
| 0.152601 |
Traceback (most recent call last):
"wechat_jump_auto_iOS.py", line 31, in <module>
config = json.load(f)
"/Users/Super/anaconda3/envs/wechat_env/lib/python3.6/json/__init__.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
"/Users/Super/anaconda3/envs/wechat_env/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
"/Users/Super/anaconda3/envs/wechat_env/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/Users/Super/anaconda3/envs/wechat_env/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 7 column 1 (char 6)
| Hey, so I am making a version of 3d chess using your engine (Ursina Engine). I was coding and when I ran the code I got this error. Here is the full error: Traceback (most recent call last):
"/Users/harshitsharda/Desktop/3d Chess/3dChess.py", line 109, in <module>
King = King()
"/Users/harshitsharda/Desktop/3d Chess/3dChess.py", line 37, in __init__
origin_y = 0.5)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ursina/entity.py", line 102, in __init__
setattr(self, key, value)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ursina/entity.py", line 178, in __setattr__
m = load_model(value, application.asset_folder)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ursina/mesh_importer.py", line 56, in load_model
if compress_models(path=path, name=name):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ursina/mesh_importer.py", line 167, in compress_models
blender = get_blender(blend_file)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ursina/mesh_importer.py", line 155, in get_blender
return application.blender_paths['default']
KeyError: 'default'
| 0.263658 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/mitmproxy/tools/console/master.py", line 281, in run
self.loop.run()
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 278, in run
self._run()
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 376, in _run
self.event_loop.run()
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 682, in run
self._loop()
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 715, in _loop
alarm_callback()
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 164, in cb
callback(self, user_data)
"/usr/local/lib/python3.5/dist-packages/mitmproxy/tools/console/master.py", line 242, in ticker
self.loop.set_alarm_in(0.01, self.ticker)
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 165, in set_alarm_in
return self.event_loop.alarm(sec, cb)
"/usr/local/lib/python3.5/dist-packages/urwid/main_loop.py", line 604, in alarm
heapq.heappush(self._alarms, (tm, callback))
TypeError: unorderable types: function() < function()
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='168hs.com', port=443): Max retries exceeded with url: / (Caused by SSLError(SSLCertVerificationError("hostname '168hs.com' doesn't match 'job.168hs.com'")))
| 0.295266 |
Traceback (most recent call last):
"c:\python35\lib\site-packages\youtube_dl\extractor\common.py", line 341, in extract
return self._real_extract(url)
"c:\python35\lib\site-packages\youtube_dl\extractor\odnoklassniki.py", line 109, in _real_extract
title = movie['title']KeyError: 'title' | Traceback (most recent call last):
"/run/shm/IronPython-2.7.6.3/Lib/site.py", line 552, in <module>
"/run/shm/IronPython-2.7.6.3/Lib/site.py", line 534, in main
"/run/shm/IronPython-2.7.6.3/Lib/site.py", line 266, in addusersitepackages
"/run/shm/IronPython-2.7.6.3/Lib/site.py", line 241, in getusersitepackages
"/run/shm/IronPython-2.7.6.3/Lib/site.py", line 231, in getuserbase
"/run/shm/IronPython-2.7.6.3/Lib/sysconfig.py", line 522, in get_config_var
"/run/shm/IronPython-2.7.6.3/Lib/sysconfig.py", line 474, in get_config_vars
"/run/shm/IronPython-2.7.6.3/Lib/sysconfig.py", line 358, in _init_posixImportError: No module named _sysconfigdata | 0.25947 |
Traceback (most recent call last):
"stylegan2_pytorch", line 56, in <module>
fire.Fire(train_from_folder)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\fire\core.py", line 138, in Fire
component_trace = _Fire(component, args, parsed_flag_args, context, name)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\fire\core.py", line 471, in _Fire
target=component.__name__)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\fire\core.py", line 675, in _CallAndUpdateTrace
component = fn(*varargs, **kwargs)
"stylegan2_pytorch", line 44, in train_from_folder
model.evaluate(samples_name)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\torch\autograd\grad_mode.py", line 49, in decorate_no_grad
return func(*args, **kwargs)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\stylegan2_pytorch\stylegan2_pytorch.py", line 589, in evaluate
torchvision.utils.save_image(generated_images, str(self.results_dir / self.name / f'{str(num)}.jpg'), nrow=num_rows)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\torchvision\utils.py", line 109, in save_image
im.save(fp, format=format)
"C:\Users\luiss\AppData\Local\Programs\Python\Python37\lib\site-packages\PIL\Image.py", line 2099, in save
fp = builtins.open(filename, "w+b")
OSError: [Errno 22] Invalid argument: 'results\\default\\generated-02-21-2020_09:01:40.jpg'
| b'+ /home/naamah/anaconda3/bin/jupyter-nbextension enable gmaps --py --sys-prefix\nTraceback (most recent call last):\n
"/home/naamah/anaconda3/bin/jupyter-nbextension", line 11, in <module>\n
sys.exit(main())\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 266, in launch_instance\n
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/traitlets/config/application.py", line 658, in launch_instance\n
app.start()\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/notebook/nbextensions.py", line 988, in start\n
super(NBExtensionApp, self).start()\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/jupyter_core/application.py", line 255, in start\n
self.subapp.start()\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/notebook/nbextensions.py", line 896, in start\n
self.toggle_nbextension_python(self.extra_args[0])\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/notebook/nbextensions.py", line 872, in toggle_nbextension_python\n
logger=self.log)\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/notebook/nbextensions.py", line 483, in enable_nbextension_python\n
logger=logger)\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/notebook/nbextensions.py", line 380, in _set_nbextension_state_python\n
m, nbexts = _get_nbextension_metadata(module)\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/notebook/nbextensions.py", line 1122, in _get_nbextension_metadata\n
m = import_item(module)\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/traitlets/utils/importstring.py", line 42, in import_item\n
return __import__(parts[0])\n
"/home/naamah/anaconda3/lib/python3.5/site-packages/gmaps/__init__.py", line 6, in <module>\n
from gmaps.geocoding import Geocoding\nImportError: No module named \'gmaps.geocoding\'\n'
| 0.264075 |
Traceback (most recent call last):
"/home/draje/env/bin/undervolt", line 11, in <module>
sys.exit(main())
"/home/draje/env/lib/python3.6/site-packages/undervolt.py", line 208, in main
set_offset(plane, offset)
"/home/draje/env/lib/python3.6/site-packages/undervolt.py", line 168, in set_offset
p=plane, t=target, r=format(read, '08x')))
ValueError: Unknown format code 'x' for object of type 'str'
| Traceback (most recent call last):
"/tmp/pyzmq/build/lib.linux-x86_64-3.4/zmq/tests/test_cffi_backend.py", line 126, in test_zmq_msg_init_data
message = ffi.new('char[5]', 'Hello')
"/usr/lib64/python3.4/site-packages/cffi/api.py", line 237, in new
return self._backend.newp(cdecl, init)TypeError: initializer for ctype 'char[5]' must be a bytes or list or tuple, not str | 0.324713 |
Traceback (most recent call last):
"D:\
s\python\MachineLearning\pytorch\a-PyTorch-Tutorial-to-Object-Detection-master\train.py", line 234, in <module>
main()
"D:\
s\python\MachineLearning\pytorch\a-PyTorch-Tutorial-to-Object-Detection-master\train.py", line 101, in main
epoch=epoch)
"D:\
s\python\MachineLearning\pytorch\a-PyTorch-Tutorial-to-Object-Detection-master\train.py", line 142, in train
for i, (images, boxes, labels, _) in enumerate(train_loader):
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\site-packages\torch\utils\data\dataloader.py", line 819, in __iter__
return _DataLoaderIter(self)
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\site-packages\torch\utils\data\dataloader.py", line 560, in __init__
w.start()
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\multiprocessing\process.py", line 105, in start
self._popen = self._Popen(self)
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\multiprocessing\context.py", line 223, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\multiprocessing\context.py", line 322, in _Popen
return Popen(process_obj)
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\multiprocessing\popen_spawn_win32.py", line 65, in __init__
reduction.dump(process_obj, to_child)
"C:\Applications\WPy-3661\python-3.6.6.amd64\lib\multiprocessing\reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
BrokenPipeError: [Errno 32] Broken pipe
| Traceback (most recent call last):
"/home/vagrant/ansible-container/container/cli.py", line 209, in commandline
getattr(engine, u'cmdrun_{}'.format(args.subcommand))(**vars(args))
"/home/vagrant/ansible-container/container/engine.py", line 407, in cmdrun_shipit
elif config.get('registries', {}).get(pull_from):AttributeError: 'NoneType' object has no attribute 'get' | 0.196547 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_factory.py", line 83, in test_one_arg_arrow
arw = self.factory.utcnow()
AttributeError: 'TestGet' object has no attribute 'factory'
| Traceback (most recent call last):
"C:\salt\bin\lib\site-packages\salt-3001-py3.7.egg\salt\loader.py", line 1983, in _process_virtual
virtual = getattr(mod, virtual_func)()
"C:\salt\bin\lib\site-packages\salt-3001-py3.7.egg\salt\states\zpool.py", line 92, in __virtual__
if __grains__["zfs_support"]:
"C:\salt\bin\lib\site-packages\salt-3001-py3.7.egg\salt\utils\context.py", line 227, in __getitem__
return self._dict()[key]
KeyError: 'zfs_support'
| 0.323765 |
Traceback (most recent call last):
"commix.py", line 35, in <module>
main()
"commix.py", line 30, in main
import src.core.main
"main.py", line 924, in <module>
main(filename, url)
"main.py", line 627, in main
controller.do_check(url, filename)
"controller.py", line 659, in do_check
if perform_checks(url,filename) == False:
"controller.py", line 609, in perform_checks
basic_level_checks()
"controller.py", line 574, in basic_level_checks
get_request(url, http_request_method, filename, timesec)
"controller.py", line 492, in get_request
injection_proccess(url, check_parameter, http_request_method, filename, timesec)
"controller.py", line 299, in injection_proccess
print(settings.print_warning_msg(warn_msg)) + Style.RESET_ALLTypeError: unsupported operand type(s) for +: 'NoneType' and 'str' | Traceback (most recent call last):
"wmitest.py", line 3, in <module>
executer.run('192.168.1.1')
"/opt/meridian/dc/embedded/lib/python2.7/site-packages/meridian_connectors/windows/wmiexec.py", line 68, in run
smbConnection.login(self.__username, self.__password, self.__domain, self.__lmhash, self.__nthash)
"/opt/meridian/dc/embedded/lib/python2.7/site-packages/impacket/smbconnection.py", line 215, in login
raise SessionError(e.get_error_code())
impacket.smbconnection.SessionError: SMB SessionError: STATUS_USER_SESSION_DELETED(The remote user session has been deleted.)
| 0.167618 |
Traceback (most recent call last):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 138, in github_gist_search_main
links = get_links(page_set, proxy=proxy, agent=agent)
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 66, in get_links
if not any(s in redirect for s in gist_skip_schema):
"/home/baal/bin/python/zeus-scanner/lib/attacks/gist_lookup/__init__.py", line 66, in <genexpr>
if not any(s in redirect for s in gist_skip_schema):TypeError: argument of type 'NoneType' is not iterable | Traceback (most recent call last):
"/Users/chris/Envs/myappvenv/lib/python2.7/site-packages/celery/app/trace.py", line 240, in trace_task
R = retval = fun(*args, **kwargs)
"/Users/chris/Envs/myappvenv/lib/python2.7/site-packages/celery/app/trace.py", line 437, in __protected_call__
return self.run(*args, **kwargs)
"/Users/chris/dev/bitbucket/myapp/myapp/booker/tasks.py", line 11, in send_emails
cmd.execute(processes=num_processes)
"/Users/chris/Envs/myappvenv/lib/python2.7/site-packages/django/core/management/base.py", line 285, in execute
output = self.handle(*args, **options)
"/Users/chris/Envs/myappvenv/lib/python2.7/site-packages/post_office/management/commands/send_queued_mail.py", line 29, in handle
options['lockfile'])KeyError: 'lockfile' | 0.186806 |
Traceback (most recent call last):
"/Users/User/.virtualenvs/my-project/lib/python3.7/site-packages/django/db/backends/utils.py", line 85, in _execute
return self.cursor.execute(sql, params)
psycopg2.IntegrityError: duplicate key value violates unique constraint "djstripe_charge_stripe_id_key"
| Traceback (most recent call last):
"/home/basit/anaconda3/envs/flow/lib/python3.5/site-packages/ray/tune/trial_runner.py", line 261, in _process_events
result = self.trial_executor.fetch_result(trial)
"/home/basit/anaconda3/envs/flow/lib/python3.5/site-packages/ray/tune/ray_trial_executor.py", line 211, in fetch_result
result = ray.get(trial_future[0])
"/home/basit/anaconda3/envs/flow/lib/python3.5/site-packages/ray/worker.py", line 2386, in get
raise value
ray.worker.RayTaskError: ray_PPOAgent:train() (pid=29958, host=basit)
| 0.204602 |
Traceback (most recent call last):
"/mnt/mpathae/**********/Medusa/medusa/providers/torrent/html/iptorrents.py", line 116, in parse
seeders = int(row.find('td', attrs={'class': 'ac t_seeders'}).text)AttributeError: 'NoneType' object has no attribute 'text' | Traceback (most recent call last):
"paddle/api/test/testMatrix.py", line 71, in test_numpyCpu
m = swig_paddle.Matrix.createCpuDenseFromNumpy(numpy_mat, copy=False)
TypeError: createCpuDenseFromNumpy() got an unexpected keyword argument 'copy'
| 0.29943 |
Traceback (most recent call last):
"C:\Users\test\Documents\sqlmap\lib\request\connect.py", line 500, in getPage
conn = _urllib.request.urlopen(req)
"C:\Python27\lib\urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
"C:\Python27\lib\urllib2.py", line 429, in open
response = self._open(req, data)
"C:\Python27\lib\urllib2.py", line 447, in _open
'_open', req)
"C:\Python27\lib\urllib2.py", line 407, in _call_chain
result = func(*args)
"C:\Python27\lib\urllib2.py", line 1228, in http_open
return self.do_open(httplib.HTTPConnection, req)
"C:\Python27\lib\urllib2.py", line 1198, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 10065] �q�T�ݾާ@�L�k�s�u��D��C>
| Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1986, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 1352, in _decrypt_signature
'Signature extraction failed: ' + tb, cause=e)
ExtractorError: Signature extraction failed: Traceback (most recent call last):
| 0.278965 |
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_T5rJsX/ansible_module_git.py\", line 1040, in <module>\n
main()\n
\"/tmp/ansible_T5rJsX/ansible_module_git.py\", line 994, in main\n
result.update(changed=True, after=remote_head, msg='Local modifications exist')\nUnboundLocalError: local variable 'remote_head' referenced before assignment\n",
"module_stdout": "",
| Traceback (most recent call last):
"model.py", line 136, in <module>
model.fit(X_train,Y_train, validation_data=(X_test, Y_test), nb_epoch=save_every, verbose=2)
"/usr/local/lib/python2.7/dist-packages/keras/models.py", line 581, in fit
shuffle=shuffle, metrics=metrics)
"/usr/local/lib/python2.7/dist-packages/keras/models.py", line 239, in _fit
outs = f(ins_batch)
"/usr/local/lib/python2.7/dist-packages/keras/backend/theano_backend.py", line 365, in __call__
return self.function(*inputs)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 871, in __call__
storage_map=getattr(self.fn, 'storage_map', None))
"/usr/local/lib/python2.7/dist-packages/theano/gof/link.py", line 314, in raise_with_op
reraise(exc_type, exc_value, exc_trace)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 859, in __call__
outputs = self.fn()ValueError: Input dimension mis-match. (input[0].shape[1] = 128, input[1].shape[1] = 100) | 0.250071 |
Traceback (most recent call last):
"/usr/local/bin/pip", line 8, in <module>
load_entry_point('pip==1.4.dev1', 'console_scripts', 'pip')()
"/Library/Python/2.7/site-packages/pip-1.4.dev1-py2.7.egg/pip/__init__.py", line 141, in main
cmd_name, options, args, parser = parseopts(initial_args)
"/Library/Python/2.7/site-packages/pip-1.4.dev1-py2.7.egg/pip/__init__.py", line 94, in parseopts
parser = create_main_parser()
"/Library/Python/2.7/site-packages/pip-1.4.dev1-py2.7.egg/pip/baseparser.py", line 233, in create_main_parser
'formatter': UpdatingDefaultsHelpFormatter(),
"/Library/Python/2.7/site-packages/pip-1.4.dev1-py2.7.egg/pip/baseparser.py", line 21, in __init__
kwargs['width'] = get_terminal_size()[0] - 2
"/Library/Python/2.7/site-packages/pip-1.4.dev1-py2.7.egg/pip/util.py", line 467, in get_terminal_size
return int(cr[1]), int(cr[0])ValueError: invalid literal for int() with base 10: '’ | Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 806, in wrapper
return func(self, *args, **kwargs)
"/usr/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 827, in __extract_info
ie_result = ie.extract(url)
"/usr/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3.8/site-packages/youtube_dl/extractor/bloomberg.py", line 57, in _real_extract
bplayer_data = self._parse_json(self._search_regex(
"/usr/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 1010, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract id; 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.209483 |
Traceback (most recent call last):
"/opt/bin/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/opt/bin/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
CalledProcessError: Command 'set -o pipefail; /opt/bin/galaxy/../anaconda/bin/macs2 callpeak -t /mnt/data/bcbio/samples/work/prealign/H3K27Ac-ctr-A/H3K27Ac-ctr-A-ready-dedup.bam -c None
-n H3K27Ac-ctr-A -B --broad -q 0.05 -g '1371719383'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>TypeError: unbound method <lambda>() must be called with NoneType instance as first argument (got nothing instead) | 0.273549 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/naruto/Programming/imap_test/venv/lib/python2.7/site-packages/imbox/__init__.py", line 15, in __init__
ssl_context=None)
"/home/naruto/Programming/imap_test/venv/lib/python2.7/site-packages/imbox/imap.py", line 28, in __init__
self.server = self.transport(self.hostname, self.port, **kwargs)TypeError: __init__() got an unexpected keyword argument 'ssl_context' | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/usr/lib/python2.7/site-packages/youtube_dl/extractor/steam.py", line 90, in _real_extract
'flash vars'), playlist_id, js_to_json)
"/usr/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 978, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract flash vars; 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.246615 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
ImportError: No module named tkinter | Traceback (most recent call last):
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Code/core/task.py", line 65, in run
self.result = self.target(*self.args, **self.kwargs)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply
return apply(f, args, kwargs)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Code/sync/pull.py", line 290, in run
t_movies, t_movies_table = self.trakt.merged('movies', ratings='ratings' in enabled_funcs, collected=True)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Code/sync/sync_base.py", line 86, in merged
if watched and Trakt['sync/watched'].get(media, **params) is None:
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/code/sandbox.py", line 19, in _apply
return apply(f, args, kwargs)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/trakt/interfaces/base/__init__.py", line 17, in wrap
return func(*args, **kwargs)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/trakt/interfaces/sync/core/mixins.py", line 16, in get
params=r_params
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/trakt/core/http.py", line 89, in get
return self.request('GET', path, params, data, **kwargs)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/trakt/core/http.py", line 69, in request
response = self.session.send(prepared, timeout=timeout)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/requests/sessions.py", line 573, in send
r = adapter.send(request, **kwargs)
"/Users/clayton/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle/Contents/Libraries/Shared/requests/adapters.py", line 424, in send
raise ConnectionError(e, request=request)ConnectionError: HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Max retries exceeded with url: /sync/watched/movies (Caused by ReadTimeoutError("HTTPSConnectionPool(host='api-v2launch.trakt.tv', port=443): Read timed out. (read timeout=24)",)) | 0.306202 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/nose/case.py", line 187, in runTest
self.test(*self.arg)
"/ipython-0.12/IPython/testing/decorators.py", line 228, in skipper_func
return f(*args, **kwargs)
"/ipython-0.12/IPython/utils/tests/test_path.py", line 370, in test_not_writable_ipdir
ipdir = path.get_ipython_dir()
"/ipython-0.12/IPython/testing/tools.py", line 369, in __exit__
assert self.s in printed, notprinted_msg.format(self.s, self.channel, printed)AssertionError: Did not find 'is not a writable location' in printed output (on stderr): |
Traceback (most recent call last):
"/storage/.kodi/addons/plugin.video.amazon-test/default.py", line 5, in <module>
EntryPoint()
"/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/startup.py", line 68, in EntryPoint
PlayVideo(args.get('name', ''), args.get('asin'), args.get('adult', '0'), int(args.get('trailer', '0')), int(args.get('selbitrate', '0')))
"/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/playback.py", line 579, in PlayVideo
playable = _IStreamPlayback(asin, name, trailer, isAdult, extern)
"/storage/.kodi/addons/plugin.video.amazon-test/resources/lib/playback.py", line 459, in _IStreamPlayback
if not inputstream_helper.check_inputstream():
"/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 763, in check_inputstream
return self._check_drm()
"/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 741, in _check_drm
return self._check_widevine()
"/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 655, in _check_widevine
return self._install_widevine()
"/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 542, in _install_widevine
return self._install_widevine_arm()
"/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 485, in _install_widevine_arm
if not self._cmd_exists('fdisk') and not self._cmd_exists('parted'):
"/storage/.kodi/addons/script.module.inputstreamhelper/lib/inputstreamhelper.py", line 164, in _cmd_exists
return subprocess.call('type ' + cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) == 0
"/usr/lib/python2.7/subprocess.py", line 172, in call
"/usr/lib/python2.7/subprocess.py", line 394, in __init__
"/usr/lib/python2.7/subprocess.py", line 938, in _execute_child
OSError: [Errno 12] Cannot allocate memory
| 0.311288 |
Traceback (most recent call last):
"/tmp/pip-install-c74kecsx/horovod/setup.py", line 1389, in build_extensions
build_torch_extension_v2(self, options, torch_version)
"/tmp/pip-install-c74kecsx/horovod/setup.py", line 1274, in build_torch_extension_v2
find_matching_gcc_compiler_path(candidate_compiler_version)
"/tmp/pip-install-c74kecsx/horovod/setup.py", line 801, in find_matching_gcc_compiler_path
if compiler_version == gxx_compiler_version:
"/home/wyz/.pyenv/versions/3.7.2/lib/python3.7/distutils/version.py", line 46, in __eq__
c = self._cmp(other)
"/home/wyz/.pyenv/versions/3.7.2/lib/python3.7/distutils/version.py", line 335, in _cmp
if self.version == other.version:
AttributeError: 'NoneType' object has no attribute 'version'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpi2nj3req\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpi2nj3req\build\youtube_dl\extractor\common.py", line 357, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpi2nj3req\build\youtube_dl\extractor\generic.py", line 2449, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://www.viu.com/ar/media/1118086036?containerId=playlist-22371171
| 0.322983 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\YoutubeDL.py", line 2020, in post_process
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\postprocessor\ffmpeg.py", line 393, in run
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpf3fd6ifp\build\youtube_dl\postprocessor\ffmpeg.py", line 204, in run_ffmpeg_multiple_files
youtube_dl.postprocessor.ffmpeg.FFmpegPostProcessorError: Unknown encoder 'mov_text'
| Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 641, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3.7/site-packages/urllib3/util/retry.py", line 368, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/lib/python3.7/site-packages/urllib3/packages/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 603, in urlopen
chunked=chunked)
"/usr/lib/python3.7/site-packages/urllib3/connectionpool.py", line 355, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/lib/python3.7/http/client.py", line 1244, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.7/http/client.py", line 1290, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.7/http/client.py", line 1239, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.7/http/client.py", line 1026, in _send_output
self.send(msg)
"/usr/lib/python3.7/http/client.py", line 966, in send
self.connect()
"/home/stephen/.local/lib/python3.7/site-packages/docker/transport/unixconn.py", line 43, in connect
sock.connect(self.unix_socket)
urllib3.exceptions.ProtocolError: ('Connection aborted.',
NotFoundError(2, 'No such file or directory'))
| 0.250107 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1741, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/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)))
"/usr/local/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 342, column 21
|
Traceback (most recent call last):
"C:\Users\username\AppData\Local\Programs\Python\Python38\lib\site-packages\setuptools\installer.py", line 128, in fetch_build_egg
subprocess.check_call(cmd)
"C:\Users\username\AppData\Local\Programs\Python\Python38\lib\subprocess.py", line 364, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Users\\username\\AppData\\Local\\Programs\\Python\\Python38\\python.exe', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', 'C:\\Users\\username\\AppData\\Local\\Temp\\tmpoc8l0pvv', '--quiet', '--find-links', 'https://github.com/kivy-garden/garden/archive/master.zip', 'cython!=0.27,!=0.27.2,<=0.29.10,>=0.24']' returned non-zero exit status 1.
| 0.235084 |
Traceback (most recent call last):
"/Users/ken/Developer/projects/2018/parenting-service/library/tests.py", line 79, in test_smart_album
self.assertEqual(stories.count(), samples.count())
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/django/db/models/query.py", line 387, in count
return self.query.get_count(using=self.db)
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/django/db/models/sql/query.py", line 491, in get_count
number = obj.get_aggregation(using, ['__count'])['__count']
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/django/db/models/sql/query.py", line 476, in get_aggregation
result = compiler.execute_sql(SINGLE)
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/cachalot/monkey_patch.py", line 32, in inner
return original(compiler, *args, **kwargs)
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/cachalot/monkey_patch.py", line 79, in inner
table_cache_keys = _get_table_cache_keys(compiler)
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/cachalot/utils.py", line 187, in _get_table_cache_keys
for t in _get_tables(db_alias, compiler.query)]
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/cachalot/utils.py", line 164, in _get_tables
tables.update(_get_tables(db_alias, subquery))
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/cachalot/utils.py", line 163, in _get_tables
for subquery in _find_subqueries_in_where(query.where.children):
"/Users/ken/Developer/projects/2018/parenting-service/.direnv/python-3.6.1/lib/python3.6/site-packages/cachalot/utils.py", line 112, in _find_subqueries_in_where
rhs = child.rhs
AttributeError: 'ExtraJoinRestriction' object has no attribute 'rhs'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
"/usr/local/lib/python3.6/dist-packages/urllib3/connectionpool.py", line 354, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib/python3.6/http/client.py", line 1026, in _send_output
self.send(msg)
"/usr/lib/python3.6/http/client.py", line 964, in send
self.connect()
"/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 196, in connect
conn = self._new_conn()
"/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 180, in _new_conn
self, "Failed to establish a new connection: %s" % e)
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f6ed533f6d8>: Failed to establish a new connection: [Errno 111] Connection refused
| 0.294864 |
Traceback (most recent call last):...
"/usr/bin/wifite", line 2966, in <module>
main()
"/usr/bin/wifite", line 323, in main
if wpa_get_handshake(iface, t, ts_clients):
"/usr/bin/wifite", line 1876, in wpa_get_handshake
copy(temp + 'wpa-01.cap', temp + 'wpa-01.cap.temp')
"/usr/lib/python2.7/shutil.py", line 119, in copy
copyfile(src, dst)
"/usr/lib/python2.7/shutil.py", line 84, in copyfile
copyfileobj(fsrc, fdst)
"/usr/lib/python2.7/shutil.py", line 52, in copyfileobj
fdst.write(buf)IOError: [Errno 28] No space left on device | Traceback (most recent call last):
"/usr/local/Cellar/python/2.7.7_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/SQLAlchemy-0.9.4-py2.7-macosx-10.8-x86_64.egg/sqlalchemy/pool.py", line 244, in _close_connection
self._dialect.do_close(connection)
"/usr/local/Cellar/python/2.7.7_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/SQLAlchemy-0.9.4-py2.7-macosx-10.8-x86_64.egg/sqlalchemy/engine/default.py", line 411, in do_close
dbapi_connection.close()ProgrammingError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 4338823168 and this is thread id 140735218938640 | 0.231874 |
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/loader.py", line 951, in _load_module
), fn_, fpath, desc)
"/usr/lib/python2.6/site-packages/salt/cloud/clouds/joyent.py", line 68, in <module>
from Crypto.Signature import PKCS1_v1_5ImportError: No module named Signature | Traceback (most recent call last):
"_ctypes/callbacks.c", line 315, in 'calling callback function'
"NVDAHelper.pyc", line 379, in nvdaControllerInternal_typedCharacterNotify
AttributeError: 'NoneType' object has no attribute 'windowClassName'
| 0.303564 |
^CTraceback (most recent call last):
"graceful_shutdown.py", line 27, in <module>
run()
"graceful_shutdown.py", line 20, in run
loop.run_until_complete(app.shutdown())AttributeError: 'Application' object has no attribute 'shutdown' | Traceback (most recent call last):
"/python/env/lib/python3.6/site-packages/eventlet/hubs/hub.py", line 460, in fire_timers
timer()
"/python/env/lib/python3.6/site-packages/eventlet/hubs/timer.py", line 59, in __call__
cb(*args, **kw)
SystemError: <built-in method switch of GreenThread object at 0x7000000014f35a0> returned NULL without setting an error
| 0.289391 |
Traceback (most recent call last):
"/build/python-distributed/src/distributed-2020.12.0/distributed/semaphore.py", line 538, in __del__
if self._periodic_callback_name in self.client._periodic_callbacks:
AttributeError: 'Semaphore' object has no attribute '_periodic_callback_name'
| Traceback (most recent call last):
"/home/fuhao/anaconda3/envs/pytorch_cuda8/lib/python3.6/distutils/unixccompiler.py", line 118, in _compile
extra_postargs)
"/home/fuhao/anaconda3/envs/pytorch_cuda8/lib/python3.6/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/home/fuhao/anaconda3/envs/pytorch_cuda8/lib/python3.6/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/home/fuhao/anaconda3/envs/pytorch_cuda8/lib/python3.6/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
| 0.217076 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\common.py", line 529, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpt31j5y3w\build\youtube_dl\extractor\youku.py", line 189, in _real_extract
youtube_dl.utils.ExtractorError: Youku server reported error -6004: 客户端无权播放,201; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/usr/local/src/w3af/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 247, in __init__
description = self.get_notebook_description()
"/usr/local/src/w3af/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()AttributeError: 'module' object has no attribute 'WebView' | 0.24046 |
VoxCeleb2:
0%|
| 0/5994 [00:00<?, ?speakers/s]Traceback (most recent call last):
"encoder_preprocess.py", line 61, in <module>
preprocess_func[dataset](**args)
"/NASdata/yangyg/Real-Time-Voice-Cloning/encoder/preprocess.py", line 175, in preprocess_voxceleb2
skip_existing, logger)
"/NASdata/yangyg/Real-Time-Voice-Cloning/encoder/preprocess.py", line 116, in _preprocess_speaker_dirs
unit="speakers"))
"/home/yyg/anaconda3/envs/RealTime/lib/python3.6/site-packages/tqdm/_tqdm.py", line 1017, in __iter__
for obj in iterable:
"/home/yyg/anaconda3/envs/RealTime/lib/python3.6/site-packages/multiprocess/pool.py", line 735, in next
raise value
"/home/yyg/anaconda3/envs/RealTime/lib/python3.6/site-packages/multiprocess/pool.py", line 119, in worker
result = (True, func(*args, **kwds))
"/NASdata/yangyg/Real-Time-Voice-Cloning/encoder/preprocess.py", line 97, in preprocess_speaker
wav = audio.preprocess_wav(in_fpath)
"/NASdata/yangyg/Real-Time-Voice-Cloning/encoder/audio.py", line 28, in preprocess_wav
wav, source_sr = librosa.load(fpath_or_wav, sr=None)
"/home/yyg/anaconda3/envs/RealTime/lib/python3.6/site-packages/librosa/core/audio.py", line 138, in load
y = sf_desc.read(frames=frame_duration, dtype=dtype, always_2d=False).T
"/home/yyg/anaconda3/envs/RealTime/lib/python3.6/site-packages/soundfile.py", line 860, in read
frames = self._check_frames(frames, fill_value)
"/home/yyg/anaconda3/envs/RealTime/lib/python3.6/site-packages/soundfile.py", line 1268, in _check_frames
raise ValueError("frames must be specified for non-seekable files")
ValueError: frames must be specified for non-seekable files
| Traceback (most recent call last):
"C:\Program
s (x86)\Microsoft SDKs\Azure\CLI2\Lib\site-packages\knack\cli.py", line 197, in invoke
cmd_result = self.invocation.execute(args)
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-cli-core\azure\cli\core\commands\__init__.py", line 366, in execute
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-cli-storage\azure\cli\command_modules\storage\__init__.py", line 234, in new_handler
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-cli-storage\azure\cli\command_modules\storage\__init__.py", line 177, in handler
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-cli-core\azure\cli\core\commands\__init__.py", line 343, in execute
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-cli-core\azure\cli\core\commands\__init__.py", line 182, in __call__
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-cli-core\azure\cli\core\__init__.py", line 436, in default_command_handler
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\blob\baseblobservice.py", line 1872, in get_blob_to_path
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\blob\baseblobservice.py", line 2044, in get_blob_to_stream
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\blob\baseblobservice.py", line 2012, in get_blob_to_stream
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\blob\baseblobservice.py", line 1750, in _get_blob
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\common\storageclient.py", line 381, in _perform_request
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\common\storageclient.py", line 306, in _perform_request
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\common\storageclient.py", line 292, in _perform_request
"C:\Users\trdai\AppData\Local\Temp\pip-install-6nyhv9qe\azure-multiapi-storage\azure\multiapi\storage\v2018_03_28\common\_error.py", line 115, in _http_error_handler
azure.common.AzureMissingResourceHttpError: The specified resource does not exist. ErrorCode: ResourceNotFound
| 0.250081 |
Traceback (most recent call last):
"/usr/local/bin/weasyprint", line 11, in <module>
sys.exit(main())
"/usr/local/lib/python3.4/dist-packages/weasyprint/__main__.py", line 176, in main
media_type=args.media_type)
"/usr/local/lib/python3.4/dist-packages/weasyprint/__init__.py", line 88, in __init__
with result as (source_type, source, base_url, protocol_encoding):
"/usr/lib/python3.4/contextlib.py", line 59, in __enter__
return next(self.gen)
"/usr/local/lib/python3.4/dist-packages/weasyprint/__init__.py", line 333, in _select_source
with result as result:
"/usr/lib/python3.4/contextlib.py", line 59, in __enter__
return next(self.gen)
"/usr/local/lib/python3.4/dist-packages/weasyprint/__init__.py", line 341, in _select_source
with fetch(url_fetcher, url) as result:
"/usr/lib/python3.4/contextlib.py", line 59, in __enter__
return next(self.gen)
"/usr/local/lib/python3.4/dist-packages/weasyprint/urls.py", line 291, in fetch
raise URLFetchingError('%s: %s' % (name, value) if value else name)
weasyprint.urls.URLFetchingError: URLError: <urlopen error [Errno -2] Name or service not known>
| Traceback (most recent call last):
"/opt/conda/lib/python3.6/site-packages/jupyterhub/handlers/base.py", line 889, in spawn_single_user
timedelta(seconds=self.slow_spawn_timeout), finish_spawn_future
tornado.util.TimeoutError: Timeout
| 0.175134 |
WARNING: Writing cache to '$REDACTED/.cache/youtube-dl/youtube-sigfuncs/js_vflXGBaUN_82.json' failed: Traceback (most recent call last):
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 391, in _extract_signature_function
cache_res = res(test_string)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 449, in <lambda>
return lambda s: initial_function([s])
"/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 43, in interpret_statement
'Cannot determine left side of statement in %r' % stmt)youtube_dl.utils.ExtractorError: Cannot determine left side of statement in 'xh(this.j,a)'; 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):
"azuretest/test_tableservice.py", line 578, in test_update_entity_with_if_doesnt_match
entities = self._create_table_with_default_entities(self.table_name, 1)
"azuretest/test_tableservice.py", line 79, in _create_table_with_default_entities
entities.append(self.tc.insert_entity(table_name, self._create_default_entity_dict('MyPartition', str(i))))
"/Users/huguesvalois/Documents/azure/src/azure/storage/tableservice.py", line 235, in insert_entity
response = self._perform_request(request)
"/Users/huguesvalois/Documents/azure/src/azure/storage/storageclient.py", line 117, in _perform_request
_storage_error_handler(e)
"/Users/huguesvalois/Documents/azure/src/azure/storage/__init__.py", line 701, in _storage_error_handler
raise WindowsAzureError(azure._ERROR_UNKNOWN % http_error.message)WindowsAzureError: Unknown error (Bad Request) | 0.188633 |
Traceback (most recent call last):
"calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 630, in run
"calibre_plugins.dedrm.__init__", line 580, in KindleMobiDecrypt
calibre_plugins.dedrm.DeDRMError: DeDRM v7.0.3: Ultimately failed to decrypt after 3.1 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/python2.7/site-packages/motioneye/uploadservices.py", line 1103, in upload_media_file
service.upload_file(target_dir, filename, camera_name)
"/usr/lib/python2.7/site-packages/motioneye/uploadservices.py", line 103, in upload_file
self.upload_data(rel_filename, mime_type, data, ctime, camera_name)
"/usr/lib/python2.7/site-packages/motioneye/uploadservices.py", line 357, in upload_data
'parents': [{'id': self._get_folder_id(path)}]
"/usr/lib/python2.7/site-packages/motioneye/uploadservices.py", line 394, in _get_folder_id
if not location.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith' | 0.281676 |
Traceback (most recent call last):
"<string>", line 16, in <module>
"/opt/minecraft/env/build/mcstatus/setup.py", line 2, in <module>
from six import PY2
ImportError: No module named six | Traceback (most recent call last):
"/build/python-hypothesis/src/hypothesis-python-3.44.21/tests/common/utils.py", line 52, in raises
assert False, "Expected to raise an exception but didn't"
AssertionError: Expected to raise an exception but didn't
| 0.276098 |
Traceback (most recent call last):
"/opt/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/opt/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)CalledProcessError: Command 'set -o pipefail; bamcat level=0 tmpfile=/home/alan/cancer-dream-syn3/work/align/syn3-normal/tx/tmpCE7klJ/syn3-normal-sort.bam-bammerge `cat /home/alan/cancer-dream-syn3/work/align/syn3-normal/tx/tmpCE7klJ/syn3-normal-sort.list` | bamsormadup threads=8 indexfilename=/home/alan/cancer-dream-syn3/work/align/syn3-normal/tx/tmpCE7klJ/syn3-normal-sort.bam.bai tmpfile=/home/alan/cancer-dream-syn3/work/align/syn3-normal/tx/tmpCE7klJ/syn3-normal-sort.bam-bamsormaduptmp > /home/alan/cancer-dream-syn3/work/align/syn3-normal/tx/tmpCE7klJ/syn3-normal-sort.bam | Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/builddir/build/BUILDROOT/python-pywt-1.0.1-4.fc31.ppc64le/usr/lib64/python3.7/site-packages/pywt/tests/test_matlab_compatibility_cwt.py", line 175, in _check_accuracy
assert_(rms < epsilon, msg=msg)
"/usr/lib64/python3.7/site-packages/numpy/testing/_private/utils.py", line 96, in assert_
raise AssertionError(smsg)
AssertionError: [RMS > EPSILON] for Scale: [1 2], Wavelet: cmor, Length: 1000, rms=0.00783
| 0.250075 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/tkloczko/rpmbuild/BUILD/arrow-0.15.6/tests/test_arrow.py", line 388, in test_rsub_other
timedelta(days=1) - self.arrow
AttributeError: 'TestArrowMath' object has no attribute 'arrow'
| Traceback (most recent call last):
"c:\users\thoma\lbry\lbrynet\stream\downloader.py", line 251, in _download
await self.assemble_decrypted_stream(self.output_dir, self.output_file_name)
"c:\users\thoma\lbry\lbrynet\stream\assembler.py", line 78, in assemble_decrypted_stream
self.sd_blob, self.descriptor
"C:\Users\thoma\AppData\Local\Programs\Python\Python37-32\lib\concurrent\futures\thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"C:\Users\thoma\AppData\Local\Programs\Python\Python37-32\lib\site-packages\torba\client\basedatabase.py", line 57, in __run_transaction
result = fun(self.connection, *args, **kwargs)
# type: ignore
"c:\users\thoma\lbry\lbrynet\storage.py", line 332, in _store_stream
tuple(args)
sqlite3.OperationalError: too many SQL variables
| 0.259409 |
Traceback (most recent call last):
"c:\Python27\lib\site-packages\nose\case.py", line 197, in runTest
self.test(*self.arg)
"c:\documents and settings\jdm\ipython\IPython\core\tests\test_run.py", line 189, in test_obj_del
tt.ipexec_validate(self.fname, 'object A deleted', err)
"c:\documents and settings\jdm\ipython\IPython\testing\tools.py", line 264, in ipexec_validate
nt.assert_equals(out.strip(), expected_out.strip())AssertionError: '' != 'object A deleted'
"'' != ' | Traceback (most recent call last):
"/home/denis/satellogic/env-shub/bin/sentinelsat", line 11, in <module>
sys.exit(cli())
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/sentinelsat/scripts/cli.py", line 160, in cli
order_by=order_by, limit=limit, **search_kwargs)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 147, in query
response, count = self._load_query(query, formatted_order_by, limit, offset)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 272, in _load_query
products, count = self._load_subquery(query, order_by, limit, offset)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 304, in _load_subquery
_check_scihub_response(response)
"/home/denis/satellogic/env-shub/lib/python3.6/site-packages/sentinelsat/sentinel.py", line 1027, in _check_scihub_response
raise api_error
sentinelsat.sentinel.SentinelAPIError: HTTP status 400 Bad Request:
| 0.136696 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/u/xo/bung/.local/lib/python2.7/site-packages/h5py-2.6.0-py2.7-linux-x86_64.egg/h5py/__init__.py", line 24, in <module>
from . import _errorsImportError: cannot import name _errors | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"(...)/venv/lib/python3.6/site-packages/pandas/core/accessor.py", line 115, in f
return self._delegate_method(name, *args, **kwargs)
"(...)/venv/lib/python3.6/site-packages/pandas/core/indexes/accessors.py", line 131, in _delegate_method
result = method(*args, **kwargs)
"(...)/venv/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py", line 118, in floor
return self._round(freq, np.floor)
"(...)/venv/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py", line 110, in _round
self._shallow_copy(result, **attribs))
"(...)/venv/lib/python3.6/site-packages/pandas/core/indexes/datetimelike.py", line 230, in _ensure_localized
result = result.tz_localize(self.tz)
"(...)/venv/lib/python3.6/site-packages/pandas/util/_decorators.py", line 118, in wrapper
return func(*args, **kwargs)
"(...)/venv/lib/python3.6/site-packages/pandas/core/indexes/datetimes.py", line 1858, in tz_localize
errors=errors)
"pandas/_libs/tslib.pyx", line 3593, in pandas._libs.tslib.tz_localize_to_utc
pytz.exceptions.AmbiguousTimeError: Cannot infer dst time from Timestamp('2017-10-29 02:00:00'), try using the 'ambiguous' argument
| 0.272167 |
Traceback (most recent call last):
"train_from_csv.py", line 45, in <module>
linker.sample(data_1, data_2, 15000)
"c:\python36\lib\site-packages\dedupe\api.py", line 848, in sample
original_length_2)
"c:\python36\lib\site-packages\dedupe\labeler.py", line 327, in sample_product
sample_size)
"c:\python36\lib\site-packages\dedupe\labeler.py", line 72, in sample_product
random_sample_size)
"c:\python36\lib\site-packages\dedupe\core.py", line 76, in randomPairsMatch
dtype=int)
OverflowError: Python int too large to convert to C long
| Traceback (most recent call last):
"superset", line 18, in <module>
from superset.cli import superset
ImportError: cannot import name 'superset'
| 0.206476 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/mathieu/miniconda3/envs/tf-test/lib/python3.7/site-packages/tensorflow_text/__init__.py", line 21, in <module>
from tensorflow_text.python import metrics
"/home/mathieu/miniconda3/envs/tf-test/lib/python3.7/site-packages/tensorflow_text/python/metrics/__init__.py", line 20, in <module>
from tensorflow_text.python.metrics.text_similarity_metric_ops import *
"/home/mathieu/miniconda3/envs/tf-test/lib/python3.7/site-packages/tensorflow_text/python/metrics/text_similarity_metric_ops.py", line 28, in <module>
gen_text_similarity_metric_ops = load_library.load_op_library(resource_loader.get_path_to_datafile('_text_similarity_metric_ops.so'))
"/home/mathieu/miniconda3/envs/tf-test/lib/python3.7/site-packages/tensorflow_core/python/framework/load_library.py", line 61, in load_op_library
lib_handle = py_tf.TF_LoadLibrary(library_filename)
tensorflow.python.framework.errors_impl.NotFoundError: /home/mathieu/miniconda3/envs/tf-test/lib/python3.7/site-packages/tensorflow_text/python/metrics/_text_similarity_metric_ops.so: undefined symbol: _ZN10tensorflow12OpDefBuilder4AttrESs
| >Traceback (most recent call last):
"C:\Users\Ibrahim Abdullah\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\ext\commands\core.py", line 50, in wrapped
ret = yield from coro(*args, **kwargs)
"C:/Users/Ibrahim Abdullah/PycharmProjects/bottes/Test 2.py", line 58, in kick
await client.kick(server.get_member(str(newid)))
"C:\Users\Ibrahim Abdullah\AppData\Local\Programs\Python\Python35-32\lib\site-packages\discord\client.py", line 1367, in kick
yield from self.http.kick(member.id, member.server.id)
AttributeError: 'NoneType' object has no attribute 'id'
| 0.212975 |
[2019-12-18 06:37:48] [Error]
Traceback (most recent call last):
"/app/OnlineHeart.py", line 134, in run
await self.guard_lottery()
"/app/OnlineHeart.py", line 45, in guard_lottery
GuardId = json_response[i]['Id']
KeyError: 0
| Traceback (most recent call last):
"simple-nm-sim.py", line 238, in <module>
sim.force_stop()
"simple-nm-sim.py", line 179, in force_stop
self.vin1_task.stop()
"/usr/local/lib/python3.5/dist-packages/can/bus.py", line 218, in wrapped_stop_method
original_stop_method()
"/usr/local/lib/python3.5/dist-packages/can/interfaces/socketcan/socketcan.py", line 365, in stop
send_bcm(self.bcm_socket, stopframe)
"/usr/local/lib/python3.5/dist-packages/can/interfaces/socketcan/socketcan.py", line 285, in send_bcm
raise can.CanError(base + "You are probably referring to a non-existing frame.")
can.CanError: Couldn't send CAN BCM frame. OS Error 22: Invalid argument
| 0.191359 |
Traceback (most recent call last):
"queueHandler.pyc", line 53, in flushQueue
"browseMode.pyc", line 902, in initElementType
"browseMode.pyc", line 922, in filter
"NVDAObjects\UIA\wordDocument.pyc", line 88, in label
TypeError: format() argument after ** must be a mapping, not NoneType
| Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/pipenv/resolver.py", line 82, in <module>
main()
"/usr/local/lib/python3.5/dist-packages/pipenv/resolver.py", line 71, in main
clear=do_clear,
"/usr/local/lib/python3.5/dist-packages/pipenv/resolver.py", line 63, in resolve
verbose=verbose,
"/usr/local/lib/python3.5/dist-packages/pipenv/utils.py", line 471, in resolve_deps
timeout=10,
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/requests/sessions.py", line 488, in get
return self.request('GET', url, **kwargs)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/requests/sessions.py", line 475, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/requests/sessions.py", line 596, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python3.5/dist-packages/pipenv/vendor/requests/adapters.py", line 497, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: [Errno 2] No such file or directory
| 0.261424 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
".../Python/3.7/lib/python/site-packages/jwt/jwks_client.py", line 31, in get_signing_keys
raise PyJWKClientError("The JWKS endpoint did not contain any signing keys")
jwt.exceptions.PyJWKClientError: The JWKS endpoint did not contain any signing keys
| Traceback (most recent call last):
"/Users/timbabwe/algo/.env/bin/ansible-playbook", line 110, in <module>
exit_code = cli.run()
"/Users/timbabwe/algo/.env/lib/python3.8/site-packages/ansible/cli/playbook.py", line 123, in run
results = pbex.run()
"/Users/timbabwe/algo/.env/lib/python3.8/site-packages/ansible/executor/playbook_executor.py", line 169, in run
result = self._tqm.run(play=play)
"/Users/timbabwe/algo/.env/lib/python3.8/site-packages/ansible/executor/task_queue_manager.py", line 249, in run
play_return = strategy.run(iterator, play_context)
"/Users/timbabwe/algo/.env/lib/python3.8/site-packages/ansible/plugins/strategy/linear.py", line 306, in run
self._queue_task(host, task, task_vars, play_context)
"/Users/timbabwe/algo/.env/lib/python3.8/site-packages/ansible/plugins/strategy/__init__.py", line 317, in _queue_task
worker_prc.start()
"/Users/timbabwe/algo/.env/lib/python3.8/site-packages/ansible/executor/process/worker.py", line 96, in start
return super(WorkerProcess, self).start()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/process.py", line 121, in start
self._popen = self._Popen(self)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 224, in _Popen
return _default_context.get_context().Process._Popen(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/context.py", line 283, in _Popen
return Popen(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
TypeError: cannot pickle '_io.TextIOWrapper' object | 0.22303 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/IPython/core/interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-7-43f56b648d8a>", line 16, in <module>
autoclose=True
"/usr/local/lib/python3.6/dist-packages/xarray/backends/api.py", line 624, in open_mfdataset
datasets = [open_(p, **open_kwargs) for p in paths]
"/usr/local/lib/python3.6/dist-packages/xarray/backends/api.py", line 624, in <listcomp>
datasets = [open_(p, **open_kwargs) for p in paths]
"/usr/local/lib/python3.6/dist-packages/xarray/backends/api.py", line 331, in open_dataset
**backend_kwargs)
"/usr/local/lib/python3.6/dist-packages/xarray/backends/h5netcdf_.py", line 84, in __init__
raise NotImplementedError('autoclose=True is not implemented '
NotImplementedError: autoclose=True is not implemented for the h5netcdf backend pending further exploration, e.g., bug fixes (in h5netcdf?)
| Traceback (most recent call last):
"Joystick.py", line 642, in onPaint
self.ShowValue(wx.PaintDC(self), evt)
"Joystick.py", line 651, in ShowValue
wx.Gauge.OnPaint(self, evt)
AttributeError: type object 'Gauge' has no attribute 'OnPaint'
| 0.169023 |
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):
"/usr/local/bin/gunicorn", line 11, in <module>
sys.exit(run())
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 74, in run
WSGIApplication("%(prog)s [OPTIONS] [APP_MODULE]").run()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 185, in run
super(Application, self).run()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 71, in run
Arbiter(self).run()
"/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 57, in __init__
self.setup(app)
"/usr/local/lib/python2.7/dist-packages/gunicorn/arbiter.py", line 113, in setup
self.app.wsgi()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/base.py", line 66, in wsgi
self.callable = self.load()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 65, in load
return self.load_wsgiapp()
"/usr/local/lib/python2.7/dist-packages/gunicorn/app/wsgiapp.py", line 52, in load_wsgiapp
return util.import_app(self.app_uri)
"/usr/local/lib/python2.7/dist-packages/gunicorn/util.py", line 356, in import_app
__import__(module)
"/usr/local/lib/python2.7/dist-packages/docker_registry/wsgi.py", line 27, in <module>
from .search import *
# noqa
"/usr/local/lib/python2.7/dist-packages/docker_registry/search.py", line 14, in <module>
INDEX = index.load(cfg.search_backend.lower())
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/index/__init__.py", line 82, in load
return db.SQLAlchemyIndex()
"/usr/local/lib/python2.7/dist-packages/docker_registry/lib/index/db.py", line 86, in __init__
self._setup_database()
"/usr/local/lib/python2.7/dist-packages/docker_registry/toolkit.py", line 325, in wrapper
lock_file = open(lock_path, 'w')IOError: [Errno 13] Permission denied: './registry._setup_database.lock' | 0.268444 |
Traceback (most recent call last):
"train_models.py", line 109, in <module>
train(CIFAR(), "models/cifar", [64, 64, 128, 128, 256, 256], num_epochs=50)
"/Users/datle/Documents/Secure_machine_learning/SVM/Carlini/nn_robust_attacks/setup_cifar.py", line 68, in __init__
"cifar-data.tar.gz")
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 247, in urlretrieve
with contextlib.closing(urlopen(url, data)) as fp:
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 222, in urlopen
return opener.open(url, data, timeout)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 525, in open
response = self._open(req, data)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 543, in _open
'_open', req)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1360, in https_open
context=self._context, check_hostname=self._check_hostname)
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/urllib/request.py", line 1319, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1056)>
| Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 866, in _parse_json
return json.loads(json_string)
"/usr/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
"/usr/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python2.7/json/decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Expecting ',' delimiter: line 7 column 32 (char 149)
| 0.221008 |
Traceback (most recent call last):
"scripts/submit_gym.py", line 22, in <module>
gym.upload(args.log_dir, algorithm_id=args.algorithm_id)
"/home/larry/lib/gym/gym/scoreboard/api.py", line 54, in upload
skip_videos=skip_videos,
"/home/larry/lib/gym/gym/scoreboard/api.py", line 165, in _upload
api_key=api_key,
"/home/larry/lib/gym/gym/scoreboard/client/resource.py", line 323, in create
response, api_key = requestor.request('post', url, params, headers)
"/home/larry/lib/gym/gym/scoreboard/client/api_requestor.py", line 41, in request
resp = self.interpret_response(rbody, rcode, rheaders)
"/home/larry/lib/gym/gym/scoreboard/client/api_requestor.py", line 157, in interpret_response
self.handle_api_error(rbody, rcode, resp, rheaders)
"/home/larry/lib/gym/gym/scoreboard/client/api_requestor.py", line 55, in handle_api_error
rbody, rcode, resp, rheaders)
gym.error.InvalidRequestError: Request req_GlbitW4uQWy4sadpGDq9w: Unknown environment 'Pusher-v0'. No registered env with id: Pusher-v0
| ```Traceback (most recent call last):
"train_textcat.py", line 159, in <module>
plac.call(main)
"/workspace/code/activity-classification/venv_act/lib/python3.6/site-packages/plac_core.py", line 328, in call
cmd, result = parser.consume(arglist)
"/workspace/code/activity-classification/venv_act/lib/python3.6/site-packages/plac_core.py", line 207, in consume
return cmd, self.func(*(args + varargs + extraopts), **kwargs)
"train_textcat.py", line 86, in main
nlp.update(texts, annotations, sgd=optimizer, drop=0.2, losses=losses)
"/workspace/code/activity-classification/venv_act/lib/python3.6/site-packages/spacy_transformers/language.py", line 81, in update
tok2vec = self.get_pipe(PIPES.tok2vec)
"/workspace/code/activity-classification/venv_act/lib/python3.6/site-packages/spacy/language.py", line 286, in get_pipe
raise KeyError(Errors.E001.format(name=name, opts=self.pipe_names))
KeyError: "[E001] No component 'trf_tok2vec' found in pipeline. Available names: ['textcat']"
| 0.326353 |
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):
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 156, in _new_conn
conn = connection.create_connection(
"/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 84, in create_connection
raise err
"/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 74, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
| 0.218985 |
Traceback (most recent call last):
"c:\facenet\src\align\align_dataset_mtcnn.py", line 160, in <module>
main(parse_arguments(sys.argv[1:]))
"c:\facenet\src\align\align_dataset_mtcnn.py", line 47, in main
facenet.store_revision_info(src_path, output_dir, ' '.join(sys.argv))
AttributeError: module 'facenet' has no attribute 'store_revision_info'
| `Traceback (most recent call last):
"app.py", line 5, in <module>
device.spawn(['com.application.android'])
"/usr/local/lib/python3.6/dist-packages/frida/core.py", line 98, in spawn
return self._impl.spawn(program, argv, envp, env, cwd, stdio, aux_options)
frida.NotSupportedError: unexpected error while attaching to process with pid 2663`
| 0.31257 |
Traceback (most recent call last):
"**main**.py", line 18, in <module>
"youtube_dl__init__.pyo", line 667, in main
"youtube_dl__init__.pyo", line 651, in _real_main
"youtube_dl\YoutubeDL.pyo", line 573, in download
"youtube_dl\YoutubeDL.pyo", line 324, in extract_info
"youtube_dl\extractor\common.pyo", line 103, in extract
"youtube_dl\extractor\veoh.pyo", line 36, in _real_extract
"json__init__.pyo", line 326, in loads
"json\decoder.pyo", line 366, in decode
"json\decoder.pyo", line 382, in raw_decodeValueError: Invalid \escape: line 1 column 1421 (char 1421) | Traceback (most recent call last):
"Python\Python35-32\lib\site-packages\aiohttp\connector.py", line 310, in connect
transport, proto = yield from self._create_connection(req)
"Python\Python35-32\lib\site-packages\aiohttp\connector.py", line 604, in _create_connection
(req.host, req.port, exc.strerror)) from excaiohttp.errors.ClientOSError: [Errno 11001] Can not connect to discordapp.com:443 [getaddrinfo failed] | 0.246368 |
Traceback (most recent call last):
"<ipython-input-61-04977f1a4508>", line 1, in <module>
solve(f(x).diff() >= 0)
"sympy/solvers/solvers.py", line 695, in solve
return reduce_inequalities(f, symbols=symbols)
"sympy/solvers/inequalities.py", line 508, in reduce_inequalities
raise NotImplementedError("can't reduce %s" % inequalities)NotImplementedError: can't reduce [pi*Abs(x)**pi*sign(x)/Abs(x) >= 0] | Traceback (most recent call last):
"neural_artistic_style.py", line 140, in <module>
run()
"neural_artistic_style.py", line 103, in run
style_img = imread(args.style) - pixel_mean
"neural_artistic_style.py", line 39, in imread
return scipy.misc.imread(path).astype(dp.float_)TypeError: float() argument must be a string or a number | 0.217638 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 784, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 438, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/camwithher.py", line 49, in _real_extract
r'<a[^>]+href=["\']/download/\?v=(\d+)', webpage, 'video id')
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 803, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 794, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract video id; 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):
".\script.py", line 351, in <module>
main()
".\script.py", line 324, in main
posts = getPosts(programMode)
".\src\searcher.py", line 167, in getPosts
user=programMode["user"],
KeyError: 'user'
| 0.174651 |
Traceback (most recent call last):
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/scheduler.py#L78">medusa/scheduler.py</a>", line 78, in run
self.action.run(self.force)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/process_tv.py#L65">medusa/process_tv.py</a>", line 65, in run
return ProcessResult(path, process_method).process(force=force, **kwargs)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/process_tv.py#L188">medusa/process_tv.py</a>", line 188, in process
ignore_subs=ignore_subs)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/process_tv.py#L378">medusa/process_tv.py</a>", line 378, in process_files
self.process_media(path, self.video_files, force, is_priority, ignore_subs)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/process_tv.py#L599">medusa/process_tv.py</a>", line 599, in process_media
self.result = processor.process()
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/post_processor.py#L1297">medusa/post_processor.py</a>", line 1297, in process
notifiers.notify_download(ep_obj)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/notifiers/__init__.py#L103">medusa/notifiers/__init__.py</a>", line 103, in notify_download
n.notify_download(ep_obj)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/notifiers/pushover.py#L152">medusa/notifiers/pushover.py</a>", line 152, in notify_download
self._notify_pushover(title, ep_obj.pretty_name_with_quality())
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/notifiers/pushover.py#L205">medusa/notifiers/pushover.py</a>", line 205, in _notify_pushover
return self._send_pushover(message, title, sound=sound, user_key=user_key, api_key=api_key, priority=priority)
"/app/medusa/<a href="../blob/d9c31da063e6c4b4383749e19b27b13693a1b71e/medusa/notifiers/pushover.py#L97">medusa/notifiers/pushover.py</a>", line 97, in _send_pushover
urlencode(args), {'Content-type': 'application/x-www-form-urlencoded'})
"/usr/local/lib/python3.7/http/client.py", line 1252, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/local/lib/python3.7/http/client.py", line 1298, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.7/http/client.py", line 1247, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.7/http/client.py", line 1026, in _send_output
self.send(msg)
"/usr/local/lib/python3.7/http/client.py", line 966, in send
self.connect()
"/usr/local/lib/python3.7/http/client.py", line 1414, in connect
super().connect()
"/usr/local/lib/python3.7/http/client.py", line 938, in connect
(self.host,self.port), self.timeout, self.source_address)
"/usr/local/lib/python3.7/socket.py", line 728, in create_connection
raise err
"/usr/local/lib/python3.7/socket.py", line 716, in create_connection
sock.connect(sa)OSError: [Errno 99] Address not available | 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 76, in salt_call
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/__init__.py", line 249, in run
caller.run()
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 129, in run
ret = self.call()
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 71, in call
ret['return'] = self.minion.functions[fun](*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 172, in highstate
ret = st_.call_highstate(exclude=kwargs.get('exclude', []))
"/usr/lib/python2.7/dist-packages/salt/state.py", line 2037, in call_highstate
return self.state.call_high(high)
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1398, in call_high
high, req_in_errors = self.requisite_in(high)
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1162, in requisite_in
return self.reconcile_extend(high)
"/usr/lib/python2.7/dist-packages/salt/state.py", line 942, in reconcile_extend
body['__env__'],KeyError: '__env__' | 0.266067 |
"ERROR: for scanner: scancode-elf:\nERROR: Unknown error:\nTraceback (most recent call last):\n
\"/home/sesser/Code/ss/src/scancode/interrupt.py\", line 92, in interruptible\n
return NO_ERROR, func(*(args or ()), **(kwargs or {}))\n
\"/home/sesser/Code/ss/plugins/scancode-compiledcode/src/elf/__init__.py\", line 76, in get_elf_needed_library\n
elfie = elf.Elf(location)\n
\"/home/sesser/Code/ss/plugins/scancode-compiledcode/src/elf/elf.py\", line 96, in __init__\n
self.parse()\n
\"/home/sesser/Code/ss/plugins/scancode-compiledcode/src/elf/elf.py\", line 128, in parse\n
to_files=True)\n
\"/home/sesser/Code/ss/src/commoncode/command.py\", line 150, in execute2\n
proc = subprocess.Popen(full_cmd, **popen_args)\n
\"/usr/lib/python2.7/subprocess.py\", line 394, in __init__\n
errread, errwrite)\n
\"/usr/lib/python2.7/subprocess.py\", line 1047, in _execute_child\n
raise child_exception\nOSError: [Errno 2] No such file or directory\n"
]
}
]
```
| Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
| 0.26403 |
Traceback (most recent call last):
"/opt/conda/envs/env/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/opt/conda/envs/env/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/opt/conda/envs/env/lib/python2.7/site-packages/rasa_core/train.py", line 366, in <module>
additional_args)
"/opt/conda/envs/env/lib/python2.7/site-packages/rasa_core/train.py", line 313, in do_interactive_learning
_broker)
"/opt/conda/envs/env/lib/python2.7/site-packages/rasa_core/tracker_store.py", line 48, in find_tracker_store
**store.kwargs)
TypeError: __init__() got an unexpected keyword argument 'user'
| Traceback (most recent call last):
"/home/rafael/anaconda/lib/python2.7/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
"/home/rafael/anaconda/lib/python2.7/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
"/home/rafael/anaconda/lib/python2.7/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/home/rafael/OpenBazaar-Server/dht/tests/test_crawling.py", line 4, in <module>
import nacl.signingImportError: No module named nacl.signing | 0.291751 |
Traceback (most recent call last):
"bin/docker-compose", line 6, in <module>
"compose/cli/main.py", line 71, in main
"compose/cli/main.py", line 124, in perform_command
"compose/cli/main.py", line 959, in up
"compose/project.py", line 452, in up
"compose/service.py", line 324, in ensure_image_exists
"compose/service.py", line 967, in build
"site-packages/docker/api/build.py", line 142, in build
TypeError: You must specify a directory to build in path
| Traceback (most recent call last):
"c:\python33\lib\site-packages\nose\case.py", line 198, in runTest
self.test(*self.arg)
"c:\python33\lib\site-packages\sklearn\metrics\tests\test_metrics.py", line 414, in test_classification_report
assert_equal(report, expected_report)AssertionError: '
precision
recall
f1-score
support\n\n
setosa
0.79
[truncated]... != '
precision
recall | 0.260569 |
Traceback (most recent call last):
"/opt/cobra/cobra/__init__.py", line 82, in main
cli.start(args.target, args.format, args.output, args.special_rules, a_sid)
"/opt/cobra/cobra/cli.py", line 80, in start
main_framework = dt.framework
"/opt/cobra/cobra/detection.py", line 71, in framework
frame_name = self.dependency_scan(root)
# Based on the dependency analysis framework type
"/opt/cobra/cobra/detection.py", line 91, in dependency_scan
dependencies = Dependencies(self.target_directory)
"/opt/cobra/cobra/dependencies.py", line 27, in __init__
self.dependencies()
"/opt/cobra/cobra/dependencies.py", line 38, in dependencies
self.find_java_mvn(file_path)
"/opt/cobra/cobra/dependencies.py", line 92, in find_java_mvn
tree = self.parse_xml(pom)
"/opt/cobra/cobra/dependencies.py", line 109, in parse_xml
return eT.parse(file_path)
"<string>", line 62, in parse
"<string>", line 38, in parseParseError: not well-formed (invalid token): line 1, column 1 | Traceback (most recent call last):
"/home/tbm/.local/bin/bean-check", line 6, in <module>
sys.exit(main())
"/home/tbm/.local/lib/python3.5/site-packages/beancount/scripts/check.py", line 40, in main
extra_validations=validation.HARDCORE_VALIDATIONS)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/loader.py", line 90, in load_file
_log_errors(errors, log_errors)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/loader.py", line 128, in _log_errors
printer.print_errors(errors, file=log_errors)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/parser/printer.py", line 444, in print_errors
output.write(format_error(error))
"/home/tbm/.local/lib/python3.5/site-packages/beancount/parser/printer.py", line 414, in format_error
error_string = '\n'.join(format_entry(entry) for entry in entries)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/parser/printer.py", line 414, in <genexpr>
error_string = '\n'.join(format_entry(entry) for entry in entries)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/parser/printer.py", line 339, in format_entry
return EntryPrinter(dcontext, render_weights)(entry)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/parser/printer.py", line 117, in __call__
method(obj, oss)
"/home/tbm/.local/lib/python3.5/site-packages/beancount/parser/printer.py", line 201, in Transaction
oss.write(fmt(account, position_str))ValueError: '=' alignment not allowed in string format specifier | 0.259007 |
Traceback (most recent call last):
"C:\Sickbeard\autoProcessTV\nzbToSickBeard.py", line 142, in <module>
exit(main())
"C:\Sickbeard\autoProcessTV\nzbToSickBeard.py", line 139, in main
nzbToMedia.main()
"C:\Sickbeard\autoProcessTV\nzbToMedia.py", line 334, in main
nzbtomedia.initialize()
"C:\Sickbeard\autoProcessTV\nzbtomedia__init__.py", line 194, in initialize
logger.info('nzbToMedia Version:' + NZBTOMEDIA_VERSION + ' Branch:' + NZBTOMEDIA_BRANCH + ' (' + platform.system() + '; ' + platform.release() + ')')TypeError: cannot concatenate 'str' and 'NoneType' objects | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/zappa/cli.py", line 2693, in handle
sys.exit(cli.handle())
"/usr/local/lib/python3.6/site-packages/zappa/cli.py", line 504, in handle
self.dispatch_command(self.command, stage)
"/usr/local/lib/python3.6/site-packages/zappa/cli.py", line 551, in dispatch_command
self.update(self.vargs['zip'], self.vargs['no_upload'])
"/usr/local/lib/python3.6/site-packages/zappa/cli.py", line 889, in update
success = self.zappa.upload_to_s3(self.zip_path, self.s3_bucket_name, disable_progress=self.disable_progress)
"/usr/local/lib/python3.6/site-packages/zappa/core.py", line 930, in upload_to_s3
self.s3_client.put_bucket_tagging(Bucket=bucket_name, Tagging=tags)
"/usr/local/lib/python3.6/site-packages/botocore/client.py", line 314, in _api_call
return self._make_api_call(operation_name, kwargs)
"/usr/local/lib/python3.6/site-packages/botocore/client.py", line 612, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (InvalidTag) when calling the PutBucketTagging operation: System Tags cannot be removed
by requester
| 0.180083 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1741, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/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)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 2515, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 22, column 118
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-f8axn14y/aiohttp/setup.py", line 132, in <module>
setup(**args)
"/srv/homeassistant/lib/python3.6/site-packages/setuptools/__init__.py", line 128, in setup
_install_setup_requires(attrs)
"/srv/homeassistant/lib/python3.6/site-packages/setuptools/__init__.py", line 117, in _install_setup_requires
(k, v) for k, v in attrs.items()
"/srv/homeassistant/lib/python3.6/site-packages/setuptools/dist.py", line 331, in __init__
for ep in pkg_resources.iter_entry_points('distutils.setup_keywords'):
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 737, in iter_entry_points
entries = dist.get_entry_map(group)
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2763, in get_entry_map
self._get_metadata('entry_points.txt'), self
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2492, in parse_map
for group, lines in data:
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 3095, in split_sections
for line in yield_lines(s):
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2352, in yield_lines
for ss in strs:
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2689, in _get_metadata
for line in self.get_metadata_lines(name):
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1497, in get_metadata_lines
return yield_lines(self.get_metadata(name))
"/srv/homeassistant/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1494, in get_metadata
return value.decode('utf-8') if six.PY3 else value
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xba in position 50: invalid start byte
| 0.288855 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1070, in _decrypt_signature
video_id, player_url, s
"/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 958, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)
youtube_dl.utils.ExtractorError: Cannot identify player 'https://www.youtube.com/yts/jsbin/player-vflmAXHDE/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/home/qazxwecvr/.local/bin/ergonomica", line 33, in <module>
sys.exit(load_entry_point('ergonomica==2.5.7', 'console_scripts', 'ergonomica')())
"/home/qazxwecvr/.local/bin/ergonomica", line 25, in importlib_load_entry_point
return next(matches).load()
"/usr/lib/python3.8/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
"/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 1014, in _gcd_import
"<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
"<frozen importlib._bootstrap_external>", line 783, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/home/qazxwecvr/.local/lib/python3.8/site-packages/ergonomica/main.py", line 21, in <module>
from ergonomica.lib.interface.prompt import prompt
"/home/qazxwecvr/.local/lib/python3.8/site-packages/ergonomica/lib/interface/prompt.py", line 20, in <module>
from ergonomica.lib.interface.key_bindings_manager import manager_for_environment
"/home/qazxwecvr/.local/lib/python3.8/site-packages/ergonomica/lib/interface/key_bindings_manager.py", line 18, in <module>
from prompt_toolkit.key_binding.manager import KeyBindingManager
ModuleNotFoundError: No module named 'prompt_toolkit.key_binding.manager'
| 0.220392 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.