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)... | 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: J... | 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(tr... | 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\urll... | 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_... | 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/li... | 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.getValu... | 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(patte... | 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 'de... | 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:\User... | 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/box... | 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, **... | 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] Connecti... | 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(s... | 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\Offi... | 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 ran... | 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_u... | 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, ... | 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_... | “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-pac... | 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... | 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", l... | 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/... | 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))
Val... | 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(prote... | 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 re... | 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()) AttributeE... | 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 ma... | 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... | 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 ... | 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.writer... | 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... | 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: 'Dat... | 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/ta... | 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)
At... | 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... | 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)
"... | 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", lin... | 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... | 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._... | 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])
"... | 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/s... | 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 sel... | 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 = ... | 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
... | 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_widge... | 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])
"/us... | 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... | 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-packa... | 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-... | 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",... | 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", l... | 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/e... | 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 opene... | 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, pa... | 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 ... | 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/py... | 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(t... | 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, ... | 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... | 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_... | 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.ElementTr... | 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/pytho... | 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['st... | 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\_... | 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(... | 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_marke... | 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/li... | 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... | 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/colinw... | 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 fi... | 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,... | 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):Attri... | 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-packag... | 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 = sel... | 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 modu... | 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_... | 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_rollou... | 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, i... | 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/baad1e5af59d7f29606c1fed1c11... |
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... | 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: <Sele... | 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... | 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 __i... | 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"... | 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 Extrac... | 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/... | 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/pyth... | 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\Ap... | 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/co... | 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 ... | 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]... | 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 fil... | 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[spl... | 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/u... | 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.... | 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_... | 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 ... | 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, i... | 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", l... | 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
... |
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 re... | 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... | 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/... | 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 in... | 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... | 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)
... | 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 ... | 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 colo... | 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()
"... | 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.... | 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_... | 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:\Py... | 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, d... | 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\Pytho... | 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-pack... | 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)=[^&]*&?" % '... | 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/.v... | 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",... | 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/... | 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... | 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.... | 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... | 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... | 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.requ... | 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\Ap... | 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... | 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)
"/h... | 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/manageme... | 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", lin... | 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)... | 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
... | 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(pars... | 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/m... | 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/c... | 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.co... | 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, ... | 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\twis... | 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_sha... | 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)
"/u... | 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)... | 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-De... | 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 18... | 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\Pyt... | 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... | 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 = s... | 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 = Dev... | 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 19... | 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.builde... | 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: pars... | 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 = sel... | 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... | 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(ho... | 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.... | 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: 'No... | 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 29... | 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 ... | 0.245031 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.