text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"C:\Users\skansal\Desktop\Agile_Tool\Agile_Google_Sheets\Google_Api.py", line 10, in <module>
gs = gspread.authorize(credentials)
"C:\Users\skansal\AppData\Local\Programs\Python\Python36\lib\site-packages\gspread\__init__.py", line 38, in authorize
client.login()
"C:\Users\skansal\AppData\Local\Programs\Python\Python36\lib\site-packages\gspread\client.py", line 51, in login
self.auth.refresh(http)
"C:\Users\skansal\AppData\Local\Programs\Python\Python36\lib\site-packages\oauth2client\client.py", line 545, in refresh
self._refresh(http)
"C:\Users\skansal\AppData\Local\Programs\Python\Python36\lib\site-packages\oauth2client\client.py", line 749, in _refresh
self._do_refresh_request(http)
"C:\Users\skansal\AppData\Local\Programs\Python\Python36\lib\site-packages\oauth2client\client.py", line 819, in _do_refresh_request
raise HttpAccessTokenRefreshError(error_msg, status=resp.status)
oauth2client.client.HttpAccessTokenRefreshError: invalid_scope: http://www.googleapis.com/auth/drive is not a valid audience string. | Traceback (most recent call last):
"/home/fudan/anaconda3/bin/youtube-dl", line 11, in <module>
sys.exit(main())
"/home/fudan/anaconda3/lib/python3.7/site-packages/youtube_dl/__init__.py", line 474, in main
_real_main(argv)
"/home/fudan/anaconda3/lib/python3.7/site-packages/youtube_dl/__init__.py", line 464, in _real_main
retcode = ydl.download(all_urls)
"/home/fudan/anaconda3/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 2008, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
"/home/fudan/anaconda3/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"/home/fudan/anaconda3/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 529, in extract
ie_result = self._real_extract(url)
"/home/fudan/anaconda3/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1674, in _real_extract
if 'token' not in video_info:
TypeError: argument of type 'NoneType' is not iterable
| 0.283298 |
Traceback (most recent call last):
"./youtube-dl/youtube_dl/YoutubeDL.py", line 792, in extract_info
ie_result = ie.extract(url)
"./youtube-dl/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"./youtube-dl/youtube_dl/extractor/youtube.py", line 1897, in _real_extract
raise ExtractorError(error_message, expected=True)
ExtractorError: This video is unavailable.
| fatal: [rrt80.pvt.hawaii.edu] => Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/ansible/runner/**init**.py", line 344, in _executor
if self.inventory.basedir() is not None:
"/usr/lib/python2.6/site-packages/ansible/runner/__init__.py", line 423, in _executor_internal
else:
"/usr/lib/python2.6/site-packages/ansible/runner/__init__.py", line 559, in _executor_internal_inner
"(/sbin/md5sum -q %s 2>/dev/null)" % path,
# ?
"/usr/lib/python2.6/site-packages/ansible/runner/connection.py", line 36, in connect
conn = utils.plugins.connection_loader.get(transport, self.runner, host, port, user=user, password=password)
"/usr/lib/python2.6/site-packages/ansible/utils/plugins.py", line 170, in getTypeError: __init__() got an unexpected keyword argument 'private_key_file' | 0.273781 |
Traceback (most recent call last):
"/home/neil/.local/lib/python3.6/site-packages/mu/virtual_environment.py", line 441, in ensure_and_create
self.ensure()
"/home/neil/.local/lib/python3.6/site-packages/mu/virtual_environment.py", line 467, in ensure
self.ensure_path()
"/home/neil/.local/lib/python3.6/site-packages/mu/virtual_environment.py", line 480, in ensure_path
raise VirtualEnvironmentError(message)
mu.virtual_environment.VirtualEnvironmentError: /home/neil/.local/share/mu/mu_venv-36-20210321-214217 does not exist.
| Traceback (most recent call last):
"eventHandler.pyc", line 138, in executeEvent
"eventHandler.pyc", line 151, in doPreGainFocus
"api.pyc", line 134, in setFocusObject
"appModuleHandler.pyc", line 223, in handleAppSwitch
"appModules\skype.pyc", line 230, in event_appModule_loseFocus
"appModules\skype.pyc", line 79, in lostFocusAttributeError: 'Conversation' object has no attribute 'typingIndicator' | 0.227948 |
Traceback (most recent call last):
"/Applications/Develop/Armory/blender.app//armsdk//armory/blender/arm/props_ui.py", line 377, in draw
wrd = bpy.data.worlds['Arm']
KeyError: 'bpy_prop_collection[key]: key "Arm" not found'
| Traceback (most recent call last):
"/home/pchoo/.local/lib/python2.7/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
"/home/pchoo/.local/lib/python2.7/site-packages/azure/cli/core/commands/__init__.py", line 527, in execute
self.parser.load_command_table(self.commands_loader)
"/home/pchoo/.local/lib/python2.7/site-packages/azure/cli/core/parser.py", line 118, in load_command_table
command_name, ex.args[0].dest, ex.message))
# pylint: disable=no-member
IndexError: tuple index out of range
| 0.305003 |
Traceback (most recent call last):
"nzbToSickBeard.py", line 257, in <module>
import nzbToMedia
"/share/HDA_DATA/Download/nzbToMedia/nzbToMedia.py", line 513, in <module>
from __future__ import print_function
ImportError: No module named __future__
| Traceback (most recent call last):
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/tests/frame/test_block_internals.py", line 290, in test_constructor_compound_dtypes
f('M8[ns]')
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/tests/frame/test_block_internals.py", line 276, in f
dtype=dtype)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/core/frame.py", line 262, in __init__
arrays, columns = _to_arrays(data, columns, dtype=dtype)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/core/frame.py", line 5349, in _to_arrays
dtype=dtype)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/core/frame.py", line 5428, in _list_to_arrays
coerce_float=coerce_float)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/core/frame.py", line 5495, in _convert_object_array
arrays = [convert(arr) for arr in content]
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/core/frame.py", line 5492, in convert
arr = com._possibly_cast_to_datetime(arr, dtype)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/core/common.py", line 1675, in _possibly_cast_to_datetime
value = to_datetime(value, errors=errors)._values
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/util/decorators.py", line 91, in wrapper
return func(*args, **kwargs)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/tseries/tools.py", line 280, in to_datetime
unit=unit, infer_datetime_format=infer_datetime_format)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/tseries/tools.py", line 407, in _to_datetime
return _convert_listlike(arg, box, format)
"/scratch.noindex/fink.build/pandas-py27-0.18.0rc1-1/pandas-0.18.0rc1/pandas/tseries/tools.py", line 381, in _convert_listlike
require_iso8601=require_iso8601
"pandas/tslib.pyx", line 1956, in pandas.tslib.array_to_datetime (pandas/tslib.c:39318)
cpdef array_to_datetime(ndarray[object] values, errors='raise',
"pandas/tslib.pyx", line 2145, in pandas.tslib.array_to_datetime (pandas/tslib.c:38913)
raise
"pandas/tslib.pyx", line 2139, in pandas.tslib.array_to_datetime (pandas/tslib.c:38803)
oresult[i] = parse_datetime_string(val, dayfirst=dayfirst,
"pandas/tslib.pyx", line 1728, in pandas.tslib.parse_datetime_string (pandas/tslib.c:31663)
dt = parse_date(date_string, default=_DEFAULT_DATETIME,
"/sw/lib/python2.7/site-packages/dateutil/parser.py", line 748, in parse
return DEFAULTPARSER.parse(timestr, **kwargs)
"/sw/lib/python2.7/site-packages/dateutil/parser.py", line 310, in parse
res, skipped_tokens = self._parse(timestr, **kwargs)TypeError: 'NoneType' object is not iterable | 0.276563 |
Traceback (most recent call last):
"<string>", line 2, in <module>ImportError: No module named win32com | Traceback (most recent call last):
"/usr/bin/torbrowser-launcher", line 30, in <module>
torbrowser_launcher.main()
"/usr/lib/python2.7/dist-packages/torbrowser_launcher/**init**.py", line 69, in main
app = Launcher(common, url_list)
"/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 118, in **init**
self.start_launcher()
"/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 152, in start_launcher
self.run(False)
"/usr/lib/python2.7/dist-packages/torbrowser_launcher/launcher.py", line 638, in run
subprocess.call([self.common.paths['tbb']['start']])
"/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 1335, in _execute_child
raise child_exceptionOSError: [Errno 13] Permission denied | 0.151831 |
AttributeError
Traceback (most recent call last):
"/Users/anze/dev/orange3/Orange/widgets/utils/itemmodels.py", line 1040, in data
return instance.get_class()
"/Users/anze/miniconda3/envs/o3/lib/python3.5/site-packages/pandas/core/generic.py", line 2743, in __getattr__
return object.__getattribute__(self, name)AttributeError: 'TableSeries' object has no attribute 'get_class' | Traceback (most recent call last):
"vieux", line 75, in <module>
ipsw.unzipIPSW(argv[2])
"/Users/me/Desktop/Vieux-master/ipsw.py", line 147, in unzipIPSW
createCustomIPSW64(fname, devicemodel)
"/Users/me/Desktop/Vieux-master/ipsw.py", line 320, in createCustomIPSW64
shutil.move("IPSW/Firmware/all_flash/sep-firmware.j71.RELEASE.im4p", "resources/other/sep.im4p")
"/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 580, in move
copy_function(src, real_dst)
"/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 266, in copy2
copyfile(src, dst, follow_symlinks=follow_symlinks)
"/usr/local/Cellar/python/3.7.5/Frameworks/Python.framework/Versions/3.7/lib/python3.7/shutil.py", line 121, in copyfile
with open(dst, 'wb') as fdst:
NotFoundError: [Errno 2] No such file or directory: 'resources/other/sep.im4p'
| 0.246043 |
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_tslib.py", line 60, in test_constructor
self.assertEqual(result.value, expected_tz)AssertionError: 1404205200000000000 != 1404230400000000000 | Traceback (most recent call last):
"/Library/AutoPkg/autopkglib/__init__.py", line 658, in process
self.env = processor.process()
"/Library/AutoPkg/autopkglib/__init__.py", line 465, in process
self.main()
"/Library/AutoPkg/autopkglib/URLDownloader.py", line 328, in main
raw_headers = self.download_with_curl(curl_cmd)
"/Library/AutoPkg/autopkglib/URLGetter.py", line 204, in download_with_curl
proc_stdout, proc_stderr, retcode = self.execute_curl(curl_cmd, text)
"/Library/AutoPkg/autopkglib/URLGetter.py", line 199, in execute_curl
raise ProcessorError(e)
autopkglib.ProcessorError: Command '['/usr/bin/curl', '--silent', '--show-error', '--no-buffer', '--dump-header', '-', '--speed-time', '30', '--location', '--url', 'https://updates.edovia.com/com.edovia.screens4.mac/Screens_4.8b%25201605208907.zip', '--fail', '--output', '/Users/sysadmin/Library/AutoPkg/Cache/local.munki.Screens/downloads/tmpqxr4z5rw', '--header', 'If-None-Match: "1ea23ac-5b3d726a7f3f8"', '--header', 'If-Modified-Since: Wed, 11 Nov 2020 16:18:51 GMT']' returned non-zero exit status 22.
| 0.223318 |
Traceback (most recent call last):
"/home/Documents/projects/project-name/env-ut/lib/python3.4/site-packages/nose/failure.py", line 39, in runTest
raise self.exc_val.with_traceback(self.tb)
"/home/Documents/projects/project-name/env-ut/lib/python3.4/site-packages/nose/loader.py", line 418, in loadTestsFromName
addr.filename, addr.module)
"/home/Documents/projects/project-name/env-ut/lib/python3.4/site-packages/nose/importer.py", line 47, in importFromPath
return self.importFromDir(dir_path, fqname)
"/home/Documents/projects/project-name/env-ut/lib/python3.4/site-packages/nose/importer.py", line 94, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
"/home/Documents/projects/project-name/env-ut/lib/python3.4/imp.py", line 235, in load_module
return load_source(name, filename, file)
"/home/Documents/projects/project-name/env-ut/lib/python3.4/imp.py", line 171, in load_source
module = methods.load()
"<frozen importlib._bootstrap>", line 1220, in load
"<frozen importlib._bootstrap>", line 1200, in _load_unlocked
"<frozen importlib._bootstrap>", line 1129, in _exec
"<frozen importlib._bootstrap>", line 1471, in exec_module
"<frozen importlib._bootstrap>", line 321, in _call_with_frames_removed
"/home/Documents/projects/project-name/tests/tests_ut/test_aux_json.py", line 12, in <module>
from tests.mock_decorators.attribute_mock import AttributeMockImportError: No module named 'tests.mock_decorators' | Traceback (most recent call last):
"cura_app.py", line 9, in <module>
"c:\dev\uranium\UM\Application.py", line 329, in getInstance
"c:\dev\cura\cura\CuraApplication.py", line 56, in **init**
"c:\dev\uranium\UM\Qt\QtApplication.py", line 48, in **init**
"c:\dev\uranium\UM\Application.py", line 67, in **init**
"c:\dev\uranium\UM\Preferences.py", line 56, in readFrom
"c:\dev\uranium\UM\Preferences.py", line 122, in _load
"c:\dev\python34\lib\configparser.py", line 672, in read
"c:\dev\python34\lib\configparser.py", line 1044, in _readconfigparser.DuplicateSectionError: While reading from 'C:\Users\John/AppData/Local/cura\cura.cfg' [line 18]: section 'general' already exists | 0.309349 |
Traceback (most recent call last):
"/home/mox/projects/iverilog/cocotb/cocotb/cocotb/decorators.py", line 218, in _advance
return outcome.send(self._coro)
"/home/mox/projects/iverilog/cocotb/cocotb/cocotb/outcomes.py", line 37, in send
return gen.send(self.value)
"/home/mox/projects/iverilog/cocotb/cocotb/tests/test_cases/test_iteration_verilog/test_iteration_es.py", line 66, in recursive_discovery
total = dump_all_the_things(dut)
"/home/mox/projects/iverilog/cocotb/cocotb/tests/test_cases/test_iteration_verilog/test_iteration_es.py", line 62, in dump_all_the_things
count += dump_all_the_things(thing)
"/home/mox/projects/iverilog/cocotb/cocotb/tests/test_cases/test_iteration_verilog/test_iteration_es.py", line 57, in dump_all_the_things
for thing in parent:
RuntimeError: generator raised StopIteration
| Traceback (most recent call last):
"/Users/markus/Documents/GitHub/home-assistant/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/Users/markus/Documents/GitHub/home-assistant/homeassistant/components/homematic/binary_sensor.py", line 46, in setup_platform
devices.append(new_device)
UnboundLocalError: local variable 'new_device' referenced before assignment
| 0.325392 |
Traceback (most recent call last):
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 455, in <module>
main()
"/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 442, in main
ensure_jupyterhub_package(HUB_ENV_PREFIX)
"/opt/tljh/hub/lib/python3.6/site-packages/tljh/installer.py", line 200, in ensure_jupyterhub_package
traefik.ensure_traefik_binary(prefix)
"/opt/tljh/hub/lib/python3.6/site-packages/tljh/traefik.py", line 50, in ensure_traefik_binary
urlretrieve(traefik_url, traefik_bin)
"/usr/lib/python3.6/urllib/request.py", line 277, in urlretrieve
block = fp.read(bs)
"/usr/lib/python3.6/http/client.py", line 449, in read
n = self.readinto(b)
"/usr/lib/python3.6/http/client.py", line 493, in readinto
n = self.fp.readinto(b)
"/usr/lib/python3.6/socket.py", line 586, in readinto
return self._sock.recv_into(b)
"/usr/lib/python3.6/ssl.py", line 1012, in recv_into
return self.read(nbytes, buffer)
"/usr/lib/python3.6/ssl.py", line 874, in read
return self._sslobj.read(len, buffer)
"/usr/lib/python3.6/ssl.py", line 631, in read
v = self._sslobj.read(len, buffer)
ConnectionResetError: [Errno 104] Connection reset by peer``` | Traceback (most recent call last):
"D:/project/test/textPaddle/finetuned_model_to_module/module.py", line 91, in <module>
predictions = ernie_tiny.predict(data=data)
"C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\site-packages\paddlehub\module\module.py", line 72, in _wrapper
return func(*args, **kwargs)
"D:\project\test\textPaddle\finetuned_model_to_module\module.py", line 82, in predict
accelerate_mode=accelerate_mode)
"C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\site-packages\paddlehub\finetune\task\base_task.py", line 1024, in predict
return self._postprocessing(run_states)
"C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\site-packages\paddlehub\finetune\task\classifier_task.py", line 156, in _postprocessing
results += [id2label[sample_infer] for sample_infer in batch_infer]
"C:\Users\admin\AppData\Local\Programs\Python\Python37\lib\site-packages\paddlehub\finetune\task\classifier_task.py", line 156, in <listcomp>
results += [id2label[sample_infer] for sample_infer in batch_infer]
KeyError: 1
| 0.32627 |
Traceback (most recent call last):
"/usr/local/bin/ansible-cmdb", line 149, in <module>
ansible = ansiblecmdb.Ansible(args, hosts_files, options.fact_cache, debug=options.debug)
"/usr/local/lib/python2.7/dist-packages/ansiblecmdb/ansible.py", line 57, in __init__
self._parse_groupvar_dir(inventory_path)
"/usr/local/lib/python2.7/dist-packages/ansiblecmdb/ansible.py", line 168, in _parse_groupvar_dir
first_line = open(f_path, 'r').readline()
IOError: [Errno 2] No such file or directory: './group_vars/all | Traceback (most recent call last):
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\oop\driver.py", line 568, in run
handler.handleRequest(request, self)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\oop\driver.py", line 626, in handleRequest
meth(request, driver)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\oop\driver.py", line 889, in do_get_sections
sections = buf.get_sections()
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\buffer.py", line 411, in get_sections
return self.cached_sections
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\buffer.py", line 330, in cached_sections
self._sections_cache = (now, md5sum, list(self.sections))
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\buffer.py", line 303, in sections
for s in self.langintel.sections_from_buf(self):
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\citadel.py", line 55, in sections_from_buf
blob = buf.blob_from_lang.get(self.lang)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\citadel.py", line 198, in blob_from_lang
self._load_buf_data_once()
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\citadel.py", line 139, in _load_buf_data_once
self._blob_from_lang_cache = self.mgr.db.get_buf_data(self)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\database\database.py", line 1032, in get_buf_data
return self._get_lang_zone(buf.lang).get_buf_data(buf)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\database\langlib.py", line 805, in get_buf_data
self.remove_buf_data(buf)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\database\langlib.py", line 905, in remove_buf_data
self.remove_path(buf.path)
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\database\langlib.py", line 895, in remove_path
self.changed_index(dir, "blob_index")
"C:\Users\careyh\Komodo IDE Latest\lib\mozilla\python\komodo\codeintel2\database\langlib.py", line 1261, in changed_index
self._index_and_atime_from_dbsubpath[dbsubpath][1] = nowKeyError: 'c9fa77c02571e580c10a9711f1dfad02\\blob_index' | 0.292938 |
Traceback (most recent call last):
"/home/icarus/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 806, in wrapper
return func(self, *args, **kwargs)
"/home/icarus/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 827, in __extract_info
ie_result = ie.extract(url)
"/home/icarus/bin/youtube-dl/youtube_dl/extractor/common.py", line 534, in extract
ie_result = self._real_extract(url)
"/home/icarus/bin/youtube-dl/youtube_dl/extractor/generic.py", line 3506, in _real_extract
raise UnsupportedError(url)
youtube_dl.utils.UnsupportedError: Unsupported URL: https://play.afreecatv.com/dth03119/embed
| Traceback (most recent call last):
"/Users/savoie/.pyenv/versions/2.7.14/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/Users/savoie/.pyenv/versions/2.7.14/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/usr/local/Cellar/pipenv/11.9.0/libexec/lib/python3.6/site-packages/pipenv/help.py", line 90, in <module>
main()
"/usr/local/Cellar/pipenv/11.9.0/libexec/lib/python3.6/site-packages/pipenv/help.py", line 49, in main
print(u'Pipenv–specific environment variables:')
UnicodeEncodeError: 'ascii' codec can't encode character u'\u2013' in position 6: ordinal not in range(128)
| 0.256243 |
Traceback (most recent call last):
"/home/jason/.virtualenvs/homesite/lib/python3.4/site-packages/nose/case.py", line 198, in runTest
self.test(*self.arg)TypeError: test_example() missing 2 required positional arguments: 'example' and 'module_name' | Traceback (most recent call last):
"run_swap.py", line 2, in <module>
from models.swapper import Swapper
"/content/impersonator/models/swapper.py", line 12, in <module>
import ipdb
"/usr/local/lib/python3.6/dist-packages/ipdb/__init__.py", line 7, in <module>
from ipdb.__main__ import set_trace, post_mortem, pm, run
# noqa
"/usr/local/lib/python3.6/dist-packages/ipdb/__main__.py", line 29, in <module>
ipapp.initialize(['--no-term-title'])
"<decorator-gen-110>", line 2, in initialize
"/usr/local/lib/python3.6/dist-packages/traitlets/config/application.py", line 87, in catch_config_error
return method(app, *args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/IPython/terminal/ipapp.py", line 321, in initialize
self.init_extensions()
"/usr/local/lib/python3.6/dist-packages/IPython/core/shellapp.py", line 248, in init_extensions
self.shell.extension_manager.load_extension(ext)
"/usr/local/lib/python3.6/dist-packages/IPython/core/extensions.py", line 83, in load_extension
__import__(module_str)
"/usr/local/lib/python3.6/dist-packages/google/colab/__init__.py", line 28, in <module>
from google.colab import data_table
"/usr/local/lib/python3.6/dist-packages/google/colab/data_table.py", line 39, in <module>
from google.colab import _interactive_table_helper
"/usr/local/lib/python3.6/dist-packages/google/colab/_interactive_table_helper.py", line 31, in <module>
import pandas as _pd
"/usr/local/lib/python3.6/dist-packages/pandas/__init__.py", line 22, in <module>
from pandas.compat.numpy import (
"/usr/local/lib/python3.6/dist-packages/pandas/compat/numpy/__init__.py", line 21, in <module>
"this version of pandas is incompatible with numpy < 1.15.4\n"
ImportError: this version of pandas is incompatible with numpy < 1.15.4
| 0.267511 |
Traceback (most recent call last):
"/home/akash/GitHub/manim-ce/manim/__main__.py", line 166, in main
scene = SceneClass()
"/home/akash/GitHub/manim-ce/manim/scene/scene.py", line 82, in __init__
self.construct()
"test.py", line 5, in construct
svg = SVGMobject('SmileOpen1')
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 49, in __init__
VMobject.__init__(self, **kwargs)
"/home/akash/GitHub/manim-ce/manim/mobject/mobject.py", line 62, in __init__
self.generate_points()
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 71, in generate_points
mobjects = self.get_mobjects_from(svg)
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 88, in get_mobjects_from
*[self.get_mobjects_from(child) for child in element.childNodes]
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 88, in <listcomp>
*[self.get_mobjects_from(child) for child in element.childNodes]
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 88, in get_mobjects_from
*[self.get_mobjects_from(child) for child in element.childNodes]
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 88, in <listcomp>
*[self.get_mobjects_from(child) for child in element.childNodes]
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 93, in get_mobjects_from
result.append(self.path_string_to_mobject(temp))
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 120, in path_string_to_mobject
return VMobjectFromSVGPathstring(path_string)
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 314, in __init__
VMobject.__init__(self, **kwargs)
"/home/akash/GitHub/manim-ce/manim/mobject/mobject.py", line 62, in __init__
self.generate_points()
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 343, in generate_points
self.handle_command(command, coord_string)
"/home/akash/GitHub/manim-ce/manim/mobject/svg/svg_mobject.py", line 413, in handle_command
self.add_cubic_bezier_curve_to(*new_points[i : i + 3])
TypeError: add_cubic_bezier_curve_to() missing 1 required positional argument: 'anchor'
| Traceback (most recent call last):
"botocore\retryhandler.pyc", line 262, in _should_retry
"botocore\retryhandler.pyc", line 310, in __call__
"botocore\retryhandler.pyc", line 219, in __call__
"botocore\retryhandler.pyc", line 352, in _check_caught_exceptionConnectionError: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /MyBucket/test.zip (Caused by <class 'socket.error'>: [Errno 10053] An established connection was aborted by the software in your host machine) | 0.24072 |
Traceback (most recent call last):
"trial_runner_test.py", line 350, in testErrorReturn
self.assertRaises(TuneError, f)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/case.py", line 473, in assertRaises
callableObj(*args, **kwargs)
"trial_runner_test.py", line 345, in f
"script_min_iter_time_s": 0,
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/tune.py", line 85, in run_experiments
runner.step()
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/trial_runner.py", line 104, in step
self._process_events()
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/trial_runner.py", line 213, in _process_events
trial, result = self.trial_executor.fetch_one_result()
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/tune/ray_trial_executor.py", line 150, in fetch_one_result
result = ray.get(result_id)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/ray/worker.py", line 2493, in get
raise RayGetError(object_ids, value)
RayGetError: Could not get objectid ObjectID(1bc2a4fe3d044924a0d42d5dc190b36d94658f97). It was created by remote function train which failed with:
| Traceback (most recent call last):
"/opt/medusa/<a href="../blob/b96b3ee10760ffa03a15a207841a1a2bc65798dd/medusa/server/web/core/base.py#L263">medusa/server/web/core/base.py</a>", line 263, in async_call
result = function(**kwargs)
"/opt/medusa/<a href="../blob/b96b3ee10760ffa03a15a207841a1a2bc65798dd/medusa/server/web/core/base.py#L351">medusa/server/web/core/base.py</a>", line 351, in schedule
results = ComingEpisodes.get_coming_episodes(ComingEpisodes.categories, app.COMING_EPS_SORT, False)
"/opt/medusa/<a href="../blob/b96b3ee10760ffa03a15a207841a1a2bc65798dd/medusa/show/coming_episodes.py#L121">medusa/show/coming_episodes.py</a>", line 121, in get_coming_episodes
results.sort(ComingEpisodes.sorts[sort])
"/opt/medusa/<a href="../blob/b96b3ee10760ffa03a15a207841a1a2bc65798dd/medusa/show/coming_episodes.py#L40">medusa/show/coming_episodes.py</a>", line 40, in <lambda>
'date': (lambda a, b: cmp(a['localtime'], b['localtime'])),TypeError: can't compare offset-naive and offset-aware datetimes | 0.257082 |
Traceback (most recent call last):
"C:\Users\DESMOND\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3326, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-1-913b336e0a15>", line 2, in <module>
from keras.models import Sequeantial
"C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\__init__.py", line 3, in <module>
from . import utils
"C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils\__init__.py", line 6, in <module>
from . import conv_utils
"C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\utils\conv_utils.py", line 9, in <module>
from .. import backend as K
"C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\__init__.py", line 1, in <module>
from .load_backend import epsilon
"C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\load_backend.py", line 90, in <module>
from .tensorflow_backend import *
"C:\Users\DESMOND\Anaconda3\lib\site-packages\keras\backend\tensorflow_backend.py", line 5, in <module>
import tensorflow as tf
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow\__init__.py", line 101, in <module>
from tensorflow_core import *
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\__init__.py", line 40, in <module>
from tensorflow.python.tools import module_util as _module_util
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow\__init__.py", line 50, in __getattr__
module = self._load()
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow\__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
"C:\Users\DESMOND\Anaconda3\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\DESMOND\Anaconda3\lib\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)
ImportError: Traceback (most recent call last):
| Traceback (most recent call last):
"youtube_dl\extractor\vice.pyo", line 36, in _real_extract
"youtube_dl\extractor\common.pyo", line 614, in _search_regexRegexNotFoundError: Unable to extract ooyala embed code; please report this issue on https://yt-dl.org/bug . Make sure y | 0.213588 |
Traceback (most recent call last):
"/usr/bin/netzob", line 4, in <module>
__import__('pkg_resources').run_script('Netzob==1.0.2', 'netzob')
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 741, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python3.6/site-packages/pkg_resources/__init__.py", line 1494, in run_script
raise ResolutionError("No script named %r" % script_name)
pkg_resources.ResolutionError: No script named 'netzob'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp/training/trainer.py", line 867, in train
train_metrics = self._train_epoch(epoch)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp/training/trainer.py", line 589, in _train_epoch
batch_outputs = self.batch_outputs(batch, for_training=True)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp/training/trainer.py", line 479, in batch_outputs
output_dict = self._pytorch_model(**batch)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl
result = self.forward(*input, **kwargs)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp_models/generation/models/composed_seq2seq.py", line 121, in forward
return self._decoder(state, target_tokens)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl
result = self.forward(*input, **kwargs)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp_models/generation/modules/seq_decoders/auto_regressive.py", line 416, in forward
output_dict = self._forward_loss(state_forward_loss, target_tokens)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp_models/generation/modules/seq_decoders/auto_regressive.py", line 161, in _forward_loss
target_embedding = self.target_embedder(targets)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/torch/nn/modules/module.py", line 722, in _call_impl
result = self.forward(*input, **kwargs)
"/home/CE/skr/anaconda3/lib/python3.6/site-packages/allennlp/modules/text_field_embedders/basic_text_field_embedder.py", line 56, in forward
if self._token_embedders.keys() != text_field_input.keys():
AttributeError: 'Tensor' object has no attribute 'keys'
| 0.264618 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/salt/state.py", line 1561, in call
**cdata['kwargs'])
"/usr/lib/python2.7/site-packages/salt/states/iptables.py", line 420, in append
out = __salt__['iptables.save'](filename, family=family)
"/usr/lib/python2.7/site-packages/salt/modules/iptables.py", line 540, in save
parent_dir = os.path.dirname(filename)
"/usr/lib64/python2.7/posixpath.py", line 129, in dirname
i = p.rfind('/') + 1
AttributeError: 'NoneType' object has no attribute 'rfind'
Started: 00:21:04.194480 | WARNING:vispy:Traceback (most recent call last):
"/Users/hb55683/anaconda/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/Users/hb55683/anaconda/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/Users/hb55683/anaconda/lib/python2.7/site-packages/IPython/kernel/__main__.py", line 3, in <module>
app.launch_new_instance()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/IPython/config/application.py", line 574, in launch_instance
app.start()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/IPython/kernel/zmq/kernelapp.py", line 373, in start
ioloop.IOLoop.instance().start()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/zmq/eventloop/ioloop.py", line 151, in start
super(ZMQIOLoop, self).start()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/tornado/ioloop.py", line 784, in start
self._run_callback(callback)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/tornado/ioloop.py", line 568, in _run_callback
ret = callback()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/tornado/stack_context.py", line 275, in null_wrapper
return fn(*args, **kwargs)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/_ipynb_webgl.py", line 209, in _draw_event
self._vispy_canvas.events.draw()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/event.py", line 436, in __call__
self._invoke_callback(cb, event)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/event.py", line 452, in _invoke_callback
self, cb_event=(cb, event))
<< caught exception here: >>
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/event.py", line 448, in _invoke_callback
cb(event)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/canvas.py", line 189, in on_draw
self._draw_scene()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/canvas.py", line 232, in _draw_scene
self.draw_visual(self.scene, viewport=viewport)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/canvas.py", line 282, in draw_visual
visual.draw(scene_event)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/subscene.py", line 50, in draw
self.process_system(event, 'draw')
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/subscene.py", line 60, in process_system
self._systems[system_name].process(event, self)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 37, in process
self.process(event, sub_node)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 37, in process
self.process(event, sub_node)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 37, in process
self.process(event, sub_node)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 28, in process
_handle_exception(False, 'reminders', self, node=node)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 23, in process
node.draw(event)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/widgets/viewbox.py", line 324, in draw
self.scene.draw(event)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/subscene.py", line 50, in draw
self.process_system(event, 'draw')
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/subscene.py", line 60, in process_system
self._systems[system_name].process(event, self)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 37, in process
self.process(event, sub_node)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 28, in process
_handle_exception(False, 'reminders', self, node=node)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/systems.py", line 23, in process
node.draw(event)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/visuals/image.py", line 306, in draw
self._program.draw('triangles')
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/visuals/shaders/program.py", line 89, in draw
Program.draw(self, *args, **kwargs)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/program.py", line 467, in draw
canvas.context.flush_commands()
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/context.py", line 170, in flush_commands
self.glir.flush(self.shared.parser)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 231, in flush
self._shared.flush(parser)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 145, in flush
parser.parse(self._filter(self.clear(), parser))
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/_ipynb_webgl.py", line 110, in parse
self._widget.send_glir_commands(commands)
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/ipython/_widget.py", line 78, in send_glir_commands
msg = create_glir_message(commands, 'base64')
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/_ipynb_util.py", line 97, in create_glir_message
for buffer in buffers]
"/Users/hb55683/anaconda/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/logs.py", line 345, in _serialize_buffer
'buffer': base64.b64encode(buffer).decode('ascii')
"/Users/hb55683/anaconda/lib/python2.7/base64.py", line 53, in b64encode
encoded = binascii.b2a_base64(s)[:-1]ValueError: ndarray is not C-contiguous | 0.269637 |
Traceback (most recent call last):
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py", line 522, in __bootstrap_inner
self.run()
"./Package Control.py", line 1890, in run
"./Package Control.py", line 1800, in make_package_list
"./Package Control.py", line 889, in incoming
"./Package Control.py", line 808, in execute
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 595, in __init__
errread, errwrite)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py", line 1106, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 874, in RunBenchmarkTask
RunBenchmark(spec, collector)
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 726, in RunBenchmark
DoProvisionPhase(spec, detailed_timer)
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/pkb.py", line 520, in DoProvisionPhase
spec.ConstructVirtualMachines()
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/benchmark_spec.py", line 404, in ConstructVirtualMachines
vms = self.ConstructVirtualMachineGroup(group_name, group_spec)
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/benchmark_spec.py", line 343, in ConstructVirtualMachineGroup
vm = self._CreateVirtualMachine(group_spec.vm_spec, os_type, cloud)
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/benchmark_spec.py", line 659, in _CreateVirtualMachine
vm_class = virtual_machine.GetVmClass(cloud, os_type)
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/virtual_machine.py", line 75, in GetVmClass
CLOUD=cloud, OS_TYPE=os_type)
"/home/ubuntu/PerfKitBenchmarker/perfkitbenchmarker/resource.py", line 47, in GetResourceClass
(base_class.__name__, kwargs))
SubclassNotFoundError: No BaseVirtualMachine subclass defined with the attributes: {'OS_TYPE': 'ubuntu1604', 'CLOUD': 'OpenStack'}
| 0.328626 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 235, in start
self.scan_end_hook()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 424, in scan_end_hook
om.manager.end_output_plugins()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 149, in end_output_plugins
self.__end_output_plugins_impl()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 160, in __end_output_plugins_impl
o_plugin.end()
"/usr/share/w3af/w3af/plugins/output/html_file.py", line 172, in end
target_domain = cf.cf.get('target_domains')[0]IndexError: list index out of range | Traceback (most recent call last):
"/root/Jarvis/jarviscli/tests/test_manual/test_parser.py", line 8, in setUp
self.jarvis = Jarvis()
"/root/Jarvis/jarviscli/Jarvis.py", line 48, in __init__
first_reaction, enable_voice)
"/root/Jarvis/jarviscli/CmdInterpreter.py", line 130, in __init__
self.speech = voice.Voice()
"/root/Jarvis/jarviscli/utilities/voice.py", line 25, in __init__
self.create()
"/root/Jarvis/jarviscli/utilities/voice.py", line 33, in create
self.engine = pyttsx3.init()
"/usr/local/lib/python2.7/dist-packages/pyttsx3/__init__.py", line 46, in init
eng = Engine(driverName, debug)
"/usr/local/lib/python2.7/dist-packages/pyttsx3/engine.py", line 52, in __init__
self.proxy = driver.DriverProxy(weakref.proxy(self), driverName, debug)
"/usr/local/lib/python2.7/dist-packages/pyttsx3/driver.py", line 75, in __init__
self._module = importlib.import_module(name)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
"/usr/local/lib/python2.7/dist-packages/pyttsx3/drivers/espeak.py", line 5, in <module>
from . import _espeak, toUtf8, fromUtf8
"/usr/local/lib/python2.7/dist-packages/pyttsx3/drivers/_espeak.py", line 18, in <module>
dll = cdll.LoadLibrary('libespeak.so.1')
"/usr/lib/python2.7/ctypes/__init__.py", line 444, in LoadLibrary
return self._dlltype(name)
"/usr/lib/python2.7/ctypes/__init__.py", line 366, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libespeak.so.1: cannot open shared object file: No such file or directory
| 0.199162 |
Traceback (most recent call last):
"<ipython-input-5-9e9c57cf4342>", line 1, in <module>
limit(lamda**k * exp(-lamda) / factorial(k), k, oo)
"sympy/series/limits.py", line 42, in limit
return Limit(e, z, z0, dir).doit(deep=False)
"sympy/series/limits.py", line 157, in doit
r = gruntz(e, z, z0, dir)
"sympy/series/gruntz.py", line 637, in gruntz
r = limitinf(e, z)
"sympy/core/cache.py", line 91, in wrapper
retval = cfunc(*args, **kwargs)
"sympy/core/compatibility.py", line 872, in wrapper
result = user_function(*args, **kwds)
"sympy/series/gruntz.py", line 420, in limitinf
c0, e0 = mrv_leadterm(e, x)
"sympy/core/cache.py", line 91, in wrapper
retval = cfunc(*args, **kwargs)
"sympy/core/compatibility.py", line 872, in wrapper
result = user_function(*args, **kwds)
"sympy/series/gruntz.py", line 501, in mrv_leadterm
f, logw = rewrite(exps, Omega, x, w)
"sympy/series/gruntz.py", line 573, in rewrite
raise NotImplementedError('Result depends on the sign of %s' % sig)NotImplementedError: Result depends on the sign of sign(log(lamda)) | Traceback (most recent call last):
"lib/matplotlib/sphinxext/plot_directive.py", line 612, in render_figures
figman.canvas.figure.savefig(img.filename(fmt), dpi=dpi)
"lib/matplotlib/figure.py", line 2203, in savefig
self.canvas.print_figure(fname, **kwargs)
"lib/matplotlib/backend_bases.py", line 2105, in print_figure
**kwargs)
"lib/matplotlib/backends/backend_pdf.py", line 2548, in print_pdf
self.figure.draw(renderer)
"lib/matplotlib/artist.py", line 38, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"lib/matplotlib/figure.py", line 1736, in draw
renderer, self, artists, self.suppressComposite)
"lib/matplotlib/image.py", line 137, in _draw_list_compositing_images
a.draw(renderer)
"lib/matplotlib/artist.py", line 38, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"lib/matplotlib/axes/_base.py", line 2630, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
"lib/matplotlib/image.py", line 137, in _draw_list_compositing_images
a.draw(renderer)
"lib/matplotlib/artist.py", line 38, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"lib/matplotlib/axis.py", line 1229, in draw
renderer)
"lib/matplotlib/axis.py", line 1174, in _get_tick_bboxes
for tick in ticks if tick.label1.get_visible()],
"lib/matplotlib/axis.py", line 1174, in <listcomp>
for tick in ticks if tick.label1.get_visible()],
"lib/matplotlib/text.py", line 905, in get_window_extent
bbox, info, descent = self._get_layout(self._renderer)
"lib/matplotlib/text.py", line 293, in _get_layout
ismath="TeX" if self.get_usetex() else False)
"lib/matplotlib/backends/_backend_pdf_ps.py", line 62, in get_text_width_height_descent
font.set_text(s, 0.0, flags=ft2font.LOAD_NO_HINTING)
RuntimeError: In set_text: Could not load glyph (error code 0x14)
| 0.204457 |
Traceback (most recent call last):
"home/xxx/miniconda3/bin/radian", line 8, in <module>
sys. exit(main())
"home/xxx/miniconda3/lib/python.7/site-packages/radian/init.py", line 44, in main
r_home = Rhome()
FIle "home/xxx/miniconda3/lib/python.7/site-packages/rchitect/utils.py", line 84, in Rhome
raise RuntimeError ("Cannot determine R HOME.")
RuntimeError: Cannot determine R HOME.
| Traceback (most recent call last):
"/home/adam/github/ws34/websockets/websockets/protocol.py", line 548, in write_frame
yield from self.writer.drain()
"/usr/lib/python3.5/asyncio/coroutines.py", line 105, in __next__
return self.gen.send(None)
"/usr/lib/python3.5/asyncio/streams.py", line 313, in drain
yield from self._protocol._drain_helper()
"/usr/lib/python3.5/asyncio/coroutines.py", line 105, in __next__
return self.gen.send(None)
"/usr/lib/python3.5/asyncio/streams.py", line 194, in _drain_helper
raise ConnectionResetError('Connection lost')ConnectionResetError: Connection lost | 0.284696 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/workspace/dlp/inspect_content_test.py", line 352, in test_inspect_gcs_file_with_custom_info_types
assert "Info type: EMAIL_ADDRESS" in outAssertionError: assert 'Info type: EMAIL_ADDRESS' in 'Inspection operation started: projects/python-docs-samples-tests/locations/global/dlpJobs/i-4183918976955065353\nNo event received before the timeout. Please verify that the subscription provided is subscribed to the topic provided.\n'</pre></details> | Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/scapy/fields.py", line 541, in h2i
inet_aton(x)
OSError: illegal IP address string passed to inet_aton
| 0.18319 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/requests/adapters.py", line 449, in send
timeout=timeout
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 398, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='testphp.vulnweb.com', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbb2e5a1978>: Failed to establish a new connection: [Errno -2] Name or service not known'))
| Traceback (most recent call last):
"./s3cmd", line 2063, in <module>
main()
"./s3cmd", line 2004, in main
cmd_func(args)
"./s3cmd", line 1170, in cmd_sync
return cmd_sync_local2remote(args)
"./s3cmd", line 1154, in cmd_sync_local2remote
destination_base_uri = _single_process(local_list)
"./s3cmd", line 977, in _single_process
_child(destination_base, local_list)
"./s3cmd", line 1063, in _child
local_list, remote_list, update_list, copy_pairs = compare_filelists(local_list, remote_list, src_remote = False, dst_remote = True, delay_updates = cfg.delay_updates)
"/home/mdomsch/git/s3cmd/S3/
Lists.py", line 457, in compare_filelists
same_file = _compare(src_list, dst_list, src_remote, dst_remote, relative_file)
"/home/mdomsch/git/s3cmd/S3/
Lists.py", line 417, in _compare
dst_md5 = dst_list.get_md5(file)AttributeError: 'dict' object has no attribute 'get_md5' | 0.136084 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"<string>", line 225, in script_launch
"<string>", line 201, in main
"<string>", line 168, in linux_install
"/usr/lib/python3.7/shutil.py", line 491, in rmtree
_rmtree_safe_fd(fd, path, onerror)
"/usr/lib/python3.7/shutil.py", line 429, in _rmtree_safe_fd
_rmtree_safe_fd(dirfd, fullname, onerror)
"/usr/lib/python3.7/shutil.py", line 449, in _rmtree_safe_fd
onerror(os.unlink, fullname, sys.exc_info())
"/usr/lib/python3.7/shutil.py", line 447, in _rmtree_safe_fd
os.unlink(entry.name, dir_fd=topfd)
PermissionError: [Errno 13] Permission denied: 'kitty'
| Traceback (most recent call last):
"/usr/lib64/gedit/plugins/rubyonrailsloader/rubyonrailsloader.py", line 52, in on_tab_added
self.connect_document(doc)
"/usr/lib64/gedit/plugins/rubyonrailsloader/rubyonrailsloader.py", line 58, in connect_document
doc.set_data(self.name, handler_id)
"/usr/lib64/python3.4/site-packages/gi/overrides/GObject.py", line 550, in _unsupported_data_method
raise RuntimeError('Data access methods are unsupported. 'RuntimeError: Data access methods are unsupported. Use normal Python attributes instead | 0.30641 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
"/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
"/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/facebook.py", line 422, in _real_extract
video_id, fatal_if_no_video=True)
"/usr/local/lib/python3.6/site-packages/youtube_dl/extractor/facebook.py", line 337, in _extract_from_url
raise ExtractorError('Cannot parse data')
youtube_dl.utils.ExtractorError: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/certbot/storage.py", line 208, in get_link_target
target = os.readlink(link)
OSError: [Errno 22] Invalid argument: '[Path_To_My_Certificate]'
| 0.284283 |
Traceback (most recent call last):
"C:/#######################/rllib/AlphaZero_Trainer.py", line 99, in <module>
action = alphazero_trainer.compute_action(observation=obs)
"C:\#######################\ray\rllib\agents\trainer.py", line 830, in compute_action
timestep=self.global_vars["timestep"])
"C:\#######################\ray\rllib\policy\policy.py", line 194, in compute_single_action
timestep=timestep)
"C:\#######################\ray\rllib\contrib\alpha_zero\core\alpha_zero_policy.py", line 50, in compute_actions
for i, episode in enumerate(episodes):
TypeError: 'NoneType' object is not iterable
| Traceback (most recent call last):
"C:\Program
s (x86)\JetBrains\PyCharm 2016.2\helpers\pydev\pydevd.py", line 1556, in <module>
globals = debugger.run(setup['file'], None, None, is_module)
"C:\Program
s (x86)\JetBrains\PyCharm 2016.2\helpers\pydev\pydevd.py", line 940, in run
pydev_imports.execfile(file, globals, locals)
# execute the script
"C:\Program
s (x86)\JetBrains\PyCharm 2016.2\helpers\pydev_pydev_imps_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"C:/Users/develop/code/ladder/test.py", line 41, in <module>
model_recovered = model_from_config(config)
"C:\Program
s\Dragonfly\Anaconda3\lib\site-packages\keras-1.0.7-py3.5.egg\keras\models.py", line 177, in model_from_config
return layer_from_config(config, custom_objects=custom_objects)
"C:\Program
s\Dragonfly\Anaconda3\lib\site-packages\keras-1.0.7-py3.5.egg\keras\utils\layer_utils.py", line 25, in layer_from_config
**class_name = config['class_name']KeyError: 'class_name'** | 0.297733 |
Traceback (most recent call last):
"~/.pyenv/versions/3.6.6/envs/kedro-mlflow/bin/kedro", line 8, in <module>
sys.exit(main())
"~/.pyenv/versions/3.6.6/envs/kedro-mlflow/lib/python3.6/site-packages/kedro/framework/cli/cli.py", line 623, in main
_handle_exception(f"Cannot load commands from {kedro_cli_path}")
"~/.pyenv/versions/3.6.6/envs/kedro-mlflow/lib/python3.6/site-packages/kedro/framework/cli/cli.py", line 643, in _handle_exception
raise KedroCliError(msg)
kedro.framework.cli.utils.KedroCliError: Cannot load commands from /myProject/kedro_cli.py
| Traceback (most recent call last):
"/home/u/abc/searx/searx/search.py", line 117, in search_one_request_safe
search_results = search_one_request(engine, query, request_params, start_time, timeout_limit)
"/home/u/abc/searx/searx/search.py", line 109, in search_one_request
return engine.response(response)
"/home/u/abc/searx/searx/engines/base.py", line 77, in response
search_results = etree.XML(resp.text, parser)
"src/lxml/lxml.etree.pyx", line 3192, in lxml.etree.XML (src/lxml/lxml.etree.c:77490)
"src/lxml/parser.pxi", line 1825, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:116615)
ValueError: Unicode strings with encoding declaration are not supported. Please use bytes input or XML fragments without declaration.
| 0.260741 |
WARNING: Traceback (most recent call last):
"/Users/.../code/vispy/examples/basics/visuals/grid_mesh.py", line 49, in <module>
canvas.show()
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/canvas.py", line 429, in show
self._backend._vispy_set_visible(visible)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/_qt.py", line 335, in _vispy_set_visible
self.showNormal()
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/_qt.py", line 431, in event
out = super(QtBaseCanvasBackend, self).event(ev)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/app/backends/_qt.py", line 703, in paintGL
self._vispy_canvas.events.draw(region=None)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/event.py", line 455, in __call__
self._invoke_callback(cb, event)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/event.py", line 475, in _invoke_callback
self, cb_event=(cb, event))
<< caught exception here: >>
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/util/event.py", line 471, in _invoke_callback
cb(event)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/canvas.py", line 207, in on_draw
self._draw_scene()
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/canvas.py", line 253, in _draw_scene
self.draw_visual(self.scene)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/canvas.py", line 291, in draw_visual
node.draw()
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/scene/visuals.py", line 98, in draw
self._visual_superclass.draw(self)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/visuals/mesh.py", line 385, in draw
Visual.draw(self, *args, **kwds)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/visuals/visual.py", line 440, in draw
self._vshare.index_buffer)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/visuals/shaders/program.py", line 77, in draw
Program.draw(self, *args, **kwargs)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/program.py", line 470, in draw
canvas.context.flush_commands()
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/context.py", line 171, in flush_commands
self.glir.flush(self.shared.parser)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 232, in flush
self._shared.flush(parser)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 146, in flush
parser.parse(self._filter(self.clear(), parser))
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 458, in parse
self._parse(command)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 420, in _parse
ob.draw(*args)
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/glir.py", line 898, in draw
gl.check_error('Check before draw')
"/usr/local/lib/python2.7/site-packages/vispy-0.5.0.dev0-py2.7.egg/vispy/gloo/gl/__init__.py", line 211, in check_error
raise errRuntimeError: OpenGL got errors (Check before draw): GL_INVALID_FRAMEBUFFER_OPERATION | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/entries.py", line 457, in insert_url
self.hist.save()
"/usr/share/w3af/w3af/core/ui/gui/history.py", line 67, in save
fileh.close()IOError: [Errno 28] No space left on device | 0.149315 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp243932xz\build\youtube_dl\YoutubeDL.py", line 796, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp243932xz\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp243932xz\build\youtube_dl\extractor\pornhub.py", line 235, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp243932xz\build\youtube_dl\extractor\common.py", line 1005, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract encoded url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"C:/red/ABSA-Personal-Marketing-master/declines.py", line 341, in <module>
evaluateFromDB()
"C:/red/ABSA-Personal-Marketing-master/declines.py", line 302, in evaluateFromDB
processed_records = async_results.get()
"C:\Users\red\AppData\Local\Programs\Python\Python36\lib\multiprocessing\pool.py", line 644, in get
raise self._value
RuntimeError: Error(s) in loading state_dict for ATAE_LSTM:
| 0.266786 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/master.py", line 1379, in run_func
ret = getattr(self, func)(load)
"/usr/lib/python2.7/dist-packages/salt/master.py", line 1007, in _mine
load = self.__verify_load(load, ('id', 'data', 'tok'))
"/usr/lib/python2.7/dist-packages/salt/master.py", line 924, in __verify_load
if not self.__verify_minion(load['id'], load['tok']):
"/usr/lib/python2.7/dist-packages/salt/master.py", line 824, in __verify_minion
with salt.utils.fopen(pub_path, 'r') as fp_:
"/usr/lib/python2.7/dist-packages/salt/utils/__init__.py", line 1204, in fopen
fhandle = open(*args, **kwargs)IOError: [Errno 2] No such file or directory: '/etc/salt/pki/master/minions/ause1-encoder646' | Traceback (most recent call last):
"threading.py", line 916, in _bootstrap_inner
"threading.py", line 864, in run
"/var/folders/2x/zhzhffjn62d2j0zyxh3qrmfh0000gn/T/_MEIh20MRj/electrum_plugins/trustedcoin/qt.py", line 208, in request_TOS
tos = server.get_terms_of_service()
"/var/folders/2x/zhzhffjn62d2j0zyxh3qrmfh0000gn/T/_MEIh20MRj/electrum_plugins/trustedcoin/trustedcoin.py", line 113, in get_terms_of_service
return self.send_request('get', 'tos', payload)
"/var/folders/2x/zhzhffjn62d2j0zyxh3qrmfh0000gn/T/_MEIh20MRj/electrum_plugins/trustedcoin/trustedcoin.py", line 92, in send_request
response = requests.request(method, url, **kwargs)
"requests-2.18.4-py3.6.egg/requests/api.py", line 58, in request
"requests-2.18.4-py3.6.egg/requests/sessions.py", line 499, in request
"requests-2.18.4-py3.6.egg/requests/sessions.py", line 672, in merge_environment_settings
"requests-2.18.4-py3.6.egg/requests/utils.py", line 692, in get_environ_proxies
"requests-2.18.4-py3.6.egg/requests/utils.py", line 676, in should_bypass_proxies
"urllib/request.py", line 2612, in proxy_bypass
"urllib/request.py", line 2589, in proxy_bypass_macosx_sysconf
"urllib/request.py", line 2575, in _proxy_bypass_macosx_sysconf
ValueError: negative shift count
| 0.323153 |
`Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python2.7/site-packages/arrow/arrow.py", line 286, in __repr__
return '<{0} [{1}]>'.format(self.__class__.__name__, self.__str__())
"/usr/lib/python2.7/site-packages/arrow/arrow.py", line 289, in __str__
return self._datetime.isoformat()ValueError: tzinfo.utcoffset() returned 1440; must be in -1439 .. 1439` | Traceback (most recent call last):
"./weevely.py", line 37, in <module>
modules.load_modules(session)
"/home/z/pentest/shells/weevely3/core/modules.py", line 35, in load_modules
folder
"/home/z/pentest/shells/weevely3/core/module.py", line 74, in **init**
self.init()
"/home/z/pentest/shells/weevely3/modules/file/read.py", line 25, in init
{ 'name' : '-vector', 'choices' : modules.loaded['file_download'].vectors.get_names() }KeyError: 'file_download' | 0.240664 |
Traceback (most recent call last):
"/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
"/home/chfast/Projects/golem/golem/golem/task/taskserver.py", line 488, in reward_for_subtask_paid
value=expected_income.value,
"/home/chfast/Projects/golem/golem/golem/transactions/ethereum/ethereumincomeskeeper.py", line 104, in received
value=value
"/home/chfast/Projects/golem/golem/golem/transactions/incomeskeeper.py", line 65, in received
expected_income.delete_instance()
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 5155, in delete_instance
return self.delete().where(self._pk_expr()).execute()
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 3556, in execute
return self.database.rows_affected(self._execute())
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 2912, in _execute
return self.database.execute_sql(sql, params, self.require_commit)
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 3775, in execute_sql
self.commit()
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 3598, in __exit__
reraise(new_type, new_type(*exc_args), traceback)
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 135, in reraise
raise value.with_traceback(tb)
"/home/chfast/.virtualenvs/golem/lib/python3.5/site-packages/peewee.py", line 3768, in execute_sql
cursor.execute(sql, params or ())
peewee.OperationalError: database is locked
| Traceback (most recent call last):
"/Users/harrison37/Work/github/llnl/conduit/ul_here/spack/lib/spack/spack/main.py", line 768, in main
return _invoke_command(command, parser, args, unknown)
"/Users/harrison37/Work/github/llnl/conduit/ul_here/spack/lib/spack/spack/main.py", line 496, in _invoke_command
return_val = command(parser, args)
"/Users/harrison37/Work/github/llnl/conduit/ul_here/spack/lib/spack/spack/cmd/activate.py", line 51, in activate
spec.package.do_activate(view, with_dependencies=not args.force)
"/Users/harrison37/Work/github/llnl/conduit/ul_here/spack/lib/spack/spack/package.py", line 2323, in do_activate
self.extendee_spec, self.spec)
"/Users/harrison37/Work/github/llnl/conduit/ul_here/spack/lib/spack/spack/directory_layout.py", line 441, in check_extension_conflict
raise ExtensionConflictError(spec, ext_spec, installed_spec)
spack.directory_layout.ExtensionConflictError: [email protected]%[email protected] arch=darwin-mojave-skylake/l6pskjy cannot be installed in [email protected]%[email protected]+bz2+ctypes~dbm~debug+libxml2+lzma~nis~optimizations+pic+pyexpat+pythoncmd+readline+shared+sqlite3+ssl~tix~tkinter~ucs4+uuid+zlib patches=0d98e93189bc278fbc37a50ed7f183bd8aaf249a8e1670a465f0db6bb4f8cf87 arch=darwin-mojave-skylake/5s5r5wf because it conflicts with [email protected]%[email protected] arch=darwin-mojave-skylake/l6pskjy
| 0.31291 |
Traceback (most recent call last):
"/Users/Retina/anaconda/envs/py2k/bin/kernprof", line 9, in <module>
load_entry_point('line-profiler==1.0', 'console_scripts', 'kernprof')()
"build/bdist.macosx-10.5-x86_64/egg/kernprof.py", line 221, in main
"primes.py", line 8, in <module>
@profileNameError: name 'profile' is not defined | Traceback (most recent call last):
"/usr/bin/glances", line 9, in <module>
load_entry_point('Glances==1.4.2.1', 'console_scripts', 'glances')()
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 299, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 2229, in load_entry_point
return ep.load()
"/usr/lib/python2.6/site-packages/pkg_resources.py", line 1953, in load
raise ImportError("%r has no %r attribute" % (entry,attr))ImportError: <module 'glances.glances' from '/usr/lib/python2.6/site-packages/Glances-1.4.2.1-py2.6.egg/glances/glances.pyc'> has no 'main' attribute | 0.17801 |
Traceback (most recent call last):
"/media/Scripts/ReadableWebProxy/common/util/DbCookieJar.py", line 180, in save
with self.db.session_context("cookiejar") as sess:
"/usr/lib/python3.6/contextlib.py", line 81, in __enter__
return next(self.gen)
"/media/Scripts/ReadableWebProxy/common/db_engine.py", line 143, in session_context
sess = get_db_session(postfix=name + 'context-sess')
"/media/Scripts/ReadableWebProxy/common/db_engine.py", line 71, in get_db_session
return g.session
"/usr/local/lib/python3.6/dist-packages/werkzeug/local.py", line 348, in __getattr__
return getattr(self._get_current_object(), name)
"/usr/local/lib/python3.6/dist-packages/werkzeug/local.py", line 307, in _get_current_object
return self.__local()
"/usr/local/lib/python3.6/dist-packages/flask/globals.py", line 44, in _lookup_app_object
raise RuntimeError(_app_ctx_err_msg)
RuntimeError: Working outside of application context.
| Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/ninja_ide/gui/editor/highlighter.py", line 244, in highlightBlock
self.highlight_function(text)
"/usr/lib/python2.7/site-packages/ninja_ide/gui/editor/highlighter.py", line 326, in realtime_highlight
user_data.clear_data()AttributeError: 'QTextBlockUserData' object has no attribute 'clear_data' | 0.277332 |
Traceback (most recent call last):
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/master.py", line 292, in run
self.loop.run()
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/main_loop.py", line 278, in run
self._run()
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/main_loop.py", line 376, in _run
self.event_loop.run()
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/main_loop.py", line 682, in run
self._loop()
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/main_loop.py", line 719, in _loop
self._watch_files[fd]()
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/raw_display.py", line 393, in <lambda>
event_loop, callback, self.get_available_raw_input())
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/raw_display.py", line 493, in parse_input
callback(processed, processed_codes)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/main_loop.py", line 403, in _update
self.process_input(keys)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/main_loop.py", line 503, in process_input
k = self._topmost_widget.keypress(self.screen_size, k)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/window.py", line 84, in keypress
k = super().keypress(size, k)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/urwid/container.py", line 1116, in keypress
return self.footer.keypress((maxcol,),key)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/statusbar.py", line 155, in keypress
return self.master.ab.keypress(*args, **kwargs)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/statusbar.py", line 110, in keypress
self.prompt_execute(self._w.get_edit_text())
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/statusbar.py", line 133, in prompt_execute
msg = p(txt)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/statusbar.py", line 21, in __call__
return self.callback(pth, *self.args)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/tools/console/master.py", line 150, in run_script_once
sc.run_once(command, [f])
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/addons/script.py", line 208, in run_once
sc = Script(command)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/addons/script.py", line 136, in __init__
self.path, self.args = parse_command(command)
"/usr/local/var/pyenv/versions/3.5.0/lib/python3.5/site-packages/mitmproxy-2.0.0-py3.5.egg/mitmproxy/addons/script.py", line 37, in parse_command
raise exceptions.OptionsError("Not a file: %s" % args[0])
mitmproxy.exceptions.OptionsError: Not a file: /Users/wuten/Desktop
|
"ERROR: for scanner: licenses:\nERROR: Unknown error:\nTraceback (most recent call last):\n
\"/tmp/scancode-toolkit-master/src/scancode/interrupt.py\", line 91, in interruptible\n
return NO_ERROR, func(*(args or ()), **(kwargs or {}))\n
\"/tmp/scancode-toolkit-master/src/scancode/api.py\", line 143, in get_licenses\n
for match in idx.match(location=location, min_score=min_score):\n
\"/tmp/scancode-toolkit-master/src/licensedcode/index.py\", line 426, in match\n
qry = query.build_query(location, query_string, self)\n
\"/tmp/scancode-toolkit-master/src/licensedcode/query.py\", line 124, in build_query\n
qry = Query(location=location, idx=idx, line_threshold=80)\n
\"/tmp/scancode-toolkit-master/src/licensedcode/query.py\", line 197, in __init__\n
self.tokenize_and_build_runs(self.tokens_by_line(tokenizer=tokenizer), line_threshold=line_threshold)\n
\"/tmp/scancode-toolkit-master/src/licensedcode/query.py\", line 320, in tokenize_and_build_runs\n
for tokens in tokens_by_line:\n
\"/tmp/scancode-toolkit-master/src/licensedcode/query.py\", line 370, in break_long_lines\n
for line in lines:\n
\"/tmp/scancode-toolkit-master/src/licensedcode/query.py\", line 264, in tokens_by_line\n
for lnum, line
in enumerate(query_lines(self.location, self.query_string), line_start):\n
\"/tmp/scancode-toolkit-master/src/licensedcode/tokenize.py\", line 60, in query_lines\n
for line in lines:\n
\"/tmp/scancode-toolkit-master/src/textcode/analysis.py\", line 206, in js_map_sources_lines\n
sources = content['sourcesContent']\nKeyError: u'sourcesContent'\n"
]
}
]
}
| 0.24473 |
Traceback (most recent call last):
"/home/workman/common/sublime3/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
"X/importlib/__init__.py", line 88, in import_module
"<frozen importlib._bootstrap>", line 1577, in _gcd_import
"<frozen importlib._bootstrap>", line 1558, in _find_and_load
"<frozen importlib._bootstrap>", line 1525, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 586, in _check_name_wrapper
"<frozen importlib._bootstrap>", line 1023, in load_module
"<frozen importlib._bootstrap>", line 1004, in load_module
"<frozen importlib._bootstrap>", line 562, in module_for_loader_wrapper
"<frozen importlib._bootstrap>", line 869, in _load_module
"<frozen importlib._bootstrap>", line 313, in _call_with_frames_removed
"/home/workman/common/sublime3/Data/Packages/BracketHighlighter/bh_swapping.py", line 3, in <module>
import bh_wrappingImportError: No module named 'bh_wrapping' | Traceback (most recent call last):
"/usr/lib64/python3.6/urllib/request.py", line 1349, in do_open
encode_chunked=req.has_header('Transfer-encoding'))
"/usr/lib64/python3.6/http/client.py", line 1254, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/lib64/python3.6/http/client.py", line 1300, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/lib64/python3.6/http/client.py", line 1249, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/lib64/python3.6/http/client.py", line 1036, in _send_output
self.send(msg)
"/usr/lib64/python3.6/http/client.py", line 974, in send
self.connect()
"/usr/lib64/python3.6/http/client.py", line 1415, in connect
server_hostname=server_hostname)
"/usr/lib64/python3.6/ssl.py", line 365, in wrap_socket
_context=self, _session=session)
"/usr/lib64/python3.6/ssl.py", line 776, in __init__
self.do_handshake()
"/usr/lib64/python3.6/ssl.py", line 1036, in do_handshake
self._sslobj.do_handshake()
"/usr/lib64/python3.6/ssl.py", line 648, in do_handshake
self._sslobj.do_handshake()
ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:877)
| 0.234712 |
Traceback (most recent call last):
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/errors.py", line 627, in new_error_context
yield
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/lowering.py", line 258, in lower_block
self.lower_inst(inst)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/lowering.py", line 301, in lower_inst
val = self.lower_assign(ty, inst)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/lowering.py", line 454, in lower_assign
return self.lower_expr(ty, value)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/lowering.py", line 913, in lower_expr
res = self.lower_call(resty, expr)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/lowering.py", line 706, in lower_call
res = self._lower_call_normal(fnty, expr, signature)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/lowering.py", line 877, in _lower_call_normal
impl = self.context.get_function(fnty, signature)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/targets/base.py", line 551, in get_function
return self.get_function(fn, sig, _firstcall=False)
"/home/marco/miniconda3/lib/python3.6/site-packages/numba/targets/base.py", line 553, in get_function
raise NotImplementedError("No definition for lowering %s%s" % (key, sig))
NotImplementedError: No definition for lowering <built-in function sqrt>(int64,) -> float64
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\extractor\common.py", line 627, in _request_webpage
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpq2whuxta\build\youtube_dl\YoutubeDL.py", line 2238, in urlopen
"C:\Python\Python34\lib\urllib\request.py", line 470, in open
"C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
"C:\Python\Python34\lib\urllib\request.py", line 508, in error
"C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
"C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 406: Not Acceptable
| 0.112261 |
Traceback (most recent call last):
"sqlmap.py", line 149, in main
start()
"lib/controller/controller.py", line 633, in start
action()
"lib/controller/action.py", line 100, in action
conf.dumper.dbs(conf.dbmsHandler.getDbs())
"plugins/generic/databases.py", line 125, in getDbs
count = inject.getValue(query, union=False, error=False, expected=EXPECTED.INT, charsetType=CHARSET_TYPE.DIGITS)
"lib/request/inject.py", line 445, in getValue
value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
"lib/request/inject.py", line 285, in _goInferenceProxy
outputs = _goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump)
"lib/request/inject.py", line 128, in _goInferenceFields
output = _goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump, field)
"lib/request/inject.py", line 100, in _goInference
count, value = bisection(payload, expression, length, charsetType, firstChar, lastChar, dump)
"lib/techniques/blind/inference.py", line 593, in bisection
val = getChar(index, asciiTbl)
"lib/techniques/blind/inference.py", line 369, in getChar
if (timeBasedCompare or unexpectedCode) and not validateChar(idx, retVal):
"lib/techniques/blind/inference.py", line 217, in validateChar
warnMsg = "detected HTTP code '%d' in validation phase is differing from expected '%d'" % (threadData.lastCode, kb.injection.data[kb.technique].trueCode)TypeError: %d format: a number is required, not NoneType | Traceback (most recent call last):
"HiddenEye.py", line 8, in <module>
from Defs.Checks import *
"/data/data/com.termux/files/home/HiddenEye/Defs/Checks.py", line 7, in <module>
from wget import download
ModuleNotFoundError: No module named 'wget'
| 0.280545 |
Traceback (most recent call last):
"./youtube-dl", line 12, in <module>
import ctypes
"/usr/local/lib/python2.6/ctypes/**init**.py", line 10, in <module>
from _ctypes import Union, Structure, ArrayImportError: No module named _ctypes |
Traceback (most recent call last):
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/http1connection.py", line 693, in _server_request_loop
ret = yield conn.read_response(request_delegate)
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/gen.py", line 870, in run
value = future.result()
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(*exc_info)
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/http1connection.py", line 168, in _read_message
quiet_exceptions=iostream.StreamClosedError)
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/gen.py", line 870, in run
value = future.result()
"/Users/davidlaxer/anaconda/lib/python2.7/site-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"<string>", line 3, in raise_exc_info
SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1752) | 0.136629 |
Traceback (most recent call last):
"C:\spark\spark-2.3.4-bin-hadoop2.7\python\lib\py4j-0.10.7-src.zip\py4j\java_gateway.py", line 1067, in start
ConnectionRefusedError: [WinError 10061] Es konnte keine Verbindung hergestellt werden, da der Zielcomputer die Verbindung verweigerte
| Traceback (most recent call last):
"main.py", line 107, in <module>
api = Osintgram(args.id, args.file, args.json)
"/home/shubhampitekar98/Osintgram/src/Osintgram.py", line 36, in __init__
self.setTarget(target)
"/home/shubhampitekar98/Osintgram/src/Osintgram.py", line 42, in setTarget
user = self.get_user(target)
"/home/shubhampitekar98/Osintgram/src/Osintgram.py", line 955, in get_user
data = content.json()
"/home/shubhampitekar98/.local/lib/python3.7/site-packages/requests/models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
"/usr/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) | 0.129808 |
Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 32, in render
data = render_page_by_language(path)
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 101, in render_page_by_language
return render_page(path)
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 117, in render_page
return build(path)
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 124, in build
return build_page(path)
"/home/frappe/frappe-bench/apps/frappe/frappe/website/render.py", line 139, in build_page
print 2, context.title, context.source
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 14: ordinal not in range(128)" | Traceback (most recent call last):
"C:\Python27\lib\multiprocessing\process.py", line 258, in _bootstrap
self.run()
"C:\Python27\lib\multiprocessing\process.py", line 114, in run
self._target(_self._args, *_self._kwargs)
"h:\wiki\WikiExtractor.py", line 2427, in extract_process
Extractor(*job[:3]).extract(out) # (id, title, page)
"h:\wiki\WikiExtractor.py", line 423, in extract
text = clean(self, text)
"h:\wiki\WikiExtractor.py", line 1896, in clean
text = extractor.expandTemplates(text)
"h:\wiki\WikiExtractor.py", line 479, in expandTemplates
res += wikitext[cur:s] + self.expandTemplate(wikitext[s+2:e-2])
"h:\wiki\WikiExtractor.py", line 636, in expandTemplate
title = fullyQualifiedTemplateTitle(title)
"h:\wiki\WikiExtractor.py", line 1121, in fullyQualifiedTemplateTitle
return templatePrefix + ucfirst(templateTitle)NameError: global name 'templatePrefix' is not defined | 0.293535 |
Traceback (most recent call last):
"/Users/NGUYENQUANGHUY/PycharmProjects/stanford-tensorflow-tutorials/assignments/chatbot/data.py", line 255, in <module>
prepare_raw_data()
"/Users/NGUYENQUANGHUY/PycharmProjects/stanford-tensorflow-tutorials/assignments/chatbot/data.py", line 178, in prepare_raw_data
id2line = get_lines()
"/Users/NGUYENQUANGHUY/PycharmProjects/stanford-tensorflow-tutorials/assignments/chatbot/data.py", line 32, in get_lines
lines = f.readlines()
"/Users/NGUYENQUANGHUY/.pyenv/versions/anaconda3-4.0.0/lib/python3.5/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xad in position 3767: invalid start byte
| Traceback (most recent call last):
"C:\Users\Pranab\Anaconda3\envs\tensorflow1\lib\site-packages\IPython\core\interactiveshell.py", line 2044, in showtraceback
stb = value._render_traceback_()
AttributeError: 'ImportError' object has no attribute '_render_traceback_'
| 0.26806 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 191, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 96, in start
self._seed_discovery()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 423, in _seed_discovery
self._seed_producer.seed_output_queue(cf.cf.get('targets'))
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/seed.py", line 104, in seed_output_queue
kb.kb.add_fuzzable_request(_seed)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 671, in add_fuzzable_request
self.add_url(fuzzable_request.get_url())
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 652, in add_url
return self.urls.add(url)AttributeError: 'DBKnowledgeBase' object has no attribute 'urls' | Traceback (most recent call last):
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract
raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info')
youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.32484 |
Traceback (most recent call last):
"/usr/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/pymodules/python2.7/salt/scripts.py", line 82, in salt_call
client.run()
"/usr/lib/pymodules/python2.7/salt/cli/__init__.py", line 319, in run
caller.run()
"/usr/lib/pymodules/python2.7/salt/cli/caller.py", line 148, in run
self.opts)
"/usr/lib/pymodules/python2.7/salt/output/__init__.py", line 49, in display_output
print(display_data)UnicodeEncodeError: 'latin-1' codec can't encode characters in position 26798-26800: ordinal not in range(256) | Traceback (most recent call last):
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/ioloop.py", line 741, in _run_callback
ret = callback()
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/ioloop.py", line 765, in _discard_future_result
future.result()
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/gen.py", line 769, in run
yielded = self.gen.throw(*exc_info)
# type: ignore
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/streamz/core.py", line 1168, in cb
yield self._emit(x, metadata=metadata)
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/gen.py", line 762, in run
value = future.result()
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/gen.py", line 526, in callback
result_list.append(f.result())
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/gen.py", line 769, in run
yielded = self.gen.throw(*exc_info)
# type: ignore
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/streamz/dask.py", line 144, in update
result = yield client.gather(x, asynchronous=True)
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/tornado/gen.py", line 762, in run
value = future.result()
"/home/walt/.conda/envs/py38streamz/lib/python3.8/site-packages/distributed/client.py", line 1852, in _gather
raise exc
concurrent.futures._base.CancelledError: lambda-8900fe7fe84a7a9105ea61c47a62abb4
| 0.326142 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyocd/probe/cmsis_dap_probe.py", line 141, in open
self._link.open()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyocd/probe/pydapaccess/dap_access_cmsis_dap.py", line 545, in open
self._interface.open()
"/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/pyocd/probe/pydapaccess/interface/hidapi_backend.py", line 51, in open
raise six.raise_from(DAPAccessIntf.DeviceError("Unable to open device: " + str(exc)), exc)
"<string>", line 3, in raise_from
pyocd.probe.pydapaccess.dap_access_api.DAPAccessIntf.DeviceError: Unable to open device: open failed
| [!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| 0.159779 |
Traceback (most recent call last):
"/tmp/psutil/test/test_psutil.py", line 404, in wrapper
raiseRuntimeError: No active exception to reraise |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1562, in call
**cdata['kwargs'])
"/usr/lib/python2.7/dist-packages/salt/states/influxdb_user.py", line 47, in present
database, user, password, host, port):
"/usr/lib/python2.7/dist-packages/salt/modules/influx.py", line 115, in db_exists
dbs = db_list(user, password, host, port)
"/usr/lib/python2.7/dist-packages/salt/modules/influx.py", line 86, in db_list
return client.get_database_list()
AttributeError: 'InfluxDBClient' object has no attribute 'get_database_list'
Started: 20:23:22.023236 | 0.299156 |
Traceback (most recent call last):
"/home/docs/checkouts/readthedocs.org/user_builds/pysap/envs/latest/local/lib/python2.7/site-packages/sphinx/cmdline.py", line 305, in main
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
"/home/docs/checkouts/readthedocs.org/user_builds/pysap/envs/latest/local/lib/python2.7/site-packages/sphinx/application.py", line 192, in __init__
self.setup_extension(extension)
"/home/docs/checkouts/readthedocs.org/user_builds/pysap/envs/latest/local/lib/python2.7/site-packages/sphinx/application.py", line 456, in setup_extension
self.registry.load_extension(self, extname)
"/home/docs/checkouts/readthedocs.org/user_builds/pysap/envs/latest/local/lib/python2.7/site-packages/sphinx/registry.py", line 199, in load_extension
raise ExtensionError(__('Could not import extension %s') % extname, err)
ExtensionError: Could not import extension sphinx.builders.latex (exception: cannot import name new_document)
| Traceback (most recent call last):
"pokecli.py", line 452, in <module>
main()
"pokecli.py", line 53, in main
config = init_config()
"pokecli.py", line 124, in init_config
load.update(json.load(data))
"C:\Python27\lib\json__init__.py", line 291, in load
**kw)
"C:\Python27\lib\json__init__.py", line 339, in loads
return _default_decoder.decode(s)
"C:\Python27\lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"C:\Python27\lib\json\decoder.py", line 380, in raw_decode
obj, end = self.scan_once(s, idx)ValueError: Expecting , delimiter: line 87 column 7 (char 2093) | 0.325163 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback
ret = callback()
"/usr/local/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 542, in <lambda>
self.io_loop.add_callback(lambda : self._handle_events(self.socket, 0))
"/usr/local/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 456, in _handle_events
self._handle_recv()
"/usr/local/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 486, in _handle_recv
self._run_callback(callback, msg)
"/usr/local/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 438, in _run_callback
callback(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/jupyter_client/threaded.py", line 93, in _handle_recv
msg = self.session.deserialize(smsg)
"/usr/local/lib/python3.7/site-packages/jupyter_client/session.py", line 941, in deserialize
raise ValueError("Duplicate Signature: %r" % signature)ValueError: Duplicate Signature: b'05eb300dd8235702569ad66caacb197d324e1f4e101b029746a34ec6236fd592' | Traceback (most recent call last):
"test.py", line 11, in <module>
l_c(x)
"/Users/oonokenta/dev/chainer/chainer/links/connection/linear.py", line 86, in __call__
return linear.linear(x, self.W, self.b)AttributeError: 'Linear' object has no attribute 'W' | 0.318792 |
Traceback (most recent call last):
"manage.py", line 15, in <module>
execute_from_command_line(sys.argv)
"/Users/meik/cookbook/env/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
"/Users/meik/cookbook/env/lib/python3.6/site-packages/django/core/management/__init__.py", line 347, in execute
django.setup()
"/Users/meik/cookbook/env/lib/python3.6/site-packages/django/__init__.py", line 24, in setup
apps.populate(settings.INSTALLED_APPS)
"/Users/meik/cookbook/env/lib/python3.6/site-packages/django/apps/registry.py", line 89, in populate
app_config = AppConfig.create(entry)
"/Users/meik/cookbook/env/lib/python3.6/site-packages/django/apps/config.py", line 123, in create
import_module(entry)
"/Users/meik/cookbook/env/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'cookbook.ingredients'
| Traceback (most recent call last):
"/usr/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
"/usr/bin/../lib/kitty/kittens/diff/main.py", line 163, in highlighting_done
self.render_diff()
"/usr/bin/../lib/kitty/kittens/diff/main.py", line 180, in render_diff
self.diff_lines = tuple(render_diff(self.collection, self.diff_map, self.args, self.screen_size.cols, self.image_manager))
"/usr/bin/../lib/kitty/kittens/diff/render.py", line 488, in render_diff
yield from ans
"/usr/bin/../lib/kitty/kittens/diff/render.py", line 337, in lines_for_diff
yield from lines_for_chunk(data, hunk_num, chunk, cnum)
"/usr/bin/../lib/kitty/kittens/diff/render.py", line 308, in lines_for_chunk
None if chunk.centers is None else chunk.centers[i]))
"/usr/bin/../lib/kitty/kittens/diff/render.py", line 262, in render_half_line
lines = split_with_highlights(line, available_cols, highlights, bg_highlight)
"/usr/bin/../lib/kitty/kittens/diff/render.py", line 198, in split_with_highlights
return _split_with_highlights(line, truncate_pts, highlights, bg_highlight)
ValueError: line too long
| 0.320687 |
Traceback (most recent call last):
"sqlmap.py", line 103, in main
start()
"lib/controller/controller.py", line 367, in start
setupTargetEnv()
"lib/core/target.py", line 669, in setupTargetEnv
_createTargetDirs()
"lib/core/target.py", line 600, in _createTargetDirs
warnMsg += "'%s' (%s). " % (conf.outputPath, ex)UnicodeDecodeError: 'ascii' codec can't decode byte 0xb3 in position 46: ordinal not in range(128) | Traceback (most recent call last):
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/helper_threads.py", line 112, in __call__
self._callback(items)
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/dispatcher.py", line 101, in dispatch_callback
self.ack(batched_commands.pop(requests.AckRequest))
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/dispatcher.py", line 124, in ack
self.drop(items)
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/dispatcher.py", line 133, in drop
self._manager.maybe_resume_consumer()
"/usr/local/google/home/ehudm/virtualenvs/beamenv/local/lib/python2.7/site-packages/google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py", line 224, in maybe_resume_consumer
if not self._consumer.is_paused:
AttributeError: 'NoneType' object has no attribute 'is_paused'
| 0.291826 |
Traceback (most recent call last):
"/home/rgs/.pex/install/kazoo-2.0-py2-none-any.whl.c310f8d552e1beaa6e01f51c4edb52176ed9452d/kazoo-2.0-py2-none-any.whl/kazoo/protocol/connection.py", line 529, in _connect_attempt
self._send_ping(connect_timeout)
"/home/rgs/.pex/install/kazoo-2.0-py2-none-any.whl.c310f8d552e1beaa6e01f51c4edb52176ed9452d/kazoo-2.0-py2-none-any.whl/kazoo/protocol/connection.py", line 447, in _send_ping
self._submit(PingInstance, connect_timeout, PING_XID)
"/home/rgs/.pex/install/kazoo-2.0-py2-none-any.whl.c310f8d552e1beaa6e01f51c4edb52176ed9452d/kazoo-2.0-py2-none-any.whl/kazoo/protocol/connection.py", line 275, in _submit
if request.type:AttributeError: 'NoneType' object has no attribute 'type' | Traceback (most recent call last):
"<input>", line 2, in <module>
"/Users/hannes/anaconda3/envs/microexon-code/lib/python3.6/site-packages/Bio/SeqIO/__init__.py", line 744, in to_dict
for record in sequences:
"/Users/hannes/anaconda3/envs/microexon-code/lib/python3.6/site-packages/Bio/SeqIO/__init__.py", line 611, in parse
for r in i:
"/Users/hannes/anaconda3/envs/microexon-code/lib/python3.6/site-packages/Bio/SeqIO/FastaIO.py", line 122, in FastaIterator
for title, sequence in SimpleFastaParser(handle):
"/Users/hannes/anaconda3/envs/microexon-code/lib/python3.6/site-packages/Bio/SeqIO/FastaIO.py", line 47, in SimpleFastaParser
if line[0] == ">":
IndexError: index out of range
| 0.273931 |
Traceback (most recent call last):
"/opt/conda/lib/python3.6/multiprocessing/queues.py", line 234, in _feed
obj = _ForkingPickler.dumps(obj)
"/opt/conda/lib/python3.6/multiprocessing/reduction.py", line 51, in dumps
cls(buf, protocol).dump(obj)
"/opt/conda/lib/python3.6/site-packages/torch/multiprocessing/reductions.py", line 333, in reduce_storage
fd, size = storage._share_fd_()
RuntimeError: unable to write to file </torch_7595_1521087084>
| Traceback (most recent call last):
"test.py", line 21, in <module>
model.evaluate(a, b)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/keras/engine/training.py", line 1139, in evaluate
self._make_test_function()
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/keras/engine/training.py", line 718, in _make_test_function
**self._function_kwargs)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/keras/backend/theano_backend.py", line 727, in function
return Function(inputs, outputs, updates=updates, **kwargs)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/keras/backend/theano_backend.py", line 713, in __init__
**kwargs)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/compile/function.py", line 320, in function
output_keys=output_keys)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/compile/pfunc.py", line 479, in pfunc
output_keys=output_keys)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/compile/function_module.py", line 1776, in orig_function
output_keys=output_keys).create(
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/compile/function_module.py", line 1428, in __init__
accept_inplace)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/compile/function_module.py", line 177, in std_fgraph
update_mapping=update_mapping)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/gof/fg.py", line 171, in __init__
self.__import_r__(output, reason="init")
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/gof/fg.py", line 360, in __import_r__
self.__import__(variable.owner, reason=reason)
"/home/is33/Envs/alexa_seq2seq/lib/python2.7/site-packages/theano/gof/fg.py", line 474, in __import__
r)
theano.gof.fg.MissingInputError: ("An input of the graph, used to compute Shape(<TensorType(float32, 3D)>), was not provided and not given a value.Use the Theano flag exception_verbosity='high',for more information on this error.", <TensorType(float32, 3D)>)
| 0.282705 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 275, in <lambda>
('Save', gtk.STOCK_SAVE, _('_Save'), None, _('Save this configuration'), lambda w: self.profile_action("save")),
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 866, in profile_action
method()
"/usr/share/w3af/w3af/core/ui/gui/profiles.py", line 458, in save_profile
self.w3af.profiles.save_current_to_profile(profile_obj.get_name(),AttributeError: 'NoneType' object has no attribute 'get_name' | Traceback (most recent call last):
"train.py", line 333, in <module>
main()
"train.py", line 329, in main
main_worker(args.gpu, ngpus_per_node, args)
"train.py", line 232, in main_worker
D_class=EFFICIENTDET[args.network]['D_class']
"/home/jake/Gits/EfficientDet.Pytorch/models/efficientdet.py", line 33, in __init__
self.backbone = EfficientNet.from_pretrained(MODEL_MAP[network])
"/home/jake/Gits/EfficientDet.Pytorch/models/efficientnet.py", line 243, in from_pretrained
model, model_name, load_fc=(num_classes == 1000))
"/home/jake/Gits/EfficientDet.Pytorch/models/utils.py", line 319, in load_pretrained_weights
state_dict = model_zoo.load_url(url_map[model_name])
"/home/jake/venv/lib/python3.6/site-packages/torch/hub.py", line 483, in load_state_dict_from_url
download_url_to_file(url, cached_file, hash_prefix, progress=progress)
"/home/jake/venv/lib/python3.6/site-packages/torch/hub.py", line 381, in download_url_to_file
u = urlopen(req)
"/usr/lib/python3.6/urllib/request.py", line 223, in urlopen
return opener.open(url, data, timeout)
"/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
"/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/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 403: Forbidden
| 0.192755 |
Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/redis/connection.py", line 439, in connect
sock = self._connect()
"/usr/local/lib/python3.4/dist-packages/redis/connection.py", line 494, in _connect
raise err
"/usr/local/lib/python3.4/dist-packages/redis/connection.py", line 482, in _connect
sock.connect(socket_address)ConnectionRefusedError: [Errno 111] Connection refused | Traceback (most recent call last):
"<ipython-input-2-759d24f4d830>", line 9, in make_logging_errors
raise AssertionError("You're not assertive")
AssertionError: You're not assertive
| 0.137624 |
Traceback (most recent call last):
"train.py", line 314, in <module>
main(args)
"train.py", line 200, in main
train(segmentation_module, iterator_train, optimizers, history, epoch, args)
"train.py", line 37, in train
loss, acc = segmentation_module(batch_data)
"/home/shrek/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
"/home/shrek/projects/semantic-segmentation-pytorch3/models/models.py", line 33, in forward
(pred, pred_deepsup) = self.decoder(self.encoder(feed_dict['img_data'], return_feature_maps=True))
"/home/shrek/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
"/home/shrek/projects/semantic-segmentation-pytorch3/models/models.py", line 264, in forward
x = self.relu1(self.bn1(self.conv1(x)))
"/home/shrek/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 491, in __call__
result = self.forward(*input, **kwargs)
"/home/shrek/.local/lib/python3.5/site-packages/torch/nn/modules/conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: Expected object of type torch.FloatTensor but found type torch.cuda.FloatTensor for argument #2 'weight'
|
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_xshVSK/ansible_module_molecule_vagrant.py\", line 417, in <module>\n
main()\n
\"/tmp/ansible_xshVSK/ansible_module_molecule_vagrant.py\", line 407, in main\n
v = VagrantClient(module)\n
\"/tmp/ansible_xshVSK/ansible_module_molecule_vagrant.py\", line 287, in __init__\n
self._config = self._get_config()\n
\"/tmp/ansible_xshVSK/ansible_module_molecule_vagrant.py\", line 333, in _get_config\n
molecule_file = os.environ['MOLECULE_FILE']\n
\"/home/vfigueiredo/Code/.virtualenvs/ansible-personal/lib/python2.7/UserDict.py\", line 40, in __getitem__\n
raise KeyError(key)\nKeyError: 'MOLECULE_FILE'\n",
"module_stdout": "",
| 0.314192 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/beets/util/functemplate.py", line 598, in substitute
res = self.compiled(values, functions)
"/usr/lib/python3.8/site-packages/beets/util/functemplate.py", line 622, in wrapper_func
args[VARIABLE_PREFIX + varname] = values[varname]
"/usr/lib/python3.8/site-packages/beets/library.py", line 415, in __getitem__
value = self._get(key)
"/usr/lib/python3.8/site-packages/beets/library.py", line 406, in _get
return self._get_formatted(self.model, key)
"/usr/lib/python3.8/site-packages/beets/dbcore/db.py", line 81, in _get_formatted
value = model._type(key).format(model.get(key))
"/usr/lib/python3.8/site-packages/beets/dbcore/db.py", line 443, in get
return self[key]
"/usr/lib/python3.8/site-packages/beets/dbcore/db.py", line 354, in __getitem__
return getters[key](self)
"/usr/lib/python3.8/site-packages/beetsplug/lidarrfields.py", line 25, in _tmpl_releasegroupartist
rel = musicbrainzngs.get_release_group_by_id(item.mb_releasegroupid, ['artist-credits'])
"/usr/lib/python3.8/site-packages/musicbrainzngs/musicbrainz.py", line 890, in get_release_group_by_id
return _do_mb_query("release-group", id, includes, params)
"/usr/lib/python3.8/site-packages/musicbrainzngs/musicbrainz.py", line 728, in _do_mb_query
return _mb_request(path, 'GET', auth_required, args=args)
"/usr/lib/python3.8/site-packages/musicbrainzngs/musicbrainz.py", line 417, in __call__
return self.fun(*args, **kwargs)
"/usr/lib/python3.8/site-packages/musicbrainzngs/musicbrainz.py", line 690, in _mb_request
resp = _safe_read(opener, req, body)
"/usr/lib/python3.8/site-packages/musicbrainzngs/musicbrainz.py", line 503, in _safe_read
raise ResponseError(cause=exc)
musicbrainzngs.musicbrainz.ResponseError: caused by: HTTP Error 400: Bad Request
| Traceback (most recent call last):
"/Users/travis/build/MacPython/pandas-wheels/venv/lib/python3.3/site-packages/pandas/tests/test_series.py", line 7268, in test_isin_with_i8
assert_series_equal(result, expected)
"/Users/travis/build/MacPython/pandas-wheels/venv/lib/python3.3/site-packages/pandas/util/testing.py", line 925, in assert_series_equal
check_less_precise, obj='{0}'.format(obj))
"pandas/src/testing.pyx", line 58, in pandas._testing.assert_almost_equal (pandas/src/testing.c:3809)
"pandas/src/testing.pyx", line 147, in pandas._testing.assert_almost_equal (pandas/src/testing.c:2685)
"/Users/travis/build/MacPython/pandas-wheels/venv/lib/python3.3/site-packages/pandas/util/testing.py", line 798, in raise_assert_detail
raise AssertionError(msg)AssertionError: Series are different | 0.105643 |
Traceback (most recent call last):
"flow", line 4, in <module>
from darkflow.cli import cliHandler
"/hdd/students/issac/Pedestrian-Detection-using-Darkflow/darkflow/cli.py", line 3, in <module>
from .net.build import TFNet
"/hdd/students/issac/Pedestrian-Detection-using-Darkflow/darkflow/net/build.py", line 7, in <module>
from .framework import create_framework
"/hdd/students/issac/Pedestrian-Detection-using-Darkflow/darkflow/net/framework.py", line 1, in <module>
from . import yolo
"/hdd/students/issac/Pedestrian-Detection-using-Darkflow/darkflow/net/yolo/__init__.py", line 2, in <module>
from . import predict
"/hdd/students/issac/Pedestrian-Detection-using-Darkflow/darkflow/net/yolo/predict.py", line 7, in <module>
from ...cython_utils.cy_yolo_findboxes import yolo_box_constructor
"darkflow/cython_utils/cy_yolo_findboxes.pyx", line 1, in init darkflow.cython_utils.cy_yolo_findboxes
import numpy as np
ModuleNotFoundError: No module named 'nms' | Traceback (most recent call last):
"/usr/local/lib/python3.5/dist-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context
context)
"/usr/local/lib/python3.5/dist-packages/sqlalchemy/engine/default.py", line 470, in do_execute
cursor.execute(statement, parameters)
sqlite3.OperationalError: duplicate column name: auth_state
| 0.258014 |
Traceback (most recent call last):
"/tmp/ansible_uPITb1/ansible_module_openshift_facts.py", line 2481, in <module>
main()
"/tmp/ansible_uPITb1/ansible_module_openshift_facts.py", line 2468, in main
protected_facts_to_overwrite)
"/tmp/ansible_uPITb1/ansible_module_openshift_facts.py", line 1827, in __init__
protected_facts_to_overwrite)
"/tmp/ansible_uPITb1/ansible_module_openshift_facts.py", line 1864, in generate_facts
defaults = self.get_defaults(roles, deployment_type, deployment_subtype)
"/tmp/ansible_uPITb1/ansible_module_openshift_facts.py", line 1958, in get_defaults
version_info = get_docker_version_info()
"/tmp/ansible_uPITb1/ansible_module_openshift_facts.py", line 1202, in get_docker_version_info
version_info = yaml.safe_load(get_version_output('/usr/bin/docker', 'version'))
"/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 93, in safe_load
return load(stream, SafeLoader)
"/usr/lib64/python2.7/site-packages/yaml/__init__.py", line 71, in load
return loader.get_single_data()
"/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
node = self.get_single_node()
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 36, in get_single_node
document = self.compose_document()
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 55, in compose_document
node = self.compose_node(None, None)
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
"/usr/lib64/python2.7/site-packages/yaml/composer.py", line 64, in compose_node
if self.check_event(AliasEvent):
"/usr/lib64/python2.7/site-packages/yaml/parser.py", line 98, in check_event
self.current_event = self.state()
"/usr/lib64/python2.7/site-packages/yaml/parser.py", line 449, in parse_block_mapping_value
if not self.check_token(KeyToken, ValueToken, BlockEndToken):
"/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 116, in check_token
self.fetch_more_tokens()
"/usr/lib64/python2.7/site-packages/yaml/scanner.py", line 257, in fetch_more_tokens
% ch.encode('utf-8'), self.get_mark())
yaml.scanner.ScannerError: while scanning for the next token
| Traceback (most recent call last):
"/home/pouwelse/GITHUB/tribler/Tribler/TrackerChecking/TorrentChecking.py", line 507, in run
session.handleRequest()
"/home/pouwelse/GITHUB/tribler/Tribler/TrackerChecking/TrackerSession.py", line 114, in handleRequest
return self.handleResponse()
"/home/pouwelse/GITHUB/tribler/Tribler/TrackerChecking/TrackerSession.py", line 312, in handleResponse
success = self._processScrapeResponse()
"/home/pouwelse/GITHUB/tribler/Tribler/TrackerChecking/TrackerSession.py", line 400, in _processScrapeResponse
response_dict = bdecode(self._message_buffer)ArgumentError: Python argument types in | 0.302512 |
Traceback (most recent call last):
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 3263, in run_ast_nodes
if (await self.run_code(code, result,
async_=asy)):
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 3360, in run_code
self.showtraceback(running_compiled_code=True)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\interactiveshell.py", line 2047, in showtraceback
value, tb, tb_offset=tb_offset)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1436, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1336, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1193, in structured_traceback
tb_offset)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 1150, in format_exception_as_a_whole
last_unique, recursion_repeat = find_recursion(orig_etype, evalue, records)
"C:\Users\91901\anaconda3\envs\tf_1\lib\site-packages\IPython\core\ultratb.py", line 451, in find_recursion
return len(records), 0
TypeError: object of type 'NoneType' has no len()
| Traceback (most recent call last):
"/usr/bin/youtube-dl", line 3, in <module>
import youtube_dl
"/usr/lib64/python2.7/site-packages/youtube_dl/__init__.py", line 15, in <module>
from .options import (
"/usr/lib64/python2.7/site-packages/youtube_dl/options.py", line 7, in <module>
from .downloader.external import list_external_downloaders
"/usr/lib64/python2.7/site-packages/youtube_dl/downloader/__init__.py", line 3, in <module>
from .common import
Downloader
"/usr/lib64/python2.7/site-packages/youtube_dl/downloader/common.py", line 8, in <module>
from ..utils import (
"/usr/lib64/python2.7/site-packages/youtube_dl/utils.py", line 27, in <module>
import ssl
"/usr/lib64/python2.7/ssl.py", line 97, in <module>
import _ssl
# if we can't import it, let the error propagateImportError: /usr/lib64/python2.7/lib-dynload/_ssl.so: undefined symbol: SSLv2_method | 0.288941 |
Traceback (most recent call last):
"demo.py", line 257, in <module>
main()
"demo.py", line 156, in main
arg_params=arg_params, aux_params=aux_params)
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/tester.py", line 37, in __init__
self._mod.bind(provide_data, provide_label, for_training=False)
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/module.py", line 844, in bind
for_training, inputs_need_grad, force_rebind=False, shared_module=None)
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/module.py", line 401, in bind
state_names=self._state_names)
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/DataParallelExecutorGroup.py", line 191, in __init__
self.bind_exec(data_shapes, label_shapes, shared_group)
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/DataParallelExecutorGroup.py", line 277, in bind_exec
shared_group))
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/DataParallelExecutorGroup.py", line 550, in _bind_ith_exec
context, self.logger)
"/home/huawei/fgfa1/Flow-Guided-Feature-Aggregation/fgfa_rfcn/core/DataParallelExecutorGroup.py", line 528, in _get_or_reshape
arg_arr = nd.zeros(arg_shape, context, dtype=arg_type)
"/usr/local/lib/python2.7/dist-packages/mxnet-1.6.0-py2.7.egg/mxnet/ndarray/utils.py", line 67, in zeros
return _zeros_ndarray(shape, ctx, dtype, **kwargs)
"/usr/local/lib/python2.7/dist-packages/mxnet-1.6.0-py2.7.egg/mxnet/ndarray/ndarray.py", line 4610, in zeros
return _internal._zeros(shape=shape, ctx=ctx, dtype=dtype, **kwargs)
"<string>", line 36, in _zeros
"/usr/local/lib/python2.7/dist-packages/mxnet-1.6.0-py2.7.egg/mxnet/_ctypes/ndarray.py", line 107, in _imperative_invoke
ctypes.byref(out_stypes)))
"/usr/local/lib/python2.7/dist-packages/mxnet-1.6.0-py2.7.egg/mxnet/base.py", line 254, in check_call
raise MXNetError(py_str(_LIB.MXGetLastError()))
mxnet.base.MXNetError: [15:54:33] include/mxnet/./base.h:526**: Invalid context string gpu(0)**
| Traceback (most recent call last):
"/opt/autotest/client/shared/hosts/base_classes.py", line 376, in repair_software_only
self.repair_filesystem_only()
"/opt/autotest/client/shared/hosts/base_classes.py", line 358, in repair_filesystem_only
self.verify()
"/opt/autotest/client/shared/hosts/base_classes.py", line 206, in verify
self.verify_connectivity()
"/opt/autotest/server/hosts/abstract_ssh.py", line 543, in verify_connectivity
self.ssh_ping()
"/opt/autotest/server/hosts/abstract_ssh.py", line 423, in ssh_ping
repr(e.result_obj))AutoservSshPingHostError: command execution error | 0.221396 |
Traceback (most recent call last):
"/home/ubuntu/bitmax/hummingbot/core/utils/async_utils.py", line 9, in safe_wrapper
return await c
"/home/ubuntu/bitmax/hummingbot/connector/exchange/bitmax/bitmax_exchange.py", line 492, in _create_order
raise ValueError(f"Notional amount {notional} is not withing the range of {bitmax_trading_rule.minNotional}-{bitmax_trading_rule.maxNotional}.")
ValueError: Notional amount 1.73954 is not withing the range of 5-400000.
| Traceback (most recent call last):
"predict.py", line 107, in <module>
main()
"predict.py", line 104, in main
predict.predict_onebyone(data)
"predict.py", line 77, in predict_onebyone
input = self.converter.convert([[fea]])
"/home/disk0/it/paddle/paddle_internal_release_tools/idl/paddle/output/python27-gcc482/lib/python2.7/site-packages/py_paddle/dataprovider_converter.py", line 152, in convert
scanner.finish_scan(argument)
"/home/disk0/it/paddle/paddle_internal_release_tools/idl/paddle/output/python27-gcc482/lib/python2.7/site-packages/py_paddle/dataprovider_converter.py", line 78, in finish_scan
m.sparseCopyFrom(self.__rows__, self.__cols__, self.__value__)
"/home/disk0/it/paddle/paddle_internal_release_tools/idl/paddle/output/python27-gcc482/lib/python2.7/site-packages/py_paddle/swig_paddle.py", line 680, in sparseCopyFrom
return _swig_paddle.Matrix_sparseCopyFrom(self, *args)
NotImplementedError: Wrong number or type of arguments for overloaded function 'Matrix_sparseCopyFrom'.
| 0.22848 |
Traceback (most recent call last):
"bug_frombuffer_bytes.py", line 6, in <module>
foo()
"/home/pearu/git/Quansight/numba/numba/dispatcher.py", line 395, in _compile_for_args
raise e
"/home/pearu/git/Quansight/numba/numba/dispatcher.py", line 352, in _compile_for_args
return self.compile(tuple(argtypes))
"/home/pearu/git/Quansight/numba/numba/compiler_lock.py", line 32, in _acquire_compile_lock
return func(*args, **kwargs)
"/home/pearu/git/Quansight/numba/numba/dispatcher.py", line 693, in compile
cres = self._compiler.compile(args, return_type)
"/home/pearu/git/Quansight/numba/numba/dispatcher.py", line 76, in compile
status, retval = self._compile_cached(args, return_type)
"/home/pearu/git/Quansight/numba/numba/dispatcher.py", line 90, in _compile_cached
retval = self._compile_core(args, return_type)
"/home/pearu/git/Quansight/numba/numba/dispatcher.py", line 108, in _compile_core
pipeline_class=self.pipeline_class)
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 972, in compile_extra
return pipeline.compile_extra(func)
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 390, in compile_extra
return self._compile_bytecode()
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 903, in _compile_bytecode
return self._compile_core()
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 890, in _compile_core
res = pm.run(self.status)
"/home/pearu/git/Quansight/numba/numba/compiler_lock.py", line 32, in _acquire_compile_lock
return func(*args, **kwargs)
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 266, in run
raise patched_exception
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 257, in run
stage()
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 764, in stage_nopython_backend
self._backend(lowerfn, objectmode=False)
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 703, in _backend
lowered = lowerfn()
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 690, in backend_nopython_mode
self.metadata)
"/home/pearu/git/Quansight/numba/numba/compiler.py", line 1143, in native_lowering_stage
lower.lower()
"/home/pearu/git/Quansight/numba/numba/lowering.py", line 177, in lower
self.lower_normal_function(self.fndesc)
"/home/pearu/git/Quansight/numba/numba/lowering.py", line 218, in lower_normal_function
entry_block_tail = self.lower_function_body()
"/home/pearu/git/Quansight/numba/numba/lowering.py", line 243, in lower_function_body
self.lower_block(block)
"/home/pearu/git/Quansight/numba/numba/lowering.py", line 258, in lower_block
self.lower_inst(inst)
"/home/pearu/mconda3/envs/numba-dev/lib/python3.7/contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
"/home/pearu/git/Quansight/numba/numba/errors.py", line 670, in new_error_context
six.reraise(type(newerr), newerr, tb)
"/home/pearu/git/Quansight/numba/numba/six.py", line 659, in reraise
raise value
numba.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)
| Traceback (most recent call last):
"/home/damack/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 493, in extract_info
ie_result = ie.extract(url)
"/home/damack/bin/youtube-dl/youtube_dl/extractor/common.py", line 158, in extract
return self._real_extract(url)
"/home/damack/bin/youtube-dl/youtube_dl/extractor/generic.py", line 370, in _real_extract
raise ExtractorError('Unsupported URL: %s' % url)ExtractorError: Unsupported URL: http://www.c-span.org/video/?168640-1/Yell; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.171359 |
Traceback (most recent call last):
"c:\python25\scripts\ride.py", line 20, in <module>
from robotide import mainImportError: No module named robotide | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1361, in _do_call
return fn(*args)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1340, in _run_fn
target_list, status, run_metadata)
"/usr/local/lib/python3.6/site-packages/tensorflow/python/framework/errors_impl.py", line 516, in __exit__
c_api.TF_GetCode(self.status.status))
tensorflow.python.framework.errors_impl.UnimplementedError: TensorArray has size zero, but element shape [?] is not fully defined. Currently only static shapes are supported when packing zero-size TensorArrays.
| 0.232167 |
Traceback (most recent call last):
"fastcell.py", line 43, in <module>
model.add(RNN(cell2,return_sequences=True))
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\training\checkpointable\base.py", line 474, in _method_wrapper
method(self, *args, **kwargs)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\keras\engine\sequential.py", line 175, in add
output_tensor = layer(self.outputs[0])
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\keras\layers\recurrent.py", line 619, in __call__
return super(RNN, self).__call__(inputs, **kwargs)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\keras\engine\base_layer.py", line 757, in __call__
outputs = self.call(inputs, *args, **kwargs)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\keras\layers\recurrent.py", line 750, in call
input_length=timesteps)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\keras\backend.py", line 3201, in rnn
outputs, _ = step_function(inputs[0], initial_states + constants)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\keras\layers\recurrent.py", line 737, in step
output, new_states = self.cell.call(inputs, states, **kwargs)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\contrib\rnn\python\ops\rnn_cell.py", line 1683, in call
self._linear = _Linear(cell_inputs, 2 * self._num_units, True)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\contrib\rnn\python\ops\core_rnn_cell.py", line 99, in __init__
initializer=kernel_initializer)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\ops\variable_scope.py", line 1487, in get_variable
aggregation=aggregation)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\ops\variable_scope.py", line 1237, in get_variable
aggregation=aggregation)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\ops\variable_scope.py", line 540, in get_variable
aggregation=aggregation)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\ops\variable_scope.py", line 492, in _true_getter
aggregation=aggregation)
"d:\Users\prane\Anaconda3\lib\site-packages\tensorflow\python\ops\variable_scope.py", line 861, in _get_single_variable
name, "".join(traceback.format_list(tb))))
ValueError: Variable kernel already exists, disallowed. Did you mean to set reuse=True or reuse=tf.AUTO_REUSE in VarScope? Originally defined at:
| Traceback (most recent call last):
line 641, in train
self.trained_final_model = self.train_ml_estimator(self.model_names, self._scorer, X_df, y)
line 1237, in train_ml_estimator
gscv_results = self.fit_grid_search(X_df, y, grid_search_params, feature_learning=feature_learning)
line 1162, in fit_grid_search
gs.fit(X_df, y)
"/usr/local/lib/python2.7/dist-packages/evolutionary_search/cv.py", line 355, in fit
self._fit(X, y, possible_params)
"/usr/local/lib/python2.7/dist-packages/evolutionary_search/cv.py", line 426, in _fit
halloffame=hof, verbose=self.verbose)
"/usr/local/lib/python2.7/dist-packages/deap/algorithms.py", line 150, in eaSimple
fitnesses = toolbox.map(toolbox.evaluate, invalid_ind)
"/usr/lib/python2.7/multiprocessing/pool.py", line 251, in map
return self.map_async(func, iterable, chunksize).get()
"/usr/lib/python2.7/multiprocessing/pool.py", line 567, in get
raise self._value
cPickle.PicklingError: Can't pickle <type 'instancemethod'>: attribute lookup __builtin__.instancemethod failed
| 0.264686 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/asyncio/runners.py", line 43, in run
return loop.run_until_complete(main)
"/usr/local/lib/python3.7/asyncio/base_events.py", line 579, in run_until_complete
return future.result()
"/usr/src/homeassistant/homeassistant/config_entries.py", line 562, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
"/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component
return await setup_tasks[domain]
# type: ignore
"/usr/src/homeassistant/homeassistant/__main__.py", line 302, in setup_and_run_hass
log_no_color=args.log_no_color,
"/usr/src/homeassistant/homeassistant/bootstrap.py", line 150, in async_from_config_file
config_dict, hass, enable_log=False, skip_pip=skip_pip
"/usr/src/homeassistant/homeassistant/bootstrap.py", line 95, in async_from_config_dict
await _async_set_up_integrations(hass, config)
"/usr/src/homeassistant/homeassistant/bootstrap.py", line 376, in _async_set_up_integrations
*(async_setup_component(hass, domain, config) for domain in domains_to_load)
"/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 151, in async_load_platform
setup_success = await setup.async_setup_component(hass, component, hass_config)
"/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component
return await setup_tasks[domain]
# type: ignore
"/usr/src/homeassistant/homeassistant/setup.py", line 51, in async_setup_component
return await task
# type: ignore
"/usr/src/homeassistant/homeassistant/config_entries.py", line 562, in async_forward_entry_setup
result = await async_setup_component(self.hass, domain, self._hass_config)
"/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component
return await setup_tasks[domain]
# type: ignore
"/usr/src/homeassistant/homeassistant/helpers/discovery.py", line 151, in async_load_platform
setup_success = await setup.async_setup_component(hass, component, hass_config)
"/usr/src/homeassistant/homeassistant/setup.py", line 45, in async_setup_component
return await setup_tasks[domain]
# type: ignore
"/usr/src/homeassistant/homeassistant/setup.py", line 136, in _async_setup_component
hass, config, integration
"/usr/src/homeassistant/homeassistant/config.py", line 772, in async_process_component_config
p_integration = await async_get_integration_with_requirements(hass, p_name)
"/usr/src/homeassistant/homeassistant/requirements.py", line 44, in async_get_integration_with_requirements
await async_process_requirements(hass, integration.domain, integration.requirements)
"/usr/src/homeassistant/homeassistant/requirements.py", line 65, in async_process_requirements
if pkg_util.is_installed(req):
"/usr/src/homeassistant/homeassistant/util/package.py", line 45, in is_installed
return version(req.project_name) in req
"/usr/local/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3137, in __contains__
return self.specifier.contains(item, prereleases=True)
"/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/specifiers.py", line 703, in contains
item = parse(item)
"/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 31, in parse
return Version(version)
"/usr/local/lib/python3.7/site-packages/pkg_resources/_vendor/packaging/version.py", line 200, in __init__
match = self._regex.search(version)
TypeError: expected string or bytes-like object
| Traceback (most recent call last):
"/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/var/www/web2py/gluon/scheduler.py", line 637, in run
self.send_heartbeat(counter)
"/var/www/web2py/gluon/scheduler.py", line 1239, in send_heartbeat
db.rollback()
"/var/www/web2py/gluon/packages/dal/pydal/base.py", line 708, in rollback
self._adapter.rollback()
"/var/www/web2py/gluon/packages/dal/pydal/adapters/__init__.py", line 56, in wrap
return f(*args, **kwargs)
"/var/www/web2py/gluon/packages/dal/pydal/adapters/base.py", line 866, in rollback
return self.connection.rollback()
psycopg2.InterfaceError: connection already closed
| 0.291151 |
Traceback (most recent call last):
"E:\Unknown-Horizons\python\lib\logging\__init__.py", line 983, in emit
msg = self.format(record)
"E:\Unknown-Horizons\python\lib\logging\__init__.py", line 829, in format
return fmt.format(record)
"E:\Unknown-Horizons\python\lib\logging\__init__.py", line 569, in format
record.message = record.getMessage()
"E:\Unknown-Horizons\python\lib\logging\__init__.py", line 331, in getMessage
msg = msg % self.args
"E:\Unknown-Horizons\unknown-horizons\horizons\ai\aiplayer\goal\__init__.py", line 86, in __str__
self.priority, self.__class__.__name__, self.sequence_number)
ValueError: Unknown format code 'd' for object of type 'float'
| youtube_dl.utils.ExtractorError: Signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube", line 1426, in _decrypt_signature
| 0.177301 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/salt/output/__init__.py", line 47, in try_printout
printout = get_printout('nested', opts)(data, **kwargs)
"/usr/local/lib/python2.7/dist-packages/salt/output/table_out.py", line 370, in output
labels_key=labels_key))
"/usr/local/lib/python2.7/dist-packages/salt/output/table_out.py", line 293, in display
out.extend(self.display_rows(rows, labels, indent))
"/usr/local/lib/python2.7/dist-packages/salt/output/table_out.py", line 250, in display_rows
return self.prepare_rows(labels_and_rows, indent + 4, has_header)
"/usr/local/lib/python2.7/dist-packages/salt/output/table_out.py", line 187, in prepare_rows
]) + self.suffix
TypeError: descriptor 'center' requires a 'str' object but received a 'unicode'
| Traceback (most recent call last):
"C:\anaconda\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 2963, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-4-f7271f4922f5>", line 1, in <module>
execfile("Scratch_Script.py")
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.1.4\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in execfile
exec(compile(contents+"\n", file, 'exec'), glob, loc)
"Scratch_Script.py", line 69, in <module>
EEPROMData = canlistener()
"Scratch_Script.py", line 40, in canlistener
bus = can.interface.Bus(bustype='pcan', channel='PCAN_USBBUS1', bitrate=1000000)
"C:\anaconda\Anaconda3\lib\site-packages\can\interface.py", line 87, in __new__
return cls(channel, **kwargs)
"C:\anaconda\Anaconda3\lib\site-packages\can\interfaces\pcan\pcan.py", line 98, in __init__
raise PcanError(self._get_formatted_error(result))
can.interfaces.pcan.pcan.PcanError: A PCAN Channel has not been initialized yet or the initialization process has failed
| 0.158389 |
Traceback (most recent call last):
"/usr/bin/virtualenv", line 9, in <module>
load_entry_point('virtualenv==15.0.3', 'console_scripts', 'virtualenv')()
"/usr/lib/python2.7/site-packages/virtualenv.py", line 711, in main
symlink=options.symlink)
"/usr/lib/python2.7/site-packages/virtualenv.py", line 924, in create_environment
site_packages=site_packages, clear=clear, symlink=symlink))
"/usr/lib/python2.7/site-packages/virtualenv.py", line 1369, in install_python
os.symlink(py_executable_base, full_pth)
OSError: [Errno 17]
exists
| Traceback (most recent call last):
"c:\python37\lib\site-packages\youtube_dl\YoutubeDL.py", line 796, in extract_info
ie_result = ie.extract(url)
"c:\python37\lib\site-packages\youtube_dl\extractor\common.py", line 529, in extract
self.initialize()
"c:\python37\lib\site-packages\youtube_dl\extractor\common.py", line 433, in initialize
self._real_initialize()
"c:\python37\lib\site-packages\youtube_dl\extractor\safari.py", line 30, in _real_initialize
self._login()
"c:\python37\lib\site-packages\youtube_dl\extractor\safari.py", line 82, in _login
raise ExtractorError('Unable to log in')
youtube_dl.utils.ExtractorError: Unable to log in; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
| 0.191161 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 797, in extract_info
ie_result = ie.extract(url)
"/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/facebook.py", line 479, in _real_extract
video_id = self._search_regex(r'video_id:\s*"([0-9]+)"', webpage, 'single video id')
"/usr/local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 1010, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract single video id; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"worker.py", line 250, in <module>
parse_args()
"worker.py", line 246, in parse_args
init_processes(0, args)
"worker.py", line 219, in init_processes
train(args)
"worker.py", line 130, in train
update_gradients(model)
"worker.py", line 55, in update_gradients
dist.all_reduce(param.grad.data, op=dist.ReduceOp.SUM)
"/usr/local/lib/python3.8/dist-packages/torch/distributed/distributed_c10d.py", line 948, in all_reduce
work.wait()
RuntimeError: [/pytorch/third_party/gloo/gloo/transport/tcp/pair.cc:575] Connection closed by peer [10.0.1.26]:5511
| 0.299889 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 539, in _decrypt_signature
video_id, player_url, s
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 453, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/youtube.py", line 514, in _parse_sig_js
'Initial JS player signature function name')
"/usr/lib64/python2.7/site-packages/youtube_dl/extractor/common.py", line 432, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"/home/travis/miniconda3/envs/env_name/lib/python3.5/site-packages/skbio/io/format/tests/test_blast6.py", line 57, in test_custom_valid_multi_line
'sallacc', 'qaccver'])
"/home/travis/miniconda3/envs/env_name/lib/python3.5/site-packages/skbio/io/registry.py", line 998, in wrapped_reader
return reader_function(fhs[-1], **kwargs)
"/home/travis/miniconda3/envs/env_name/lib/python3.5/site-packages/skbio/io/format/blast6.py", line 272, in _blast6_to_data_frame
"Specified number of columns (%r) does not equal"
"/home/travis/miniconda3/envs/env_name/lib/python3.5/site-packages/skbio/io/format/_blast.py", line 40, in _parse_blast_data
fh.seek(0)ValueError: I/O operation on closed file. | 0.31026 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmptqqgo4yk\build\youtube_dl\YoutubeDL.py", line 694, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmptqqgo4yk\build\youtube_dl\extractor\common.py", line 358, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmptqqgo4yk\build\youtube_dl\extractor\discoverygo.py", line 53, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmptqqgo4yk\build\youtube_dl\extractor\common.py", line 564, in _parse_json
youtube_dl.utils.ExtractorError: homesteading-for-the-holidays: Failed to parse JSON
(caused by ValueError("Expecting ',' delimiter: line 1 column 24418 (char24417)",)); 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):
"qutebrowser\__main__.py", line 29, in <module>
"qutebrowser\qutebrowser.py", line 186, in main
"qutebrowser\app.py", line 137, in run
"qutebrowser\app.py", line 177, in init
"qutebrowser\app.py", line 210, in _process_args
"qutebrowser\app.py", line 245, in _load_session
"qutebrowser\misc\sessions.py", line 385, in load
"qutebrowser\mainwindow\mainwindow.py", line 204, in __init__
"qutebrowser\keyinput\modeman.py", line 69, in init
"qutebrowser\keyinput\modeparsers.py", line 51, in __init__
"qutebrowser\keyinput\basekeyparser.py", line 298, in _read_config
"qutebrowser\config\config.py", line 142, in get_bindings_for
"qutebrowser\config\config.py", line 448, in __getattr__
"qutebrowser\config\config.py", line 285, in get
"qutebrowser\config\configtypes.py", line 1223, in to_py
"qutebrowser\config\configtypes.py", line 1223, in <dictcomp>
"qutebrowser\config\configtypes.py", line 1223, in to_py
"qutebrowser\config\configtypes.py", line 1223, in <dictcomp>
"qutebrowser\config\configtypes.py", line 1648, in to_py
"qutebrowser\config\configtypes.py", line 166, in _basic_py_validation
qutebrowser.config.configexc.ValidationError: Invalid value '2' - expected a value of type str but got int.
| 0.20714 |
Traceback (most recent call last):
"/home/hodl/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/home/hodl/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
CalledProcessError: Command '/home/hodl/local/share/bcbio/anaconda/bin/cnvkit.py antitarget -g /media/storage3/hodl/Projects/2016_breast_cancer/cnvkit/batch1_cnvkit/work/structural/BC031-13112014_T/cnvkit/77_gene_panel_GrCh37-merged.bed /media/storage3/hodl/Projects/2016_breast_cancer/cnvkit/batch1_cnvkit/work/structural/BC031-13112014_T/cnvkit/raw/77_gene_panel_GrCh37-merged-annotated.target.bed -o /media/storage3/hodl/Projects/2016_breast_cancer/cnvkit/batch1_cnvkit/work/structural/BC031-13112014_T/cnvkit/raw/tx/tmp2RwXaT/77_gene_panel_GrCh37-merged-annotated.antitarget.bed
| Traceback (most recent call last):
"/usr/local/python/bin/certbot", line 11, in <module>
sys.exit(main())
"/usr/local/python/lib/python3.5/site-packages/certbot/main.py", line 729, in main
args = cli.prepare_and_parse_args(plugins, cli_args)
"/usr/local/python/lib/python3.5/site-packages/certbot/cli.py", line 1089, in prepare_and_parse_args
helpful.add_deprecated_argument("--agree-dev-preview", 0)
"/usr/local/python/lib/python3.5/site-packages/certbot/cli.py", line 741, in add_deprecated_argument
self.parser.add_argument, argument_name, num_args)
"/usr/local/python/lib/python3.5/site-packages/certbot/util.py", line 479, in add_deprecated_argument
configargparse.ACTION_TYPES_THAT_DONT_NEED_A_VALUE.add(ShowWarning)
AttributeError: 'tuple' object has no attribute 'add'
| 0.255562 |
Traceback (most recent call last):
"/mnt/hgfs/Work/needle/needle/core/framework/module.py", line 117, in do_run
self.module_run()
"/mnt/hgfs/Work/needle/needle/modules/binary/pull_ipa.py", line 38, in module_run
self.fname_binary = self.device.app.decrypt(self.APP_METADATA)
"/mnt/hgfs/Work/needle/needle/core/device/app.py", line 220, in decrypt
fname_binary = self.unpack_ipa(app_metadata, fname_decrypted)
"/mnt/hgfs/Work/needle/needle/core/device/app.py", line 238, in unpack_ipa
out = self._device.remote_op.command_blocking(cmd)
"/mnt/hgfs/Work/needle/needle/core/device/remote_operations.py", line 95, in command_blocking
out, err = self._device._exec_command_ssh(cmd, internal)
"/mnt/hgfs/Work/needle/needle/core/device/device.py", line 128, in _exec_command_ssh
out = stdout.readlines()
"/usr/lib/python2.7/dist-packages/paramiko/file.py", line 327, in readlines
line = self.readline()
"/usr/lib/python2.7/dist-packages/paramiko/file.py", line 312, in readline
return line if self._flags & self.FLAG_BINARY else u(line)
"/usr/lib/python2.7/dist-packages/paramiko/py3compat.py", line 53, in u
return s.decode(encoding)
"/usr/lib/python2.7/encodings/utf_8.py", line 16, in decode
return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xce in position 38: invalid continuation byte
| Traceback (most recent call last):
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/driller/local_callback.py", line 147, in <module>
for new_input in d.drill_generator():
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/driller/driller_main.py", line 101, in drill_generator
for i in self._drill_input():
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/driller/driller_main.py", line 141, in _drill_input
simgr.step()
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/misc/hookset.py", line 75, in __call__
result = current_hook(self.func.__self__, *args, **kwargs)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/exploration_techniques/driller_core.py", line 39, in step
simgr.step(stash=stash, **kwargs)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/misc/hookset.py", line 75, in __call__
result = current_hook(self.func.__self__, *args, **kwargs)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/exploration_techniques/tracer.py", line 225, in step
return simgr.step(stash=stash, **kwargs)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/misc/hookset.py", line 80, in __call__
return self.func(*args, **kwargs)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/sim_manager.py", line 344, in step
successors = self.step_state(state, successor_func=successor_func, **run_args)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/misc/hookset.py", line 75, in __call__
result = current_hook(self.func.__self__, *args, **kwargs)
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/exploration_techniques/tracer.py", line 275, in step_state
self._update_state_tracking(succs[0])
"/home/glass/PycharmProjects/driller-afl/venv/lib/python3.6/site-packages/angr/exploration_techniques/tracer.py", line 386, in _update_state_tracking
deviating_trace_idx=idx)
angr.exploration_techniques.tracer.TracerDesyncError: BUG! Please investigate the claim in the comment above me
| 0.256448 |
2019-06-28 06:36:10,360 [tornado.application:129 ][ERROR
][29140] Future exception was never retrieved: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/tornado/gen.py", line 307, in wrapper
yielded = next(result)
"/usr/lib/python2.7/dist-packages/salt/transport/zeromq.py", line 743, in handle_message
stream.send(self.serial.dumps(self._auth(payload['load'])))
"/usr/lib/python2.7/dist-packages/salt/transport/mixins/auth.py", line 513, in _auth
ret['sig'] = salt.crypt.private_encrypt(self.master_key.key, digest)
"/usr/lib/python2.7/dist-packages/salt/crypt.py", line 293, in private_encrypt
return key.private_encrypt(message, salt.utils.rsax931.RSA_X931_PADDING)
"/usr/lib/python2.7/dist-packages/M2Crypto/RSA.py", line 76, in private_encrypt
assert self.check_key(), 'key is not initialised'
AssertionError: key is not initialised
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/gmvault-1.9-py2.7.egg/gmv/gmv_cmd.py", line 738, in run
credential = CredentialHelper.get_credential(args)
"/usr/local/lib/python2.7/dist-packages/gmvault-1.9-py2.7.egg/gmv/credential_utils.py", line 199, in get_credential
passwd = cls.read_password(args['email'])
"/usr/local/lib/python2.7/dist-packages/gmvault-1.9-py2.7.egg/gmv/credential_utils.py", line 173, in read_password
cipher
= blowfish.Blowfish(cls.get_secret_key(cls.SECRET_FILEPATH % (gmvault_utils.get_home_dir_path())))
"/usr/local/lib/python2.7/dist-packages/gmvault-1.9-py2.7.egg/gmv/credential_utils.py", line 71, in get_secret_key
with open(a_filepath).read() as f:AttributeError: **exit** | 0.290837 |
Traceback (most recent call last):
"/opt/anaconda3/lib/python3.7/site-packages/pip/_internal/commands/install.py", line 535, in _determine_conflicts
return check_install_conflicts(to_install)
"/opt/anaconda3/lib/python3.7/site-packages/pip/_internal/operations/check.py", line 108, in check_install_conflicts
package_set, _ = create_package_set_from_installed()
"/opt/anaconda3/lib/python3.7/site-packages/pip/_internal/operations/check.py", line 50, in create_package_set_from_installed
package_set[name] = PackageDetails(dist.version, dist.requires())
"/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2736, in requires
dm = self._dep_map
"/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3023, in _dep_map
self.__dep_map = self._compute_dependencies()
"/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3032, in _compute_dependencies
for req in self._parsed_pkg_info.get_all('Requires-Dist') or []:
"/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 3014, in _parsed_pkg_info
metadata = self.get_metadata(self.PKG_INFO)
"/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1420, in get_metadata
value = self._get(path)
"/opt/anaconda3/lib/python3.7/site-packages/pip/_vendor/pkg_resources/__init__.py", line 1616, in _get
with open(path, 'rb') as stream:
NotFoundError: [Errno 2] No such file or directory: '/opt/anaconda3/lib/python3.7/site-packages/google_pasta-0.2.0.dist-info/METADATA' | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 917, in _proxy_tool
ProxiedRequests(self.w3af)
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 158, in __init__
self.reload_options()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 254, in reload_options
self._start_proxy()
"/usr/share/w3af/w3af/core/ui/gui/tools/proxywin.py", line 308, in _start_proxy
self.proxy = InterceptProxy(ip, int(port), self.w3af.uri_opener)
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/intercept_proxy.py", line 48, in __init__
name='LocalProxyThread')
"/usr/share/w3af/w3af/core/controllers/daemons/proxy/proxy.py", line 122, in __init__
port=port)
"/usr/share/w3af/mitmproxy/proxy/config.py", line 106, in __init__
sslversion_choices[ssl_version_client]KeyError: 'SSLv23' | 0.233294 |
Traceback (most recent call last):
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 803, in wrapper
return func(self, *args, **kwargs)
"~/.local/lib/python3.7/site-packages/youtube_dl/YoutubeDL.py", line 824, in __extract_info
ie_result = ie.extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"~/.local/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 2076, in _real_extract
raise ExtractorError('no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info')
youtube_dl.utils.ExtractorError: no conn, hlsvp, hlsManifestUrl or url_encoded_fmt_stream_map information found in video info; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"parametric-pose-nms-MPII.py", line 10, in <module>
from six.moves import xrange
ImportError: No module named six.moves
| 0.217912 |
Traceback (most recent call last):
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/errors.py", line 491, in new_error_context
yield
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/lowering.py", line 216, in lower_block
self.lower_inst(inst)
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/lowering.py", line 265, in lower_inst
val = self.lower_assign(ty, inst)
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/lowering.py", line 411, in lower_assign
return self.lower_expr(ty, value)
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/lowering.py", line 767, in lower_expr
res = impl(self.builder, (castval,))
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/targets/base.py", line 1043, in __call__
return self._imp(self._context, builder, self._sig, args)
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/targets/imputils.py", line 306, in wrapper
_IternextResult(context, builder, pairobj))
"/media/elfnor/elfdisk/anaconda3/lib/python3.6/site-packages/numba/targets/arrayobj.py", line 287, in iternext_array
raise NotImplementedError("iterating over %dD array" % arrayty.ndim)
NotImplementedError: iterating over 2D array
| Traceback (most recent call last):
"d:\dev\git-cola\cola\widgets\dag.py", line 835, in run
for c in repo.get():
"d:\dev\git-cola\cola\models\dag.py", line 286, in get
commit = CommitFactory.new(log_entry=log_entry)
"d:\dev\git-cola\cola\models\dag.py", line 36, in new
log_entry=log_entry)
"d:\dev\git-cola\cola\models\dag.py", line 121, in __init__
self.parse(log_entry)
"d:\dev\git-cola\cola\models\dag.py", line 127, in parse
(parents, tags, author, authdate, email, summary) = details
ValueError: not enough values to unpack (expected 6, got 1)
| 0.223914 |
Traceback (most recent call last):
"setup.py", line 16, in <module>
], extra_compile_args={'cxx': cxx_args, 'nvcc': nvcc_args})
"/media/luiz/Volume/anaconda3/envs/pytorch1.0.0/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 498, in CUDAExtension
library_dirs += library_paths(cuda=True)
"/media/luiz/Volume/anaconda3/envs/pytorch1.0.0/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 577, in library_paths
if (not os.path.exists(_join_cuda_home(lib_dir)) and
"/media/luiz/Volume/anaconda3/envs/pytorch1.0.0/lib/python3.7/site-packages/torch/utils/cpp_extension.py", line 1252, in _join_cuda_home
raise EnvironmentError('CUDA_HOME environment variable is not set. '
OSError: CUDA_HOME environment variable is not set. Please set it to your CUDA install root.
| [deoplete] Traceback (most recent call last):
"/Users/germain/.config/nvim/bundle/.cache/init.vim/.dein/rplugin/python3/deoplete/child.py", line 112, in _add_source
source = Source(self._vim)
"/Users/germain/.config/nvim/bundle/.cache/init.vim/.dein/rplugin/python3/deoplete/sources/ghc.py", line 29, in __init__
self.__executable_ghc = self.vim.funcs.executable('')
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pynvim/api/nvim.py", line 299, in call
return self.request('nvim_call_function', name, args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pynvim/api/nvim.py", line 182, in request
res = self._session.request(name, *args, **kwargs)
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pynvim/msgpack_rpc/session.py", line 104, in request
raise self.error_wrapper(err)
pynvim.api.common.NvimError: Vim:E928: String required
| 0.286717 |
Traceback (most recent call last):
"/usr/share/PackageKit/helpers/presolve/presolveBackend.py", line 65, in _install_packages
presolve.install(backend.split_package_id(i)[0])
"/usr/share/PackageKit/helpers/presolve/presolve.py", line 133, in install
_install_bundles(_load_bundles(package))
"/usr/share/PackageKit/helpers/presolve/presolve.py", line 291, in _load_bundles
_fetcher.download(url, bundle)
"/usr/lib/python2.7/site-packages/sugar_network/toolkit/http.py", line 161, in download
reply = self.request('GET', path, allow_redirects=True)
"/usr/lib/python2.7/site-packages/sugar_network/toolkit/http.py", line 206, in request
headers=headers, params=params, **kwargs)
"/usr/lib/python2.7/site-packages/sugar_network/toolkit/../lib/requests/requests/sessions.py", line 335, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python2.7/site-packages/sugar_network/toolkit/../lib/requests/requests/sessions.py", line 438, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.7/site-packages/sugar_network/toolkit/../lib/requests/requests/adapters.py", line 327, in send
raise ConnectionError(e)ConnectionError: HTTPConnectionPool(host='node-testing.sugarlabs.org', port=80): Max retries exceeded with url: //packages/OLPC/11.3.1/poppler-data-0.4.4-1.fc14.noarch.rpm (Caused by <class 'httplib.BadStatusLine'>: '') | 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> | 0.251528 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 63, in apport_excepthook
from apport.fileutils import likely_packaged, get_recent_crashes
"/usr/lib/python3/dist-packages/apport/__init__.py", line 5, in <module>
from apport.report import Report
"/usr/lib/python3/dist-packages/apport/report.py", line 30, in <module>
import apport.fileutils
"/usr/lib/python3/dist-packages/apport/fileutils.py", line 23, in <module>
from apport.packaging_impl import impl as packaging
"/usr/lib/python3/dist-packages/apport/packaging_impl.py", line 23, in <module>
import apt
"/usr/lib/python3/dist-packages/apt/__init__.py", line 23, in <module>
import apt_pkg
ModuleNotFoundError: No module named 'apt_pkg'
| Traceback (most recent call last):
"/home/ei-grad/repos/django-environ/environ/test.py", line 173, in setUp
self.env.read_env(file_path, PATH_VAR=Path(__file__, is_file=True).__root__)
"/home/ei-grad/repos/django-environ/environ/environ.py", line 297, in read_env
os.environ.setdefault(key, text_type(val))UnicodeDecodeError: 'ascii' codec can't decode byte 0xd1 in position 0: ordinal not in range(128) | 0.254462 |
Traceback (most recent call last):
"/Users/me/Desktop/stack.py", line 5, in <module>
import pyinstrument
"/Users/me/Applications/pyinstrument-3.1.3/pyinstrument/__init__.py", line 1, in <module>
from pyinstrument.profiler import Profiler
"/Users/me/Applications/pyinstrument-3.1.3/pyinstrument/profiler.py", line 6, in <module>
from pyinstrument_cext import setstatprofile
ImportError: No module named pyinstrument_cext
| Traceback (most recent call last):
"/srv/confidant/confidant/authnz/__init__.py", line 176, in decorated
kms_auth_data['token']
"/srv/confidant/confidant/keymanager.py", line 176, in decrypt_token
raise TokenDecryptionError('Authentication error. General error.')
TokenDecryptionError: Authentication error. General error.
| 0.273846 |
Traceback (most recent call last):
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/trial_runner.py", line 467, in _process_trial
result = self.trial_executor.fetch_result(trial)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/tune/ray_trial_executor.py", line 381, in fetch_result
result = ray.get(trial_future[0], DEFAULT_GET_TIMEOUT)
"/home/ubuntu/anaconda3/lib/python3.6/site-packages/ray/worker.py", line 1507, in get
raise value
ray.exceptions.RayActorError: The actor died unexpectedly before finishing this task.
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/avisdev/anaconda2/envs/venv_name/lib/python2.7/site-packages/pandas/core/generic.py", line 2970, in __getattr__
return object.__getattribute__(self, name)
AttributeError: 'DataFrame' object has no attribute 'inde'
| 0.223711 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/site-packages/lark/parsers/lalr_parser.py", line 62, in get_action
return states[state][token.type]
KeyError: 'NULL'
| Traceback (most recent call last):
"C:\ProgramData\Miniconda3\lib\site-packages\pip\_internal\cli\base_command.py", line 179, in main
status = self.run(options, args)
"C:\ProgramData\Miniconda3\lib\site-packages\pip\_internal\commands\install.py", line 393, in run
use_user_site=options.use_user_site,
"C:\ProgramData\Miniconda3\lib\site-packages\pip\_internal\req\__init__.py", line 57, in install_given_reqs
**kwargs
"C:\ProgramData\Miniconda3\lib\site-packages\pip\_internal\req\req_install.py", line 945, in install
spinner=spinner,
"C:\ProgramData\Miniconda3\lib\site-packages\pip\_internal\utils\misc.py", line 761, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip._internal.exceptions.InstallationError: Command "C:\ProgramData\Miniconda3\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\zowan\\AppData\\Local\\Temp\\pip-req-build-hxqzj5b8\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" --cpp_ext --cuda_ext install --record C:\Users\zowan\AppData\Local\Temp\pip-record-3dv0gjl1\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\zowan\AppData\Local\Temp\pip-req-build-hxqzj5b8\
| 0.289014 |
[ERROR
] An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1703, in call
**cdata['kwargs'])
"/usr/lib/python2.7/dist-packages/salt/loader.py", line 1649, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/states/pip_state.py", line 728, in installed
trusted_host=trusted_host
"/usr/lib/python2.7/dist-packages/salt/modules/pip.py", line 603, in install
user=user
"/usr/lib/python2.7/dist-packages/salt/modules/pip.py", line 312, in _process_requirements
__salt__['file.copy'](source_path, target_path)
"/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 2890, in copy
raise CommandExecutionError('No such file or directory \'{0}\''.format(src))CommandExecutionError: No such file or directory '/opt/penta/project/production.txt' | Traceback (most recent call last):
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 240, in Handle
handler = _config_handle.add_wsgi_middleware(self._LoadHandler())
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 299, in _LoadHandler
handler, path, err = LoadObject(self._handler)
"/base/data/home/runtimes/python27/python27_lib/versions/1/google/appengine/runtime/wsgi.py", line 85, in LoadObject
obj = __import__(path[0])
"/base/data/home/apps/s~sparkline-auditor/dev.382801184808545852/main.py", line 3, in <module>
import flaskImportError: No module named flask | 0.311842 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 995, in _decrypt_signature
video_id, player_url, s
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 910, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 973, in _parse_sig_js
initial_function = jsi.extract_function(funcname)
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 241, in extract_function
raise ExtractorError('Could not find JS function %r' % funcname)ExtractorError: Could not find JS function u'ur'; 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):
"contribManager.py", line 11, in <module>NameError: name '**file**' is not defined | 0.207395 |
[EE] Traceback (most recent call last):
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1246, in _execute_context
cursor, statement, parameters, context
"/home/xmn/miniconda3/envs/ibis-nb/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 588, in do_execute
cursor.execute(statement, parameters)
psycopg2.errors.SyntaxError: subquery in FROM must have an alias
| Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self._create_connected_socket('control')
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context()
"zmq/backend/cython/context.pyx", line 48, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Bad address
| 0.273609 |
Traceback (most recent call last):
"vgsl_model_test.py", line 230, in testEndToEndSizes1dFixed
mode='train')
"/home/star/workspace/models/street/python/vgsl_model.py", line 225, in InitNetwork
optimizer_type, num_preprocess_threads, reader)
"/home/star/workspace/models/street/python/vgsl_model.py", line 319, in Build
self._AddOptimizer(optimizer_type)
"/home/star/workspace/models/street/python/vgsl_model.py", line 490, in _AddOptimizer
self.loss, global_step=self.global_step, name='train')
"/home/star/anaconda3/envs/my_tf/lib/python2.7/site-packages/tensorflow/python/training/optimizer.py", line 315, in minimize
grad_loss=grad_loss)
"/home/star/anaconda3/envs/my_tf/lib/python2.7/site-packages/tensorflow/python/training/optimizer.py", line 386, in compute_gradients
colocate_gradients_with_ops=colocate_gradients_with_ops)
"/home/star/anaconda3/envs/my_tf/lib/python2.7/site-packages/tensorflow/python/ops/gradients_impl.py", line 514, in gradients
(op.name, op.type))
LookupError: No gradient defined for operation 'Loufx64_35/forward/VariableLSTM' (op type: VariableLSTM)
| Traceback (most recent call last):
"tests.py", line 26, in test_follow
u1 = User(username='john', email='[email protected]')
"<string>", line 2, in __init__
"C:\Users\Marla\AppData\Local\conda\conda\envs\flask-env\lib\site-packages\sqlalchemy\orm\instrumentation.py", line 391, in _new_state_if_none
state = self._state_constructor(instance, self)
"C:\Users\Marla\AppData\Local\conda\conda\envs\flask-env\lib\site-packages\sqlalchemy\util\langhelpers.py", line 767, in __get__
obj.__dict__[self.__name__] = result = self.fget(obj)
"C:\Users\Marla\AppData\Local\conda\conda\envs\flask-env\lib\site-packages\sqlalchemy\orm\instrumentation.py", line 221, in _state_constructor
self.dispatch.first_init(self, self.class_)
"C:\Users\Marla\AppData\Local\conda\conda\envs\flask-env\lib\site-packages\sqlalchemy\event\attr.py", line 284, in __call__
fn(*args, **kw)
"C:\Users\Marla\AppData\Local\conda\conda\envs\flask-env\lib\site-packages\sqlalchemy\orm\mapper.py", line 3139, in _event_on_first_init
configure_mappers()
"C:\Users\Marla\AppData\Local\conda\conda\envs\flask-env\lib\site-packages\sqlalchemy\orm\mapper.py", line 3026, in configure_mappers
raise e
sqlalchemy.exc.InvalidRequestError: One or more mappers failed to initialize - can't proceed with initialization of other mappers. Triggering mapper: 'Mapper|User|user'
| 0.275131 |
Traceback (most recent call last):
"/Users/ch/repo/pandas/.tox/py34/lib/python3.4/site-packages/pandas/tseries/tests/test_timeseries.py", line 4335, in test_to_datetime_with_non_exact
result = to_datetime(s,format='%d%b%y',exact=False)
"/Users/ch/repo/pandas/.tox/py34/lib/python3.4/site-packages/pandas/util/decorators.py", line 89, in wrapper
return func(*args, **kwargs)
"/Users/ch/repo/pandas/.tox/py34/lib/python3.4/site-packages/pandas/tseries/tools.py", line 267, in to_datetime
unit=unit, infer_datetime_format=infer_datetime_format)
"/Users/ch/repo/pandas/.tox/py34/lib/python3.4/site-packages/pandas/tseries/tools.py", line 373, in _to_datetime
values = _convert_listlike(arg.values, False, format)
"/Users/ch/repo/pandas/.tox/py34/lib/python3.4/site-packages/pandas/tseries/tools.py", line 366, in _convert_listlike
raise e
"/Users/ch/repo/pandas/.tox/py34/lib/python3.4/site-packages/pandas/tseries/tools.py", line 336, in _convert_listlike
arg, format, exact=exact, errors=errors)
"tslib.pyx", line 3018, in pandas.tslib.array_strptime (pandas/tslib.c:44557)ValueError: time data '19MAY11' does not match format '%d%b%y' (search) | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/pendulum/pendulum.py", line 242, in parse
tzinfo=tz
"/usr/local/lib/python2.7/dist-packages/pendulum/pendulum.py", line 184, in __init__
hour, minute, second, microsecond
"/usr/local/lib/python2.7/dist-packages/pendulum/tz/timezone.py", line 80, in convert
return dt.__class__(*converted)ValueError: day is out of range for month | 0.311992 |
Traceback (most recent call last):
"C:\Users\Graham\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1356, in _do_call
return fn(*args)
"C:\Users\Graham\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1341, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"C:\Users\Graham\AppData\Local\Programs\Python\Python37\lib\site-packages\tensorflow\python\client\session.py", line 1429, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.CancelledError: Run call was cancelled
| Traceback (most recent call last):
"./manage.py", line 20, in <module>
from db import db_session, Journalist
"/Users/heartsucker/code/freedom-of-the-press/securedrop/securedrop/db.py", line 26, in <module>
import crypto_util
"/Users/heartsucker/code/freedom-of-the-press/securedrop/securedrop/crypto_util.py", line 56, in <module>
gpg = gnupg.GPG(binary='gpg2', homedir=config.GPG_KEY_DIR, use_agent=True)
"/Users/heartsucker/virtual-envs/securedrop/lib/python2.7/site-packages/gnupg/gnupg.py", line 127, in __init__
use_agent=use_agent,)
"/Users/heartsucker/virtual-envs/securedrop/lib/python2.7/site-packages/gnupg/_meta.py", line 137, in __init__
self.homedir = home if home else _util._conf
"/Users/heartsucker/virtual-envs/securedrop/lib/python2.7/site-packages/gnupg/_util.py", line 567, in __set__
getattr(obj, self.fset.__name__)(value)
"/Users/heartsucker/virtual-envs/securedrop/lib/python2.7/site-packages/gnupg/_meta.py", line 378, in _homedir_setter
raise RuntimeError(ae.message)RuntimeError: Homedir '/var/lib/securedrop/keys' needs read/write permissions | 0.328279 |
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)
"/usr/local/lib/python2.7/dist-packages/gnupg/_meta.py", line 541, in _read_response
raise ValueError("Unknown status message: %r" % key)ValueError: Unknown status message: u'ERROR' | Traceback (most recent call last):
"/usr/local/lib/python3.8/runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
"/usr/local/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
"/usr/local/lib/python3.8/site-packages/playwright/__main__.py", line 17, in <module>
main()
"/usr/local/lib/python3.8/site-packages/playwright/main.py", line 145, in main
st = os.stat(driver_executable)
NotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.8/site-packages/playwright/drivers/driver-linux'
| 0.287885 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/workers.py", line 47, in run
worker._wrapper(**kwargs)
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/workers.py", line 154, in _wrapper
self.__last_ret_value = BasicWorker._wrapper(self, **kwargs)
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/workers.py", line 105, in _wrapper
return self.do(**kwargs)
"/usr/local/lib/python2.7/dist-packages/paperwork/frontend/mainwindow.py", line 647, in do
scanner.options['source'].value = "Auto"KeyError: 'source' | Traceback (most recent call last):
"<string>", line 6, in <module>
"**main**.py", line 128, in <module>
"**main__livestreamer**.py", line 9, in <module>
"livestreamer_cli\main.py", line 886, in main
"livestreamer_cli\main.py", line 464, in handle_url
"livestreamer\session.py", line 333, in resolve_url
"requests\sessions.py", line 415, in head
"livestreamer\plugin\api\http_session.py", line 128, in request
"requests\sessions.py", line 349, in request
"requests\sessions.py", line 287, in prepare_request
"requests\models.py", line 287, in prepare
"requests\models.py", line 334, in prepare_url
"requests\packages\urllib3\util.py", line 397, in parse_urlrequests.packages.urllib3.exceptions.LocationParseError: Failed to parse: Failed to parse: --C=:\Program
s (x86)\Livestreamer\rtmpdump\rtmpdump.exe | 0.224099 |
Traceback (most recent call last):
"./manage.py", line 11, in <module>
execute_from_command_line(sys.argv)
"env/lib/python2.7/site-packages/django/core/management/__init__.py", line 385, in execute_from_command_line
utility.execute()
"env/lib/python2.7/site-packages/django/core/management/__init__.py", line 377, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"env/lib/python2.7/site-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **options.__dict__)
"env/lib/python2.7/site-packages/raven/contrib/django/management/__init__.py", line 41, in new_execute
return original_func(self, *args, **kwargs)
"env/lib/python2.7/site-packages/django/core/management/base.py", line 338, in execute
output = self.handle(*args, **options)
"env/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py", line 124, in handle
self.write_migration_files(changes)
"/env/lib/python2.7/site-packages/django/core/management/commands/makemigrations.py", line 152, in write_migration_files
migration_string = writer.as_string()
"env/lib/python2.7/site-packages/django/db/migrations/writer.py", line 131, in as_string
operation_string, operation_imports = OperationWriter(operation).serialize()
"env/lib/python2.7/site-packages/django/db/migrations/writer.py", line 88, in serialize
arg_string, arg_imports = MigrationWriter.serialize(arg_value)
"env/lib/python2.7/site-packages/django/db/migrations/writer.py", line 333, in serialize
return cls.serialize_deconstructed(path, args, kwargs)
"env/lib/python2.7/site-packages/django/db/migrations/writer.py", line 239, in serialize_deconstructed
arg_string, arg_imports = cls.serialize(arg)
"env/lib/python2.7/site-packages/django/db/migrations/writer.py", line 409, in serialize
"topics/migrations/#migration-serializing" % valueValueError: Cannot serialize: <class django.db.models.fields.NOT_PROVIDED at 0x105702050> | Traceback (most recent call last):
"/Users/jruby/anaconda3/envs/pymc3_10_test/lib/python3.8/multiprocessing/pool.py", line 125, in worker
result = (True, func(*args, **kwds))
"/Users/jruby/anaconda3/envs/pymc3_10_test/lib/python3.8/multiprocessing/pool.py", line 51, in starmapstar
return list(itertools.starmap(args[0], args[1]))
"/Users/jruby/anaconda3/envs/pymc3_10_test/lib/python3.8/site-packages/pymc3/smc/sample_smc.py", line 262, in sample_smc_int
smc.setup_kernel()
"/Users/jruby/anaconda3/envs/pymc3_10_test/lib/python3.8/site-packages/pymc3/smc/smc.py", line 129, in setup_kernel
self.prior_logp_func = logp_forw([self.model.varlogpt], self.variables, shared)
"/Users/jruby/anaconda3/envs/pymc3_10_test/lib/python3.8/site-packages/pymc3/smc/smc.py", line 278, in logp_forw
out_list, inarray0 = join_nonshared_inputs(out_vars, vars, shared)
"/Users/jruby/anaconda3/envs/pymc3_10_test/lib/python3.8/site-packages/pymc3/theanof.py", line 269, in join_nonshared_inputs
inarray.tag.test_value = joined.tag.test_value
AttributeError: 'ValidatingScratchpad' object has no attribute 'test_value'
| 0.299947 |
Traceback (most recent call last):
"/home/travis/virtualenv/python2.7.14/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/travis/build/ros/rosdistro/test/rosdistro_check_urls_test.py", line 29, in test_rosdistro_urls
assert not failed_distros, "There were problems with urls in the distribution files for these distros: %s, see folded blocks above for details: %s" % (failed_distros, fold_blocks)
AssertionError: There were problems with urls in the distribution files for these distros: ['kinetic'], see folded blocks above for details: ['block4']
| Traceback (most recent call last):
"<string>", line 1, in <module>
"../site-packages/subliminal/providers/addic7ed.py", line 234
r = self.session.get(self.server_url + 'show/%d' % show_id, params={'season': season}, timeout=10)
^
IndentationError: unexpected indent
| 0.327434 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 957, in _decrypt_signature
video_id, player_url, len(s)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 356, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 424, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 356, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Users\Alexander\Anaconda3\lib\site-packages\redis\client.py", line 1072, in set
return self.execute_command('SET', _pieces)
"C:\Users\Alexander\Anaconda3\lib\site-packages\redis\client.py", line 578, in execute_command
connection.send_command(_args)
"C:\Users\Alexander\Anaconda3\lib\site-packages\redis\connection.py", line 563, in send_command
self.send_packed_command(self.pack_command(*args))
"C:\Users\Alexander\Anaconda3\lib\site-packages\redis\connection.py", line 538, in send_packed_command
self.connect()
"C:\Users\Alexander\Anaconda3\lib\site-packages\redis\connection.py", line 442, in connect
raise ConnectionError(self._error_message(e))redis.exceptions.ConnectionError: Error 10061 connecting to localhost:6379. No connection could be made because the target machine actively refused it. | 0.322714 |
Traceback (most recent call last):
"indexer.py", line 196, in <module>
lola.run()
"indexer.py", line 181, in run
self.walk(mdir)
"indexer.py", line 167, in walk
self.walk(self.file_path)
"indexer.py", line 167, in walk
self.walk(self.file_path)
"indexer.py", line 169, in walk
if self.is_track():
"indexer.py", line 154, in is_track
if not self.get_id3_reader().is_valid():
"indexer.py", line 137, in get_id3_reader
self.id3r = ID3Manager(self.file_path)
"/opt/shiva-server/shiva/utils.py", line 53, in __init__
self.reader = eyed3.load(mp3_path)
"/usr/local/lib/python2.6/dist-packages/eyed3/core.py", line 50, in load
from . import mp3, id3
"/usr/local/lib/python2.6/dist-packages/eyed3/mp3/__init__.py", line 22, in <module>
from .. import id3
"/usr/local/lib/python2.6/dist-packages/eyed3/id3/__init__.py", line 487, in <module>
from .tag import Tag,
Info, TagException, TagTemplate
"/usr/local/lib/python2.6/dist-packages/eyed3/id3/tag.py", line 932
date_frames = {f.id: f for f in flist if f.id in DEPRECATED_DATE_FIDS}\
^SyntaxError: invalid syntax | Traceback (most recent call last):
...
"filename", line 69, in foo
for reply in comment.replies:
"/path/to/praw/site-packages/praw-2.1.18-py2.7.egg/praw/objects.py", line 564, in replies
self._replies = response[1]['data']['children'][0]._repliesIndexError: list index out of range | 0.210571 |
Traceback (most recent call last):
"tools/train.py", line 110, in <module>
main()
"tools/train.py", line 86, in main
cfg.model, train_cfg=cfg.train_cfg, test_cfg=cfg.test_cfg)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/builder.py", line 43, in build_detector
return build(cfg, DETECTORS, dict(train_cfg=train_cfg, test_cfg=test_cfg))
"/home/workspaces/code/Detection/mmdetection/mmdet/models/builder.py", line 15, in build
return build_from_cfg(cfg, registry, default_args)
"/home/workspaces/code/Detection/mmdetection/mmdet/utils/registry.py", line 76, in build_from_cfg
return obj_cls(**args)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/detectors/cascade_rcnn.py", line 87, in __init__
self.init_weights(pretrained=pretrained)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/detectors/cascade_rcnn.py", line 95, in init_weights
self.backbone.init_weights(pretrained=pretrained)
"/home/workspaces/code/Detection/mmdetection/mmdet/models/backbones/resnet.py", line 499, in init_weights
load_checkpoint(self, pretrained, strict=False, logger=logger)
"/opt/conda/lib/python3.6/site-packages/mmcv/runner/checkpoint.py", line 163, in load_checkpoint
checkpoint = load_url_dist(model_urls[model_name])
"/opt/conda/lib/python3.6/site-packages/mmcv/runner/checkpoint.py", line 120, in load_url_dist
return checkpoint
UnboundLocalError: local variable 'checkpoint' referenced before assignment |
Traceback (most recent call last):
"<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: '/tmp/pip-req-build-6SOpuN/setup.py'
| 0.302673 |
Traceback (most recent call last):
"/Users/lkilcher/anaconda3/envs/hot-spots3/lib/python3.5/site-packages/matplotlib/cbook/__init__.py", line 388, in process
proxy(*args, **kwargs)
"/Users/lkilcher/anaconda3/envs/hot-spots3/lib/python3.5/site-packages/matplotlib/cbook/__init__.py", line 228, in __call__
return mtd(*args, **kwargs)
"/Users/lkilcher/work/mhk/HSM_Team/Hot Spots/analysis/test/test02.py", line 19, in __call__
self.line.figure.canvas.draw()
"/Users/lkilcher/anaconda3/envs/hot-spots3/lib/python3.5/site-packages/matplotlib/backends/backend_tkagg.py", line 13, in draw
tkagg.blit(self._tkphoto, self.renderer._renderer, colormode=2)
"/Users/lkilcher/anaconda3/envs/hot-spots3/lib/python3.5/site-packages/matplotlib/backends/tkagg.py", line 34, in blit
dataptr, colormode, bboxptr)
_tkinter.TclError: this isn't a Tk application
| Traceback (most recent call last):
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 721, in getImports
return _getImports_pe(pth)
"D:\Apps\Python\Anaconda3\lib\site-packages\PyInstaller\depend\bindepend.py", line 109, in _getImports_pe
import_dllnames_only=True,
TypeError: parse_data_directories() got an unexpected keyword argument 'forwarded_exports_only'
| 0.269725 |
Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 56, in application
response = frappe.handler.handle()
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 42, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 907, in call
return fn(*args, **newargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/client.py", line 281, in get_js
with open(contentpath, "r") as srcfile:
IOError: [Errno 2] No such file or directory: u'./assets/frappe/css/daterangepicker.css'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/jauerbach/anaconda3/lib/python3.6/site-packages/flake8/api/legacy.py", line 49, in get_style_guide
application.make_notifier()AttributeError: 'Application' object has no attribute 'make_notifier' | 0.329315 |