text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/variety/VarietyWindow.py", line 1156, in download_one_from
file = downloader.download_one()
"/usr/lib/python3/dist-packages/variety/plugins/downloaders/DefaultDownloader.py", line 141, in download_one
items = self.fill_queue()
"/usr/lib/python3/dist-packages/variety/plugins/builtin/downloaders/ChromeOSWallpapersDownloader.py", line 54, in fill_queue
manifest = Util.fetch_json(MANIFEST_URL)
"/usr/lib/python3/dist-packages/variety/Util.py", line 643, in fetch_json
return Util.request(url, data, **request_kwargs).json()
"/usr/lib/python3/dist-packages/variety/Util.py", line 622, in request
r.raise_for_status()
"/usr/lib/python3/dist-packages/requests/models.py", line 941, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://storage.googleapis.com/chromeos-wallpaper-public/manifest_en.json
| Traceback (most recent call last):
"commix.py", line 31, in <module>
import src.core.main
"main.py", line 1181, in <module>
print "[ " + Fore.RED + "FAILED" + Style.RESET_ALL + " ]"
"main.py", line 936, in main
print "[ " + Fore.RED + "FAILED" + Style.RESET_ALL + " ]"
"controller.py", line 585, in do_check
perform_checks(url,filename)
"controller.py", line 522, in perform_checks
stored_http_header_injection(url, check_parameter, http_request_method, filename, timesec)
"controller.py", line 296, in stored_http_header_injection
http_headers_injection(url, http_request_method, filename, timesec)
"controller.py", line 255, in http_headers_injection
user_agent_injection(url, http_request_method, filename, timesec)
"controller.py", line 224, in user_agent_injection
injection_proccess(url, check_parameter, http_request_method, filename, timesec)
"controller.py", line 194, in injection_proccess
if fb_handler.exploitation(url, timesec, filename, http_request_method, url_time_response) != False:
"fb_handler.py", line 722, in exploitation
if fb_injection_handler(url, timesec, filename, http_request_method, url_time_response) == False:
"fb_handler.py", line 305, in fb_injection_handler
response = fb_injector.user_agent_injection_test(url, vuln_parameter, payload)
"fb_injector.py", line 123, in user_agent_injection_test
return requests.user_agent_injection(url, vuln_parameter, payload)
"requests.py", line 433, in user_agent_injection
response = inject_user_agent(url, vuln_parameter, payload, proxy)
"requests.py", line 358, in inject_user_agent
headers.check_http_traffic(request)
"headers.py", line 144, in check_http_traffic
if settings.VERBOSITY_LEVEL < 2:
"urllib2.py", line 429, in open
response = self._open(req, data)
"urllib2.py", line 447, in _open
'_open', req)
"urllib2.py", line 407, in _call_chain
result = func(*args)
"headers.py", line 134, in http_open
raise SystemExit()IndexError: list index out of range | 0.217537 |
Traceback (most recent call last):
"eval.py", line 62, in <module>
tf.app.run()
"/Users/DOVAN/anaconda2/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 44, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"eval.py", line 38, in main
image = reader.get_image(FLAGS.image_file, height, width, image_preprocessing_fn)
"/Users/DOVAN/deeprely/fast-neural-style-tensorflow/reader.py", line 10, in get_image
return preprocess_fn(image, height, width)
"/Users/DOVAN/deeprely/fast-neural-style-tensorflow/preprocessing/preprocessing_factory.py", line 70, in preprocessing_fn
image, output_height, output_width, is_training=is_training, **kwargs)
"/Users/DOVAN/deeprely/fast-neural-style-tensorflow/preprocessing/vgg_preprocessing.py", line 388, in preprocess_image
resize_side_min)
"/Users/DOVAN/deeprely/fast-neural-style-tensorflow/preprocessing/vgg_preprocessing.py", line 353, in preprocess_for_eval
image = _central_crop([image], output_height, output_width)[0]
"/Users/DOVAN/deeprely/fast-neural-style-tensorflow/preprocessing/vgg_preprocessing.py", line 200, in _central_crop
crop_height, crop_width))
"/Users/DOVAN/deeprely/fast-neural-style-tensorflow/preprocessing/vgg_preprocessing.py", line 76, in _crop
tf.pack([crop_height, crop_width, original_shape[2]]))
AttributeError: 'module' object has no attribute 'pack'
| Traceback (most recent call last):
"striker.py", line 247, in <module>
dnsdump(domain)
"striker.py", line 177, in dnsdump
res = DNSDumpsterAPI(False).search(domain)
"/home/fc/Striker/plugins/DNSDumpsterAPI.py", line 93, in search
res['dns_records']['mx'] = self.retrieve_results(tables[1])
IndexError: list index out of range
| 0.319731 |
Traceback (most recent call last):
"quickstart.py", line 22, in <module>
multi_logs=True)
"/home/JAPython1/ENV/local/lib/python2.7/site-packages/instapy/instapy.py", line 215, in __init__
self.set_selenium_local_session()
"/home/JAPython1/ENV/local/lib/python2.7/site-packages/instapy/instapy.py", line 335, in set_selenium_local_session
Settings.chromedriver_location))
instapy.instapy.InstaPyError: ensure chromedriver is installed at /home/JAPython1/ENV/local/lib/python2.7/site-packages/assets/chromedriver
| Traceback (most recent call last):
"/usr/bin/beet", line 9, in <module>
load_entry_point('beets==1.3.19', 'console_scripts', 'beet')()
"/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 1266, in main
_raw_main(args)
"/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 1253, in _raw_main
subcommand.func(lib, suboptions, subargs)
"/usr/lib/python2.7/site-packages/beetsplug/keyfinder.py", line 48, in command
self.find_key(lib.items(ui.decargs(args)), write=ui.should_write())
"/usr/lib/python2.7/site-packages/beetsplug/keyfinder.py", line 74, in find_key
key_raw = output.rsplit(None, 1)[-1]IndexError: list index out of range | 0.217276 |
Traceback (most recent call last):
"C:\Users\chashuramen\AppData\Local\Programs\Python\Python38\lib\unittest\case.py", line 60, in testPartExecutor
yield
"C:\Users\chashuramen\AppData\Local\Programs\Python\Python38\lib\unittest\case.py", line 676, in run
self._callTestMethod(testMethod)
"C:\Users\chashuramen\AppData\Local\Programs\Python\Python38\lib\unittest\case.py", line 633, in _callTestMethod
method()
"C:\Users\chashuramen\PycharmProjects\slackBot\test\test_bot_methods.py", line 106, in test_send_txt_list
result = self.bot.send_file(channel=channel, file=file, filename='test.txt')
"C:\Users\chashuramen\PycharmProjects\slackBot\bot.py", line 120, in send_file
upload_result = self.webclient.files_upload(channels=channel, content=content, file=file,
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\slack\web\client.py", line 970, in files_upload
return self.api_call("files.upload", files={"file": file}, data=kwargs)
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\slack\web\base_client.py", line 171, in api_call
return self._event_loop.run_until_complete(future)
"C:\Users\chashuramen\AppData\Local\Programs\Python\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\slack\web\base_client.py", line 213, in _send
res = await self._request(
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\slack\web\base_client.py", line 244, in _request
async with session.request(http_verb, api_url, **req_args) as res:
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\aiohttp\client.py", line 1012, in __aenter__
self._resp = await self._coro
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\aiohttp\client.py", line 464, in _request
req = self._request_class(
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\aiohttp\client_reqrep.py", line 293, in __init__
self.update_body_from_data(data)
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\aiohttp\client_reqrep.py", line 483, in update_body_from_data
body = FormData(body)()
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\aiohttp\formdata.py", line 148, in __call__
return self._gen_form_data()
"C:\Users\chashuramen\.virtualenvs\slackBot\lib\site-packages\aiohttp\formdata.py", line 128, in _gen_form_data
raise TypeError(
TypeError: Can not serialize value type: <class 'list'>
| Traceback (most recent call last):
"/home/huixin/PycharmProjects/softlearning/examples/development/main.py", line 263, in <module>
main(argv=sys.argv[1:])
"/home/huixin/PycharmProjects/softlearning/examples/development/main.py", line 259, in main
run_example_local('examples.development', argv)
"/home/huixin/PycharmProjects/softlearning/examples/instrument.py", line 224, in run_example_local
reuse_actors=True)
"/home/huixin/anaconda3/envs/softlearning/lib/python3.7/site-packages/ray/tune/tune.py", line 272, in run
raise TuneError("Trials did not complete", errored_trials)
ray.tune.error.TuneError: ('Trials did not complete', [id=5bf385e2-seed=898])
| 0.289656 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 418, in start
resp = await task
"/usr/local/lib/python3.7/site-packages/aiohttp/web_app.py", line 458, in _handle
resp = await handler(request)
"/usr/local/lib/python3.7/site-packages/aiohttp/web_middlewares.py", line 119, in impl
return await handler(request)
"/usr/src/supervisor/supervisor/api/security.py", line 157, in token_validation
return await handler(request)
"/usr/src/supervisor/supervisor/api/utils.py", line 61, in wrap_api
answer = await method(api, *args, **kwargs)
"/usr/src/supervisor/supervisor/api/supervisor.py", line 82, in info
ATTR_NAME: addon.name,
"/usr/src/supervisor/supervisor/addons/model.py", line 117, in name
return self.data[ATTR_NAME]
"/usr/src/supervisor/supervisor/addons/addon.py", line 91, in data
return self.sys_addons.data.system[self.slug]
KeyError: 'core_duckdns'
| Traceback (most recent call last):
"/usr/bin/urlwatch", line 376, in <module>
main(parser.parse_args())
"/usr/bin/urlwatch", line 343, in main
report.finish()
"/usr/lib/python3.5/site-packages/urlwatch/handler.py", line 128, in finish
ReporterBase.submit_all(self, self.job_states, duration)
"/usr/lib/python3.5/site-packages/urlwatch/reporters.py", line 81, in submit_all
cls(report, cfg, job_states, duration).submit()
"/usr/lib/python3.5/site-packages/urlwatch/reporters.py", line 306, in submit
print(line)UnicodeEncodeError: 'ascii' codec can't encode character '\xfc' in position 6: ordinal not in range(128) | 0.280717 |
Traceback (most recent call last):
"C:\projects\biopython\Tests\common_BioSQL.py", line 880, in test_NC_005816
self.trans("GenBank/NC_005816.gb", "gb")
"C:\projects\biopython\Tests\common_BioSQL.py", line 928, in trans
self.assertTrue(compare_records(original_records, biosql_records))
"C:\projects\biopython\Tests\seq_tests_common.py", line 313, in compare_records
if not compare_record(old_r, new_r):
"C:\projects\biopython\Tests\seq_tests_common.py", line 238, in compare_record
if not compare_features(old.features, new.features):
"C:\projects\biopython\Tests\seq_tests_common.py", line 219, in compare_features
if not compare_feature(old_f, new_f):
"C:\projects\biopython\Tests\seq_tests_common.py", line 148, in compare_feature
"%s -> %s" % (old_f.qualifiers[key], new_f.qualifiers[key])
AssertionError: ['91001'] -> [91001]
| Traceback (most recent call last):
"h5pydatasetslice.py", line 13, in <module>
subsection = h5file['data'][np.array([1,2,3])]
"/sw/lib/python3.3/site-packages/h5py-2.4.0a0-py3.3-linux-x86_64.egg/h5py/_hl/dataset.py", line 425, in __getitem__
selection = sel.select(self.shape, args, dsid=self.id)
"/sw/lib/python3.3/site-packages/h5py-2.4.0a0-py3.3-linux-x86_64.egg/h5py/_hl/selections.py", line 71, in select
sel[arg]
"/sw/lib/python3.3/site-packages/h5py-2.4.0a0-py3.3-linux-x86_64.egg/h5py/_hl/selections.py", line 209, in __getitem__
raise TypeError("PointSelection __getitem__ only works with bool arrays")TypeError: PointSelection __getitem__ only works with bool arrays | 0.298405 |
Traceback (most recent call last):
"/usr/local/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/usr/local/lib/python3.8/threading.py", line 870, in run
self._target(*self._args, **self._kwargs)
"/usr/local/lib/python3.8/site-packages/tweepy/streaming.py", line 320, in _run
six.reraise(*exc_info)
"/usr/local/lib/python3.8/site-packages/six.py", line 703, in reraise
raise value
"/usr/local/lib/python3.8/site-packages/tweepy/streaming.py", line 289, in _run
self._read_loop(resp)
"/usr/local/lib/python3.8/site-packages/tweepy/streaming.py", line 339, in _read_loop
line = buf.read_line()
"/usr/local/lib/python3.8/site-packages/tweepy/streaming.py", line 200, in read_line
self._buffer += self._stream.read(self._chunk_size)
"/usr/local/lib/python3.8/site-packages/urllib3/response.py", line 540, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
"/usr/local/lib/python3.8/contextlib.py", line 131, in __exit__
self.gen.throw(type, value, traceback)
"/usr/local/lib/python3.8/site-packages/urllib3/response.py", line 454, in _error_catcher
raise ProtocolError("Connection broken: %r" % e, e)
urllib3.exceptions.ProtocolError: ('Connection broken: IncompleteRead(2 bytes read)', IncompleteRead(2 bytes read))
|
Traceback (most recent call last):
"/usr/local/lib/python3.2/doctest.py", line 1248, in __run
compileflags, 1), test.globs)
"<doctest sympy.tensor.index_methods.get_contraction_structure[14]>", line 1, in <module>
d[x[i]*(A[i, j]*x[j] + y[i])]
"/home/vperic/devel/sympy/sympy/interactive/printing.py", line 17, in displayhook
print(stringify_func(arg))
"/home/vperic/devel/sympy/sympy/printing/str.py", line 503, in sstrrepr
s = p.doprint(expr)
"/home/vperic/devel/sympy/sympy/printing/printer.py", line 224, in doprint
return self._str(self._print(expr))
"/home/vperic/devel/sympy/sympy/printing/printer.py", line 248, in _print
return getattr(self, printmethod)(expr, *args)
"/home/vperic/devel/sympy/sympy/printing/str.py", line 189, in _print_list
return "[%s]"%self.stringify(expr, ", ")
"/home/vperic/devel/sympy/sympy/printing/str.py", line 30, in stringify
return sep.join([self.parenthesize(item, level) for item in args])
"/home/vperic/devel/sympy/sympy/printing/str.py", line 30, in <listcomp>
return sep.join([self.parenthesize(item, level) for item in args])
"/home/vperic/devel/sympy/sympy/printing/str.py", line 27, in parenthesize
return self._print(item)
"/home/vperic/devel/sympy/sympy/printing/printer.py", line 248, in _print
return getattr(self, printmethod)(expr, *args)
"/home/vperic/devel/sympy/sympy/printing/str.py", line 82, in _print_dict
keys.sort( key=cmp_to_key(Basic.compare_pretty) )
"/home/vperic/devel/sympy/sympy/core/compatibility.py", line 119, in __lt__
return mycmp(self.obj, other.obj) < 0
"/home/vperic/devel/sympy/sympy/core/basic.py", line 317, in compare_pretty
return cmp(a,b)
"/home/vperic/devel/sympy/sympy/core/compatibility.py", line 137, in cmp
return (a > b) - (a < b)
TypeError: unorderable types: NoneType() > tuple() | 0.273949 |
Traceback (most recent call last):
"youtube_dl\YoutubeDL.pyo", line 650, in extract_info
"youtube_dl\extractor\common.pyo", line 273, in extract
"youtube_dl\extractor\generic.pyo", line 1463, in _real_extractUnsupportedError: Unsupported URL: http://www.kijk.nl/sbs6/hartvannederland/videos/3THw5gImI | Traceback (most recent call last):
"/home/bengoshi/.local/bin/emoji.py", line 20, in <module>
from wordcloud import WordCloud
ImportError: No module named wordcloud
| 0.261016 |
Traceback (most recent call last):
"/home/winston/.local/bin/markdown_py", line 5, in <module>
pkg_resources.run_script('Markdown==2.1.0', 'markdown_py')
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 467, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1200, in run_script
execfile(script_filename, namespace, namespace)
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/EGG-INFO/scripts/markdown_py", line 34, in <module>
run()
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/markdown/__main__.py", line 81, in run
markdown.markdownFrom
(**options)
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/markdown/__init__.py", line 416, in markdownFrom
kwargs.get('encoding', None))
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/markdown/__init__.py", line 346, in convert
html = self.convert(text)
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/markdown/__init__.py", line 280, in convert
self.lines = prep.run(self.lines)
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/markdown/extensions/fenced_code.py", line 128, in run
code = highliter.hilite()
"/home/winston/.local/lib/python2.7/site-packages/Markdown-2.1.0-py2.7.egg/markdown/extensions/codehilite.py", line 99, in hilite
noclasses=self.noclasses)
"/usr/lib/python2.7/dist-packages/pygments/formatters/html.py", line 347, in __init__
self.noclasses = get_bool_opt(options, 'noclasses', False)
"/usr/lib/python2.7/dist-packages/pygments/util.py", line 58, in get_bool_opt
string, optname))pygments.util.OptionError: Invalid type [False, 'Use inline styles instead of CSS classes - Default false'] for option noclasses; use 1/0, yes/no, true/false, on/off | Traceback (most recent call last):
"setup.py", line 11, in <module>
from Cython.Build import cythonize
ImportError: No module named Cython.Build
| 0.303253 |
Traceback (most recent call last):
"C:/Users/Farshid/PycharmProjects/CommunityDetection/Main.py", line 104, in <module>
num_nodes_min_max_tr, theta)
"C:\Users\Farshid\PycharmProjects\CommunityDetection\Helper.py", line 234, in create_placeholders
rand, batch_size, num_nodes_min_max, theta)
"C:\Users\Farshid\PycharmProjects\CommunityDetection\Helper.py", line 209, in generate_networkx_graphs
input_graph, target_graph = graph_to_input_target(graph)
"C:\Users\Farshid\PycharmProjects\CommunityDetection\Helper.py", line 168, in graph_to_input_target
target_node = to_one_hot(create_feature(node_feature, target_node_fields).astype(int), 2)[0]
"C:\Users\Farshid\PycharmProjects\CommunityDetection\Helper.py", line 28, in to_one_hot
one_hot = np.eye(max_value)[indices]
IndexError: index 2 is out of bounds for axis 0 with size 2
| 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_code, scope)
# noqa: S102, WPS421
"/etc/tower/settings.py", line 19, in <module>
SECRET_KEY = get_secret()
"/etc/tower/settings.py", line 8, in get_secret
return open('/etc/tower/SECRET_KEY', 'rb').read().strip()
IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
| 0.248539 |
Traceback (most recent call last):
"/mnt/gen2/TmpDir/portage/dev-python/cherrypy-3.2.2-r1/work/CherryPy-3.2.2-pypy2_0/cherrypy/test/test_logging.py", line 82, in testNormalReturn
self.assertLog(-1, intro)
"/mnt/gen2/TmpDir/portage/dev-python/cherrypy-3.2.2-r1/work/CherryPy-3.2.2-pypy2_0/cherrypy/test/logtest.py", line 170, in assertLog
if lines not in data[sliceargs]:IndexError: list index out of range | Traceback (most recent call last):
"/root/.virtualenvs/spider/lib/python3.5/site-packages/urllib3/connectionpool.py", line 595, in urlopen
self._prepare_proxy(conn)
"/root/.virtualenvs/spider/lib/python3.5/site-packages/urllib3/connectionpool.py", line 816, in _prepare_proxy
conn.connect()
"/root/.virtualenvs/spider/lib/python3.5/site-packages/urllib3/connection.py", line 326, in connect
ssl_context=context)
"/root/.virtualenvs/spider/lib/python3.5/site-packages/urllib3/util/ssl_.py", line 329, in ssl_wrap_socket
return context.wrap_socket(sock, server_hostname=server_hostname)
"/usr/lib/python3.5/ssl.py", line 377, in wrap_socket
_context=self)
"/usr/lib/python3.5/ssl.py", line 752, in __init__
self.do_handshake()
"/usr/lib/python3.5/ssl.py", line 988, in do_handshake
self._sslobj.do_handshake()
"/usr/lib/python3.5/ssl.py", line 633, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:645)
| 0.124263 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1210, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1121, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/youtube.py", line 1182, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
"/usr/lib/python3.7/site-packages/youtube_dl/extractor/common.py", line 972, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)
youtube_dl.utils.RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; see
https://yt-dl.org/update
on how to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/usr/lib/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)
"/data/shot-annotate/annotation/main.py", line 48, in main
align_data_mtcnn.align_frames(extracted_frame_dir, aligned_faces_dir)
"/data/shot-annotate/annotation/align/align_data_mtcnn.py", line 99, in align_frames
bounding_boxes, _ = detect_face.detect_face(img, minsize, pnet, rnet, onet, threshold, factor)
"/data/shot-annotate/annotation/align/detect_face.py", line 319, in detect_face
tmp = np.zeros((int(tmph[k]), int(tmpw[k]), 3))
ValueError: negative dimensions are not allowed
| 0.185898 |
Traceback (most recent call last):
"C:\MyPrograms\Anaconda\lib\site-packages\conda\exceptions.py", line 634, in conda_exception_handler
return_value = func(*args, **kwargs)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\cli\main.py", line 140, in _main
exit_code = args.func(args, p)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\cli\main_update.py", line 65, in execute
install(args, parser, 'update')
"C:\MyPrograms\Anaconda\lib\site-packages\conda\cli\install.py", line 228, in install
unknown=index_args['unknown'], prefix=prefix)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\index.py", line 101, in get_index
index = fetch_index(channel_priority_map, use_cache=use_cache)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\index.py", line 120, in fetch_index
repodatas = collect_all_repodata(use_cache, tasks)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\repodata.py", line 74, in collect_all_repodata
repodatas = _collect_repodatas_serial(use_cache, tasks)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\repodata.py", line 479, in _collect_repodatas_serial
for url, schan, pri in tasks]
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\repodata.py", line 479, in <listcomp>
for url, schan, pri in tasks]
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\repodata.py", line 109, in func
res = f(*args, **kwargs)
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\repodata.py", line 458, in fetch_repodata
mod_etag_headers.get('_mod'))
"C:\MyPrograms\Anaconda\lib\site-packages\conda\core\repodata.py", line 138, in fetch_repodata_remote_request
timeout=timeout)
"C:\MyPrograms\Anaconda\lib\site-packages\requests\sessions.py", line 521, in get
return self.request('GET', url, **kwargs)
"C:\MyPrograms\Anaconda\lib\site-packages\requests\sessions.py", line 508, in request
resp = self.send(prep, **send_kwargs)
"C:\MyPrograms\Anaconda\lib\site-packages\requests\sessions.py", line 658, in send
r.content
"C:\MyPrograms\Anaconda\lib\site-packages\requests\models.py", line 823, in content
self._content = bytes().join(self.iter_content(CONTENT_CHUNK_SIZE)) or bytes()
"C:\MyPrograms\Anaconda\lib\site-packages\requests\models.py", line 748, in generate
raise ChunkedEncodingError(e)
requests.exceptions.ChunkedEncodingError: ('Connection broken: IncompleteRead(0 bytes read)', IncompleteRead(0 bytes read))
| Traceback (most recent call last):
"C:\Users\user\Desktop\instabot-master (5)\instabot-master\examples\message_users.py", line 44, in <module>
bot.send_message(directMessage, instaUsers)
AttributeError: 'Bot' object has no attribute 'send_message'
| 0.324586 |
Traceback (most recent call last):
"/tmp/koadic/core/shell.py", line 67, in run
self.run_command(cmd)
"/tmp/koadic/core/shell.py", line 108, in run_command
self.actions[action].execute(self, cmd)
AttributeError: module 'run' has no attribute 'execute'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/home/joris/miniconda3/envs/DS-python-geospatial/lib/python3.8/site-packages/shapely/geometry/base.py", line 752, in within
return bool(self.impl['within'](self, other))
"/home/joris/miniconda3/envs/DS-python-geospatial/lib/python3.8/site-packages/shapely/predicates.py", line 18, in __call__
self._check_topology(err, this, other)
"/home/joris/miniconda3/envs/DS-python-geospatial/lib/python3.8/site-packages/shapely/topology.py", line 35, in _check_topology
raise TopologicalError(
shapely.errors.TopologicalError: The operation 'GEOSWithin_r' could not be performed. Likely cause is invalidity of the geometry <shapely.geometry.polygon.Polygon object at 0x7f0a6488e490>
| 0.303311 |
Traceback (most recent call last):
"demo_3k.py", line 21, in <module>
from bbox.bbox_transform import bbox_pred, clip_boxes
"lib/bbox/bbox_transform.py", line 2, in <module>
from bbox import bbox_overlaps_cython, ignore_overlaps_cython
ImportError: cannot import name bbox_overlaps_cython
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/Users/cadams/.virtualenvs/chris.improbable.org/lib/python3.3/site-packages/pyquery/pyquery.py", line 1068, in appendTo
value.append(self)
"/Users/cadams/.virtualenvs/chris.improbable.org/lib/python3.3/site-packages/pyquery/pyquery.py", line 1061, in append
tag.extend(root)
"lxml.etree.pyx", line 769, in lxml.etree._Element.extend (src/lxml/lxml.etree.c:38840)TypeError: Cannot convert lxml.etree._ElementUnicodeResult to lxml.etree._Element | 0.246487 |
Traceback (most recent call last):
"/usr/local/bin/graph-explorer/bottle.py", line 2699, in run
server.run(app)
"/usr/local/bin/graph-explorer/bottle.py", line 2412, in run
**self.options)
"/usr/local/bin/graph-explorer/paste/httpserver.py", line 1311, in serve
server.serve_forever()
"/usr/local/bin/graph-explorer/paste/httpserver.py", line 1091, in serve_forever
self.thread_pool.shutdown()
"/usr/local/bin/graph-explorer/paste/httpserver.py", line 941, in shutdown
self.kill_worker(worker.thread_id)
"/usr/local/bin/graph-explorer/paste/httpserver.py", line 721, in kill_worker
killthread.async_raise(thread_id, SystemExit)
"/usr/local/bin/graph-explorer/paste/util/killthread.py", line 25, in async_raise
raise ValueError("invalid thread id")ValueError: invalid thread id | Traceback (most recent call last):
"c:\users\me\appdata\local\temp\project_virtual_env\lib\site-packages\pip\compat\__init__.py", line 73, in console_to_str
return s.decode(sys.__stdout__.encoding)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe9 in position 66: invalid continuation byte
| 0.242374 |
Traceback (most recent call last):
"/Users/company/.synapse/bin/register_new_matrix_user", line 174, in <module>
register_new_user(args.user, args.password, args.server_url, secret, args.admin)
"/Users/company/.synapse/bin/register_new_matrix_user", line 117, in register_new_user
request_registration(user, password, server_location, shared_secret, bool(admin))
"/Users/company/.synapse/bin/register_new_matrix_user", line 63, in request_registration
f = urllib2.urlopen(req, context=ssl.SSLContext(ssl.PROTOCOL_SSLv23))
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
return opener.open(url, data, timeout)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 431, in open
response = self._open(req, data)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 449, in _open
'_open', req)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
result = func(*args)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1240, in https_open
context=self._context)
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 1197, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 61] Connection refused>
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
RuntimeError: Could not infer dtype of dict
| 0.173229 |
Traceback (most recent call last):
"modify_demo_MiddleBury.py", line 121, in <module>
X0 =
torch.from_numpy( np.transpose(imread(arguments_strFirst) , (2,0,1)).astype("float32")/ 255.0).type(dtype)
"/root/anaconda3/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 598, in transpose
return _wrapfunc(a, 'transpose', axes)
"/root/anaconda3/lib/python3.7/site-packages/numpy/core/fromnumeric.py", line 51, in _wrapfunc
return getattr(obj, method)(*args, **kwds)
ValueError: axes don't match array | Traceback (most recent call last):
"/usr/lib/calibre/calibre/customize/ui.py", line 154, in _run_filetype_plugins
nfp = plugin.run(path_to_file)
"calibre_plugins.dedrm.__init__", line 619, in run
"calibre_plugins.dedrm.__init__", line 395, in ePubDecrypt
DeDRMError: DeDRM v6.5.1: Couldn't decrypt after 0.3 seconds. DRM free perhaps?
| 0.325002 |
Traceback (most recent call last):
"./bin/git-cola", line 48, in <module>
from cola import cmds
"/Users/username/Downloads/git-cola/cola/cmds.py", line 12, in <module>
from cola import difftool
"/Users/username/Downloads/git-cola/cola/difftool.py", line 1, in <module>
from PyQt4 import QtGuiImportError: No module named PyQt4 | Traceback (most recent call last):
"./flow", line 42, in <module>
tfnet = TFNet(FLAGS)
"/home/moh/Documents/darkflow/net/build.py", line 34, in __init__
darknet = Darknet(FLAGS)
"/home/moh/Documents/darkflow/dark/darknet.py", line 27, in __init__
self.load_weights()
"/home/moh/Documents/darkflow/dark/darknet.py", line 82, in load_weights
wgts_loader = loader.create_loader(*args)
"/home/moh/Documents/darkflow/utils/loader.py", line 104, in create_loader
return load_type(path, cfg)
"/home/moh/Documents/darkflow/utils/loader.py", line 18, in __init__
self.load(*args)
"/home/moh/Documents/darkflow/utils/loader.py", line 76, in load
walker.offset, walker.size)
AssertionError: expect 269862452 bytes, found 789312988
| 0.250298 |
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 31, in <module>
from core.Auxillaries.auxil import *
"/opt/tidos/core/Auxillaries/auxil.py", line 23, in <module>
from imgext import *
"modules/0x05-Auxillaries+PF6/imgext.py", line 13, in <module>
import PIL.ExifTags
ImportError: No module named PIL.ExifTags
| Traceback (most recent call last):
"C:\Users\User_1\Downloads\andriller-master\andriller-master\andriller\windows.py", line 63, in func
return method(self, *args, **kwargs)
"C:\Users\User_1\Downloads\andriller-master\andriller-master\andriller\windows.py", line 510, in decode_file
dec = decoder.__class__(work_dir, file_path)
"C:\Users\User_1\Downloads\andriller-master\andriller-master\andriller\classes.py", line 56, in __init__
self.main()
"C:\Users\User_1\Downloads\andriller-master\andriller-master\andriller\decoders.py", line 272, in main
for i in self.sql_table_as_dict(table, **kw):
"C:\Users\User_1\Downloads\andriller-master\andriller-master\andriller\classes.py", line 176, in <genexpr>
return (self.zipper(row.keys(), row) for row in c.execute(query))
sqlite3.OperationalError: Could not decode to UTF-8 column 'm_content' with text 'Hey there? doesn't ya kitty ���� just ��� the way my ���'
| 0.271597 |
Traceback (most recent call last):
"train.py", line 49, in <module>
from object_detection import trainer
ImportError: cannot import name 'trainer' from 'object_detection' (C:\Users\Nutsp\anaconda3\envs\tensorflow1\lib\site-packages\object_detection-0.1-py3.8.egg\object_detection\__init__.py) |
Traceback (most recent call last):
"/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
self.run()
"/home/ybnd/code/beets/beets/beetsplug/replaygain.py", line 1198, in run
six.reraise(exc[0], exc[1], exc[2])
"/home/ybnd/.local/share/venve/beets/lib/python3.8/site-packages/six.py", line 703, in reraise
raise value
"/home/ybnd/code/beets/beets/beetsplug/replaygain.py", line 1510, in wfunc
return func(*args, **kwargs)
"/home/ybnd/code/beets/beets/beetsplug/replaygain.py", line 1460, in _store_track
store_track_gain(item, track_gains[0])
"/home/ybnd/code/beets/beets/beetsplug/replaygain.py", line 1324, in store_track_gain
self._store(item)
"/home/ybnd/code/beets/beets/beetsplug/replaygain.py", line 1319, in _store
item.store()
"/home/ybnd/code/beets/beets/beets/library.py", line 347, in store
super(LibModel, self).store(fields)
"/home/ybnd/code/beets/beets/beets/dbcore/db.py", line 516, in store
tx.mutate(query, subvars)
"/home/ybnd/code/beets/beets/beets/dbcore/db.py", line 838, in mutate
cursor = self.db._connection().execute(statement, subvals)
sqlite3.OperationalError: no such table: items
| 0.240236 |
Traceback (most recent call last):
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/tkinter/__init__.py", line 1705, in __call__
return self.func(*args)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/tkinter/__init__.py", line 749, in callit
func(*args)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/backends/_backend_tk.py", line 346, in idle_draw
self.draw()
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/backends/backend_tkagg.py", line 9, in draw
super(FigureCanvasTkAgg, self).draw()
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/backends/backend_agg.py", line 402, in draw
self.figure.draw(self.renderer)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/artist.py", line 50, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/figure.py", line 1649, in draw
renderer, self, artists, self.suppressComposite)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/image.py", line 138, in _draw_list_compositing_images
a.draw(renderer)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/artist.py", line 50, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/axes/_base.py", line 2628, in draw
mimage._draw_list_compositing_images(renderer, self, artists)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/image.py", line 138, in _draw_list_compositing_images
a.draw(renderer)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/artist.py", line 50, in draw_wrapper
return draw(artist, renderer, *args, **kwargs)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/axis.py", line 1187, in draw
renderer)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/axis.py", line 1125, in _get_tick_bboxes
extent = tick.label1.get_window_extent(renderer)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/text.py", line 930, in get_window_extent
bbox, info, descent = self._get_layout(self._renderer)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/text.py", line 313, in _get_layout
ismath=ismath)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/backends/backend_agg.py", line 209, in get_text_width_height_descent
s, fontsize, renderer=self)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/texmanager.py", line 464, in get_text_width_height_descent
dvifile = self.make_dvi(tex, fontsize)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/texmanager.py", line 328, in make_dvi
texfile], tex)
"/home/matthew/.conda/envs/cwinpy/lib/python3.7/site-packages/matplotlib/texmanager.py", line 307, in _run_checked_subprocess
exc=exc.output.decode('utf-8')))
RuntimeError: latex was not able to process the following string:
| `Traceback (most recent call last):
"pokecli.py", line 843, in <module>
main()
"pokecli.py", line 202, in main
bot.tick()
"/PokemonGo-Bot/pokemongo_bot/__init__.py", line 744, in tick
if worker.work() == WorkerResult.RUNNING:
"/PokemonGo-Bot/pokemongo_bot/cell_workers/move_to_fort.py", line 94, in work
lng
"/PokemonGo-Bot/pokemongo_bot/walkers/walker_factory.py", line 12, in walker_factory
return retUnboundLocalError: local variable 'ret' referenced before assignment | 0.322842 |
Traceback (most recent call last):
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/desk/form/save.py", line 22, in savedocs
doc.save()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 260, in save
return self._save(*args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 283, in _save
self.insert()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 249, in insert
self.run_post_save_methods()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 898, in run_post_save_methods
self.run_method("on_update")
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 765, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1040, in composer
return composed(self, method, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1023, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 759, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/setup/doctype/company/company.py", line 90, in on_update
self.create_default_accounts()
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/setup/doctype/company/company.py", line 135, in create_default_accounts
create_charts(self.name, self.chart_of_accounts, self.existing_company)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py", line 56, in create_charts
_import_accounts(chart, None, None, root_account=True)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/chart_of_accounts/chart_of_accounts.py", line 50, in _import_accounts
account.insert()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 216, in insert
self.set_new_name()
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 376, in set_new_name
set_new_name(self)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/naming.py", line 39, in set_new_name
doc.run_method("autoname")
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 765, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1040, in composer
return composed(self, method, *args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 1023, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/Users/umairsayed/Work/frappe-bench/apps/frappe/frappe/model/document.py", line 759, in <lambda>
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/Users/umairsayed/Work/frappe-bench/apps/erpnext/erpnext/accounts/doctype/account/account.py", line 23, in autoname
self.name = get_account_autoname(self.account_number, self.account_name, self.company)
NameError: global name 'get_account_autoname' is not defined | Traceback (most recent call last):
"/opt/cobra-master/cobra/__init__.py", line 85, in main
Running(a_sid).status(data)
"/opt/cobra-master/cobra/engine.py", line 94, in status
with open(file_path, 'w') as f:IOError: [Errno 13] Permission denied: '/tmp/cobra/running/aef14ca0xa62_status' | 0.27977 |
Traceback (most recent call last):
"manage.py", line 10, in <module>
execute_from_command_line(sys.argv)
"/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 371, in execute_from_command_line
utility.execute()
"/usr/lib/python3.6/site-packages/django/core/management/__init__.py", line 365, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/usr/lib/python3.6/site-packages/django/core/management/base.py", line 288, in run_from_argv
self.execute(*args, **cmd_options)
"/usr/lib/python3.6/site-packages/django/core/management/base.py", line 335, in execute
output = self.handle(*args, **options)
"/usr/lib/python3.6/site-packages/django/core/management/commands/migrate.py", line 79, in handle
executor = MigrationExecutor(connection, self.migration_progress_callback)
"/usr/lib/python3.6/site-packages/django/db/migrations/executor.py", line 18, in __init__
self.loader = MigrationLoader(self.connection)
"/usr/lib/python3.6/site-packages/django/db/migrations/loader.py", line 49, in __init__
self.build_graph()
"/usr/lib/python3.6/site-packages/django/db/migrations/loader.py", line 200, in build_graph
self.load_disk()
"/usr/lib/python3.6/site-packages/django/db/migrations/loader.py", line 77, in load_disk
module = import_module(module_name)
"/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
"<frozen importlib._bootstrap>", line 994, in _gcd_import
"<frozen importlib._bootstrap>", line 971, in _find_and_load
"<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
"<frozen importlib._bootstrap>", line 665, in _load_unlocked
"<frozen importlib._bootstrap_external>", line 674, in exec_module
"<frozen importlib._bootstrap_external>", line 888, in get_code
"<frozen importlib._bootstrap_external>", line 455, in _validate_bytecode_header
ImportError: bad magic number in 'MobSF.migrations': b'\x03\xf3\r\n'
| Traceback (most recent call last):
"/usr/bin/salt", line 10, in <module>
salt_main()
"/usr/lib64/python2.6/site-packages/salt/scripts.py", line 117, in salt_main
client.run()
"/usr/lib64/python2.6/site-packages/salt/cli/__init__.py", line 133, in run
for full_ret in cmd_func(**kwargs):
"/usr/lib64/python2.6/site-packages/salt/client/__init__.py", line 471, in cmd_cli
**kwargs)
"/usr/lib64/python2.6/site-packages/salt/client/__init__.py", line 228, in run_job
**kwargs)
"/usr/lib64/python2.6/site-packages/salt/client/__init__.py", line 1214, in pub
payload = sreq.send('clear', payload_kwargs)
"/usr/lib64/python2.6/site-packages/salt/payload.py", line 193, in send
timeout * triedsalt.exceptions.SaltReqTimeoutError: Waited 60 seconds | 0.25534 |
Traceback (most recent call last):
".\sublime_plugin.py", line 195, in on_modified
".\sublime_plugin.py", line 154, in run_timed_function
".\sublime_plugin.py", line 194, in <lambda>
".\SublimeCodeIntel.py", line 809, in on_modified
".\SublimeCodeIntel.py", line 233, in guess_lang
".\SublimeCodeIntel.py", line 475, in codeintel_manager
"D:\Sublime\Data\Packages\SublimeCodeIntel\libs\codeintel2\manager.py", line 155, in upgrade
self.db.upgrade()
"D:\Sublime\Data\Packages\SublimeCodeIntel\libs\codeintel2\database\database.py", line 516, in upgrade
% curr_ver)codeintel2.common.DatabaseError: cannot upgrade from db v2.0.24: no upgrader for this version |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/private/var/folders/6h/hvh131sn68z2hxtk6y8jszd40000gn/T/pip-build-c4a_m3bm/nltk/setup.py", line 23, in <module>
distribute_setup.use_setuptools()
"/private/var/folders/6h/hvh131sn68z2hxtk6y8jszd40000gn/T/pip-build-c4a_m3bm/nltk/distribute_setup.py", line 145, in use_setuptools
return _do_download(version, download_base, to_dir, download_delay)
"/private/var/folders/6h/hvh131sn68z2hxtk6y8jszd40000gn/T/pip-build-c4a_m3bm/nltk/distribute_setup.py", line 125, in _do_download
_build_egg(egg, tarball, to_dir)
"/private/var/folders/6h/hvh131sn68z2hxtk6y8jszd40000gn/T/pip-build-c4a_m3bm/nltk/distribute_setup.py", line 99, in _build_egg
_extractall(tar)
"/private/var/folders/6h/hvh131sn68z2hxtk6y8jszd40000gn/T/pip-build-c4a_m3bm/nltk/distribute_setup.py", line 467, in _extractall
self.chown(tarinfo, dirpath)
TypeError: chown() missing 1 required positional argument: 'numeric_owner'
| 0.305063 |
Traceback (most recent call last):
"/Users/mgsmith/src/scapy/scapy/fields.py", line 535, in h2i
inet_aton(x)
OSError: illegal IP address string passed to inet_aton
| WARNING: Automatic signature extraction failed: Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 962, in _decrypt_signature
return func(s)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 530, in <lambda>
return lambda s: initial_function([s])
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 525, in resf
res = interpret_statement(stmt, local_vars)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 460, in interpret_statement
v = interpret_expression(expr, local_vars, allow_recursion)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 513, in interpret_expression
raise ExtractorError(u'Unsupported JS expression %r' % expr)ExtractorError: Unsupported JS expression u'$y(a,7)'; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | 0.138483 |
WARNING: Traceback (most recent call last):
"examples/add_image.py", line 44, in <module>
layer.interpolation = 'nearest'
"/home/jni/miniconda3/envs/cf/lib/python3.6/contextlib.py", line 88, in __exit__
next(self.gen)
"/home/jni/projects/napari/napari/_qt/event_loop.py", line 31, in gui_qt
app.exec_()
"/home/jni/miniconda3/envs/cf/lib/python3.6/site-packages/vispy/app/backends/_qt.py", line 501, in event
out = super(QtBaseCanvasBackend, self).event(ev)
"/home/jni/miniconda3/envs/cf/lib/python3.6/site-packages/vispy/app/backends/_qt.py", line 495, in keyPressEvent
self._keyEvent(self._vispy_canvas.events.key_press, ev)
"/home/jni/miniconda3/envs/cf/lib/python3.6/site-packages/vispy/app/backends/_qt.py", line 544, in _keyEvent
func(native=ev, key=key, text=text_type(ev.text()), modifiers=mod)
"/home/jni/miniconda3/envs/cf/lib/python3.6/site-packages/vispy/util/event.py", line 455, in __call__
self._invoke_callback(cb, event)
"/home/jni/miniconda3/envs/cf/lib/python3.6/site-packages/vispy/util/event.py", line 475, in _invoke_callback
self, cb_event=(cb, event))
<< caught exception here: >>
"/home/jni/miniconda3/envs/cf/lib/python3.6/site-packages/vispy/util/event.py", line 471, in _invoke_callback
cb(event)
"/home/jni/projects/napari/napari/_qt/qt_viewer.py", line 236, in on_key_press
layer.on_key_press(event)
"/home/jni/projects/napari/napari/layers/points/points.py", line 968, in on_key_press
list(range(len(self._data_view)))
TypeError: list indices must be integers or slices, not list
| Traceback (most recent call last):
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 101, in main_intel_amt
json_data = __get_hardware(url, agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 59, in __get_hardware
req = __get_raw_data(target, 'hw-sys', agent=agent, proxy=proxy)
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 51, in __get_raw_data
'Authorization': __get_auth_headers(target),
"/home/ubuntu/Zeus-Scanner/lib/attacks/intel_me/__init__.py", line 22, in __get_auth_headers
}, proxies=proxy)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 70, in get
return request('get', url, params=params, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 487, in send
raise ConnectionError(e, request=request)ConnectionError: HTTPConnectionPool(host='http', port=80): Max retries exceeded with url: //ccm.net:16992/index.htm (Caused by NewConnectionError('<requests.packages.urllib3.connection.HTTPConnection object at 0x7f05acd9db50>: Failed to establish a new connection: [Errno -2] Name or service not known',)) | 0.328522 |
Traceback (most recent call last):
"/Users/me/git/lx/lixian_cli.py", line 63, in <module>
execute_command()
"/Users/me/git/lx/lixian_cli.py", line 60, in execute_command
commands[command](args[1:])
"/Users/me/git/lx/lixian_cli_parser.py", line 165, in parse
return f(parser(args_list, *args, **kwargs))
"/Users/me/git/lx/lixian_commands/list.py", line 49, in list_task
tasks = lixian_query.search_tasks(client, args)
"/Users/me/git/lx/lixian_query.py", line 429, in search_tasks
base.query_search()
"/Users/me/git/lx/lixian_query.py", line 161, in query_search
self.download_jobs += query.query_search()
"/Users/me/git/lx/lixian.py", line 192, in __len__
self.touch()
"/Users/me/git/lx/lixian.py", line 116, in touch
self.hit_page(0)
"/Users/me/git/lx/lixian.py", line 121, in hit_page
info = self.fetch_page(page, self.page_size)
"/Users/me/git/lx/lixian.py", line 485, in <lambda>
fetch_page = lambda page_index, page_size: self.read_task_page_info_by_page_index(type_id, page_index, page_size)
"/Users/me/git/lx/lixian.py", line 443, in read_task_page_info_by_page_index
return self.read_task_page_info_by_url(self.to_page_url(type_id, page_index, page_size))
"/Users/me/git/lx/lixian.py", line 21, in withretry
return f(*args, **kwargs)
"/Users/me/git/lx/lixian.py", line 427, in read_task_page_info_by_url
page = self.urlread(url).decode('utf-8', 'ignore')
"/Users/me/git/lx/lixian.py", line 269, in urlread
self.login()
"/Users/me/git/lx/lixian.py", line 377, in login
raise NotImplementedError('Verification code required')NotImplementedError: Verification code required | Traceback (most recent call last):
"/usr/local/lib/python3.5/runpy.py", line 184, in _run_module_as_main
"__main__", mod_spec)
"/usr/local/lib/python3.5/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/usr/local/lib/python3.5/zipapp.py", line 201, in <module>
main()
"/usr/local/lib/python3.5/zipapp.py", line 197, in main
interpreter=args.python, main=args.main)
"/usr/local/lib/python3.5/zipapp.py", line 116, in create_archive
"Cannot specify entry point if the source has __main__.py")
__main__.ZipAppError: Cannot specify entry point if the source has __main__.py
| 0.253152 |
Traceback (most recent call last):
"/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/connection.py", line 80, in create_connection
raise err
"/Users/echan/Library/Python/3.7/lib/python/site-packages/urllib3/util/connection.py", line 70, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
| Traceback (most recent call last):
"stack_plot.py", line 10, in <module>
data = json.load(open(args.inputs))
TypeError: invalid file: ['cohorts.json']
| 0.212388 |
Traceback (most recent call last):
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 209, in timerUpdate
data=self.get
Data()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 118, in get
Data
cdsLib=self.getCdsLib()
"/home/cad/phozone/dev/spyder_openfiles/widgets/openfilesgui.py", line 215, in getCdsLib
return k.widget.cdsLibAttributeError: 'oaideWidget' object has no attribute 'cdsLib' | Traceback (most recent call last):
"/home/mpschr/bin/bcbionextgen/data/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/home/mpschr/bin/bcbionextgen/data/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)CalledProcessError: Command 'set -o pipefail; sambamba depth window -t 10 -c 47.36 --window-size 250 -T 947 /home/mpschr/Documents/projects/exon/scratch_AL06/align/AL06_CR/1_AL06_hirvi20150724-sort.bam | /home/mpschr/bin/bcbionextgen/data/anaconda/bin/py -fx 'float(x.split()[5]) >= 25.0' | cut -f 1-3,7 > /home/mpschr/Documents/projects/exon/scratch_AL06/align/AL06_CR/tx/tmpZK1FAh/1_AL06_hirvi20150724-sort-highdepth-raw.bed | 0.210339 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
video_id, player_url, s
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 383, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/youtube.py", line 454, in _parse_sig_js
u'Initial JS player signature function name')
"/usr/lib/python2.7/dist-packages/youtube_dl/extractor/common.py", line 391, in _search_regex
raise RegexNotFoundError(u'Unable to extract %s' % _name)RegexNotFoundError: Unable to extract Initial JS player signature function name; please report this issue on https://yt-dl.org/bug . Be sure to call youtube-dl with the --verbose flag and include its complete output. Make sure you are using the latest version; type
youtube-dl -U
to update. | Traceback (most recent call last):
"/usr/lib64/python3.9/doctest.py", line 2197, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for py2_super.B
| 0.263329 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| Traceback (most recent call last):
"/home/frappe/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
"/home/frappe/frappe-bench/apps/frappe/frappe/handler.py", line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
"/home/frappe/frappe-bench/apps/frappe/frappe/__init__.py", line 890, in call
return fn(*args, **newargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/desk/page/setup_wizard/setup_wizard.py", line 39, in setup_complete
frappe.get_attr(method)(args)
"/home/frappe/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py", line 33, in setup_complete
create_letter_head(args)
"/home/frappe/frappe-bench/apps/erpnext/erpnext/setup/setup_wizard/setup_wizard.py", line 453, in create_letter_head
fileurl = save_file(filename, content, "Letter Head", _("Standard"), decode=True).file_url
"/home/frappe/frappe-bench/apps/frappe/frappe/utils/file_manager.py", line 180, in save_file
f.insert()
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 203, in insert
self.run_before_save_methods()
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 754, in run_before_save_methods
self.run_method("validate")
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 655, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 883, in composer
return composed(self, method, *args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 866, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
"/home/frappe/frappe-bench/apps/frappe/frappe/model/document.py", line 649, in
fn = lambda self, *args, **kwargs: getattr(self, method)(*args, **kwargs)
"/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/file/file.py", line 71, in validate
self.validate_file()
"/home/frappe/frappe-bench/apps/frappe/frappe/core/doctype/file/file.py", line 134, in validate_file
if not os.path.exists(get_files_path(self.file_name.lstrip("/"))):
"/home/frappe/frappe-bench/env/lib/python2.7/genericpath.py", line 18, in exists
os.stat(path)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe7' in position 48: ordinal not in range(128) | 0.278954 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1348, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 279, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=etree.TreeBuilder(element_factory=_element_factory)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 268, in _XML
parser.feed(text)
"/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errParseError: syntax error: line 1, column 0 | Traceback (most recent call last):
"/usr/local/bin/hg", line 27, in <module>
mercurial.dispatch.run()
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 16, in run
sys.exit(dispatch(sys.argv[1:]))
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 34, in dispatch
return _runcatch(u, args)
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 54, in _runcatch
return _dispatch(ui, args)
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 483, in _dispatch
cmdpats, cmdoptions)
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 351, in runcommand
ret = _runcommand(ui, options, cmd, d)
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 534, in _runcommand
return checkargs()
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 488, in checkargs
return cmdfunc()
"/usr/local/lib/python2.6/dist-packages/mercurial/dispatch.py", line 481, in <lambda>
d = lambda: util.checksignature(func)(ui, _args, *_cmdoptions)
"/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 420, in check
return func(_args, *_kwargs)
"/usr/local/lib/python2.6/dist-packages/mercurial/extensions.py", line 116, in wrap
util.checksignature(origfn), _args, *_kwargs)
"/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 420, in check
return func(_args, *_kwargs)
"/usr/local/lib/python2.6/dist-packages/hgext/bookmarks.py", line 429, in push
result = oldpush(ui, repo, dest, *_opts)
"/usr/local/lib/python2.6/dist-packages/mercurial/util.py", line 420, in check
return func(_args, **kwargs)
"/usr/local/lib/python2.6/dist-packages/mercurial/commands.py", line 2842, in push
newbranch=opts.get('new_branch'))TypeError: push() got an unexpected keyword argument 'newbranch' | 0.251112 |
Traceback (most recent call last):
"/home/travis/build/tony/tmuxp/tmuxp/testsuite/test_config.py", line 71, in test_export_json
buf = open(json_config_file, 'w')IOError: [Errno 2] No such file or directory: '/home/travis/build/tony/tmuxp/tmuxp/testsuite/.tmuxp/config.json' | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmpspbsbtmq\build\youtube_dl\extractor\twitter.py", line 509, in _real_extract
youtube_dl.utils.ExtractorError: Unsupported Twitter Card.; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.194871 |
Traceback (most recent call last):
"./fake-registration-server.py", line 9, in <module>
import tornado.web
ImportError: No module named 'tornado'
| Traceback (most recent call last):
"app_main.py", line 51, in run_toplevel
"/Applications/Cura/Cura/cura.py", line 70, in <module>
main()
"/Applications/Cura/Cura/cura.py", line 64, in main
sliceRun.runSlice(args)
"/Applications/Cura/Cura/util/sliceRun.py", line 51, in runSlice
skeinforge_craft.writeOutput(fileName)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_utilities/skeinforge_craft.py", line 135, in writeOutput
return pluginModule.writeOutput(fileName, shouldAnalyze)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/export.py", line 275, in writeOutput
gcodeText = skeinforge_craft.getChainTextFromProcedures(fileName, procedures[: -1], gcodeText)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_utilities/skeinforge_craft.py", line 44, in getChainTextFromProcedures
text = craftModule.getCraftedText(fileName, text)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/cool.py", line 116, in getCraftedText
return getCraftedTextFromText(archive.getTextIfEmpty(fileName, text), repository)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/cool.py", line 126, in getCraftedTextFromText
return CoolSkein().getCraftedGcode(gcodeText, repository)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/cool.py", line 273, in getCraftedGcode
self.parseLine(line)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/cool.py", line 379, in parseLine
self.addCoolTemperature(remainingOrbitTime)
"/Applications/Cura/Cura/cura_sf/skeinforge_application/skeinforge_plugins/craft_plugins/cool.py", line 226, in addCoolTemperature
layerCool = self.repository.maximumCool.value \* remainingOrbitTime / self.repository.minimumLayerTime.valueZeroDivisionError: float division | 0.164468 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/mesonbuild/mesonmain.py", line 286, in run
app.generate()
"/usr/lib/python3.5/site-packages/mesonbuild/mesonmain.py", line 168, in generate
intr.run()
"/usr/lib/python3.5/site-packages/mesonbuild/interpreter.py", line 2455, in run
super().run()
"/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 125, in run
self.evaluate_codeblock(self.ast, start=1)
"/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 146, in evaluate_codeblock
raise e
"/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 140, in evaluate_codeblock
self.evaluate_statement(cur)
"/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 151, in evaluate_statement
return self.function_call(cur)
"/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 372, in function_call
return self.funcs[func_name](node, self.flatten(posargs), kwargs)
"/usr/lib/python3.5/site-packages/mesonbuild/interpreterbase.py", line 47, in wrapped
return f(self, node, args, kwargs)
"/usr/lib/python3.5/site-packages/mesonbuild/interpreter.py", line 1643, in func_message
mlog.log(mlog.bold('Message:'), argstr)
"/usr/lib/python3.5/site-packages/mesonbuild/mlog.py", line 82, in log
print(*arr, file=log_file, **kwargs) # Log file never gets ANSI codes.
UnicodeEncodeError: 'ascii' codec can't encode character '\u2026' in position 24: ordinal not in range(128)
| Traceback (most recent call last):
"flow", line 6, in <module>
cliHandler(sys.argv)
"/home/bots/shashi/darkflow-master/darkflow/cli.py", line 33, in cliHandler
print('Enter training ...'); tfnet.train()
"/home/bots/shashi/darkflow-master/darkflow/net/flow.py", line 39, in train
for i, (x_batch, datum) in enumerate(batches):
"/home/bots/shashi/darkflow-master/darkflow/net/yolo/data.py", line 102, in shuffle
batch_per_epoch = int(size / batch)
ZeroDivisionError: division by zero | 0.322643 |
Traceback (most recent call last):
"/var/tmp/portage/www-apps/trac-1.0.1/work/Trac-1.0.1/trac/util/tests/datefmt.py", line 974, in test_format_compatibility
datefmt.format_datetime(t, '%x %X', tz, en_US))AssertionError: 'Aug 28, 2010 1:45:56 PM' != u'Aug 28, 2010, 1:45:56 PM' | Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 171, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 622, in run
"calibre_plugins.dedrm.__init__", line 393, in ePubDecrypt
DeDRMError: DeDRM v6.5.4: Ultimately failed to decrypt after 0.2 seconds.
| 0.181213 |
Traceback (most recent call last):
"/Users/jzijlstra-mpbt/py/venvs/venv36/bin/mypy", line 6, in <module>
exec(compile(open(__file__).read(), __file__, 'exec'))
"/Users/jzijlstra-mpbt/py/mypy/scripts/mypy", line 6, in <module>
main(__file__)
"/Users/jzijlstra-mpbt/py/mypy/mypy/main.py", line 46, in main
res = type_check_only(sources, bin_dir, options)
"/Users/jzijlstra-mpbt/py/mypy/mypy/main.py", line 93, in type_check_only
options=options)
"/Users/jzijlstra-mpbt/py/mypy/mypy/build.py", line 188, in build
graph = dispatch(sources, manager)
"/Users/jzijlstra-mpbt/py/mypy/mypy/build.py", line 1595, in dispatch
process_graph(graph, manager)
"/Users/jzijlstra-mpbt/py/mypy/mypy/build.py", line 1838, in process_graph
process_stale_scc(graph, scc, manager)
"/Users/jzijlstra-mpbt/py/mypy/mypy/build.py", line 1937, in process_stale_scc
graph[id].type_check_first_pass()
"/Users/jzijlstra-mpbt/py/mypy/mypy/build.py", line 1510, in type_check_first_pass
self.type_checker.check_first_pass()
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 177, in check_first_pass
self.accept(d)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 264, in accept
stmt.accept(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/nodes.py", line 565, in accept
return visitor.visit_func_def(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 510, in visit_func_def
self.check_func_item(defn, name=defn.name())
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 569, in check_func_item
self.check_func_def(defn, typ, name)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 718, in check_func_def
self.accept(item.body)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 264, in accept
stmt.accept(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/nodes.py", line 811, in accept
return visitor.visit_block(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 1173, in visit_block
self.accept(s)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 264, in accept
stmt.accept(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/nodes.py", line 970, in accept
return visitor.visit_if_stmt(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 1916, in visit_if_stmt
if_map, else_map = self.find_isinstance_check(e)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 2477, in find_isinstance_check
return find_isinstance_check(n, self.type_map)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 2731, in find_isinstance_check
return conditional_type_map(expr, vartype, type)
"/Users/jzijlstra-mpbt/py/mypy/mypy/checker.py", line 2531, in conditional_type_map
and is_proper_subtype(current_type, proposed_type)):
"/Users/jzijlstra-mpbt/py/mypy/mypy/subtypes.py", line 558, in is_proper_subtype
return left.accept(ProperSubtypeVisitor(right))
"/Users/jzijlstra-mpbt/py/mypy/mypy/types.py", line 411, in accept
return visitor.visit_instance(self)
"/Users/jzijlstra-mpbt/py/mypy/mypy/subtypes.py", line 594, in visit_instance
for base in left.type.mro:
TypeError: 'NoneType' object is not iterable
| Aug 04 12:15:02.743 - [ERROR] Except stack:Traceback (most recent call last):
"X:\x\XX-Net-3.1.19\code\3.3.6\gae_proxy\local\proxy_handler.py", line 314, in do_CONNECT_AGENT self.raw_requestline = self.rfile.readline(65537)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\socket.py", line 480, in readline data = self._sock.recv(self._rbufsize)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\ssl.py", line 766, in recv return self.read(buflen)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\ssl.py", line 653, in read v = self._sslobj.read(len) SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1864)
| 0.318348 |
Traceback (most recent call last):
"/opt/**PGUSER**/venv-pupa//bin/pupa", line 11, in <module>
load_entry_point('pupa', 'console_scripts', 'pupa')()
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/__main__.py", line 68, in main
subcommands[args.subcommand].handle(args, other)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 278, in handle
return self.do_handle(args, other, juris)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 327, in do_handle
report['scrape'] = self.do_scrape(juris, args, scrapers)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 175, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/**PGUSER**/venv-pupa/src/pupa/pupa/scrape/base.py", line 121, in do_scrape
raise ScrapeError('no objects returned from {} scrape'.format(self.__class__.__name__))pupa.exceptions.ScrapeError: no objects returned from ORVoteScraper scrape | Traceback (most recent call last):
"/home/Wilma456/bin/youtube-dl/youtube_dl/extractor/generic.py", line 2324, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/home/Wilma456/bin/youtube-dl/youtube_dl/compat.py", line 2542, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=_TreeBuilder(element_factory=_element_factory)))
"/home/Wilma456/bin/youtube-dl/youtube_dl/compat.py", line 2531, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1653, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1517, in _raiseerror
raise err
ParseError: not well-formed (invalid token): line 48, column 124
| 0.249256 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-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):
"venv/tmp-3df855023475e3d1/bin/py.test", line 9, in <module>
load_entry_point('pytest==2.5.2', 'console_scripts', 'py.test')()
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 19, in main
config = _prepareconfig(args, plugins)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 63, in _prepareconfig
pluginmanager=pluginmanager, args=args)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 377, in __call__
return self._docall(methods, kwargs)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 388, in _docall
res = mc.execute()
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 289, in execute
res = method(**kwargs)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/helpconfig.py", line 27, in pytest_cmdline_parse
config = __multicall__.execute()
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 289, in execute
res = method(**kwargs)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 618, in pytest_cmdline_parse
self.parse(args)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 711, in parse
self._preparse(args)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 691, in _preparse
args=args, parser=self._parser)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 377, in __call__
return self._docall(methods, kwargs)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 388, in _docall
res = mc.execute()
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 289, in execute
res = method(**kwargs)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/capture.py", line 83, in pytest_load_initial_conftests
return __multicall__.execute()
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/core.py", line 289, in execute
res = method(**kwargs)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 674, in pytest_load_initial_conftests
self._conftest.setinitial(args)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 487, in setinitial
self._try_load_conftest(anchor)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 493, in _try_load_conftest
self._path2confmods[None] = self.getconftestmodules(anchor)
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 512, in getconftestmodules
clist.append(self.importconftest(conftestpath))
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/_pytest/config.py", line 538, in importconftest
self._conftestpath2mod[conftestpath] = mod = conftestpath.pyimport()
"venv/tmp-3df855023475e3d1/local/lib/python2.7/site-packages/py/_path/local.py", line 620, in pyimport
__import__(modname)
"…/pytest_django/tests/conftest.py", line 14, in <module>
from django.conf import settingsImportError: No module named django.conf | 0.171682 |
ERROR: ERROR in syncfolder for NTT folder INBOX: Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 584, in syncfolder
remotefolder.syncmessagesto(localfolder, statusfolder)
"/usr/lib/python2.7/site-packages/offlineimap/folder/Base.py", line 1090, in syncmessagesto
action(dstfolder, statusfolder)
"/usr/lib/python2.7/site-packages/offlineimap/folder/Base.py", line 902, in __syncmessagesto_copy
statusfolder.savemessage(uid, None, flags, rtime)
"/usr/lib/python2.7/site-packages/offlineimap/folder/LocalStatusSQLite.py", line 341, in savemessage
(uid,flags,mtime,labels))
"/usr/lib/python2.7/site-packages/offlineimap/folder/LocalStatusSQLite.py", line 170, in __sql_write
self.connection.execute(sql, args)IntegrityError: PRIMARY KEY must be unique | Traceback (most recent call last):
"setup.py", line 66, in <module>
compiler_directives=directives,
"/home/anish/.local/lib/python3.6/site-packages/Cython/Build/Dependencies.py", line 1097, in cythonize
cythonize_one(*args)
"/home/anish/.local/lib/python3.6/site-packages/Cython/Build/Dependencies.py", line 1220, in cythonize_one
raise CompileError(None, pyx_file)
Cython.Compiler.Errors.CompileError: ./pyorama/system.pyx
| 0.237528 |
Traceback (most recent call last):
"C:\Users\na\AppData\Local\Continuum\anaconda3\lib\multiprocessing\pool.py", line 121, in worker
result = (True, func(*args, **kwds))
"C:\na\code\philter_ucsf-master\philter.py", line 431, in filter_task
sent_tag = nltk.pos_tag_sents(sent)
"C:\Users\na\AppData\Local\Continuum\anaconda3\lib\site-packages\nltk\tag\__init__.py", line 180, in pos_tag_sents
return [_pos_tag(sent, tagset, tagger) for sent in sentences]
"C:\Users\na\AppData\Local\Continuum\anaconda3\lib\site-packages\nltk\tag\__init__.py", line 180, in <listcomp>
return [_pos_tag(sent, tagset, tagger) for sent in sentences]
"C:\Users\na\AppData\Local\Continuum\anaconda3\lib\site-packages\nltk\tag\__init__.py", line 115, in _pos_tag
"Currently, NLTK pos_tag only supports English and Russian "
NotImplementedError: Currently, NLTK pos_tag only supports English and Russian (i.e. lang='eng' or lang='rus')
|
The minion function caused an exception: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/minion.py", line 1600, in _thread_return
return_data = minion_instance.executors[fname](opts, data, func, args, kwargs)
"/usr/lib/python2.7/dist-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/modules/file.py", line 3083, in touch
if mtime and mtime.isdigit():
AttributeError: 'int' object has no attribute 'isdigit'
| 0.235719 |
Traceback (most recent call last):
"<string>", line 17, in <module>
"/home/user/project/venv/build/Arrow/setup.py", line 31, in <module>
long_description=open('README.rst').read(),
"/usr/lib/python3.4/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xec in position 2974: ordinal not in range(128) | Traceback (most recent call last):
"PixivUtil2.py", line 414, in processMember
"PixivModel.pyc", line 44, in **init**
"PixivModel.pyc", line 60, in ParseInfoAttributeError: 'NoneType' object has no attribute 'find' | 0.196682 |
Traceback (most recent call last):
"/usr/local/Cellar/telepresence/0.85/libexec/lib/python3.6/site-packages/telepresence/cli.py", line 74, in call_f
return f(*args, **kwargs)
"/usr/local/Cellar/telepresence/0.85/libexec/lib/python3.6/site-packages/telepresence/main.py", line 433, in go
runner = Runner.open(args.logfile, kubectl_or_oc(server), args.verbose)
"/usr/local/Cellar/telepresence/0.85/libexec/lib/python3.6/site-packages/telepresence/runner.py", line 138, in open
open(logfile_path, "a", buffering=1), kubectl_cmd, verbose
"/usr/local/Cellar/telepresence/0.85/libexec/lib/python3.6/site-packages/telepresence/runner.py", line 114, in __init__
self.cache = Cache.load(os.path.join(cache_dir, "cache.json"))
"/usr/local/Cellar/telepresence/0.85/libexec/lib/python3.6/site-packages/telepresence/cache.py", line 29, in load
cache = json.load(f)
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 299, in load
parse_constant=parse_constant, object_pairs_hook=object_pairs_hook, **kw)
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/__init__.py", line 354, in loads
return _default_decoder.decode(s)
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/decoder.py", line 339, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/local/opt/python/Frameworks/Python.framework/Versions/3.6/lib/python3.6/json/decoder.py", line 357, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| Traceback (most recent call last):
"/home/g/.local/lib/python3.6/site-packages/pytube/extract.py", line 297, in apply_descrambler
for format_item in formats
"/home/g/.local/lib/python3.6/site-packages/pytube/extract.py", line 297, in <listcomp>
for format_item in formats
KeyError: 'url'
| 0.236684 |
Traceback (most recent call last):
"/Users/kumar/tmp/pip-coverage/.tox/py31/lib/python3.1/site-packages/pip-1.0.2-py3.1.egg/pip/basecommand.py", line 126, in main
self.run(options, args)
"/Users/kumar/tmp/pip-coverage/.tox/py31/lib/python3.1/site-packages/pip-1.0.2-py3.1.egg/pip/commands/install.py", line 228, in run
requirement_set.install(install_options, global_options)
"/Users/kumar/tmp/pip-coverage/.tox/py31/lib/python3.1/site-packages/pip-1.0.2-py3.1.egg/pip/req.py", line 1100, in install
requirement.install(install_options, global_options)
"/Users/kumar/tmp/pip-coverage/.tox/py31/lib/python3.1/site-packages/pip-1.0.2-py3.1.egg/pip/req.py", line 572, in install
cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False)
"/Users/kumar/tmp/pip-coverage/.tox/py31/lib/python3.1/site-packages/pip-1.0.2-py3.1.egg/pip/__init__.py", line 230, in call_subprocess
line = console_to_str(stdout.readline())
"/Users/kumar/tmp/pip-coverage/.tox/py31/lib/python3.1/site-packages/pip-1.0.2-py3.1.egg/pip/backwardcompat.py", line 60, in console_to_str
return s.decode(console_encoding)UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 76: ordinal not in range(128) | Traceback (most recent call last):
"F:\SublimeText\sublime_plugin.py", line 280, in <lambda>
lambda: check_view_event_listeners(view))
"F:\SublimeText\sublime_plugin.py", line 267, in check_view_event_listeners
want = is_view_event_listener_applicable(cls, view)
"F:\SublimeText\sublime_plugin.py", line 232, in is_view_event_listener_applicable
if not cls.is_applicable(view.settings()):
"F:\SublimeText\Data\Packages\LSP\plugin\completion.py", line 139, in is_applicable
return is_supported_syntax(syntax)
TypeError: 'NoneType' object is not callable
| 0.266726 |
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)
"/home/drocco/.envs/brighttrac/lib/python2.7/site-packages/prompt_toolkit/__init__.py", line 472, in run
CompleteEvent(text_inserted=True)))
"/home/drocco/source/foss/pgcli/pgcli/pgcompleter.py", line 180, in get_completions
for suggestion in suggestions:TypeError: 'NoneType' object is not iterable | Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/apps/beat.py", line 112, in start_scheduler
beat.start()
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/beat.py", line 463, in start
interval = self.scheduler.tick()
"/usr/local/lib/python2.7/dist-packages/redbeat/schedulers.py", line 264, in tick
return super(RedBeatScheduler, self).tick(**kwargs)
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/beat.py", line 221, in tick
next_time_to_run = self.maybe_due(entry, self.publisher)
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/beat.py", line 199, in maybe_due
is_due, next_time_to_run = entry.is_due()
"/usr/local/lib/python2.7/dist-packages/redbeat/schedulers.py", line 175, in is_due
return super(RedBeatSchedulerEntry, self).is_due()
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/beat.py", line 129, in is_due
return self.schedule.is_due(self.last_run_at)
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/schedules.py", line 117, in is_due
last_run_at = self.maybe_make_aware(last_run_at)
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/schedules.py", line 126, in maybe_make_aware
return maybe_make_aware(dt, self.tz)
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/utils/timeutils.py", line 313, in maybe_make_aware
dt, timezone.utc if tz is None else timezone.tz_or_local(tz),
"/usr/local/lib/python2.7/dist-packages/celery-3.1.17-py2.7.egg/celery/utils/timeutils.py", line 289, in localize
dt = dt.astimezone(tz)
"/usr/local/lib/python2.7/dist-packages/pytz/tzinfo.py", line 187, in fromutc
return (dt + inf[0]).replace(tzinfo=self._tzinfos[inf])OverflowError: date value out of range | 0.269981 |
Traceback (most recent call last):
"docker_quickstart.py", line 25, in <module>
nogui=True)
"/usr/local/lib/python3.7/site-packages/instapy/instapy.py", line 140, in __init__
self.display = Display(visible=0, size=(800, 600))
"/usr/local/lib/python3.7/site-packages/pyvirtualdisplay/display.py", line 34, in __init__
self._obj = self.display_class(
"/usr/local/lib/python3.7/site-packages/pyvirtualdisplay/display.py", line 53, in display_class
cls.check_installed()
"/usr/local/lib/python3.7/site-packages/pyvirtualdisplay/xvfb.py", line 40, in check_installed
ubuntu_package=PACKAGE).check_installed()
"/usr/local/lib/python3.7/site-packages/easyprocess/__init__.py", line 182, in check_installed
raise EasyProcessCheckInstalledError(self)
easyprocess.EasyProcessCheckInstalledError: cmd=['Xvfb', '-help']
| Traceback (most recent call last):
"/home/davina/main.py", line 6, in <module>
from tensorboardX import GlobalSummaryWriter
ImportError: cannot import name 'GlobalSummaryWriter' from 'tensorboardX' (/home/davina/miniconda3/lib/python3.7/site-packages/tensorboardX/__init__.py)
| 0.248155 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/usr/lib64/python2.7/urllib.py", line 87, in urlopen
return opener.open(url)
"/usr/lib64/python2.7/urllib.py", line 213, in open
return getattr(self, name)(url)
"/usr/lib64/python2.7/urllib.py", line 443, in open_https
h.endheaders(data)
"/usr/lib64/python2.7/httplib.py", line 997, in endheaders
self._send_output(message_body)
"/usr/lib64/python2.7/httplib.py", line 850, in _send_output
self.send(msg)
"/usr/lib64/python2.7/httplib.py", line 812, in send
self.connect()
"/usr/lib64/python2.7/httplib.py", line 1212, in connect
server_hostname=server_hostname)
"/usr/lib64/python2.7/ssl.py", line 350, in wrap_socket
_context=self)
"/usr/lib64/python2.7/ssl.py", line 574, in __init__
self.do_handshake()
"/usr/lib64/python2.7/ssl.py", line 796, in do_handshake
self._sslobj.do_handshake()IOError: [Errno socket error] [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581) | Traceback (most recent call last):
"/root/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1930, in process_info
partial_success = dl(fname, new_info)
"/root/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 1875, in dl
return fd.download(name, info)
"/root/.local/lib/python3.6/site-packages/youtube_dl/downloader/common.py", line 366, in download
return self.real_download(filename, info_dict)
"/root/.local/lib/python3.6/site-packages/youtube_dl/downloader/http.py", line 351, in real_download
establish_connection()
"/root/.local/lib/python3.6/site-packages/youtube_dl/downloader/http.py", line 116, in establish_connection
raise err
"/root/.local/lib/python3.6/site-packages/youtube_dl/downloader/http.py", line 110, in establish_connection
ctx.data = self.ydl.urlopen(request)
"/root/.local/lib/python3.6/site-packages/youtube_dl/YoutubeDL.py", line 2248, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python3.6/urllib/request.py", line 564, in error
result = self._call_chain(*args)
"/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/lib/python3.6/urllib/request.py", line 756, in http_error_302
return self.parent.open(new, timeout=req.timeout)
"/usr/lib/python3.6/urllib/request.py", line 532, in open
response = meth(req, response)
"/usr/lib/python3.6/urllib/request.py", line 642, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python3.6/urllib/request.py", line 570, in error
return self._call_chain(*args)
"/usr/lib/python3.6/urllib/request.py", line 504, in _call_chain
result = func(*args)
"/usr/lib/python3.6/urllib/request.py", line 650, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 404: Not Found
| 0.310127 |
Traceback (most recent call last):
"OpenSSL/test/test_ssl.py", line 559, in test_use_certificate_file_unicode
self._use_certificate_file_test(filename)
"OpenSSL/test/test_ssl.py", line 535, in _use_certificate_file_test
with open(certificate_file, "wb") as pem_file:UnicodeEncodeError: 'ascii' codec can't encode character u'\u2603' in position 11: ordinal not in range(128) | Traceback (most recent call last):
"PixivUtil2.py", line 692, in process_image
"PixivHelper.pyc", line 655, in ugoira2gif
"imageio\core\functions.pyc", line 181, in imread
"imageio\core\functions.pyc", line 108, in get_readerValueError: Could not find a format to read the specified file in mode 'i' | 0.283721 |
Traceback (most recent call last):
"D:\Programs\qiling-1.1.3\examples\emulator.py", line 27, in <module>
my_sandbox(["D:\\xxx.sys"], "D:\\Programs\\qiling-1.1.3\\examples\\scripts\\examples\\rootfs\\x8664_windows\\")
"D:\Programs\qiling-1.1.3\examples\emulator.py", line 20, in my_sandbox
ql.run()
"C:\Users\xxx\AppData\Roaming\Python\Python39\site-packages\qiling\core.py", line 188, in run
self.os.run()
"C:\Users\xxx\AppData\Roaming\Python\Python39\site-packages\qiling\os\windows\windows.py", line 142, in run
self.ql.emu_start(self.ql.loader.entry_point, self.exit_point, self.ql.timeout, self.ql.count)
"C:\Users\xxx\AppData\Roaming\Python\Python39\site-packages\qiling\core.py", line 303, in emu_start
self.uc.emu_start(begin, end, timeout, count)
"C:\Users\xxx\AppData\Roaming\Python\Python39\site-packages\unicorn\unicorn.py", line 318, in emu_start
raise UcError(status)
unicorn.unicorn.UcError: Invalid memory fetch (UC_ERR_FETCH_UNMAPPED)` | Traceback (most recent call last):
"/Applications/Sublime Text 2.app/Contents/MacOS/sublime_plugin.py", line 362, in run_
return self.run(edit)
"./git.py", line 781, in run
"./git.py", line 791, in compare_tmpAttributeError: 'GitAnnotateCommand' object has no attribute 'tmp' | 0.227353 |
Traceback (most recent call last):
"/home/solomentsev_yaroslav/.conda/envs/CenterNet/lib/python3.6/distutils/unixccompiler.py", line 197, in link
self.spawn(linker + ld_args)
"/home/solomentsev_yaroslav/.conda/envs/CenterNet/lib/python3.6/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
"/home/solomentsev_yaroslav/.conda/envs/CenterNet/lib/python3.6/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
"/home/solomentsev_yaroslav/.conda/envs/CenterNet/lib/python3.6/distutils/spawn.py", line 159, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'gcc' failed with exit status 1
| Traceback (most recent call last):
"/usr/bin/git-cola", line 40, in <module>
from cola.main import main
"/usr/share/git-cola/lib/cola/main.py", line 6, in <module>
from . import app
"/usr/share/git-cola/lib/cola/app.py", line 16, in <module>
from qtpy import QtCore
"/usr/share/git-cola/lib/qtpy/__init__.py", line 210, in <module>
raise PythonQtError('No Qt bindings could be found')
qtpy.PythonQtError: No Qt bindings could be found
| 0.178238 |
Traceback (most recent call last):
"/Users/adam/.config/fish/functions/__bass.py", line 90, in <module>
script = gen_script()
"/Users/adam/.config/fish/functions/__bass.py", line 45, in gen_script
stdout, new_env, alias = output.split(divider, 2)
ValueError: need more than 1 value to unpack
| Traceback (most recent call last):
"docker-compose", line 6, in <module>
"compose/cli/main.py", line 68, in main
"compose/cli/main.py", line 121, in perform_command
"compose/cli/main.py", line 249, in build
"compose/project.py", line 343, in build
"compose/service.py", line 923, in build
"site-packages/docker/api/build.py", line 148, in build
"site-packages/docker/utils/build.py", line 13, in tar
"site-packages/docker/utils/build.py", line 45, in exclude_paths
"posixpath.py", line 73, in join
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe7 in position 9: ordinal not in range(128)
| 0.3135 |
Traceback (most recent call last):
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/application/app.py", line 157, in run
yield from pipeline.process()
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/pipeline/pipeline.py", line 194, in process
yield from self._process_one_worker()
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/pipeline/pipeline.py", line 215, in _process_one_worker
task.result()
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/pipeline/pipeline.py", line 119, in process
item = yield from self.process_one(_worker_id=worker_id)
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/pipeline/pipeline.py", line 103, in process_one
yield from task.process(item)
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/application/tasks/download.py", line 421, in process
yield from session.app_session.factory['Processor'].process(session)
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/processor/delegate.py", line 29, in process
return (yield from processor.process(item_session))
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/processor/web.py", line 91, in process
return (yield from session.process())
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/processor/web.py", line 185, in process
yield from self._process_loop()
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/processor/web.py", line 244, in _process_loop
exit_early, wait_time = yield from self._fetch_one(cast(Request, self._item_session.request))
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/processor/web.py", line 308, in _fetch_one
action = self._handle_response(request, response)
"/home/britmob/gs-venv/lib/python3.7/site-packages/wpull/processor/web.py", line 423, in _handle_response
self._processing_rule.scrape_document(self._item_session)
"/home/britmob/gs-venv/lib/python3.7/site-packages/libgrabsite/wpull_tweaks.py", line 43, in scrape_document
dupe_of = dupes_db.get_old_url(digest)
"/home/britmob/gs-venv/lib/python3.7/site-packages/libgrabsite/dupes.py", line 37, in get_old_url
maybe_url = txn.get(digest)
lmdb.CorruptedError: mdb_get: MDB_CORRUPTED: Located page was wrong type
| Traceback (most recent call last):
"/Users/xx/tmp/PaddleOCR-dygraph/tools/infer/predict_system.py", line 30, in <module>
import tools.infer.predict_det as predict_det
"/Users/xx/tmp/PaddleOCR-dygraph/tools/infer/predict_det.py", line 31, in <module>
from ppocr.data import create_operators, transform
"/Users/xx/tmp/PaddleOCR-dygraph/ppocr/data/__init__.py", line 36, in <module>
from ppocr.data.lmdb_dataset import LMDBDataSet
ImportError: cannot import name 'LMDBDataSet' from 'ppocr.data.lmdb_dataset' (/Users/xx/tmp/PaddleOCR-dygraph/ppocr/data/lmdb_dataset.py)
| 0.32784 |
Traceback (most recent call last):
"/volper/users/gaowang/fqx/gp_prune/gppr/bug_script.py", line 8, in <module>
jax.grad(jnp.linalg.det)(jnp.eye(2))
"/volper/users/gaowang/anaconda3/envs/gppr/lib/python3.8/site-packages/jax/_src/numpy/linalg.py", line 250, in _det_jvp
y, z = _cofactor_solve(x, g)
"/volper/users/gaowang/anaconda3/envs/gppr/lib/python3.8/site-packages/jax/_src/numpy/linalg.py", line 207, in _cofactor_solve
lu, pivots, permutation = lax_linalg.lu(a)
"/volper/users/gaowang/anaconda3/envs/gppr/lib/python3.8/site-packages/jax/_src/lax/linalg.py", line 143, in lu
lu, pivots, permutation = lu_p.bind(x)
"/volper/users/gaowang/anaconda3/envs/gppr/lib/python3.8/site-packages/jax/_src/lax/linalg.py", line 745, in _lu_impl
lu, pivot, perm = xla.apply_primitive(lu_p, operand)
"/volper/users/gaowang/anaconda3/envs/gppr/lib/python3.8/site-packages/jax/_src/lax/linalg.py", line 821, in _lu_cpu_gpu_translation_rule
lu, pivot, info = getrf_impl(c, operand)
"/volper/users/gaowang/anaconda3/envs/gppr/lib/python3.8/site-packages/jaxlib/cusolver.py", line 156, in getrf
lwork, opaque = cusolver_kernels.build_getrf_descriptor(
jax._src.traceback_util.FilteredStackTrace: RuntimeError: cuSolver has not been initialized
| Traceback (most recent call last):
"main.py", line 56, in <module>
client.run(TOKEN)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\client.py", line 640, in run
return future.result()
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\client.py", line 621, in runner
await self.start(*args, **kwargs)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\client.py", line 585, in start
await self.connect(reconnect=reconnect)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\client.py", line 499, in connect
await self._connect()
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\client.py", line 463, in _connect
await self.ws.poll_event()
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\gateway.py", line 471, in poll_event
await self.received_message(msg)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\gateway.py", line 425, in received_message
func(data)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\state.py", line 750, in parse_guild_create
guild = self._get_create_guild(data)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\state.py", line 725, in _get_create_guild
guild._from_data(data)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\guild.py", line 297, in _from_data
self._sync(guild)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\guild.py", line 324, in _sync
self._add_channel(TextChannel(guild=self, data=c, state=self._state))
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\channel.py", line 107, in __init__
self._update(guild, data)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\channel.py", line 131, in _update
self._fill_overwrites(data)
"C:\Users\Oaken_u0sat6a\AppData\Local\Programs\Python\Python38\lib\site-packages\discord\abc.py", line 294, in _fill_overwrites
self._overwrites.append(_Overwrites(id=overridden_id, **overridden))
TypeError: __new__() got an unexpected keyword argument 'deny_new'
| 0.251095 |
Traceback (most recent call last):
"dwt_util.py", line 205, in set_registryWindowsError: [Error 5] Acesso negado | Unhandled exception encountered during scan. Please report this as a bug: ['Traceback (most recent call last):\n', '
"/root/spiderfoot/sfscan.py", line 134, in startScan\n
module.start()\n', '
"/root/spiderfoot/modules/sfp_ripe.py", line 125, in start\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_ripe.py", line 77, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 101, in handleEvent\n
self.processHost(addr, event)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 130, in processHost\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 239, in handleEvent\n
return self.spiderFrom(spiderTarget)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 288, in spiderFrom\n
freshLinks = self.processUrl(link)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 102, in processUrl\n
self.contentNotify(url, fetched, self.urlEvents[url])\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 186, in contentNotify\n
self.notifyListeners(event)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_ripe.py", line 77, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_subdomain.py", line 71, in handleEvent\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 99, in handleEvent\n
self.processHost(host, event)\n', '
"/root/spiderfoot/modules/sfp_dns.py", line 130, in processHost\n
self.notifyListeners(evt)\n', '
"/root/spiderfoot/sflib.py", line 521, in notifyListeners\n
listener.handleEvent(sfEvent)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 239, in handleEvent\n
return self.spiderFrom(spiderTarget)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 299, in spiderFrom\n
nextLinks = self.cleanLinks(links)\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 160, in cleanLinks\n
if filter(checkExts, self.opts[\'filterfiles\']):\n', '
"/root/spiderfoot/modules/sfp_spider.py", line 159, in <lambda>\n
checkExts = lambda ext: \'.\' + str.lower(ext) in str.lower(str(link))\n', "UnicodeEncodeError: 'ascii' codec can't encode character u'\xae' in position 72: ordinal not in range(128)\n"] | 0.259629 |
Traceback (most recent call last):
"/home/adrian/src/ansible/lib/ansible/executor/task_executor.py", line 125, in run
res = self._execute()
"/home/adrian/src/ansible/lib/ansible/executor/task_executor.py", line 402, in _execute
self._play_context = self._play_context.set_task_and_variable_override(task=self._task, variables=variables, templar=templar)
"/home/adrian/src/ansible/lib/ansible/playbook/play_context.py", line 422, in set_task_and_variable_override
new_info.port = int(C.DEFAULT_REMOTE_PORT)
ValueError: invalid literal for int() with base 10: ''
| Traceback (most recent call last):
"/home/pi/env/lib/python3.5/site-packages/urllib3/connection.py", line 159, in _new_conn
(self._dns_host, self.port), self.timeout, **extra_kw)
"/home/pi/env/lib/python3.5/site-packages/urllib3/util/connection.py", line 80, in create_connection
raise err
"/home/pi/env/lib/python3.5/site-packages/urllib3/util/connection.py", line 70, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
| 0.234736 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"D:\Python38\lib\site-packages\ptpy\__init__.py", line 110, in __new__
plain_camera = plain(device=device)
"D:\Python38\lib\site-packages\ptpy\ptp.py", line 712, in __init__
super(PTP, self).__init__(*args, **kwargs)
"D:\Python38\lib\site-packages\ptpy\transports\usb.py", line 90, in __init__
else find_usb_cameras(name=name)
"D:\Python38\lib\site-packages\ptpy\transports\usb.py", line 61, in find_usb_cameras
return usb.core.find(
"D:\Python38\lib\site-packages\usb\core.py", line 1263, in find
raise NoBackendError('No backend available')
usb.core.NoBackendError: No backend available
| Traceback (most recent call last):
"examples/sample.py", line 88, in <module>
t.train(seq2seq, dataset, num_epochs=4, dev_data=dev_set, resume=opt.resume)
"/root/pytorch-seq2seq/seq2seq/trainer/supervised_trainer.py", line 160, in train
resume=resume, dev_data=dev_data, teacher_forcing_ratio=teacher_forcing_ratio)
"/root/pytorch-seq2seq/seq2seq/trainer/supervised_trainer.py", line 111, in _train_epoches
loss = self._train_batch(input_variables, target_variables, model, teacher_forcing_ratio)
"/root/pytorch-seq2seq/seq2seq/trainer/supervised_trainer.py", line 74, in _train_batch
return loss.get_loss()
"/root/pytorch-seq2seq/seq2seq/loss/loss.py", line 140, in get_loss
nll = super(Perplexity, self).get_loss()
"/root/pytorch-seq2seq/seq2seq/loss/loss.py", line 109, in get_loss
return self.acc_loss.data[0] / self.norm_term
ZeroDivisionError: float division by zero
| 0.245785 |
Traceback (most recent call last):
"pokecli.py", line 220, in <module>
main()
"pokecli.py", line 206, in main
bot.start()
"C:\Users\Joseph\PokemonGo-Bot\pokemongo_bot__init__.py", line 31, in start
self._setup_api()
"C:\Users\Joseph\PokemonGo-Bot\pokemongo_bot__init__.py", line 151, in _setup_api
player = response_dict['responses']['GET_PLAYER']['player_data']TypeError: 'bool' object has no attribute '__getitem__' | Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"/usr/local/byteps/launcher/launch.py", line 19, in worker
subprocess.check_call(command, env=my_env, stdout=sys.stdout, stderr=sys.stderr, shell=True)
"/usr/lib/python2.7/subprocess.py", line 541, in check_call
raise CalledProcessError(retcode, cmd)
CalledProcessError: Command '/usr/local/byteps/example/mxnet/start_mxnet_byteps.sh --benchmark 1 --batch-size=32' returned non-zero exit status -2
| 0.284368 |
Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/voltron/main.py", line 47, in main
inst.run()
"/usr/lib/python2.7/site-packages/voltron/view.py", line 248, in run
self.render()
"/usr/lib/python2.7/site-packages/voltron/plugins/view/disasm.py", line 28, in render
res = self.client.send_request(req)
"/usr/lib/python2.7/site-packages/voltron/core.py", line 372, in send_request
response = self.session.post(self.url, data=str(request))
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 511, in post
return self.request('POST', url, data=data, json=json, *_kwargs)
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 468, in request
resp = self.send(prep, *_send_kwargs)
"/usr/lib/python2.7/site-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python2.7/site-packages/requests/adapters.py", line 376, in send
timeout=timeout
"/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 559, in urlopen
body=body, headers=headers)
"/usr/lib/python2.7/site-packages/requests/packages/urllib3/connectionpool.py", line 376, in _make_request
httplib_response = conn.getresponse(buffering=True)
"/usr/lib/python2.7/httplib.py", line 1136, in getresponse
response.begin()
"/usr/lib/python2.7/httplib.py", line 453, in begin
version, status, reason = self._read_status()
"/usr/lib/python2.7/httplib.py", line 409, in _read_status
line = self.fp.readline(_MAXLINE + 1)
"/usr/lib/python2.7/socket.py", line 480, in readline
data = self._sock.recv(self._rbufsize)
"/usr/lib/python2.7/site-packages/voltron/view.py", line 344, in sigwinch_handler
self.do_render()
"/usr/lib/python2.7/site-packages/voltron/view.py", line 324, in do_render
self.fmt_body = self.bodyAttributeError: 'DisasmView' object has no attribute 'body' |
Traceback (most recent call last):
"/root/anaconda3/lib/python3.6/site-packages/jupyterhub/app.py", line 1218, in init_users
await maybe_future(self.authenticator.add_user(user))
"/root/anaconda3/lib/python3.6/site-packages/jupyterhub/auth.py", line 525, in add_user
raise KeyError("User %s does not exist." % user.name)
KeyError: 'User s does not exist.'
| 0.19944 |
Traceback (most recent call last):
"/root/venv2/bin/lumi", line 11, in <module>
sys.exit(cli())
"/root/venv2/local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
return self.main(*args, **kwargs)
"/root/venv2/local/lib/python2.7/site-packages/click/core.py", line 697, in main
rv = self.invoke(ctx)
"/root/venv2/local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/root/venv2/local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/root/venv2/local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
return callback(*args, **kwargs)
"/root/venv2/local/lib/python2.7/site-packages/luminoth/train.py", line 307, in train
config, environment=environment
"/root/venv2/local/lib/python2.7/site-packages/luminoth/train.py", line 239, in run
], options=run_options)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 671, in run
run_metadata=run_metadata)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1148, in run
run_metadata=run_metadata)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1239, in run
raise six.reraise(*original_exc_info)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1224, in run
return self._sess.run(*args, **kwargs)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1296, in run
run_metadata=run_metadata)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/training/monitored_session.py", line 1076, in run
return self._sess.run(*args, **kwargs)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 887, in run
run_metadata_ptr)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1110, in _run
feed_dict_tensor, options, run_metadata)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1286, in _do_run
run_metadata)
"/root/venv2/local/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1308, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.InvalidArgumentError: Incompatible shapes: [3,4] vs. [9,4]
| Traceback (most recent call last):
"/usr/local/virtualenvs/tmp-196889bbe4a5f01d/coveragepy/.tox/lint/lib/python3.7/site-packages/astroid/__init__.py", line 91, in _inference_tip_cached
return iter(_cache[func, node])
KeyError: (<function register_builtin_transform.<locals>._transform_wrapper at 0x11032bb90>, <Call l.40 at 0x148a334d0>)
| 0.286281 |
Traceback (most recent call last):
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/retryhandler.py", line 269, in _should_retry
return self._checker(attempt_number, response, caught_exception)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/retryhandler.py", line 317, in __call__
caught_exception)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/retryhandler.py", line 223, in __call__
attempt_number, caught_exception)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/retryhandler.py", line 359, in _check_caught_exception
raise caught_exception
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/endpoint.py", line 200, in _do_get_response
http_response = self._send(request)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/endpoint.py", line 244, in _send
return self.http_session.send(request)
"/Users/echan/Library/Python/3.7/lib/python/site-packages/botocore/httpsession.py", line 278, in send
raise EndpointConnectionError(endpoint_url=request.url, error=e)
botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL: "http://localhost:4568/"
| Traceback (most recent call last):
"script/spider.py", line 7, in <module>
from utils import ip_address, config_file
"/home/csllc4/packtpub-crawler/script/utils.py", line 16
print '[-] GET {0} | {1}'.format(response.status_code, response.url)
^
SyntaxError: invalid syntax
| 0.256449 |
Traceback (most recent call last):
"./weevely.py", line 2, in <module>
from core.terminal import Terminal
"/root/weevely3/core/terminal.py", line 6, in <module>
from core.module import Status
"/root/weevely3/core/module.py", line 14, in <module>
from core.vectorlist import VectorList
"/root/weevely3/core/vectorlist.py", line 15, in <module>
from core.vectors import Os
"/root/weevely3/core/vectors.py", line 11, in <module>
from mako.template import Template
ImportError: No module named mako.template
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/dist-packages/docker/models/services.py", line 77, in update
**create_kwargs
"/usr/local/lib/python2.7/dist-packages/docker/utils/decorators.py", line 35, in wrapper
return f(self, *args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/docker/utils/decorators.py", line 21, in wrapped
return f(self, resource_id, *args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/docker/api/service.py", line 282, in update_service
self._raise_for_status(resp)
"/usr/local/lib/python2.7/dist-packages/docker/api/client.py", line 216, in _raise_for_status
raise create_api_error_from_http_exception(e)
"/usr/local/lib/python2.7/dist-packages/docker/errors.py", line 30, in create_api_error_from_http_exception
raise cls(e, response=response, explanation=explanation)
docker.errors.APIError: 500 Server Error: Internal Server Error for url: http+docker://localunixsocket/v1.25/services/k0dcr80bqsn44a9izae7r7c4a/update?version=1429 ("rpc error: code = 2 desc = changing network in service is not supported")
| 0.279699 |
Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 244, in _async_add_entity
await entity.async_device_update(warning=False)
"/usr/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 327, in async_device_update
yield from self.hass.async_add_job(self.update)
"/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/lib/python3.6/site-packages/homeassistant/components/sensor/smappee.py", line 192, in update
consumption = data.get('records')[-1]
IndexError: list index out of range
| Traceback (most recent call last):
"/content/drive/My Drive/app/darts-master/cnn/test.py", line 103, in <module>
main()
"/content/drive/My Drive/app/darts-master/cnn/test.py", line 59, in main
utils.load(model, args.model_path)
"/content/drive/My Drive/app/darts-master/cnn/utils.py", line 99, in load
model.load_state_dict(torch.load(model_path))
"/usr/local/lib/python3.6/dist-packages/torch/serialization.py", line 381, in load
f = open(f, 'rb')
NotFoundError: [Errno 2] No such file or directory: 'EXP/model.pt' | 0.295275 |
Traceback (most recent call last):
"test/test.py", line 11, in <module>
import encoding
"/home/mifs/mttt2/workarea/github/PyTorch-Encoding/encoding/__init__.py", line 13, in <module>
import encoding.nn
"/home/mifs/mttt2/workarea/github/PyTorch-Encoding/encoding/nn/__init__.py", line 11, in <module>
from .encoding import *
"/home/mifs/mttt2/workarea/github/PyTorch-Encoding/encoding/nn/encoding.py", line 17, in <module>
from .._ext import encoding_lib
"/home/mifs/mttt2/workarea/github/PyTorch-Encoding/encoding/_ext/encoding_lib/__init__.py", line 3, in <module>
from ._encoding_lib import lib as _lib, ffi as _ffi
ImportError: No module named 'encoding._ext.encoding_lib._encoding_lib'
| Traceback (most recent call last):
"/usr/local/lib/python3.5/tarfile.py", line 2281, in next
tarinfo = self.tarinfo.fromtarfile(self)
"/usr/local/lib/python3.5/tarfile.py", line 1083, in fromtarfile
obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors)
"/usr/local/lib/python3.5/tarfile.py", line 1025, in frombuf
chksum = nti(buf[148:156])
"/usr/local/lib/python3.5/tarfile.py", line 184, in nti
raise InvalidHeaderError("invalid header")
tarfile.InvalidHeaderError: invalid header
| 0.223119 |
Traceback (most recent call last):
"/usr/local/google/home/ochang/clusterfuzz/src/python/tests/core/bot/fuzzers/ml/rnn/ml_rnn_generator_test.py", line 89, in test_empty_corpus
self.assertEqual(result.return_code, constants.ExitCode.CORPUS_TOO_SMALL)
AssertionError: 1 != 2
| `Traceback (most recent call last):
"/usr/local/bin/shallow-backup", line 8, in <module>
sys.exit(cli())
"/Users/mschmidtkorth/Library/Python/3.7/lib/python/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/Users/mschmidtkorth/Library/Python/3.7/lib/python/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/Users/mschmidtkorth/Library/Python/3.7/lib/python/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/Users/mschmidtkorth/Library/Python/3.7/lib/python/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/usr/local/lib/python3.7/site-packages/shallow_backup/__main__.py", line 147, in cli
backup_all(dotfiles_path, packages_path, fonts_path, configs_path)
"/usr/local/lib/python3.7/site-packages/shallow_backup/backup.py", line 188, in backup_all
backup_packages(packages_path, skip)
"/usr/local/lib/python3.7/site-packages/shallow_backup/backup.py", line 142, in backup_packages
run_cmd_write_stdout(command, dest)
"/usr/local/lib/python3.7/site-packages/shallow_backup/utils.py", line 30, in run_cmd_write_stdout
process = run_cmd(command)
"/usr/local/lib/python3.7/site-packages/shallow_backup/utils.py", line 15, in run_cmd
process = sp.run(command.split(), stdout=sp.PIPE, stderr=sp.DEVNULL)
"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 488, in run
with Popen(*popenargs, **kwargs) as process:
"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 800, in __init__
restore_signals, start_new_session)
"/usr/local/Cellar/python/3.7.7/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1551, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
NotADirectoryError: [Errno 20] Not a directory: 'apm'` | 0.322207 |
Traceback (most recent call last):
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 849, in callback
result_list.append(f.result())
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\tornado\gen.py", line 1113, in run
yielded = self.gen.send(value)
"C:\Users\hoffmand\AppData\Local\Continuum\Anaconda3\lib\site-packages\distributed\deploy\local.py", line 189, in _start_worker
raise gen.TimeoutError("Worker failed to start")
tornado.util.TimeoutError: Worker failed to start
| Traceback (most recent call last):
"/home/boffi/lib/miniconda3/bin/jupyter-nbconvert", line 11, in <module>
sys.exit(main())
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/jupyter_core/application.py", line 266, in launch_instance
return super(JupyterApp, cls).launch_instance(argv=argv, **kwargs)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/traitlets/config/application.py", line 658, in launch_instance
app.start()
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/nbconvertapp.py", line 337, in start
self.convert_notebooks()
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/nbconvertapp.py", line 507, in convert_notebooks
self.convert_single_notebook(notebook_filename)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/nbconvertapp.py", line 478, in convert_single_notebook
output, resources = self.export_single_notebook(notebook_filename, resources, input_buffer=input_buffer)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/nbconvertapp.py", line 407, in export_single_notebook
output, resources = self.exporter.from_filename(notebook_filename, resources=resources)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/exporters/exporter.py", line 178, in from_filename
return self.from_file(f, resources=resources, **kw)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/exporters/exporter.py", line 196, in from_file
return self.from_notebook_node(nbformat.read(file_stream, as_version=4), resources=resources, **kw)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/exporters/latex.py", line 84, in from_notebook_node
return super(LatexExporter, self).from_notebook_node(nb, resources, **kw)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/exporters/templateexporter.py", line 300, in from_notebook_node
nb_copy, resources = super(TemplateExporter, self).from_notebook_node(nb, resources, **kw)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/exporters/exporter.py", line 138, in from_notebook_node
nb_copy, resources = self._preprocess(nb_copy, resources)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/exporters/exporter.py", line 315, in _preprocess
nbc, resc = preprocessor(nbc, resc)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/preprocessors/base.py", line 47, in __call__
return self.preprocess(nb, resources)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/preprocessors/base.py", line 69, in preprocess
nb.cells[index], resources = self.preprocess_cell(cell, resources, index)
"/home/boffi/lib/miniconda3/lib/python3.7/site-packages/nbconvert/preprocessors/extractoutput.py", line 92, in preprocess_cell
data = json.dumps(data)
"/home/boffi/lib/miniconda3/lib/python3.7/json/__init__.py", line 231, in dumps
return _default_encoder.encode(obj)
"/home/boffi/lib/miniconda3/lib/python3.7/json/encoder.py", line 199, in encode
chunks = self.iterencode(o, _one_shot=True)
"/home/boffi/lib/miniconda3/lib/python3.7/json/encoder.py", line 257, in iterencode
return _iterencode(o, 0)
"/home/boffi/lib/miniconda3/lib/python3.7/json/encoder.py", line 179, in default
raise TypeError(f'Object of type {o.__class__.__name__} '
TypeError: Object of type bytes is not JSON serializable
| 0.244065 |
Traceback (most recent call last):
"/venv/lib/python3.7/site-packages/requests/adapters.py", line 445, in send
timeout=timeout
"/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 638, in urlopen
_stacktrace=sys.exc_info()[2])
"/venv/lib/python3.7/site-packages/urllib3/util/retry.py", line 367, in increment
raise six.reraise(type(error), error, _stacktrace)
"/venv/lib/python3.7/site-packages/urllib3/packages/six.py", line 685, in reraise
raise value.with_traceback(tb)
"/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 600, in urlopen
chunked=chunked)
"/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 384, in _make_request
six.raise_from(e, None)
"<string>", line 2, in raise_from
"/venv/lib/python3.7/site-packages/urllib3/connectionpool.py", line 380, in _make_request
httplib_response = conn.getresponse()
"/usr/local/lib/python3.7/http/client.py", line 1321, in getresponse
response.begin()
"/usr/local/lib/python3.7/http/client.py", line 296, in begin
version, status, reason = self._read_status()
"/usr/local/lib/python3.7/http/client.py", line 257, in _read_status
line = str(self.fp.readline(_MAXLINE + 1), "iso-8859-1")
"/usr/local/lib/python3.7/socket.py", line 589, in readinto
return self._sock.recv_into(b)
"/usr/local/lib/python3.7/ssl.py", line 1049, in recv_into
return self.read(nbytes, buffer)
"/usr/local/lib/python3.7/ssl.py", line 908, in read
return self._sslobj.read(len, buffer)
urllib3.exceptions.ProtocolError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
| Traceback (most recent call last):
"/usr/bin/pyjsbuild", line 16, in <module>
import pyjs.browser
"/usr/local/lib/python2.7/dist-packages/pyjs/browser.py", line 8, in <module>
from pyjs import linker
"/usr/local/lib/python2.7/dist-packages/pyjs/linker.py", line 8, in <module>
from pyjs import translator
"/usr/local/lib/python2.7/dist-packages/pyjs/translator.py", line 15, in <module>
from translator_proto import *
"/usr/local/lib/python2.7/dist-packages/pyjs/translator_proto.py", line 37, in <module>
import pycompiler as compilerImportError: No module named pycompiler | 0.275382 |
Traceback (most recent call last):
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 261, in main
old_handlers)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/forkserver.py", line 297, in _serve_one
code = spawn._main(child_r)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 114, in _main
prepare(preparation_data)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 225, in prepare
_fixup_main_from_path(data['init_main_from_path'])
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/multiprocessing/spawn.py", line 277, in _fixup_main_from_path
run_name="__mp_main__")
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 261, in run_path
code, fname = _get_code_from_file(run_name, path_name)
"/opt/anaconda3/envs/Data_Science_Toolkit/lib/python3.7/runpy.py", line 231, in _get_code_from_file
with open(fname, "rb") as f:
NotFoundError: [Errno 2] No such file or directory: '/Users/123456/PycharmProjects/Data_folder/<input>'
| . Traceback (most recent call last):
"/usr/lib/python2.6/site-packages/spyderlib/spyder.py", line 2098, in main
mainwindow = run_spyder(app, options, args)
"/usr/lib/python2.6/site-packages/spyderlib/spyder.py", line 1991, in run_spyder
main = MainWindow(options)
"/usr/lib/python2.6/site-packages/spyderlib/spyder.py", line 381, in **init**
title = "Spyder (Python %s.%s)" % (sys.version_info.major,AttributeError: 'tuple' object has no attribute 'major' | 0.323277 |
Traceback (most recent call last):
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\utils\system.py", line 55, in psutil_phymem_usage
percent = psutil.virtual_memory().percentAttributeError: module 'psutil' has no attribute 'virtual_memory' | 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_code, scope)
# noqa: S102, WPS421
"/etc/tower/settings.py", line 19, in <module>
SECRET_KEY = get_secret()
"/etc/tower/settings.py", line 8, in get_secret
return open('/etc/tower/SECRET_KEY', 'rb').read().strip()
IsADirectoryError: [Errno 21] Is a directory: '/etc/tower/SECRET_KEY'
| 0.267264 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/usr/local/lib/python2.7/site-packages/yaml/__init__.py", line 71, in load
return loader.get_single_data()
"/usr/local/lib/python2.7/site-packages/yaml/constructor.py", line 37, in get_single_data
node = self.get_single_node()
"/usr/local/lib/python2.7/site-packages/yaml/composer.py", line 39, in get_single_node
if not self.check_event(StreamEndEvent):
"/usr/local/lib/python2.7/site-packages/yaml/parser.py", line 98, in check_event
self.current_event = self.state()
"/usr/local/lib/python2.7/site-packages/yaml/parser.py", line 174, in parse_document_start
self.peek_token().start_mark)yaml.parser.ParserError: expected '<document start>', but found '<scalar>' | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"<stdin>", line 1, in <listcomp>
ValueError: Integers to negative integer powers are not allowed.
| 0.280052 |
Traceback (most recent call last):
"/home/icsl/clusterfuzz/clusterfuzz-master/my-bot/clusterfuzz/src/python/system/process_handler.py", line 193, in run_process
ignore_children=ignore_children)
"/home/icsl/clusterfuzz/clusterfuzz-master/my-bot/clusterfuzz/src/third_party/mozprocess/processhandler.py", line 760, in __init__
(self.cmd, self.args) = (self.cmd[0], self.cmd[1:])
IndexError: list index out of range
| Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.kfx_input.package_filetype", line 21, in run
"calibre_plugins.kfx_input.package_filetype", line 32, in run_kfx
"calibre_plugins.kfx_input.kfxlib.yj_book", line 83, in convert_to_single_kfx
"calibre_plugins.kfx_input.kfxlib.yj_book", line 202, in decode_book
"calibre_plugins.kfx_input.kfxlib.yj_book", line 309, in get_container
KFXDRMError: Book container B07BBVRR8C_EBOK.azw has DRM and cannot be converted
| 0.24365 |
Traceback (most recent call last):
"/bin/salt-call", line 11, in <module>
salt_call()
"/usr/lib/python2.7/site-packages/salt/scripts.py", line 431, in salt_call
client.run()
"/usr/lib/python2.7/site-packages/salt/cli/call.py", line 57, in run
caller.run()
"/usr/lib/python2.7/site-packages/salt/cli/caller.py", line 158, in run
elif ret['retcode'] != salt.defaults.exitcodes.EX_OK:
KeyError: u'retcode'
| Traceback (most recent call last):
"/usr/local/lib/python3.7/dist-packages/lsassy/impacketconnection.py", line 132, in put
self.conn.put
(share_name, path_name, callback)
"/usr/lib/python3/dist-packages/impacket/smbconnection.py", line 816, in put
raise SessionError(e.get_error_code(), e.get_error_packet())
impacket.smbconnection.SessionError: SMB SessionError: STATUS_ACCESS_DENIED({Access Denied} A process has requested access to an object but has not been granted those access rights.)
| 0.319237 |
Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/sphinx/ext/autodoc.py", line 335, in import_object
**import**(self.modname)ImportError: No module named event | Traceback (most recent call last):
"/home/ian/Downloads/Electrum-2.6.4/gui/qt/installwizard.py", line 165, in run
wallet = WizardBase.run(self, *args)
"/home/ian/Downloads/Electrum-2.6.4/lib/wizard.py", line 151, in run
cr, wallet = self.create_or_restore(storage)
"/home/ian/Downloads/Electrum-2.6.4/lib/wizard.py", line 225, in create_or_restore
wallet_type = hw_wallet_types[choice]IndexError: list index out of range | 0.240528 |
Traceback (most recent call last):
"retrain.py", line 1333, in <module>
tf.app.run(main=main, argv=[sys.argv[0]] + unparsed)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow/python/platform/app.py", line 126, in run
_sys.exit(main(argv))
"retrain.py", line 1017, in main
module_spec = hub.load_module_spec(FLAGS.tfhub_module)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/native_module.py", line 99, in load_module_spec
path = compressed_module_resolver.get_default().get_module_path(path)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/resolver.py", line 385, in get_module_path
return self._get_module_path(handle)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/resolver.py", line 467, in _get_module_path
return resolver.get_module_path(handle)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/resolver.py", line 385, in get_module_path
return self._get_module_path(handle)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/compressed_module_resolver.py", line 105, in _get_module_path
self._lock_file_timeout_sec())
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/resolver.py", line 313, in atomic_download
download_fn(handle, tmp_dir)
"/home/mido/.local/lib/python2.7/site-packages/tensorflow_hub/compressed_module_resolver.py", line 101, in download
response = url_opener.open(request)
"/usr/lib/python2.7/urllib2.py", line 429, in open
response = self._open(req, data)
"/usr/lib/python2.7/urllib2.py", line 447, in _open
'_open', req)
"/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
"/usr/lib/python2.7/urllib2.py", line 1241, in https_open
context=self._context)
"/usr/lib/python2.7/urllib2.py", line 1198, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 101] Network is unreachable>
| Traceback (most recent call last):
"/home/lars/local/qtile/libqtile/confreader.py", line 99, in load
config = __import__(name)
# noqa: F811
"/home/lars/.config/qtile/config.py", line 20, in <module>
from bar import get_bar
"/home/lars/.config/qtile/bar.py", line 21, in <module>
class Pomodoro(widget.Pomodoro):
TypeError: function() argument 'code' must be code, not str
| 0.217486 |
Traceback (most recent call last):
"/usr/local/bin/molecule", line 10, in <module>
sys.exit(main())
"/Users/abrown/projects/cisco/molecule/molecule/cli.py", line 68, in main
CLI().main()
"/Users/abrown/projects/cisco/molecule/molecule/cli.py", line 64, in main
utilities.sysexit(c.execute()[0])
"/Users/abrown/projects/cisco/molecule/molecule/commands/destroy.py", line 47, in execute
self.molecule._create_templates()
"/Users/abrown/projects/cisco/molecule/molecule/core.py", line 197, in _create_templates
self._config.config['ansible']['config_file'], kwargs=kwargs)
"/Users/abrown/projects/cisco/molecule/molecule/utilities.py", line 104, in write_template
with open(dest, 'w') as f:IOError: [Errno 2] No such file or directory: '.molecule/../../.molecule/ansible.cfg' | Traceback (most recent call last):
"test.py", line 35, in <module>
model = create_model(opt)
"D:\aisi\EDVR-master\EDVR-master\codes\models\__init__.py", line 9, in create_model
from .SR_model import SRModel as M
"D:\aisi\EDVR-master\EDVR-master\codes\models\SR_model.py", line 7, in <module>
import models.networks as networks
"D:\aisi\EDVR-master\EDVR-master\codes\models\networks.py", line 5, in <module>
import models.archs.EDVR_arch as EDVR_arch
"D:\aisi\EDVR-master\EDVR-master\codes\models\archs\EDVR_arch.py", line 10, in <module>
raise ImportError('Failed to import DCNv2 module.')
ImportError: Failed to import DCNv2 module.
| 0.316426 |
ERROR: Signature extraction failed: Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\extractor\youtube.py", line 1081, in _decrypt_signature
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpje2_cfdl\build\youtube_dl\extractor\youtube.py", line 969, in _extract_signature_function
youtube_dl.utils.ExtractorError: Cannot identify player 'https://www.youtube.com/yts/jsbin/player-vfl4OEYh9/en_US/base.js'; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| Traceback (most recent call last):
"/opt/venv/lib/python3.6/site-packages/sanic/app.py", line 976, in handle_request
response = await response
"/usr/local/lib/python3.6/asyncio/coroutines.py", line 110, in __next__
return self.gen.send(None)
"/opt/venv/lib/python3.6/site-packages/rasa/core/channels/telegram.py", line 215, in message
if self._is_user_message(msg):
"/opt/venv/lib/python3.6/site-packages/rasa/core/channels/telegram.py", line 175, in _is_user_message
return message.text is not None
AttributeError: 'NoneType' object has no attribute 'text'
| 0.263698 |
Traceback (most recent call last):
"C:\Python37\lib\site-packages\pywinauto\remote_memory_block.py", line 163, in __del__
self.CleanUp()
"C:\Python37\lib\site-packages\pywinauto\remote_memory_block.py", line 140, in CleanUp
self.CheckGuardSignature()
"C:\Python37\lib\site-packages\pywinauto\remote_memory_block.py", line 279, in CheckGuardSignature
ctypes.c_void_p(self.mem_address + self.size),
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
| Traceback (most recent call last):
"tests.commands.test__vi_h in /Users/Home/Library/Application Support/Sublime Text 3/Installed Packages/Vintageous.sublime-package", line 74, in testCanMoveReversedAssertionError: (1, 2) != (0, 2) | 0.262786 |
Traceback (most recent call last):
"/usr/local/flexget/env/lib/python2.7/site-packages/flask/app.py", line 1475, in full_dispatch_request
rv = self.dispatch_request()
"/usr/local/flexget/env/lib/python2.7/site-packages/flask/app.py", line 1461, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"/usr/local/flexget/env/lib/python2.7/site-packages/flask_restful/__init__.py", line 477, in wrapper
resp = resource(*args, **kwargs)
"/usr/local/flexget/env/lib/python2.7/site-packages/flask/views.py", line 84, in view
return self.dispatch_request(*args, **kwargs)
"/usr/local/flexget/env/lib/python2.7/site-packages/flask_restplus/resource.py", line 42, in dispatch_request
resp = meth(*args, **kwargs)
"/usr/local/flexget/env/lib/python2.7/site-packages/flexget/utils/database.py", line 34, in wrapper
return func(*args, **kwargs)
"/usr/local/flexget/env/lib/python2.7/site-packages/flexget/plugins/api/tvdb_lookup.py", line 85, in get
result = lookup_series(name=search, session=session)
"/usr/local/flexget/env/lib/python2.7/site-packages/flexget/utils/database.py", line 31, in wrapper
return func(*args, **kwargs)
"/usr/local/flexget/env/lib/python2.7/site-packages/flexget/plugins/api_tvdb.py", line 446, in lookup_series
_update_search_strings(series, session, search=name)
"/usr/local/flexget/env/lib/python2.7/site-packages/flexget/plugins/api_tvdb.py", line 378, in _update_search_strings
func.lower(TVDBSearchResult.search) == name).first()
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 2634, in first
ret = list(self[0:1])
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 2457, in __getitem__
return list(res)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/query.py", line 2735, in __iter__
self.session._autoflush()
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 1303, in _autoflush
util.raise_from_cause(e)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=cause)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 1293, in _autoflush
self.flush()
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 2019, in flush
self._flush(objects)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 2137, in _flush
transaction.rollback(_capture_exception=True)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/util/langhelpers.py", line 60, in __exit__
compat.reraise(exc_type, exc_value, exc_tb)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/session.py", line 2101, in _flush
flush_context.execute()
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 373, in execute
rec.execute(self)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/unitofwork.py", line 532, in execute
uow
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 174, in save_obj
mapper, table, insert)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/orm/persistence.py", line 767, in _emit_insert_statements
execute(statement, multiparams)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute
return meth(self, multiparams, params)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/sql/elements.py", line 323, in _execute_on_connection
return connection._execute_clauseelement(self, multiparams, params)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1010, in _execute_clauseelement
compiled_sql, distilled_params
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context
context)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1341, in _handle_dbapi_exception
exc_info
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 200, in raise_from_cause
reraise(type(exception), exception, tb=exc_tb, cause=cause)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context
context)
"/usr/local/flexget/env/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute
cursor.execute(statement, parameters)OperationalError: (raised as a result of Query-invoked autoflush; consider using a session.no_autoflush block if this flush is occurring prematurely) (sqlite3.OperationalError) database is locked [SQL: u'INSERT INTO tvdb_series (id, last_updated, expired, name, language, rating, status, runtime, airs_time, airs_dayofweek, content_rating, network, overview, imdb_id, zap2it_id, banner, first_aired, aliases, actors, posters) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)'] [parameters: (270633, 1461390623, 0, u'True Detective', u'en', 9.0999999999999996, u'Continuing', 60, u'9:00 PM', u'Sunday', u'TV-MA', u'HBO', u'An anthology series in which police investigations unearth the personal and professional secrets of those involved, both within and outside the law.', u'tt2356777', u'SH01814225', u'graphical/270633-g7.jpg', '2014-01-12 00:00:00.000000', u'[]', None, None)] | : Connect to Evernote...Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 893, in main
Notes().create(**ARGS)
"/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 637, in create
inputData = self._parseInput(title, content, tags, notebook, resource)
"/usr/local/lib/python2.7/dist-packages/geeknote-0.2a-py2.7.egg/geeknote/geeknote.py", line 705, in _parseInput
"resources": resources if resources else [],NameError: global name 'resources' is not defined | 0.234931 |
Traceback (most recent call last):
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/ws4py/websocket.py", line 300, in once
b = self.sock.recv(self.reading_buffer_size)
"/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/gevent/_socket3.py", line 280, in recv
return _socket.socket.recv(self._sock, *args)OSError: [Errno 9] Bad file descriptor | Traceback (most recent call last):
"/root/w3af/w3af/core/ui/gui/main.py", line 612, in start_scan_wrap
real_scan_start()
"/root/w3af/w3af/core/ui/gui/main.py", line 603, in real_scan_start
self.w3af.start()
"/root/w3af/w3af/core/controllers/w3afCore.py", line 222, in start
self.strategy.start()
"/root/w3af/w3af/core/controllers/core_helpers/strategy.py", line 134, in start
self._fuzzable_request_router()
"/root/w3af/w3af/core/controllers/core_helpers/strategy.py", line 297, in _fuzzable_request_router
self._handle_all_consumer_exceptions(_other)
"/root/w3af/w3af/core/controllers/core_helpers/strategy.py", line 390, in _handle_all_consumer_exceptions
self._handle_consumer_exception(result_item)
"/root/w3af/w3af/core/controllers/core_helpers/strategy.py", line 402, in _handle_consumer_exception
self._w3af_core.exception_handler.handle_exception_data(exception_data)
"/root/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 74, in handle_exception_data
exception_data.enabled_plugins)
"/root/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 129, in handle
filename = self.write_crash_file(edata)
"/root/w3af/w3af/core/controllers/core_helpers/exception_handler.py", line 148, in write_crash_file
crash_dump = file(filename, "w")IOError: [Errno 24] 打开的文件过多: '/tmp/w3af-crash-B2z5d.txt' | 0.315897 |
Traceback (most recent call last):
"C:\Medusa\Medusa\<a href="../blob/708c2e9351e61b3f96345ab013f52e83b5a474b5/medusa/server/web/core/base.py#L251">medusa\server\web\core\base.py</a>", line 251, in async_call
result = function(**kwargs)TypeError: update() got an unexpected keyword argument 'pid' | Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_reload() missing 1 required positional argument: 'tmpdir'
| 0.295612 |
Traceback (most recent call last):
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 438, in _jsonrpc_retry_call
return self._jsonrpc_call(*args, **kwargs)
"/opt/server/python/me_helper/venv/lib/python3.7/site-packages/uiautomator2/__init__.py", line 475, in _jsonrpc_call
(time.time() - request_start))
uiautomator2.exceptions.GatewayError: uiautomator2.GatewayError(gateway error, time used 0.0s)
| Traceback (most recent call last):
"gym_test_CartPole.py", line 3, in <module>
env = gym.make('LunarLander-v2')
"/home/jackie/gym/gym/envs/registration.py", line 161, in make
return registry.make(id)
"/home/jackie/gym/gym/envs/registration.py", line 119, in make
env = spec.make()
"/home/jackie/gym/gym/envs/registration.py", line 85, in make
cls = load(self._entry_point)
"/home/jackie/gym/gym/envs/registration.py", line 17, in load
result = entry_point.load(False)
"/home/jackie/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2303, in load
return self.resolve()
"/home/jackie/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2309, in resolve
module = __import__(self.module_name, fromlist=['__name__'], level=0)
"/home/jackie/gym/gym/envs/box2d/__init__.py", line 1, in <module>
from gym.envs.box2d.lunar_lander import LunarLander
"/home/jackie/gym/gym/envs/box2d/lunar_lander.py", line 4, in <module>
import Box2D
"/home/jackie/anaconda3/lib/python3.6/site-packages/Box2D/__init__.py", line 20, in <module>
from .Box2D import *
"/home/jackie/anaconda3/lib/python3.6/site-packages/Box2D/Box2D.py", line 434, in <module>
RAND_LIMIT = _Box2D.RAND_LIMIT
AttributeError: module 'Box2D._Box2D' has no attribute 'RAND_LIMIT'
| 0.257826 |
Comment: An exception occurred in this state: Traceback (most recent call last):
"/usr/lib/python2.7/dist-packages/salt/state.py", line 1744, in call
**cdata['kwargs'])
"/usr/lib/python2.7/dist-packages/salt/loader.py", line 1702, in wrapper
return f(*args, **kwargs)
"/usr/lib/python2.7/dist-packages/salt/states/mongodb_user.py", line 85, in present
user_exists = __salt__['mongodb.user_exists'](name, user, password, host, port, database, authdb)
"/usr/lib/python2.7/dist-packages/salt/modules/mongodb.py", line 214, in user_exists
users = user_list(user, password, host, port, database, authdb)
"/usr/lib/python2.7/dist-packages/salt/modules/mongodb.py", line 184, in user_list
('roles', user['roles'])
KeyError: 'roles'
Started: 10:32:57.242075
| Traceback (most recent call last):
"sqlmap.py", line 157, in main
from lib.controller.controller import start
"lib/controller/controller.py", line 12, in <module>
from lib.controller.action import action
"lib/controller/action.py", line 8, in <module>
from lib.controller.handler import setHandler
"lib/controller/handler.py", line 35, in <module>
from plugins.dbms.sqlite import SQLiteMapImportError: No module named sqlite | 0.183965 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/engine/base.py", line 2336, in _wrap_pool_connect
return fn()
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 364, in connect
return _ConnectionFairy._checkout(self)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 778, in _checkout
fairy = _ConnectionRecord.checkout(pool)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 495, in checkout
rec = pool._do_get()
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/impl.py", line 140, in _do_get
self._dec_overflow()
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__
with_traceback=exc_tb,
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/util/compat.py", line 182, in raise_
raise exception
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/impl.py", line 137, in _do_get
return self._create_connection()
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 309, in _create_connection
return _ConnectionRecord(self)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 440, in __init__
self.__connect(first_connect_check=True)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 661, in __connect
pool.logger.debug("Error on connect(): %s", e)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/util/langhelpers.py", line 70, in __exit__
with_traceback=exc_tb,
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/util/compat.py", line 182, in raise_
raise exception
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/pool/base.py", line 656, in __connect
connection = pool._invoke_creator(self)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/engine/strategies.py", line 114, in connect
return dialect.connect(*cargs, **cparams)
"/usr/local/lib/python3.6/dist-packages/sqlalchemy/engine/default.py", line 493, in connect
return self.dbapi.connect(*cargs, **cparams)
"/home/ubuntu/.local/lib/python3.6/site-packages/psycopg2/__init__.py", line 127, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: FATAL:
database "XXX" does not exist
| Traceback (most recent call last):
"/usr/local/lib/python2.7/site-packages/bugwarrior/services/__init__.py", line 499, in _aggregate_issues
for issue in service.issues():
"/usr/local/lib/python2.7/site-packages/bugwarrior/services/phab.py", line 230, in issues
for issue in self.tasks():
"/usr/local/lib/python2.7/site-packages/bugwarrior/services/phab.py", line 171, in tasks
yield self.get_issue_for_record(issue, extra)
NameError: global name 'issue' is not defined
| 0.259068 |
Traceback (most recent call last):
"/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 851, in emit
msg = self.format(record)
"/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 724, in format
return fmt.format(record)
"/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/__init__.py", line 467, in format
s = self._fmt % record.__dict__KeyError: 'namespace' | Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/sphinx/cmdline.py", line 243, in main
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
"/usr/lib/python3.5/site-packages/sphinx/application.py", line 132, in **init**
confoverrides or {}, self.tags)
"/usr/lib/python3.5/site-packages/sphinx/config.py", line 289, in **init**
execfile_(filename, config)
"/usr/lib/python3.5/site-packages/sphinx/util/pycompat.py", line 130, in execfile_
exec_(code, _globals)
"conf.py", line 272, in <module>AttributeError: 'str' object has no attribute 'decode' | 0.215695 |
Traceback (most recent call last):
"/usr/local/bin/t2t-trainer", line 83, in <module>
tf.app.run()
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.py", line 48, in run
_sys.exit(main(_sys.argv[:1] + flags_passthrough))
"/usr/local/bin/t2t-trainer", line 79, in main
schedule=FLAGS.schedule)
"/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/trainer_utils.py", line 240, in run
run_locally(exp_fn(output_dir))
"/usr/local/lib/python2.7/dist-packages/tensor2tensor/utils/trainer_utils.py", line 531, in run_locally
exp.train()
"/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/experiment.py", line 275, in train
hooks=self._train_monitors + extra_hooks)
"/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/experiment.py", line 665, in _call_train
monitors=hooks)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/util/deprecation.py", line 289, in new_func
return func(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/estimators/estimator.py", line 455, in fit
loss = self._train_model(input_fn=input_fn, hooks=hooks)
"/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/learn/python/learn/estimators/estimator.py", line 1007, in _train_model
_, loss = mon_sess.run([model_fn_ops.train_op, model_fn_ops.loss])
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/monitored_session.py", line 505, in run
run_metadata=run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/monitored_session.py", line 842, in run
run_metadata=run_metadata)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/monitored_session.py", line 798, in run
return self._sess.run(*args, **kwargs)
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/monitored_session.py", line 960, in run
run_metadata=run_metadata))
"/usr/local/lib/python2.7/dist-packages/tensorflow/python/training/basic_session_run_hooks.py", line 477, in after_run
raise NanLossDuringTrainingError
tensorflow.python.training.basic_session_run_hooks.NanLossDuringTrainingError: NaN loss during training.
| Traceback (most recent call last):
"sm.py", line 39, in <module>
import matplotlib.pyplot as plt
# to plot
"/usr/lib64/python2.7/site-packages/matplotlib/pyplot.py", line 26, in <module>
from matplotlib.figure import Figure, figaspect
"/usr/lib64/python2.7/site-packages/matplotlib/figure.py", line 36, in <module>
from matplotlib.axes import Axes, SubplotBase, subplot_class_factory
"/usr/lib64/python2.7/site-packages/matplotlib/axes/__init__.py", line 4, in <module>
from ._subplots import *
"/usr/lib64/python2.7/site-packages/matplotlib/axes/_subplots.py", line 10, in <module>
from matplotlib.axes._axes import Axes
"/usr/lib64/python2.7/site-packages/matplotlib/axes/_axes.py", line 17, in <module>
from matplotlib import _preprocess_data
ImportError: cannot import name _preprocess_data
| 0.238487 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/tornado/web.py", line 1511, in _execute
result = yield result
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
"/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1063, in run
yielded = self.gen.throw(*exc_info)
"/usr/local/lib/python2.7/dist-packages/bokeh/server/views/doc_handler.py", line 21, in get
session = yield self.get_session()
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
"/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1063, in run
yielded = self.gen.throw(*exc_info)
"/usr/local/lib/python2.7/dist-packages/bokeh/server/views/session_handler.py", line 43, in get_session
session = yield self.application_context.create_session_if_needed(session_id, self.request)
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1055, in run
value = future.result()
"/usr/local/lib/python2.7/dist-packages/tornado/concurrent.py", line 238, in result
raise_exc_info(self._exc_info)
"/usr/local/lib/python2.7/dist-packages/tornado/gen.py", line 1069, in run
yielded = self.gen.send(value)
"/usr/local/lib/python2.7/dist-packages/bokeh/server/application_context.py", line 182, in create_session_if_needed
self._application.initialize_document(doc)
"/usr/local/lib/python2.7/dist-packages/bokeh/application/application.py", line 257, in initialize_document
h.modify_document(doc)
"/usr/local/lib/python2.7/dist-packages/bokeh/application/handlers/function.py", line 82, in modify_document
self._func(doc)
"/home/russ_bubley/.local/lib/python2.7/site-packages/distributed/bokeh/scheduler.py", line 935, in events_doc
events.update()
"/home/russ_bubley/.local/lib/python2.7/site-packages/distributed/bokeh/scheduler.py", line 539, in update
log = [log[-i] for i in range(1, n + 1)]
IndexError: deque index out of range"
| Traceback (most recent call last):
"/home/brian/tree/debian/tmp/django-guardian/guardian/testapp/tests/admin_test.py", line 138, in test_view_manage_user_wrong_perms
response = self.client.post(url, data, follow=True)
"/usr/lib/python3/dist-packages/django/test/client.py", line 512, in post
secure=secure, **extra)
"/usr/lib/python3/dist-packages/django/test/client.py", line 313, in post
secure=secure, **extra)
"/usr/lib/python3/dist-packages/django/test/client.py", line 379, in generic
return self.request(**r)
"/usr/lib/python3/dist-packages/django/test/client.py", line 466, in request
six.reraise(*exc_info)
"/usr/lib/python3/dist-packages/django/utils/six.py", line 659, in reraise
raise value
"/usr/lib/python3/dist-packages/django/core/handlers/base.py", line 132, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
"/usr/lib/python3/dist-packages/django/utils/decorators.py", line 110, in _wrapped_view
response = view_func(request, *args, **kwargs)
"/usr/lib/python3/dist-packages/django/views/decorators/cache.py", line 57, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
"/usr/lib/python3/dist-packages/django/contrib/admin/sites.py", line 233, in inner
return view(request, *args, **kwargs)
"/home/brian/tree/debian/tmp/django-guardian/guardian/admin.py", line 224, in obj_perms_manage_user_view
obj = get_object_or_404(self.queryset(request), pk=object_pk)AttributeError: 'ContentTypeGuardedAdmin' object has no attribute 'queryset' | 0.327263 |
Traceback (most recent call last):
"/opt/mailman/mailman-bundler/venv-3.4/lib/python3.4/site-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context
context)
"/opt/mailman/mailman-bundler/venv-3.4/lib/python3.4/site-packages/sqlalchemy/engine/default.py", line 470, in do_execute
cursor.execute(statement, parameters)psycopg2.OperationalError: terminating connection due to administrator command | Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/gunicorn/instrument/statsd.py", line 121, in _sock_send
self.sock.send(msg)
ConnectionRefusedError: [Errno 111] Connection refused | 0.311789 |
Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\YoutubeDL.py", line 1892, in process_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\YoutubeDL.py", line 1831, in dl
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\downloader\common.py", line 361, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\downloader\f4m.py", line 391, in real_download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\downloader\fragment.py", line 97, in _download_fragment
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\downloader\common.py", line 361, in download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\downloader\http.py", line 286, in real_download
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\downloader\http.py", line 74, in establish_connection
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpk63cqkyt\build\youtube_dl\YoutubeDL.py", line 2195, in urlopen
"C:\Python\Python34\lib\urllib\request.py", line 470, in open
"C:\Python\Python34\lib\urllib\request.py", line 580, in http_response
"C:\Python\Python34\lib\urllib\request.py", line 508, in error
"C:\Python\Python34\lib\urllib\request.py", line 442, in _call_chain
"C:\Python\Python34\lib\urllib\request.py", line 588, in http_error_default
urllib.error.HTTPError: HTTP Error 404: Not Found
| Traceback (most recent call last):
"/usr/lib/myapp/local/lib/python2.7/site-packages/myapp/wsgi.py", line 23, in <module>
import django.test
"/usr/lib/myapp/local/lib/python2.7/site-packages/django/test/__init__.py", line 5, in <module>
from django.test.client import Client, RequestFactory
"/usr/lib/myapp/local/lib/python2.7/site-packages/django/test/client.py", line 21, in <module>
from django.db import close_connection
"/usr/lib/myapp/local/lib/python2.7/site-packages/django/db/__init__.py", line 11, in <module>
if settings.DATABASES and DEFAULT_DB_ALIAS not in settings.DATABASES:
"/usr/lib/myapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 52, in __getattr__
self._setup(name)
"/usr/lib/myapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 48, in _setup
self._configure_logging()
"/usr/lib/myapp/local/lib/python2.7/site-packages/django/conf/__init__.py", line 82, in _configure_logging
logging_config_func(self.LOGGING)
"/usr/lib/python2.7/logging/config.py", line 794, in dictConfig
dictConfigClass(config).configure()
"/usr/lib/python2.7/logging/config.py", line 576, in configure
'%r: %s' % (name, e))
ValueError: Unable to configure handler 'sentry': Cannot resolve 'raven.contrib.django.handlers.SentryHandler': cannot import name util
| 0.252382 |
Traceback (most recent call last):
"C:\Users\dellpc\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 528, in get
value = obj._trait_values[self.name]
KeyError: 'context'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/services/notifier/service.py", line 129, in _run_notifier
self.service_config)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/notifier/notifier.py", line 187, in run
.run(violations_as_dict, source_id=source_id))
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/notifier/notifiers/cscc_notifier.py", line 285, in run
self._send_findings_to_cscc(violations, source_id=source_id)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/notifier/notifiers/cscc_notifier.py", line 229, in _send_findings_to_cscc
for page in paged_findings_in_cscc:
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/gcp_api/repository_mixins.py", line 55, in list
verb_arguments=arguments):
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/gcp_api/_base_repository.py", line 467, in execute_paged_query
response = self._execute(request)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/util/replay.py", line 169, in replay_wrapper
return f(self, request, *args, **kwargs)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/util/replay.py", line 82, in record_wrapper
return f(self, request, *args, **kwargs)
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 49, in wrapped_f
return Retrying(*dargs, **dkw).call(f, *args, **kw)
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 206, in call
return attempt.get(self._wrap_exception)
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 247, in get
six.reraise(self.value[0], self.value[1], self.value[2])
"/usr/local/lib/python3.6/dist-packages/six.py", line 693, in reraise
raise value
"/home/ubuntu/forseti-security/.eggs/retrying-1.3.3-py3.6.egg/retrying.py", line 200, in call
attempt = Attempt(fn(*args, **kwargs), attempt_number, False)
"/usr/local/lib/python3.6/dist-packages/forseti_security-2.23.0-py3.6.egg/google/cloud/forseti/common/gcp_api/_base_repository.py", line 541, in _execute
num_retries=self._num_retries)
"/home/ubuntu/forseti-security/.eggs/google_api_python_client-1.7.10-py3.6.egg/googleapiclient/_helpers.py", line 130, in positional_wrapper
return wrapped(*args, **kwargs)
"/home/ubuntu/forseti-security/.eggs/google_api_python_client-1.7.10-py3.6.egg/googleapiclient/http.py", line 855, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 500 when requesting https://securitycenter.googleapis.com/v1/organizations/123456789000/sources/1234567890001112223/findings?alt=json&pageToken=CusC3cy7qgAx8Qq
| 0.276498 |
Traceback (most recent call last):
"/usr/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
"/usr/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
"/home/herman/dev/spinflip-marketing/venv/lib/python3.6/site-packages/chalice/cli/filewatch/stat.py", line 49, in poll_for_changes_until_shutdown
self._seed_mtime_cache(root_dir)
"/home/herman/dev/spinflip-marketing/venv/lib/python3.6/site-packages/chalice/cli/filewatch/stat.py", line 59, in _seed_mtime_cache
self._mtime_cache[path] = self._osutils.mtime(path)
"/home/herman/dev/spinflip-marketing/venv/lib/python3.6/site-packages/chalice/utils.py", line 249, in mtime
return os.stat(path).st_mtime
NotFoundError: [Errno 2] No such file or directory: '/home/herman/dev/spinflip-marketing/frontend/node_modules/node-releases/node_modules/.bin/semver'
| Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/site-packages/future/backports/email/message.py", line 155, in as_string
g.flatten(self, unixfrom=unixfrom)
"/usr/local/lib/python2.7/site-packages/future/backports/email/generator.py", line 118, in flatten
self._write(msg)
"/usr/local/lib/python2.7/site-packages/future/backports/email/generator.py", line 190, in _write
self._write_headers(msg)
"/usr/local/lib/python2.7/site-packages/future/backports/email/generator.py", line 216, in _write_headers
for h, v in msg.raw_items():
"/usr/local/lib/python2.7/site-packages/future/backports/email/message.py", line 446, in raw_items
return iter(self._headers.copy())
AttributeError: 'list' object has no attribute 'copy'
| 0.314683 |
Traceback (most recent call last):
"safaribooks.py", line 12, in <module>
from html import escape
ImportError: cannot import name escape
| Traceback (most recent call last):
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\widgets\status.py", line 158, in update_status
self.label_value.setText(self.get_value())
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\widgets\status.py", line 190, in get_value
text = '%d%%' % memory_usage()
"C:\Users\thomasstewart\AppData\Local\ESRI\conda\envs\arcgispro-py3-clone\lib\site-packages\spyder\utils\system.py", line 57, in psutil_phymem_usage
percent = psutil.phymem_usage().percentAttributeError: module 'psutil' has no attribute 'phymem_usage' | 0.221307 |
Traceback (most recent call last):
"/opt/deepvariant/bin/run_deepvariant.py", line 369, in <module>
app.run(main)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 299, in run
_run_main(main, args)
"/usr/local/lib/python3.6/dist-packages/absl/app.py", line 250, in _run_main
sys.exit(main(argv))
"/opt/deepvariant/bin/run_deepvariant.py", line 362, in main
subprocess.check_call(command, shell=True, executable='/bin/bash')
"/usr/lib/python3.6/subprocess.py", line 311, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'time /opt/deepvariant/bin/call_variants --outfile "/output/intermediate_results_dir/call_variants_output.tfrecord.gz" --examples "/output/intermediate_results_dir/[email protected]" --checkpoint "/opt/models/wgs/model.ckpt"' returned non-zero exit status 1.
| Traceback (most recent call last):
"/Applications/LibreOffice.app/Contents/MacOS/uno.py", line 21, in <module>
import pyunoImportError: dlopen(/Applications/LibreOffice.app/Contents/MacOS/pyuno.so, 2): no suitable image found.
Did find: | 0.20802 |
Traceback (most recent call last):
"/tmp/kitchen/testing/tests/support/helpers.py", line 212, in wrap
raise exc
"/tmp/kitchen/testing/tests/support/helpers.py", line 209, in wrap
return caller(cls)
"/tmp/kitchen/testing/tests/unit/utils/test_jinja.py", line 1116, in test_http_query
self.assertIsInstance(dict_reply['body'], six.string_types, 'Failed with backend: {}'.format(backend))
KeyError: 'body'
| Traceback (most recent call last):
"/home/farhan/.local/lib/python3.5/site-packages/tensorflow/python/training/saver.py", line 1538, in restore
{self.saver_def.filename_tensor_name: save_path})
"/home/farhan/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 887, in run
run_metadata_ptr)
"/home/farhan/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1110, in _run
feed_dict_tensor, options, run_metadata)
"/home/farhan/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1286, in _do_run
run_metadata)
"/home/farhan/.local/lib/python3.5/site-packages/tensorflow/python/client/session.py", line 1308, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.NotFoundError: /home/farhan/.local/lib/python3.5/site-packages/tensorflow/models/research/object_detection/faster_rcnn_inception_v2_coco_2018_01_28/model.ckpt.data-00000-of-00001; No such file or directory
| 0.249259 |
Error while processing data: Traceback (most recent call last):
"E:\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\InteractiveMergerSubprocessor.py", line 112, in process_data
frame_info=frame_info)
"E:\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\MergeMasked.py", line 330, in MergeMasked
out_img, out_img_merging_mask = MergeMaskedFace (predictor_func, predictor_input_shape, face_enhancer_func, xseg_256_extract_func, cfg, frame_info, img_bgr_uint8, img_bgr, img_landmarks)
"E:\Downloads\DeepFaceLab_NVIDIA\_internal\DeepFaceLab\merger\MergeMasked.py", line 315, in MergeMaskedFace
return out_img, out_merging_mask_a
UnboundLocalError: local variable 'out_img' referenced before assignment
| Traceback (most recent call last):
"/usr/bin/ansible-lint", line 11, in <module>
sys.exit(main())
"/usr/lib/python2.7/site-packages/ansiblelint/__main__.py", line 173, in main
matches.extend(runner.run())
"/usr/lib/python2.7/site-packages/ansiblelint/__init__.py", line 243, in run
skip_list=set(self.skip_list)))
"/usr/lib/python2.7/site-packages/ansiblelint/__init__.py", line 139, in run
matches.extend(rule.matchtasks(playbookfile, text))
"/usr/lib/python2.7/site-packages/ansiblelint/__init__.py", line 66, in matchtasks
yaml = ansiblelint.utils.parse_yaml_linenumbers(text, file['path'])
"/usr/lib/python2.7/site-packages/ansiblelint/utils.py", line 536, in parse_yaml_linenumbers
data = loader.get_single_data()
"/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 39, in get_single_data
return self.construct_document(node)
"/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 48, in construct_document
for dummy in generator:
"/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 408, in construct_yaml_object
state = self.construct_mapping(node)
"/usr/lib/python2.7/site-packages/ansiblelint/utils.py", line 527, in construct_mapping
mapping = Constructor.construct_mapping(loader, node, deep=deep)
"/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 208, in construct_mapping
return BaseConstructor.construct_mapping(self, node, deep=deep)
"/usr/lib64/python2.7/site-packages/yaml/constructor.py", line 124, in construct_mapping
node.start_mark)
yaml.constructor.ConstructorError: expected a mapping node, but found scalar
| 0.202507 |
PIO Core Call Error: "<Exception instance at 0x4e72488 with str error:\n Traceback (most recent call last):\n
\"C:\\Users\\daniel\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\nUnicodeEncodeError: 'ascii' codec can't encode character u'\\xe8' in position 949: ordinal not in range(128)\n>" | Traceback (most recent call last):
"<ipython-input-10-cd1ad1d58978>", line 3, in <module>
dataset = sys.argv[1]
IndexError: list index out of range
| 0.124309 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/confpanel.py", line 261, in _revertPanel
widg.revert_value()
"/usr/share/w3af/w3af/core/ui/gui/entries.py", line 176, in revert_value
self.setfunct(self.initvalue)
"/usr/share/w3af/w3af/core/ui/gui/entries.py", line 270, in set_value
index = self._opt.get_value().index(t)ValueError: substring not found | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python3.7/site-packages/pandas/io/parsers.py", line 676, in parser_f
return _read(filepath_or_buffer, kwds)
"/usr/local/lib/python3.7/site-packages/pandas/io/parsers.py", line 454, in _read
data = parser.read(nrows)
"/usr/local/lib/python3.7/site-packages/pandas/io/parsers.py", line 1133, in read
ret = self._engine.read(nrows)
"/usr/local/lib/python3.7/site-packages/pandas/io/parsers.py", line 2037, in read
data = self._reader.read(nrows)
"pandas/_libs/parsers.pyx", line 859, in pandas._libs.parsers.TextReader.read
"pandas/_libs/parsers.pyx", line 874, in pandas._libs.parsers.TextReader._read_low_memory
"pandas/_libs/parsers.pyx", line 951, in pandas._libs.parsers.TextReader._read_rows
"pandas/_libs/parsers.pyx", line 1083, in pandas._libs.parsers.TextReader._convert_column_data
"pandas/_libs/parsers.pyx", line 1114, in pandas._libs.parsers.TextReader._convert_tokens
"pandas/_libs/parsers.pyx", line 1194, in pandas._libs.parsers.TextReader._convert_with_dtype
NotImplementedError: Extension Array: <class 'pandas.core.arrays.boolean.BooleanArray'> must implement _from_sequence_of_strings in order to be used in parser methods
| 0.20786 |
Traceback (most recent call last):
"/PokemonGo-Map/pogom/search.py", line 254, in search_worker_thread
parse_map(response_dict, step_location)
"/PokemonGo-Map/pogom/models.py", line 326, in parse_map
cells = map_dict['responses']['GET_MAP_OBJECTS']['map_cells']KeyError: 'map_cells' | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_cached_function_race_condition_when_persisting_output() takes exactly 2 arguments (0 given)
| 0.251296 |
Traceback (most recent call last):
"/var/lib/shinken/libexec/notify_by_email.py", line 370, in <module>
mail = create_html_message(mail)
"/var/lib/shinken/libexec/notify_by_email.py", line 228, in create_html_message
html_msg = html_content.encode(sys.stdout.encoding)UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1783: ordinal not in range(128) | Traceback (most recent call last):
"hwIo.pyo", line 147, in _notifyReceive
"brailleDisplayDrivers\baum.pyo", line 162, in _onReceive
"brailleDisplayDrivers\baum.pyo", line 177, in _handleResponse
"brailleDisplayDrivers\baum.pyo", line 228, in __init__
AttributeError: 'NoneType' object has no attribute 'replace'
| 0.2067 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 672, in urlopen
chunked=chunked,
"/usr/local/lib/python3.7/site-packages/urllib3/connectionpool.py", line 387, in _make_request
conn.request(method, url, **httplib_request_kw)
"/usr/local/lib/python3.7/http/client.py", line 1244, in request
self._send_request(method, url, body, headers, encode_chunked)
"/usr/local/lib/python3.7/http/client.py", line 1290, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.7/http/client.py", line 1239, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
"/usr/local/lib/python3.7/http/client.py", line 1026, in _send_output
self.send(msg)
"/usr/local/lib/python3.7/http/client.py", line 966, in send
self.connect()
"/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 184, in connect
conn = self._new_conn()
"/usr/local/lib/python3.7/site-packages/urllib3/connection.py", line 169, in _new_conn
self, "Failed to establish a new connection: %s" % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.HTTPConnection object at 0x7f9a7e2d90>: Failed to establish a new connection: [Errno 111] Connection refused
| Traceback (most recent call last):
"/home/ppierre/bin/virtualenv/local/lib/python2.7/site-packages/waitress-0.8.9-py2.7.egg/waitress/channel.py", line 337, in service
task.service()
"/home/ppierre/bin/virtualenv/local/lib/python2.7/site-packages/waitress-0.8.9-py2.7.egg/waitress/task.py", line 173, in service
self.execute()
"/home/ppierre/bin/virtualenv/local/lib/python2.7/site-packages/waitress-0.8.9-py2.7.egg/waitress/task.py", line 392, in execute
app_iter = self.channel.server.application(env, start_response)
"/home/ppierre/bin/pyramid/pyramid/router.py", line 242, in **call**
response = self.invoke_subrequest(request, use_tweens=True)
"/home/ppierre/bin/pyramid/pyramid/router.py", line 217, in invoke_subrequest
response = handle_request(request)
"/home/ppierre/Devel/PubliForge/publiforge/lib/debug.py", line 37, in htmlvalidator_tween
response = handler(request)
"/home/ppierre/bin/pyramid/pyramid/tweens.py", line 21, in excview_tween
response = handler(request)
"/home/ppierre/bin/pyramid/pyramid/router.py", line 163, in handle_request
response = view_callable(context, request)
"/home/ppierre/bin/pyramid/pyramid/config/views.py", line 240, in _secured_view
result = _permitted(context, request)
"/home/ppierre/bin/pyramid/pyramid/config/views.py", line 236, in _permitted
principals = self.authn_policy.effective_principals(request)
"/home/ppierre/bin/pyramid/pyramid/authentication.py", line 130, in effective_principals
userid = self.unauthenticated_userid(request)
"/home/ppierre/bin/pyramid/pyramid/authentication.py", line 650, in unauthenticated_userid
result = self.cookie.identify(request)
"/home/ppierre/bin/pyramid/pyramid/authentication.py", line 905, in identify
self.secret, cookie, remote_addr, self.hashalg)
"/home/ppierre/bin/pyramid/pyramid/authentication.py", line 767, in parse_ticket
if strings_differ(expected, digest):
"/home/ppierre/bin/pyramid/pyramid/util.py", line 260, in strings_differ
invalid_bits += not compare_digest(left, right)TypeError: 'unicode' does not have the buffer interface | 0.307205 |
Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/billiard/pool.py", line 1175, in mark_as_worker_lost
human_status(exitcode)),WorkerLostError: Worker exited prematurely: signal 9 (SIGKILL). | 17:04:15 Traceback (most recent call last):
"/usr/local/lib/python3.6/dist-packages/rq/worker.py", line 975, in perform_job
rv = job.perform()
"/usr/local/lib/python3.6/dist-packages/rq/job.py", line 696, in perform
self._result = self._execute()
"/usr/local/lib/python3.6/dist-packages/rq/job.py", line 719, in _execute
return self.func(*self.args, **self.kwargs)
"/usr/local/lib/python3.6/dist-packages/hydra_plugins/hydra_rq_launcher/_core.py", line 43, in execute_job
job_subdir_key="hydra.sweep.subdir",
"/usr/local/lib/python3.6/dist-packages/hydra/core/utils.py", line 125, in run_job
ret.return_value = task_function(task_cfg)
"test_hydra.py", line 316, in main
"/usr/local/lib/python3.6/dist-packages/torch_xla/distributed/xla_multiprocessing.py", line 395, in spawn
start_method=start_method)
"/usr/local/lib/python3.6/dist-packages/torch/multiprocessing/spawn.py", line 148, in start_processes
process.start()
"/usr/lib/python3.6/multiprocessing/process.py", line 105, in start
self._popen = self._Popen(self)
"/usr/lib/python3.6/multiprocessing/context.py", line 284, in _Popen
return Popen(process_obj)
"/usr/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 32, in __init__
super().__init__(process_obj)
"/usr/lib/python3.6/multiprocessing/popen_fork.py", line 19, in __init__
self._launch(process_obj)
"/usr/lib/python3.6/multiprocessing/popen_spawn_posix.py", line 47, in _launch
reduction.dump(process_obj, fp)
"/usr/lib/python3.6/multiprocessing/reduction.py", line 60, in dump
ForkingPickler(file, protocol).dump(obj)
_pickle.PicklingError: Can't pickle <function map_fn at 0x7f8a9a0f3ea0>: attribute lookup map_fn on __main__ failed
| 0.158203 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.