text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 793, in extract_info
ie_result = ie.extract(url)
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 508, in extract
ie_result = self._real_extract(url)
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/extractor/ard.py", line 219, in _real_extract
r'/play/(?:config|media)/(\d+)', webpage, 'media id')
"/home/uo/youtube-dl-venv/lib/python3.6/site-packages/youtube_dl/extractor/common.py", line 983, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract media 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):
"E:\weiboSpider\weibo_spider\parser\info_parser.py", line 39, in extract_user_info
if self.selector.xpath(
IndexError: list index out of range
| 0.223119 |
Traceback (most recent call last):
"/usr/local/bin/jupyterhub-singleuser", line 3, in <module>
from jupyterhub.singleuser import main
"/usr/local/lib/python3.5/dist-packages/jupyterhub/singleuser.py", line 18, in <module>
raise ImportError("JupyterHub single-user server requires notebook >= 4.0")
ImportError: JupyterHub single-user server requires notebook >= 4.0
| Traceback (most recent call last):
"<string>", line 571, in ?
"<string>", line 567, in main
"<string>", line 334, in makeWindow
"C:\Python24\buildplumbing\out1.pyz/Tix", line 210, in __init___tkinter.TclError: can't find package Tix | 0.286293 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/asyncio/events.py", line 127, in _run
self._callback(*self._args)
"/Users/tomchristie/GitHub/encode/uvicorn/uvicorn/protocols/http/httptools_impl.py", line 129, in connection_made
self.client = get_remote_addr(transport)
"/Users/tomchristie/GitHub/encode/uvicorn/uvicorn/protocols/utils.py", line 8, in get_remote_addr
info = socket_info.getpeername()
OSError: [Errno 22] Invalid argument
| Traceback (most recent call last):
"hitomi_downloader_gui", line 6089, in updateCompleter
"downloader", line 414, in read_html
"downloader", line 332, in read_html
"site-packages\urllib3\poolmanager", line 336, in urlopen
"site-packages\urllib3\connectionpool", line 725, in urlopen
"site-packages\urllib3\util\retry", line 379, in increment
"site-packages\urllib3\packages\six", line 735, in reraise
"site-packages\urllib3\connectionpool", line 677, in urlopen
"site-packages\urllib3\connectionpool", line 381, in _make_request
"site-packages\urllib3\connectionpool", line 976, in _validate_conn
"site-packages\urllib3\connection", line 308, in connect
"site-packages\urllib3\connection", line 172, in _new_conn
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPSConnection object at 0x000000F27F4B5CC8>: Failed to establish a new connection: [WinError 10060] 연결된 구성원으로부터 응답이 없어 연결하지 못했거나, 호스트로부터 응답이 없어 연결이 끊어졌습니다
| 0.295783 |
"module_stderr": "Traceback (most recent call last):\n
\"/tmp/ansible_p7vpddi8/ansible_module_openshift_facts.py\", line 2491, in <module>\n
main()\n
\"/tmp/ansible_p7vpddi8/ansible_module_openshift_facts.py\", line 2478, in main\n
protected_facts_to_overwrite)\n
\"/tmp/ansible_p7vpddi8/ansible_module_openshift_facts.py\", line 1899, in __init__\n
for (k, v) in self.system_facts.items():\nRuntimeError: dictionary changed size during iteration\n",
"module_stdout": "",
| Traceback (most recent call last):
"/usr/local/bin/omega", line 5, in <module>
from omega.cli import main
"/usr/local/lib/python3.8/dist-packages/omega/cli.py", line 25, in <module>
import omicron
"/usr/local/lib/python3.8/dist-packages/omicron/__init__.py", line 6, in <module>
import gino
"/usr/local/lib/python3.8/dist-packages/gino/__init__.py", line 2, in <module>
from .engine import GinoEngine, GinoConnection
# NOQA
"/usr/local/lib/python3.8/dist-packages/gino/engine.py", line 181, in <module>
class GinoConnection:
"/usr/local/lib/python3.8/dist-packages/gino/engine.py", line 211, in GinoConnection
schema_for_object = schema._schema_getter(None)
AttributeError: module 'sqlalchemy.sql.schema' has no attribute '_schema_getter
| 0.323353 |
Traceback (most recent call last):
"icebox_chipdb.py", line 250, in <module>
print_tile_nonrouting_bits("logic", ic.logic_tiles.keys()[0])TypeError: 'dict_keys' object does not support indexing | 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 140, in getDbs
db = unArrayizeValue(inject.getValue(query, union=False, error=False))
"lib/request/inject.py", line 429, in getValue
value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
"lib/request/inject.py", line 157, in _goInferenceProxy
_, _, _, _, _, expressionFieldsList, expressionFields, _ = agent.getFields(expression)
"lib/core/agent.py", line 532, in getFields
if re.search("\A\w+\(.*\)", fieldsToCastStr, re.I) or (fieldsSelectCase and "WHEN use" not in query) or fieldsSubstr:
"Python27/lib/re.py", line 146, in search
return _compile(pattern, flags).search(string)TypeError: expected string or buffer | 0.190148 |
Traceback (most recent call last):
"C:\Users\tarje\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pandas\tseries\frequencies.py", line 469, in to_offset
splitted = re.split(opattern, freq)
"C:\Users\tarje\AppData\Local\Programs\Python\Python36-32\lib\re.py", line 212, in split
return _compile(pattern, flags).split(string, maxsplit)
TypeError: expected string or bytes-like object
| Traceback (most recent call last):
"deeppavlov.py", line 6, in <module>
from deeppavlov.skills.pattern_matching_skill import PatternMatchingSkill
"/home/ec2-user/deeppavlov.py", line 6, in <module>
from deeppavlov.skills.pattern_matching_skill import PatternMatchingSkill
ModuleNotFoundError: No module named 'deeppavlov.skills'; 'deeppavlov' is not a package
| 0.236016 |
Traceback (most recent call last):
"C:/Users/Nick/PycharmProjects/HobbitFarmRedux/testing.py", line 30, in <module>
app['Untitled - Notepad'].Edit.type_keys('(')
"C:\Users\Nick\PycharmProjects\HobbitFarmRedux\venv\lib\site-packages\pywinauto\base_wrapper.py", line 970, in type_keys
turn_off_numlock)
"C:\Users\Nick\PycharmProjects\HobbitFarmRedux\venv\lib\site-packages\pywinauto\keyboard.py", line 672, in send_keys
keys = parse_keys(keys, with_spaces, with_tabs, with_newlines)
"C:\Users\Nick\PycharmProjects\HobbitFarmRedux\venv\lib\site-packages\pywinauto\keyboard.py", line 581, in parse_keys
raise KeySequenceError('`)` not found')
pywinauto.keyboard.KeySequenceError: `)` not found
| Traceback (most recent call last):
"debug-gym.py", line 11, in <module>
obj = env.reset()
"/home/rpoudel/miniconda3/envs/py35/lib/python3.5/site-packages/gym/wrappers/time_limit.py", line 25, in reset
return self.env.reset(**kwargs)
"/home/rpoudel/miniconda3/envs/py35/lib/python3.5/site-packages/gym/envs/box2d/car_racing.py", line 311, in reset
return self.step(None)[0]
"/home/rpoudel/miniconda3/envs/py35/lib/python3.5/site-packages/gym/envs/box2d/car_racing.py", line 323, in step
self.state = self.render("state_pixels")
"/home/rpoudel/miniconda3/envs/py35/lib/python3.5/site-packages/gym/envs/box2d/car_racing.py", line 407, in render
arr = arr.reshape(VP_H, VP_W, 4)
ValueError: cannot reshape array of size 0 into shape (96,96,4)
| 0.202452 |
Traceback (most recent call last):
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 861, in _handle
return route.call(**args)
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/third_party/bottle/bottle.py", line 1734, in wrapper
rv = callback(*a, **ka)
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/watchdog_plugin.py", line 106, in wrapper
return callback( *args, **kwargs )
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/hmac_plugin.py", line 72, in wrapper
body = callback( *args, **kwargs )
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/handlers.py", line 112, in GetCompletions
.ComputeCandidates( request_data ) )
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 169, in ComputeCandidates
candidates = self._GetCandidatesFromSubclass( request_data )
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/completer.py", line 185, in _GetCandidatesFromSubclass
raw_completions = self.ComputeCandidatesInner( request_data )
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/typescript/typescript_completer.py", line 267, in ComputeCandidatesInner
self._Reload( request_data )
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/typescript/typescript_completer.py", line 257, in _Reload
'tmpfile': tmpfile.name
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/typescript/typescript_completer.py", line 241, in _SendRequest
return deferred.result()
"/home/yotam/.config/nvim/plugged/YouCompleteMe/third_party/ycmd/ycmd/../ycmd/completers/typescript/typescript_completer.py", line 69, in result
raise RuntimeError( 'Response Timeout' )RuntimeError: Response Timeout | Traceback (most recent call last):
"generate.py", line 10, in <module>
import phonemizer
ImportError: No module named phonemizer
| 0.226438 |
2018-04-28T11:31:09:ERROR:localstack.services.generic_proxy: Error forwarding request: HTTPConnectionPool(host='127.0.0.1', port=4564): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f528462b5d0>: Failed to establish a new connection: [Errno 111] Connection refused',)) Traceback (most recent call last):
"/home/vagrant/.local/lib/python2.7/site-packages/localstack/services/generic_proxy.py", line 201, in forward
headers=forward_headers)
"/home/vagrant/.local/lib/python2.7/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
"/home/vagrant/.local/lib/python2.7/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
"/home/vagrant/.local/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
"/home/vagrant/.local/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
"/home/vagrant/.local/lib/python2.7/site-packages/requests/adapters.py", line 508, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=4564): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f528462b5d0>: Failed to establish a new connection: [Errno 111] Connection refused',))
| Traceback (most recent call last):
"calibre_plugins.dedrm.kindlekey", line 1540, in getDBfrom
cleartext = UnprotectHeaderData(encryptedValue)
"calibre_plugins.dedrm.kindlekey", line 1408, in UnprotectHeaderData
crp = LibCrypto()
TypeError: 'NoneType' object is not callable
| 0.329683 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"\psutil\psutil\__init__.py", line 533, in exe
exe = self._proc.exe()
"\psutil\psutil\_pswindows.py", line 206, in wrapper
return fun(self, *args, **kwargs)
"\psutil\psutil\_pswindows.py", line 248, in exe
return _convert_raw_path(cext.proc_exe(self.pid))OSError: [WinError 0] The operation completed successfully | Traceback (most recent call last):
"/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent
scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero | 0.200115 |
WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"youtube_dl\extractor\youtube.pyo", line 974, in _decrypt_signature
"youtube_dl\extractor\youtube.pyo", line 348, in _extract_signature_functionAttributeError: 'NoneType' object has no attribute 'group' | Traceback (most recent call last):
"E:\Source\Repos\OfficeCustomerVoice\UserExperience\OCVClusteringWebAPI\env3\lib\site-packages\elasticsearch\connection\http_urllib3.py", line 94, in perform_request
response = self.pool.urlopen(method, url, body, retries=False, headers=self.headers, **kw)
"E:\Source\Repos\OfficeCustomerVoice\UserExperience\OCVClusteringWebAPI\env3\lib\site-packages\urllib3\connectionpool.py", line 604, in urlopen
raise SSLError(e)
urllib3.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600)
| 0.178077 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/spyder/widgets/helperwidgets.py", line 127, in paint
textRect = style.subElementRect(QStyle.SE_ItemViewItemText, options)TypeError: subElementRect(self, QStyle.SubElement, QStyleOption, QWidget): not enough arguments | Traceback (most recent call last):
"site-packages\bottle.py", line 862, in _handle
"site-packages\bottle.py", line 1732, in wrapper
"hindsight_gui.py", line 163, in do_run
"pyhindsight\analysis.py", line 207, in run
"pyhindsight\browsers\chrome.py", line 1757, in process
IndexError: list index out of range
| 0.271236 |
Traceback (most recent call last):
"quickstart.py", line 35, in <module>
session.interact_user_followers(['Aktienmitkopf', 'faszination_boerse'], amount=50, randomize=True)
"/Users/Wayfer/InstaPy/instapy/instapy.py", line 1088, in interact_user_followers
self.logger)
"/Users/Wayfer/InstaPy/instapy/unfollow_util.py", line 578, in get_given_user_followers
following_link[0].send_keys("\n")
IndexError: list index out of range
| Traceback (most recent call last):
"./run_simulation.py", line 19, in <module>
md_simulation.use_packmol()
"/sansom/s118/shil4444/Documents/Influenza_model/Input_files/md_simulation.py", line 405, in use_packmol
shapes.add_rpo(ip)
"/sansom/s118/shil4444/Documents/Influenza_model/Input_files/shapes.py", line 462, in add_rpo
u_vesicle = MDAnalysis.Universe(ip["filename"]+".pdb")
"/sansom/s118/shil4444/.local/lib/python2.7/site-packages/MDAnalysis-0.15.1.dev0-py2.7-linux-x86_64.egg/MDAnalysis/core/AtomGroup.py", line 4339, in __init__
self._topology = p.parse()
"/sansom/s118/shil4444/.local/lib/python2.7/site-packages/MDAnalysis-0.15.1.dev0-py2.7-linux-x86_64.egg/MDAnalysis/topology/PDBParser.py", line 90, in parse
bonds = self._parsebonds(atoms)
"/sansom/s118/shil4444/.local/lib/python2.7/site-packages/MDAnalysis-0.15.1.dev0-py2.7-linux-x86_64.egg/MDAnalysis/topology/PDBParser.py", line 181, in _parsebonds
atom, atoms = _parse_conect(line.strip())
"/sansom/s118/shil4444/.local/lib/python2.7/site-packages/MDAnalysis-0.15.1.dev0-py2.7-linux-x86_64.egg/MDAnalysis/topology/PDBParser.py", line 215, in _parse_conect
"record: {}".format(conect))RuntimeError: Bond atoms aren't aligned proberly for CONECT record: CONECT100001100000100002100007 | 0.269822 |
Traceback (most recent call last):
"/root/freqtrade/freqtrade/main.py", line 49, in main
worker.run()
"/root/freqtrade/freqtrade/worker.py", line 72, in run
state = self._worker(old_state=state)
"/root/freqtrade/freqtrade/worker.py", line 110, in _worker
self._throttle(func=self._process, min_secs=throttle_secs)
"/root/freqtrade/freqtrade/worker.py", line 123, in _throttle
result = func(*args, **kwargs)
"/root/freqtrade/freqtrade/worker.py", line 134, in _process
state_changed = self.freqtrade.process()
"/root/freqtrade/freqtrade/freqtradebot.py", line 135, in process
state_changed |= self.process_maybe_execute_sell(trade)
"/root/freqtrade/freqtrade/freqtradebot.py", line 451, in process_maybe_execute_sell
result = self.handle_stoploss_on_exchange(trade)
"/root/freqtrade/freqtrade/freqtradebot.py", line 683, in handle_stoploss_on_exchange
self.handle_trailing_stoploss_on_exchange(trade, stoploss_order)
"/root/freqtrade/freqtrade/freqtradebot.py", line 696, in handle_trailing_stoploss_on_exchange
if trade.stop_loss > float(order['info']['stopPrice']):
KeyError: 'stopPrice'
| “Traceback (most recent call last):
"<string>", line 22, in <module>
"/usr/local/lib/python2.6/dist-packages/PyInstaller-2.1-py2.6.egg/PyInstaller/loader/pyi_importers.py", line 270, in load_module
"/home/jothirams/svnspx/build/svnspx/out00-PYZ.pyz/pysvn", line 99, in <module>
"/usr/local/lib/python2.6/dist-packages/PyInstaller-2.1-py2.6.egg/PyInstaller/loader/pyi_importers.py", line 409, in load_moduleImportError: libdb-4.8.so: cannot open shared object file: No such file or directory” | 0.274461 |
Traceback (most recent call last):
"/usr/local/bin/dglke_server", line 8, in <module>
sys.exit(main())
"/usr/local/lib/python3.8/dist-packages/dglke/kvserver.py", line 178, in main
start_server(args)
"/usr/local/lib/python3.8/dist-packages/dglke/kvserver.py", line 147, in start_server
port = server_namebook[args.server_id][2]
KeyError: 21
| Traceback (most recent call last):
"quickstart.py", line 87, in <module>
session.like_by_tags(amount=10, use_smart_hashtags=True)
"/home/tinxie/InstaPy-master/InstaPy-master/instapy/instapy.py", line 2015, in like_by_tags
self.logfolder,
"/home/tinxie/InstaPy-master/InstaPy-master/instapy/comment_util.py", line 92, in comment_image
.send_keys(comment_to_be_sent)
"/home/tinxie/.local/lib/python3.5/site-packages/selenium/webdriver/common/action_chains.py", line 80, in perform
self.w3c_actions.perform()
"/home/tinxie/.local/lib/python3.5/site-packages/selenium/webdriver/common/actions/action_builder.py", line 76, in perform
self.driver.execute(Command.W3C_ACTIONS, enc)
"/home/tinxie/.local/lib/python3.5/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
"/home/tinxie/.local/lib/python3.5/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: TypeError: rect is undefined
| 0.227517 |
Traceback (most recent call last):
"/home/www/pdfenv/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
"/home/www/pdfenv/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
"/home/www/pdfenv/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/home/www/pdfenv/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
"/home/www/pdfenv/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
"/home/www/pdfenv/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/home/www/pdfto/app.py", line 560, in test
get_words()
"/home/www/pdfto/app.py", line 47, in get_words
g.words = models.Translation.translation_as_dict(request.headers.get('Accept-Language').split(",")[0][:2])
"/home/www/pdfto/models.py", line 186, in translation_as_dict
translations = Translation.select(lambda t: t.language == lang)
"/home/www/pdfenv/lib/python3.6/site-packages/pony/orm/core.py", line 4112, in select
return entity._query_from_args_(args, kwargs=None, frame_depth=cut_traceback_depth+1)
"/home/www/pdfenv/lib/python3.6/site-packages/pony/orm/core.py", line 4473, in _query_from_args_
return Query(code_key, inner_expr, globals, locals, cells)
"/home/www/pdfenv/lib/python3.6/site-packages/pony/orm/core.py", line 5696, in __init__
if database.schema is None: throw(ERDiagramError, 'Mapping is not generated for entity %r' % origin.__name__)
"/home/www/pdfenv/lib/python3.6/site-packages/pony/utils/utils.py", line 106, in throw
raise exc
pony.orm.core.ERDiagramError: Mapping is not generated for entity 'Translation'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/eric/Desktop/ray/python/ray/actor.py", line 397, in remote
return actor_cls._remote(args=args, kwargs=kwargs, **options)
"/home/eric/Desktop/ray/python/ray/actor.py", line 496, in _remote
"ray.get_actor('{name}')".format(name=name))
ValueError: The name bar is already taken.
| 0.266245 |
Traceback (most recent call last):
"zeus.py", line 408, in <module>
__run_attacks_main()
"zeus.py", line 292, in __run_attacks_main
proxy=proxy_to_use, xforward=opt.forwardedForRandomIP
"/home/baal/bin/python/zeus-scanner/lib/header_check/__init__.py", line 269, in main_header_check
return write_to_log_file(protection, HEADER_RESULT_PATH, HEADERS_FILENAME.format(replace_http(url)))
"/home/baal/bin/python/zeus-scanner/lib/core/common.py", line 161, in write_to_log_file
json.dump(data_to_write, log, sort_keys=True, indent=4)
"/usr/lib/python2.7/json/__init__.py", line 189, in dump
for chunk in iterable:
"/usr/lib/python2.7/json/encoder.py", line 434, in _iterencode
for chunk in _iterencode_dict(o, _current_indent_level):
"/usr/lib/python2.7/json/encoder.py", line 390, in _iterencode_dict
yield _encoder(value)UnicodeDecodeError: 'utf8' codec can't decode byte 0xed in position 34: invalid continuation byte | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1415, in _execute
result = yield result
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
value = future.result()
"/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 876, in run
yielded = self.gen.throw(_exc_info)
"/usr/local/lib/python2.7/dist-packages/flower/views/broker.py", line 39, in get
queues = yield broker.queues(sorted(queue_names))
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 870, in run
value = future.result()
"/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 215, in result
raise_exc_info(self._exc_info)
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 215, in wrapper
result = func(_args, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/flower/utils/broker.py", line 136, in queues
'messages': sum([self.redis.llen(x) for x in priority_names])
"/usr/local/lib/python2.7/dist-packages/redis/client.py", line 1202, in llen
return self.execute_command('LLEN', name)
"/usr/local/lib/python2.7/dist-packages/redis/client.py", line 565, in execute_command
return self.parse_response(connection, command_name, *_options)
"/usr/local/lib/python2.7/dist-packages/redis/client.py", line 577, in parse_response
response = connection.read_response()
"/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 574, in read_response
raise responseResponseError: NOAUTH Authentication required. | 0.199387 |
Traceback (most recent call last):
"/opt/bcs/bin/netdev", line 182, in <module>
opts, args = parse_args(sys.argv)
"/opt/bcs/bin/netdev", line 71, in parse_args
search_builder(opts)
"/opt/bcs/bin/netdev", line 121, in search_builder
vars.append(" '%s' in x.budgetName.lower()" % opts.budget_name.lower()) AttributeError: 'NoneType' object has no attribute 'lower' | Traceback (most recent call last):
"/opt/conda/bin/fairseq-generate", line 33, in <module>
sys.exit(load_entry_point('fairseq', 'console_scripts', 'fairseq-generate')())
"/workspace/fairseq/fairseq_cli/generate.py", line 389, in cli_main
main(args)
"/workspace/fairseq/fairseq_cli/generate.py", line 50, in main
return _main(cfg, sys.stdout)
"/workspace/fairseq/fairseq_cli/generate.py", line 83, in _main
task = tasks.setup_task(cfg.task)
"/workspace/fairseq/fairseq/tasks/__init__.py", line 41, in setup_task
return task.setup_task(cfg, **kwargs)
"/workspace/fairseq/fairseq/tasks/translation_multi_simple_epoch.py", line 126, in setup_task
cls.load_dictionary, args, **kwargs
"/workspace/fairseq/fairseq/data/multilingual/multilingual_data_manager.py", line 331, in prepare
"--lang-pairs is required. List all the language pairs in the training objective."
ValueError: --lang-pairs is required. List all the language pairs in the training objective.
| 0.255993 |
Traceback (most recent call last):
"/usr/local/bin/blueprint-show", line 68, in <module>
filename = getattr(b, options.generate)(options.relaxed).dumpf()
"/usr/lib/python2.6/site-packages/blueprint/**init**.py", line 383, in sh
return frontend.sh.sh(self, relaxed, server, secret)
"/usr/lib/python2.6/site-packages/blueprint/frontend/sh.py", line 137, in sh
service=service)
"/usr/lib/python2.6/site-packages/blueprint/**init**.py", line 411, in walk
self.walk_packages(*_kwargs)
"/usr/lib/python2.6/site-packages/blueprint/**init**.py", line 475, in walk_packages
self.walk_packages('yum', *_kwargs)
"/usr/lib/python2.6/site-packages/blueprint/**init**.py", line 491, in walk_packages
callable(manager, package, version)
"/usr/lib/python2.6/site-packages/blueprint/frontend/sh.py", line 117, in package
s.add(manager(package, version, relaxed))
"/usr/lib/python2.6/site-packages/blueprint/managers.py", line 100, in **call**
install = self.install(package, version, relaxed)
"/usr/lib/python2.6/site-packages/blueprint/managers.py", line 55, in install
return 'yum -y install {1}'.format(arg)IndexError: tuple index out of range | Traceback (most recent call last):
"C:\projects\pyfa\gui\builtinShipBrowser\fitItem.py", line 188, in OnProjectToFit
AttributeError: module 'gui.fitCommands' has no attribute 'GuiAddProjectedCommand'
| 0.189718 |
Traceback (most recent call last):
"run_toy_example.py", line 197, in <module>
exec_toy_example(runtime_config)
"run_toy_example.py", line 179, in exec_toy_example
raise ValueError("job running time exceed, please check federation or eggroll log")
ValueError: job running time exceed, please check federation or eggroll log
| Traceback (most recent call last):
"/Users/jathan/sandbox/virtualenvs/trigger/bin/gnng", line 459, in <module>
main()
"/Users/jathan/sandbox/virtualenvs/trigger/bin/gnng", line 450, in main
handle_output(all_rows, opts)
"/Users/jathan/sandbox/virtualenvs/trigger/bin/gnng", line 366, in handle_output
writer.writerow([dev] + row)NameError: global name 'dev' is not defined | 0.316369 |
Traceback (most recent call last):
"lib\tensorflow_gpu\tensorflow\python\client\session.py", line 582, in __del__
AttributeError: 'NoneType' object has no attribute 'TF_DeleteStatus'
| Traceback (most recent call last):
"/home/zero/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 362, in <module>
Main()
"/home/zero/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 351, in Main
BuildYcmdLibs( args )
"/home/zero/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 267, in BuildYcmdLibs
subprocess.check_call( build_command )
"/usr/local/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'ycm_support_libs', '--', '-j', '8']' returned non-zero exit status 2 | 0.257176 |
Traceback (most recent call last):
"test.py", line 13, in <module>
class Extension(BaseModel):
"/Library/Python/2.7/site-packages/peewee.py", line 2990, in __new__
cls._meta.prepared()
"/Library/Python/2.7/site-packages/peewee.py", line 2861, in prepared
field = self.fields[clause.lstrip('-')]AttributeError: 'DateTimeField' object has no attribute 'lstrip' | Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity.py", line 225, in async_update_ha_state
None, self.update)
"/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
yield self
# This tells Task to wait for completion.
"/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
value = future.result()
"/usr/lib/python3.4/asyncio/futures.py", line 277, in result
raise self._exception
"/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/openweathermap.py", line 124, in update
self.owa_client.update()
"/usr/local/lib/python3.4/dist-packages/homeassistant/util/__init__.py", line 303, in wrapper
result = method(*args, **kwargs)
"/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/openweathermap.py", line 181, in update
obs = self.owm.weather_at_coords(self.latitude, self.longitude)
"/root/.homeassistant/deps/pyowm/webapi25/owm25.py", line 248, in weather_at_coords
return self._parsers['observation'].parse_JSON(json_data)
"/root/.homeassistant/deps/pyowm/webapi25/observationparser.py", line 39, in parse_JSON
d = loads(JSON_string)
"/usr/lib/python3.4/json/__init__.py", line 312, in loads
s.__class__.__name__))
TypeError: the JSON object must be str, not 'NoneType'
| 0.31394 |
Traceback (most recent call last):
"/usr/lib/python3.6/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/usr/lib/python3.6/multiprocessing/process.py", line 93, in run
self._target(*self._args, **self._kwargs)
"./safaribooks.py", line 795, in _thread_download_css
s.write(response.content)
AttributeError: 'int' object has no attribute 'content'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/usr/local/lib/python3.6/site-packages/urllib3/connectionpool.py", line 357, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1239, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1285, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1234, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 1065, in _send_output
self.send(chunk)
"/usr/local/Cellar/python/3.6.5/Frameworks/Python.framework/Versions/3.6/lib/python3.6/http/client.py", line 986, in send
self.sock.sendall(data)
BrokenPipeError: [Errno 32] Broken pipe
| 0.28924 |
Traceback (most recent call last):
"/app/medusa/medusa/post_processor.py", line 1223, in process
app.MOVE_ASSOCIATED_FILES, app.USE_SUBTITLES and ep_obj.series.subtitles)
"/app/medusa/medusa/post_processor.py", line 508, in post_process_action
action=action, subtitle_action=subtitle_action, subtitles=subtitles)
"/app/medusa/medusa/post_processor.py", line 433, in _combined_file_operation
file_list += self.list_associated_files(file_path, refine=True)
"/app/medusa/medusa/post_processor.py", line 208, in list_associated_files
processed_names += tuple((_f for _f in (self._rar_basename(file_path, files),) if _f))
"/app/medusa/medusa/post_processor.py", line 318, in _rar_basename
for rar in rars:
"/app/medusa/medusa/post_processor.py", line 316, in <genexpr>
rars = (x for x in files if rarfile.is_rarfile(x))
"/app/medusa/medusa/init/filesystem.py", line 113, in patched_output
return handle_output(f(*args, **kwargs))
"/app/medusa/ext/rarfile.py", line 404, in is_rarfile
return _get_rar_version(xfile) > 0
"/app/medusa/ext/rarfile.py", line 389, in _get_rar_version
with X
(xfile) as fd:
"/app/medusa/ext/rarfile.py", line 2401, in __init__
self._fd = open(xfile, 'rb', bufsize)IOError: [Errno 2] No such file or directory: u'/downloads/completed/Westworld.S02E08.1080p.WEB.H264-DEFLATE-Rakuv/.@__thumb/adefault9ff43b5ec4d34ffeaee6a0f5c8773da4.mkv' | Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 521, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 176, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 110, in _real_extract
video_id, display_id = self._extract_ids(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/pbs.py", line 91, in _extract_ids
webpage, 'player URL')
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 397, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract player URL; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.323547 |
Traceback (most recent call last):
"./test_cumprod.py", line 13, in <module>
foo.cumprod()
"/Users/pwolfram/anaconda/lib/python2.7/site-packages/xarray/core/common.py", line 16, in wrapped_func
skipna=skipna, allow_lazy=True, **kwargs)
"/Users/pwolfram/anaconda/lib/python2.7/site-packages/xarray/core/dataarray.py", line 991, in reduce
var = self.variable.reduce(func, dim, axis, keep_attrs, **kwargs)
"/Users/pwolfram/anaconda/lib/python2.7/site-packages/xarray/core/variable.py", line 880, in reduce
return Variable(dims, data, attrs=attrs)
"/Users/pwolfram/anaconda/lib/python2.7/site-packages/xarray/core/variable.py", line 213, in __init__
self._dims = self._parse_dimensions(dims)
"/Users/pwolfram/anaconda/lib/python2.7/site-packages/xarray/core/variable.py", line 321, in _parse_dimensions
% (dims, self.ndim))ValueError: dimensions () must have the same length as the number of data dimensions, ndim=1 | ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.255908 |
Traceback (most recent call last):
"./fail2ban/tests/samplestestcase.py", line 299, in testFilter
raise AssertionError("%s: %s on: %s:%i, line:\n
%s\nregex (%s):\n
%s\n"
AssertionError: dovecot: True is not false : Line not matched when should have
| WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 878, in _decrypt_signature
return func(s)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 446, in <lambda>
return lambda s: initial_function([s])
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 113, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 45, in interpret_statement
v = self.interpret_expression(expr, local_vars, allow_recursion)
"/usr/local/bin/youtube-dl/youtube_dl/jsinterp.py", line 58, in interpret_expression
val = local_vars[m.group('in')]KeyError: u'lo' | 0.200748 |
Traceback (most recent call last):
"/Users/xyz/workspace/pricing/expd.py", line 4, in <module>
from sklearn.cross_validation import cross_val_score
"/Users/xyz/Library/Python/2.7/lib/python/site-packages/sklearn/__init__.py", line 57, in <module>
from .base import clone
"/Users/xyz/Library/Python/2.7/lib/python/site-packages/sklearn/base.py", line 11, in <module>
from .utils.fixes import signature
"/Users/xyz/Library/Python/2.7/lib/python/site-packages/sklearn/utils/__init__.py", line 10, in <module>
from .murmurhash import murmurhash3_32
"numpy.pxd", line 155, in init sklearn.utils.murmurhash (sklearn/utils/murmurhash.c:5029)ValueError: numpy.dtype has the wrong size, try recompiling | Traceback (most recent call last):
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/widgets/github/backend.py", line 144, in send_report
ret = repo.issues.post(title=title, body=body)
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/utils/external/github.py", line 124, in __call__
return self._gh._http(self._method, self._path, **kw)
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/utils/external/github.py", line 260, in _http
raise ApiError(url, req, resp)spyder.utils.external.github.ApiError: https://api.github.com/repos/spyder-ide/spyder/issues | 0.200895 |
Traceback (most recent call last):
"shellnoob.py", line 1557, in <module>
main()
"shellnoob.py", line 1553, in main
snoob.do_conversion(input_fp, output_fp, input_fmt, output_fmt)
"shellnoob.py", line 515, in do_conversion
_output = getattr(self, conv_func_name)(_input)
"shellnoob.py", line 221, in conv
_hex = to_hex(self, input_s, with_breakpoint)
"shellnoob.py", line 665, in asm_to_hex
obj = self.asm_to_obj(asm, with_breakpoint)
"shellnoob.py", line 960, in asm_to_obj
tmp_asm_f.write(asm.encode("utf-8"))UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 36: ordinal not in range(128) | Traceback (most recent call last):
"train.py", line 262, in <module>
train()
"train.py", line 236, in train
t.transpile(args.trainer_id, pservers=args.endpoints, trainers=args.trainers)
"D:\Anaconda3\envs\paddle_env\lib\site-packages\paddle\fluid\transpiler\distribute_transpiler.py", line 699, in transpile
splited_grad_varname
"D:\Anaconda3\envs\paddle_env\lib\site-packages\paddle\fluid\framework.py", line 2506, in _insert_op
op = Operator(block=self, desc=op_desc, *args, **kwargs)
"D:\Anaconda3\envs\paddle_env\lib\site-packages\paddle\fluid\framework.py", line 1788, in __init__
proto = OpProtoHolder.instance().get_op_proto(type)
"D:\Anaconda3\envs\paddle_env\lib\site-packages\paddle\fluid\framework.py", line 1670, in get_op_proto
raise ValueError("Operator \"%s\" has not been registered." % type)
ValueError: Operator "send" has not been registered.
| 0.292303 |
Traceback (most recent call last):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent
and not self.is_completion_widget_visible()):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible
return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted | Traceback (most recent call last):
"/root/Mobile-Security-Framework-MobSF/mobsf/StaticAnalyzer/views/android/static_analyzer.py", line 150, in static_analyzer
mani_file, mani_xml = get_manifest(
TypeError: cannot unpack non-iterable NoneType object
| 0.317562 |
Traceback (most recent call last):
"/usr/bin/ajenti-panel", line 133, in <module>
core.run()
"/usr/lib/python2.6/site-packages/ajenti/core.py", line 88, in run
ajenti.plugins.manager.load_all()
"/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 266, in load_all
self.load_recursive(item[0])
"/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 277, in load_recursive
return self.load(name)
"/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 324, in load
dependency.check()
"/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 67, in check
if not self.satisfied():
"/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 58, in satisfied
self._was_satisfied = self.is_satisfied()
"/usr/lib/python2.6/site-packages/ajenti/plugins/__init__.py", line 131, in is_satisfied
return subprocess.call(['which', self.binary_name]) == 0
"/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 115, in call
return Popen(*popenargs, **kwargs).wait()
"/usr/lib/python2.6/site-packages/ajenti/compat.py", line 26, in Popen
*args, **kwargs)
"/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 238, in __init__
errread, errwrite)
"/usr/lib64/python2.6/site-packages/gevent/subprocess.py", line 756, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"/usr/local/bin/telepresence/telepresence/cli.py", line 129, in crash_reporting
yield
"/usr/local/bin/telepresence/telepresence/main.py", line 61, in main
remote_info = start_proxy(runner)
"/usr/local/bin/telepresence/telepresence/proxy/__init__.py", line 90, in start_proxy
run_id=run_id,
"/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 200, in get_remote_info
wait_for_pod(runner, remote_info)
"/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 132, in wait_for_pod
"Pod isn't starting or can't be found: {}".format(pod["status"])
RuntimeError: Pod isn't starting or can't be found: {'conditions': [{'lastProbeTime': None, 'lastTransitionTime': '2018-12-09T12:02:50Z', 'message': 'containers with incomplete status: [wait-for-services]', 'reason': 'ContainersNotInitialized', 'status': 'False', 'type': 'Initialized'}, {'lastProbeTime': None, 'lastTransitionTime': '2018-12-09T12:02:50Z', 'message': 'containers with unready status: [consumer]', 'reason': 'ContainersNotReady', 'status': 'False', 'type': 'Ready'}, {'lastProbeTime': None, 'lastTransitionTime': '2018-12-09T12:02:50Z', 'status': 'True', 'type': 'PodScheduled'}], 'containerStatuses': [{'image': 'datawire/telepresence-k8s:0.93', 'imageID': '', 'lastState': {}, 'name': 'consumer', 'ready': False, 'restartCount': 0, 'state': {'waiting': {'reason': 'PodInitializing'}}}], 'hostIP': '172.20.38.37', 'initContainerStatuses': [{'image': 'opsfleet/depends-on', 'imageID': '', 'lastState': {}, 'name': 'wait-for-services', 'ready': False, 'restartCount': 0, 'state': {'waiting': {'reason': 'PodInitializing'}}}], 'phase': 'Pending', 'qosClass': 'Burstable', 'startTime': '2018-12-09T12:02:50Z'}
| 0.28522 |
Traceback (most recent call last):
"x.py", line 7, in <module>
a.token = 1
AttributeError: can't set attribute | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/cwltool/executors.py", line 168, in run_jobs
for job in jobiter:
"/usr/local/lib/python2.7/dist-packages/cwltool/command_line_tool.py", line 455, in job
reffiles, builder.stagedir, runtimeContext, True)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 274, in make_path_mapper
runtimeContext.toil_get_file)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 228, in __init__
referenced_files, basedir, stagedir, separateDirs=separateDirs)
"/usr/local/lib/python2.7/dist-packages/cwltool/pathmapper.py", line 262, in __init__
self.setup(dedup(referenced_files), basedir)
"/usr/local/lib/python2.7/dist-packages/cwltool/pathmapper.py", line 319, in setup
self.visit(fob, stagedir, basedir, copy=fob.get("writable"), staged=True)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 262, in visit
stagedir, basedir, copy=copy, staged=staged)
"/usr/local/lib/python2.7/dist-packages/cwltool/pathmapper.py", line 267, in visitlisting
self.visit(ld, stagedir, basedir, copy=ld.get("writable", copy), staged=staged)
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 255, in visit
resolved = self.get_file(loc) if self.get_file else loc
"/usr/local/lib/python2.7/dist-packages/toil/cwl/cwltoil.py", line 309, in toil_get_file
src_path = file_store.readGlobal
(
ID.unpack(file_store_id[7:]))
"/usr/local/lib/python2.7/dist-packages/toil/fileStores/caching
Store.py", line 1060, in readGlobal
return self._readGlobal
WithCache(fileStoreID, local
Path, symlink, readerID)
"/usr/local/lib/python2.7/dist-packages/toil/fileStores/caching
Store.py", line 1427, in _readGlobal
WithCache
(fileStoreID, cachedPath, self.getGlobal
Size(fileStoreID), 'downloading', pid))OperationalError: database is locked | 0.320826 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>AttributeError: 'NoneType' object has no attribute 'text' | Traceback (most recent call last):
"/home/ma/miniconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback
ret = callback()
"/home/ma/miniconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 767, in _discard_future_result
future.result()
"/home/ma/miniconda3/lib/python3.7/site-packages/distributed/client.py", line 1141, in _update_scheduler_info
self._scheduler_identity = await self.scheduler.identity()
"/home/ma/miniconda3/lib/python3.7/site-packages/distributed/core.py", line 806, in send_recv_from_rpc
result = await send_recv(comm=comm, op=key, **kwargs)
"/home/ma/miniconda3/lib/python3.7/site-packages/distributed/core.py", line 589, in send_recv
response = await comm.read(deserializers=deserializers)
"/home/ma/miniconda3/lib/python3.7/site-packages/distributed/comm/tcp.py", line 184, in read
n_frames = await stream.read_bytes(8)
"/home/ma/miniconda3/lib/python3.7/site-packages/tornado/iostream.py", line 436, in read_bytes
future = self._start_read()
"/home/ma/miniconda3/lib/python3.7/site-packages/tornado/iostream.py", line 824, in _start_read
assert self._read_future is None, "Already reading"
AssertionError: Already reading
| 0.233452 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 655, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 286, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1804, in _real_extract
raise UnsupportedError(url)UnsupportedError: Unsupported URL: http://player.bfi.org.uk/film/watch-barging-through-london-1924/ | Traceback (most recent call last):
"/usr/local/lib/python3.5/site-packages/celery/worker/worker.py", line 203, in start
self.blueprint.start(self)
"/usr/local/lib/python3.5/site-packages/celery/bootsteps.py", line 115, in start
self.on_start()
"/usr/local/lib/python3.5/site-packages/celery/apps/worker.py", line 143, in on_start
self.emit_banner()
"/usr/local/lib/python3.5/site-packages/celery/apps/worker.py", line 159, in emit_banner
string(self.colored.reset(self.extra_info() or '')),
"/usr/local/lib/python3.5/site-packages/celery/apps/worker.py", line 190, in extra_info
tasklist = self.tasklist(include_builtins=include_builtins)
"/usr/local/lib/python3.5/site-packages/celery/apps/worker.py", line 183, in tasklist
'
. {0}'.format(task) for task in sorted(self.app.tasks)
TypeError: unorderable types: NoneType() < str()
| 0.2952 |
`Traceback (most recent call last):
"generate.py", line 55, in <module>
vae = DiscreteVAE(**vae_params)
TypeError: type object argument after ** must be a mapping, not NoneType` | Traceback (most recent call last):
"/home/kalyanb/anaconda3/envs/pytorch/lib/python3.5/distutils/unixccompiler.py", line 118, in _compile
extra_postargs)
"/home/kalyanb/anaconda3/envs/pytorch/lib/python3.5/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/home/kalyanb/anaconda3/envs/pytorch/lib/python3.5/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/home/kalyanb/anaconda3/envs/pytorch/lib/python3.5/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
| 0.23975 |
Traceback (most recent call last):
"<stdin>", line 868, in <module>
"<stdin>", line 864, in main
"<stdin>", line 323, in run
"<stdin>", line 356, in get_version
"<stdin>", line 828, in _get
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:661)>
| Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
self.ui.dispatch_event(update['uid'], update['event'], update['params'])
"/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
self.root.dispatch_event(uid, event, params)
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 378, in dispatch_event
self.event(event, params)
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 402, in event
getattr(self, 'on_%s' % self_event)(**(params or {}))
"/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 381, in on_switch
child.broadcast('on_page_load')
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 356, in broadcast
getattr(self, method)(*args, **kwargs)
"/usr/lib/pymodules/python2.7/ajenti/plugins/iptables/main.py", line 149, in on_page_load
self.config.load()
"/usr/lib/pymodules/python2.7/reconfigure/configs/base.py", line 48, in load
self.nodetree = self.parser.parse(self.content)
"/usr/lib/pymodules/python2.7/reconfigure/parsers/iptables.py", line 37, in parse
chains[chain].append(node)KeyError: u'INPUT' | 0.18015 |
Traceback (most recent call last):
"/opt/az/local/bcbio-nextgen/use_git_clone/installdir/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 22, in run
_do_run(cmd, checks)
"/opt/az/local/bcbio-nextgen/use_git_clone/installdir/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 99, in _do_run
stderr=subprocess.STDOUT, close_fds=True)
"/opt/az/local/bcbio-nextgen/use_git_clone/installdir/anaconda/lib/python2.7/subprocess.py", line 709, in __init__
errread, errwrite)
"/opt/az/local/bcbio-nextgen/use_git_clone/installdir/anaconda/lib/python2.7/subprocess.py", line 1326, in _execute_child
raise child_exceptionOSError: [Errno 2] No such file or directory | Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/nornir/core/task.py", line 67, in start
r = self.task(self, **self.params)
"/usr/local/lib/python3.6/dist-packages/nornir/plugins/tasks/networking/napalm_get.py", line 61, in napalm_get
result[g] = method(**options)
"/usr/local/lib/python3.6/dist-packages/napalm/ios/ios.py", line 1860, in get_environment
total_mem = int(proc_total_mem) + int(io_total_mem)
UnboundLocalError: local variable 'proc_total_mem' referenced before assignment
| 0.250571 |
<details><summary>Test output</summary><br><pre>Traceback (most recent call last):
"/tmpfs/src/github/python-docs-samples/dlp/risk_test.py", line 310, in test_k_map_estimate_analysis_single_field
["AGE"],
"/tmpfs/src/github/python-docs-samples/dlp/risk.py", line 661, in k_map_estimate_analysis
subscription.result(timeout=timeout)
"/tmpfs/src/github/python-docs-samples/dlp/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/pubsub_v1/futures.py", line 102, in result
err = self.exception(timeout=timeout)
"/tmpfs/src/github/python-docs-samples/dlp/.nox/py-3-6/lib/python3.6/site-packages/google/cloud/pubsub_v1/futures.py", line 122, in exception
raise exceptions.TimeoutError("Timed out waiting for result.")concurrent.futures._base.TimeoutError: Timed out waiting for result.</pre></details> | Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 682, in extract_info
ie_result = ie.extract(url)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 347, in extract
return self._real_extract(url)
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/youtube_dl/extractor/lynda.py", line 124, in _real_extract
'lynda returned error: %s' % video['Message'], expected=True)ExtractorError: lynda returned error: Session has expired | 0.226941 |
Traceback (most recent call last):
"/home/anki/anaconda3/envs/tf/lib/python2.7/site-packages/visdom/__init__.py", line 261, in _send
data=json.dumps(msg),
"/home/anki/.local/lib/python2.7/site-packages/requests/api.py", line 112, in post
return request('post', url, data=data, json=json, **kwargs)
"/home/anki/.local/lib/python2.7/site-packages/requests/api.py", line 58, in request
return session.request(method=method, url=url, **kwargs)
"/home/anki/.local/lib/python2.7/site-packages/requests/sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
"/home/anki/.local/lib/python2.7/site-packages/requests/sessions.py", line 618, in send
r = adapter.send(request, **kwargs)
"/home/anki/.local/lib/python2.7/site-packages/requests/adapters.py", line 508, in send
raise ConnectionError(e, request=request)
ConnectionError: HTTPConnectionPool(host='127.0.0.1', port=8957): Max retries exceeded with url: /events (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f62e27d7c90>: Failed to establish a new connection: [Errno 111] Connection refused',))
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/youtube_dl/YoutubeDL.py", line 785, in extract_info
ie_result = ie.extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/common.py", line 440, in extract
ie_result = self._real_extract(url)
"/usr/lib/python3/dist-packages/youtube_dl/extractor/facebook.py", line 422, in _real_extract
video_id, fatal_if_no_video=True)
"/usr/lib/python3/dist-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. | 0.203528 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/rxv/rxv.py", line 139, in _request
response = ET.XML(res.content)
# releases connection to the pool
"/usr/local/lib/python3.6/xml/etree/ElementTree.py", line 1315, in XML
return parser.close()
"<string>", line None
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
| Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.260029 |
Traceback (most recent call last):
"analyze.py", line 62, in <module>
main()
"analyze.py", line 52, in main
_utils.wait_for_job(api, args.project, args.region, job_id)
"/home/hcl_google_pri_infra/pipelines/components/dataproc/analyze/src/common/_utils.py", line 81, in wait_for_job
raise Exception(result['status']['details'])
Exception: Job failed with message [KeyError: u'UNIQUE']. Additional details can be found in 'gs://dataproc-67063ea6-e22f-4176-b121-855bccd9a014-us-central1/google-cloud-dataproc-metainfo/df5c9e14-fbbd-411c-840d-4a1d7e25a917/jobs/d9d2ec98-94ca-483c-8cdf-31a4d451a553/driveroutput'.
| Traceback (most recent call last):
"C:\Program
s\JetBrains\PyCharm Community Edition 2018.3.5\plugins\python-ce\helpers\pydev\_pydevd_bundle\pydevd_exec2.py", line 3, in Exec
exec(exp, global_vars, local_vars)
"<input>", line 1, in <module>
"C:\Users\backman05\Anaconda3\envs\pwspyDev\lib\site-packages\h5py\_hl\dataset.py", line 203, in __getitem__
bytes_arr = self.dset[args]
"h5py\_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
"h5py\_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
"C:\Users\backman05\Anaconda3\envs\pwspyDev\lib\site-packages\h5py\_hl\dataset.py", line 766, in __getitem__
selection = sel2.select_read(fspace, args)
"C:\Users\backman05\Anaconda3\envs\pwspyDev\lib\site-packages\h5py\_hl\selections2.py", line 101, in select_read
return ScalarReadSelection(fspace, args)
"C:\Users\backman05\Anaconda3\envs\pwspyDev\lib\site-packages\h5py\_hl\selections2.py", line 86, in __init__
raise ValueError("Illegal slicing argument for scalar dataspace")
ValueError: Illegal slicing argument for scalar dataspace
| 0.312209 |
Traceback (most recent call last):
"/var/server/modoboa/env/bin/modoboa-admin.py", line 7, in <module>
handle_command_line()
"/var/server/modoboa/env/local/lib/python2.7/site-packages/modoboa/core/commands/__init__.py", line 95, in handle_command_line
commands[args.command](commands, verbose=args.verbose).run(remaining)
"/var/server/modoboa/env/local/lib/python2.7/site-packages/modoboa/core/commands/__init__.py", line 36, in run
self.handle(args)
"/var/server/modoboa/env/local/lib/python2.7/site-packages/modoboa/core/commands/deploy.py", line 182, in handle
'startproject', parsed_args.name, verbosity=False
"/var/server/modoboa/env/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 119, in call_command
return command.execute(*args, **defaults)
"/var/server/modoboa/env/local/lib/python2.7/site-packages/django/core/management/base.py", line 399, in execute
output = self.handle(*args, **options)
"/var/server/modoboa/env/local/lib/python2.7/site-packages/django/core/management/commands/startproject.py", line 33, in handle
super(Command, self).handle('project', project_name, target, **options)
"/var/server/modoboa/env/local/lib/python2.7/site-packages/django/core/management/templates.py", line 84, in handle
raise CommandError(message)
django.core.management.base.CommandError: '/var/server/modoboa/instance' already exists
| Traceback (most recent call last):
"bittrex_market.pyx", line 779, in hummingbot.market.bittrex.bittrex_market.BittrexMarket.execute_buy
"bittrex_market.pyx", line 739, in place_order
"bittrex_market.pyx", line 1034, in _api_request
"bittrex_market.pyx", line 1042, in hummingbot.market.bittrex.bittrex_market.BittrexMarket._api_request
OSError: Error fetching response from POST-https://api.bittrex.com/v3/orders. HTTP Status Code 409: {'code': 'INSUFFICIENT_FUNDS'}
| 0.319547 |
Traceback (most recent call last):
"/usr/local/bin/legit", line 9, in <module>
load_entry_point('legit==0.2.0', 'console_scripts', 'legit')()
"/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 558, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2682, in load_entry_point
return ep.load()
"/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2355, in load
return self.resolve()
"/usr/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2361, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/usr/local/lib/python2.7/site-packages/legit/cli.py", line 27, in <module>
from .scm import *
"/usr/local/lib/python2.7/site-packages/legit/scm.py", line 295, in <module>
remote = get_remote()
"/usr/local/lib/python2.7/site-packages/legit/scm.py", line 238, in get_remote
'configuration.'.format(remote_name))ValueError: Remote "wkentaro" does not exist! Please update your git configuration. | Traceback (most recent call last):
"D:/work/workspace/PycharmProjects/Test190628/hello2.py", line 44, in <module>
create_file()
"D:/work/workspace/PycharmProjects/Test190628/hello2.py", line 16, in create_file
assert_rename_control_exist()
"D:/work/workspace/PycharmProjects/Test190628/hello2.py", line 30, in assert_rename_control_exist
is_item_exist = list_item.Exists(6, 1)
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 5846, in Exists
if prev and not prev._element and not prev.Exists(maxSearchSeconds, searchIntervalSeconds):
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 5846, in Exists
if prev and not prev._element and not prev.Exists(maxSearchSeconds, searchIntervalSeconds):
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 5846, in Exists
if prev and not prev._element and not prev.Exists(maxSearchSeconds, searchIntervalSeconds):
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 5854, in Exists
control = FindControl(self.searchFromControl, self._CompareFunction, self.searchDepth, False, self.foundIndex)
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 7679, in FindControl
for child, depth in WalkControl(control, findFromSelf, maxDepth):
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 7555, in WalkControl
child = control.GetFirstChildControl()
"C:\Python37\lib\site-packages\uiautomation\uiautomation.py", line 5726, in GetFirstChildControl
ele = _AutomationClient.instance().ViewWalker.GetFirstChildElement(self.Element)
**_ctypes.COMError: (-2147220991, '事件无法调用任何订户', (None, None, None, 0, None))**
| 0.279826 |
Traceback (most recent call last):
"/Users/colinww/anaconda3/lib/python3.7/site-packages/spyder/utils/external/github.py", line 246, in _http
response = opener.open(request, timeout=TIMEOUT)
"/Users/colinww/anaconda3/lib/python3.7/urllib/request.py", line 531, in open
response = meth(req, response)
"/Users/colinww/anaconda3/lib/python3.7/urllib/request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
"/Users/colinww/anaconda3/lib/python3.7/urllib/request.py", line 569, in error
return self._call_chain(*args)
"/Users/colinww/anaconda3/lib/python3.7/urllib/request.py", line 503, in _call_chain
result = func(*args)
"/Users/colinww/anaconda3/lib/python3.7/urllib/request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)urllib.error.HTTPError: HTTP Error 401: Unauthorized | Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/hangups/pblite.py", line 157, in parse
p = field.parse(field_input)
"/usr/local/lib/python3.4/dist-packages/hangups/pblite.py", line 107, in parse
raise ValueError('RepeatedField item: {}'.format(e))ValueError: RepeatedField item: Message field 'event_otr': None is not a valid OffTheRecordStatus | 0.267388 |
Traceback (most recent call last):
"bcbio_nextgen_install.py", line 255, in <module>
main(parser.parse_args(), sys.argv[1:])
"bcbio_nextgen_install.py", line 41, in main
subprocess.check_call([bcbio["bcbio_nextgen.py"], "upgrade"] + _clean_args(sys_argv, args, bcbio))
"/usr/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['/usr/local/share/bcbio/anaconda/bin/bcbio_nextgen.py', 'upgrade', '--tooldir=/usr/local', '--genomes', 'GRCh37', '--aligners', 'bwa', '--aligners', 'bowtie2', '--data']' returned non-zero exit status 1 | Traceback (most recent call last):
"/home/vagrant/ansible-container/container/cli.py", line 209, in commandline
getattr(engine, u'cmdrun_{}'.format(args.subcommand))(**vars(args))
"/home/vagrant/ansible-container/container/engine.py", line 407, in cmdrun_shipit
elif config.get('registries', {}).get(pull_from):AttributeError: 'NoneType' object has no attribute 'get' | 0.259507 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 145, in new
return Pafy(url, basic, gdata, signature, size, callback)
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 1076, in __init__
self.fetch_basic()
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 1102, in fetch_basic
smaps, js_url, funcs, dashurl = get_js_sm(self.videoid)
"/usr/lib/python3.4/site-packages/pafy/pafy.py", line 692, in get_js_sm
dash_url = stream_info['dashmpd']KeyError: 'dashmpd' | Traceback (most recent call last):
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\tornado\ioloop.py", line 907, in _run
return self.callback()
"C:\Users\adnan\AppData\Local\Programs\Python\Python38-32\lib\site-packages\distributed\nanny.py", line 414, in memory_monitor
process = self.process.process
AttributeError: 'NoneType' object has no attribute 'process'
| 0.172747 |
Traceback (most recent call last):
"/home/XXX/venv/bin/pip-compile", line 5, in <module>
from piptools.scripts.compile import cli
"/home/XXX/venv/lib/python3.7/site-packages/piptools/scripts/compile.py", line 11, in <module>
from pip.req import InstallRequirement, parse_requirements
ModuleNotFoundError: No module named 'pip.req'
| Traceback (most recent call last):
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.9_jc/build/tests/test_ls.py", line 438, in test_ls_l_iso_ubuntu_18_4
self.assertEqual(jc.parsers.ls.parse(self.ubuntu_18_4_ls_l_iso, quiet=True), self.ubuntu_18_4_ls_l_iso_json)
AssertionError: Lists differ: [{'fi[154 chars]1516239829, 'epoch_utc': None}, {'filename': '[179968 chars]one}] != [{'fi[154 chars]1516268629, 'epoch_utc': None}, {'filename': '[179968 chars]one}]
| 0.245466 |
Traceback (most recent call last):
"overviewer.py", line 553, in <module>
"overviewer.py", line 116, in main
"overviewer_core\aux_files\genPOI.pyc", line 262, in main
"overviewer_core\aux_files\genPOI.pyc", line 150, in handlePlayersKeyError: 'Player' | Traceback (most recent call last):
"test.py", line 34, in runTest
self.file_name))AssertionError: 'maccyrillic' != 'iso-8859-6' | 0.241055 |
Traceback (most recent call last):
"scripts/run_goal_conditioned_policy.py", line 60, in <module>
simulate_policy(args)
"scripts/run_goal_conditioned_policy.py", line 15, in simulate_policy
policy = data['trainer/policy']
"/home/yunchuz/rlkit/rlkit/samplers/rollout_functions.py", line 41, in multitask_rollout
a, agent_info = agent.get_action(new_obs, **get_action_kwargs)
"/home/yunchuz/rlkit/rlkit/torch/sac/policies.py", line 63, in get_action
actions = self.get_actions(obs_np[None], deterministic=deterministic)
"/home/yunchuz/rlkit/rlkit/torch/sac/policies.py", line 67, in get_actions
return eval_np(self, obs_np, deterministic=deterministic)[0]
"/home/yunchuz/rlkit/rlkit/torch/core.py", line 18, in eval_np
outputs = module(*torch_args, **torch_kwargs)
"/home/yunchuz/miniconda3/envs/rlkit/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/yunchuz/rlkit/rlkit/torch/sac/policies.py", line 83, in forward
h = self.hidden_activation(fc(h))
"/home/yunchuz/miniconda3/envs/rlkit/lib/python3.6/site-packages/torch/nn/modules/module.py", line 532, in __call__
result = self.forward(*input, **kwargs)
"/home/yunchuz/miniconda3/envs/rlkit/lib/python3.6/site-packages/torch/nn/modules/linear.py", line 87, in forward
return F.linear(input, self.weight, self.bias)
"/home/yunchuz/miniconda3/envs/rlkit/lib/python3.6/site-packages/torch/nn/functional.py", line 1370, in linear
ret = torch.addmm(bias, input, weight.t())
RuntimeError: Expected object of device type cuda but got device type cpu for argument #2 'mat1' in call to _th_addmm
| Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/elasticsearch/connection/http_urllib3.py", line 74, in perform_request
response = self.pool.urlopen(method, url, body, retries=False, headers=self.headers, **kw)
"/usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 574, in urlopen
raise SSLError(e)SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed | 0.252994 |
Traceback (most recent call last):
"G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/connection.py#L159">ext\urllib3\connection.py</a>", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/util/connection.py#L80">ext\urllib3\util\connection.py</a>", line 80, in create_connection
raise err
"G:\Medusa\Medusa\<a href="../blob/baad1e5af59d7f29606c1fed1c110af1424bb117/ext/urllib3/util/connection.py#L70">ext\urllib3\util\connection.py</a>", line 70, in create_connection
sock.connect(sa)ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/80/5dkl_lsn4nb9bx57_chc4qtr0000gn/T/pip-wheel-5u137z6b/distribute/setuptools/__init__.py", line 2, in <module>
from setuptools.extension import Extension, Library
"/private/var/folders/80/5dkl_lsn4nb9bx57_chc4qtr0000gn/T/pip-wheel-5u137z6b/distribute/setuptools/extension.py", line 5, in <module>
from setuptools.dist import _get_unpatched
"/private/var/folders/80/5dkl_lsn4nb9bx57_chc4qtr0000gn/T/pip-wheel-5u137z6b/distribute/setuptools/dist.py", line 7, in <module>
from setuptools.command.install import install
"/private/var/folders/80/5dkl_lsn4nb9bx57_chc4qtr0000gn/T/pip-wheel-5u137z6b/distribute/setuptools/command/__init__.py", line 8, in <module>
from setuptools.command import install_scripts
"/private/var/folders/80/5dkl_lsn4nb9bx57_chc4qtr0000gn/T/pip-wheel-5u137z6b/distribute/setuptools/command/install_scripts.py", line 3, in <module>
from pkg_resources import Distribution, PathMetadata, ensure_directory
"/private/var/folders/80/5dkl_lsn4nb9bx57_chc4qtr0000gn/T/pip-wheel-5u137z6b/distribute/pkg_resources.py", line 1518, in <module>
register_loader_type(importlib_bootstrap.Source
Loader, DefaultProvider)
AttributeError: module 'importlib._bootstrap' has no attribute 'Source
Loader'
| 0.19295 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/huangpengbo/Projects/GridsumProjects/message_channel_center/venv/lib/python3.6/site-packages/uiautomator2/__init__.py", line 1530, in inner
'message': E(self.selector.__str__())
uiautomator2.UiObjectNotFoundError: -32002 Server error: <Selector [text='9']> data:
| Traceback (most recent call last):
"/opt/tidos/tidos.py", line 13, in <module>
from core.tidos_main import *
"/opt/tidos/core/tidos_main.py", line 35, in <module>
from core.Enumeration.scanenum import *
"/opt/tidos/core/Enumeration/scanenum.py", line 25, in <module>
from ssltlsscan import *
"modules/0x02-Scanning+Enumeration/ssltlsscan.py", line 14, in <module>
import sslyze
ImportError: No module named sslyze
| 0.329168 |
Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/persepolis/scripts/persepolis.py", line 433, in main
mainwindow = MainWindow(start_in_tray, persepolis_download_manager, persepolis_download_manager.setting)
"/usr/lib/python3.8/site-packages/persepolis/scripts/mainwindow.py", line 1350, in __init__
dict = download_table_dict[gid]
KeyError: '8a6f982e454005bd' | Traceback (most recent call last):
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 575, in download
videos = self.extract_info(url)
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 340, in extract_info
return self.process_ie_result(ie_result, download=download)
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 423, in process_ie_result
for r in ie_result['entries']
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 370, in process_ie_result
self.process_info(ie_result)
"/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 552, in process_info
raise UnavailableVideoError(err)UnavailableVideoError: HTTP Error 403: Forbidden | 0.328468 |
Traceback (most recent call last):
"C:\Users\Administrator\AppData\Local\Programs\Python\Python36-32\Lib\asyncio\__init__.py", line 16, in <module>
from . import _overlapped
ImportError: cannot import name '_overlapped'
| ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 658, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 550, in _extract_signature_function
raise ExtractorError('Cannot identify player %r' % player_url)ExtractorError: Cannot identify player u'https://s.ytimg.com/yts/jsbin/player-en_US-vflJENbn4/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | 0.233306 |
Traceback (most recent call last):
"sqlmap.py", line 215, in main
start()
"lib/core/decorators.py", line 75, in _
result = f(*args, **kwargs)
"lib/controller/controller.py", line 697, in start
action()
"lib/controller/action.py", line 105, in action
conf.dumper.dbs(conf.dbmsHandler.getDbs())
"plugins/generic/databases.py", line 154, in getDbs
count = inject.getValue(query, union=False, error=False, expected=EXPECTED.INT, charsetType=CHARSET_TYPE.DIGITS)
"lib/core/decorators.py", line 91, in _
result = f(*args, **kwargs)
"lib/core/decorators.py", line 75, in _
result = f(*args, **kwargs)
"lib/request/inject.py", line 484, in getValue
value = _goInferenceProxy(query, fromUser, batch, unpack, charsetType, firstChar, lastChar, dump)
"lib/request/inject.py", line 307, in _goInferenceProxy
outputs = _goInferenceFields(expression, expressionFields, expressionFieldsList, payload, charsetType=charsetType, firstChar=firstChar, lastChar=lastChar, dump=dump)
"lib/request/inject.py", line 153, in _goInferenceFields
output = _goInference(payload, expressionReplaced, charsetType, firstChar, lastChar, dump, field)
"lib/request/inject.py", line 87, in _goInference
value = _goDns(payload, expression)
"lib/request/inject.py", line 75, in _goDns
dnsTest(payload)
"lib/techniques/dns/test.py", line 21, in dnsTest
kb.dnsTest = dnsUse(payload, "SELECT %d%s" % (randInt, FROM_DUMMY_TABLE.get(Backend.getIdentifiedDbms(), ""))) == str(randInt)
"lib/techniques/dns/use.py", line 89, in dnsUse
output = (output or "") + _TypeError: must be str, not bytes | Traceback (most recent call last):
"<pyshell#10>", line 1, in <module>
statuses = api.GetUserTimeline("Grumpy Cat")
"/usr/local/lib/python2.7/dist-packages/python_twitter-0.8.5-py2.7.egg/twitter.py", line 2721, in GetUserTimeline
data = self._ParseAndCheckTwitter(json)
"/usr/local/lib/python2.7/dist-packages/python_twitter-0.8.5-py2.7.egg/twitter.py", line 3875, in _ParseAndCheckTwitter
raise TwitterError("json decoding")TwitterError: json decoding | 0.210432 |
[!] Traceback (most recent call last):
"lazagne\softwares\browsers\mozilla.py", line 398, in is_master_password_correct
AttributeError: 'Sequence' object has no attribute 'asOctets'
| Traceback (most recent call last):
"/home/user/tools/webapp/w3af/core/ui/gui/tabs/log/graph.py", line 88, in draw_handler
reset = self._redraw_gen.next()
"/home/user/tools/webapp/w3af/core/ui/gui/tabs/log/graph.py", line 132, in _redraw_all
tspan = pan / self.timeGroupingZeroDivisionError: division by zero | 0.144224 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp89xz0pmt\build\youtube_dl\YoutubeDL.py", line 793, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp89xz0pmt\build\youtube_dl\extractor\common.py", line 508, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmp89xz0pmt\build\youtube_dl\extractor\generic.py", line 3323, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: https://livingfoodz.com/recipes/magic-healing-soup-3935
| Traceback (most recent call last):
"cartopy_issue.py", line 30, in <module>
extend='both',
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 1339, in contourf
if col.get_paths()])
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/matplotlib/collections.py", line 214, in get_datalim
paths = [transform.transform_path_non_affine(p) for p in paths]
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/matplotlib/transforms.py", line 2386, in transform_path_non_affine
return self._a.transform_path_non_affine(path)
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/cartopy/mpl/geoaxes.py", line 187, in transform_path_non_affine
geom, self.source_projection)
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/cartopy/crs.py", line 175, in project_geometry
return getattr(self, method_name)(geometry, src_crs)
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/cartopy/crs.py", line 330, in _project_polygon
return self._rings_to_multi_polygon(rings, is_ccw)
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/cartopy/crs.py", line 541, in _rings_to_multi_polygon
if prep_polygon.contains(interior_ring):
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/shapely/impl.py", line 37, in wrapper
return func(*args, **kwargs)
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/shapely/prepared.py", line 45, in contains
return bool(self.impl['prepared_contains'](self, other))
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/shapely/predicates.py", line 18, in __call__
self._check_topology(err, this, other)
"/Users/zhang40/anaconda2/envs/test_env/lib/python2.7/site-packages/shapely/topology.py", line 34, in _check_topology
if not geom.is_valid:
AttributeError: 'PreparedGeometry' object has no attribute 'is_valid'
| 0.273957 |
Traceback (most recent call last):
"commix.py", line 31, in <module>
import src.core.main
"main.py", line 1208, in <module>
response, url = url_response(url)
"main.py", line 245, in url_response
request = init_request(url)
"main.py", line 222, in init_request
request = urllib2.Request(url)
"urllib2.py", line 242, in __init__
origin_req_host = request_host(self)
"urllib2.py", line 216, in request_host
host = urlparse.urlparse(url)[1]
"urlparse.py", line 143, in urlparse
tuple = urlsplit(url, scheme, allow_fragments)
"urlparse.py", line 191, in urlsplit
raise ValueError("Invalid IPv6 URL")ValueError: Invalid IPv6 URL | Traceback (most recent call last):
"plugin.core.main in /Users/kon/Library/Application Support/Sublime Text 3/Installed Packages/LSP.sublime-package", line 253, in start_server
"./python3.3/subprocess.py", line 819, in __init__
"./python3.3/subprocess.py", line 1448, in _execute_child
NotFoundError: [Errno 2] No such file or directory: 'rustup'
| 0.292081 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-build-bex9djjl/public/setup.py", line 28, in <module>
setup_cfg_data = read_configuration(path)
"/tmp/pip-build-bex9djjl/public/setup.py", line 23, in read_configuration
val = open(val).read()
NotFoundError: [Errno 2] No such file or directory: './README.rst'
| Traceback (most recent call last):
"motion_recipe.py", line 64, in <module>
camera.stop_recording()
"/home/pi/downloads/picamera/picamera/camera.py", line 1052, in stop_recording
self.wait_recording(0, splitter_port)
"/home/pi/downloads/picamera/picamera/camera.py", line 1027, in wait_recording
self._encoders[splitter_port].wait(timeout)
"/home/pi/downloads/picamera/picamera/encoders.py", line 692, in wait
raise self.exceptionAttributeError: 'PiCookedOneImageEncoder' object has no attribute 'frame' | 0.262543 |
Traceback (most recent call last):
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 2262, in _wrap_pool_connect
return fn()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 363, in connect
return _ConnectionFairy._checkout(self)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 760, in _checkout
fairy = _ConnectionRecord.checkout(pool)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 492, in checkout
rec = pool._do_get()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 139, in _do_get
self._dec_overflow()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/util/langhelpers.py", line 68, in __exit__
compat.reraise(exc_type, exc_value, exc_tb)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/util/compat.py", line 154, in reraise
raise value
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/impl.py", line 136, in _do_get
return self._create_connection()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 308, in _create_connection
return _ConnectionRecord(self)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 437, in __init__
self.__connect(first_connect_check=True)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/pool/base.py", line 639, in __connect
connection = pool._invoke_creator(self)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect
return dialect.connect(*cargs, **cparams)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 451, in connect
return self.dbapi.connect(*cargs, **cparams)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/__init__.py", line 94, in Connect
return Connection(*args, **kwargs)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/connections.py", line 325, in __init__
self.connect()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/connections.py", line 599, in connect
self._request_authentication()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/connections.py", line 861, in _request_authentication
auth_packet = self._read_packet()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/connections.py", line 684, in _read_packet
packet.check_error()
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/protocol.py", line 220, in check_error
err.raise_mysql_exception(self._data)
"/home/ubuntu/miniconda3/lib/python3.6/site-packages/pymysql/err.py", line 109, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1045, "Access denied for user 'username'@'123.123.123.123' (using password: YES)")
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/pafy/backend_youtube_dl.py", line 38, in _fetch_basic
self._ydl_info = ydl.extract_info(self.videoid, download=False)
"/usr/local/lib/python3.6/dist-packages/youtube_dl/YoutubeDL.py", line 817, in extract_info
self.report_error(compat_str(e), e.format_traceback())
"/usr/local/lib/python3.6/dist-packages/youtube_dl/YoutubeDL.py", line 622, in report_error
self.trouble(error_message, tb)
"/usr/local/lib/python3.6/dist-packages/youtube_dl/YoutubeDL.py", line 592, in trouble
raise DownloadError(message, exc_info)
youtube_dl.utils.DownloadError: ERROR: The uploader has not made this video available in your country.
| 0.297058 |
Traceback (most recent call last):
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\snippet_manager.py", line 54, in wrapper
return func(self, *args, **kwds)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\snippet_manager.py", line 302, in _cursor_moved
self._csnippets[0].replay_user_edits(es)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_snippet_instance.py", line 46, in replay_user_edits
self._do_edit(cmd)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 237, in _do_edit
self._do_edit(child)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 237, in _do_edit
self._do_edit(child)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 237, in _do_edit
self._do_edit(child)
[979 more repetitions stripped]
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 237, in _do_edit
self._do_edit(child)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 208, in _do_edit
child._do_edit(cmd)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 253, in _do_edit
self._child_has_moved(idx, pivot, delta)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 271, in _child_has_moved
self._parent._children.index(self), pivot, diff
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 267, in _child_has_moved
child._move(pivot, diff)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 256, in _move
TextObject._move(self, pivot, diff)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\text_objects\_base.py", line 65, in _move
self._start.move(pivot, diff)
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\position.py", line 17, in move
if self < pivot:
"C:\Users\Christian\vimfiles\bundle\ultisnips\pythonx\UltiSnips\position.py", line 59, in __lt__
return (self.line, self.col) < (other.line, other.col)RuntimeError: maximum recursion depth exceeded in comparison | Traceback (most recent call last):
"<the test file>", line 9, in <module>
arr[0] = Q_(0.0, 'm')
"...\anaconda2\lib\site-packages\pint\quantity.py", line 1425, in __setitem__
'`obj.magnitude[%s] = %s`' % (key, value))
pint.errors.DimensionalityError: Cannot convert from '0.0 meter' to 'meter'. Assign a quantity with the same dimensionality or access the magnitude directly as `obj.magnitude[0] = 0.0 meter`
| 0.312778 |
Traceback (most recent call last):
"commix.py", line 31, in <module>
import src.core.main
"main.py", line 1163, in <module>
main(filename, url)
"main.py", line 430, in main
url = redirection.do_check(url)
"redirection.py", line 93, in do_check
response = opener.open(HeadRequest(url))
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 435, in open
response = meth(req, response)
"urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"urllib2.py", line 467, in error
result = self._call_chain(*args)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"redirection.py", line 68, in http_error_405
unverifiable = True)
"urllib2.py", line 429, in open
response = self._open(req, data)
"urllib2.py", line 447, in _open
'_open', req)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"urllib2.py", line 1241, in https_open
context=self._context)
"urllib2.py", line 1195, in do_open
h.request(req.get_method(), req.get_selector(), req.data, headers)
"httplib.py", line 1042, in request
self._send_request(method, url, body, headers)
"httplib.py", line 1082, in _send_request
self.endheaders(body)
"httplib.py", line 1038, in endheaders
self._send_output(message_body)
"httplib.py", line 882, in _send_output
self.send(msg)
"httplib.py", line 844, in send
self.connect()
"httplib.py", line 1255, in connect
HTTPConnection.connect(self)
"httplib.py", line 821, in connect
self.timeout, self.source_address)RuntimeError: maximum recursion depth exceeded | Traceback (most recent call last):
"/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/uix/widget.py", line 265, in _widget_destructor
"/Users/igortkachenko/Tools/kivy-designer/venv/lib/python3.6/site-packages/kivy/lang/builder.py", line 760, in unbind_widget
"kivy/weakproxy.pyx", line 30, in kivy.weakproxy.WeakProxy.__getattr__
AttributeError: 'weakref' object has no attribute 'cline_in_traceback'
| 0.242446 |
Traceback (most recent call last):
"/usr/bin/telepresence/telepresence/cli.py", line 129, in crash_reporting
yield
"/usr/bin/telepresence/telepresence/main.py", line 78, in main
runner, remote_info, env, socks_port, ssh, mount_dir
"/usr/bin/telepresence/telepresence/outbound/__init__.py", line 60, in launch
runner_, remote_info, command, args.also_proxy, env, ssh
"/usr/bin/telepresence/telepresence/outbound/local.py", line 120, in launch_vpn
connect_sshuttle(runner, remote_info, also_proxy, ssh)
"/usr/bin/telepresence/telepresence/outbound/vpn.py", line 287, in connect_sshuttle
get_hellotelepresence()
"/usr/bin/telepresence/telepresence/outbound/vpn.py", line 273, in get_hellotelepresence
format(next(counter))
"/usr/bin/telepresence/telepresence/runner/__init__.py", line 362, in get_output
raise CalledProcessError(cpe_exc.returncode, cpe_exc.cmd, output)
subprocess.CalledProcessError: Command '['python3', '-c', "import socket; socket.gethostbyname('hellotelepresence111')"]' returned non-zero exit status 1.
|
Traceback (most recent call last):
"<string>", line 17, in <module>
"/tmp/pip-build-Qkeeia/ansible-container/setup.py", line 50, in <module>
install_requires=[str(ir.req) for ir in install_reqs if ir.match_markers()],
AttributeError: 'InstallRequirement' object has no attribute 'match_markers'
| 0.261727 |
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 985, in send_command
"C:\spark\spark-2.3.4-bin-hadoop2.7\python\lib\py4j-0.10.7-src.zip\py4j\java_gateway.py", line 1164, in send_command
py4j.protocol.Py4JNetworkError: Error while receiving
| Traceback (most recent call last):
"issue_report.py", line 14, in <module>
q_aware_model = tfmo.quantization.keras.quantize_model(model_mv3)
"/home/.local/lib/python3.8/site-packages/tensorflow_model_optimization/python/core/quantization/keras/quantize.py", line 137, in quantize_model
annotated_model = quantize_annotate_model(to_quantize)
"/home/.local/lib/python3.8/site-packages/tensorflow_model_optimization/python/core/quantization/keras/quantize.py", line 209, in quantize_annotate_model
return keras.models.clone_model(
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/models.py", line 430, in clone_model
return _clone_functional_model(
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/models.py", line 200, in _clone_functional_model
functional.reconstruct_from_config(model_configs,
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/engine/functional.py", line 1279, in reconstruct_from_config
process_node(layer, node_data)
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/engine/functional.py", line 1227, in process_node
output_tensors = layer(input_tensors, **kwargs)
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/engine/base_layer.py", line 931, in __call__
return self._functional_construction_call(inputs, args, kwargs,
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/engine/base_layer.py", line 1069, in _functional_construction_call
outputs = self._keras_tensor_symbolic_call(
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/engine/base_layer.py", line 802, in _keras_tensor_symbolic_call
return self._infer_output_signature(inputs, args, kwargs, input_masks)
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/keras/engine/base_layer.py", line 843, in _infer_output_signature
outputs = call_fn(inputs, *args, **kwargs)
"/home/anaconda3/envs/tf-n-gpu/lib/python3.8/site-packages/tensorflow/python/autograph/impl/api.py", line 667, in wrapper
raise e.ag_error_metadata.to_exception(e)
TypeError: in user code:
| 0.31396 |
Traceback (most recent call last):
"/Users/mb312/.virtualenvs/h5py-building/lib/python2.7/site-packages/h5py/tests/test_dataset.py", line 960, in test_multidim
[np.arange(1), np.arange(2)]])ValueError: setting an array element with a sequence. | Traceback (most recent call last):
"/Users/bussonniermatthias/dev/ipython/IPython/core/interactiveshell.py", line 2811, in run_ast_nodes
if self.run_code(code, result):
"/Users/bussonniermatthias/dev/ipython/IPython/core/interactiveshell.py", line 2882, in run_code
self.showtraceback()
"/Users/bussonniermatthias/dev/ipython/IPython/core/interactiveshell.py", line 1808, in showtraceback
value, tb, tb_offset=tb_offset)
"/Users/bussonniermatthias/dev/ipython/IPython/core/ultratb.py", line 1391, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context)
"/Users/bussonniermatthias/dev/ipython/IPython/core/ultratb.py", line 1299, in structured_traceback
self, etype, value, tb, tb_offset, number_of_lines_of_context
"/Users/bussonniermatthias/dev/ipython/IPython/core/ultratb.py", line 1150, in structured_traceback
tb_offset)
"/Users/bussonniermatthias/dev/ipython/IPython/core/ultratb.py", line 1095, in format_exception_as_a_whole
frames = self.format_records(records, last_unique, recursion_repeat)
"/Users/bussonniermatthias/dev/ipython/IPython/core/ultratb.py", line 822, in format_records
frames.append(self.format_record(*r))
"/Users/bussonniermatthias/dev/ipython/IPython/core/ultratb.py", line 930, in format_record
for token_type, token, start, end, line in generate_tokens(linereader):
"/Users/bussonniermatthias/anaconda/lib/python3.5/tokenize.py", line 488, in tokenize
encoding, consumed = detect_encoding(readline)
"/Users/bussonniermatthias/anaconda/lib/python3.5/tokenize.py", line 426, in detect_encoding
if first.startswith(BOM_UTF8):TypeError: startswith first arg must be str or a tuple of str, not bytes | 0.324124 |
Traceback (most recent call last):
"/app/medusa/medusa/db.py", line 268, in action
self.connection.commit()OperationalError: database or disk is full | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| 0.324455 |
Traceback (most recent call last):
"/home/sasa/WorkDir/project/web2py/gluon/custom_import.py", line 98, in custom_importer
return base_importer(pname, globals, locals, fromlist, level)ImportError: No module named 'applications.admin.modules.xmlrpclib' | Traceback (most recent call last):
"./train.py", line 179, in <module>
x_batch, y_batch = zip(*batch)
ValueError: not enough values to unpack (expected 2, got 0)
| 0.294606 |
Traceback (most recent call last):
"/home/pi/pyenvs/gphotos-sync/bin/gphotos-sync", line 7, in <module>
g.main()
"/home/pi/pyenvs/gphotos-sync/local/lib/python2.7/site-packages/gphotos/Main.py", line 204, in main
self.start(args)
"/home/pi/pyenvs/gphotos-sync/local/lib/python2.7/site-packages/gphotos/Main.py", line 182, in start
self.drive_sync.download_drive_media()
"/home/pi/pyenvs/gphotos-sync/local/lib/python2.7/site-packages/gphotos/GoogleDriveSync.py", line 242, in download_drive_media
log.info('downloading {} ...'.format(media.local_full_path))
UnicodeEncodeError: 'ascii' codec can't encode character u'\xa0' in position 27: ordinal not in range(128)
| Traceback (most recent call last):
"/home/pearu/git/Quansight/numba/numba/lowering.py", line 1032, in lower_expr
impl = self.context.get_function("static_getitem", signature)
"/home/pearu/git/Quansight/numba/numba/targets/base.py", line 551, in get_function
return self.get_function(fn, sig, _firstcall=False)
"/home/pearu/git/Quansight/numba/numba/targets/base.py", line 553, in get_function
raise NotImplementedError("No definition for lowering %s%s" % (key, sig))
NotImplementedError: No definition for lowering static_getitem(array([unichr x 1], 1d, C), Literal[int](0)) -> [unichr x 1]
| 0.175015 |
Traceback (most recent call last):
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"/home/kbuilder/.pyenv/versions/3.6.1/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/tmpfs/src/git/autosynth/autosynth/synth.py", line 223, in <module>
main()
"/tmpfs/src/git/autosynth/autosynth/synth.py", line 219, in main
gh.update_pull_labels(pr, add=[api_label])
"/tmpfs/src/git/autosynth/autosynth/github.py", line 182, in update_pull_labels
labels=list(label_names),TypeError: replace_issue_labels() got an unexpected keyword argument 'owner' | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/powerline/segment.py", line 147, in set_segment_highlighting
segment.get('gradient_level')
"/usr/local/lib/python2.7/dist-packages/powerline/colorscheme.py", line 105, in get_highlighting
raise KeyError('Highlighting groups not found in colorscheme: ' + ', '.join(groups))KeyError: u'Highlighting groups not found in colorscheme: cwd:current_folder, cwd' | 0.280436 |
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):
"/usr/lib/python3/dist-packages/blueman/main/DBusProxies.py", line 36, in __init__
self.init()
gi.repository.GLib.Error: g-dbus-error-quark: Error calling StartServiceByName for org.blueman.Mechanism: Launch helper exited with unknown return code 1 (25)
| 0.196353 |
Traceback (most recent call last):
"persepolis\scripts\persepolis.py", line 400, in main
"persepolis\scripts\mainwindow.py", line 926, in __init__
KeyError: '8453b3df91f05687' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"C:\Python27\lib\site-packages\blessings\__init__.py", line 3, in <module>
import curses
"C:\Python27\lib\curses\__init__.py", line 15, in <module>
from _curses import *ImportError: No module named _curses | 0.254647 |
Traceback (most recent call last):
"/home/user/.local/lib/python3.7/site-packages/ScoutSuite/providers/gcp/resources/gce/instances.py", line 20, in fetch_all
instance_id, instance = self._parse_instance(raw_instance)
"/home/user/.local/lib/python3.7/site-packages/ScoutSuite/providers/gcp/resources/gce/instances.py", line 36, in _parse_instance
instance_dict['service_accounts'] = raw_instance['serviceAccounts']
KeyError: 'serviceAccounts'
| Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/catt/http_server.py", line 90, in do_GET
copy_byte_range(mediafile, self.wfile, first, last)
"/usr/local/lib/python3.7/site-packages/catt/http_server.py", line 24, in copy_byte_range
outfile.write(buf)
"/usr/local/Cellar/python/3.7.2_2/Frameworks/Python.framework/Versions/3.7/lib/python3.7/socketserver.py", line 799, in write
self._sock.sendall(b)
BrokenPipeError: [Errno 32] Broken pipe
| 0.326268 |
Traceback (most recent call last):
"<string>", line 1, in <module>
ImportError: No module named 'loader' | Traceback (most recent call last):
"test/test_psutil.py", line 206, in inner
return fun(self, *args, **kwargs)
"test/test_psutil.py", line 845, in test_terminal
tty = sh('tty')
"test/test_psutil.py", line 91, in sh
raise RuntimeError(stderr)RuntimeError: b'' | 0.20286 |
Traceback (most recent call last):
"C:\Python\Python34\lib\urllib\request.py", line 1183, in do_open
"C:\Python\Python34\lib\http\client.py", line 1137, in request
"C:\Python\Python34\lib\http\client.py", line 1182, in _send_request
"C:\Python\Python34\lib\http\client.py", line 1133, in endheaders
"C:\Python\Python34\lib\http\client.py", line 963, in _send_output
"C:\Python\Python34\lib\http\client.py", line 898, in send
"C:\Python\Python34\lib\http\client.py", line 1287, in connect
"C:\Python\Python34\lib\ssl.py", line 362, in wrap_socket
"C:\Python\Python34\lib\ssl.py", line 580, in __init__
"C:\Python\Python34\lib\ssl.py", line 807, in do_handshake
ssl.SSLError: [SSL: TLSV1_ALERT_INTERNAL_ERROR] tlsv1 alert internal error (_ssl.c:600)
| Traceback (most recent call last):
"/usr/lib/python2.5/site-packages/numpy/core/tests/test_ufunc.py", line 120, in check_generic_loops
assert_almost_equal(np.abs(x), 1, err_msg=msg)
"/usr/lib/python2.5/site-packages/numpy/testing/utils.py", line 156, in assert_almost_equal
return assert_array_almost_equal(actual, desired, decimal, err_msg)
"/usr/lib/python2.5/site-packages/numpy/testing/utils.py", line 255, in assert_array_almost_equal
header='Arrays are not almost equal')
"/usr/lib/python2.5/site-packages/numpy/testing/utils.py", line 225, in assert_array_compare
val = comparison(x,y)
"/usr/lib/python2.5/site-packages/numpy/testing/utils.py", line 253, in compare
return around(abs(x-y),decimal) <= 10.0**(-decimal)
"/usr/lib/python2.5/site-packages/numpy/core/fromnumeric.py", line 1516, in around
return round(decimals, out)AttributeError: 'float' object has no attribute 'rint' | 0.170607 |
`Traceback (most recent call last):
"comment_hashtags.py", line 32, in <module>
bot.comment_hashtag(hashtag)
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\bot\bot.py", line 823, in comment_hashtag
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\bot\bot_comment.py", line 104, in comment_hashtag
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\bot\bot.py", line 826, in comment_medias
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\bot\bot_comment.py", line 91, in comment_medias
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\bot\bot.py", line 545, in get_comment
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\bot\bot_get.py", line 315, in get_comment
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\utils.py", line 53, in random
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\site-packages\instabot-0.57.0-py3.7.egg\instabot\utils.py", line 16, in list
"C:\Users\rapha\AppData\Local\Programs\Python\Python37\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 82: character maps to <undefined>` | Traceback (most recent call last):
"test_segmentation.py", line 46, in <module>
net = caffe.Net(args.model, args.weights, caffe.TEST)
RuntimeError: Could not open file ENet/prototxts/enet_deploy_final.prototxt | 0.314729 |
Traceback (most recent call last):
"test.py", line 15, in <module>
model.load_state_dict(torch.load(model_path), strict=True)
"/usr/local/lib/python3.6/dist-packages/torch/serialization.py", line 387, in load
return _load(f, map_location, pickle_module, **pickle_load_args)
"/usr/local/lib/python3.6/dist-packages/torch/serialization.py", line 564, in _load
magic_number = pickle_module.load(f, **pickle_load_args)
_pickle.UnpicklingError: invalid load key, '\x0a'.
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.5/dist-packages/logme/__init__.py", line 53
raise MisMatchScope(f"{callable_} is a class, cannot be assigned to a '{scope}' scope")
^
SyntaxError: invalid syntax
| 0.321921 |
Traceback (most recent call last):
"sqlmap.py", line 163, in main
init()
"lib/core/option.py", line 2659, in init
_findPageForms()
"lib/core/option.py", line 437, in _findPageForms
if findPageForms(page, conf.url, True, True):
"lib/core/common.py", line 4502, in findPageForms
elif not re.sub(r"(%s)=[^&]*&?" % '|'.join(IGNORE_PARAMETERS), "", data):
"/usr/lib/python2.7/re.py", line 155, in sub
return _compile(pattern, flags).sub(repl, string, count)TypeError: expected string or buffer | Traceback (most recent call last):
"check_and_gen.py", line 13, in <module>
from lib.utils import *
ModuleNotFoundError: No module named 'lib.utils'
| 0.240543 |
Traceback (most recent call last):
"terminal_chart.py", line 18, in <module>
print(asciichartpy.plot(losses, chart_config))
"/Users/lib/python3.7/site-packages/asciichartpy/__init__.py", line 25, in plot
ratio = height / interval
ZeroDivisionError: float division by zero
| Traceback (most recent call last):
"/Users/asdf/git/treebeardtech/nbmake/.venv/bin/jb", line 8, in <module>
sys.exit(main())
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/jupyter_book/commands/__init__.py", line 260, in build
result, builder, OUTPUT_PATH, build_type, PAGE_NAME, click.echo
"/Users/asdf/git/treebeardtech/nbmake/.venv/lib/python3.7/site-packages/jupyter_book/commands/__init__.py", line 517, in builder_specific_actions
path_index.write_text(REDIRECT_TEXT.format(first_page=path_page.name))
"/usr/local/anaconda3/lib/python3.7/pathlib.py", line 1235, in write_text
with self.open(mode='w', encoding=encoding, errors=errors) as f:
"/usr/local/anaconda3/lib/python3.7/pathlib.py", line 1203, in open
opener=self._opener)
"/usr/local/anaconda3/lib/python3.7/pathlib.py", line 1058, in _opener
return self._accessor.open(self, flags, mode)
NotFoundError: [Errno 2] No such file or directory: '../../../../../../../tmp/ttt/_build/_page/passing/html/index.html'
| 0.288063 |
Traceback (most recent call last):
"gui\builtinAdditionPanes\implantView.py", line 207, in fitChanged
"gui\display.py", line 263, in update
"gui\display.py", line 219, in refresh
"gui\builtinViewColumns\price.py", line 66, in getText
"eos\gamedata.py", line 435, in price
"eos\db\saveddata\queries.py", line 84, in checkAndReturn
"eos\db\saveddata\queries.py", line 58, in setCache
"eos\db\saveddata\queries.py", line 344, in getPrice
"site-packages\sqlalchemy\orm\query.py", line 1004, in get
"site-packages\sqlalchemy\orm\query.py", line 1121, in _get_impl
"site-packages\sqlalchemy\orm\loading.py", line 287, in load_on_pk_identity
"site-packages\sqlalchemy\orm\query.py", line 3360, in one
"site-packages\sqlalchemy\orm\query.py", line 3329, in one_or_none
"site-packages\sqlalchemy\orm\query.py", line 3405, in __iter__
"site-packages\sqlalchemy\orm\query.py", line 3430, in _execute_and_instances
"site-packages\sqlalchemy\engine\base.py", line 984, in execute
"site-packages\sqlalchemy\sql\elements.py", line 293, in _execute_on_connection
"site-packages\sqlalchemy\engine\base.py", line 1103, in _execute_clauseelement
"site-packages\sqlalchemy\engine\base.py", line 1288, in _execute_context
"site-packages\sqlalchemy\engine\base.py", line 1482, in _handle_dbapi_exception
"site-packages\sqlalchemy\util\compat.py", line 178, in raise_
"site-packages\sqlalchemy\engine\base.py", line 1248, in _execute_context
"site-packages\sqlalchemy\engine\default.py", line 590, in do_execute
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: prices.status
| Traceback (most recent call last):
"/builddir/build/BUILD/MDAnalysis-0.16.0/MDAnalysisTests-0.16.0/MDAnalysisTests/analysis/test_encore.py", line 816, in test_dimensionality_reduction_two_methods
encore.StochasticProximityEmbeddingNative(dims[1])])
"/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/analysis/encore/dimensionality_reduction/reduce_dimensionality.py", line 197, in reduce_dimensionality
**kwargs))
"/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/analysis/encore/confdistmatrix.py", line 358, in get_distance_matrix
verbose=verbose)
"/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/analysis/encore/confdistmatrix.py", line 99, in conformational_distance_matrix
ensemble.select_atoms(selection), format='fac'))
"/builddir/build/BUILDROOT/python-MDAnalysis-0.16.0-1.fc27.i386/usr/lib/python2.7/site-packages/MDAnalysis/coordinates/memory.py", line 365, in timeseries
return array.take(asel.indices, a_index)
TypeError: Cannot cast array data from dtype('int64') to dtype('int32') according to the rule 'safe'
| 0.310168 |
Traceback (most recent call last):
"/usr/local/bin/telepresence/telepresence/cli.py", line 136, in crash_reporting
yield
"/usr/local/bin/telepresence/telepresence/main.py", line 60, in main
remote_info = start_proxy(runner)
"/usr/local/bin/telepresence/telepresence/proxy/__init__.py", line 95, in start_proxy
run_id=run_id,
"/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 153, in get_remote_info
runner, deployment_name, deployment_type, run_id=run_id
"/usr/local/bin/telepresence/telepresence/proxy/remote.py", line 100, in get_deployment_json
)["items"][0]
IndexError: list index out of range
| Traceback (most recent call last):
"/Users/travis/src/uln/eggs/celery-3.0.19-py3.3.egg/celery/worker/__init__.py", line 363, in start
component.start()
"/Users/travis/src/uln/eggs/celery-3.0.19-py3.3.egg/celery/worker/consumer.py", line 395, in start
self.consume_messages()
"/Users/travis/src/uln/eggs/celery-3.0.19-py3.3.egg/celery/worker/consumer.py", line 495, in consume_messages
drain_nowait()
"/Users/travis/src/uln/eggs/kombu-2.5.10-py3.3.egg/kombu/connection.py", line 292, in drain_nowait
self.drain_events(timeout=0)
"/Users/travis/src/uln/eggs/kombu-2.5.10-py3.3.egg/kombu/connection.py", line 281, in drain_events
return self.transport.drain_events(self.connection, **kwargs)
"/Users/travis/src/uln/eggs/kombu-2.5.10-py3.3.egg/kombu/transport/pyamqp.py", line 91, in drain_events
return connection.drain_events(**kwargs)
"/Users/travis/src/uln/eggs/amqp-1.2.0-py3.3.egg/amqp/connection.py", line 294, in drain_events
return amqp_method(channel, args, content)
"/Users/travis/src/uln/eggs/amqp-1.2.0-py3.3.egg/amqp/channel.py", line 1884, in _basic_deliver
fun(msg)
"/Users/travis/src/uln/eggs/kombu-2.5.10-py3.3.egg/kombu/messaging.py", line 562, in _receive_callback
return on_m(message) if on_m else self.receive(decoded, message)
"/Users/travis/src/uln/eggs/kombu-2.5.10-py3.3.egg/kombu/messaging.py", line 531, in receive
[callback(body, message) for callback in callbacks]
"/Users/travis/src/uln/eggs/kombu-2.5.10-py3.3.egg/kombu/messaging.py", line 531, in <listcomp>
[callback(body, message) for callback in callbacks]
"/Users/travis/src/uln/eggs/celery-3.0.19-py3.3.egg/celery/worker/consumer.py", line 440, in on_task_received
self.handle_unknown_task(body, message, exc)
"/Users/travis/src/uln/eggs/celery-3.0.19-py3.3.egg/celery/worker/consumer.py", line 574, in handle_unknown_task
error(UNKNOWN_TASK_ERROR, exc, dump_body(message, body), exc_info=True)
"/Users/travis/src/uln/eggs/celery-3.0.19-py3.3.egg/celery/worker/consumer.py", line 174, in dump_body
if isinstance(body, buffer):NameError: global name 'buffer' is not defined | 0.259732 |
Traceback (most recent call last):
"/opt/openstates/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 260, in handle
return self.do_handle(args, other, juris)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle
report['scrape'] = self.do_scrape(juris, args, scrapers)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 116, in do_scrape
self.save_object(obj)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 99, in save_object
raise ve
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 96, in save_object
obj.validate()
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 191, in validate
self.__class__.__name__, self._id, '\n\t'+'\n\t'.join(errors)pupa.exceptions.ScrapeValueError: validation of Person e21c0558-5681-11e8-a8aa-029b97b45e2a failed: | Traceback (most recent call last):
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 808, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 863, in process_ie_result
return self.process_video_result(ie_result, download=download)
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 1644, in process_video_result
self.process_info(new_info)
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2000, in process_info
self.post_process(filename, info_dict)
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/YoutubeDL.py", line 2065, in post_process
files_to_delete, info = pp.run(info)
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 498, in run
self.run_ffmpeg_multiple_files(in_filenames, temp_filename, options)
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 209, in run_ffmpeg_multiple_files
oldest_mtime = min(
"/home/tina/.local/lib/python3.8/site-packages/youtube_dl/postprocessor/ffmpeg.py", line 210, in <genexpr>
os.stat(encode
name(path)).st_mtime for path in input_paths)
NotFoundError: [Errno 2] No such file or directory: '/home/tina/.local/share/tartube/Dr. Seuss Raps over Dr. Dre Beats/20200328_FOX IN SOX _ Dr. Seuss Raps over Dr. Dre Beats.mp4'
| 0.264067 |
Traceback (most recent call last):
"/usr/bin/remarkable", line 65, in <module>
import remarkable
"/usr/lib/python3/dist-packages/remarkable/__init__.py", line 30, in <module>
from remarkable import RemarkableWindow
"/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py", line 27, in <module>
gi.require_version('WebKit', '3.0')
"/usr/lib64/python3.4/site-packages/gi/__init__.py", line 100, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit not available
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkzpz548c\build\youtube_dl\YoutubeDL.py", line 792, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkzpz548c\build\youtube_dl\extractor\common.py", line 502, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkzpz548c\build\youtube_dl\extractor\twitter.py", line 447, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkzpz548c\build\youtube_dl\extractor\common.py", line 1084, in _og_search_title
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkzpz548c\build\youtube_dl\extractor\common.py", line 1072, in _og_search_property
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpkzpz548c\build\youtube_dl\extractor\common.py", line 972, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract OpenGraph title; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.211802 |
Traceback (most recent call last):
"./test.py", line 43, in <module>
encode_frames(pkt,ovstream,oastream)
"./test.py", line 26, in encode_frames
ovstream.encode(frames)
"av/video/stream.pyx", line 86, in av.video.stream.VideoStream.encode (src/av/video/stream.c:2991)
"av/video/stream.pyx", line 147, in av.video.stream.VideoStream.encode (src/av/video/stream.c:2681)
"av/utils.pyx", line 78, in av.utils.err_check (src/av/utils.c:1749)
av.AVError: [Errno 1] Operation not permitted
| Traceback (most recent call last):
"/home/ml/users/jgonza38/anaconda3/lib/python3.7/site-packages/torch/multiprocessing/spawn.py", line 20, in _wrap
fn(i, *args)
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq_cli/train.py", line 324, in distributed_main
main(args, init_distributed=True)
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq_cli/train.py", line 117, in main
valid_losses = train(args, trainer, task, epoch_itr, max_update)
"/home/ml/users/jgonza38/anaconda3/lib/python3.7/contextlib.py", line 74, in inner
return func(*args, **kwds)
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq_cli/train.py", line 187, in train
log_output = trainer.train_step(samples)
"/home/ml/users/jgonza38/anaconda3/lib/python3.7/contextlib.py", line 74, in inner
return func(*args, **kwds)
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq/trainer.py", line 412, in train_step
logging_outputs, sample_size, ooms, ignore=is_dummy_batch,
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq/trainer.py", line 685, in _aggregate_logging_outputs
logging_outputs, *extra_stats_to_sum, ignore=ignore
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq/trainer.py", line 746, in _fast_stat_sync_sum
group=self.data_parallel_process_group
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq/distributed_utils.py", line 292, in all_reduce_dict
cpu_data = _all_reduce_dict(cpu_data)
"/home/ml/users/jgonza38/reproduce_master_thesis/fairseq/fairseq/distributed_utils.py", line 288, in _all_reduce_dict
buf = torch.stack(list(data.values())).to(device=device)
RuntimeError: CUDA error: the launch timed out and was terminated
| 0.212984 |
Traceback (most recent call last):
"private/devcon/manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 443, in execute_from_command_line
utility.execute()
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 261, in fetch_command
klass = load_command_class(app_name, subcommand)
"/usr/local/lib/python2.7/dist-packages/django/core/management/**init**.py", line 69, in load_command_class
module = import_module('%s.management.commands.%s' % (app_name, name))
"/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module
**import**(name)
"/usr/local/lib/python2.7/dist-packages/django_crontab-0.3-py2.7.egg/django_crontab/management/commands/crontab.py", line 3, in <module>
from django_crontab.app_settings import CRONTAB_EXECUTABLE, CRONJOBS, \
"/usr/local/lib/python2.7/dist-packages/django_crontab-0.3-py2.7.egg/django_crontab/app_settings.py", line 20, in <module>
DJANGO_MANAGE_PATH = getattr(settings, 'CRONTAB_DJANGO_MANAGE_PATH', import_module(DJANGO_PROJECT_NAME + '.manage').**file**.replace('pyc', 'py'))
"/usr/local/lib/python2.7/dist-packages/django/utils/importlib.py", line 35, in import_module
**import**(name)ImportError: No module named manage | Traceback (most recent call last):
"tetris.py", line 282, in <module>
main()
"tetris.py", line 278, in main
arcade.run()
"/home/user/.local/lib/python3.8/site-packages/arcade/window_commands.py", line 236, in run
pyglet.app.run()
"/home/user/.local/lib/python3.8/site-packages/pyglet/app/__init__.py", line 107, in run
event_loop.run()
"/home/user/.local/lib/python3.8/site-packages/pyglet/app/base.py", line 168, in run
platform_event_loop.step(timeout)
"/home/user/.local/lib/python3.8/site-packages/pyglet/app/xlib.py", line 121, in step
device.select()
"/home/user/.local/lib/python3.8/site-packages/pyglet/canvas/xlib.py", line 205, in select
dispatch(e)
"/home/user/.local/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 974, in dispatch_platform_event
event_handler(e)
"/home/user/.local/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 1162, in _event_key
return self._event_key_view(ev)
"/home/user/.local/lib/python3.8/site-packages/pyglet/window/xlib/__init__.py", line 1143, in _event_key_view
self.dispatch_event('on_key_press', symbol, modifiers)
"/home/user/.local/lib/python3.8/site-packages/pyglet/window/__init__.py", line 1333, in dispatch_event
if EventDispatcher.dispatch_event(self, *args) != False:
"/home/user/.local/lib/python3.8/site-packages/pyglet/event.py", line 415, in dispatch_event
if getattr(self, event_type)(*args):
"tetris.py", line 232, in on_key_press
self.rotate_stone()
"tetris.py", line 199, in rotate_stone
if not check_collision(self.board, new_stone, (self.stone_x, self.stone_y)):
"tetris.py", line 92, in check_collision
if cell and board[cy + off_y][cx + off_x]:
IndexError: list index out of range
| 0.281471 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/ranger/core/main.py", line 145, in main
fm.loop()
"/usr/lib/python2.7/site-packages/ranger/core/fm.py", line 368, in loop
ui.handle_input()
"/usr/lib/python2.7/site-packages/ranger/gui/ui.py", line 230, in handle_input
self.handle_key(key)
"/usr/lib/python2.7/site-packages/ranger/gui/ui.py", line 164, in handle_key
elif not DisplayableContainer.press(self, key):
"/usr/lib/python2.7/site-packages/ranger/gui/displayable.py", line 263, in press
focused_obj.press(key)
"/usr/lib/python2.7/site-packages/ranger/gui/widgets/console.py", line 174, in press
if not self.fm.ui.press(key):
"/usr/lib/python2.7/site-packages/ranger/gui/ui.py", line 181, in press
quantifier=keybuffer.quantifier)
"/usr/lib/python2.7/site-packages/ranger/core/actions.py", line 221, in execute_console
cmd_class(string, quantifier=quantifier).execute()
"/home/nydd/.config/ranger/commands.py", line 655, in execute
p(err)
"/home/nydd/.config/ranger/commands.py", line 648, in execute
result = eval(code)
"<string>", line 1, in <module>
"/usr/lib/python2.7/site-packages/ranger/gui/widgets/console.py", line 465, in tab
tab_result = self._get_tab(tabnum)
"/usr/lib/python2.7/site-packages/ranger/gui/widgets/console.py", line 457, in _get_tab
return cmd.tab(tabnum)
TypeError: tab() takes exactly 1 argument (2 given)
| Traceback (most recent call last):
"E:\pytorch3d\tests\test_meshes.py", line 1141, in test_compute_faces_areas_cpu_cuda
face_areas_cuda = mesh_cuda.faces_areas_packed()
"D:\Anaconda3\envs\py37\lib\site-packages\pytorch3d-0.3.0-py3.7-win-amd64.egg\pytorch3d\structures\meshes.py", line 772, in faces_areas_packed
self._compute_face_areas_normals()
"D:\Anaconda3\envs\py37\lib\site-packages\pytorch3d-0.3.0-py3.7-win-amd64.egg\pytorch3d\structures\meshes.py", line 801, in _compute_face_areas_normals
face_areas, face_normals = mesh_face_areas_normals(verts_packed, faces_packed)
"D:\Anaconda3\envs\py37\lib\site-packages\pytorch3d-0.3.0-py3.7-win-amd64.egg\pytorch3d\ops\mesh_face_areas_normals.py", line 44, in forward
areas, normals = _C.face_areas_normals_forward(verts, faces)
RuntimeError: Not compiled with GPU support.
| 0.297796 |
Traceback (most recent call last):
"/home/mlima/.autojump/bin/autojump", line 420, in <module>
sys.exit(main(parse_arguments()))
"/home/mlima/.autojump/bin/autojump", line 386, in main
entries = entriefy(load(config))
"/home/mlima/.autojump/bin/autojump_data.py", line 82, in load
ifilter(correct_length, imap(parse, f))))
"/home/mlima/.autojump/bin/autojump_data.py", line 72, in <lambda>
tupleize = lambda x: (x[1], float(x[0]))UnicodeEncodeError: 'decimal' codec can't encode character u'\x00' in position 3: invalid decimal Unicode string | Traceback (most recent call last):
"/RED/BCBIO/RESOURCES/bcbio/anaconda/bin/bcbio_nextgen.py", line 245, in <module>
main(**kwargs)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/bin/bcbio_nextgen.py", line 46, in main
run_main(**kwargs)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/pipeline/main.py", line 50, in run_main
fc_dir, run_info_yaml)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/pipeline/main.py", line 91, in _run_toplevel
for xs in pipeline(config, run_info_yaml, parallel, dirs, samples):
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/pipeline/main.py", line 138, in variant2pipeline
samples = run_parallel("postprocess_alignment", samples)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/distributed/multi.py", line 28, in run_parallel
return run_multicore(fn, items, config, parallel=parallel)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/distributed/multi.py", line 86, in run_multicore
for data in joblib.Parallel(parallel["num_jobs"], batch_size=1, backend="multiprocessing")(joblib.delayed(fn)(*x) for x in items):
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/parallel.py", line 1003, in __call__
if self.dispatch_one_batch(iterator):
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/parallel.py", line 834, in dispatch_one_batch
self._dispatch(tasks)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/parallel.py", line 753, in _dispatch
job = self._backend.apply_async(batch, callback=cb)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 201, in apply_async
result = ImmediateResult(func)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 582, in __init__
self.results = batch()
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/parallel.py", line 256, in __call__
for func, args, kwargs in self.items]
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/joblib/parallel.py", line 256, in <listcomp>
for func, args, kwargs in self.items]
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/utils.py", line 55, in wrapper
return f(*args, **kwargs)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/distributed/multitasks.py", line 153, in postprocess_alignment
return sample.postprocess_alignment(*args)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/pipeline/sample.py", line 256, in postprocess_alignment
covinfo = callable.sample_callable_bed(bam_file_ready, ref_file, data)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/bam/callable.py", line 45, in sample_callable_bed
callable_bed, depth_files = coverage.calculate(bam_file, data, sv_bed)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/variation/coverage.py", line 100, in calculate
per_base=per_base)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/variation/coverage.py", line 238, in run_mosdepth
do.run(cmd.format(**locals()), message.format(**locals()))
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 26, in run
_do_run(cmd, checks, log_stdout, env=env)
"/RED/BCBIO/RESOURCES/bcbio/anaconda/lib/python3.6/site-packages/bcbio/provenance/do.py", line 106, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)
subprocess.CalledProcessError: Command 'set -o pipefail; export MOSDEPTH_Q0=NO_COVERAGE && export MOSDEPTH_Q1=LOW_COVERAGE && export MOSDEPTH_Q2=CALLABLE && mosdepth -t 19 -F 1804 -Q 1 --no-per-base --by /media/kokyriakidis/REDPRO/work/coverage/KONSTANTINOS/target-genome.bed --quantize 0:1:4: /media/kokyriakidis/REDPRO/work/bcbiotx/tmprpr0rwyo/KONSTANTINOS-variant_regions /media/kokyriakidis/REDPRO/work/align/KONSTANTINOS/KONSTANTINOS-sort.bam
| 0.176753 |
^CTraceback (most recent call last):
"vol.py", line 192, in <module>
main()
"vol.py", line 183, in main
command.execute()
"/Users/vtc/Downloads/volatility-2.4/volatility/plugins/mac/common.py", line 46, in execute
commands.Command.execute(self, *args, **kwargs)
"/Users/vtc/Downloads/volatility-2.4/volatility/commands.py", line 127, in execute
func(outfd, data)
"/Users/vtc/Downloads/volatility-2.4/volatility/plugins/mac/pslist.py", line 78, in render_text
for proc in data:
"/Users/vtc/Downloads/volatility-2.4/volatility/plugins/mac/pstasks.py", line 60, in calculate
for proc in self.allprocs():
"/Users/vtc/Downloads/volatility-2.4/volatility/plugins/mac/pstasks.py", line 43, in allprocs
for task in queue_entry.walk_list(list_head = tasksaddr):
"/Users/vtc/Downloads/volatility-2.4/volatility/plugins/overlays/mac/mac.py", line 588, in walk_list
n = n.tasks.next.dereference_as("task")
AttributeError: 'function' object has no attribute 'dereference_as' | Traceback (most recent call last):
"/lib/python2.7/threading.py", line 551, in __bootstrap_inner
self.run()
"/src/build/electrum/Electrum-1.8.1/lib/interface.py", line 628, in run
self.init_interface()
"/src/build/electrum/Electrum-1.8.1/lib/interface.py", line 444, in init_interface
self.init_with_server(self.config)
"/src/build/electrum/Electrum-1.8.1/lib/interface.py", line 480, in init_with_server
host, port, protocol = s.split(':')ValueError: need more than 1 value to unpack | 0.255908 |
Traceback (most recent call last):
"/tools/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all
exploit.exploit()
"/tools/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit
s = self._generate_shell(vuln)
"/tools/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell
if self._verify_vuln(vuln_obj):
"/tools/w3af/w3af/plugins/attack/sqlmap.py", line 106, in _verify_vuln
if sqlmap.is_vulnerable():
"/tools/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 98, in is_vulnerable
raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "python sqlmap.py --batch --disable-coloring --proxy=http://127.0.0.1:55864/ --batch --url=http://www.reeferservices.com/intranet/index.php --data=btn_enviar=Enviar%20>>&clave=56&usuario=": "" | Traceback (most recent call last):
"dwt_util.py", line 205, in set_registry
WindowsError: [Error 5] Access is denied
| 0.244031 |
Traceback (most recent call last):
"c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\twisted\internet\defer.py", line 1299, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
"c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\twisted\python\failure.py", line 393, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
"c:\users\administrator\appdata\local\programs\python\python36-32\lib\site-packages\scrapy\core\downloader\middleware.py", line 43, in process_request
defer.returnValue((yield download_func(request=request,spider=spider)))
twisted.internet.error.ConnectionRefusedError: Connection was refused by other side: 10061.
| Traceback (most recent call last):
"pan.baidu.com.py", line 3715, in <module>
main(argv)
"pan.baidu.com.py", line 3711, in main
handle_command(comd, xxx)
"pan.baidu.com.py", line 3424, in handle_command
x.save_share(url, remotepath, infos=infos)
"pan.baidu.com.py", line 1617, in save_share
infos = self._get_share_infos(url, remotepath, infos)
"pan.baidu.com.py", line 1581, in _get_share_infos
info = panbaiducom.get_web_fileinfo(html, url)
"pan.baidu.com.py", line 3011, in get_web_fileinfo
info['bdstoken']
= re.search(r'yunData.MYBDSTOKEN = "(.*?)"', cm).group(1)AttributeError: 'NoneType' object has no attribute 'group' | 0.115687 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1246, in _execute_context
cursor, statement, parameters, context
"/usr/local/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 581, in do_execute
cursor.execute(statement, parameters)
"/usr/local/lib/python3.7/site-packages/MySQLdb/cursors.py", line 209, in execute
res = self._query(query)
"/usr/local/lib/python3.7/site-packages/MySQLdb/cursors.py", line 315, in _query
db.query(q)
"/usr/local/lib/python3.7/site-packages/MySQLdb/connections.py", line 239, in query
_mysql.connection.query(self, query)
MySQLdb._exceptions.DataError: (1406, "Data too long for column 'event_type' at row 1")
| Traceback (most recent call last):
"/venv/lib/python3.7/site-packages/django/db/backends/utils.py", line 84, in _execute
return self.cursor.execute(sql, params)
psycopg2.ProgrammingError: column "source_refresh_token_id" of relation "oauth2_provider_accesstoken" does not exist
| 0.294905 |
Traceback (most recent call last):
"/network/home/serdyuk/projects/espnet/egs/timit/asr1/../../../utils/copy-feats.py", line 6, in <module>
from espnet.transform.transformation import Transformation
ModuleNotFoundError: No module named 'espnet.transform'
| `Traceback (most recent call last):`
`
"C:\Users\stankovic\Projects\mlflow\mlflow\tracking\registry.py", line 78, in get_store_builder`
`store_builder = self._registry[scheme]`
`KeyError: 's3'`
| 0.282866 |
Traceback (most recent call last):
"/tmp/ansible_POLuRN/ansible_module_ios_facts.py", line 489, in <module>
main()
"/tmp/ansible_POLuRN/ansible_module_ios_facts.py", line 474, in main
inst.populate()
"/tmp/ansible_POLuRN/ansible_module_ios_facts.py", line 269, in populate
self.populate_ipv6_interfaces(data)
"/tmp/ansible_POLuRN/ansible_module_ios_facts.py", line 302, in populate_ipv6_interfaces
self.facts['interfaces'][key]['ipv6'] = list()
KeyError: 'VoIP-Null0'
| Traceback (most recent call last):
"run.py", line 140, in <module>
main()
"run.py", line 136, in main
agent=Agent(param)
"E:\目标检测\Deep-Learning-Approach-for-Surface-Defect-Detection-master\agent.py", line 15, in __init__
self.init_datasets()
#初始化数据管理器
"E:\目标检测\Deep-Learning-Approach-for-Surface-Defect-Detection-master\agent.py", line 30, in init_datasets
self.Positive_data_list,self.Negative_data_list=self.listData1(self.__Param["data_dir"])
"E:\目标检测\Deep-Learning-Approach-for-Surface-Defect-Detection-master\agent.py", line 170, in listData1
example_dirs = [x[1] for x in os.walk(data_dir)][0]
IndexError: list index out of range | 0.307697 |
Traceback (most recent call last):
"d:/Tensorflow2/models/research/object_detection/Object_detection_image_copy.py", line 67, in <module>
od_graph_def.ParseFromString(serialized_graph)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\message.py", line 187, in ParseFromString
return self.MergeFromString(serialized)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\python_message.py", line 1128, in MergeFromString
if self._InternalParse(serialized, 0, length) != length:
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\python_message.py", line 1193, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\decoder.py", line 723, in DecodeField
if value._InternalParse(buffer, pos, new_pos) != new_pos:
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\python_message.py", line 1193, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\decoder.py", line 702, in DecodeRepeatedField
if value.add()._InternalParse(buffer, pos, new_pos) != new_pos:
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\python_message.py", line 1193, in InternalParse
pos = field_decoder(buffer, new_pos, end, self, field_dict)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\decoder.py", line 847, in DecodeMap
if submsg._InternalParse(buffer, pos, new_pos) != new_pos:
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\python_message.py", line 1180, in InternalParse
buffer, new_pos, wire_type)
# pylint: disable=protected-access
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\decoder.py", line 948, in _DecodeUnknownField
(data, pos) = _DecodeUnknownFieldSet(buffer, pos)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\decoder.py", line 927, in _DecodeUnknownFieldSet
(data, pos) = _DecodeUnknownField(buffer, pos, wire_type)
"C:\Users\bob.cummings\AppData\Local\Continuum\anaconda3\envs\tensorflow1\lib\site-packages\google\protobuf\internal\decoder.py", line 952, in _DecodeUnknownField
raise _DecodeError('Wrong wire type in tag.')
google.protobuf.message.DecodeError: Wrong wire type in tag.
| Traceback (most recent call last):
"C:\Users\Sindhura\Anaconda3\lib\site-packages\IPython\core\interactiveshell.py", line 3319, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
"<ipython-input-1-ae8bdb06f97b>", line 15, in <module>
import tensorflow as tf
"C:\Users\Sindhura\AppData\Roaming\Python\Python37\site-packages\tensorflow\__init__.py", line 101, in <module>
from tensorflow_core import *
"C:\Users\Sindhura\AppData\Roaming\Python\Python37\site-packages\tensorflow_core\__init__.py", line 40, in <module>
from tensorflow.python.tools import module_util as _module_util
"C:\Users\Sindhura\AppData\Roaming\Python\Python37\site-packages\tensorflow\__init__.py", line 50, in __getattr__
module = self._load()
"C:\Users\Sindhura\AppData\Roaming\Python\Python37\site-packages\tensorflow\__init__.py", line 44, in _load
module = _importlib.import_module(self.__name__)
"C:\Users\Sindhura\Anaconda3\lib\importlib\__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"C:\Users\Sindhura\AppData\Roaming\Python\Python37\site-packages\tensorflow_core\python\__init__.py", line 49, in <module>
from tensorflow.python import pywrap_tensorflow
"C:\Users\Sindhura\AppData\Roaming\Python\Python37\site-packages\tensorflow_core\python\pywrap_tensorflow.py", line 74, in <module>
raise ImportError(msg)ImportError: Traceback (most recent call last): | 0.290522 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/tornado/websocket.py", line 285, in wrapper
return callback(_args, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/tornadio2/persistent.py", line 87, in open
raise HTTPError(401, "Invalid Session")HTTPError: HTTP 401: Unauthorized (Invalid Session) | Traceback (most recent call last):
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/flask/_compat.py", line 39, in reraise
raise value
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/Users/yang.fei/python/flask_project/feiyang/app/views.py", line 53, in approval_s3
db.session.commit()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/scoping.py", line 162, in do
return getattr(self.registry(), name)(*args, **kwargs)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/session.py", line 1036, in commit
self.transaction.commit()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/session.py", line 503, in commit
self._prepare_impl()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/session.py", line 482, in _prepare_impl
self.session.flush()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/session.py", line 2496, in flush
self._flush(objects)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/session.py", line 2637, in _flush
transaction.rollback(_capture_exception=True)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/util/langhelpers.py", line 69, in __exit__
exc_value, with_traceback=exc_tb,
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 178, in raise_
raise exception
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/session.py", line 2597, in _flush
flush_context.execute()
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/unitofwork.py", line 422, in execute
rec.execute(self)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/unitofwork.py", line 589, in execute
uow,
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/persistence.py", line 236, in save_obj
update,
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/orm/persistence.py", line 995, in _emit_update_statements
statement, multiparams
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 984, in execute
return meth(self, multiparams, params)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/sql/elements.py", line 293, in _execute_on_connection
return connection._execute_clauseelement(self, multiparams, params)
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1103, in _execute_clauseelement
distilled_params,
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1288, in _execute_context
e, statement, parameters, cursor, context
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1482, in _handle_dbapi_exception
sqlalchemy_exception, with_traceback=exc_info[2], from_=e
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/util/compat.py", line 178, in raise_
raise exception
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/engine/base.py", line 1248, in _execute_context
cursor, statement, parameters, context
"/Users/yang.fei/python/flask_project/.env/lib/python3.7/site-packages/sqlalchemy/engine/default.py", line 590, in do_execute
cursor.execute(statement, parameters)
sqlalchemy.exc.IntegrityError: (sqlite3.IntegrityError) NOT NULL constraint failed: book1.changed_by_fk
| 0.294313 |
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/lib/python2.7/dist-packages/kivy/input/providers/mtdev.py", line 192, in _thread_run
_device = Device(_fn)
"/usr/lib/python2.7/dist-packages/kivy/lib/mtdev.py", line 131, in __init__
self._fd = os.open(filename, os.O_NONBLOCK | os.O_RDONLY) OSError: [Errno 13] Permission denied: '/dev/input/event4' | Traceback (most recent call last):
"C:\Python33\lib\logging__init__.py", line 943, in emit
"C:\Python33\lib\logging__init__.py", line 923, in flushOSError: [Errno 9] Bad file descriptor | 0.288094 |
```2019-10-02T09:18:31.152798+00:00 monitor alertad: 2019-10-02 09:18:31,151 alerta.app[33056]: [ERROR] argument of type 'NoneType' is not iterable request_id=a7959d3a-cb7b-4a23-801f-4efe123a610f ip=192.168.1.1#012Traceback (most recent call last):#012
"/opt/alerta/lib64/python3.6/site-packages/flask/app.py", line 1949, in full_dispatch_request#012
rv = self.dispatch_request()#012
"/opt/alerta/lib64/python3.6/site-packages/flask/app.py", line 1935, in dispatch_request#012
return self.view_functions[rule.endpoint](**req.view_args)#012
"/opt/alerta/lib64/python3.6/site-packages/flask_cors/decorator.py", line 128, in wrapped_function#012
resp = make_response(f(*args, **kwargs))#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/auth/decorators.py", line 74, in wrapped#012
return f(*args, **kwargs)#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/utils/response.py", line 19, in decorated#012
return func(*args, **kwargs)#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/views/blackouts.py", line 128, in delete_blackout#012
customers=g.customers, scopes=g.scopes, resource_id=blackout.id, type='blackout', request=request)#012
"/opt/alerta/lib64/python3.6/site-packages/blinker/base.py", line 267, in send#012
for receiver in self.receivers_for(sender)]#012
"/opt/alerta/lib64/python3.6/site-packages/blinker/base.py", line 267, in <listcomp>#012
for receiver in self.receivers_for(sender)]#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/utils/audit.py", line 68, in write_log_response#012
self._log_response(app, 'write', **kwargs)#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/utils/audit.py", line 51, in _log_response#012
scopes, resource_id, type, request, **extra))#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/utils/audit.py", line 111, in _fmt#012
'data': get_redacted_data(request),#012
"/opt/alerta/lib64/python3.6/site-packages/alerta/utils/audit.py", line 86, in get_redacted_data#012
if 'password' in data:#012TypeError: argument of type 'NoneType' is not iterable```
| Traceback (most recent call last):
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/cmdline.py", line 306, in main
app.build(opts.force_all, filenames)
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/application.py", line 339, in build
self.builder.build_update()
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/builders/__init__.py", line 328, in build_update
'out of date' % len(to_build))
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/builders/__init__.py", line 341, in build
updated_docnames = set(self.env.update(self.config, self.srcdir, self.doctreedir))
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/environment/__init__.py", line 584, in update
self._read_serial(docnames, self.app)
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/environment/__init__.py", line 603, in _read_serial
self.read_doc(docname, app)
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/environment/__init__.py", line 733, in read_doc
app.emit('doctree-read', doctree)
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/application.py", line 489, in emit
return self.events.emit(event, self, *args)
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/events.py", line 79, in emit
results.append(callback(*args))
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/environment/collectors/asset.py", line 51, in process_doc
docname = app.env.docname
"/Users/bryan/anaconda/lib/python3.6/site-packages/Sphinx-1.6.2-py3.6.egg/sphinx/environment/__init__.py", line 785, in docname
return self.temp_data['docname']
KeyError: 'docname'
| 0.32312 |
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'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/scipy/stats/stats.py", line 3632, in kendalltau
pvalue = 2.0/np.math.factorial(size)
OverflowError: long int too large to convert to float
| 0.224283 |
Aug 04 12:15:37.253 - [ERROR] Except stack:Traceback (most recent call last):
"X:\x\XX-Net-3.1.19\code\3.3.6\gae_proxy\local\proxy_handler.py", line 314, in do_CONNECT_AGENT self.raw_requestline = self.rfile.readline(65537)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\socket.py", line 480, in readline data = self._sock.recv(self._rbufsize)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\ssl.py", line 766, in recv return self.read(buflen)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\ssl.py", line 653, in read v = self._sslobj.read(len) SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1864)
| Traceback (most recent call last):
"gui\addonGui.pyc", line 445, in installAddon
"addonHandler\__init__.pyc", line 564, in __init__
AddonError: Manifest file has errors.
| 0.188587 |
Traceback (most recent call last):
"/usr/local/lib/python3.5/logging/__init__.py", line 988, in emit
stream.write(msg)
UnicodeEncodeError: 'ascii' codec can't encode character '\xb0' in position 438: ordinal not in range(128)
| Traceback (most recent call last):
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 807, in <module>
main()
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 802, in main
_main(parsed.pre, parsed.clear, parsed.verbose, parsed.system, parsed.write,
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 785, in _main
resolve_packages(pre, clear, verbose, system, write, requirements_dir, packages)
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 746, in resolve_packages
results, resolver = resolve(
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/resolver.py", line 728, in resolve
return resolve_deps(
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/utils.py", line 1371, in resolve_deps
results, hashes, markers_lookup, resolver, skipped = actually_resolve_deps(
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/utils.py", line 1088, in actually_resolve_deps
resolver.resolve_constraints()
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/utils.py", line 846, in resolve_constraints
marker = marker_from_specifier(candidate.requires_python)
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 719, in marker_from_specifier
for marker_segment in cleanup_pyspecs(spec):
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 259, in cleanup_pyspecs
specs = normalize_specifier_set(specs)
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 240, in normalize_specifier_set
return normalize_specifier_set(SpecifierSet(",".join(spec_list)))
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 232, in normalize_specifier_set
return {_format_pyspec(spec) for spec in specs}
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 232, in <setcomp>
return {_format_pyspec(spec) for spec in specs}
"/home/flimm/.local/lib/python3.8/site-packages/pipenv/vendor/requirementslib/models/markers.py", line 164, in _format_pyspec
if not next_tuple[1] <= MAX_VERSIONS[next_tuple[0]]:
KeyError: 1
| 0.212593 |
Traceback (most recent call last):
"/usr/lib/python3.5/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/local/lib/python3.5/dist-packages/homeassistant/components/media_player/braviatv.py", line 166, in bravia_configuration_callback
braviarc = braviarc.BraviaRC(host)
AttributeError: module 'braviarc.braviarc' has no attribute 'BraviaRC'
| Traceback (most recent call last):
"/home/ubuntu/okex/hummingbot/core/utils/async_utils.py", line 9, in safe_wrapper
return await c
"hummingbot/connector/exchange/okex/okex_exchange.pyx", line 831, in execute_sell
self.logger().network(
TypeError: network() got multiple values for argument 'app_warning_msg'
| 0.319025 |
Traceback (most recent call last):
"/usr/local/bin/csvgrep", line 11, in <module>
sys.exit(launch_new_instance())
"/usr/local/lib/python2.7/site-packages/csvkit/utilities/csvgrep.py", line 71, in launch_new_instance
utility.run()
"/usr/local/lib/python2.7/site-packages/csvkit/cli.py", line 114, in run
self.main()
"/usr/local/lib/python2.7/site-packages/csvkit/utilities/csvgrep.py", line 65, in main
for row in filter_reader:
"/usr/local/lib/python2.7/site-packages/six.py", line 558, in next
return type(self).__next__(self)
"/usr/local/lib/python2.7/site-packages/csvkit/grep.py", line 60, in __next__
if self.test_row(row):
"/usr/local/lib/python2.7/site-packages/csvkit/grep.py", line 71, in test_row
result = test(value)
"/usr/local/lib/python2.7/site-packages/csvkit/grep.py", line 122, in <lambda>
return lambda x: obj in x
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 7: ordinal not in range(128)
| Traceback (most recent call last):
"/usr/local/lib/python3.7/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
"/usr/local/lib/python3.7/site-packages/aiohttp/web_ws.py", line 102, in _send_heartbeat
self._loop.create_task(self._writer.ping())
# type: ignore
AttributeError: 'NoneType' object has no attribute 'ping'
| 0.247427 |
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~<my-app-name>/1.390357638021576088/main.py", line 3, in <module>
import flaskImportError: No module named flask | Traceback (most recent call last):
"/content/Pothole-Crack-Detection_MRCNN/mrcnn/model.py", line 1699, in data_generator
use_mini_mask=config.USE_MINI_MASK)
"/content/Pothole-Crack-Detection_MRCNN/mrcnn/model.py", line 1213, in load_image_gt
mask, class_ids = dataset.load_mask(image_id)
"pot_crack.py", line 169, in load_mask
rr, cc = skimage.draw.polygon(p['y'], p['x'])
"/usr/local/lib/python3.6/dist-packages/skimage/draw/draw.py", line 457, in polygon
return _polygon(r, c, shape)
"skimage/draw/_draw.pyx", line 217, in skimage.draw._draw._polygon
OverflowError: Python int too large to convert to C ssize_t`
| 0.245031 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.