text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/Users/user/Documents/WORK/git/emlp-project/kubeflow_pipelines/docker_build/build_kubeflow.py", line 12, in <module>
namespace="kubeflow"
"/Users/user/Documents/WORK/venv/kubeflow_pipelines/lib/python3.6/site-packages/kfp/compiler/_component_builder.py", line 442, in build_docker_image
image_name_with_digest = container_builder.build(local_build_dir, dockerfile_rel_path, timeout)
"/Users/user/Documents/WORK/venv/kubeflow_pipelines/lib/python3.6/site-packages/kfp/compiler/_container_builder.py", line 177, in build
target_image=target_image)
"/Users/user/Documents/WORK/venv/kubeflow_pipelines/lib/python3.6/site-packages/kfp/compiler/_container_builder.py", line 125, in _generate_kaniko_spec
'--destination=' + target_image,
TypeError: must be str, not int
| Traceback (most recent call last):
"<console>", line 1, in <module>
ImportError: No module named mgmt.servicebus`
| 0.314661 |
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
| Traceback (most recent call last):
"tt.py", line 17, in <module>
algorithm.train(data)
"surprise/prediction_algorithms/matrix_factorization.pyx", line 136, in surprise.prediction_algorithms.matrix_factorization.SVD.train
"surprise/prediction_algorithms/matrix_factorization.pyx", line 183, in surprise.prediction_algorithms.matrix_factorization.SVD.sgd
AttributeError: DatasetAutoFolds instance has no attribute 'global_mean'
| 0.258749 |
```Traceback (most recent call last):
"/usr/bin/blueman-applet", line 15, in <module>
from blueman.Functions import create_logger, create_parser, set_proc_title
ImportError: No module named blueman.Functions
| `Traceback (most recent call last):
"/home/ebujeque/.virtualenvs/gmp/bin/django-admin", line 11, in <module>
sys.exit(execute_from_command_line())
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 353, in execute_from_command_line
utility.execute()
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 345, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django/core/management/base.py", line 348, in run_from_argv
self.execute(*args, **cmd_options)
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django/core/management/base.py", line 399, in execute
output = self.handle(*args, **options)
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django_extensions/management/utils.py", line 58, in inner
ret = func(self, *args, **kwargs)
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django_extensions/management/commands/graph_models.py", line 164, in handle
self.render_output_pydot(dotdata, **options)
"/home/ebujeque/.virtualenvs/gmp/local/lib/python2.7/site-packages/django_extensions/management/commands/graph_models.py", line 221, in render_output_pydot
graph.write(output_file, format=format)AttributeError: 'list' object has no attribute 'write'` | 0.293512 |
Traceback (most recent call last):
"/home/jose/anaconda3/lib/python3.5/site-packages/youtube_dl/extractor/youtube.py", line 1070, in _decrypt_signature
video_id, player_url, s
"/home/jose/anaconda3/lib/python3.5/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-vflkrp3z6/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):
"sqlmap.py", line 40, in <module>
from lib.core.common import banner
"/home/influent/sqlmap-dev/lib/core/common.py", line 59, in <module>
from lib.core.decorators import cachedmethod
"/home/influent/sqlmap-dev/lib/core/decorators.py", line 14, in <module>
from lib.core.threads import getCurrentThreadData
"/home/influent/sqlmap-dev/lib/core/threads.py", line 16, in <module>
from lib.core.compat import WichmannHill
ImportError: No module named compat
| 0.234978 |
Traceback (most recent call last):
"/home/kwpolska/virtualenvs/nikola-py3/lib/python3.5/site-packages/doit/doit_cmd.py", line 168, in run
return command.parse_execute(args)
"/home/kwpolska/virtualenvs/nikola-py3/lib/python3.5/site-packages/doit/cmd_base.py", line 122, in parse_execute
return self.execute(params, args)
"/home/kwpolska/virtualenvs/nikola-py3/lib/python3.5/site-packages/doit/cmd_base.py", line 380, in execute
self, params, args)
"/home/kwpolska/git/nikola/nikola/__main__.py", line 279, in load_tasks
self.nikola.gen_tasks('render_site', "Task", 'Group of tasks to render the site.'))
"/home/kwpolska/virtualenvs/nikola-py3/lib/python3.5/site-packages/doit/loader.py", line 314, in generate_tasks
for task_dict, x_doc in flat_generator(gen_result, gen_doc):
"/home/kwpolska/virtualenvs/nikola-py3/lib/python3.5/site-packages/doit/loader.py", line 28, in flat_generator
for item in gen:
"/home/kwpolska/git/nikola/nikola/nikola.py", line 1714, in gen_tasks
for task in flatten(pluginInfo.plugin_object.gen_tasks()):
"/home/kwpolska/git/nikola/nikola/nikola.py", line 1708, in flatten
for t in task:
"/home/kwpolska/git/nikola/nikola/plugins/task/galleries.py", line 251, in gen_tasks
fpost = self.parse_index(path, input_folder, output_folder)
"/home/kwpolska/git/nikola/nikola/plugins/task/galleries.py", line 420, in parse_index
self.site.post_per_input_file[index_path] = postAttributeError: 'Nikola' object has no attribute 'post_per_input_file' | Traceback (most recent call last):
"/Users/whit537/grip/lib/python2.7/site-packages/flask/app.py", line 1701, in __call__
return self.wsgi_app(environ, start_response)
"/Users/whit537/grip/lib/python2.7/site-packages/flask/app.py", line 1689, in wsgi_app
response = self.make_response(self.handle_exception(e))
"/Users/whit537/grip/lib/python2.7/site-packages/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
"/Users/whit537/grip/lib/python2.7/site-packages/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
"/Users/whit537/grip/lib/python2.7/site-packages/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
"/Users/whit537/grip/lib/python2.7/site-packages/flask/app.py", line 1344, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/Users/whit537/grip/grip/grip/server.py", line 59, in render
return render_page(text, filename, gfm, context, app.config['STYLE_URLS'])
"/Users/whit537/grip/grip/grip/renderer.py", line 37, in render_page
return index_template.render(content=render_content(text, gfm, context), filename=filename, style_urls=style_urls)
"/Users/whit537/grip/grip/grip/renderer.py", line 31, in render_content
r = requests.post(url, headers=headers, data=data)
"/Users/whit537/grip/lib/python2.7/site-packages/requests/api.py", line 98, in post
return request('post', url, data=data, **kwargs)
"/Users/whit537/grip/lib/python2.7/site-packages/requests/safe_mode.py", line 39, in wrapped
return function(method, url, **kwargs)
"/Users/whit537/grip/lib/python2.7/site-packages/requests/api.py", line 51, in request
return session.request(method=method, url=url, **kwargs)
"/Users/whit537/grip/lib/python2.7/site-packages/requests/sessions.py", line 252, in request
r.send(prefetch=prefetch)
"/Users/whit537/grip/lib/python2.7/site-packages/requests/models.py", line 628, in send
raise ConnectionError(e)ConnectionError: HTTPSConnectionPool(host='api.github.com', port=443): Max retries exceeded with url: /markdown/raw | 0.24794 |
Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 625, in run
"calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt
DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 9.0 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game
self.store.append(
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append
return self._do_insert(-1, row)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 988, in _do_insert
row, columns = self._convert_row(row)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 900, in _convert_row
result.append(self._convert_value(cur_col, value))
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 914, in _convert_value
return GObject.Value(self.get_column_type(column), value)
"/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 210, in __init__
self.set_value(py_value)
"/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 249, in set_value
raise TypeError("Expected string but got %s%s" %
TypeError: Expected string but got 5.11583333333333<class 'float'>
| 0.323085 |
Traceback (most recent call last):
"main.py", line 41, in <module>
all_left_img, all_right_img, all_left_disp, test_left_img, test_right_img, test_left_disp = lt.dataloader(args.datapath)
"/Users/zhangmin/Desktop/PSMNet-master/dataloader/listflowfile.py", line 21, in dataloader
monkaa_path = filepath + [x for x in image if 'monkaa' in x][0]
IndexError: list index out of range
| Traceback (most recent call last):
"/home/ysavelyeva/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 965, in _do_call
return fn(*args)
"/home/ysavelyeva/anaconda3/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 947, in _run_fn
status, run_metadata)
"/home/ysavelyeva/anaconda3/lib/python3.5/contextlib.py", line 66, in __exit__
next(self.gen)
"/home/ysavelyeva/anaconda3/lib/python3.5/site-packages/tensorflow/python/framework/errors.py", line 450, in raise_exception_on_not_ok_status
pywrap_tensorflow.TF_GetCode(status))
tensorflow.python.framework.errors.InvalidArgumentError: Invalid PNG header, data size 11796
| 0.25067 |
Traceback (most recent call last):
"C:/UniSwap/UniSwaper.py", line 72, in <module>
uniSwapV2PriceEthToHex()
"C:/UniSwap/UniSwaper.py", line 65, in uniSwapV2PriceEthToHex
print(routerV2Contract.functions.getAmountsOut(100000000000,['c02aaa39b223fe8d0a0e5c4f27ead9083c756cc2', '2b591e99afe9f32eaa6214f7b7629768c40eeb39'])).fallback.call()
"C:\PyCharm\environment\lib\site-packages\web3\contract.py", line 824, in __call__
clone._set_function_info()
"C:\PyCharm\environment\lib\site-packages\web3\contract.py", line 834, in _set_function_info
self.kwargs
"C:\PyCharm\environment\lib\site-packages\web3\_utils\contracts.py", line 120, in find_matching_fn_abi
function_candidates = pipe(abi, name_filter, arg_count_filter, encoding_filter)
"cytoolz/functoolz.pyx", line 669, in cytoolz.functoolz.pipe
return c_pipe(data, funcs)
"cytoolz/functoolz.pyx", line 644, in cytoolz.functoolz.c_pipe
data = func(data)
"C:\PyCharm\environment\lib\site-packages\web3\_utils\abi.py", line 96, in filter_by_name
in contract_abi
"C:\PyCharm\environment\lib\site-packages\web3\_utils\abi.py", line 99, in <listcomp>
abi['name'] == name
KeyError: 'name'
| Traceback (most recent call last):
"/mnt/DroboFS/Shares/DroboApps/nzbToMedia/nzbToCouchPotato.py", line 242, in <module>
result = nzbToMedia.main(sys.argv, section)
"/mnt/DroboFS/Shares/DroboApps/nzbToMedia/nzbToMedia.py", line 682, in main
download_id='')
"/mnt/DroboFS/Shares/DroboApps/nzbToMedia/nzbToMedia.py", line 575, in process
inputCategory)
"/mnt/DroboFS/Shares/DroboApps/nzbToMedia/nzbtomedia/autoProcess/autoProcessMovie.py", line 195, in process
result, newDirName = transcoder.Transcode_directory(dirName)
"/mnt/DroboFS/Shares/DroboApps/nzbToMedia/nzbtomedia/transcoder/transcoder.py", line 432, in Transcode_directory
command = buildCommands(file, newDir)
"/mnt/DroboFS/Shares/DroboApps/nzbToMedia/nzbtomedia/transcoder/transcoder.py", line 352, in buildCommands
map_cmd.extend(['-map', n])UnboundLocalError: local variable 'n' referenced before assignment | 0.292448 |
Traceback (most recent call last):
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/mesonmain.py", line 129, in run
return options.run_func(options)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/msetup.py", line 245, in run
app.generate()
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/msetup.py", line 159, in generate
self._generate(env)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/msetup.py", line 192, in _generate
intr.run()
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreter.py", line 4020, in run
super().run()
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 412, in run
self.evaluate_codeblock(self.ast, start=1)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 436, in evaluate_codeblock
raise e
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 430, in evaluate_codeblock
self.evaluate_statement(cur)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 451, in evaluate_statement
return self.evaluate_if(cur)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 516, in evaluate_if
self.evaluate_codeblock(i.block)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 436, in evaluate_codeblock
raise e
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 430, in evaluate_codeblock
self.evaluate_statement(cur)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 443, in evaluate_statement
return self.assignment(cur)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 1053, in assignment
value = self.evaluate_statement(node.value)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 441, in evaluate_statement
return self.function_call(cur)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 778, in function_call
return func(node, posargs, kwargs)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreterbase.py", line 174, in wrapped
return f(*wrapped_args, **wrapped_kwargs)
"/nix/store/g90890h0d4xrzb8h6k6cqxdn1wdh5xcq-meson-0.52.0/lib/python3.7/site-packages/mesonbuild/interpreter.py", line 3276, in func_vcs_tag
vcs_cmd[0] = shutil.which(vcs_cmd[0]) or os.path.join(source_dir, vcs_cmd[0])
"/nix/store/drr8qcgiccfc5by09r5zc30flgwh1mbx-python3-3.7.5/lib/python3.7/shutil.py", line 1138, in which
if os.path.dirname(cmd):
"/nix/store/drr8qcgiccfc5by09r5zc30flgwh1mbx-python3-3.7.5/lib/python3.7/posixpath.py", line 156, in dirname
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not ExternalProgramHolder
| Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 763, in run
self.__target(_self.__args, *_self.__kwargs)
"./tumblr_backup.py", line 892, in handler
work()
"./tumblr_backup.py", line 609, in save_content
url = post['permalink_url'] if post['html5_capable'] else post['source_url']KeyError: 'source_url' | 0.286607 |
Traceback (most recent call last):,
"/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send,
timeout=timeout,
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen,
_stacktrace=sys.exc_info()[2]),
"/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 367, in increment,
raise six.reraise(type(error), error, _stacktrace),
"/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 686, in reraise,
raise value,
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen,
chunked=chunked),
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 386, in _make_request,
self._raise_timeout(err=e, url=url, timeout_value=read_timeout),
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 306, in _raise_timeout,
raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value),
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='influxdb', port=8086): Read timed out. (read timeout=5),
|
Comment:
Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/salt/states/file.py", line 218, in _jinja
open(tgt, 'w+').write(template.render(**passthrough))UnicodeEncodeError: 'ascii' codec can't encode character u'\u2019' in position 169: ordinal not in range(128) | 0.206936 |
Traceback (most recent call last):
"/mnt/pccfs/backed_up/crytting/persuasion/createc4/lib/python3.6/site-packages/apache_beam/utils/processes.py", line 91, in check_output
out = subprocess.check_output(*args, **kwargs)
"/usr/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
"/usr/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/mnt/pccfs/backed_up/crytting/persuasion/createc4/bin/python3', '-m', 'pip', 'download', '--dest', '/tmp/dataflow-requirements-cache', '-r', '/tmp/beam_requirements.txt', '--exists-action', 'i', '--no-binary', ':all:']' returned non-zero exit status 1.
| Traceback (most recent call last):
"Python\Python37\lib\site-packages\instapy\like_util.py", line 592, in check_link
"window.insta_data = window.__additionalData[Object.keys(window.__additionalData)[0]].data"
"Python\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 636, in execute_script
'args': converted_args})['value']
"Python\Python37\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
"Python\Python37\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.JavascriptException: Message: TypeError: can't convert undefined to object
| 0.198468 |
Traceback (most recent call last):
"/Users/ag33366/anaconda3/lib/python3.7/site-packages/joblib/externals/loky/process_executor.py", line 418, in _process_worker
r = call_item()
"/Users/ag33366/anaconda3/lib/python3.7/site-packages/joblib/externals/loky/process_executor.py", line 272, in __call__
return self.fn(*self.args, **self.kwargs)
"/Users/ag33366/anaconda3/lib/python3.7/site-packages/joblib/_parallel_backends.py", line 608, in __call__
return self.func(*args, **kwargs)
"/Users/ag33366/anaconda3/lib/python3.7/site-packages/joblib/parallel.py", line 256, in __call__
for func, args, kwargs in self.items]
"/Users/ag33366/anaconda3/lib/python3.7/site-packages/joblib/parallel.py", line 256, in <listcomp>
for func, args, kwargs in self.items]
"/Users/ag33366/pgmpy/pgmpy/inference/ExactInference.py", line 370, in map_query
show_progress=show_progress,
"/Users/ag33366/pgmpy/pgmpy/inference/ExactInference.py", line 195, in _variable_elimination
return factor_product(*final_distribution).normalize(inplace=False)
"/Users/ag33366/pgmpy/pgmpy/factors/base.py", line 70, in factor_product
return reduce(lambda phi1, phi2: phi1 * phi2, args)
"/Users/ag33366/pgmpy/pgmpy/factors/base.py", line 70, in <lambda>
return reduce(lambda phi1, phi2: phi1 * phi2, args)
"/Users/ag33366/pgmpy/pgmpy/factors/discrete/DiscreteFactor.py", line 825, in __mul__
return self.product(other, inplace=False)
"/Users/ag33366/pgmpy/pgmpy/factors/discrete/DiscreteFactor.py", line 617, in product
phi.values = phi.values[tuple(slice_)]
IndexError: number of dimensions must be within [0, 32], indexing result would have 33
| Traceback (most recent call last):
"/home/brian/tree/debian/tmp/django-guardian/guardian/testapp/tests/decorators_test.py", line 221, in test_user_has_access_on_model_with_metaclass
perm = get_user_permission_full_codename('change')
"/home/brian/tree/debian/tmp/django-guardian/guardian/compat.py", line 81, in get_user_permission_full_codename
return '%s.%s_%s' % (User._meta.app_label, perm, User._meta.module_name)AttributeError: 'Options' object has no attribute 'module_name' | 0.249566 |
Traceback (most recent call last):
"main.py", line 8, in <module>
from haystack.preprocessor.cleaning import clean_wiki_text
"<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
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"haystack/__init__.py", line 5, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"haystack/finder.py", line 9, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"haystack/retriever/base.py", line 9, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"haystack/document_store/base.py", line 6, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"haystack/preprocessor/utils.py", line 11, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"farm/data_handler/utils.py", line 18, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"farm/file_utils.py", line 26, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"transformers/__init__.py", line 91, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"transformers/modelcard.py", line 31, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"transformers/models/auto/__init__.py", line 20, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"transformers/models/auto/configuration_auto.py", line 28, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"transformers/models/deberta/__init__.py", line 25, in <module>
"<frozen importlib._bootstrap>", line 991, in _find_and_load
"<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 671, in _load_unlocked
"PyInstaller/loader/pyimod03_importers.py", line 531, in exec_module
"transformers/models/deberta/modeling_deberta.py", line 462, in <module>
"torch/jit/_script.py", line 936, in script
"torch/jit/frontend.py", line 197, in get_jit_def
"torch/_utils_internal.py", line 56, in get_source_lines_and_file
OSError: Can't get source for <function c2p_dynamic_expand at 0x7f45cc4d85e0>. TorchScript requires source access in order to carry out compilation, make sure original .py files are available.
| Traceback (most recent call last):
"C:/neuro/committee_machine/boosting_by_filtering_method/main3.py", line 75, in <module>
E1 = PartFit(E1, row_total, X, Y)
"C:/neuro/committee_machine/boosting_by_filtering_method/main3.py", line 63, in PartFit
E.partial_fit(X[i_part:ix], Y[i_part:ix], classes=classes)
"C:\Python34\Lib\site-packages\sklearn\linear_model\stochastic_gradient.py", line 452, in partial_fit
coef_init=None, intercept_init=None)
"C:\Python34\Lib\site-packages\sklearn\linear_model\stochastic_gradient.py", line 333, in _partial_fit
self.classes_, y)
"C:\Python34\Lib\site-packages\sklearn\utils\class_weight.py", line 43, in compute_class_weight
raise ValueError("classes should have valid labels that are in y")ValueError: classes should have valid labels that are in y | 0.289186 |
Traceback (most recent call last):
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/kombu/utils/functional.py", line 332, in retry_over_time
return fun(*args, **kwargs)
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/kombu/connection.py", line 261, in connect
return self.connection
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/kombu/connection.py", line 802, in connection
self._connection = self._establish_connection()
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/kombu/connection.py", line 757, in _establish_connection
conn = self.transport.establish_connection()
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/kombu/transport/pyamqp.py", line 130, in establish_connection
conn.connect()
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/amqp/connection.py", line 308, in connect
self.drain_events(timeout=self.connect_timeout)
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/amqp/connection.py", line 491, in drain_events
while not self.blocking_read(timeout):
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/amqp/connection.py", line 496, in blocking_read
frame = self.transport.read_frame()
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/amqp/transport.py", line 243, in read_frame
frame_header = read(7, True)
"/Users/sjrumsby/src/flask-mq/venv/lib/python3.6/site-packages/amqp/transport.py", line 426, in _read
raise IOError('Socket closed')
OSError: Socket closed
| Traceback (most recent call last):
"/usr/lib/python3.6/urllib/request.py", line 1320, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 104] Connection reset by peer>
| 0.282606 |
Traceback (most recent call last):
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/flask/app.py", line 1817, in wsgi_app
response = self.full_dispatch_request()
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/flask/app.py", line 1477, in full_dispatch_request
rv = self.handle_user_exception(e)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/flask/app.py", line 1381, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/server/decorators.py", line 118, in wrapper
return f(*args, **kwargs)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/server/decorators.py", line 167, in wrapper
retval = f(*args, **kwargs)
"/usr/local/Cellar/python/2.7.10_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/contextlib.py", line 24, in __exit__
self.gen.next()
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/server/logging.py", line 83, in log_time
self.log(method, browser, cell, identity, elapsed, **other)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/server/logging.py", line 97, in log
record = self._stringify_record(record)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/server/logging.py", line 114, in _stringify_record
record["cell"] = compat.text_type(cell) if cell is not None else None
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/cells.py", line 457, in __str__
return string_from_cuts(self.cuts)
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/cells.py", line 683, in string_from_cuts
strings = [compat.to_unicode(cut) for cut in cuts]
"/Users/devin/olap-cubes/venv/lib/python2.7/site-packages/cubes/compat.py", line 58, in to_unicode
s = str(s)UnicodeEncodeError: 'ascii' codec can't encode characters in position 23-25: ordinal not in range(128) | Traceback (most recent call last):
"/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 663, in respond
self.body.process()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 996, in process
super(RequestBody, self).process()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 540, in process
proc(self)
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 223, in process_multipart_form_data
process_multipart(entity)
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 215, in process_multipart
part.process()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 538, in process
self.default_proc()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 710, in default_proc
self.file = self.read_into_file()
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 725, in read_into_file
self.read_lines_to_boundary(fp_out=fp_out)
"/usr/share/sabnzbdplus/cherrypy/_cpreqbody.py", line 651, in read_lines_to_boundary
raise EOFError("Illegal end of multipart body.")EOFError: Illegal end of multipart body. | 0.298881 |
Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 621, in run
"calibre_plugins.dedrm.__init__", line 571, in KindleMobiDecrypt
DeDRMError: DeDRM v6.6.1: Ultimately failed to decrypt after 0.3 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| Traceback (most recent call last):
"setup.py", line 11, in <module>
zip_safe=False)
"/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3.4/site-packages/setuptools/command/install.py", line 67, in run
self.do_egg_install()
"/usr/lib/python3.4/site-packages/setuptools/command/install.py", line 103, in do_egg_install
cmd.ensure_finalized()
# finalize before bdist_egg munges install cmd
"/usr/lib/python3.4/distutils/cmd.py", line 107, in ensure_finalized
self.finalize_options()
"/usr/lib/python3.4/site-packages/setuptools/command/easy_install.py", line 317, in finalize_options
self.index_url, search_path=self.shadow_path, hosts=hosts,
"/usr/lib/python3.4/site-packages/setuptools/package_index.py", line 269, in __init__
Environment.__init__(self,*args,**kw)
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 975, in __init__
self.scan(search_path)
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1005, in scan
self.add(dist)
"/usr/lib/python3.4/site-packages/pkg_resources/__init__.py", line 1025, in add
dists.sort(key=operator.attrgetter('hashcmp'), reverse=True)TypeError: unorderable types: str() < NoneType() | 0.271399 |
Traceback (most recent call last):
"/usr/bin/awx-manage", line 9, in <module>
load_entry_point('awx==1.0.4.14', 'console_scripts', 'awx-manage')()
"/usr/lib/python2.7/site-packages/awx/__init__.py", line 109, in manage
execute_from_command_line(sys.argv)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py", line 364, in execute_from_command_line
utility.execute()
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/__init__.py", line 356, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 283, in run_from_argv
self.execute(*args, **cmd_options)
"/var/lib/awx/venv/awx/lib/python2.7/site-packages/django/core/management/base.py", line 330, in execute
output = self.handle(*args, **options)
"/usr/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 993, in handle
self.is_custom)
"/usr/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 242, in load_inventory_source
is_custom=is_custom).load()
"/usr/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 177, in load
data = self.command_to_json(base_args + ['--list'])
"/usr/lib/python2.7/site-packages/awx/main/management/commands/inventory_import.py", line 160, in command_to_json
self.method, proc.returncode, stdout, stderr))
RuntimeError: ansible-inventory failed (rc=4) with stdout:
| Traceback (most recent call last):
"runpy.py", line 193, in _run_module_as_main
"runpy.py", line 85, in _run_code
"C:\Users\kg\AppData\Local\Streamlink\bin\streamlink.exe\__main__.py", line 18, in <module>
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink_cli\main.py", line 1024, in main
handle_url()
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink_cli\main.py", line 585, in handle_url
streams = fetch_streams(plugin)
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink_cli\main.py", line 465, in fetch_streams
sorting_excludes=args.stream_sorting_excludes)
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink\plugin\plugin.py", line 317, in streams
ostreams = self._get_streams()
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink\plugins\crunchyroll.py", line 306, in _get_streams
api = self._create_api()
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink\plugins\crunchyroll.py", line 369, in _create_api
login = api.authenticate()
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink\plugins\crunchyroll.py", line 217, in authenticate
data = self._api_call("authenticate", {"auth": self.auth}, schema=_login_schema)
"C:\Users\kg\AppData\Local\Streamlink\pkgs\streamlink\plugins\crunchyroll.py", line 173, in _api_call
raise CrunchyrollAPIError(err_msg, err_code)
streamlink.plugin.crunchyroll.CrunchyrollAPIError: User could not be found.
| 0.306999 |
Traceback (most recent call last):
"/data/python/anaconda3/lib/python3.5/site-packages/conda/fetch.py", line 378, in download
resp.raise_for_status()
"/data/python/anaconda3/lib/python3.5/site-packages/requests/models.py", line 862, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: NOT FOUND for url: https://conda.anaconda.org/r/linux-64/harfbuzz-0.9.35-6.tar.bz2 | Traceback (most recent call last):
"site-packages\jellyfin_apiclient_python\connection_manager.py", line 196, in _request_url
"site-packages\jellyfin_apiclient_python\http.py", line 117, in request
KeyError: 'auth.server-id'
| 0.263619 |
Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/azure/cli/core/adal_authentication.py", line 26, in signed_session
scheme, token, _ = self._token_retriever()
"/opt/az/lib/python3.6/site-packages/azure/cli/core/_profile.py", line 535, in _retrieve_token
account[_TENANT_ID], resource)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/_profile.py", line 905, in retrieve_token_for_user
token_entry = context.acquire_token(resource, username, _CLIENT_ID)
"/opt/az/lib/python3.6/site-packages/adal/authentication_context.py", line 145, in acquire_token
return self._acquire_token(token_func)
"/opt/az/lib/python3.6/site-packages/adal/authentication_context.py", line 128, in _acquire_token
return token_func(self)
"/opt/az/lib/python3.6/site-packages/adal/authentication_context.py", line 143, in token_func
return token_request.get_token_from_cache_with_refresh(user_id)
"/opt/az/lib/python3.6/site-packages/adal/token_request.py", line 352, in get_token_from_cache_with_refresh
return self._find_token_from_cache()
"/opt/az/lib/python3.6/site-packages/adal/token_request.py", line 128, in _find_token_from_cache
return self._cache_driver.find(cache_query)
"/opt/az/lib/python3.6/site-packages/adal/cache_driver.py", line 199, in find
is_resource_tenant_specific)
"/opt/az/lib/python3.6/site-packages/adal/cache_driver.py", line 177, in _refresh_entry_if_necessary
return self._refresh_expired_entry(entry)
"/opt/az/lib/python3.6/site-packages/adal/cache_driver.py", line 153, in _refresh_expired_entry
token_response = self._refresh_function(entry, None)
"/opt/az/lib/python3.6/site-packages/adal/token_request.py", line 138, in _get_token_with_token_response
return self._get_token_with_refresh_token(refresh_token, resource, None)
"/opt/az/lib/python3.6/site-packages/adal/token_request.py", line 344, in _get_token_with_refresh_token
return self._oauth_get_token(oauth_parameters)
"/opt/az/lib/python3.6/site-packages/adal/token_request.py", line 113, in _oauth_get_token
return client.get_token(oauth_parameters)
"/opt/az/lib/python3.6/site-packages/adal/oauth2_client.py", line 289, in get_token
raise AdalError(return_error_string, error_response)
adal.adal_error.AdalError: Get Token request returned http error: 504
| Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/ocrmypdf/_sync.py", line 397, in run_pipeline
if not check_pdf(options.output_file):
"/usr/lib/python3.8/site-packages/ocrmypdf/helpers.py", line 191, in check_pdf
pdf.check_linearization(sio)
pikepdf._qpdf.ForeignObjectError: called readLinearizationData for file that is not linearized
| 0.274257 |
Traceback (most recent call last):
"/usr/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.4', 'console_scripts', 'pip')()
"/usr/lib/python2.7/dist-packages/pip/__init__.py", line 185, in main
return command.main(cmd_args)
"/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 51: ordinal not in range(128) | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/Flask-0.12.2-py2.7.egg/flask/app.py", line 1997, in __call__
return self.wsgi_app(environ, start_response)
"/usr/local/lib/python2.7/dist-packages/Flask_SocketIO-2.8.6-py2.7.egg/flask_socketio/__init__.py", line 42, in __call__
start_response)
"/usr/local/lib/python2.7/dist-packages/engineio/middleware.py", line 47, in __call__
return self.engineio_app.handle_request(environ, start_response)
"/usr/local/lib/python2.7/dist-packages/socketio/server.py", line 353, in handle_request
return self.eio.handle_request(environ, start_response)
"/usr/local/lib/python2.7/dist-packages/engineio/server.py", line 289, in handle_request
self.disconnect(sid)
"/usr/local/lib/python2.7/dist-packages/engineio/server.py", line 203, in disconnect
del self.sockets[sid]
KeyError: '0909ebb81faa476581ea39ded047bcce'
| 0.252206 |
Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker
xlog.exception("google_ip.runJob fail:%r", e)
AttributeError: 'NoneType' object has no attribute 'exception'
| Traceback (most recent call last):
"/usr/bin/salt-cp", line 10, in <module>
salt_cp()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 203, in salt_cp
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/cp.py", line 47, in run
cp_.run()
"/usr/lib/python2.7/dist-packages/salt/cli/cp.py", line 114, in run
ret = local.cmd(*args)
"/usr/lib/python2.7/dist-packages/salt/client/__init__.py", line 531, in cmd
**kwargs)
"/usr/lib/python2.7/dist-packages/salt/client/__init__.py", line 286, in run_job
raise SaltClientError(general_exception)salt.exceptions.SaltClientError: unpack(b) recieved extra data. | 0.170435 |
Traceback (most recent call last):
"runtests.py", line 34, in <module>
execute_manager(settings)
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 459, in execute_manager
utility.execute()
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django_jenkins/management/commands/__init__.py", line 81, in handle
if test_runner.run_tests(test_labels):
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django/test/simple.py", line 382, in run_tests
result = self.run_suite(suite)
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django_jenkins/runner.py", line 259, in run_suite
result = TextTestRunner(buffer=True, resultclass=XMLTestResult).run(suite)
"/usr/lib/python2.7/unittest/runner.py", line 151, in run
test(result)
"/usr/lib/python2.7/unittest/suite.py", line 70, in __call__
return self.run(*args, **kwds)
"/usr/lib/python2.7/unittest/suite.py", line 100, in run
self._handleClassSetUp(test, result)
"/usr/lib/python2.7/unittest/suite.py", line 153, in _handleClassSetUp
self._addClassOrModuleLevelException(result, e, errorName)
"/usr/lib/python2.7/unittest/suite.py", line 198, in _addClassOrModuleLevelException
result.addError(error, sys.exc_info())
"/home/tomek/.virtualenvs/jenkins-test/local/lib/python2.7/site-packages/django_jenkins/runner.py", line 75, in addError
self.currentTestInfo.result = TestInfo.RESULT.ERRORAttributeError: 'NoneType' object has no attribute 'result' | Traceback (most recent call last):
"main.py", line 63, in <module>
ds.preprocess_partitions(input_size=input_size)
"C:\Users\Admin\Desktop\Bentham_Dataset\handwritten-text-recognition-master\src\data\reader.py", line 45, in preprocess_partitions
self.dataset[y]['dt'] = pool.map(partial(pp.preprocess, input_size=input_size), self.dataset[y]['dt'])
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 268, in map
return self._map_async(func, iterable, mapstar, chunksize).get()
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 657, in get
raise self._value
numba.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)
| 0.283787 |
Traceback (most recent call last):
"./read_trie_test.py", line 18, in <module>
print(t.restore_key(0))
"marisa_trie.pyx", line 324, in marisa_trie.Trie.restore_key (src/marisa_trie.cpp:6365)
"marisa_trie.pyx", line 334, in marisa_trie.Trie.restore_key (src/marisa_trie.cpp:6299)
"marisa_trie.pyx", line 62, in marisa_trie._get_key (src/marisa_trie.cpp:1615)UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 10: invalid start byte | Traceback (most recent call last):
"/worker/bin/run.py", line 375, in task_main
await module_run(api) if iscoroutinefunction(module_run) else module_run(api)
"/worker/package/smiles_package_DAG_qlaVw/train_model/__init__.py", line 135, in run
callbacks=[processcallback])
"/worker/package/smiles_package_DAG_qlaVw/DAG_tensorgraph.py", line 91, in fit_generator
fetched_values = self.session.run(fetches, feed_dict=train_generator)
"/usr/local/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 905, in run
run_metadata_ptr)
"/usr/local/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1137, in _run
feed_dict_tensor, options, run_metadata)
"/usr/local/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1355, in _do_run
options, run_metadata)
"/usr/local/anaconda3/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1374, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.AbortedError: Operation received an exception:Status: 5, message: could not create a eltwise forward primitive descriptor, in file tensorflow/core/kernels/mkl_relu_op.cc:457
| 0.261161 |
Traceback (most recent call last):
"/home/robin/.virtualenvs/moodstream-django-EtsEGWRm/lib/python3.7/site-packages/spotipy/client.py", line 188, in __del__
TypeError: isinstance() arg 2 must be a type or tuple of types
| Traceback (most recent call last):
"/data/stock/libs/common.py", line 160, in run_with_args
run_fun(tmp_datetime_show)
# 使用当前时间
"/data/stock/jobs/daily_job.py", line 30, in stat_all
data = ts.top_list(datetime_str)
"/usr/local/lib/python3.6/site-packages/tushare/stock/billboard.py", line 64, in top_list
if(du.is_holiday(date)):
"/usr/local/lib/python3.6/site-packages/tushare/util/dateu.py", line 91, in is_holiday
df = trade_cal()
"/usr/local/lib/python3.6/site-packages/tushare/util/dateu.py", line 83, in trade_cal
df = pd.read_csv(ct.ALL_CAL_FILE)
"/usr/local/lib/python3.6/site-packages/pandas/io/parsers.py", line 676, in parser_f
return _read(filepath_or_buffer, kwds)
"/usr/local/lib/python3.6/site-packages/pandas/io/parsers.py", line 431, in _read
filepath_or_buffer, encoding, compression
"/usr/local/lib/python3.6/site-packages/pandas/io/common.py", line 172, in get_filepath_or_buffer
req = urlopen(filepath_or_buffer)
"/usr/local/lib/python3.6/site-packages/pandas/io/common.py", line 141, in urlopen
return urllib.request.urlopen(*args, **kwargs)
"/usr/local/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
"/usr/local/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/local/lib/python3.6/urllib/request.py", line 564, in error
result = self._call_chain(*args)
"/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/local/lib/python3.6/urllib/request.py", line 756, in http_error_302
return self.parent.open(new, timeout=req.timeout)
"/usr/local/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/local/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/local/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
"/usr/local/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/local/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found | 0.192578 |
Traceback (most recent call last):
"/home/xx/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"/home/xx/.local/lib/python3.8/site-packages/youtube_dl/extractor/common.py", line 530, in extract
ie_result = self._real_extract(url)
"/home/xx/.local/lib/python3.8/site-packages/youtube_dl/extractor/generic.py", line 3382, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://vod.tvp.pl/
| Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/execer.py", line 147, in _parse_ctx_free
debug_level=(self.debug_level > 1))
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/parsers/base.py", line 289, in parse
tree = self.parser.parse(input=s, lexer=self.lexer, debug=debug_level)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ply/yacc.py", line 331, in parse
return self.parseopt_notrack(input, lexer, debug, tracking, tokenfunc)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ply/yacc.py", line 1181, in parseopt_notrack
tok = call_errorfunc(self.errorfunc, errtoken, self)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/ply/yacc.py", line 193, in call_errorfunc
r = errorfunc(token)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/parsers/base.py", line 2326, in p_error
self.xonsh_code)
"/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/xonsh/parsers/base.py", line 390, in _parse_error
raise err
"<string>", line NoneSyntaxError: <xonsh-code>:4:14: ('code: ![',) | 0.271645 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0yt5fyka\bild\youtube_dl\extractor\youtube.py", line 1005, in _decrypt_signature
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp0yt5fyka\bild\youtube_dl\extractor\youtube.py", line 897, in _extract_signature_function
youtube_dl.utils.ExtractorError: Cannot identify player '/yts/jsbin/player_ias-flsBa1u2/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Mae sure you are using the latest version; type
youtube-dl -U
to update. Be sur to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/home/spoons/diligence/mythril-classic/mythril/mythril.py", line 588, in fire_lasers
enable_iprof=enable_iprof,
"/home/spoons/diligence/mythril-classic/mythril/analysis/symbolic.py", line 106, in __init__
creation_code=contract.creation_code, contract_name=contract.name
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/svm.py", line 138, in sym_exec
self, creation_code, contract_name
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/transaction/symbolic.py", line 102, in execute_contract_creation
laser_evm.exec(True)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/svm.py", line 236, in exec
new_states, op_code = self.execute_state(global_state)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/svm.py", line 290, in execute_state
).evaluate(global_state)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/instructions.py", line 198, in evaluate
result = instruction_mutator(global_state)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/instructions.py", line 145, in wrapper
new_global_states = self.call_on_state_copy(func, func_obj, global_state)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/instructions.py", line 89, in call_on_state_copy
return func(func_obj, global_state_copy)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/instructions.py", line 1762, in stop_
global_state.current_transaction.end(global_state)
"/home/spoons/diligence/mythril-classic/mythril/laser/ethereum/transaction/transaction_models.py", line 183, in end
not all([isinstance(element, int) for element in return_data])
TypeError: 'NoneType' object is not iterable
| 0.156122 |
Traceback (most recent call last):
"/home/drl/rllab/examples/trpo_cartpole.py", line 30, in <module>
algo.train()
"/home/drl/rllab/rllab/algos/batch_polopt.py", line 95, in train
self.optimize_policy(itr, samples_data)
"/home/drl/rllab/rllab/algos/npo.py", line 110, in optimize_policy
mean_kl = self.optimizer.constraint_val(all_input_values)AttributeError: 'FirstOrderOptimizer' object has no attribute 'constraint_val'. | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/tyriontian/espnet/espnet/tools/venv/lib/python3.7/site-packages/warpctc_pytorch/__init__.py", line 6, in <module>
from ._warp_ctc import *
ImportError: /home/tyriontian/espnet/espnet/tools/venv/lib/python3.7/site-packages/warpctc_pytorch/_warp_ctc.cpython-37m-x86_64-linux-gnu.so: undefined symbol: _ZN3c105ErrorC1ENS_14SourceLocationERKSs
| 0.283817 |
Traceback (most recent call last):
"./install.py", line 162, in <module>
keyboard_detect()
"./install.py", line 82, in keyboard_detect
subprocess.check_output(keyswapcmd, shell=True).decode('utf-8')
"/usr/lib/python3.6/subprocess.py", line 356, in check_output
**kwargs).stdout
"/usr/lib/python3.6/subprocess.py", line 438, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '/bin/bash -c "./keyswap_service.sh 1 0 mac 17 14
| Traceback (most recent call last):
"<pyshell#169>", line 1, in <module>
numpy.maximum(csr_matrix([[1,0]]), csr_matrix([[0,1]])).toarray()
"/home/amitmo/virtualenv/local/lib/python2.7/site-packages/scipy/sparse/base.py", line 183, in __bool__
raise ValueError("The truth value of an array with more than one "ValueError: The truth value of an array with more than one element is ambiguous. Use a.any() or a.all(). | 0.135796 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/discord/client.py", line 307, in _run_event
yield from getattr(self, event)(*args, **kwargs)
"/home/discordbots/MusicBot/musicbot/bot.py", line 2548, in on_voice_state_update
player = await self.get_player(state.my_voice_channel)
"/home/discordbots/MusicBot/musicbot/bot.py", line 553, in get_player
'Use %ssummon to summon it to your voice channel.' % self.config.command_prefix)
musicbot.exceptions.CommandError: The bot is not in a voice channel.
Use !summon to summon it to your voice channel.
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/h2/connection.py", line 585, in _get_or_create_stream
return self.streams[stream_id]
KeyError: 48141
| 0.28864 |
Traceback (most recent call last):
"youtube_dl\YoutubeDL.pyo", line 668, in extract_info
"youtube_dl\extractor\common.pyo", line 319, in extract
"youtube_dl\extractor\vice.pyo", line 39, in _real_extractExtractorError: The page doesn't contain a video | Traceback (most recent call last):
"./cma/tests/store_test.py", line 210, in test_drone
store = initstore()
"./cma/tests/store_test.py", line 202, in initstore
CMAinit(None)
"cma/cmainit.py", line 95, in __init__
CMAdb.store.commit()
"cma/store.py", line 967, in commit
self._batch_construct_add_labels()
# Not sure what these return
"cma/store.py", line 830, in _batch_construct_add_labels
self.batch.add_labels(node, *cls.__meta_labels__())
"/usr/local/lib/python2.7/dist-packages/py2neo/neo4j.py", line 2923, in add_labels
uri = self._uri_for(node, "labels")
"/usr/local/lib/python2.7/dist-packages/py2neo/neo4j.py", line 2615, in _uri_for
offset = len(resource.service_root.graph_db.__uri__)
"/usr/local/lib/python2.7/dist-packages/py2neo/neo4j.py", line 462, in graph_db
return GraphDatabaseService.get_instance(self.__metadata__["data"])
"/usr/local/lib/python2.7/dist-packages/py2neo/neo4j.py", line 338, in __metadata__
self.refresh()
"/usr/local/lib/python2.7/dist-packages/py2neo/neo4j.py", line 360, in refresh
self._metadata = ResourceMetadata(self._get().content)
"/usr/local/lib/python2.7/dist-packages/py2neo/neo4j.py", line 365, in _get
product=self._product)
"/usr/local/lib/python2.7/dist-packages/py2neo/packages/httpstream/http.py", line 803, in get
return rq.submit(redirect_limit=redirect_limit, **kwargs)
"/usr/local/lib/python2.7/dist-packages/py2neo/packages/httpstream/http.py", line 388, in submit
http, rs = submit(self.method, uri, self.body, headers)
"/usr/local/lib/python2.7/dist-packages/py2neo/packages/httpstream/http.py", line 264, in submit
raise ValueError("Unsupported URI scheme " + repr(uri.scheme))ValueError: Unsupported URI scheme None | 0.243044 |
Traceback (most recent call last):
"/home/batuhan/.local/lib/python3.7/site-packages/docker/api/client.py", line 229, in _raise_for_status
response.raise_for_status()
"/home/batuhan/.local/lib/python3.7/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: http+docker://localhost/v1.35/images/evality/json
| Traceback (most recent call last):
"/usr/share/pybitmessage/bitmessageqt/networkstatus.py", line 157, in updateNetworkStatusTab
self.window().setStatusIcon('yellow')
"/usr/share/pybitmessage/bitmessageqt/__init__.py", line 1623, in setStatusIcon
sound.SOUND_CONNECTED)
"/usr/share/pybitmessage/bitmessageqt/__init__.py", line 1379, in notifierShow
self.playSound(category, label)
"/usr/share/pybitmessage/bitmessageqt/__init__.py", line 1324, in playSound
return self._theme_player(category, label)
AttributeError: 'MyForm' object has no attribute '_theme_player'
| 0.267912 |
Traceback (most recent call last):
"G:\reusable\junk.py", line 1, in <module>
import matplotlib.pyplot as plt
"c:\anaconda3\lib\site-packages\matplotlib\pyplot.py", line 114, in <module>
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
"c:\anaconda3\lib\site-packages\matplotlib\backends\__init__.py", line 32, in pylab_setup
globals(),locals(),[backend_name],0)
"c:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt4agg.py", line 18, in <module>
from .backend_qt5agg import FigureCanvasQTAggBase as _FigureCanvasQTAggBase
"c:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt5agg.py", line 15, in <module>
from .backend_qt5 import QtCore
"c:\anaconda3\lib\site-packages\matplotlib\backends\backend_qt5.py", line 31, in <module>
from .qt_compat import QtCore, QtGui, QtWidgets, _getSave
Name, __version__
"c:\anaconda3\lib\site-packages\matplotlib\backends\qt_compat.py", line 124, in <module>
from PyQt4 import QtCore, QtGuiImportError: cannot import name 'QtCore' | Traceback (most recent call last):
"plaso/tests/cli/tools.py", line 149, in testListTimeZones
cli_tool.ListTimeZones()
"./plaso/cli/tools.py", line 290, in ListTimeZones
local_timezone = pytz.timezone(timezone_name)
"/usr/lib/python2.7/site-packages/pytz/__init__.py", line 170, in timezone
_tzinfo_cache[zone] = build_tzinfo(zone, fp)
"/usr/lib/python2.7/site-packages/pytz/tzfile.py", line 33, in build_tzinfo
assert magic == _byte_string('TZif'), 'Got magic %s' % repr(magic)
AssertionError: Got magic '# Al'
| 0.262715 |
Traceback (most recent call last):
"/opt/xunlei-lixian/lixian_cli.py", line 63, in <module>
execute_command()
"/opt/xunlei-lixian/lixian_cli.py", line 60, in execute_command
commands[command](args[1:])
"/opt/xunlei-lixian/lixian_cli_parser.py", line 165, in parse
return f(parser(args_list, _args, *_kwargs))
"/opt/xunlei-lixian/lixian_commands/login.py", line 42, in login
XunleiClient(args.username, args.password, args.cookies, login=True, verification_code_reader=verification_code_reader)
"/opt/xunlei-lixian/lixian.py", line 229, in **init**
self.login()
"/opt/xunlei-lixian/lixian.py", line 399, in login
raise RuntimeError('login failed')RuntimeError: login failed | Traceback (most recent call last):
"site-packages/PyInstaller/loader/rthooks/pyi_rth_multiprocessing.py", line 9, in <module>
"/home/repos/ges/Python/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 628, in exec_module
exec(bytecode, module.__dict__)
"multiprocessing/spawn.py", line 19, in <module>
"/home/repos/ges/Python/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 628, in exec_module
exec(bytecode, module.__dict__)
"multiprocessing/util.py", line 17, in <module>
"/home/repos/ges/Python/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 628, in exec_module
exec(bytecode, module.__dict__)
"subprocess.py", line 136, in <module>
"/home/repos/ges/Python/lib/python3.6/site-packages/PyInstaller/loader/pyimod03_importers.py", line 714, in load_module
raise ImportError('%s: %s' % (e, fullname))
ImportError: /home/repos/ges/Python/GES_Module/multi/dist/multi/_posixsubprocess.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _Py_set_inheritable_async_safe: _posixsubprocess
| 0.294152 |
Traceback (most recent call last):
"C:\Python27\lib\site-packages\django_photologue-2.4-py2.7.egg\photologue\tests\photo.py", line 75, in test_quoted_url
self.pl.cache_url() + '/test_landscape_testPhotoSize.jpg')AssertionError: '/media/photologue/photos/cache/test_landscape_7_testPhotoSize.jpg' != '/media/photologue/photos/cache/test_landscape_testPhotoSize.jpg' | Traceback (most recent call last):
"trainval_net.py", line 320, in <module>
rois_label = fasterRCNN(im_data, im_info, gt_boxes, num_boxes)
"/home/wr506/anaconda3/envs/rmx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
"/home/wr506/faster-rcnn.pytorch/lib/model/faster_rcnn/faster_rcnn.py", line 47, in forward
base_feat = self.RCNN_base(im_data)
"/home/wr506/anaconda3/envs/rmx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
"/home/wr506/anaconda3/envs/rmx/lib/python2.7/site-packages/torch/nn/modules/container.py", line 91, in forward
input = module(input)
"/home/wr506/anaconda3/envs/rmx/lib/python2.7/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
"/home/wr506/anaconda3/envs/rmx/lib/python2.7/site-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: CUDNN_STATUS_EXECUTION_FAILED
| 0.227859 |
Traceback (most recent call last):
"/usr/lib64/python3.5/site-packages/ipyparallel/controller/scheduler.py", line 347, in handle_stranded_tasks
raise error.EngineError("Engine %r died while running task %r"%(engine, msg_id))
ipyparallel.error.EngineError: Engine b'af9a4de7-e140-4a91-b4bb-c7089b04adc9' died while running task '61317ff8-c759-4faa-aebb-2fd57595c586'
| Traceback (most recent call last):
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/elasticsearch/connection/http_urllib3.py", line 166, in perform_request
response = self.pool.urlopen(method, url, body, retries=False, headers=request_headers, **kw)
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/urllib3/util/retry.py", line 333, in increment
raise six.reraise(type(error), error, _stacktrace)
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/urllib3/packages/six.py", line 686, in reraise
raise value
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/urllib3/connectionpool.py", line 389, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
"/home/hexa/.local/share/virtualenvs/scrape-tracker-j7-pHtJR/lib/python3.5/site-packages/urllib3/connectionpool.py", line 309, in _raise_timeout
raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='192.168.200.8', port=9200): Read timed out. (read timeout=10)
| 0.311442 |
Traceback (most recent call last):
"/usr/local/virtualenvs/tmp-196889bbe4a5f01d/coveragepy/.tox/lint/lib/python3.7/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x11032bb90>, <Call l.40 at 0x148a334d0>)
| Traceback (most recent call last):
"uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
"uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
"uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
"/usr/local/lib/python3.7/ssl.py", line 763, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1056)
| 0.271361 |
Traceback (most recent call last):
"/usr/bin/salt-master", line 17, in <module>
main()
"/usr/bin/salt-master", line 14, in main
master.start()
"/usr/lib/python2.7/site-packages/salt/**init**.py", line 85, in start
self.opts['log_file'], self.opts['log_level']
"/usr/lib/python2.7/site-packages/salt/log.py", line 87, in setup_logfile_logger
log_path, 'a', 'utf-8', delay=0
"/usr/lib/python2.7/logging/handlers.py", line 386, in **init**
logging.
Handler.**init**(self, filename, mode, encoding, delay)
"/usr/lib/python2.7/logging/**init**.py", line 893, in **init**
StreamHandler.**init**(self, self._open())
"/usr/lib/python2.7/logging/__init__.py", line 914, in _open
stream = codecs.open(self.base
name, self.mode, self.encoding)
"/usr/lib/python2.7/codecs.py", line 881, in open
file = __builtin__.open(filename, mode, buffering)IOError: [Errno 13] Permission denied: '/var/log/salt/master' | Traceback (most recent call last):
"<stdin>", line 118, in <module>
"<stdin>", line 94, in main
"<stdin>", line 74, in install_files
"/usr/lib/python2.7/subprocess.py", line 522, in call
return Popen(_popenargs, *_kwargs).wait()
"/usr/lib/python2.7/subprocess.py", line 710, in **init**
errread, errwrite)
"/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | 0.328072 |
Traceback (most recent call last):
"C:\Users\conda\Documents\pandas3.5\pandas\tests\test_format.py", line 3721, in test_sparse_max_row
self.assertEqual(result, exp)AssertionError: '0
[98 chars]0, 3])\nBlock lengths: array([1, 1])' != '0
[98 chars]0, 3], dtype=int32)\nBlock length | [autoreload of pandas.core.dtypes.missing failed: Traceback (most recent call last):
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 246, in check
superreload(m, reload, self.old_objects)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/IPython/extensions/autoreload.py", line 369, in superreload
module = reload(module)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/imp.py", line 315, in reload
return importlib.reload(module)
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/importlib/__init__.py", line 166, in reload
_bootstrap._exec(spec, module)
"<frozen importlib._bootstrap>", line 618, in _exec
"<frozen importlib._bootstrap_external>", line 678, in exec_module
"<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
"/Users/sentient-asoellinger/miniconda2/envs/ipykernel_py3/lib/python3.6/site-packages/pandas/core/dtypes/missing.py", line 10, in <module>
from .common import (is_string_dtype, is_datetimelike,
ImportError: cannot import name 'is_extension_array_dtype'
| 0.177542 |
Traceback (most recent call last):
"/opt/synapse/synapse/synapse/events/__init__.py", line 125, in getter
return self._event_dict[key]
KeyError: 'redacts'
| Traceback (most recent call last):
"setup.py", line 71, in <module>
'build_py': build_py_hook,
"/opt/conda/lib/python3.6/site-packages/setuptools/__init__.py", line 129, in setup
return distutils.core.setup(**attrs)
"/opt/conda/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
"/opt/conda/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/opt/conda/lib/python3.6/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
"/opt/conda/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/opt/conda/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"setup.py", line 51, in run
conv_tbc.build()
"/opt/conda/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 167, in build
_build_extension(ffi, cffi_wrapper_name, target_dir, verbose)
"/opt/conda/lib/python3.6/site-packages/torch/utils/ffi/__init__.py", line 103, in _build_extension
ffi.compile(tmpdir=tmpdir, verbose=verbose, target=libname)
"/opt/conda/lib/python3.6/site-packages/cffi/api.py", line 684, in compile
compiler_verbose=verbose, debug=debug, **kwds)
"/opt/conda/lib/python3.6/site-packages/cffi/recompiler.py", line 1484, in recompile
compiler_verbose, debug)
"/opt/conda/lib/python3.6/site-packages/cffi/ffiplatform.py", line 20, in compile
outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
"/opt/conda/lib/python3.6/site-packages/cffi/ffiplatform.py", line 56, in _build
raise VerificationError('%s: %s' % (e.__class__.__name__, e))
cffi.error.VerificationError: CompileError: command 'gcc' failed with exit status 1
| 0.273493 |
Traceback (most recent call last):
"/usr/lib/python-exec/python2.7/electrum", line 204, in <module>
gui.main(url)
"/usr/lib64/python2.7/site-packages/electrum_gui/gtk.py", line 1310, in main
action = self.restore_or_create()
"/usr/lib64/python2.7/site-packages/electrum_gui/gtk.py", line 1351, in restore_or_create
return restore_create_dialog()
"/usr/lib64/python2.7/site-packages/electrum_gui/gtk.py", line 90, in restore_create_dialog
flags=Gtk.DialogFlags.MODAL|Gtk.DialogFlags.NO_SEPARATOR,AttributeError: type object 'GtkDialogFlags' has no attribute 'NO_SEPARATOR' | Traceback (most recent call last):
"/usr/local/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 331, in _make_request
httplib_response = conn.getresponse(buffering=True)TypeError: getresponse() got an unexpected keyword argument 'buffering' | 0.255717 |
Traceback (most recent call last):
"C:\Users\Professional\AppData\Roaming\Sublime Text 3\Packages\ChannelManager\channel_utilities.py", line 58, in <module>
from PythonDebugTools.debug_tools import Debugger
ImportError: No module named 'PythonDebugTools'
| 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.242871 |
Traceback (most recent call last):
"/home/user/folder/folder2/lib/python3.7/site-packages/cheroot/server.py", line 1789, in serve
self.tick()
"/home/user/folder/folder2/lib/python3.7/site-packages/cheroot/server.py", line 1997, in tick
s, ssl_env = self.ssl_adapter.wrap(s)
"/home/user/folder/folder2/lib/python3.7/site-packages/cheroot/ssl/builtin.py", line 114, in wrap
sock, do_handshake_on_connect=True, server_side=True,
"/home/user/opt/python-3.7.1/lib/python3.7/ssl.py", line 412, in wrap_socket
session=session
"/home/user/opt/python-3.7.1/lib/python3.7/ssl.py", line 853, in _create
self.do_handshake()
"/home/user/opt/python-3.7.1/lib/python3.7/ssl.py", line 1117, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1051)
| Traceback (most recent call last):
"/home/dengxinhuan/miniconda3/envs/blackhole_qatest0507/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2044, in showtraceback
stb = value._render_traceback_()
AttributeError: 'Py4JError' object has no attribute '_render_traceback_'
| 0.199129 |
Traceback (most recent call last):
"test.py", line 13, in <module>
i_want_to_commit()
"/usr/lib/python2.7/site-packages/peewee.py", line 2880, in inner
with self.transaction():
"/usr/lib/python2.7/site-packages/peewee.py", line 3330, in __enter__
self._begin()
"/usr/lib/python2.7/site-packages/peewee.py", line 3314, in _begin
self.db.begin()
"/usr/lib/python2.7/site-packages/peewee.py", line 2985, in begin
self.execute_sql('BEGIN %s' % lock_type, require_commit=False)
"/usr/lib/python2.7/site-packages/peewee.py", line 2833, in execute_sql
self.commit()
"/usr/lib/python2.7/site-packages/peewee.py", line 2688, in __exit__
reraise(new_type, new_type(*exc_value.args), traceback)
"/usr/lib/python2.7/site-packages/peewee.py", line 2825, in execute_sql
cursor.execute(sql, params or ())peewee.OperationalError: cannot start a transaction within a transaction | Traceback (most recent call last):
"Cr3d0v3r.py", line 164, in <module>
main()
"Cr3d0v3r.py", line 138, in main
if ispwned.check(email):
"/root/Downloads/Cr3dOv3r/ispwned.py", line 8, in check
res = req.json()
"/usr/local/lib/python2.7/dist-packages/requests/models.py", line 892, in json
return complexjson.loads(self.text, **kwargs)
"/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 518, in loads
return _default_decoder.decode(s)
"/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
"/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| 0.24413 |
Traceback (most recent call last):
"setup.py", line 70, in <module>
cmdclass={"build_ext": torch.utils.cpp_extension.BuildExtension},
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/setuptools/__init__.py", line 145, in setup
return distutils.core.setup(**attrs)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/core.py", line 148, in setup
dist.run_commands()
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/command/build.py", line 135, in run
self.run_command(cmd_name)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 84, in run
_build_ext.run(self)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/Cython/Distutils/old_build_ext.py", line 186, in run
_build_ext.build_ext.run(self)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 649, in build_extensions
build_ext.build_extensions(self)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/Cython/Distutils/old_build_ext.py", line 195, in build_extensions
_build_ext.build_ext.build_extensions(self)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/command/build_ext.py", line 449, in build_extensions
self._build_extensions_serial()
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/command/build_ext.py", line 474, in _build_extensions_serial
self.build_extension(ext)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/setuptools/command/build_ext.py", line 205, in build_extension
_build_ext.build_extension(self, ext)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/distutils/command/build_ext.py", line 534, in build_extension
depends=ext.depends)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 478, in unix_wrap_ninja_compile
with_cuda=with_cuda)
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1233, in _write_ninja_file_and_compile_objects
error_prefix='Error compiling objects for extension')
"/apps/conda/anaconda/envs/deci-development/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1529, in _run_ninja_build
raise RuntimeError(message)
RuntimeError: Error compiling objects for extension
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/PyBrain-0.3.1-py2.7.egg/pybrain/rl/environments/mazes/**init**.py", line 3, in <module>
from pybrain.rl.environments.mazes.tasks.**init** import *
"/usr/local/lib/python2.7/dist-packages/PyBrain-0.3.1-py2.7.egg/pybrain/rl/environments/mazes/tasks/**init**.py", line 2, in <module>
from pybrain.rl.environments.mazes.tiger import TigerTaskImportError: No module named tiger | 0.285487 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 608, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 599, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 187, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 98, in start
self._fuzzable_request_router()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 189, in _fuzzable_request_router
self._handle_all_consumer_exceptions(_other)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 279, in _handle_all_consumer_exceptions
self._handle_consumer_exception(result_item)
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 291, in _handle_consumer_exception
self._w3af_core.exception_handler.handle_exception_data(exception_data)
"/usr/share/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 74, in handle_exception_data
exception_data.enabled_plugins)
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/audit.py", line 111, in _audit
plugin.audit_with_copy(fuzzable_request, orig_resp)
"/usr/share/w3af/w3af/core/controllers/plugins/audit_plugin.py", line 133, in audit_with_copy
return self.audit(fuzzable_request, orig_resp)
"/usr/share/w3af/w3af/plugins/audit/generic.py", line 93, in audit
error_response, m)
"/usr/share/w3af/w3af/plugins/audit/generic.py", line 121, in _analyze_responses
limit_response2 = self._get_limit_response(mutant)
"/usr/share/w3af/w3af/plugins/audit/generic.py", line 151, in _get_limit_response
limit_response = self._uri_opener.send_mutant(m)
"/usr/share/w3af/w3af/core/controllers/plugins/plugin.py", line 221, in meth
return attr(*args, **kwargs)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 275, in send_mutant
res = functor(*args, **kwargs)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 325, in GET
return self._send(req, grep=grep)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 492, in _send
return self._handle_send_socket_error(req, e, grep, original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 515, in _handle_send_socket_error
original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 543, in _generic_send_error_handler
return self._retry(req, grep, exception)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 601, in _retry
return self._send(req, grep=grep)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 492, in _send
return self._handle_send_socket_error(req, e, grep, original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 515, in _handle_send_socket_error
original_url)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 543, in _generic_send_error_handler
return self._retry(req, grep, exception)
"/usr/share/w3af/w3af/core/data/url/extended_urllib.py", line 612, in _retry
raise HTTPRequestException(error_str, request=req)HTTPRequestException: SSL Error: None | Traceback (most recent call last):
"C:\Users\Dipanshu\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'context'
| 0.170766 |
Traceback (most recent call last):
"/usr/local/Cellar/youtube-dl/2021.4.7/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 806, in wrapper
return func(self, *args, **kwargs)
"/usr/local/Cellar/youtube-dl/2021.4.7/libexec/lib/python3.9/site-packages/youtube_dl/YoutubeDL.py", line 827, in __extract_info
ie_result = ie.extract(url)
"/usr/local/Cellar/youtube-dl/2021.4.7/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
"/usr/local/Cellar/youtube-dl/2021.4.7/libexec/lib/python3.9/site-packages/youtube_dl/extractor/pbs.py", line 661, in _real_extract
self._sort_formats(formats)
"/usr/local/Cellar/youtube-dl/2021.4.7/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 1374, in _sort_formats
raise ExtractorError('No video formats found')
youtube_dl.utils.ExtractorError: No video formats found; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\exceptions.py", line 75, in exception_handler
return_value = func(*args, **kwargs)
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 150, in start_app
window = run_app(splash)
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\app\start.py", line 65, in run_app
window = MainWindow(splash=splash, tab_project=False)
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\widgets\main_window.py", line 163, in __init__
self.api = AnacondaAPI()
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 2185, in AnacondaAPI
ANACONDA_API = _AnacondaAPI()
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\api\anaconda_api.py", line 89, in __init__
self._conda_api = CondaAPI()
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py", line 1714, in CondaAPI
CONDA_API = _CondaAPI()
"C:\Users\ANGEL\Anaconda3\lib\site-packages\anaconda_navigator\api\conda_api.py", line 353, in __init__
self.sys_rc_path = join(self.ROOT_PREFIX, '.condarc')
"C:\Users\ANGEL\Anaconda3\lib\ntpath.py", line 76, in join
path = os.fspath(path)
TypeError: expected str, bytes or os.PathLike object, not NoneType | 0.161942 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/__init__.py", line 14, in <module>
from .arma import *
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/arma/__init__.py", line 1, in <module>
from .arma import ARIMA
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/arma/arma.py", line 10, in <module>
from .. import families as fam
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/__init__.py", line 1, in <module>
from .cauchy import Cauchy
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/cauchy.py", line 8, in <module>
from .normal import Normal
"/home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/normal.py", line 8, in <module>
from .gas_recursions import gas_recursion_normal_orderone, gas_recursion_normal_ordertwo
ImportError: /home/ubuntu/anaconda2/lib/python2.7/site-packages/pyflux/families/gas_recursions.so: undefined symbol: PyFPE_jbuf
| 600:gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/gae_exception:'600:unpack protocol:ValueError(\'cannot modify size of memoryview object\',) at:Traceback (most recent call last):\n
"D:\\XX-Net\\code\\3.11.1\\gae_proxy\\local\\gae_handler.py", line 253, in unpack_response\n
data = response.task.read(size=headers_length)\n
"D:\\XX-Net\\code\\3.11.1\\python27\\1.0\\lib\\noarch\\front_base\\http_common.py", line 75, in read\n
buff_view[p:] = data\nValueError: cannot modify size of memoryview object\n' https://twitter.com/ | 0.250757 |
Traceback (most recent call last):
"pokecli.py", line 389, in <module>
main()
"pokecli.py", line 68, in main
bot.tick()
"/home/micdawg/.PokemonGo-Bot/pokemongo_bot/**init**.py", line 92, in tick
if worker(self).work() == WorkerResult.RUNNING:
"/home/micdawg/.PokemonGo-Bot/pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py", line 47, in work
lured_pokemon = self.get_lured_pokemon()
"/home/micdawg/.PokemonGo-Bot/pokemongo_bot/cell_workers/catch_visible_pokemon_worker.py", line 53, in get_lured_pokemon
fort = forts[0]IndexError: list index out of range | Original Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/worker.py", line 178, in _worker_loop
data = fetcher.fetch(index)
"/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in fetch
data = [self.dataset[idx] for idx in possibly_batched_index]
"/usr/local/lib/python3.6/dist-packages/torch/utils/data/_utils/fetch.py", line 44, in <listcomp>
data = [self.dataset[idx] for idx in possibly_batched_index]
"/content/detectron2_repo/detectron2/data/common.py", line 39, in __getitem__
data = self._map_func(self._dataset[cur_idx])
"/content/detectron2_repo/detectron2/utils/serialize.py", line 23, in __call__
return self._obj(*args, **kwargs)
"/content/detectron2_repo/detectron2/data/dataset_mapper.py", line 74, in __call__
image = utils.read_image(dataset_dict["file_name"], format=self.img_format)
"/content/detectron2_repo/detectron2/data/detection_utils.py", line 49, in read_image
image = ImageOps.exif_transpose(image)
"/usr/local/lib/python3.6/dist-packages/PIL/ImageOps.py", line 549, in exif_transpose
transposed_image.info["exif"] = exif.tobytes()
"/usr/local/lib/python3.6/dist-packages/PIL/Image.py", line 3213, in tobytes
return b"Exif\x00\x00" + head + ifd.tobytes(offset)
"/usr/local/lib/python3.6/dist-packages/PIL/TiffImagePlugin.py", line 837, in tobytes
count = len(data)
TypeError: object of type 'int' has no len()`
| 0.277354 |
Traceback (most recent call last):
"tests3/sqlservertests.py", line 289, in test_unicode_largecode
self._test_strtype('nvarchar', "Coloring book FingerPen 🎨 (Google Play", colsize=100)
"tests3/sqlservertests.py", line 205, in _test_strtype
self.cursor.execute("insert into t1 values(?)", value)ValueError: Cannot convert from Unicode 127912 to SQLWCHAR.
Value is too large. | Traceback (most recent call last):
"youtube_dl/YoutubeDL.py", line 761, in extract_info
ie_result = ie.extract(url)
"youtube_dl/extractor/common.py", line 440, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'mmc',)); 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.186401 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/__init__.py", line 15, in <module>
from ftfy import fixes
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/fixes.py", line 8, in <module>
from ftfy.chardata import (possible_encoding,
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/chardata.py", line 45, in <module>
ENCODING_REGEXES = _build_regexes()
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/chardata.py", line 36, in _build_regexes
charlist = latin1table.encode('latin-1').decode(encoding)
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/bad_codecs/__init__.py", line 72, in search_function
from ftfy.bad_codecs.sloppy import CODECS
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/bad_codecs/sloppy.py", line 156, in <module>
CODECS[_new_name] = make_sloppy_codec(_encoding)
"/usr/local/Cellar/pypy/2.5.0/libexec/site-packages/ftfy/bad_codecs/sloppy.py", line 97, in make_sloppy_codec
decoded_chars = all_bytes.decode(encoding, errors='replace')
"/usr/local/Cellar/pypy/2.5.0/libexec/lib-python/2.7/encodings/cp1250.py", line 15, in decode
return codecs.charmap_decode(input,errors,decoding_table)TypeError: expected string, got bytearray object | Traceback (most recent call last):
"/home/jravetch/Projects/ubuntu-make/tests/large/test_go.py", line 72, in test_default_go_install
self.assertEqual(output, "hello, world")AssertionError: 'bash: warning: setlocale: LC_ALL: cannot [244 chars]orld' != 'hello, world' | 0.231344 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/mixcloud.py", line 66, in _real_extract
raise ExtractorError(u'Unable to extract track url')ExtractorError: Unable to extract track url; 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/bin/overviewer.py", line 650, in <module>
ret = main()
"/usr/bin/overviewer.py", line 168, in main
g.genPOI.main()
"/usr/lib/python3.5/dist-packages/overviewer_core/aux_files/genPOI.py", line 535, in main
sfilters = sorted(filters, key=keyfunc)
TypeError: unorderable types: RegionSet() < RegionSet()
| 0.199722 |
Traceback (most recent call last):
"D:\Python27\lib\site-packages\beets\util\__init__.py", line 426, in move
shutil.copyfile(path, dest)
"D:\Python27\lib\shutil.py", line 82, in copyfile
with open(dst, 'wb') as fdst:IOError: [Errno 2] No such file or directory: u'\\\\?\\E:\\Music2\\Knife Party\\Rage Valley EP\\cover.jpg' | Traceback (most recent call last):
"/usr/src/app/homeassistant/core.py", line 1006, in _event_to_service_call
await service_handler.func(service_call)
"/usr/src/app/homeassistant/components/configurator.py", line 224, in async_handle_service_call
call.data.get(ATTR_FIELDS, {}))
"/usr/local/lib/python3.6/asyncio/futures.py", line 327, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/local/lib/python3.6/asyncio/tasks.py", line 250, in _wakeup
future.result()
"/usr/local/lib/python3.6/asyncio/futures.py", line 243, in result
raise self._exception
"/usr/local/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/app/homeassistant/components/device_tracker/icloud.py", line 204, in icloud_trusted_device_callback
self._trusted_device = self.api.trusted_devices[self._trusted_device]
IndexError: list index out of range
| 0.283743 |
Traceback (most recent call last):
"/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent
scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero | Traceback (most recent call last):
"/Applications/mu-editor.app/Contents/MacOS/mu-editor", line 20, in <module>
load_entry_point('mu-editor==1.0.1', 'console_scripts', 'mu-editor')()
"/Users/travis/build/mu-editor/mu_portable_python_macos/python/lib/python3.6/site-packages/pkg_resources/__init__.py", line 480, in load_entry_point
"/Users/travis/build/mu-editor/mu_portable_python_macos/python/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2693, in load_entry_point
"/Users/travis/build/mu-editor/mu_portable_python_macos/python/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2324, in load
"/Users/travis/build/mu-editor/mu_portable_python_macos/python/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2330, in resolve
"/Applications/mu-editor.app/Contents/Resources/app/mu/app.py", line 29, in <module>
from PyQt5.QtCore import QTimer, Qt
ImportError: dlopen(/Applications/mu-editor.app/Contents/Resources/app_packages/PyQt5/QtCore.so, 2): Symbol not found: __os_log_default
| 0.107764 |
Traceback (most recent call last):
"/home/lenny/.local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 794, in extract_info
ie_result = ie.extract(url)
"/home/lenny/.local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/home/lenny/.local/lib/python2.7/site-packages/youtube_dl/extractor/metacafe.py", line 164, in _real_extract
['og:title', 'twitter:title'], webpage, 'title', default=None) or self._search_regex(r'<h1>(.*?)</h1>', webpage, 'title')
"/home/lenny/.local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 983, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
RegexNotFoundError: Unable to extract title; 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):
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/threading.py", line 926, in _bootstrap_inner
self.run()
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 338, in _thread_loop
six.reraise(*sys.exc_info())
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/six.py", line 703, in reraise
raise value
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 308, in _thread_loop
batch = self._dataset_fetcher.fetch(indices)
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dataloader/fetcher.py", line 65, in fetch
data = self.collate_fn(data)
"/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/paddle/fluid/dataloader/dataloader_iter.py", line 95, in default_collate_fn
raise RuntimeError("Unknown data type {}".format(type(slot[0])))
RuntimeError: Unknown data type <class 'PIL.Image.Image'>
| 0.327396 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/urllib3/connection.py", line 171, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 79, in create_connection
raise err
"/usr/local/lib/python3.6/dist-packages/urllib3/util/connection.py", line 69, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
| Traceback (most recent call last):
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/app.py", line 1701, in __call__
return self.wsgi_app(environ, start_response)
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/app.py", line 1689, in wsgi_app
response = self.make_response(self.handle_exception(e))
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/app.py", line 1687, in wsgi_app
response = self.full_dispatch_request()
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/app.py", line 1360, in full_dispatch_request
rv = self.handle_user_exception(e)
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/app.py", line 1358, in full_dispatch_request
rv = self.dispatch_request()
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/app.py", line 1344, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/Users/marian/github/offeneskoeln/webapp/views.py", line 202, in dokument
return render_template('dokument_detailseite.html', submission=result[0])
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/templating.py", line 125, in render_template
context, ctx.app)
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/flask/templating.py", line 107, in _render
rv = template.render(context)
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/jinja2/environment.py", line 894, in render
return self.environment.handle_exception(exc_info, True)
"/Users/marian/github/offeneskoeln/webapp/templates/dokument_detailseite.html", line 1, in top-level template code
{% extends "layout.html" %}
"/Users/marian/github/offeneskoeln/webapp/templates/layout.html", line 37, in top-level template code
{% block content %}{% endblock %}
"/Users/marian/github/offeneskoeln/webapp/templates/dokument_detailseite.html", line 79, in block "content"
{{ session.date_start.strftime('%B')|safe }}
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/jinja2/filters.py", line 705, in do_mark_safe
return Markup(value)
"/Users/marian/github/offeneskoeln/venv/lib/python2.7/site-packages/jinja2/_markupsafe/__init__.py", line 71, in __new__
return unicode.__new__(cls, base)UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in range(128) | 0.216859 |
Traceback (most recent call last):
"./TorrentToMedia.py", line 325, in <module>
exit(main(sys.argv))
"./TorrentToMedia.py", line 310, in main
clientAgent)
"./TorrentToMedia.py", line 98, in processTorrent
nzbtomedia.pause_torrent(clientAgent, inputHash, inputID, inputName)
"/home/ctrought/apps/nzbToMedia/nzbtomedia/nzbToMediaUtil.py", line 743, in pause_torrent
nzbtomedia.TORRENT_CLASS.core.pause_torrent([inputID])AttributeError: 'DelugeClient' object has no attribute 'core' | Traceback (most recent call last):
"/usr/local/medusa/<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/medusa/server/web/core/base.py#L251">medusa/server/web/core/base.py</a>", line 251, in async_call
result = function(**kwargs)TypeError: index() got an unexpected keyword argument 'redirect:${57550614+16044095}' | 0.095049 |
Traceback (most recent call last):
"......\nuitkaTest.py", line 1, in <module>
import paramiko
"C:\Program
s\Python37\lib\site-packages\paramiko\__init__.py", line 22, in <module paramiko>
from paramiko.transport import SecurityOptions, Transport
"C:\Program
s\Python37\lib\site-packages\paramiko\transport.py", line 90, in <module paramiko.transport>
from paramiko.ed25519key import Ed25519Key
"C:\Program
s\Python37\lib\site-packages\paramiko\ed25519key.py", line 22, in <module paramiko.ed25519key>
import nacl.signing
"C:\Program
s\Python37\lib\site-packages\nacl\signing.py", line 17, in <module nacl.signing>
import nacl.bindings
"C:\Program
s\Python37\lib\site-packages\nacl\bindings\__init__.py", line 17, in <module nacl.bindings>
from nacl.bindings.crypto_aead import (
"C:\Program
s\Python37\lib\site-packages\nacl\bindings\crypto_aead.py", line 18, in <module nacl.bindings.crypto_aead>
from nacl._sodium import ffi, lib
ModuleNotFoundError: No module named 'nacl._sodium'
| Traceback (most recent call last):
"/home/travis/maintainer-quality-tools/travis/run_pylint.py", line 75, in run_pylint
pylint_res = pylint.lint.Run(cmd, exit=False)
"pylint/lint.py", line 1309, in __init__
linter.check(args)
"pylint/lint.py", line 729, in check
self._do_check(files_or_modules)
"pylint/lint.py", line 860, in _do_check
self.check_astroid_module(ast_node, walker, rawcheckers, tokencheckers)
"pylint/lint.py", line 939, in check_astroid_module
walker.walk(ast_node)
"pylint/utils.py", line 937, in walk
self.walk(child)
"pylint/utils.py", line 937, in walk
self.walk(child)
"pylint/utils.py", line 937, in walk
self.walk(child)
"pylint/utils.py", line 934, in walk
cb(astroid)
"pylint/checkers/typecheck.py", line 984, in visit_for
self._check_iterable(node.iter)
"pylint/checkers/typecheck.py", line 964, in _check_iterable
if not is_iterable(infered):
"pylint/checkers/utils.py", line 690, in is_iterable
return _supports_protocol(value, _supports_iteration_protocol)
"pylint/checkers/utils.py", line 681, in _supports_protocol
if isinstance(value, astroid.BaseInstance):AttributeError: 'module' object has no attribute 'BaseInstance' | 0.318751 |
Traceback (most recent call last):
"/opt/minecraft/map_maker/chunk.py", line 160, in render_and_save
return a.render_and_save(cave)
"/opt/minecraft/map_maker/chunk.py", line 483, in render_and_save
img = self.chunk_render(cave=cave)
"/opt/minecraft/map_maker/chunk.py", line 607, in chunk_render
right_blocks = self.right_blocks
"/opt/minecraft/map_maker/chunk.py", line 310, in _load_right_blocks
self._load_right()
"/opt/minecraft/map_maker/chunk.py", line 298, in _load_right
chunk_data = get_lvldata(chunk_path)
"/opt/minecraft/map_maker/chunk.py", line 51, in get_lvldata
return nbt.load(filename)[1]['Level']
"/opt/minecraft/map_maker/nbt.py", line 23, in load
return NBT
Reader(fileobj).read_all()
"/opt/minecraft/map_maker/nbt.py", line 135, in read_all
tagtype = ord(self._file.read(1))TypeError: ord() expected a character, but string of length 0 found | Traceback (most recent call last):
"/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 549, in run_
return self.run(edit)
"run_ruby_test in /Users/<username>/Library/Application Support/Sublime Text 3/Installed Packages/RubyTest.sublime-package", line 341, in run
"run_ruby_test in /Users/<username>/Library/Application Support/Sublime Text 3/Installed Packages/RubyTest.sublime-package", line 207, in run_shell_command
"run_ruby_test in /Users/<username>/Library/Application Support/Sublime Text 3/Installed Packages/RubyTest.sublime-package", line 212, in display_results
"run_ruby_test in /Users/<username>/Library/Application Support/Sublime Text 3/Installed Packages/RubyTest.sublime-package", line 39, in display_results
"run_ruby_test in /Users/<username>/Library/Application Support/Sublime Text 3/Installed Packages/RubyTest.sublime-package", line 49, in appendTypeError: begin_edit() missing 2 required positional arguments: 'edit_token' and 'cmd' | 0.244427 |
invalid output was: Traceback (most recent call last):
"/root/.ansible/tmp/ansible-1365459042.26-247034169035691/authorized_key", line 1053, in <module>
main()
"/root/.ansible/tmp/ansible-1365459042.26-247034169035691/authorized_key", line 215, in main
results = enforce_state(module, module.params)
"/root/.ansible/tmp/ansible-1365459042.26-247034169035691/authorized_key", line 190, in enforce_state
writekeys(module, keyfile(module, user, write, path, manage_dir), keys)
"/root/.ansible/tmp/ansible-1365459042.26-247034169035691/authorized_key", line 135, in keyfile
f.close()UnboundLocalError: local variable 'f' referenced before assignment | Traceback (most recent call last):
"/home/johannes/trigger/tests/test_acl.py", line 185, in testBadModifiers
except acl.ActionError:AttributeError: 'module' object has no attribute 'ActionError' | 0.258565 |
Traceback (most recent call last):
"objects.py", line 1, in <module>
from numba import double, autojit
"/opt/numba/lib/python2.7/site-packages/numba/**init**.py", line 4, in <module>
from numba import module_type_inference
"/opt/numba/lib/python2.7/site-packages/numba/module_type_inference.py", line 15, in <module>
from numba import typesystem
"/opt/numba/lib/python2.7/site-packages/numba/typesystem/**init**.py", line 6, in <module>
from typemapper import *
"/opt/numba/lib/python2.7/site-packages/numba/typesystem/typemapper.py", line 3, in <module>
import llvm.coreImportError: No module named llvm.core | Traceback (most recent call last):
"/Users/bussonniermatthias/dev/jedi/jedi/parser/utils.py", line 38, in wrapper
return getattr(self, name)
AttributeError: 'MixedName' object has no attribute '_infer'
| 0.307205 |
Traceback (most recent call last):
"00_v03.py", line 18, in <module>
rs.order_crypto('ETH', 'buy', 1, "quantity", 1)
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/robin_stocks/robinhood/helper.py", line 33, in login_wrapper
return(func(*args, **kwargs))
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/robin_stocks/robinhood/orders.py", line 1442, in order_crypto
url = order_crypto()
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/robin_stocks/robinhood/helper.py", line 33, in login_wrapper
return(func(*args, **kwargs))
TypeError: order_crypto() missing 3 required positional arguments: 'symbol', 'side', and 'quantityOrPrice'
| Traceback (most recent call last):
"./python_demos/object_detection_demo/object_detection_demo.py", line 32, in <module>
from models import *
"/home/pi/open_model_zoo/demos/python_demos/common/models/__init__.py", line 19, in <module>
from .yolo import YOLO
"/home/pi/open_model_zoo/demos/python_demos/common/models/yolo.py", line 18, in <module>
import ngraph
ModuleNotFoundError: No module named 'ngraph'
| 0.277563 |
Traceback (most recent call last):
"optuna_enque_trial.py", line 33, in <module>
main()
"optuna_enque_trial.py", line 27, in main
value=12.5, params={"x": 25}, distributions={"x": optuna.distributions.UniformDistribution(10, 12.5)})
"/home/masaki/ghq/github.com/optuna/optuna-1/optuna/_experimental.py", line 68, in new_func
return func(*args, **kwargs)
# type: ignore
"/home/masaki/ghq/github.com/optuna/optuna-1/optuna/trial/_frozen.py", line 538, in create_trial
trial._validate()
"/home/masaki/ghq/github.com/optuna/optuna-1/optuna/trial/_frozen.py", line 332, in _validate
"{}.".format(param_value, param_name, distribution)
ValueError: The value 25 of parameter 'x' isn't contained in the distribution UniformDistribution(high=12.5, low=10).
| Traceback (most recent call last):
"/home/user/env/bin/floss", line 9, in <module>
load_entry_point('floss', 'console_scripts', 'floss')()
"/home/user/src/flare-floss/floss/main.py", line 618, in main
decoded_strings = decode_strings(vw, function_index, decoding_functions_candidates)
"/home/user/src/flare-floss/floss/main.py", line 55, in decode_strings
for ctx in string_decoder.extract_decoding_contexts(vw, fva):
"/home/user/src/flare-floss/floss/string_decoder.py", line 104, in extract_decoding_contexts
return get_function_contexts(vw, function)
"/home/user/src/flare-floss/floss/function_argument_getter.py", line 97, in get_function_contexts
return FunctionArgumentGetter(vw).get_all_function_contexts(fva)
"/home/user/src/flare-floss/floss/function_argument_getter.py", line 46, in get_all_function_contexts
function_context = self.get_contexts_via_monitor(caller_va, function_va)
"/home/user/src/flare-floss/floss/function_argument_getter.py", line 87, in get_contexts_via_monitor
self.driver.remove_monitor(monitor)UnboundLocalError: local variable 'monitor' referenced before assignment | 0.270544 |
Traceback (most recent call last):
"/root/Desktop/w3af-master/w3af/core/ui/gui/main.py", line 547, in _scan_director
func()
"/root/Desktop/w3af-master/w3af/core/ui/gui/main.py", line 646, in _scan_start
self.set_tabs(True)
"/root/Desktop/w3af-master/w3af/core/ui/gui/main.py", line 793, in set_tabs
self._set_tab(sensit, _("Results"), scanrun.ScanRunBody)
"/root/Desktop/w3af-master/w3af/core/ui/gui/main.py", line 799, in _set_tab
newone = realWidget(self.w3af)
"/root/Desktop/w3af-master/w3af/core/ui/gui/scanrun.py", line 675, in __init__
kbbrowser = KBBrowser(w3af)
"/root/Desktop/w3af-master/w3af/core/ui/gui/scanrun.py", line 247, in __init__
description = self.get_notebook_description()
"/root/Desktop/w3af-master/w3af/core/ui/gui/scanrun.py", line 262, in get_notebook_description
self.description = webkit.WebView()NameError: global name 'webkit' is not defined | Traceback (most recent call last):
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/bin/nucypher", line 10, in <module>
sys.exit(nucypher_cli())
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/nucypher/cli/config.py", line 215, in wrapper
return func(config, *args, **kwargs)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/nucypher/cli/characters/alice.py", line 134, in alice
blockchain.connect(sync_now=sync, fetch_registry=False)
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/nucypher/blockchain/eth/interfaces.py", line 254, in connect
self.client.sync()
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/nucypher/blockchain/eth/clients.py", line 245, in sync
self.log.info(f"Waiting for {self.chain_name.capitalize()} chain synchronization to begin")
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/nucypher/blockchain/eth/clients.py", line 147, in chain_name
return PUBLIC_CHAINS[int(self.chain_id)]
"/Users/maclanewilkison/.local/share/virtualenvs/nucypher-XlVjNaNV/lib/python3.7/site-packages/nucypher/blockchain/eth/clients.py", line 183, in chain_id
return str(int(self.w3.eth.chainId, 16))
TypeError: int() can't convert non-string with explicit base
| 0.302249 |
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 345, in salt_call
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/call.py", line 58, in run
caller.run()
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 134, in run
ret = self.call()
"/usr/lib/python2.7/dist-packages/salt/cli/caller.py", line 197, in call
ret['return'] = func(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/state.py", line 1345, in single
err = st_.verify_data(kwargs)
"/usr/lib/python2.7/dist-packages/salt/state.py", line 986, in verify_data
data['name'], data['__sls__'], type(data['name']).__name__)KeyError: '__sls__' | Addon error: Traceback (most recent call last):
"mitmproxy\addons\view.py", line 612, in update
"blinker\base.py", line 266, in send
"blinker\base.py", line 266, in <listcomp>
"mitmproxy\tools\web\master.py", line 57, in _sig_view_update
"mitmproxy\tools\web\app.py", line 214, in broadcast
"json\__init__.py", line 234, in dumps
"json\encoder.py", line 199, in encode
"json\encoder.py", line 257, in iterencode
"json\encoder.py", line 179, in default
TypeError: Object of type bytes is not JSON serializable
| 0.326883 |
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):
"/usr/lib64/python3.3/site-packages/matplotlib/_pylab_helpers.py", line 86, in destroy_all
manager.destroy()
"/usr/lib64/python3.3/site-packages/matplotlib/backends/backend_gtk3.py", line 427, in destroy
self.canvas.destroy()AttributeError: 'FigureManagerGTK3Agg' object has no attribute 'canvas' | 0.211069 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 2059, in _real_extract
raise ExtractorError(error_message, expected=True)
youtube_dl.utils.ExtractorError: Video unavailable
| Traceback (most recent call last):
"display_data.py", line 42, in <module>
main()
"display_data.py", line 29, in main
agent = RepeatLabelAgent(opt)
"/somewhere/code/ParlAI/parlai/agents/repeat_label/agents.py", line 27, in __init__
super().__init__(opt)
TypeError: super() takes at least 1 argument (0 given)
| 0.217094 |
Traceback (most recent call last):
"/tmp/tmp.8wcYIPL3yV/lib/python3.5/site-packages/salt/state.py", line 1934, in call
**cdata['kwargs'])
"/tmp/tmp.8wcYIPL3yV/lib/python3.5/site-packages/salt/loader.py", line 1799, in wrapper
return f(*args, **kwargs)
"/tmp/tmp.8wcYIPL3yV/lib/python3.5/site-packages/salt/states/docker_image.py", line 329, in present
msg = exc.__str__()
UnboundLocalError: local variable 'exc' referenced before assignment
| Traceback (most recent call last):
"c:\Users\Administrator\Desktop\keras_ner\ner.py", line 213, in <module>
file_path='data')
"c:\Users\Administrator\Desktop\keras_ner\ner.py", line 77, in __init__
self.model = self.train()
"c:\Users\Administrator\Desktop\keras_ner\ner.py", line 103, in train
loss, logits, text_lens = self.train_one_step(model, optimizer, text_batch, labels_batch)
"c:\Users\Administrator\Desktop\keras_ner\ner.py", line 117, in train_one_step
logits, text_lens, log_likelihood = model(text_batch, labels_batch, training=True)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\keras\engine\base_layer.py", line 822, in __call__
outputs = self.call(cast_inputs, *args, **kwargs)
"c:\Users\Administrator\Desktop\keras_ner\ner.py", line 41, in call
log_likelihood, self.transition_params = ta.text.crf_log_likelihood(logits, label_sequences, text_lens)
"D:\anaconda3\lib\site-packages\tensorflow_addons\text\crf.py", line 214, in crf_log_likelihood
inputs, tag_indices, sequence_lengths, transition_params
"D:\anaconda3\lib\site-packages\tensorflow_addons\text\crf.py", line 77, in crf_sequence_score
return tf.cond(tf.equal(tf.shape(inputs)[1], 1), _single_seq_fn, _multi_seq_fn)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\ops\control_flow_ops.py", line 1389, in cond_for_tf_v2
return cond(pred, true_fn=true_fn, false_fn=false_fn, strict=True, name=name)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\util\deprecation.py", line 507, in new_func
return func(*args, **kwargs)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\ops\control_flow_ops.py", line 1204, in cond
result = false_fn()
"D:\anaconda3\lib\site-packages\tensorflow_addons\text\crf.py", line 72, in _multi_seq_fn
tag_indices, sequence_lengths, transition_params
"D:\anaconda3\lib\site-packages\tensorflow_addons\text\crf.py", line 291, in crf_binary_score
binary_scores = tf.gather(flattened_transition_params, flattened_transition_indices)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\util\dispatch.py", line 180, in wrapper
return target(*args, **kwargs)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\ops\array_ops.py", line 4125, in gather_v2
batch_dims=batch_dims)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\util\dispatch.py", line 180, in wrapper
return target(*args, **kwargs)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\ops\array_ops.py", line 4108, in gather
return gen_array_ops.gather_v2(params, indices, axis, name=name)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\ops\gen_array_ops.py", line 3683, in gather_v2
_ops.raise_from_not_ok_status(e, name)
"D:\anaconda3\lib\site-packages\tensorflow_core\python\framework\ops.py", line 6606, in raise_from_not_ok_status
six.raise_from(core._status_to_exception(e.code, message), None)
"<string>", line 3, in raise_from
tensorflow.python.framework.errors_impl.InvalidArgumentError: indices[0,77] = -1 is not in [0, 49) [Op:GatherV2]
| 0.310354 |
Traceback (most recent call last):
"/usr/local/bin/dcode", line 303, in <module>
main()
"/usr/local/bin/dcode", line 301, in main
decode(string, 'none')
"/usr/local/bin/dcode", line 277, in decode
hexenc(string, base)
"/usr/local/bin/dcode", line 209, in hexenc
string = bytearray.fromhex(string)
ValueError: non-hexadecimal number found in fromhex() arg at position 4
| Traceback (most recent call last):
"/home/aaronmeurer/Documents/numba/numba/core/typeinfer.py", line 149, in propagate
constraint(typeinfer)
"/home/aaronmeurer/Documents/numba/numba/core/typeinfer.py", line 486, in __call__
self.resolve(typeinfer, typevars, fnty)
"/home/aaronmeurer/Documents/numba/numba/core/typeinfer.py", line 506, in resolve
sig = typeinfer.resolve_call(fnty, pos_args, kw_args)
"/home/aaronmeurer/Documents/numba/numba/core/typeinfer.py", line 1440, in resolve_call
return self.context.resolve_function_type(fnty, pos_args, kw_args)
"/home/aaronmeurer/Documents/numba/numba/core/typing/context.py", line 214, in resolve_function_type
raise last_exception
"/home/aaronmeurer/Documents/numba/numba/core/typing/context.py", line 197, in resolve_function_type
res = self._resolve_user_function_type(func, args, kws)
"/home/aaronmeurer/Documents/numba/numba/core/typing/context.py", line 249, in _resolve_user_function_type
return func.get_call_type(self, args, kws)
"/home/aaronmeurer/Documents/numba/numba/core/types/functions.py", line 148, in get_call_type
failures.raise_error()
"/home/aaronmeurer/Documents/numba/numba/core/types/functions.py", line 77, in raise_error
raise errors.TypingError(self.format())
numba.core.errors.TypingError: Invalid use of Function(<ufunc 'isinf'>) with argument(s) of type(s): (array(datetime64[], 1d, C), array(bool, 1d, C))
| 0.237016 |
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/lib/python2.7/dist-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/testing/decorators.py", line 118, in wrapped_function
func(*args, **kwargs)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/testing/decorators.py", line 53, in failer
result = f(*args, **kwargs)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/tests/test_backend_qt4.py", line 158, in test_non_unicode_key
None)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/testing/decorators.py", line 371, in backend_switcher
result = func(*args, **kwargs)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/tests/test_backend_qt4.py", line 59, in assert_correct_key
qt_canvas = plt.figure().canvas
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/pyplot.py", line 527, in figure
**kwargs)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/backends/backend_qt4agg.py", line 46, in new_figure_manager
return new_figure_manager_given_figure(num, thisFig)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/backends/backend_qt4agg.py", line 53, in new_figure_manager_given_figure
canvas = FigureCanvasQTAgg(figure)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/backends/backend_qt4agg.py", line 71, in __init__
FigureCanvasQT.__init__(self, figure)
"/«PKGBUILDDIR»/build/lib.linux-i686-2.7/matplotlib/backends/backend_qt4.py", line 71, in __init__
QtWidgets.QWidget.__init__(self)TypeError: __init__() takes exactly 2 arguments (1 given) | 0.139372 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/pyasn1/type/univ.py", line 262, in prettyIn
return self.namedValues[value]
"/usr/local/lib/python3.7/site-packages/pyasn1/type/namedval.py", line 143, in __getitem__
return self.__names[key]
KeyError: '1,1,1,1,1,1,1,1'
| Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/chainer/iterators/multiprocess_iterator.py", line 117, in __del__
"/usr/local/lib/python3.5/dist-packages/chainer/iterators/multiprocess_iterator.py", line 242, in terminate
AttributeError: 'NoneType' object has no attribute 'STATUS_TERMINATE'
| 0.312265 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\User\Anaconda3\Lib\site-packages\hyperopt-sklearn-0.0.3\hyperopt-sklearn\setup.py", line 36, in <module>
distribute_setup.use_setuptools()
"c:\users\user\hyperopt\distribute_setup.py", line 152, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
"c:\users\user\hyperopt\distribute_setup.py", line 132, in _do_download
_build_egg(egg, tarball, to_dir)
"c:\users\user\hyperopt\distribute_setup.py", line 105, in _build_egg
_extractall(tar)
"c:\users\user\hyperopt\distribute_setup.py", line 500, in _extractall
self.chown(tarinfo, dirpath)
TypeError: chown() missing 1 required positional argument: 'numeric_owner'
| Traceback (most recent call last):
"sqlmap.py", line 128, in main
init()
"lib/core/option.py", line 2572, in init
_setTamperingFunctions()
"lib/core/option.py", line 918, in _setTamperingFunctions
raise SqlmapSyntaxException("cannot import tamper script '%s' (%s)" % (filename[:-3], msg))UnicodeDecodeError: 'ascii' codec can't decode byte 0xd7 in position 75: ordinal not in range(128) | 0.245178 |
Traceback (most recent call last):
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 209, in timerUpdate
data=self.get
Data()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 118, in get
Data
cdsLib=self.getCdsLib()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 215, in getCdsLib
return k.widget.cdsLibAttributeError: 'oaideWidget' object has no attribute 'cdsLib' | Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 725, in urlopen
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
"/usr/local/lib/python3.7/site-packages/urllib3/util/retry.py", line 403, in increment
raise six.reraise(type(error), error, _stacktrace)
"/usr/local/lib/python3.7/site-packages/urllib3/packages/six.py", line 735, in reraise
raise value
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 677, in urlopen
chunked=chunked,
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 428, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 336, in _raise_timeout
self, url, "Read timed out. (read timeout=%s)" % timeout_value
urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='services.swpc.noaa.gov', port=443): Read timed out. (read timeout=5)
| 0.196898 |
Traceback (most recent call last):
"docker-compose", line 6, in <module>
"compose\cli\main.py", line 72, in main
"compose\cli\main.py", line 128, in perform_command
"compose\cli\main.py", line 865, in run
"compose\cli\main.py", line 1349, in run_one_off_container
"compose\cli\main.py", line 1469, in call_docker
"subprocess.py", line 172, in call
"subprocess.py", line 394, in __init__
"subprocess.py", line 644, in _execute_child
TypeError: environment can only contain strings
| Traceback (most recent call last):
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-3.5-pydebug/psutil/tests/__init__.py", line 494, in wrapper
raise err
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-3.5-pydebug/psutil/tests/__init__.py", line 491, in wrapper
return fun(*args, **kwargs)
"/build/python-psutil-4.1.0/build/lib.linux-x86_64-3.5-pydebug/psutil/tests/test_linux.py", line 157, in test_cached
delta=MEMORY_TOLERANCE)AssertionError: 3243159552 != 2147319808 within 512000 delta | 0.273619 |
Traceback (most recent call last):
"dwt_util.py", line 92, in clear_diagtrack
"dwt_util.py", line 263, in subprocess_handlerCalledProcessError: Command '['takeown', '/f', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '&&', 'icacls', 'C:/ProgramData/Microsoft/Diagnosis/ETLLogs/AutoLogger/AutoLogger-Diagtrack-Listener.etl', '/grant', 'administrators:F']' returned non-zero exit status 1 | Traceback (most recent call last):
"./psk-frontend.py", line 66, in new_client
hint=self.hint)
"/usr/local/lib/python3.5/dist-packages/sslpsk/sslpsk.py", line 99, in wrap_socket
sock = ssl.wrap_socket(*args, **kwargs)
"/usr/lib/python3.5/ssl.py", line 1069, in wrap_socket
ciphers=ciphers)
"/usr/lib/python3.5/ssl.py", line 695, in __init__
self._context.set_ciphers(ciphers)
ssl.SSLError: ('No cipher can be selected.',)
| 0.28942 |
Traceback (most recent call last):
"c:\users\mohammad\anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 3021, in _dep_map
return self.__dep_map
"c:\users\mohammad\anaconda3\lib\site-packages\pip\_vendor\pkg_resources\__init__.py", line 2815, in __getattr__
raise AttributeError(attr)
AttributeError: _DistInfoDistribution__dep_map
| Traceback (most recent call last):
"/tmp/gks3/bin/khal", line 8, in <module>
sys.exit(main_khal())
"/tmp/gks3/lib/python3.8/site-packages/click/core.py", line 700, in __call__
return self.main(*args, **kwargs)
"/tmp/gks3/lib/python3.8/site-packages/click/core.py", line 680, in main
rv = self.invoke(ctx)
"/tmp/gks3/lib/python3.8/site-packages/click/core.py", line 1024, in invoke
Command.invoke(self, ctx)
"/tmp/gks3/lib/python3.8/site-packages/click/core.py", line 873, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/tmp/gks3/lib/python3.8/site-packages/click/core.py", line 508, in invoke
return callback(*args, **kwargs)
"/tmp/gks3/lib/python3.8/site-packages/click/decorators.py", line 16, in new_func
return f(get_current_context(), *args, **kwargs)
"/tmp/gks3/lib/python3.8/site-packages/khal/cli.py", line 244, in cli
prepare_context(ctx, config)
"/tmp/gks3/lib/python3.8/site-packages/khal/cli.py", line 201, in prepare_context
conf = get_config(config)
"/tmp/gks3/lib/python3.8/site-packages/khal/settings/settings.py", line 137, in get_config
config_checks(user_config, _get_color_from_vdir, _get_vdir_type)
"/tmp/gks3/lib/python3.8/site-packages/khal/settings/utils.py", line 239, in config_checks
name = get_unique_name(vdir, config['calendars'].keys())
"/tmp/gks3/lib/python3.8/site-packages/khal/settings/utils.py", line 170, in get_unique_name
name = Vdir(path, '.ics').get_meta('displayname')
"/tmp/gks3/lib/python3.8/site-packages/khal/khalendar/vdir.py", line 151, in __init__
raise CollectionNotFoundError(path)
khal.khalendar.vdir.CollectionNotFoundError: /tmp/muelli-calendar/aa0488b2-1edd-4868-9b82-6e73270f855f.ics
| 0.319791 |
Traceback (most recent call last):
"/usr/bin/gcalcli", line 1524, in <module>
BowChickaWowWow()
"/usr/bin/gcalcli", line 1426, in BowChickaWowWow
borderColor=borderColor)
"/usr/bin/gcalcli", line 345, in **init**
self.allCals = self.gcal.GetAllCalendarsFeed()
"/usr/lib/python2.7/dist-packages/gdata/calendar/service.py", line 81, in GetAllCalendarsFeed
return self.Get(uri, converter=gdata.calendar.CalendarListFeedFromString)
"/usr/lib/python2.7/dist-packages/gdata/service.py", line 1107, in Get
'reason': server_response.reason, 'body': result_body}gdata.service.RequestError: {'status': 403, 'body': '<HTML>\n<HEAD>\n<TITLE>Forbidden</TITLE>\n</HEAD>\n<BODY BGCOLOR="#FFFFFF" TEXT="#000000">\n<H1>Forbidden</H1>\n<H2>Error 403</H2>\n</BODY>\n</HTML>\n', 'reason': 'Forbidden'} | Traceback (most recent call last):
"setup.py", line 11, in <module>
readme = readme_file.read()
"/usr/lib/python3.5/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 12: ordinal not in range(128)
| 0.26881 |
Traceback (most recent call last):
"manage.py", line 30, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line
utility.execute()
"/usr/local/lib/python3.8/site-packages/django/core/management/__init__.py", line 377, in execute
django.setup()
"/usr/local/lib/python3.8/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
"/usr/local/lib/python3.8/site-packages/django/apps/registry.py", line 122, in populate
app_config.ready()
"/usr/local/lib/python3.8/site-packages/waffle/apps.py", line 9, in ready
import waffle.signals
# noqa: F401
"/usr/local/lib/python3.8/site-packages/waffle/signals.py", line 7, in <module>
@receiver(m2m_changed, sender=get_waffle_flag_model().users.through)
AttributeError: type object 'Flag' has no attribute 'users'
|
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\conda\core\package_cache_data.py", line 311, in _make_single_record
raw_json_record = read_index_json(extracted_package_dir)
"C:\ProgramData\Anaconda3\lib\site-packages\conda\gateways\disk\read.py", line 115, in read_index_json
with open(join(extracted_package_directory, 'info', 'index.json')) as fi:
"C:\ProgramData\Anaconda3\lib\site-packages\conda\common\compat.py", line 132, in open
closefd=closefd)
NotFoundError: [Errno 2] No such file or directory: 'C:\\ProgramData\\Anaconda3\\pkgs\\pyhive-0.6.1-py37_0\\info\\index.json'
| 0.271057 |
Traceback (most recent call last):
"threading.pyo", line 551, in __bootstrap_inner
"cherrypy\process\plugins.pyo", line 475, in run
"cherrypy\process\plugins.pyo", line 600, in run
"cherrypy\process\plugins.pyo", line 591, in sysfiles
"email\__init__.pyo", line 79, in __getattr__ImportError: No module named message | Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 592, in extract_info
ie_result = ie.extract(url)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 243, in extract
return self._real_extract(url)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/xtube.py", line 58, in _real_extract
r'playerQualityOption = ({.+?});', webpage, 'player quality option'))
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 499, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 489, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract player quality option; 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.282388 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/setup.py", line 442, in <module>
numpy.distutils.core.setup(
"/home/ilya/.local/lib/python3.9/site-packages/numpy/distutils/core.py", line 169, in setup
return old_setup(**new_attr)
"/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 153, in setup
return distutils.core.setup(**attrs)
"/usr/lib/python3.9/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.9/distutils/dist.py", line 966, in run_commands
self.run_command(cmd)
"/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/home/ilya/.local/lib/python3.9/site-packages/numpy/distutils/command/install.py", line 60, in run
r = self.setuptools_run()
"/home/ilya/.local/lib/python3.9/site-packages/numpy/distutils/command/install.py", line 34, in setuptools_run
return distutils_install.run(self)
"/usr/lib/python3.9/distutils/command/install.py", line 546, in run
self.run_command('build')
"/usr/lib/python3.9/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib/python3.9/distutils/dist.py", line 985, in run_command
cmd_obj.run()
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/setup.py", line 311, in run
build_tvtk_classes_zip()
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/setup.py", line 297, in build_tvtk_classes_zip
gen_tvtk_classes_zip()
"tvtk/setup.py", line 66, in gen_tvtk_classes_zip
from setuptools import Command
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/tvtk/code_gen.py", line 123, in generate_code
self._write_wrapper_class(node, tvtk_name)
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/tvtk/code_gen.py", line 210, in _write_wrapper_class
self.wrap_gen.generate_code(node, out)
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/tvtk/wrapper_gen.py", line 243, in generate_code
self._gen_class_init(node, out)
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/tvtk/wrapper_gen.py", line 315, in _gen_class_init
self.dm.write_class_doc(klass.__doc__, out, indent)
"/tmp/pip-install-tmtv987a/mayavi_2f71dd9940dc4376b0d15ad069205815/tvtk/indenter.py", line 169, in write_class_doc
out.write(indent.format('\n' + ret))
UnicodeEncodeError: 'ascii' codec can't encode character '\xe9' in position 541: ordinal not in range(128)
| Traceback (most recent call last):
"/Users/dlogan/github/CellProfiler/CellProfiler.py", line 987, in <module>
main(sys.argv)
"/Users/dlogan/github/CellProfiler/CellProfiler.py", line 200, in main
cp_start_vm()
"/Users/dlogan/github/CellProfiler/cellprofiler/utilities/cpjvm.py", line 174, in cp_start_vm
max_heap_size = heap_size)
"/Users/dlogan/github/CPhomebrew/Cellar/cellprofiler-dev-python/1/cpdev/lib/python2.7/site-packages/javabridge/jutil.py", line 259, in start_vm
raise RuntimeError("Failed to start Java VM")RuntimeError: Failed to start Java VM | 0.209016 |
hash randomization: Traceback (most recent call last):
"./bin/test", line 68, in <module>
'subprocess': options.subprocess})
"/Users/aaronmeurer/Documents/Python/sympy/sympy/py3k-sympy/sympy/utilities/runtests.py", line 424, in test
return not bool(_test(*paths, **kwargs))
"/Users/aaronmeurer/Documents/Python/sympy/sympy/py3k-sympy/sympy/utilities/runtests.py", line 473, in _test
return int(not t.test(sort=sort, timeout=timeout, slow=slow))
"/Users/aaronmeurer/Documents/Python/sympy/sympy/py3k-sympy/sympy/utilities/runtests.py", line 834, in test
self._reporter.start(self._seed)
"/Users/aaronmeurer/Documents/Python/sympy/sympy/py3k-sympy/sympy/utilities/runtests.py", line 1564, in start
if HASH_RANDOMIZATION and (hash_seed == "random" or int(hash_seed)):TypeError: int() argument must be a string or a number, not 'NoneType' | Traceback (most recent call last):
"/usr/local/bin/tmuxp", line 9, in <module>
load_entry_point('tmuxp==0.1.0rc5', 'console_scripts', 'tmuxp')()
"/home/tony/workspace/tmuxp/tmuxp/cli.py", line 957, in main
command_load(args)
"/home/tony/workspace/tmuxp/tmuxp/cli.py", line 421, in command_load
load_workspace(file_cwd, args)
"/home/tony/workspace/tmuxp/tmuxp/cli.py", line 277, in load_workspace
builder.build()
"/home/tony/workspace/tmuxp/tmuxp/workspacebuilder.py", line 141, in build
for p, pconf in self.iter_create_panes(w, wconf):
"/home/tony/workspace/tmuxp/tmuxp/workspacebuilder.py", line 225, in iter_create_panes
p = w.attached_pane()
"/home/tony/workspace/tmuxp/tmuxp/window.py", line 404, in attached_pane
for pane in self._panes:
"/home/tony/workspace/tmuxp/tmuxp/window.py", line 430, in _panes
return self._list_panes()
"/home/tony/workspace/tmuxp/tmuxp/window.py", line 416, in _list_panes
panes = self.server._update_panes()._panes
"/home/tony/workspace/tmuxp/tmuxp/server.py", line 287, in _update_panes
self._list_panes()
"/home/tony/workspace/tmuxp/tmuxp/server.py", line 251, in _list_panes
'-F%s' % ''.join(tmux_formats),
# output
"/home/tony/workspace/tmuxp/tmuxp/server.py", line 97, in tmux
return tmux(*args, **kwargs)
"/home/tony/workspace/tmuxp/tmuxp/util.py", line 79, in __init__
self.stdout = stdout.decode().split('\n')UnicodeDecodeError: 'ascii' codec can't decode byte 0xe6 in position 3172: ordinal not in range(128) | 0.19183 |
[autoreload of numpy.random failed: Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/IPython/extensions/autoreload.py", line 247, in check
superreload(m, reload, self.old_objects)
ImportError: cannot import name '_numpy_tester'
| Traceback (most recent call last):
"H:/Pycharm_Video_detection/Object-Detection-and-Tracking/Object-Detection-and-Tracking/OneStage/yolo/yolov3_sort/main.py", line 166, in <module>
tracks = tracker.update(dets)
"H:\Pycharm_Video_detection\Object-Detection-and-Tracking\Object-Detection-and-Tracking\OneStage\yolo\yolov3_sort\sort.py", line 203, in update
trk.update(dets[d,:][0])
IndexError: too many indices for array
| 0.282161 |
Traceback (most recent call last):
"/media/f/git/uni/workspace/tribler/Tribler/Core/RawServer/SocketHandler.py", line 469, in handle_events
from Tribler.Core.NATFirewall.DialbackMsgHandler import DialbackMsgHandlerImportError: No module named NATFirewall.DialbackMsgHandler | Traceback (most recent call last):
"setup.py", line 101, in <module>
app.setup()
"setup.py", line 66, in setup
executables=self.executables(),
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\cx_Freeze\dist.py", line 342, in setup
distutils.core.setup(**attrs)
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\core.py", line 148, in setup
dist.run_commands()
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\site-packages\cx_Freeze\windist.py", line 390, in run
install = self.reinitialize_command('install', reinit_subcommands = 1)
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\cmd.py", line 306, in reinitialize_command
reinit_subcommands)
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\dist.py", line 938, in reinitialize_command
command = self.get_command_obj(command_name)
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\dist.py", line 858, in get_command_obj
cmd_obj = self.command_obj[command] = klass(self)
"C:\Users\jekoie\AppData\Local\Programs\Python\Python37-32\lib\distutils\cmd.py", line 57, in __init__
raise TypeError("dist must be a Distribution instance")
TypeError: dist must be a Distribution instance
| 0.257121 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/pip/basecommand.py", line 104, in main
status = self.run(options, args)
"/usr/lib/python3/dist-packages/pip/commands/install.py", line 245, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
"/usr/lib/python3/dist-packages/pip/req.py", line 1009, in prepare_files
req_to_install.run_egg_info()
"/usr/lib/python3/dist-packages/pip/req.py", line 225, in run_egg_info
command_desc='python setup.py egg_info')
"/usr/lib/python3/dist-packages/pip/**init**.py", line 256, in call_subprocess
% (command_desc, proc.returncode, cwd))pip.exceptions.InstallationError: Command python setup.py egg_info failed with error code 1 in /home/pi/build/mutagen | Traceback (most recent call last):
"/home/nick/workspace/quodlibet/quodlibet/quodlibet/browsers/playlists/main.py", line 407, in __drag_data_received
playlist.rename(name)
"/home/nick/workspace/quodlibet/quodlibet/quodlibet/util/collection.py", line 414, in rename
self.name = self._validated_name(new_name)
"/home/nick/workspace/quodlibet/quodlibet/quodlibet/util/collection.py", line 607, in _validated_name
_("A playlist named %s already exists.") % new_name)
ValueError: A playlist named foobar.m3u already exists.
``` | 0.299181 |
Traceback (most recent call last):
"/home/buildslave-sage/slave/sage_git/build/local/lib/python/doctest.py", line 2226, in runTest
raise self.failureException(self.format_failure(new.getvalue()))AssertionError: Failed doctest test for subop.__test__.sub_large_x (line 168) | Traceback (most recent call last):
"./runserver.py", line 20, in <module>
from pogom.app import Pogom
"/usr/src/app/pogom/app.py", line 19, in <module>
from .models import (Pokemon, Gym, Pokestop, ScannedLocation,
"/usr/src/app/pogom/models.py", line 36, in <module>
from .account import (tutorial_pokestop_spin, get_player_level, check_login,
"/usr/src/app/pogom/account.py", line 10, in <module>
from pgoapi import PGoApi
"/usr/local/lib/python2.7/site-packages/pgoapi/__init__.py", line 50, in <module>
from pgoapi.pgoapi import PGoApi
"/usr/local/lib/python2.7/site-packages/pgoapi/pgoapi.py", line 33, in <module>
from pgoapi.rpc_api import RpcApi
"/usr/local/lib/python2.7/site-packages/pgoapi/rpc_api.py", line 38, in <module>
from protobuf_to_dict import protobuf_to_dict
"/usr/local/lib/python2.7/site-packages/protobuf_to_dict.py", line 7, in <module>
from google.protobuf.descriptor import FieldDescriptor
"/usr/local/lib/python2.7/site-packages/google/protobuf/descriptor.py", line 46, in <module>
from google.protobuf.pyext import _message
ImportError: libprotobuf.so.13: cannot open shared object file: No such file or directory
| 0.22935 |
Traceback (most recent call last):
"site-packages\calibre\devices\usbms\driver.py", line 238, in update_booklist
"site-packages\calibre\devices\usbms\driver.py", line 539, in book_from_path
"site-packages\calibre\devices\usbms\books.py", line 40, in __init__
"site-packages\calibre\ebooks\metadata\book\base.py", line 790, in __nonzero__
"site-packages\calibre\ebooks\metadata\book\base.py", line 152, in __getattribute__
AttributeError: Metadata object has no attribute named: 'author'
| Traceback (most recent call last):
"/data/sentry/bin/sentry", line 10, in <module>
sys.exit(main())
"/data/sentry/lib/python2.7/site-packages/sentry/runner/__init__.py", line 162, in main
cli(prog_name=get_prog(), obj={}, max_content_width=100)
"/data/sentry/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/data/sentry/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/data/sentry/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/data/sentry/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/data/sentry/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/data/sentry/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/data/sentry/lib/python2.7/site-packages/sentry/runner/decorators.py", line 35, in inner
configure()
"/data/sentry/lib/python2.7/site-packages/sentry/runner/__init__.py", line 125, in configure
configure(ctx, py, yaml, skip_service_validation)
"/data/sentry/lib/python2.7/site-packages/sentry/runner/settings.py", line 156, in configure
skip_service_validation=skip_service_validation
"/data/sentry/lib/python2.7/site-packages/sentry/runner/initializer.py", line 319, in initialize_app
register_plugins(settings)
"/data/sentry/lib/python2.7/site-packages/sentry/runner/initializer.py", line 23, in register_plugins
from sentry.plugins import plugins
"/data/sentry/lib/python2.7/site-packages/sentry/plugins/__init__.py", line 21, in <module>
from sentry.plugins.bases import *
# NOQA
"/data/sentry/lib/python2.7/site-packages/sentry/plugins/bases/__init__.py", line 4, in <module>
from .issue2 import IssueTrackingPlugin2
# NOQA
"/data/sentry/lib/python2.7/site-packages/sentry/plugins/bases/issue2.py", line 19, in <module>
from sentry.plugins.endpoints import PluginGroupEndpoint
"/data/sentry/lib/python2.7/site-packages/sentry/plugins/endpoints.py", line 7, in <module>
from sentry.api.bases.group import GroupEndpoint
"/data/sentry/lib/python2.7/site-packages/sentry/api/bases/__init__.py", line 6, in <module>
from .organization_events import *
# NOQA
"/data/sentry/lib/python2.7/site-packages/sentry/api/bases/organization_events.py", line 4, in <module>
from sentry.api.event_search import get_snuba_query_args, InvalidSearchQuery
"/data/sentry/lib/python2.7/site-packages/sentry/api/event_search.py", line 127, in <module>
""")
"/data/sentry/lib/python2.7/site-packages/parsimonious/grammar.py", line 69, in __init__
exprs, first = self._expressions_from_rules(rules, decorated_custom_rules)
"/data/sentry/lib/python2.7/site-packages/parsimonious/grammar.py", line 106, in _expressions_from_rules
return RuleVisitor(custom_rules).visit(tree)
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 227, in visit
reraise(VisitationError, VisitationError(exc, exc_class, node), tb)
"/data/sentry/lib/python2.7/site-packages/parsimonious/nodes.py", line 217, in visit
return method(node, [self.visit(n) for n in node])
"/data/sentry/lib/python2.7/site-packages/parsimonious/grammar.py", line 371, in visit_regex
verbose='X' in flags)
"/data/sentry/lib/python2.7/site-packages/parsimonious/expressions.py", line 274, in __init__
(verbose and re.X))
"/data/sentry/lib64/python2.7/re.py", line 190, in compile
return _compile(pattern, flags)
"/data/sentry/lib64/python2.7/re.py", line 242, in _compile
raise error, v # invalid expression
parsimonious.exceptions.VisitationError: error: nothing to repeat
| 0.326184 |
Traceback (most recent call last):
"vol.py", line 192, in <module>
main()
"vol.py", line 183, in main
command.execute()
"/home/thehermit/opt/volatility-2.5/volatility/commands.py", line 145, in execute
func(outfd, data)
"/home/thehermit/opt/volatility-2.5/volatility/plugins/timeliner.py", line 168, in render_body
for line in data:
"/home/thehermit/opt/volatility-2.5/volatility/plugins/timeliner.py", line 238, in calculate
for offset, eprocess, ps_sources in psx:
"/home/thehermit/opt/volatility-2.5/volatility/plugins/malware/psxview.py", line 216, in calculate
ps_sources['psscan'] = self.check_psscan()
"/home/thehermit/opt/volatility-2.5/volatility/plugins/malware/psxview.py", line 124, in check_psscan
for p in filescan.PSScan(self._config).calculate())
"/home/thehermit/opt/volatility-2.5/volatility/plugins/malware/psxview.py", line 124, in <genexpr>
for p in filescan.PSScan(self._config).calculate())
"/home/thehermit/opt/volatility-2.5/volatility/plugins/malware/psxview.py", line 103, in get_file_offset
paddr = addr_space.translate(address)AttributeError: '
AddressSpace' object has no attribute 'translate' | Traceback (most recent call last):
"/PixivUtil2/PixivModel.py", line 584, in WriteInfo
info = codecs.open(filename, 'wb', encoding='utf-8')
"/usr/local/lib/python2.7/codecs.py", line 896, in open
file = __builtin__.open(filename, mode, buffering)
IOError: [Errno 2] No such file or directory: u'/mnt/Pixiv/26173 bonten/\u51e0\uff20\u4f8b\u5927\u796dM05a/R-18/sketch-icon - [\u5bc4\u7a3f] \u4f8b\u5927\u796d\uff11\uff14 \u300e\u30aa\u30ab\u30a4\u30e2\u30ce\u30ac\u30bf\u30ea\u300f.txt'
| 0.217787 |
Traceback (most recent call last):
"/usr/lib/python3.5/weakref.py", line 108, in remove
def remove(wr, selfref=ref(self)):
"/usr/local/lib/python3.5/dist-packages/torch/utils/data/dataloader.py", line 178, in handler
_error_if_any_worker_fails()
RuntimeError: DataLoader worker (pid 1542) is killed by signal: Bus error.
| Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 519, in _determine_conflicts
return check_install_conflicts(to_install)
"/usr/local/lib/python3.8/site-packages/pip/_internal/operations/check.py", line 107, in check_install_conflicts
would_be_installed = _simulate_installation_of(to_install, package_set)
"/usr/local/lib/python3.8/site-packages/pip/_internal/operations/check.py", line 135, in _simulate_installation_of
package_set[name] = PackageDetails(dist.version, dist.requires())
"/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2736, in requires
dm = self._dep_map
"/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3023, in _dep_map
self.__dep_map = self._compute_dependencies()
"/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3033, in _compute_dependencies
reqs.extend(parse_requirements(req))
"/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3094, in parse_requirements
yield Requirement(line)
"/usr/local/lib/python3.8/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3103, in __init__
raise RequirementParseError(str(e))
pip._vendor.pkg_resources.RequirementParseError: Parse error at "'(===2.5.'": Expected stringEnd
| 0.21572 |
Traceback (most recent call last):
"./sublime_plugin.py", line 337, in run_
"./makePDF.py", line 373, in run
"./getTeXRoot.py", line 10, in get_tex_rootTypeError: coercing to Unicode: need string or buffer, NoneType found | Traceback (most recent call last):
"cupy/cuda/driver.pyx", line 247, in cupy.cuda.driver.moduleUnload
"cupy/cuda/driver.pyx", line 118, in cupy.cuda.driver.check_status
cupy.cuda.driver.CUDADriverError: CUDA_ERROR_ILLEGAL_ADDRESS: an illegal memory access was encountered
| 0.20639 |
Traceback (most recent call last):
"train_new_entity_type.py", line 124, in <module>
plac.call(main)
"/home/data/experim/spc/sp2env/lib/python2.7/site-packages/plac_core.py", line 328, in call
cmd, result = parser.consume(arglist)
"/home/data/experim/spc/sp2env/lib/python2.7/site-packages/plac_core.py", line 207, in consume
return cmd, self.func(*(args + varargs + extraopts), **kwargs)
"train_new_entity_type.py", line 106, in main
train_ner(nlp, train_data, output_directory)
"train_new_entity_type.py", line 53, in train_ner
optimizer = nlp.begin_training(lambda: [])
"/home/data/experim/spc/sp2env/lib/python2.7/site-packages/spacy/language.py", line 410, in begin_training
for name, proc in self.pipeline:
TypeError: 'TokenVectorEncoder' object is not iterable
| Traceback (most recent call last):
"test_jwt.py", line 14, in <module>
claims.validate()
.pyenv\lib\site-packages\authlib\jose\rfc7519\claims.py", line 100, in validate
self.validate_iat(now, leeway)
".pyenv\lib\site-packages\authlib\jose\rfc7519\claims.py", line 198, in validate_iat
raise InvalidClaimError('iat')
authlib.jose.errors.InvalidClaimError: invalid_claim: Invalid claim "iat"
| 0.266869 |
Traceback (most recent call last):
"/srv/web-server-360/venv/lib/python3.5/site-packages/telegram/utils/request.py", line 132, in _request_wrapper
resp = self._con_pool.request(*args, **kwargs)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/request.py", line 70, in request
**urlopen_kw)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/request.py", line 148, in request_encode_body
return self.urlopen(method, url, **extra_kw)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/poolmanager.py", line 321, in urlopen
response = conn.urlopen(method, u.request_uri, **kw)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 639, in urlopen
_stacktrace=sys.exc_info()[2])
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/util/retry.py", line 357, in increment
raise six.reraise(type(error), error, _stacktrace)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/packages/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 346, in _make_request
self._validate_conn(conn)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/connectionpool.py", line 850, in _validate_conn
conn.connect()
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/connection.py", line 326, in connect
ssl_context=context)
"/srv/web-server-360/venv/lib/python3.5/site-packages/urllib3/util/ssl_.py", line 329, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
"/usr/lib/python3.5/ssl.py", line 377, in wrap_socket
_context=self)
"/usr/lib/python3.5/ssl.py", line 752, in __init__
self.do_handshake()
"/usr/lib/python3.5/ssl.py", line 988, in do_handshake
self._sslobj.do_handshake()
"/usr/lib/python3.5/ssl.py", line 633, in do_handshake
self._sslobj.do_handshake()
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
|
Traceback (most recent call last):
"<string>", line 1, in <module>
"<string>", line 385, in start
"<string>", line 288, in load_modules
"<string>", line 484, in __init__
ValueError: zero length field name in format
| 0.154867 |
Traceback (most recent call last):
"fiona\ogrext.pyx", line 1167, in fiona.ogrext.WritingSession.start
"fiona\_err.pyx", line 246, in fiona._err.exc_wrap_int
fiona._err.CPLE_AppDefinedError: IMapInfo
::CreateField() called with unsupported field type 12. Note that Mapinfo files don't support list fiel
| PIO Core Call Error: "<Exception instance at 0x503c0d0 with str error:\n Traceback (most recent call last):\n
\"C:\\Users\\DELL\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\nUnicodeEncodeError: 'ascii' codec can't encode character u'\\xe8' in position 595: ordinal not in range(128)\n>" | 0.265007 |
Traceback (most recent call last):
.....
"/home/paul/.local/lib/python3.5/site-packages/telepot/__init__.py", line 273, in sendPhoto
return self._sendfile(photo, 'photo', p)
"/home/paul/.local/lib/python3.5/site-packages/telepot/__init__.py", line 255, in _sendfile
return self._api_request(method, _rectify(params), files)
"/home/paul/.local/lib/python3.5/site-packages/telepot/__init__.py", line 224, in _api_request
return api.request((self._token, method, params, files), **kwargs)
"/home/paul/.local/lib/python3.5/site-packages/telepot/api.py", line 129, in request
fn, args, kwargs = _transform(req, **user_kw)
"/home/paul/.local/lib/python3.5/site-packages/telepot/api.py", line 94, in _transform
fields = _compose_fields(req, **user_kw)
"/home/paul/.local/lib/python3.5/site-packages/telepot/api.py", line 60, in _compose_fields
fields.update({k:_filetuple(k,v) for k,v in files.items()})
"/home/paul/.local/lib/python3.5/site-packages/telepot/api.py", line 60, in <dictcomp>
fields.update({k:_filetuple(k,v) for k,v in files.items()})
"/home/paul/.local/lib/python3.5/site-packages/telepot/api.py", line 41, in _filetuple
return (f[0], f[1].read())AttributeError: 'bytes' object has no attribute 'read' | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\YoutubeDL.py", line 761, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\extractor\common.py", line 428, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\extractor\generic.py", line 2667, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: http://www.vidlo.us/embed-gx39ehlfrlis.html
| 0.195152 |
Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 941, in emit
"C:\Python\64-bit\3.3\lib\encodings\cp1252.py", line 19, in encodeUnicodeEncodeError: 'charmap' codec can't encode characters in position 200-202: character maps to <undefined> | `Traceback (most recent call last):
"test.py", line 25, in <module>
print(distribution.check_independence('coin1', 'coin2'))
"/usr/local/lib/python3.5/site-packages/pgmpy-0.1.0-py3.5.egg/pgmpy/factors/JointProbabilityDistribution.py", line 153, in check_independence
"/usr/local/lib/python3.5/site-packages/pgmpy-0.1.0-py3.5.egg/pgmpy/factors/JointProbabilityDistribution.py", line 121, in marginal_distribution
"/usr/local/lib/python3.5/site-packages/pgmpy-0.1.0-py3.5.egg/pgmpy/factors/Factor.py", line 209, in marginalize
"/usr/local/lib/python3.5/site-packages/pgmpy-0.1.0-py3.5.egg/pgmpy/factors/Factor.py", line 416, in _index_for_assignment
IndexError: axis 1 out of bounds [0, 1)`
| 0.251077 |
Traceback (most recent call last):
"main.py", line 12, in <module>
outer()
"/home/gmarkall/work/numba/numba/cuda/compiler.py", line 455, in __call__
kernel = self.specialize(*args)
"/home/gmarkall/work/numba/numba/cuda/compiler.py", line 467, in specialize
**self.targetoptions)
"/home/gmarkall/work/numba/numba/cuda/compiler.py", line 49, in compile_kernel
cres = compile_cuda(pyfunc, types.void, args, debug=debug, inline=inline)
"/home/gmarkall/work/numba/numba/cuda/compiler.py", line 42, in compile_cuda
library.finalize()
"/home/gmarkall/work/numba/numba/targets/codegen.py", line 145, in finalize
library._get_module_for_linking(), preserve=True)
"/home/gmarkall/.conda/envs/mrrc/lib/python3.4/site-packages/llvmlite/binding/module.py", line 130, in link_in
link_modules(self, other, preserve)
"/home/gmarkall/.conda/envs/mrrc/lib/python3.4/site-packages/llvmlite/binding/linker.py", line 11, in link_modules
raise RuntimeError(str(outerr))RuntimeError: Linking globals named '_cudapy_smem': symbol multiply defined! | Traceback (most recent call last):
"video2x.py", line 318, in <module>
upscaler.run()
"D:\Videos\video2x\bin\upscaler.py", line 295, in run
self._upscale_frames(w2)
"D:\Videos\video2x\bin\upscaler.py", line 234, in _upscale_frames
raise(self.upscaler_exceptions[0])
"D:\Videos\video2x\bin\waifu2x_caffe.py", line 83, in upscale
completed_command = subprocess.run(execute, check=True)
"C:\Users\xxx\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 418, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['C:\\Users\\xxx\\AppData\\Local\\video2x\\waifu2x-caffe\\waifu2x-caffe-cui.exe', '--output_extention', 'png', '--mode', 'noise_scale', '--scale_ratio', '2.0', '--noise_level', '3', '--process', 'gpu', '--crop_size', '128', '--output_quality', '-1', '--output_depth', '8', '--batch_size', '1', '--gpu', '0', '--tta', '0', '--input_path', 'C:\\Users\\xxx\\AppData\\Local\\Temp\\video2x\\tmpumzudkty\\0', '--output_path', 'C:\\Users\\xxx\\AppData\\Local\\Temp\\video2x\\tmp8f_9ffzz']' returned non-zero exit status 1.
| 0.285162 |
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_k5u7Qd/ansible_module_ios_command.py\", line 237, in <module>\n
main()\n
\"/tmp/ansible_k5u7Qd/ansible_module_ios_command.py\", line 200, in main\n
runner.add_command(**cmd)\n
\"/tmp/ansible_k5u7Qd/ansible_modlib.zip/ansible/module_utils/netcli.py\", line 147, in add_command\n
\"/tmp/ansible_k5u7Qd/ansible_modlib.zip/ansible/module_utils/network.py\", line 116, in cli\n
\"/tmp/ansible_k5u7Qd/ansible_modlib.zip/ansible/module_utils/network.py\", line 147, in connect\n
\"/tmp/ansible_k5u7Qd/ansible_modlib.zip/ansible/module_utils/ios.py\", line 180, in connect\n
\"/tmp/ansible_k5u7Qd/ansible_modlib.zip/ansible/module_utils/shell.py\", line 230, in connect\n
\"/tmp/ansible_k5u7Qd/ansible_modlib.zip/ansible/module_utils/shell.py\", line 100, in open\n
\"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 361, in connect\n
server_key)\n
\"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 634, in missing_host_key\n
client.save_host_keys(client._host_keys_filename)\n
\"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 140, in save_host_keys\n
self.load_host_keys(self._host_keys_filename)\n
\"/usr/lib/python2.7/site-packages/paramiko/client.py\", line 124, in load_host_keys\n
self._host_keys.load(filename)\n
\"/usr/lib/python2.7/site-packages/paramiko/hostkeys.py\", line 95, in load\n
with open(filename, 'r') as f:\nIOError: [Errno 2] No such file or directory: '/var/lib/awx/.ssh/known_hosts'\n",
"module_stdout": "", | Traceback (most recent call last):
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\container.py", line 37, in show_widget
widget.exec_()
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\providers\languageserver\widgets\messagebox.py", line 38, in exec_
self.set_conf('show_lsp_down_warning', not self.is_checked())
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\api.py", line 1226, in set_conf
self.main.set_conf(option_name, value, section=section,
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\api\plugins.py", line 1033, in set_conf
self._conf.set(section, option, value,
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\config\manager.py", line 482, in set
self.notify_observers(
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\config\manager.py", line 330, in notify_observers
self._notify_option(section, tuple_option, value)
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\config\manager.py", line 348, in _notify_option
observer.on_configuration_change(option, section, value)
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\api\config\mixins.py", line 227, in on_configuration_change
method(value)
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\providers\languageserver\provider.py", line 555, in update_configuration
self.update_lsp_configuration()
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\providers\languageserver\provider.py", line 628, in update_lsp_configuration
client.send_configurations(
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\providers\languageserver\decorators.py", line 43, in wrapper
_id = self.send(method, params, kind)
"C:\Users\ahayes\Anaconda3\lib\site-packages\spyder\plugins\completion\providers\languageserver\client.py", line 470, in send
self.zmq_out_socket.send_pyobj(msg, flags=zmq.NOBLOCK)
"C:\Users\ahayes\Anaconda3\lib\site-packages\zmq\sugar\socket.py", line 719, in send_pyobj
return self.send(msg, flags=flags, **kwargs)
"C:\Users\ahayes\Anaconda3\lib\site-packages\zmq\sugar\socket.py", line 505, in send
return super(Socket, self).send(data, flags=flags, copy=copy, track=track)
"zmq/backend/cython/socket.pyx", line 718, in zmq.backend.cython.socket.Socket.send
"zmq/backend/cython/socket.pyx", line 759, in zmq.backend.cython.socket.Socket.send
"zmq/backend/cython/socket.pyx", line 135, in zmq.backend.cython.socket._check_closedzmq.error.ZMQError: Unknown error | 0.28975 |
Traceback (most recent call last):
"./Tools/ttx", line 6, in <module>
ttx.main(sys.argv[1:])
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttx.py", line 310, in main
process(jobs, options)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttx.py", line 295, in process
action(input, output, options)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttx.py", line 206, in ttDump
bitmapGlyphDataFormat=options.bitmapGlyphDataFormat)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttLib/**init**.py", line 283, in saveXML
self._tableToXML(tableWriter, tag, progress, quiet)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttLib/__init__.py", line 323, in _tableToXML
table.toXML(writer, self)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttLib/tables/_n_a_m_e.py", line 72, in toXML
name.toXML(writer, ttFont)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/ttLib/tables/_n_a_m_e.py", line 168, in toXML
writer.write(unistr)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/misc/xmlWriter.py", line 48, in write
self._writeraw(escape(string), indent=indent)
"/Users/sascha/src/fonttools2/fonttools/Tools/fontTools/misc/xmlWriter.py", line 73, in _writeraw
self.file.write(s)UnicodeEncodeError: 'ascii' codec can't encode character u'\xa9' in position 0: ordinal not in range(128) | Traceback (most recent call last):
"normal.py", line 16, in <module>
start = find_MAP()
"/usr/local/lib/python2.7/dist-packages/pymc3/tuning/starting.py", line 69, in find_MAP
logp = bij.mapf(model.fastlogp)
"/usr/local/lib/python2.7/dist-packages/pymc3/model.py", line 145, in fastlogp
return self.model.fastfn(self.logpt)
"/usr/local/lib/python2.7/dist-packages/pymc3/model.py", line 311, in fastfn
f = self.makefn(outs, mode, *args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/pymc3/memoize.py", line 14, in memoizer
cache[key] = obj(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/pymc3/model.py", line 283, in makefn
mode=mode, *args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function.py", line 266, in function
profile=profile)
"/usr/local/lib/python2.7/dist-packages/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 1466, in orig_function
defaults)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 1324, in create
input_storage=input_storage_lists)
"/usr/local/lib/python2.7/dist-packages/theano/gof/link.py", line 519, in make_thunk
output_storage=output_storage)[:3]
"/usr/local/lib/python2.7/dist-packages/theano/gof/vm.py", line 897, in make_all
no_recycling))
"/usr/local/lib/python2.7/dist-packages/theano/gof/op.py", line 1002, in make_thunk
compute_map, no_recycling)
"/usr/local/lib/python2.7/dist-packages/theano/gof/op.py", line 739, in make_thunk
output_storage=node_output_storage)
"/usr/local/lib/python2.7/dist-packages/theano/gof/cc.py", line 1073, in make_thunk
keep_lock=keep_lock)
"/usr/local/lib/python2.7/dist-packages/theano/gof/cc.py", line 1015, in __compile__
keep_lock=keep_lock)
"/usr/local/lib/python2.7/dist-packages/theano/gof/cc.py", line 1442, in cthunk_factory
key=key, lnk=self, keep_lock=keep_lock)
"/usr/local/lib/python2.7/dist-packages/theano/gof/cmodule.py", line 1076, in module_from_key
module = lnk.compile_cmodule(location)
"/usr/local/lib/python2.7/dist-packages/theano/gof/cc.py", line 1354, in compile_cmodule
preargs=preargs)
"/usr/local/lib/python2.7/dist-packages/theano/gof/cmodule.py", line 2010, in compile_str
(status, compile_stderr.replace('\n', '. ')))Exception: ('The following error happened while compiling the node', Elemwise{Composite{(i0 + (-sqr(i1)))}}(TensorConstant{(1,) of -1..3787706641}, x), '\n', "Compilation failed (return status=1): /tmp/ccmvN69j.s: Assembler messages:. /tmp/ccmvN69j.s:1565: Error: no such instruction: `vfnmadd312sd (%rsi),%xmm0,%xmm0'. /tmp/ccmvN69j.s:1742: Error: no such instruction: `vfnmadd312sd (%rcx),%xmm0,%xmm0'. ", '[Elemwise{Composite{(i0 + (-sqr(i1)))}}(TensorConstant{(1,) of -1..3787706641}, x)]') | 0.24273 |
Traceback (most recent call last):
"/var/tmp/portage/dev-python/pandas-0.16.1/work/pandas-0.16.1-python3_3/lib/pandas/tseries/tests/test_timezones.py", line 471, in test_ambiguous_flags
self.assert_numpy_array_equal(dr, localized)
"/var/tmp/portage/dev-python/pandas-0.16.1/work/pandas-0.16.1-python3_3/lib/pandas/util/testing.py", line 644, in assert_numpy_array_equal
'{0} is not equal to {1}.'.format(np_array, assert_equal))AssertionError: DatetimeIndex(['2011-11-06 00:00:00', '2011-11-06 01:00:00', | Traceback (most recent call last):
"/Users/mac/.pyenv/versions/3.6.5/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1350, in _do_call
return fn(*args)
"/Users/mac/.pyenv/versions/3.6.5/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1329, in _run_fn
status, run_metadata)
"/Users/mac/.pyenv/versions/3.6.5/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 473, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.InvalidArgumentError: Unsuccessful TensorSliceReader constructor: Failed to get matching files on /tmp/tacotron-20170720/model.ckpt: Not found: /tmp/tacotron-20170720; No such file or directory
| 0.250424 |
Traceback (most recent call last):
"/home/zhkt3/anaconda3/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/zhkt3/anaconda3/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/zhkt3/anaconda3/lib/python3.7/site-packages/torch/distributed/launch.py", line 263, in <module>
main()
"/home/zhkt3/anaconda3/lib/python3.7/site-packages/torch/distributed/launch.py", line 259, in main
cmd=cmd)
subprocess.CalledProcessError: Command '['/home/zhkt3/anaconda3/bin/python', '-u', './tools/train.py', '--local_rank=0', 'configs/dcn/faster_rcnn_r50_fpn_dconv_c3-c5_1x_coco.py', '--launcher', 'pytorch']' returned non-zero exit status 1.
| Traceback (most recent call last):
"C:\Python\WPy64-3880\python-3.8.8.amd64\lib\logging\__init__.py", line 1084, in emit
stream.write(msg + self.terminator)AttributeError: 'NoneType' object has no attribute 'write' | 0.283939 |
Traceback (most recent call last):
"tests.vi.test_registers in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 259, in setUpAttributeError: 'Test_get_selected_text' object has no attribute 'view' | Traceback (most recent call last):
"C:\Users\mjkam\.conda\envs\PyTorch-0\lib\logging\__init__.py", line 1084, in emit
stream.write(msg + self.terminator)AttributeError: 'NoneType' object has no attribute 'write' | 0.168969 |
Traceback (most recent call last):
"C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\quickstart.py", line 30, in <module>
headless_browser=False)
"C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy\instapy.py", line 312, in __init__
self.set_selenium_local_session()
"C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy\instapy.py", line 362, in set_selenium_local_session
raise InstaPyError(err_msg)
instapy.exceptions.InstaPyError: ensure chromedriver is installed at C:\Users\Alexander_Hansmann\AppData\Local\Programs\Python\Python37-32\Lib\site-packages\instapy_chromedriver\chromedriver_win32.exe
| Traceback (most recent call last):
"test.py", line 7, in <module>
api = Client(user_name, password)
"/usr/local/lib/python3.5/site-packages/instagram_private_api/client.py", line 208, in __init__
self.login()
"/usr/local/lib/python3.5/site-packages/instagram_private_api/endpoints/accounts.py", line 31, in login
return_response=True)
"/usr/local/lib/python3.5/site-packages/instagram_private_api/client.py", line 534, in _call_api
connection_error.__class__.__name__, str(connection_error)))
instagram_private_api.errors.ClientConnectionError: URLError <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:645)>
| 0.325045 |