text1
stringlengths
92
132k
text2
stringlengths
83
99.1k
score
float64
0.01
1
Traceback (most recent call last): "/usr/local/lib/python3.8/dist-packages/jellyfin_apiclient_python/connection_manager.py", line 177, in connect_to_server result = self.API.get_public_info(server.get('address')) "/usr/local/lib/python3.8/dist-packages/jellyfin_apiclient_python/api.py", line 477, in get_publi...
Traceback (most recent call last): "test.py", line 22, in <module> backtest.start(data, kernel='rbf', C=1, gamma=10) "/home/machol/virtualenv/local/lib/python2.7/site-packages/clairvoyant/engine.py", line 197, in start Engine.start(self, data, **kwargs) "/home/machol/virtualenv/local/lib/python2.7/site-packa...
0.326686
Traceback (most recent call last): "/usr/local/lib/python3.7/site-packages/O365/connection.py", line 542, in _internal_request response.raise_for_status() # raise 4XX and 5XX error codes. "/usr/local/lib/python3.7/site-packages/requests/models.py", line 940, in raise_for_status raise HTTPError(http_error_msg, r...
Traceback (most recent call last): "/home/skyler/.config/blender/2.79/scripts/addons/armory.py", line 182, in execute import start "/home/skyler/.config/blender/2.79/scripts/addons/start.py", line 13, in <module> import arm.space_armory ImportError: No module named 'arm.space_armory'
0.26063
Traceback (most recent call last): "/home/krprzyby/.local/bin/mypy", line 8, in <module> sys.exit(console_entry()) "/home/krprzyby/.local/lib/python3.8/site-packages/mypy/__main__.py", line 8, in console_entry main(None, sys.stdout, sys.stderr) "mypy/main.py", line 89, in main "mypy/build.py", line 180, i...
Traceback (most recent call last): "/usr/local/lib/python3.6/site-packages/spotipy/client.py", line 121, in _internal_call r.raise_for_status() "/usr/local/lib/python3.6/site-packages/requests/models.py", line 935, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError:...
0.290817
`Traceback (most recent call last): "/home/dev/grr/grr/lib/flow_runner.py", line 586, in RunStateMethod direct_response=direct_response, request=request, responses=responses) "/home/dev/grr/grr/lib/flow.py", line 307, in Decorated res = f(*args[:f.func_code.co_argcount]) "/home/dev/grr/grr/lib/flows/general/memor...
Traceback (most recent call last): "foo.py", line 17, in <module> 'Data': b'FOOBARBAZQUX' "[...]/boto3/venv/lib/python3.4/site-packages/botocore/signers.py", line 517, in generate_presigned_url operation_name=operation_name) "[...]/boto3/venv/lib/python3.4/site-packages/botocore/signers.py", line 253, in generate...
0.300597
Traceback (most recent call last): "/usr/lib/python3/dist-packages/apport_python_hook.py", line 67, in apport_excepthook binary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0])) NotFoundError: [Errno 2] No such file or directory
ERROR: Signature extraction failed: Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1221, in _decrypt_signature video_id, player_url, s "/usr/lib64/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1130, in _extract_signature_function re...
0.227298
Traceback (most recent call last): "/var/mycodo-root/mycodo/controller_lcd.py", line 268, in run self.lcd_byte(0x01, self.LCD_CMD, self.LCD_BACKLIGHT_OFF) AttributeError: 'LCDController' object has no attribute 'LCD_CMD'
Traceback (most recent call last): "<ipython-input-1-8044f5c39b77>", line 1, in <module> runfile('C:/Users/Administrator/.spyder-py3/temp.py', wdir='C:/Users/Administrator/.spyder-py3') "C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 705, in runfile execfile(filename, nam...
0.261482
2005/11/01 21:43:49 INFO Traceback (most recent call last): "/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py", line 273, in run applyFilters('beforeFinalize') "/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py", line 641, in applyFilters method() "/usr/lib/python2.4/site-packages/cherrypy/lib/fi...
Traceback (most recent call last): "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 477, in _decrypt_signature return func(s) "/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 450, in <lambda> return lambda s: initial_function([s]) "/usr/lib/python3.4/site-packages/y...
0.226379
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/robotide/publish/publisher.py", line 21, in <module> from pubsub import Publisher ImportError: cannot import name 'Publisher' from 'pubsub' (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3...
Traceback (most recent call last): "test.py", line 68, in <module> detections = non_max_suppression(detections, 80, opt.conf_thres, opt.nms_thres) "/PyTorch-YOLOv3/utils.py", line 73, in non_max_suppression for c in detections[:, -1].unique(): "/usr/local/lib/python3.5/dist-packages/torch/tensor.py", line 31...
0.291946
Traceback (most recent call last): "setup.py", line 11, in <module> from Cython.Build import cythonize ImportError: No module named Cython.Build
Traceback (most recent call last): "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send resp = conn.urlopen( "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen retries = retries.increment( "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 573, in i...
0.248573
Traceback (most recent call last): "/usr/local/bin/ino", line 4, in <module> __import__('pkg_resources').run_script('ino==0.3.7', 'ino') "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script self.require(requires)[0].run_script(script_name, ns) "/usr/lib/python2.7/dist-packages/pkg_resource...
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\YoutubeDL.py", line 797, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Us...
0.138668
fatal: [xxx] => failed to parse: Traceback (most recent call last): "/root/.ansible/tmp/ansible-1374779879.02-271577099511291/lvol", line 1043, in <module> main() "/root/.ansible/tmp/ansible-1374779879.02-271577099511291/lvol", line 90, in main size = int(size)ValueError: invalid literal for int() with base 10: '10...
Traceback (most recent call last): "<string>", line 1, in <module> "C:\Users\Acer\AppData\Local\Temp\pip-install-rgkf0yzv\pyjnius\setup.py", line 246, in <module> compile_native_invocation_handler(JDK_HOME, JRE_HOME) "C:\Users\Acer\AppData\Local\Temp\pip-install-rgkf0yzv\pyjnius\setup.py", line 96, in compil...
0.216993
Traceback (most recent call last): "/usr/lib/python3/dist-packages/cobbler/cli.py", line 325, in check_setup s.ping() "/usr/lib/python3.7/xmlrpc/client.py", line 1112, in __call__ return self.__send(self.__name, args) "/usr/lib/python3.7/xmlrpc/client.py", line 1452, in __request verbose=self.__verbose "...
Traceback (most recent call last): "/home/boris/cfs/venv-3.5.0_nb-blog/lib/python3.5/site-packages/doit/action.py", line 383, in execute returned_value = self.py_callable(*self.args, **kwargs) "/home/boris/cfs/venv-3.5.0_nb-blog/lib/python3.5/site-packages/nikola/post.py", line 492, in compile self.is_two_file), ...
0.227954
Traceback (most recent call last): "/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner self.run() "/usr/lib/python3.4/threading.py", line 1186, in run self.function(*self.args, **self.kwargs) "/home/thk22/.virtualenvs/nlpy3/lib/python3.4/site-packages/sacred/run.py", line 167, in _start_heartbeat sel...
Traceback (most recent call last): "/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game self.store.append( "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append return self._do_insert(-1, row) "/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 98...
0.301391
Traceback (most recent call last): "/tmp/moose/bin/pip", line 7, in <module> from pkg_resources import load_entry_point ImportError: No module named pkg_resources
Aug 04 12:15:04.946 - [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...
0.195509
The minion function caused an exception: Traceback (most recent call last): "/usr/lib/python3.6/site-packages/salt/minion.py", line 1675, in _thread_return return_data = minion_instance.executors[fname](opts, data, func, args, kwargs) "/usr/lib/python3.6/site-packages/salt/executors/direct_call.py", line 12, in...
Traceback (most recent call last): "/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 1926, in process_info success = dl(filename, info_dict) "/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 1865, in dl return fd.download(name, info) "/home/yee/Develop/youtube-dl/y...
0.302774
Traceback (most recent call last): "/cactus/env/bin/toil", line 11, in <module> sys.exit(main()) "/cactus/env/lib/python3.7/site-packages/toil/utils/toilMain.py", line 25, in main module.main() "/cactus/env/lib/python3.7/site-packages/toil/utils/toilLaunchCluster.py", line 154, in main awsEc2ExtraSecurityGroupIds...
Traceback (most recent call last): "/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 188, in _main status = self.run(options, args) "/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 185, in ...
0.329493
Traceback (most recent call last): "train.py", line 322, in <module> main(params) "train.py", line 198, in main init_distributed_mode(params) "XLM/src/slurm.py", line 110, in init_distributed_mode params.global_rank = int(os.environ['RANK']) "/usr/lib/python3.5/os.py", line 725, in __getitem__ raise Key...
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...
0.232698
Traceback (most recent call last): "packages.zip\flask\app.py", line 2000, in **call** return self.wsgi_app(environ, start_response) "packages.zip\flask\app.py", line 1991, in wsgi_app response = self.make_response(self.handle_exception(e)) "packages.zip\flask\app.py", line 1567, in handle_exception reraise(exc_t...
fatal: [Centos6] => failed to parse: Traceback (most recent call last): "/tmp/.ansible/tmp/ansible-tmp-1412275620.84-98969527997889/alternatives", line 1486, in <module> main() "/tmp/.ansible/tmp/ansible-tmp-1412275620.84-98969527997889/alternatives", line 122, in main check_rc=True "/tmp/.ansible/tmp/ansible-tmp...
0.216148
Traceback (most recent call last): "v2rayLui.py", line 12, in <module> ModuleNotFoundError: No module named 'PyQt5'
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 312, in _async_add_entity await entity.async_device_update(warning=False) "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update await self.hass.async_add_executor_job(s...
0.303594
Traceback (most recent call last): "/usr/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 13086, in default run_compiled_code(code, self.ctx, None, 'single') "/usr/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 1937, in run_compiled_code func(code, glb, loc) "/home/astronouth7303/.local/lib/python...
Traceback (most recent call last): "/usr/bin/pipenv", line 11, in <module> load_entry_point('pipenv==2018.11.15.dev0', 'console_scripts', 'pipenv')() "/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 764, in __call__ return self.main(*args, **kwargs) "/usr/lib/python3.7/site-packages/pipen...
0.287209
Traceback (most recent call last): "/home/user/venv/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info ie_result = ie.extract(url) "/home/user/venv/local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 363, in extract raise ExtractorError('An extractor error ...
> gaierror Traceback (most recent call last) > ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connection.py in _new_conn(self) > 158 conn = connection.create_connection( > --> 159 (self._dns_host, self.port), self.timeout, **extra_kw) > 160 > > ~/Documents/generic_nlidb/expe...
0.201935
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1287, in _real_extract doc = compat_etree_fromstring(webpage.encode('utf-8')) "/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 248, in compat_etree_fromstring doc = _XML(text, parser=etree.XMLParser(target=etr...
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.198648
Traceback (most recent call last): "<string>", line 4, in <module> "/usr/lib/python3.6/site-packages/matplotlib/pyplot.py", line 3031, in fill ret = ax.fill(*args, **kwargs) "/usr/lib/python3.6/site-packages/matplotlib/__init__.py", line 1855, in inner return func(ax, *args, **kwargs) "/usr/lib/python3.6/...
Traceback (most recent call last): "/home/donnut/anaconda/envs/iepy/bin/iepy", line 7, in <module> from iepy.instantiation.command_line import execute_from_command_line "/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/iepy/instantiation/command_line.py", line 20, in <module> import nltk.data "/home/do...
0.285444
Traceback (most recent call last): "/usr/local/bin/glances", line 9, in <module> load_entry_point('Glances==1.4.2.1', 'console_scripts', 'glances')() "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point return get_distribution(dist).load_entry_point(group, name) "/usr/lib/python2.7/d...
Traceback (most recent call last): "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 281, in run self.finish_response() "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 320, in finish_response for data in self.result: "/usr/lib/python2.5/site-packages/django/http/**i...
0.261815
Traceback (most recent call last): "/usr/lib/python3/dist-packages/xonsh/__amalgam__.py", line 20658, in main return main_xonsh(args) "/usr/lib/python3/dist-packages/xonsh/__amalgam__.py", line 20685, in main_xonsh shell.shell.cmdloop() "/usr/lib/python3/dist-packages/xonsh/ptk/shell.py", line 153, in cmdloo...
Traceback (most recent call last): "/var/lib/awx/venv/awx/lib/python3.6/site-packages/awx/settings/production.py", line 84, in <module> include(settings_file, optional(settings_files), scope=locals()) "/var/lib/awx/venv/awx/lib/python3.6/site-packages/split_settings/tools.py", line 107, in include exec(compiled...
0.286112
Traceback (most recent call last): "scrapeRecipe.py", line 31, in <module> br.select_form(name="aspnetForm") "/Library/Python/2.7/site-packages/mechanize/_mechanize.py", line 619, in select_form global_form = self._factory.global_form "/Library/Python/2.7/site-packages/mechanize/_html.py", line 260, in globa...
[31/Oct/2012:10:40:14] HTTP Traceback (most recent call last): "C:\python32\lib\site-packages\cherrypy-3.2.2-py3.2.egg\cherrypy_cprequest.py", line 647, in respond self.hooks.run('before_request_body') "C:\python32\lib\site-packages\cherrypy-3.2.2-py3.2.egg\cherrypy_cprequest.py", line 112, in run raise exc "C:\p...
0.300336
Traceback (most recent call last): "/usr/src/homeassistant/homeassistant/config_entries.py", line 215, in async_setup hass, self "/usr/src/homeassistant/homeassistant/components/minecraft_server/__init__.py", line 47, in async_setup_entry await server.async_update() "/usr/src/homeassistant/homeassistant/comp...
Traceback (most recent call last): "/usr/lib64/python2.7/site-packages/pip/basecommand.py", line 126, in main self.run(options, args) "/usr/lib64/python2.7/site-packages/pip/commands/install.py", line 228, in run requirement_set.install(install_options, global_options) "/usr/lib64/python2.7/site-packages/pip/req....
0.216304
Traceback (most recent call last): "fit_multiple_events.py", line 307, in <module> run_parallel_analysis(sys.argv[1], sys.argv[2]) "fit_multiple_events.py", line 292, in run_parallel_analysis for directory in dirs "/home/fb90/anaconda3/lib/python3.7/site-packages/joblib/parallel.py", line 934, in __call__ s...
Traceback (most recent call last): "/usr/bin/atomic", line 44, in <module> from Atomic import containers "/usr/lib/python2.7/site-packages/Atomic/containers.py", line 9, in <module> from dateutil.parser import parse as dateparse ImportError: No module named dateutil.parser
0.305717
Traceback (most recent call last): "/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(**scr...
Traceback (most recent call last): "social_mapper.py", line 755, in loadPage return emptybyte.join(response.readlines()) UnboundLocalError: local variable 'response' referenced before assignment
0.176573
Traceback (most recent call last): "/usr/bin/telepresence/telepresence/cli.py", line 130, in crash_reporting yield "/usr/bin/telepresence/telepresence/main.py", line 60, in main remote_info = start_proxy(runner) "/usr/bin/telepresence/telepresence/proxy/__init__.py", line 104, in start_proxy run_id=run_id, ...
Traceback (most recent call last): [some useless calls](remove) "/home/david/Projects/sicpac/lib/almagest/storage/user.py", line 69, in get user = query.get(id) "/home/david/Projects/sqlalchemy/lib/sqlalchemy/orm/query.py", line 82, in get return self._get(key, ident, **kwargs) "/home/david/Projects/sqlalchemy/l...
0.27644
Traceback (most recent call last): "/home/user/ven/lib/python3.8/site-packages/scapy/utils.py", line 1139, in read_packet p = self.LLcls(s) TypeError: 'NoneType' object is not callable
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 193, in _real_extract og_url = self._og_search_video_url(webpage) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 684, in _og_search_video_url return self._html_search_regex(regexes, html, name, **kargs...
0.267534
Traceback (most recent call last): "./../jasper.py", line 143, in <module> app = Jasper() "./../jasper.py", line 88, in **init** stt_engine_class = stt.get_engine_by_slug(stt_engine_slug) "/home/pi/jasper/client/stt.py", line 645, in get_engine_by_slug if not engine.is_available(): "/home/pi/jasper/client/stt.p...
Traceback (most recent call last): "workerengine_latest.py", line 76, in <module> ps = r.pubsub();AttributeError: 'Sentinel' object has no attribute 'pubsub'
0.2865
Traceback (most recent call last): "/opt/az/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke cmd_result = self.invocation.execute(args) "/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 608, in execute raise ex "/opt/az/lib/python3.6/site-packages/azure/cli/core/co...
Traceback (most recent call last): "a.py", line 11, in <module> for i, product in enumerate(products): "/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/amazon/api.py", line 234, in **iter** for page in self.iterate_pages(): "/Library/Frameworks/Python.framework/Versions/3.4/lib/pytho...
0.205578
Traceback (most recent call last): "/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main "__main__", fname, loader, pkg_name) "/usr/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals "/home/sairam/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 97, in <module> mai...
Traceback (most recent call last): "/data00/bcbio/v1.1.5/tools/bin/macs2", line 622, in <module> main() "/data00/bcbio/v1.1.5/tools/bin/macs2", line 56, in main from MACS2.callpeak_cmd import run "/data00/bcbio/v1.1.5/install/anaconda/envs/python2/lib/python2.7/site-packages/MACS2/callpeak_cmd.py", line 31, ...
0.263472
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...
Traceback (most recent call last): "/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/tests/test_base.py", line 317, in test_version_attributes_1 f_version = self.f_image.version_generate("large") "/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/base.py", line 506, in version_generate version_path = self....
0.226376
Traceback (most recent call last): "site-packages/calibre/customize/ui.py", line 171, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 618, in run "calibre_plugins.dedrm.__init__", line 568, in KindleMobiDecrypt DeDRMError: DeDRM v6.5.5: Ultimately failed to decrypt after 0.6 seconds. Read the F...
Traceback (most recent call last): "/tmp/pip-install-9h3yaayn/horovod/setup.py", line 1132, in check_torch_version import torch ModuleNotFoundError: No module named 'torch'
0.275012
Traceback (most recent call last): "C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 660, in extract_info ie_result = ie.extract(url) "C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 288, in extract return self._real_extract(url) "C:\Transmogrifier\youtube-dl.py\youtube_dl\extr...
`t: 98%|█████████▊| 4663/4743 [04:01<00:03, 22.03it/s, now=None]Traceback (most recent call last): "/Users/andrew/eclipse-workspace/RedditScraper/src/Main.py", line 52, in <module> main() "/Users/andrew/eclipse-workspace/RedditScraper/src/Main.py", line 45, in main Scrape.compile_video() "/Users/andrew/eclip...
0.207513
Traceback (most recent call last): "C:\Users\Andy\AppData\Local\Programs\Spyder\pkgs\spyder\plugins\editor\widgets\editor.py", line 2093, in _save_file self.modification_changed(index=index) "C:\Users\Andy\AppData\Local\Programs\Spyder\pkgs\spyder\plugins\editor\widgets\editor.py", line 2550, in modification_change...
Traceback (most recent call last): "./src/manage.py", line 22, in <module> execute_from_command_line(sys.argv) "/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() "/Users/dan/.virtualenvs/cloud-h...
0.275604
Traceback (most recent call last): "planet/training/running.py", line 201, in __iter__ for value in self._process_fn(self._logdir, *args): "/home/user/brandenb/NimbRo-OP/src/planet/planet/scripts/train.py", line 73, in process training.define_model, dataset, logdir, config): "planet/training/utility.py"...
Traceback (most recent call last): "./buildscripts/build_prepare.py", line 637, in <module> print(export(args['sourcePath'], args['targetPath'], args.get('skiphg', False), args.get('skipscripts', False), args.get('nodownload', False))) "./buildscripts/build_prepare.py", line 607, in export return exporter.expor...
0.26644
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...
Traceback (most recent call last): "./benchmark_m4.py", line 84, in <module> results.append(evaluate(dataset_name, estimator)) "./benchmark_m4.py", line 60, in evaluate predictor = estimator.train(dataset.train) "/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/mo...
0.209404
Traceback (most recent call last): "exploit.py", line 68, in <module> io.sendline(len(JAVASCRIPT_OR_HTML)) "/Users/heapcrash/.pyenv/versions/3.8.8/lib/python3.8/site-packages/pwnlib/tubes/tube.py", line 796, in sendline line = context._encode(line) "/Users/heapcrash/.pyenv/versions/3.8.8/lib/python3.8/site-p...
Traceback (most recent call last): "red.py", line 614, in <module> loop.rununtil_complete(main(bot)) "C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\base_events.py", line 467, in run_until_complete return future.result() "C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\futures...
0.218893
Traceback (most recent call last): "/home/deankarlo/anaconda3/envs/tf-gpu/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1709, in data_generator use_mini_mask=config.USE_MINI_MASK) "/home/deankarlo/anaconda3/envs/tf-gpu/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py...
Traceback (most recent call last): "/usr/local/bin/celery", line 9, in <module> load_entry_point('celery==3.1.4', 'console_scripts', 'celery')() "/usr/local/lib/python2.7/dist-packages/celery/__main__.py", line 29, in main main() "/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 80, in main cmd....
0.249881
Traceback (most recent call last): "/home/loknar/.virtualenvs/env1_v1/local/lib/python2.7/site-packages/webview/gtk.py", line 15, in <module> from gi.repository import Gtk as gtkImportError: No module named gi.repository
Traceback (most recent call last): "/opt/conda/lib/python3.7/site-packages/conda/gateways/disk/update.py", line 107, in touch mkdir_p_sudo_safe(dirpath) "/opt/conda/lib/python3.7/site-packages/conda/gateways/disk/__init__.py", line 84, in mkdir_p_sudo_safe os.mkdir(path) ExistsError: [Errno 17] exists: '/r...
0.191575
Traceback (most recent call last): "TorrentToMedia.py", line 384, in <module> exit(main(sys.argv)) "TorrentToMedia.py", line 369, in main clientAgent) "TorrentToMedia.py", line 201, in processTorrent inputCategory) "/home/htpc/scripts/nzbToMedia/nzbtomedia/autoProcess/autoProcessMovie.py ", line 128, in process...
2017-04-08 20:04:09,503 -- ERROR -- Traceback (most recent call last): "/usr/local/lib/python2.7/dist-packages/glances/stats.py", line 105, in _load_plugin self._plugins[name] = plugin.Plugin(args=args) "/usr/local/lib/python2.7/dist-packages/glances/plugins/glances_sensors.py", line 53, in __init__ self.glanc...
0.168722
Traceback (most recent call last): "demo.py", line 10, in <module> from networks.dextr import DEXTR "/local/arathore/3D_processing/DEXTR-KerasTensorflow/networks/dextr.py", line 8, in <module> from networks import resnet "/local/arathore/3D_processing/DEXTR-KerasTensorflow/networks/resnet.py", line 12, in <m...
Traceback (most recent call last): "/Users/tripdes/Projects/microblog/venv/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context context) "/Users/tripdes/Projects/microblog/venv/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 470, in do_execute cursor.execute(sta...
0.3087
Traceback (most recent call last): "train_ssd.py", line 139, in <module> main() "train_ssd.py", line 130, in main model = train(cfg, args) "train_ssd.py", line 71, in train return do_train(cfg, model, train_loader, optimizer, scheduler, device, args) "/home/ldap/mariano.metallo/03_SSD_Classifier/SSD/ssd/...
Traceback (most recent call last): "update.py", line 39, in <module> unzip('lists/ipout') "update.py", line 25, in unzip myzip.write(file) "/usr/lib/python3.5/zipfile.py", line 1433, in write st = os.stat(filename) NotFoundError: [Errno 2] No such file or directory: 'lists/ipout'
0.271593
Traceback (most recent call last): "s2.py", line 13, in <module> model.compile(loss='mse', optimizer='rmsprop') "build/bdist.macosx-10.6-intel/egg/keras/models.py", line 372, in compile "build/bdist.macosx-10.6-intel/egg/seq2seq/models.py", line 286, in get_outputNameError: global name 'T' is not defined
Traceback (most recent call last): "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 1639, in _monitor self._handle_ok() "/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2087, in _handle_ok self._continue_sending() "/home/pi/oprint/local/lib/pyth...
0.320081
Traceback (most recent call last): "youtube_dl\YoutubeDL.pyo", line 649, in extract_info "youtube_dl\extractor\common.pyo", line 273, in extract "youtube_dl\extractor\youtube.pyo", line 1104, in _real_extract "youtube_dl\extractor\youtube.pyo", line 668, in _decrypt_signatureExtractorError: Signature extraction...
Traceback (most recent call last): "/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) "/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/ensemble/tests/test_forest.py", line 80, in check_cl...
0.218842
Traceback (most recent call last): "~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/common.py", line 817, in start "~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/common.py", line 1105, in _runMainLoop "~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-p...
Traceback (most recent call last): "/opt/git/salt/tests/integration/states/pip.py", line 64, in test_pip_installed_errors self.assertSaltTrueReturn(ret) "/opt/git/salt/tests/integration/__init__.py", line 1406, in assertSaltTrueReturn **(next(six.itervalues(ret))) AssertionError: False is not True. Salt Comment:
0.319291
Traceback (most recent call last): "test_Phylo.py", line 266, in setUp self.phylogenies = list(Phylo.parse(EX_PHYLO, 'phyloxml')) "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/_io.py", line 51, in parse for tree in getattr(supported_formats[format], 'parse')(fp, **kwar...
Traceback (most recent call last): "lendingbot.py", line 457, in <module> refreshTotalLended() "lendingbot.py", line 230, in refreshTotalLended for item in cryptoLended["provided"]:KeyError: 'provided'
0.230794
Traceback (most recent call last): "/Users/kriehl/anaconda/bin/conda-env", line 6, in <module> sys.exit(main()) "/Users/kriehl/anaconda/lib/python2.7/site-packages/conda_env/cli/main.py", line 63, in main return args_func(args, parser) "/Users/kriehl/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 2...
Traceback (most recent call last): "/usr/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run _do_run(cmd, checks, log_stdout) "/usr/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run raise subprocess.CalledProcessError(exit...
0.216334
Traceback (most recent call last): "./CTFd/__init__.py", line 11, in <module> from CTFd.utils import cache, migrate, migrate_upgrade, migrate_stamp "./CTFd/utils.py", line 21, in <module> from flask_caching import Cache ImportError: No module named flask_caching
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\YoutubeDL.py", line 785, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\extractor\common.py", line 440, in extract "C:\Users\dst\Ap...
0.196766
Traceback (most recent call last): "<string>", line 1, in <module> "/tmp/pip-mexjgnop-build/setup.py", line 95, in <module> cmdclass={'build': CustomBuild} "/usr/lib/python3.6/distutils/core.py", line 148, in setup dist.run_commands() "/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands sel...
Traceback (most recent call last): "job_trigger.py", line 37, in <module> myJob.retry() "/usr/lib/python3.6/site-packages/gitlab/cli.py", line 42, in wrapped_f return f(*args, **kwargs) "/usr/lib/python3.6/site-packages/gitlab/exceptions.py", line 253, in wrapped_f raise error(e.error_message, e.response_co...
0.2966
Traceback (most recent call last): "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 199, in async_update_ha_state "No entity id specified for entity {}".format(self.name)) homeassistant.exceptions.NoEntitySpecifiedError: No entity id specified for entity Gateway Light_34ce0091d...
Traceback (most recent call last): "lasagne_test.py", line 35, in <module> train = theano.function(args, loss, updates = updates) "/usr/local/lib/python2.7/site-packages/theano/compile/function.py", line 266, in function profile=profile) "/usr/local/lib/python2.7/site-packages/theano/compile/pfunc.py", line 511, ...
0.319675
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap real_scan_start() "/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start self.w3af.start() "/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 275, in start self.scan_end_hook() "/...
Traceback (most recent call last): "sherlock.py", line 22, in <module> from colorama import Fore, Style, init ModuleNotFoundError: No module named 'colorama
0.154644
Traceback (most recent call last): "/var/www/mycodo/mycodo/utils/influx.py", line 112, in read_last_influxdb number = len(last_measurement['series'][0]['values']) KeyError: 'series'
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.297742
Traceback (most recent call last): "hotword.py", line 156, in <module main() "hotword.py", line 134, in main Assistant._version_str_()) AttributeError: type object 'Assistant' has no attribute '_version_str_'
Traceback (most recent call last): "/home/victor/anaconda3/envs/lanenet/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1278, in _do_call return fn(*args) "/home/victor/anaconda3/envs/lanenet/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1263, in _run_fn options, ...
0.29575
Traceback (most recent call last): "dill_load.py", line 4, in <module> foo = dill.load(fh) "/home/b/lib/python/dill-0.2.4-py2.6.egg/dill/dill.py", line 199, in load obj = pik.load() "/rel/lang/python/2.6.4-8/lib/python2.6/pickle.py", line 858, in load dispatch[key](self) "/rel/lang/python/2.6.4-8/lib/python2.6...
Traceback (most recent call last): "/Scripts/SabScripts/nzbToSickBeard.py", line 131, in <module> Logger.info("====================") # Seperate old from new log "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1021, in info self._log(INFO, msg, args, **kwargs) "/...
0.272128
Traceback (most recent call last): "<stdin>", line 1, in <module> "/usr/local/lib/python2.7/site-packages/twitter/api.py", line 266, in __call__ handle = urllib_request.urlopen(req, **kwargs) "/usr/local/lib/python2.7/site-packages/twitter/api.py", line 299, in _handle_response Get RESTful data by accessing membe...
Traceback (most recent call last): "./libs/chess/uci.py", line 724, in _info pv.append(board.push_uci(token)) "./libs/chess/__init__.py", line 2361, in push_uci move = self.parse_uci(uci) "./libs/chess/**init**.py", line 2348, in parse_uci raise ValueError("illegal uci: {0}".format(repr(uci)))ValueError: illegal ...
0.235843
Traceback (most recent call last): "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 121, in worker result = (True, func(*args, **kwds)) "C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 44, in mapstar return list(map(*args)) "C:...
Traceback (most recent call last): "/usr/local/Cellar/youtube-dl/2020.12.14/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract ie_result = self._real_extract(url) "/usr/local/Cellar/youtube-dl/2020.12.14/libexec/lib/python3.9/site-packages/youtube_dl/extractor/viu.py", line...
0.238792
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/src/bitfinex/modules/MarketAnalysis.py", line 178, in update_market_thread market_data.append...
ERROR (theano.gof.opt): Traceback (most recent call last): "/usr/local/lib/python3.4/dist-packages/theano/gof/opt.py", line 1787, in process_node replacements = lopt.transform(node) "/usr/local/lib/python3.4/dist-packages/theano/gof/opt.py", line 1238, in transform repl = opt.transform(node) "/usr/local/lib/pytho...
0.329447
Traceback (most recent call last): "/home/osmc/flexget/lib/python3.4/site-packages/flexget/plugins/modify/torrent.py", line 61, in on_task_modify entry['torrent_info_hash'] = torrent.info_hash "/home/osmc/flexget/lib/python3.4/site-packages/flexget/utils/bittorrent.py", line 297, in info_hash info_data = encode...
Traceback (most recent call last): "/usr/share/pyload/module/database/DatabaseBackend.py", line 96, in processJob self.result = self.f(*self.args, **self.kwargs) "/usr/share/pyload/module/database/ Database.py", line 767, in updateLink self.c.execute('UPDATE links SET url=?,name=?,size=?,status=?,error=?,package=? ...
0.206657
Traceback (most recent call last): "getallvms.py", line 97, in <module> main() "getallvms.py", line 73, in main port=int(args.port)) "/usr/local/lib/python2.7/dist-packages/pyVim/connect.py", line 663, in SmartConnect sslContext) "/usr/local/lib/python2.7/dist-packages/pyVim/connect.py", line 552, in __FindSupp...
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 625, in run "calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the F...
0.27743
Traceback (most recent call last): "/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn conn = connection.create_connection( "/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection raise err "/usr/lib/python3/dist-packages/urllib3/util/connection.p...
Traceback (most recent call last): "C:\Python27\Lib\site-packages\gooey\gooey\mockapplications\module_with_no_argparse.py", line 18, in <module> main() "C:\Python27\lib\site-packages\gooey-0.1.0-py2.7.egg\gooey\python_bindings\gooey_decorator.py", line 127, in inner frame = BaseWindow(BodyPanel, build_spec, params)...
0.226693
Traceback (most recent call last): "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner self.run() "/usr/local/lib/python2.7/dist-packages/toil/lib/threading.py", line 73, in run self.tryRun( ) "/usr/local/lib/python2.7/dist-packages/toil/lib/threading.py", line 79, in tryRun super( ExceptionalThread...
Traceback (most recent call last): "./installinstallmacos.py", line 528, in <module> main() "./installinstallmacos.py", line 427, in main su_catalog_url = args.sucatalog_url AttributeError: 'Namespace' object has no attribute 'sucatalog_url'```
0.161604
Traceback (most recent call last): "scripts/prepro_feats.py", line 47, in <module> from misc.resnet_utils import myResnet ImportError: No module named misc.resnet_utils
Traceback (most recent call last): "/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info ie_result = ie.extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 169, in extract return self._real_extract(url) "/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py",...
0.209944
Traceback (most recent call last): "<pyshell#6>", line 1, in <module> api.iphone.location() "C:\Users\User\Anaconda3\lib\site-packages\pyicloud\base.py", line 284, in iphone return self.devices[0] "C:\Users\User\Anaconda3\lib\site-packages\pyicloud\base.py", line 270, in devices self.params "C:\Users\Use...
Traceback (most recent call last): "C:\Users\Professional\AppData\Roaming\Sublime Text 3\Packages\ChannelManager\channel_utilities.py", line 58, in <module> from PythonDebugTools.debug_tools import Debugger ImportError: No module named 'PythonDebugTools'
0.274947
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): "/opt/openlibrary/deploys/openlibrary/openlibrary/infogami/utils/template.py", line 146, in saferender result = t(*a, **kw) "/opt/openlibrary/venv/local/lib/python2.7/site-packages/web/template.py", line 868, in __call__ return BaseTemplate.__call__(self, *a, **kw) "/opt/op...
0.26592
Traceback (most recent call last): "compare.py", line 129, in <module> main(parse_arguments(sys.argv[1:])) "compare.py", line 59, in main emb = sess.run(embeddings, feed_dict=feed_dict) "/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 767, in run run_metadata_ptr) "/usr/...
Traceback (most recent call last): "/Users/tom/Dropbox/Code/Glue/glue/glue/app/qt/application.py", line 1174, in closeEvent viewer.close(warn=False) "/Users/tom/Dropbox/Code/Glue/glue/glue/viewers/common/qt/data_viewer.py", line 174, in close self.toolbar.cleanup() "/Users/tom/Dropbox/Code/Glue/glue/glue/vie...
0.30921
Traceback (most recent call last): "c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, "c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs "c...
Traceback (most recent call last): "C:\Users\Magdalena Szydlowska\Projects\golem\golem\monitor\transport\httptransport.py", line 17, in _post r = requests.post(self.url, data=payload, headers=headers, timeout=self.timeout) "C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\requests\api.py", line...
0.314542
Traceback (most recent call last): "/usr/lib/python3.6/logging/handlers.py", line 936, in emit self.socket.send(msg) OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last): "C:\Miniconda3\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen chunked=chunked, "C:\Miniconda3\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request self._validate_conn(conn) "C:\Miniconda3\lib\site-packages\urllib3\connectionpool.py",...
0.227838
Traceback (most recent call last): "tools/train.py", line 166, in <module> main() "tools/train.py", line 162, in main meta=meta) "/opt/conda/lib/python3.7/site-packages/mmdet/apis/train.py", line 150, in train_detector runner.run(data_loaders, cfg.workflow, cfg.total_epochs) "/opt/conda/lib/python3.7/sit...
Traceback (most recent call last): ".\run_ruby_test.py", line 153, in append_data ".\encodings\utf_8.py", line 16, in decodeUnicodeDecodeError: 'utf8' codec can't decode byte 0x8d in position 0: unexpected code byte
0.275198
Traceback (most recent call last): "d:\tool\python\38\lib\runpy.py", line 192, in _run_module_as_main return _run_code(code, main_globals, None, "d:\tool\python\38\lib\runpy.py", line 85, in _run_code exec(code, run_globals) "d:\tool\python\38\Scripts\flask.exe\__main__.py", line 9, in <module> "d:\tool\p...
Traceback (most recent call last): "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen chunked=chunked) "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 389, in _make_request self._raise_timeout(err=e, url=url, timeout_value=read_timeout) "/usr/lib/python3/dist-pa...
0.297426
Traceback (most recent call last): "/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pandas-0.11.0.dev_b0ee363-py3.3-macosx-10.6-intel.egg/pandas/io/tests/test_yahoo.py", line 87, in test_get_data dfi = web.get_components_yahoo('^DJI') "/Library/Frameworks/Python.framework/Versions/3.3/...
Traceback (most recent call last): "/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all exploit.exploit() "/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit s = self._generate_shell(vuln) "/usr/share/w3af/w3af/plugins/attack/sqlmap.py...
0.302207
Traceback (most recent call last): "bin/docker-compose", line 3, in <module> "compose/cli/main.py", line 67, in main "compose/cli/main.py", line 123, in perform_command "compose/cli/command.py", line 69, in project_from_options "compose/cli/command.py", line 125, in get_project "compose/cli/command.py...
Traceback (most recent call last): "<input>", line 1, in ?TypeError: function takes at least 1 argument (0 given)
0.145868
Traceback (most recent call last): "/home/troy/BUDDIES/lib/python3.4/site-packages/requests/adapters.py", line 370, in send timeout=timeout "/home/troy/BUDDIES/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 597, in urlopen _stacktrace=sys.exc_info()[2]) "/home/troy/BUDDIES/lib/pyth...
Traceback (most recent call last): "sqlmap.py", line 100, in main start() "lib/controller/controller.py", line 375, in start setupTargetEnv() "lib/core/target.py", line 697, in setupTargetEnv _createTargetDirs() "lib/core/target.py", line 629, in _createTargetDirs warnMsg += "Using temporary directory '%s' inst...
0.251058
Traceback (most recent call last): "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap self.run() "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run self._target(_self._args, *_self._kwargs) "/usr/lib/python2.7/site-packages/wok/plugins/kimchi/vnc.py", line 52, in start_pro...
Traceback (most recent call last): "site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins "calibre_plugins.dedrm.__init__", line 625, in run "calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the F...
0.180415
`Traceback (most recent call last): "/root/subsync/bin/ffsubsync", line 8, in <module> sys.exit(main()) "/root/subsync/lib/python3.6/site-packages/ffsubsync/ffsubsync.py", line 261, in main return run(args) "/root/subsync/lib/python3.6/site-packages/ffsubsync/ffsubsync.py", line 117, in run for scale_factor...
Traceback (most recent call last): "conv_net_sentence.py", line 327, in <module> dropout_rate=[0.5],img_w=wordim) "conv_net_sentence.py", line 170, in train_conv_net cost_epoch = train_model(minibatch_index) "/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 606, in __call__ storage_...
0.287523
Traceback (most recent call last): "/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest self.test(*self.arg) TypeError: test_verification_w_confdir() missing 1 required positional argument: 'tdata'
Traceback (most recent call last): "/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 617, in urlopen chunked=chunked) "/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 360, in _make_request self._validate_conn(conn) "/u...
0.254179
Traceback (most recent call last): "/usr/lib64/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info ie_result = ie.extract(url) "/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 356, in extract return self._real_extract(url) "/usr/lib64/python3.5/site-packages/youtub...
Traceback (most recent call last): "/tmp/buildd/paramiko-1.16.0/tests/test_sftp.py", line 735, in test_O_getcwd self.assertEqual(None, sftp.getcwd())AssertionError: None != u'/'
0.250728
Traceback (most recent call last): "/Library/Python/2.7/site-packages/awscli/clidriver.py", line 200, in main return command_table[parsed_args.command](remaining, parsed_args) "/Library/Python/2.7/site-packages/awscli/clidriver.py", line 338, in __call__ return command_table[parsed_args.operation](remaining, pa...
ec2-**_******.eu-west-1.compute.amazonaws.com | FAILED => Traceback (most recent call last): "/usr/lib/pymodules/python2.7/ansible/runner/**init**.py", line 561, in _executor exec_rc = self._executor_internal(host, new_stdin) "/usr/lib/pymodules/python2.7/ansible/runner/__init__.py", line 666, in _executor_internal...
0.282206
Traceback (most recent call last): "/bin/intelmqctl", line 11, in <module> load_entry_point('intelmq==2.0.1', 'console_scripts', 'intelmqctl')() "/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 1710, in main return x.run() "/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 9...
Traceback (most recent call last): "/usr/local/bin/jrnl", line 9, in <module> load_entry_point('jrnl==1.7.18', 'console_scripts', 'jrnl')() "/usr/local/lib/python2.7/dist-packages/jrnl/cli.py", line 120, in run config = install.install_jrnl(CONFIG_PATH) "/usr/local/lib/python2.7/dist-packages/jrnl/install.py", li...
0.319604
Traceback (most recent call last): "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) "/usr/local/lib/python3.5/dist-packages/keras/engine/training.py", line 612, in data_generator_task gen...
Traceback (most recent call last): "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner self.run() "D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run self.__target(*self.__args, **self.__kwargs) "D:\tools\XX-Net-3.7.9\code\defaul...
0.269254
Traceback (most recent call last): "/srv/handlers/base_handler.py", line 271, in dispatch_request return super(Handler, self).dispatch_request(*args, **kwargs) "/env/lib/python3.7/site-packages/flask/views.py", line 163, in dispatch_request return meth(*args, **kwargs) "/srv/libs/handler.py", line 369, in wr...
Traceback (most recent call last): "/var/mycodo-root/env/lib/python3.5/site-packages/rpyc/core/protocol.py", line 347, in _dispatch_request res = self._HANDLERS[handler](self, *args) "/var/mycodo-root/env/lib/python3.5/site-packages/rpyc/core/protocol.py", line 624, in _handle_call return self._local_objects[oi...
0.327522
Traceback (most recent call last): "/Dedicated/jmichaelson-wdata/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run _do_run(cmd, checks, log_stdout) "/Dedicated/jmichaelson-wdata/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run raise subprocess...
Traceback (most recent call last): "c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\spotdl\downloader.py", line 208, in _download_list track_dl.download_single() "c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\spotdl\downloader.py", line 119, in download_single re...
0.206209
Traceback (most recent call last): "/Users/ijstokes/anaconda/bin/conda-inspect", line 3, in <module> from conda_build.main_inspect import main "/Users/ijstokes/anaconda/lib/python2.7/site-packages/conda_build/main_inspect.py", line 23, in <module> from conda.cli.install import check_installImportError: cannot impor...
Traceback (most recent call last): "/home/hobot/hangoutsbot/hangupsbot/commands/__init__.py", line 436, in run results = yield from func(bot, event, *args, **kwds) "/home/hobot/hangoutsbot/hangupsbot/plugins/slackrtm/commands_hangouts.py", line 199, in slack_syncto slackrtm.config_syncto(channelid, event.conv.i...
0.253519
Traceback (most recent call last): "/Users/paolofracas/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback ret = callback() "/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 542, in <lambda> self.io_loop.add_callback(lambda : self._handle_ev...
Traceback (most recent call last): "/Users/davidharris/anaconda/bin/conda", line 6, in <module> "/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 139, in main "/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 146, in args_func "/Users/davidharris/a...
0.260509
Traceback (most recent call last): "C:\Python38\lib\site-packages\TikTokApi\tiktok.py", line 48, in getData return r.json() "C:\Python38\lib\site-packages\requests\models.py", line 898, in json return complexjson.loads(self.text, **kwargs) "C:\Python38\lib\json\__init__.py", line 357, in loads return _defau...
Traceback (most recent call last): "F:/expression/InterFaceGAN-master/edit.py", line 112, in <module> main() "F:/expression/InterFaceGAN-master/edit.py", line 98, in main outputs = model.easy_synthesize(interpolations_batch) "F:\expression\InterFaceGAN-master\models\base_generator.py", line 230, in easy_synt...
0.315493
Traceback (most recent call last): "/usr/lib64/python3.4/runpy.py", line 170, in _run_module_as_main "__main__", mod_spec) "/usr/lib64/python3.4/runpy.py", line 85, in _run_code exec(code, run_globals) "/home/kagami/code/tmp/youtube-dl/youtube_dl/__main__.py", line 19, in <module> youtube_dl.main() "/home/kagam...
Traceback (most recent call last): "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 141, in _new_conn (self.host, self.port), self.timeout, **extra_kw) "/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/packages/urllib3/uti...
0.306168
Traceback (most recent call last): "/usr/lib/pymodules/python2.7/nose/case.py", line 186, in runTest self.test(*self.arg) "/home/local/lamueller/checkout/scikit-learn/sklearn/tests/test_common.py", line 167, in test_transformers X_pred2 = trans.transform(X, y_) "/home/local/lamueller/checkout/scikit-learn/sklearn...
Traceback (most recent call last): "/home/codesci/venv/bin/rainbowstream", line 7, in <module> from rainbowstream.rainbow import fly "/home/codesci/venv/lib/python3.2/site-packages/rainbowstream/rainbow.py", line 1437 usage += s + grey(u'\u266A' + ' Discover the world \n') ^SyntaxError: invalid syntax
0.155246
Traceback (most recent call last): "/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/pool.py", line 259, in run sys.exit(self.workloop()) "/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/pool.py", line 305, in workloop req = wait_for_job() "/h...
Traceback (most recent call last): "/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra check_service_health(api=name, print_error=print_error) "/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health raise e "/opt/code/localstack/localstack/services/...
0.285021
Traceback (most recent call last): "/usr/local/Cellar/pipx/0.15.1.1/libexec/bin/pipx", line 11, in <module> load_entry_point('pipx==0.15.1.1', 'console_scripts', 'pipx')() "/usr/local/Cellar/pipx/0.15.1.1/libexec/lib/python3.7/site-packages/pipx/main.py", line 590, in cli return run_pipx_command(parsed_pipx_arg...
Traceback (most recent call last): "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 266, in get_value value = self.df.iat[row, column] "C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py",...
0.326509
Traceback (most recent call last): "/Users/Rashawn/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 369, in <module> Main() "/Users/Rashawn/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 358, in Main BuildYcmdLibs( args ) "/Users/Rashawn/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", ...
Traceback (most recent call last): "<stdin>", line 1, in <module> "c:\Python27\lib\site-packages\astropy\time\core.py", line 561, in __getattr__ out = tm._time.value[0] "c:\Python27\lib\site-packages\astropy\time\core.py", line 1348, in value int(ihr), int(imin), int(isec), int(ifracsec))ValueError: second must b...
0.295213
Traceback (most recent call last): "/usr/bin/salt-ssh", line 10, in <module> salt_ssh() "/usr/lib/python2.7/dist-packages/salt/scripts.py", line 273, in salt_ssh client.run() "/usr/lib/python2.7/dist-packages/salt/cli/ssh.py", line 18, in run ssh.run() "/usr/lib/python2.7/dist-packages/salt/client/ssh/__init__....
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\YoutubeDL.py", line 797, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 530, in extract "C:\Us...
0.156152
Traceback (most recent call last): "$CONDA_PREFIX/bin/conda-skeleton", line 11, in <module> sys.exit(main()) "$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/cli/main_skeleton.py", line 65, in main return execute(sys.argv[1:]) "$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/cli/main_skeleton.py"...
Traceback (most recent call last): "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\build\youtube_dl\YoutubeDL.py", line 785, in extract_info "C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\build\youtube_dl\extractor\common.py", line 440, in extract "C:\Users\dst\Ap...
0.280818
Traceback (most recent call last): "/conda/lib/python3.7/site-packages/distributed/comm/tcp.py", line 237, in write stream.write(b) "/conda/lib/python3.7/site-packages/tornado/iostream.py", line 546, in write self._check_closed() "/conda/lib/python3.7/site-packages/tornado/iostream.py", line 1009, in _check_...
Traceback (most recent call last): "decode_full_model.py", line 169, in <module> args.max_dec_word, args.cuda) "decode_full_model.py", line 87, in decode all_beams = abstractor(ext_arts, beam_size, diverse) "/home/arnav-gulati/Documents/other_models/fast_abs_rl-master/decoding.py", line 116, in __call__ all...
0.250565
Traceback (most recent call last): "/srv/openvpn-monitor/bin/bottle.py", line 862, in _handle return route.call(**args) "/srv/openvpn-monitor/bin/bottle.py", line 1740, in wrapper rv = callback(*a, **ka) "/srv/openvpn-monitor/lib/python3.5/site-packages/openvpn-monitor.py", line 854, in get_slash return ren...
Traceback (most recent call last): "/Users/bussonniermatthias/anaconda/lib/python3.5/zipfile.py", line 1595, in __del__ self.close() "/Users/bussonniermatthias/anaconda/lib/python3.5/zipfile.py", line 1607, in close self.fp.seek(self.start_dir)ValueError: seek of closed file
0.295155
Traceback (most recent call last): "C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll super(QtKernelRestarter, self).poll() "C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll self.kernel_manager.restart_kernel(now=True, newports=newports)...
Traceback (most recent call last): "laika.py", line 25, in <module> from laikaboss.dispatch import Dispatch, close_modules "/home/hostname/Programs/laikaboss/laikaboss/dispatch.py", line 18, in <module> from util import get_scanObjectUID, listToSSV, yara_on_demand, \ ModuleNotFoundError: No module named 'util'
0.239697
PIO Core Call Error: "<Exception instance at 0x60f6ac8 with str error:\n Traceback (most recent call last):\n \"C:\\Users\\Brice\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\n return str(o)\nUnicodeEncodeError: 'ascii' codec can't encode character u'\\xe8' in position 9...
Traceback (most recent call last): "C:\Program s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) "C:\Program s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 85...
0.217801
Traceback (most recent call last): "/home/user/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap real_scan_start() "/home/user/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start self.w3af.start() "/home/user/w3af/w3af/core/controllers/w3afCore.py", line 204, in start self.strategy.start() "...
ThreadPoolExecutor-0_1 :: [e094759] Failed doing webui callback: Traceback (most recent call last): "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickchill/views/index.py", line 180, in async_call result = function(**kwargs) "/volume1/@appstore/sickbeard-custom/var/SickBeard/sickchill/views/home.py", line 987,...
0.155813