text1
stringlengths 92
132k
| text2
stringlengths 83
99.1k
| score
float64 0.01
1
|
---|---|---|
Traceback (most recent call last):
"/usr/local/lib/python3.8/dist-packages/jellyfin_apiclient_python/connection_manager.py", line 177, in connect_to_server
result = self.API.get_public_info(server.get('address'))
"/usr/local/lib/python3.8/dist-packages/jellyfin_apiclient_python/api.py", line 477, in get_public_info
response = self.send_request(server_address, "system/info/public")
"/usr/local/lib/python3.8/dist-packages/jellyfin_apiclient_python/api.py", line 434, in send_request
return request_method(url, **request_settings)
"/usr/lib/python3/dist-packages/requests/api.py", line 75, in get
return request('get', url, params=params, **kwargs)
"/usr/lib/python3/dist-packages/requests/api.py", line 60, in request
return session.request(method=method, url=url, **kwargs)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 533, in request
resp = self.send(prep, **send_kwargs)
"/usr/lib/python3/dist-packages/requests/sessions.py", line 646, in send
r = adapter.send(request, **kwargs)
"/usr/lib/python3/dist-packages/requests/adapters.py", line 516, in send
raise ConnectionError(e, request=request)
requests.exceptions.ConnectionError: HTTPConnectionPool(host='192.168.2.100', port=8196): Max retries exceeded with url: /system/info/public (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f67ff7a6910>: Failed to establish a new connection: [Errno 111] Connection refused'))
| Traceback (most recent call last):
"test.py", line 22, in <module>
backtest.start(data, kernel='rbf', C=1, gamma=10)
"/home/machol/virtualenv/local/lib/python2.7/site-packages/clairvoyant/engine.py", line 197, in start
Engine.start(self, data, **kwargs)
"/home/machol/virtualenv/local/lib/python2.7/site-packages/clairvoyant/engine.py", line 60, in start
self.model.fit(X, y)
"/home/machol/virtualenv/local/lib/python2.7/site-packages/clairvoyant/engine.py", line 22, in fit
self.svc.fit(self.scaler.transform(self.XX), self.yy)
"/home/machol/virtualenv/local/lib/python2.7/site-packages/sklearn/svm/base.py", line 187, in fit
fit(X, y, sample_weight, solver_type, kernel, random_seed=seed)
"/home/machol/virtualenv/local/lib/python2.7/site-packages/sklearn/svm/base.py", line 254, in _dense_fit
max_iter=self.max_iter, random_seed=random_seed)
"sklearn/svm/libsvm.pyx", line 59, in sklearn.svm.libsvm.fit
TypeError: a float is required
| 0.326686 |
Traceback (most recent call last):
"/usr/local/lib/python3.7/site-packages/O365/connection.py", line 542, in _internal_request
response.raise_for_status()
# raise 4XX and 5XX error codes.
"/usr/local/lib/python3.7/site-packages/requests/models.py", line 940, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://graph.microsoft.com/v1.0/users/[email protected]/mailFolders/Inbox/messages?%24top=50&%24filter=createdDateTime+gt+2019-01-01T00%3A00%3A00%2B00%3A00
| Traceback (most recent call last):
"/home/skyler/.config/blender/2.79/scripts/addons/armory.py", line 182, in execute
import start
"/home/skyler/.config/blender/2.79/scripts/addons/start.py", line 13, in <module>
import arm.space_armory
ImportError: No module named 'arm.space_armory'
| 0.26063 |
Traceback (most recent call last):
"/home/krprzyby/.local/bin/mypy", line 8, in <module>
sys.exit(console_entry())
"/home/krprzyby/.local/lib/python3.8/site-packages/mypy/__main__.py", line 8, in console_entry
main(None, sys.stdout, sys.stderr)
"mypy/main.py", line 89, in main
"mypy/build.py", line 180, in build
"mypy/build.py", line 249, in _build
"mypy/build.py", line 2649, in dispatch
"mypy/build.py", line 2956, in process_graph
"mypy/build.py", line 3073, in process_stale_scc
"mypy/errors.py", line 476, in file_messages
"mypy/errors.py", line 449, in format_messages
IndexError: list index out of range
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/spotipy/client.py", line 121, in _internal_call
r.raise_for_status()
"/usr/local/lib/python3.6/site-packages/requests/models.py", line 935, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://api.spotify.com/v1/tracks/2lfPecqFbH8X4lHSpTxt8l
| 0.290817 |
`Traceback (most recent call last):
"/home/dev/grr/grr/lib/flow_runner.py", line 586, in RunStateMethod direct_response=direct_response, request=request, responses=responses)
"/home/dev/grr/grr/lib/flow.py", line 307, in Decorated res = f(*args[:f.func_code.co_argcount])
"/home/dev/grr/grr/lib/flows/general/memory.py", line 140, in ComponentLoaded self.CallStateInline(next_state=responses.request_data["next_state"])
"/home/dev/grr/grr/lib/flow.py", line 732, in CallStateInline getattr(self, next_state)(self.runner, direct_response=responses)
"/home/dev/grr/grr/lib/flow.py", line 290, in Decorated return f(self, direct_response)
"/home/dev/grr/grr/lib/flows/general/memory.py", line 155, in StartAnalysis constants.PROFILE_REPOSITORY_VERSION))
"/home/dev/grr/grr/lib/flows/general/memory.py", line 286, in GetProfileByName return profile_server.GetProfileByName(name, version=version)
"/home/dev/grr/grr/lib/rekall_profile_server.py", line 77, in GetProfileByName profile_name, version=version)
"/home/dev/grr/grr/lib/rekall_profile_server.py", line 93, in GetProfileByName handle = urllib2.urlopen(url, timeout=10)
"/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout)
"/usr/lib/python2.7/urllib2.py", line 431, in open response = self._open(req, data)
"/usr/lib/python2.7/urllib2.py", line 449, in _open '_open', req)
"/usr/lib/python2.7/urllib2.py", line 409, in _call_chain result = func(*args)
"/usr/lib/python2.7/urllib2.py", line 1240, in https_open context=self._context)
"/usr/lib/python2.7/urllib2.py", line 1197, in do_open raise URLError(err) URLError: <urlopen error [Errno -2] Name or service not known> `
| Traceback (most recent call last):
"foo.py", line 17, in <module>
'Data': b'FOOBARBAZQUX'
"[...]/boto3/venv/lib/python3.4/site-packages/botocore/signers.py", line 517, in generate_presigned_url
operation_name=operation_name)
"[...]/boto3/venv/lib/python3.4/site-packages/botocore/signers.py", line 253, in generate_presigned_url
'presign-url', expires_in)
"[...]/boto3/venv/lib/python3.4/site-packages/botocore/signers.py", line 147, in sign
auth.add_auth(request)
"[...]/boto3/venv/lib/python3.4/site-packages/botocore/auth.py", line 319, in add_auth
self._modify_request_before_signing(request)
"[...]/boto3/venv/lib/python3.4/site-packages/botocore/auth.py", line 459, in _modify_request_before_signing
query_dict.update(request.data)TypeError: cannot convert dictionary update sequence element #0 to a sequence | 0.300597 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/apport_python_hook.py", line 67, in apport_excepthook
binary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))
NotFoundError: [Errno 2] No such file or directory
| ERROR: Signature extraction failed: Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1221, in _decrypt_signature
video_id, player_url, s
"/usr/lib64/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1130, in _extract_signature_function
res = self._parse_sig_js(code)
"/usr/lib64/python3.6/site-packages/youtube_dl/extractor/youtube.py", line 1193, in _parse_sig_js
jscode, 'Initial JS player signature function name', group='sig')
"/usr/lib64/python3.6/site-packages/youtube_dl/extractor/common.py", line 978, 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.
| 0.227298 |
Traceback (most recent call last):
"/var/mycodo-root/mycodo/controller_lcd.py", line 268, in run
self.lcd_byte(0x01, self.LCD_CMD, self.LCD_BACKLIGHT_OFF)
AttributeError: 'LCDController' object has no attribute 'LCD_CMD'
| Traceback (most recent call last):
"<ipython-input-1-8044f5c39b77>", line 1, in <module>
runfile('C:/Users/Administrator/.spyder-py3/temp.py', wdir='C:/Users/Administrator/.spyder-py3')
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 705, in runfile
execfile(filename, namespace)
"C:\ProgramData\Anaconda3\lib\site-packages\spyder\utils\site\sitecustomize.py", line 102, in execfile
exec(compile(f.read(), filename, 'exec'), namespace)
"C:/Users/Administrator/.spyder-py3/temp.py", line 13, in <module>
X_train, y_train, X_val, y_val, X_test, y_test = tl.files.load_mnist_dataset(shape=(-1, 784))
"C:\ProgramData\Anaconda3\lib\site-packages\tensorlayer\files\dataset_loaders\mnist_dataset.py", line 31, in load_mnist_dataset
return _load_mnist_dataset(shape, path, name='mnist', url='http://yann.lecun.com/exdb/mnist/')
"C:\ProgramData\Anaconda3\lib\site-packages\tensorlayer\files\utils.py", line 178, in _load_mnist_dataset
X_train = load_mnist_images(path, 'train-images-idx3-ubyte.gz')
"C:\ProgramData\Anaconda3\lib\site-packages\tensorlayer\files\utils.py", line 159, in load_mnist_images
data = np.frombuffer(f.read(), np.uint8, offset=16)
"C:\ProgramData\Anaconda3\lib\gzip.py", line 276, in read
return self._buffer.read(size)
"C:\ProgramData\Anaconda3\lib\gzip.py", line 482, in read
raise EOFError("Compressed file ended before the "
EOFError: Compressed file ended before the end-of-stream marker was reached | 0.261482 |
2005/11/01 21:43:49
INFO Traceback (most recent call last):
"/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py", line 273, in run
applyFilters('beforeFinalize')
"/usr/lib/python2.4/site-packages/cherrypy/_cphttptools.py", line 641, in applyFilters
method()
"/usr/lib/python2.4/site-packages/cherrypy/lib/filter/logdebuginfofilter.py", line 62, in beforeFinalize
body = ''.join([chunk for chunk in cherrypy.response.body])TypeError: iteration over non-sequence | Traceback (most recent call last):
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 477, in _decrypt_signature
return func(s)
"/usr/lib/python3.4/site-packages/youtube_dl/extractor/youtube.py", line 450, in <lambda>
return lambda s: initial_function([s])
"/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 148, in resf
res = self.interpret_statement(stmt, local_vars)
"/usr/lib/python3.4/site-packages/youtube_dl/jsinterp.py", line 44, in interpret_statement
'Cannot determine left side of statement in %r' % stmt)youtube_dl.utils.ExtractorError: Cannot determine left side of statement in 'Go.sH(a,2)'; 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.226379 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/robotide/publish/publisher.py", line 21, in <module>
from pubsub import Publisher
ImportError: cannot import name 'Publisher' from 'pubsub' (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pubsub.py)
| Traceback (most recent call last):
"test.py", line 68, in <module>
detections = non_max_suppression(detections, 80, opt.conf_thres, opt.nms_thres)
"/PyTorch-YOLOv3/utils.py", line 73, in non_max_suppression
for c in detections[:, -1].unique():
"/usr/local/lib/python3.5/dist-packages/torch/tensor.py", line 310, in unique
sorted=sorted, return_inverse=return_inverse)
RuntimeError: unique is currently CPU-only and lacks CUDA support. Pull requests welcome!
| 0.291946 |
Traceback (most recent call last):
"setup.py", line 11, in <module>
from Cython.Build import cythonize
ImportError: No module named Cython.Build
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in urlopen
retries = retries.increment(
"/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 573, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='127.0.0.1', port=9): Max retries exceeded with url: http://127.0.0.1:40507/ (Caused by ProxyError('Cannot connect to proxy.', NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fc651101b20>: Failed to establish a new connection: [Errno 111] Connection refused')))
| 0.248573 |
Traceback (most recent call last):
"/usr/local/bin/ino", line 4, in <module>
__import__('pkg_resources').run_script('ino==0.3.7', 'ino')
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 534, in run_script
self.require(requires)[0].run_script(script_name, ns)
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1438, in run_script
execfile(script_filename, namespace, namespace)
"/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/EGG-INFO/scripts/ino", line 6, in <module>
main()
"/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/ino/runner.py", line 76, in main
args.func(args)
"/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/ino/commands/build.py", line 283, in run
self.discover(args)
"/usr/local/lib/python2.7/dist-packages/ino-0.3.7-py2.7.egg/ino/commands/build.py", line 123, in discover
core_place = os.path.join(board['_coredir'], 'cores', board['build']['core'])KeyError: '_coredir' | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\linkedin.py", line 127, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 1350, in _sort_formats
youtube_dl.utils.ExtractorError: No video formats found; 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.138668 |
fatal: [xxx] => failed to parse: Traceback (most recent call last):
"/root/.ansible/tmp/ansible-1374779879.02-271577099511291/lvol", line 1043, in <module>
main()
"/root/.ansible/tmp/ansible-1374779879.02-271577099511291/lvol", line 90, in main
size = int(size)ValueError: invalid literal for int() with base 10: '100%FREE' |
Traceback (most recent call last):
"<string>", line 1, in <module>
"C:\Users\Acer\AppData\Local\Temp\pip-install-rgkf0yzv\pyjnius\setup.py", line 246, in <module>
compile_native_invocation_handler(JDK_HOME, JRE_HOME)
"C:\Users\Acer\AppData\Local\Temp\pip-install-rgkf0yzv\pyjnius\setup.py", line 96, in compile_native_invocation_handler
join('jnius', 'src', 'org', 'jnius', 'NativeInvocationHandler.java')
"c:\users\acer\appdata\local\programs\python\python37-32\lib\subprocess.py", line 347, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\Program
s\\Java\\jdk-12.0.1\\bin\\javac.exe', '-target', '1.6', '-source', '1.6', 'jnius\\src\\org\\jnius\\NativeInvocationHandler.java']' returned non-zero exit status 2.
| 0.216993 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/cobbler/cli.py", line 325, in check_setup
s.ping()
"/usr/lib/python3.7/xmlrpc/client.py", line 1112, in __call__
return self.__send(self.__name, args)
"/usr/lib/python3.7/xmlrpc/client.py", line 1452, in __request
verbose=self.__verbose
"/usr/lib/python3.7/xmlrpc/client.py", line 1154, in request
return self.single_request(host, handler, request_body, verbose)
"/usr/lib/python3.7/xmlrpc/client.py", line 1187, in single_request
dict(resp.getheaders())
xmlrpc.client.ProtocolError: <ProtocolError for 127.0.0.1:80/cobbler_api: 404 Not Found>
| Traceback (most recent call last):
"/home/boris/cfs/venv-3.5.0_nb-blog/lib/python3.5/site-packages/doit/action.py", line 383, in execute
returned_value = self.py_callable(*self.args, **kwargs)
"/home/boris/cfs/venv-3.5.0_nb-blog/lib/python3.5/site-packages/nikola/post.py", line 492, in compile
self.is_two_file),
"/home/boris/cfs/venv-3.5.0_nb-blog/lib/python3.5/site-packages/nikola/plugins/compile/ipynb.py", line 99, in compile_html
out_file.write()TypeError: write() takes exactly one argument (0 given) | 0.227954 |
Traceback (most recent call last):
"/usr/lib/python3.4/threading.py", line 920, in _bootstrap_inner
self.run()
"/usr/lib/python3.4/threading.py", line 1186, in run
self.function(*self.args, **self.kwargs)
"/home/thk22/.virtualenvs/nlpy3/lib/python3.4/site-packages/sacred/run.py", line 167, in _start_heartbeat
self._emit_heatbeat()
"/home/thk22/.virtualenvs/nlpy3/lib/python3.4/site-packages/sacred/run.py", line 198, in _emit_heatbeat
captured_out=self.captured_out.getvalue(),AttributeError: 'str' object has no attribute 'getvalue' | Traceback (most recent call last):
"/usr/lib/python3.8/site-packages/lutris/gui/views/store.py", line 420, in add_game
self.store.append(
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 997, in append
return self._do_insert(-1, row)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 988, in _do_insert
row, columns = self._convert_row(row)
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 900, in _convert_row
result.append(self._convert_value(cur_col, value))
"/usr/lib/python3.8/site-packages/gi/overrides/Gtk.py", line 914, in _convert_value
return GObject.Value(self.get_column_type(column), value)
"/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 210, in __init__
self.set_value(py_value)
"/usr/lib/python3.8/site-packages/gi/overrides/GObject.py", line 249, in set_value
raise TypeError("Expected string but got %s%s" %
TypeError: Expected string but got 0.0<class 'float'>
| 0.301391 |
Traceback (most recent call last):
"/tmp/moose/bin/pip", line 7, in <module>
from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
| Aug 04 12:15:04.946 - [ERROR] Except stack:Traceback (most recent call last):
"X:\x\XX-Net-3.1.19\code\3.3.6\gae_proxy\local\proxy_handler.py", line 314, in do_CONNECT_AGENT self.raw_requestline = self.rfile.readline(65537)
"X:\x\XX-Net-3.1.19\code\3.3.6\python27\1.0\lib\socket.py", line 480, in readline data = 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.195509 |
The minion function caused an exception: Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/salt/minion.py", line 1675, in _thread_return
return_data = minion_instance.executors[fname](opts, data, func, args, kwargs)
"/usr/lib/python3.6/site-packages/salt/executors/direct_call.py", line 12, in execute
return func(*args, **kwargs)
"/usr/lib/python3.6/site-packages/salt/modules/state.py", line 2037, in show_top
top_ = st_.get_top()
"/usr/lib/python3.6/site-packages/salt/state.py", line 3489, in get_top
tops = self.get_tops()
"/usr/lib/python3.6/site-packages/salt/state.py", line 3198, in get_tops
saltenv=saltenv
"/usr/lib/python3.6/site-packages/salt/template.py", line 88, in compile_template
render_pipe = template_shebang(template, renderers, default, blacklist, whitelist, input_data)
"/usr/lib/python3.6/site-packages/salt/template.py", line 177, in template_shebang
line = salt.utils.stringutils.to_unicode(ifile.readline())
"/usr/lib64/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe5 in position 54: ordinal not in range(128)
| Traceback (most recent call last):
"/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 1926, in process_info
success = dl(filename, info_dict)
"/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 1865, in dl
return fd.download(name, info)
"/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/downloader/common.py", line 366, in download
return self.real_download(filename, info_dict)
"/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/downloader/http.py", line 341, in real_download
establish_connection()
"/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/downloader/http.py", line 109, in establish_connection
ctx.data = self.ydl.urlopen(request)
"/home/yee/Develop/youtube-dl/youtube-dl/youtube_dl/YoutubeDL.py", line 2238, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/usr/lib/python2.7/urllib2.py", line 435, in open
response = meth(req, response)
"/usr/lib/python2.7/urllib2.py", line 548, in http_response
'http', request, response, code, msg, hdrs)
"/usr/lib/python2.7/urllib2.py", line 473, in error
return self._call_chain(*args)
"/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
result = func(*args)
"/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 400: Bad Request
| 0.302774 |
Traceback (most recent call last):
"/cactus/env/bin/toil", line 11, in <module>
sys.exit(main())
"/cactus/env/lib/python3.7/site-packages/toil/utils/toilMain.py", line 25, in main
module.main()
"/cactus/env/lib/python3.7/site-packages/toil/utils/toilLaunchCluster.py", line 154, in main
awsEc2ExtraSecurityGroupIds=config.awsEc2ExtraSecurityGroupIds)
"/cactus/env/lib/python3.7/site-packages/toil/provisioners/aws/awsProvisioner.py", line 153, in launchCluster
profileArn = kwargs.get('awsEc2ProfileArn') or self._getProfileArn()
"/cactus/env/lib/python3.7/site-packages/toil/provisioners/aws/awsProvisioner.py", line 95, in wrapper
return f(*args, **kwargs)
"/cactus/env/lib/python3.7/site-packages/toil/provisioners/aws/awsProvisioner.py", line 652, in _getProfileArn
iamRoleName = self._ctx.setup_iam_ec2_role(role_name=_INSTANCE_PROFILE_ROLE_NAME, policies=policy)
"/cactus/env/lib/python3.7/site-packages/toil/lib/context.py", line 535, in setup_iam_ec2_role
"Action": ["sts:AssumeRole"]}
"/cactus/env/lib/python3.7/site-packages/boto/iam/connection.py", line 1155, in create_role
return self.get_response('CreateRole', params)
"/cactus/env/lib/python3.7/site-packages/boto/iam/connection.py", line 85, in get_response
response = self.make_request(action, params, path, verb)
"/cactus/env/lib/python3.7/site-packages/boto/connection.py", line 1117, in make_request
return self._mexe(http_request)
"/cactus/env/lib/python3.7/site-packages/boto/connection.py", line 914, in _mexe
self.is_secure)
"/cactus/env/lib/python3.7/site-packages/boto/connection.py", line 705, in get_http_connection
return self.new_http_connection(host, port, is_secure)
"/cactus/env/lib/python3.7/site-packages/boto/connection.py", line 747, in new_http_connection
connection = self.proxy_ssl(host, is_secure and 443 or 80)
"/cactus/env/lib/python3.7/site-packages/boto/connection.py", line 797, in proxy_ssl
sock.sendall("CONNECT %s HTTP/1.0\r\n" % host)TypeError: a bytes-like object is required, not 'str' | Traceback (most recent call last):
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 188, in _main
status = self.run(options, args)
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/cli/req_command.py", line 185, in wrapper
return func(self, options, args)
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 398, in run
installed = install_given_reqs(
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/req/__init__.py", line 67, in install_given_reqs
requirement.install(
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/req/req_install.py", line 845, in install
six.reraise(*exc.parent)
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_vendor/six.py", line 703, in reraise
raise value
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/operations/install/legacy.py", line 74, in install
runner(
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py", line 270, in runner
call_subprocess(
"/usr/local/Cellar/azure-cli/2.6.0/libexec/lib/python3.8/site-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess
raise InstallationError(exc_msg)
pip._internal.exceptions.InstallationError: Command errored out with exit status 1: /usr/local/Cellar/azure-cli/2.6.0/libexec/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/sp/2xl8pg3d4l501xtxl_ncn4n40000gn/T/pip-install-8iewgpi_/psycopg2-binary/setup.py'"'"'; __file__='"'"'/private/var/folders/sp/2xl8pg3d4l501xtxl_ncn4n40000gn/T/pip-install-8iewgpi_/psycopg2-binary/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/var/folders/sp/2xl8pg3d4l501xtxl_ncn4n40000gn/T/pip-record-fn1judrv/install-record.txt --single-version-externally-managed --home /private/var/folders/sp/2xl8pg3d4l501xtxl_ncn4n40000gn/T/pip-target-890sc0zw --compile --install-headers /usr/local/Cellar/azure-cli/2.6.0/libexec/bin/../include/site/python3.8/psycopg2-binary Check the logs for full command output.
| 0.329493 |
Traceback (most recent call last):
"train.py", line 322, in <module>
main(params)
"train.py", line 198, in main
init_distributed_mode(params)
"XLM/src/slurm.py", line 110, in init_distributed_mode
params.global_rank = int(os.environ['RANK'])
"/usr/lib/python3.5/os.py", line 725, in __getitem__
raise KeyError(key) from None
KeyError: 'RANK'
| Traceback (most recent call last):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\codeeditor.py", line 4208, in mouseMoveEvent
and not self.is_completion_widget_visible()):
"C:\Users\racha\anaconda3\lib\site-packages\spyder\plugins\editor\widgets\base.py", line 927, in is_completion_widget_visible
return self.completion_widget.isVisible()RuntimeError: wrapped C/C++ object of type CompletionWidget has been deleted | 0.232698 |
Traceback (most recent call last):
"packages.zip\flask\app.py", line 2000, in **call**
return self.wsgi_app(environ, start_response)
"packages.zip\flask\app.py", line 1991, in wsgi_app
response = self.make_response(self.handle_exception(e))
"packages.zip\flask\app.py", line 1567, in handle_exception
reraise(exc_type, exc_value, tb)
"packages.zip\flask\app.py", line 1988, in wsgi_app
response = self.full_dispatch_request()
"packages.zip\flask\app.py", line 1641, in full_dispatch_request
rv = self.handle_user_exception(e)
"packages.zip\flask\app.py", line 1544, in handle_user_exception
reraise(exc_type, exc_value, tb)
"packages.zip\flask\app.py", line 1639, in full_dispatch_request
rv = self.dispatch_request()
"packages.zip\flask\app.py", line 1625, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
"C:\Users\David_Gaming\Desktop\New folder (2)\resources\app\map\example.py", line 807, in fullmap
'example_fullmap.html', key=GOOGLEMAPS_KEY, fullmap=get_map(), auto_refresh=auto_refresh)
"C:\Users\David_Gaming\Desktop\New folder (2)\resources\app\map\example.py", line 918, in get_map
zoom='15', )
"C:\Users\David_Gaming\Desktop\New folder (2)\resources\app\map\flask_googlemaps__init__.py", line 43, in **init**
self.build_markers(markers)
"C:\Users\David_Gaming\Desktop\New folder (2)\resources\app\map\flask_googlemaps__init__.py", line 79, in build_markers
self.add_marker(**marker)
"C:\Users\David_Gaming\Desktop\New folder (2)\resources\app\map\flask_googlemaps__init__.py", line 102, in add_marker
raise AttributeError('lat and lng required')AttributeError: lat and lng required | fatal: [Centos6] => failed to parse: Traceback (most recent call last):
"/tmp/.ansible/tmp/ansible-tmp-1412275620.84-98969527997889/alternatives", line 1486, in <module>
main()
"/tmp/.ansible/tmp/ansible-tmp-1412275620.84-98969527997889/alternatives", line 122, in main
check_rc=True
"/tmp/.ansible/tmp/ansible-tmp-1412275620.84-98969527997889/alternatives", line 1339, in run_command
args = [ os.path.expandvars(os.path.expanduser(x)) for x in args ]
"/usr/lib64/python2.6/posixpath.py", line 251, in expanduser
if not path.startswith('~'):AttributeError: 'NoneType' object has no attribute 'startswith' | 0.216148 |
Traceback (most recent call last):
"v2rayLui.py", line 12, in <module>
ModuleNotFoundError: No module named 'PyQt5'
| Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 312, in _async_add_entity
await entity.async_device_update(warning=False)
"/usr/src/homeassistant/homeassistant/helpers/entity.py", line 476, in async_device_update
await self.hass.async_add_executor_job(self.update)
"/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
"/usr/src/homeassistant/homeassistant/components/octoprint/sensor.py", line 130, in update
self.sensor_type, self.api_endpoint, self.api_group, self.api_tool
"/usr/src/homeassistant/homeassistant/components/octoprint/__init__.py", line 269, in update
return get_value_from_json(response, sensor_type, group, tool)
"/usr/src/homeassistant/homeassistant/components/octoprint/__init__.py", line 284, in get_value_from_json
if sensor_type in json_dict[group][tool]:
KeyError: 'tool1'
| 0.303594 |
Traceback (most recent call last):
"/usr/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 13086, in default
run_compiled_code(code, self.ctx, None, 'single')
"/usr/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 1937, in run_compiled_code
func(code, glb, loc)
"/home/astronouth7303/.local/lib/python3.5/site-packages/xontrib/vox_tabcomplete.xsh", line 1, in <module>
import os
"/usr/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 15737, in subproc_captured_hiddenobject
return run_subproc(cmds, captured='hiddenobject')
"/usr/lib/python3.5/site-packages/xonsh/__amalgam__.py", line 15600, in run_subproc
**subproc_kwargs)
"/usr/lib/python3.5/subprocess.py", line 947, in __init__
restore_signals, start_new_session)
"/usr/lib/python3.5/subprocess.py", line 1471, in _execute_child
for k, v in env.items()]
"/usr/lib/python3.5/subprocess.py", line 1471, in <listcomp>
for k, v in env.items()]
"/usr/lib/python3.5/os.py", line 860, in fsencode
return filename.encode(encoding, errors)UnicodeEncodeError: 'ascii' codec can't encode character '\U0001f41a' in position 0: ordinal not in range(128) | Traceback (most recent call last):
"/usr/bin/pipenv", line 11, in <module>
load_entry_point('pipenv==2018.11.15.dev0', 'console_scripts', 'pipenv')()
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/usr/lib/python3.7/site-packages/pipenv/vendor/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/usr/lib/python3.7/site-packages/pipenv/cli/command.py", line 254, in install
editable_packages=state.installstate.editables,
"/usr/lib/python3.7/site-packages/pipenv/core.py", line 1909, in do_install
pkg_requirement = Requirement.from_line(pkg_line)
"/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 1092, in from_line
r =
Requirement.from_line(line_with_prefix, extras=extras)
"/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 548, in from_line
return cls.create(**arg_dict)
"/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 477, in create
setup_info = SetupInfo.from_ireq(ireq)
"/usr/lib/python3.7/site-packages/pipenv/vendor/requirementslib/models/setup_info.py", line 422, in from_ireq
progress_bar="off",
"/usr/lib/python3.7/site-packages/pipenv/patched/notpip/_internal/download.py", line 824, in unpack_url
unpack_file_url(link, location, download_dir, hashes=hashes)
"/usr/lib/python3.7/site-packages/pipenv/patched/notpip/_internal/download.py", line 729, in unpack_file_url
unpack_file(from_path, location, content_type, link)
"/usr/lib/python3.7/site-packages/pipenv/patched/notpip/_internal/utils/misc.py", line 585, in unpack_file
tarfile.is_tarfile(filename) or
"/usr/lib/python3.7/tarfile.py", line 2442, in is_tarfile
t = open(name)
"/usr/lib/python3.7/tarfile.py", line 1573, in open
return func(name, "r", fileobj, **kwargs)
"/usr/lib/python3.7/tarfile.py", line 1638, in gzopen
fileobj = gzip.Gzip
(name, mode + "b", compresslevel, fileobj)
"/usr/lib/python3.7/gzip.py", line 163, in __init__
fileobj = self.myfileobj = builtins.open(filename, mode or 'rb')
NotFoundError: [Errno 2] No such file or directory: '/home/erb/Programming/quantifiedme/QSlang'
| 0.287209 |
Traceback (most recent call last):
"/home/user/venv/local/lib/python2.7/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
"/home/user/venv/local/lib/python2.7/site-packages/youtube_dl/extractor/common.py", line 363, in extract
raise ExtractorError('An extractor error has occurred.', cause=e)
ExtractorError: An extractor error has occurred. (caused by KeyError(u'durl',)); 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.
| > gaierror
Traceback (most recent call last)
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connection.py in _new_conn(self)
>
158
conn = connection.create_connection(
> --> 159
(self._dns_host, self.port), self.timeout, **extra_kw)
>
160
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/util/connection.py in create_connection(address, timeout, source_address, socket_options)
>
56
> ---> 57
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
>
58
af, socktype, proto, canonname, sa = res
>
> /usr/lib/python3.6/socket.py in getaddrinfo(host, port, family, type, proto, flags)
>
744
addrlist = []
> --> 745
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
>
746
af, socktype, proto, canonname, sa = res
>
> gaierror: [Errno -3] Temporary failure in name resolution
>
> During handling of the above exception, another exception occurred:
>
> NewConnectionError
Traceback (most recent call last)
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw)
>
599
body=body, headers=headers,
> --> 600
chunked=chunked)
>
601
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw)
>
342
try:
> --> 343
self._validate_conn(conn)
>
344
except (SocketTimeout, BaseSSLError) as e:
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connectionpool.py in _validate_conn(self, conn)
>
838
if not getattr(conn, 'sock', None):
# AppEngine might not have
`.sock`
> --> 839
conn.connect()
>
840
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connection.py in connect(self)
>
300
# Add certificate verification
> --> 301
conn = self._new_conn()
>
302
hostname = self.host
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connection.py in _new_conn(self)
>
167
raise NewConnectionError(
> --> 168
self, "Failed to establish a new connection: %s" % e)
>
169
>
> NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x7f1714300940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution
>
> During handling of the above exception, another exception occurred:
>
> MaxRetryError
Traceback (most recent call last)
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/requests/adapters.py in send(self, request, stream, timeout, verify, cert, proxies)
>
448
retries=self.max_retries,
> --> 449
timeout=timeout
>
450
)
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/connectionpool.py in urlopen(self, method, url, body, headers, retries, redirect, assert_same_host, timeout, pool_timeout, release_conn, chunked, body_pos, **response_kw)
>
637
retries = retries.increment(method, url, error=e, _pool=self,
> --> 638
_stacktrace=sys.exc_info()[2])
>
639
retries.sleep()
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/urllib3/util/retry.py in increment(self, method, url, response, error, _pool, _stacktrace)
>
397
if new_retry.is_exhausted():
> --> 398
raise MaxRetryError(_pool, url, error or ResponseError(cause))
>
399
>
> MaxRetryError: HTTPSConnectionPool(host='s3-us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /allennlp/models/elmo/2x4096_512_2048cnn_2xhighway/elmo_2x4096_512_2048cnn_2xhighway_options.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1714300940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
>
> During handling of the above exception, another exception occurred:
>
> ConnectionError
Traceback (most recent call last)
> <ipython-input-9-ee7be03e8c01> in <module>
> ----> 1 elmo = Elmo(options_file, weight_file, 2, dropout=0)
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py in __init__(self, options_file, weight_file, num_output_representations, requires_grad, do_layer_norm, dropout, vocab_to_cache, keep_sentence_boundaries, scalar_mix_parameters, module)
>
108
weight_file,
>
109
requires_grad=requires_grad,
> --> 110
vocab_to_cache=vocab_to_cache)
>
111
self._has_cached_vocab = vocab_to_cache is not None
>
112
self._keep_sentence_boundaries = keep_sentence_boundaries
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py in __init__(self, options_file, weight_file, requires_grad, vocab_to_cache)
>
522
super(_ElmoBiLm, self).__init__()
>
523
> --> 524
self._token_embedder = _ElmoCharacterEncoder(options_file, weight_file, requires_grad=requires_grad)
>
525
>
526
self._requires_grad = requires_grad
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py in __init__(self, options_file, weight_file, requires_grad)
>
301
super(_ElmoCharacterEncoder, self).__init__()
>
302
> --> 303
with open(cached_path(options_file), 'r') as fin:
>
304
self._options = json.load(fin)
>
305
self._weight_file = weight_file
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/common/file_utils.py in cached_path(url_or_filename, cache_dir)
>
96
if parsed.scheme in ('http', 'https', 's3'):
>
97
# URL, so get it from the cache (downloading if necessary)
> ---> 98
return get_from_cache(url_or_filename, cache_dir)
>
99
elif os.path.exists(url_or_filename):
>
100
#
, and it exists.
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/common/file_utils.py in get_from_cache(url, cache_dir)
>
184
etag = s3_etag(url)
>
185
else:
> --> 186
response = requests.head(url, allow_redirects=True)
>
187
if response.status_code != 200:
>
188
raise IOError("HEAD request failed for url {} with status code {}"
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/requests/api.py in head(url, **kwargs)
>
99
>
100
kwargs.setdefault('allow_redirects', False)
> --> 101
return request('head', url, **kwargs)
>
102
>
103
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/requests/api.py in request(method, url, **kwargs)
>
58
# cases, and look like a memory leak in others.
>
59
with sessions.Session() as session:
> ---> 60
return session.request(method=method, url=url, **kwargs)
>
61
>
62
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/requests/sessions.py in request(self, method, url, params, data, headers, cookies, files, auth, timeout, allow_redirects, proxies, hooks, stream, verify, cert, json)
>
531
}
>
532
send_kwargs.update(settings)
> --> 533
resp = self.send(prep, **send_kwargs)
>
534
>
535
return resp
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/requests/sessions.py in send(self, request, **kwargs)
>
644
>
645
# Send the request
> --> 646
r = adapter.send(request, **kwargs)
>
647
>
648
# Total elapsed time of the request (approximately)
>
> ~/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/requests/adapters.py in send(self, request, stream, timeout, verify, cert, proxies)
>
514
raise SSLError(e, request=request)
>
515
> --> 516
raise ConnectionError(e, request=request)
>
517
>
518
except ClosedPoolError as e:
>
> ConnectionError: HTTPSConnectionPool(host='s3-us-west-2.amazonaws.com', port=443): Max retries exceeded with url: /allennlp/models/elmo/2x4096_512_2048cnn_2xhighway/elmo_2x4096_512_2048cnn_2xhighway_options.json (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7f1714300940>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution',))
2)
> Traceback (most recent call last):
>
"/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
>
"__main__", mod_spec)
>
"/usr/lib/python3.6/runpy.py", line 85, in _run_code
>
exec(code, run_globals)
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/run.py", line 18, in <module>
>
main(prog="allennlp")
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/commands/__init__.py", line 72, in main
>
args.func(args)
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/commands/elmo.py", line 367, in elmo_command
>
elmo_embedder = ElmoEmbedder(args.options_file, args.weight_file, args.cuda_device)
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/commands/elmo.py", line 164, in __init__
>
self.elmo_bilm = _ElmoBiLm(options_file, weight_file)
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py", line 524, in __init__
>
self._token_embedder = _ElmoCharacterEncoder(options_file, weight_file, requires_grad=requires_grad)
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py", line 310, in __init__
>
self._load_weights()
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py", line 398, in _load_weights
>
self._load_char_embedding()
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/allennlp/modules/elmo.py", line 404, in _load_char_embedding
>
with h5py.
(cached_path(self._weight_file), 'r') as fin:
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/h5py/_hl/files.py", line 394, in __init__
>
swmr=swmr)
>
"/home/rnty/Documents/generic_nlidb/experiments/nlidb_test_venv/lib/python3.6/site-packages/h5py/_hl/files.py", line 170, in make_fid
>
fid = h5f.open(name, flags, fapl=fapl)
>
"h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
>
"h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
>
"h5py/h5f.pyx", line 85, in h5py.h5f.open
> OSError: Unable to open file (truncated file: eof = 254224793, sblock->base_addr = 0, stored_eof = 374434792)
Kindly help. | 0.201935 |
Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/generic.py", line 1287, in _real_extract
doc = compat_etree_fromstring(webpage.encode('utf-8'))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 248, in compat_etree_fromstring
doc = _XML(text, parser=etree.XMLParser(target=etree.TreeBuilder(element_factory=_element_factory)))
"/usr/local/bin/youtube-dl/youtube_dl/compat.py", line 237, in _XML
parser.feed(text)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1642, in feed
self._raiseerror(v)
"/usr/lib/python2.7/xml/etree/ElementTree.py", line 1506, in _raiseerror
raise errParseError: syntax error: line 1, column 0 | Traceback (most recent call last):
"/Users/toxasma/opt/miniconda3/lib/python3.8/site-packages/spyder/plugins/editor/panels/scrollflag.py", line 164, in paintEvent
scale_factor = groove_rect.height() / self.get_scrollbar_value_height()ZeroDivisionError: division by zero | 0.198648 |
Traceback (most recent call last):
"<string>", line 4, in <module>
"/usr/lib/python3.6/site-packages/matplotlib/pyplot.py", line 3031, in fill
ret = ax.fill(*args, **kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/__init__.py", line 1855, in inner
return func(ax, *args, **kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/axes/_axes.py", line 4975, in fill
for poly in self._get_patches_for_fill(*args, **kwargs):
"/usr/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 406, in _grab_next_args
for seg in self._plot_args(this, kwargs):
"/usr/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 396, in _plot_args
seg = func(x[:, j % ncx], y[:, j % ncy], kw, kwargs)
"/usr/lib/python3.6/site-packages/matplotlib/axes/_base.py", line 348, in _makefill
closed=kw['closed'])
"/usr/lib/python3.6/site-packages/matplotlib/patches.py", line 960, in __init__
self.set_xy(xy)
"/usr/lib/python3.6/site-packages/matplotlib/patches.py", line 1029, in set_xy
self._path = Path(xy, closed=self._closed)
"/usr/lib/python3.6/site-packages/matplotlib/path.py", line 147, in __init__
codes[0] = self.MOVETO
IndexError: index 0 is out of bounds for axis 0 with size 0
| Traceback (most recent call last):
"/home/donnut/anaconda/envs/iepy/bin/iepy", line 7, in <module>
from iepy.instantiation.command_line import execute_from_command_line
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/iepy/instantiation/command_line.py", line 20, in <module>
import nltk.data
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/__init__.py", line 117, in <module>
from nltk.align import *
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/align/__init__.py", line 15, in <module>
from nltk.align.ibm1 import IBMModel1
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/align/ibm1.py", line 18, in <module>
from nltk.corpus import comtrans
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/corpus/__init__.py", line 64, in <module>
from nltk.tokenize import RegexpTokenizer
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/tokenize/__init__.py", line 65, in <module>
from nltk.tokenize.regexp
import (RegexpTokenizer, WhitespaceTokenizer,
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/tokenize/regexp.py", line 201, in <module>
blankline_tokenize = BlanklineTokenizer().tokenize
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/tokenize/regexp.py", line 172, in __init__
RegexpTokenizer.__init__(self, r'\s*\n\s*\n\s*', gaps=True)
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/tokenize/regexp.py", line 119, in __init__
self._regexp = compile_regexp_to_noncapturing(pattern, flags)
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/internals.py", line 54, in compile_regexp_to_noncapturing
return sre_compile.compile(convert_regexp_to_noncapturing_parsed(sre_parse.parse(pattern)), flags=flags)
"/home/donnut/anaconda/envs/iepy/lib/python3.5/site-packages/nltk/internals.py", line 50, in convert_regexp_to_noncapturing_parsed
parsed_pattern.pattern.groups = 1AttributeError: can't set attribute | 0.285444 |
Traceback (most recent call last):
"/usr/local/bin/glances", line 9, in <module>
load_entry_point('Glances==1.4.2.1', 'console_scripts', 'glances')()
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 337, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2279, in load_entry_point
return ep.load()
"/usr/lib/python2.7/dist-packages/pkg_resources.py", line 1994, in load
raise ImportError("%r has no %r attribute" % (entry,attr))ImportError: <module 'glances.glances' from '/usr/local/lib/python2.7/dist-packages/Glances-1.4.2.1-py2.7.egg/glances/glances.pyc'> has no 'main' attribute | Traceback (most recent call last):
"/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 281, in run
self.finish_response()
"/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py", line 320, in finish_response
for data in self.result:
"/usr/lib/python2.5/site-packages/django/http/**init**.py", line 408, in next
chunk = self._iterator.next()
"/home/pootle/Pootle-2.1.0-rc1/local_apps/pootle_misc/dbupdate.py", line 199, in staggered_update
yield syncdb()
"/home/pootle/Pootle-2.1.0-rc1/local_apps/pootle_misc/dbupdate.py", line 80, in syncdb
call_command('syncdb', interactive=False)
"/usr/lib/python2.5/site-packages/django/core/management/__init__.py", line 166, in call_command
return klass.execute(_args, *_defaults)
"/usr/lib/python2.5/site-packages/django/core/management/base.py", line 218, in execute
output = self.handle(_args, *_options)
"/usr/lib/python2.5/site-packages/django/core/management/base.py", line 347, in handle
return self.handle_noargs(**options)
"/usr/lib/python2.5/site-packages/django/core/management/commands/syncdb.py", line 95, in handle_noargs
cursor.execute(statement)
"/usr/lib/python2.5/site-packages/django/db/backends/sqlite3/base.py", line 200, in execute
return Database.Cursor.execute(self, query, params)DatabaseError: database disk image is malformed | 0.261815 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/xonsh/__amalgam__.py", line 20658, in main
return main_xonsh(args)
"/usr/lib/python3/dist-packages/xonsh/__amalgam__.py", line 20685, in main_xonsh
shell.shell.cmdloop()
"/usr/lib/python3/dist-packages/xonsh/ptk/shell.py", line 153, in cmdloop
line = self.singleline(auto_suggest=auto_suggest)
"/usr/lib/python3/dist-packages/xonsh/ptk/shell.py", line 116, in singleline
prompt_args['style'] = PygmentsStyle(pyghooks.xonsh_style_proxy(self.styler))
"/usr/lib/python3/dist-packages/xonsh/pyghooks.py", line 476, in xonsh_style_proxy
class XonshStyleProxy(Style):
"/home/tylerp/.local/lib/python3.6/site-packages/pygments/style.py", line 114, in __new__
ndef[4] = colorformat(styledef[3:])
"/home/tylerp/.local/lib/python3.6/site-packages/pygments/style.py", line 81, in colorformat
assert False, "wrong color format %r" % text
AssertionError: wrong color format '#ansidarkgray'
| 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.286112 |
Traceback (most recent call last):
"scrapeRecipe.py", line 31, in <module>
br.select_form(name="aspnetForm")
"/Library/Python/2.7/site-packages/mechanize/_mechanize.py", line 619, in select_form
global_form = self._factory.global_form
"/Library/Python/2.7/site-packages/mechanize/_html.py", line 260, in global_form
self.forms()
"/Library/Python/2.7/site-packages/mechanize/_html.py", line 267, in forms
self._current_forms, self._current_global_form = self._get_forms()
"/Library/Python/2.7/site-packages/mechanize/_html.py", line 282, in _get_forms
if self.root is None:
"/Library/Python/2.7/site-packages/mechanize/_html.py", line 247, in root
response, verify=False))
"/Library/Python/2.7/site-packages/mechanize/_html.py", line 145, in content_parser
from html5lib import parse
"/Library/Python/2.7/site-packages/html5lib/__init__.py", line 16, in <module>
from .html5parser import HTMLParser, parse, parseFragment
"/Library/Python/2.7/site-packages/html5lib/html5parser.py", line 2, in <module>
from six import with_metaclass, viewkeys, PY3
ImportError: cannot import name viewkeys
| [31/Oct/2012:10:40:14] HTTP Traceback (most recent call last):
"C:\python32\lib\site-packages\cherrypy-3.2.2-py3.2.egg\cherrypy_cprequest.py", line 647, in respond
self.hooks.run('before_request_body')
"C:\python32\lib\site-packages\cherrypy-3.2.2-py3.2.egg\cherrypy_cprequest.py", line 112, in run
raise exc
"C:\python32\lib\site-packages\cherrypy-3.2.2-py3.2.egg\cherrypy_cprequest.py", line 102, in run
hook()
"C:\python32\lib\site-packages\cherrypy-3.2.2-py3.2.egg\cherrypy_cprequest.py", line 62, in **call**
return self.callback(**self.kwargs)
"C:\python32\lib\site-packages\ws4py-0.2.3-py3.2.egg\ws4py\server\cherrypyserver.py", line 149, in upgrade
ws_key = base64.b64decode(key)
"C:\python32\lib\base64.py", line 83, in b64decode
raise TypeError("expected bytes, not %s" % s.**class**.**name**)TypeError: expected bytes, not str | 0.300336 |
Traceback (most recent call last):
"/usr/src/homeassistant/homeassistant/config_entries.py", line 215, in async_setup
hass, self
"/usr/src/homeassistant/homeassistant/components/minecraft_server/__init__.py", line 47, in async_setup_entry
await server.async_update()
"/usr/src/homeassistant/homeassistant/components/minecraft_server/__init__.py", line 158, in async_update
await self._async_status_request()
"/usr/src/homeassistant/homeassistant/components/minecraft_server/__init__.py", line 171, in _async_status_request
self.description = status_response.description["text"]
TypeError: string indices must be integers
| Traceback (most recent call last):
"/usr/lib64/python2.7/site-packages/pip/basecommand.py", line 126, in main
self.run(options, args)
"/usr/lib64/python2.7/site-packages/pip/commands/install.py", line 228, in run
requirement_set.install(install_options, global_options)
"/usr/lib64/python2.7/site-packages/pip/req.py", line 1096, in install
requirement.uninstall(auto_confirm=True)
"/usr/lib64/python2.7/site-packages/pip/req.py", line 482, in uninstall
paths_to_remove.remove(auto_confirm)
"/usr/lib64/python2.7/site-packages/pip/req.py", line 1398, in remove
renames(path, new_path)
"/usr/lib64/python2.7/site-packages/pip/util.py", line 255, in renames
shutil.move(old, new)
"/usr/lib64/python2.7/shutil.py", line 299, in move
os.unlink(src)OSError: [Errno 13] Permission denied: '/usr/bin/fab' | 0.216304 |
Traceback (most recent call last):
"fit_multiple_events.py", line 307, in <module>
run_parallel_analysis(sys.argv[1], sys.argv[2])
"fit_multiple_events.py", line 292, in run_parallel_analysis
for directory in dirs
"/home/fb90/anaconda3/lib/python3.7/site-packages/joblib/parallel.py", line 934, in __call__
self.retrieve()
"/home/fb90/anaconda3/lib/python3.7/site-packages/joblib/parallel.py", line 833, in retrieve
self._output.extend(job.get(timeout=self.timeout))
"/home/fb90/anaconda3/lib/python3.7/site-packages/joblib/_parallel_backends.py", line 521, in wrap_future_result
return future.result(timeout=timeout)
"/home/fb90/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 425, in result
return self.__get_result()
"/home/fb90/anaconda3/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result
raise self._exception
NotFoundError: [Errno 2] No such file or directory: '/gpfs1/home/fb90/.theano/compiledir_Linux-2.6-el6.Bull.122.x86_64-x86_64-with-redhat-6.4-Santiago-x86_64-3.7.3-64/tmpm9ri1on2/key.pkl'
| Traceback (most recent call last):
"/usr/bin/atomic", line 44, in <module>
from Atomic import containers
"/usr/lib/python2.7/site-packages/Atomic/containers.py", line 9, in <module>
from dateutil.parser import parse as dateparse
ImportError: No module named dateutil.parser
| 0.305717 |
Traceback (most recent call last):
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 305, in do_handle
report['scrape'] = self.do_scrape(juris, args, scrapers)
"/opt/openstates/venv-pupa/src/pupa/pupa/cli/commands/update.py", line 173, in do_scrape
report[scraper_name] = scraper.do_scrape(**scrape_args)
"/opt/openstates/venv-pupa/src/pupa/pupa/scrape/base.py", line 111, in do_scrape
for obj in self.scrape(**kwargs) or []:
"/opt/openstates/openstates/openstates/oh/bills.py", line 200, in scrape
chamber_dict, vote_results)
"/opt/openstates/openstates/openstates/oh/bills.py", line 415, in process_vote
vote.yes(legislators[voter_id])KeyError: 1605 | Traceback (most recent call last):
"social_mapper.py", line 755, in loadPage
return emptybyte.join(response.readlines())
UnboundLocalError: local variable 'response' referenced before assignment | 0.176573 |
Traceback (most recent call last):
"/usr/bin/telepresence/telepresence/cli.py", line 130, in crash_reporting
yield
"/usr/bin/telepresence/telepresence/main.py", line 60, in main
remote_info = start_proxy(runner)
"/usr/bin/telepresence/telepresence/proxy/__init__.py", line 104, in start_proxy
run_id=run_id,
"/usr/bin/telepresence/telepresence/proxy/remote.py", line 156, in get_remote_info
runner, deployment_name, deployment_type, run_id=run_id
"/usr/bin/telepresence/telepresence/proxy/remote.py", line 101, in get_deployment_json
stderr=STDOUT
"/usr/lib/python3.7/json/__init__.py", line 348, in loads
return _default_decoder.decode(s)
"/usr/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"/usr/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
|
Traceback (most recent call last):
[some useless calls](remove)
"/home/david/Projects/sicpac/lib/almagest/storage/user.py", line 69, in get
user = query.get(id)
"/home/david/Projects/sqlalchemy/lib/sqlalchemy/orm/query.py", line 82, in get
return self._get(key, ident, **kwargs)
"/home/david/Projects/sqlalchemy/lib/sqlalchemy/orm/query.py", line 718, in _get
q = q.params(**params)._select_context_options(populate_existing=reload, version_check=(lockmode is not None))
exceptions.TypeError: params() keywords must be strings | 0.27644 |
Traceback (most recent call last):
"/home/user/ven/lib/python3.8/site-packages/scapy/utils.py", line 1139, in read_packet
p = self.LLcls(s)
TypeError: 'NoneType' object is not callable
| Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/extractor/mtv.py", line 193, in _real_extract
og_url = self._og_search_video_url(webpage)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 684, in _og_search_video_url
return self._html_search_regex(regexes, html, name, **kargs)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 593, in _html_search_regex
res = self._search_regex(pattern, string, name, default, fatal, flags, group)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 584, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)RegexNotFoundError: Unable to extract video url; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output. | 0.267534 |
Traceback (most recent call last):
"./../jasper.py", line 143, in <module>
app = Jasper()
"./../jasper.py", line 88, in **init**
stt_engine_class = stt.get_engine_by_slug(stt_engine_slug)
"/home/pi/jasper/client/stt.py", line 645, in get_engine_by_slug
if not engine.is_available():
"/home/pi/jasper/client/stt.py", line 178, in is_available
return diagnose.check_python_import('pocketsphinx')
"/home/pi/jasper/client/diagnose.py", line 86, in check_python_import
else "module", package_or_module, loader.get_filename())TypeError: zipimporter.get_filename() takes exactly 1 argument (0 given) | Traceback (most recent call last):
"workerengine_latest.py", line 76, in <module>
ps = r.pubsub();AttributeError: 'Sentinel' object has no attribute 'pubsub' | 0.2865 |
Traceback (most recent call last):
"/opt/az/lib/python3.6/site-packages/knack/cli.py", line 206, in invoke
cmd_result = self.invocation.execute(args)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 608, in execute
raise ex
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 666, in _run_jobs_serially
results.append(self._run_job(expanded_arg, cmd_copy))
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/__init__.py", line 657, in _run_job
cmd_copy.exception_handler(ex)
"/opt/az/lib/python3.6/site-packages/azure/cli/core/commands/arm.py", line 105, in handle_template_based_exception
raise CLIError(ex)
knack.util.CLIError: <unprintable CLIError object>
| Traceback (most recent call last):
"a.py", line 11, in <module>
for i, product in enumerate(products):
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/amazon/api.py", line 234, in **iter**
for page in self.iterate_pages():
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/amazon/api.py", line 250, in iterate_pages
yield self._query(ItemPage=self.current_page, *_self.kwargs)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/amazon/api.py", line 263, in _query
response = self.api.ItemSearch(ResponseGroup=ResponseGroup, *_kwargs)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/bottlenose/api.py", line 242, in __call__
{'api_url': api_url, 'cache_url': cache_url})
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/bottlenose/api.py", line 203, in _call_api
return urllib2.urlopen(api_request, timeout=self.Timeout)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 153, in urlopen
return opener.open(url, data, timeout)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 461, in open
response = meth(req, response)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 571, in http_response
'http', request, response, code, msg, hdrs)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 499, in error
return self._call_chain(_args)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 433, in _call_chain
result = func(_args)
"/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/urllib/request.py", line 579, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)urllib.error.HTTPError: HTTP Error 503: Service Unavailable | 0.205578 |
Traceback (most recent call last):
"/usr/lib/python2.7/runpy.py", line 174, in _run_module_as_main
"__main__", fname, loader, pkg_name)
"/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
"/home/sairam/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 97, in <module>
main()
"/home/sairam/frappe-bench/apps/frappe/frappe/utils/bench_helper.py", line 18, in main
click.Group(commands=commands)(prog_name='bench')
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
"/home/sairam/frappe-bench/env/local/lib/python2.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
"/home/sairam/frappe-bench/apps/frappe/frappe/commands/__init__.py", line 25, in _func
ret = f(frappe._dict(ctx.obj), *args, **kwargs)
"/home/sairam/frappe-bench/apps/frappe/frappe/commands/site.py", line 338, in uninstall
remove_app(app, dry_run, yes)
"/home/sairam/frappe-bench/apps/frappe/frappe/installer.py", line 219, in remove_app
frappe.delete_doc("Module Def", module_name)
"/home/sairam/frappe-bench/apps/frappe/frappe/__init__.py", line 777, in delete_doc
ignore_permissions, flags, ignore_on_trash, ignore_missing)
"/home/sairam/frappe-bench/apps/frappe/frappe/model/delete_doc.py", line 87, in delete_doc
check_if_doc_is_linked(doc)
"/home/sairam/frappe-bench/apps/frappe/frappe/model/delete_doc.py", line 208, in check_if_doc_is_linked
raise_link_exists_exception(doc, linked_doctype, reference_docname)
"/home/sairam/frappe-bench/apps/frappe/frappe/model/delete_doc.py", line 260, in raise_link_exists_exception
.format(doc.doctype, doc_link, reference_doctype, reference_link, row), frappe.LinkExistsError)
"/home/sairam/frappe-bench/apps/frappe/frappe/__init__.py", line 360, in throw
msgprint(msg, raise_exception=exc, title=title, indicator='red')
"/home/sairam/frappe-bench/apps/frappe/frappe/__init__.py", line 346, in msgprint
_raise_exception()
"/home/sairam/frappe-bench/apps/frappe/frappe/__init__.py", line 315, in _raise_exception
raise raise_exception(msg)
frappe.exceptions.LinkExistsError: Cannot delete or cancel because Module Def <a href="#Form/Module Def/Accounts">Accounts</a> is linked with Notification <a href="#Form/Notification/Notification for new fiscal year">Notification for new fiscal year</a>
| Traceback (most recent call last):
"/data00/bcbio/v1.1.5/tools/bin/macs2", line 622, in <module>
main()
"/data00/bcbio/v1.1.5/tools/bin/macs2", line 56, in main
from MACS2.callpeak_cmd import run
"/data00/bcbio/v1.1.5/install/anaconda/envs/python2/lib/python2.7/site-packages/MACS2/callpeak_cmd.py", line 31, in <module>
from MACS2.OptValidator import opt_validate
"/data00/bcbio/v1.1.5/install/anaconda/envs/python2/lib/python2.7/site-packages/MACS2/OptValidator.py", line 27, in <module>
from MACS2.IO.Parser import BEDParser, ELANDResultParser, ELANDMultiParser, \
"__init__.pxd", line 861, in init MACS2.IO.Parser (MACS2/IO/Parser.c:22634)
ValueError: numpy.ufunc has the wrong size, try recompiling
| 0.263472 |
Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| Traceback (most recent call last):
"/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/tests/test_base.py", line 317, in test_version_attributes_1
f_version = self.f_image.version_generate("large")
"/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/base.py", line 506, in version_generate
version_path = self._generate_version(version_suffix)
"/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/base.py", line 527, in _generate_version
version = scale_and_crop(im, VERSIONS[version_suffix]['width'], VERSIONS[version_suffix]['height'], VERSIONS[version_suffix]['opts'])
"/venvs/mdrcms/lib/python2.7/site-packages/filebrowser/utils.py", line 85, in scale_and_crop
im = im.resize((int(math.ceil(x * r)), int(math.ceil(y * r))), resample=Image.ANTIALIAS)
"/venvs/mdrcms/lib/python2.7/site-packages/PIL/Image.py", line 1557, in resize
self.load()
"/venvs/mdrcms/lib/python2.7/site-packages/PIL/Image
.py", line 203, in load
d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
"/venvs/mdrcms/lib/python2.7/site-packages/PIL/Image.py", line 420, in _getdecoder
raise IOError("decoder %s not available" % decoder_name)IOError: decoder jpeg not available | 0.226376 |
Traceback (most recent call last):
"site-packages/calibre/customize/ui.py", line 171, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 618, in run
"calibre_plugins.dedrm.__init__", line 568, in KindleMobiDecrypt
DeDRMError: DeDRM v6.5.5: Ultimately failed to decrypt after 0.6 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
|
Traceback (most recent call last):
"/tmp/pip-install-9h3yaayn/horovod/setup.py", line 1132, in check_torch_version
import torch
ModuleNotFoundError: No module named 'torch'
| 0.275012 |
Traceback (most recent call last):
"C:\Transmogrifier\youtube-dl.py\youtube_dl\YoutubeDL.py", line 660, in extract_info
ie_result = ie.extract(url)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 288, in extract
return self._real_extract(url)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\nfl.py", line 160, in _real_extract
url_template.format(id=video_id), video_id)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 475, in _download_json
json_string, video_id, transform_source=transform_source, fatal=fatal)
"C:\Transmogrifier\youtube-dl.py\youtube_dl\extractor\common.py", line 485, in _parse_json
raise ExtractorError(errmsg, cause=ve)ExtractorError: 56399c96-4160-48cf-a7ad-1d17d4a3aef7: Failed to parse JSON
(caused by ValueError('No JSON object could be decoded',)); please report this issue on https://yt-dl.org | `t:
98%|█████████▊| 4663/4743 [04:01<00:03, 22.03it/s, now=None]Traceback (most recent call last):
"/Users/andrew/eclipse-workspace/RedditScraper/src/Main.py", line 52, in <module>
main()
"/Users/andrew/eclipse-workspace/RedditScraper/src/Main.py", line 45, in main
Scrape.compile_video()
"/Users/andrew/eclipse-workspace/RedditScraper/src/Scrape.py", line 56, in compile_video
concat_images_with_audio_intro.write_videofile("/Users/andrew/eclipse-workspace/RedditScraper/src/out.mp4",fps=18, temp_audiofile="/Users/andrew/eclipse-workspace/RedditScraper/src/output/temp-audio.m4a",remove_temp=True,audio_codec="aac")
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-55>", line 2, in write_videofile
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 54, in requires_duration
return f(clip, *a, **k)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-54>", line 2, in write_videofile
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 137, in use_clip_fps_by_default
return f(clip, *new_a, **new_kw)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-53>", line 2, in write_videofile
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 22, in convert_masks_to_RGB
return f(clip, *a, **k)
"/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 326, in write_videofile
logger=logger)
"/usr/local/lib/python3.7/site-packages/moviepy/video/io/ffmpeg_writer.py", line 216, in ffmpeg_write_video
fps=fps, dtype="uint8"):
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 475, in iter_frames
frame = self.get_frame(t)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-11>", line 2, in get_frame
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 95, in get_frame
return self.make_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/compositing/CompositeVideoClip.py", line 118, in make_frame
f = c.blit_on(f, t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 548, in blit_on
img = self.get_frame(ct)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-11>", line 2, in get_frame
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 95, in get_frame
return self.make_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 138, in <lambda>
newclip = self.set_make_frame(lambda t: fun(self.get_frame, t))
"/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 511, in <lambda>
return self.fl(lambda gf, t: image_func(gf(t)), apply_to)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-11>", line 2, in get_frame
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 95, in get_frame
return self.make_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/compositing/CompositeVideoClip.py", line 118, in make_frame
f = c.blit_on(f, t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 548, in blit_on
img = self.get_frame(ct)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-11>", line 2, in get_frame
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 95, in get_frame
return self.make_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 138, in <lambda>
newclip = self.set_make_frame(lambda t: fun(self.get_frame, t))
"/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 511, in <lambda>
return self.fl(lambda gf, t: image_func(gf(t)), apply_to)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-11>", line 2, in get_frame
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 95, in get_frame
return self.make_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 138, in <lambda>
newclip = self.set_make_frame(lambda t: fun(self.get_frame, t))
"/usr/local/lib/python3.7/site-packages/moviepy/video/VideoClip.py", line 511, in <lambda>
return self.fl(lambda gf, t: image_func(gf(t)), apply_to)
"</usr/local/lib/python3.7/site-packages/decorator.py:decorator-gen-11>", line 2, in get_frame
"/usr/local/lib/python3.7/site-packages/moviepy/decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
"/usr/local/lib/python3.7/site-packages/moviepy/Clip.py", line 95, in get_frame
return self.make_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/io/Video
Clip.py", line 113, in <lambda>
self.make_frame = lambda t: self.reader.get_frame(t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/io/ffmpeg_reader.py", line 181, in get_frame
self.initialize(t)
"/usr/local/lib/python3.7/site-packages/moviepy/video/io/ffmpeg_reader.py", line 104, in initialize
self.proc = sp.Popen(cmd, **popen_params)
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 775, in __init__
restore_signals, start_new_session)
"/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/subprocess.py", line 1522, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
OSError: [Errno 9] Bad file descriptor`
| 0.207513 |
Traceback (most recent call last):
"C:\Users\Andy\AppData\Local\Programs\Spyder\pkgs\spyder\plugins\editor\widgets\editor.py", line 2093, in _save_file
self.modification_changed(index=index)
"C:\Users\Andy\AppData\Local\Programs\Spyder\pkgs\spyder\plugins\editor\widgets\editor.py", line 2550, in modification_changed
finfo = self.data[index]IndexError: list index out of range | Traceback (most recent call last):
"./src/manage.py", line 22, in <module>
execute_from_command_line(sys.argv)
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line
utility.execute()
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/django/core/management/__init__.py", line 375, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/django/core/management/base.py", line 323, in run_from_argv
self.execute(*args, **cmd_options)
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/django/core/management/base.py", line 364, in execute
output = self.handle(*args, **options)
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/django/core/management/commands/shell.py", line 86, in handle
exec(options['command'])
"<string>", line 1, in <module>
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/rest_framework/schemas/openapi.py", line 64, in get_schema
paths = self.get_paths(None if public else request)
"/Users/dan/.virtualenvs/cloud-hcs-xx7P09kR/lib/python3.7/site-packages/rest_framework/schemas/openapi.py", line 47, in get_paths
operation = view.schema.get_operation(path, method)
AttributeError: 'AutoSchema' object has no attribute 'get_operation'
| 0.275604 |
Traceback (most recent call last):
"planet/training/running.py", line 201, in __iter__
for value in self._process_fn(self._logdir, *args):
"/home/user/brandenb/NimbRo-OP/src/planet/planet/scripts/train.py", line 73, in process
training.define_model, dataset, logdir, config):
"planet/training/utility.py", line 185, in train
for score in trainer.iterate(config.max_steps):
"planet/training/trainer.py", line 200, in iterate
summary, mean_score, global_step = sess.run(phase.op, phase.feed)
"/home/user/brandenb/anaconda2/envs/planetrl/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 929, in run
run_metadata_ptr)
"/home/user/brandenb/anaconda2/envs/planetrl/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1152, in _run
feed_dict_tensor, options, run_metadata)
"/home/user/brandenb/anaconda2/envs/planetrl/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1328, in _do_run
run_metadata)
"/home/user/brandenb/anaconda2/envs/planetrl/lib/python2.7/site-packages/tensorflow/python/client/session.py", line 1348, in _do_call
raise type(e)(node_def, op, message)
UnimplementedError: Unsupported object type instancemethod
| Traceback (most recent call last):
"./buildscripts/build_prepare.py", line 637, in <module>
print(export(args['sourcePath'], args['targetPath'], args.get('skiphg', False), args.get('skipscripts', False), args.get('nodownload', False)))
"./buildscripts/build_prepare.py", line 607, in export
return exporter.export()
"./buildscripts/build_prepare.py", line 205, in export
self.exportGIT
s()
"./buildscripts/build_prepare.py", line 417, in exportGIT
s
shutil.copytree(self.source
(),tf, ignore=shutil.ignore_patterns(".git",".idea","__pycache__"))
"/usr/lib64/python3.6/shutil.py", line 359, in copytree
raise Error(errors)
shutil.Error: [('/home/GrandMaster/Desktop/makehuman/blendertools/makewalk/makeclothes', '/home/GrandMaster/Desktop/build/blendertools/makewalk/makeclothes', "[Errno 2] No such file or directory: '/home/GrandMaster/Desktop/makehuman/blendertools/makewalk/makeclothes'"), ('/home/GrandMaster/Desktop/makehuman/blendertools/makewalk/maketarget', '/home/GrandMaster/Desktop/build/blendertools/makewalk/maketarget', "[Errno 2] No such file or directory: '/home/GrandMaster/Desktop/makehuman/blendertools/makewalk/maketarget'")]
| 0.26644 |
Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/ajenti/plugins/main/main.py", line 158, in handle_message
self.ui.dispatch_event(update['uid'], update['event'], update['params'])
"/usr/lib/pymodules/python2.7/ajenti/ui/__init__.py", line 72, in dispatch_event
self.root.dispatch_event(uid, event, params)
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 382, in dispatch_event
if child.dispatch_event(uid, event, params):
"/usr/lib/pymodules/python2.7/ajenti/ui/element.py", line 388, in dispatch_event
getattr(self, k)(**(params or {}))
"/var/lib/ajenti/plugins/vh/main.py", line 226, in on_destroy
self.save()
"/var/lib/ajenti/plugins/vh/main.py", line 242, in save
self.binder.update()
"/usr/lib/pymodules/python2.7/ajenti/ui/binder.py", line 598, in update
binding.update()
"/usr/lib/pymodules/python2.7/ajenti/ui/binder.py", line 445, in update
absolute_order = [sortable_indexes[i - 1] for i in self.items_ui.order]IndexError: list index out of range | Traceback (most recent call last):
"./benchmark_m4.py", line 84, in <module>
results.append(evaluate(dataset_name, estimator))
"./benchmark_m4.py", line 60, in evaluate
predictor = estimator.train(dataset.train)
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/estimator.py", line 201, in train
return self.train_model(training_data).predictor
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/estimator.py", line 187, in train_model
train_iter=training_data_loader,
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/trainer/_base.py", line 246, in __call__
output = net(*inputs)
"/home/repro/.local/lib/python3.6/site-packages/mxnet/gluon/block.py", line 540, in __call__
out = self.forward(*args)
"/home/repro/.local/lib/python3.6/site-packages/mxnet/gluon/block.py", line 907, in forward
return self._call_cached_op(x, *args)
"/home/repro/.local/lib/python3.6/site-packages/mxnet/gluon/block.py", line 797, in _call_cached_op
self._build_cache(*args)
"/home/repro/.local/lib/python3.6/site-packages/mxnet/gluon/block.py", line 749, in _build_cache
data, out = self._get_graph(*args)
"/home/repro/.local/lib/python3.6/site-packages/mxnet/gluon/block.py", line 741, in _get_graph
out = self.hybrid_forward(symbol, *grouped_inputs, **params)
# pylint: disable=no-value-for-parameter
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/deepstate/_network.py", line 171, in hybrid_forward
length=self.past_length,
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/deepstate/_network.py", line 129, in compute_lds
seasonal_indicators
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/deepstate/issm.py", line 341, in get_issm_coeff
self.nonseasonal_issm.get_issm_coeff(seasonal_indicators),
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/deepstate/issm.py", line 131, in get_issm_coeff
self.transition_coeff(seasonal_indicators),
"/home/repro/.local/lib/python3.6/site-packages/gluonts-0.3.4.dev78+g8642509-py3.6.egg/gluonts/model/deepstate/issm.py", line 205, in transition_coeff
F.array([[1, 1], [0, 1]])
AttributeError: module 'mxnet.symbol' has no attribute 'array'
| 0.209404 |
Traceback (most recent call last):
"exploit.py", line 68, in <module>
io.sendline(len(JAVASCRIPT_OR_HTML))
"/Users/heapcrash/.pyenv/versions/3.8.8/lib/python3.8/site-packages/pwnlib/tubes/tube.py", line 796, in sendline
line = context._encode(line)
"/Users/heapcrash/.pyenv/versions/3.8.8/lib/python3.8/site-packages/pwnlib/context/__init__.py", line 835, in _encode
return s.encode('latin1')
AttributeError: 'int' object has no attribute 'encode'
| Traceback (most recent call last):
"red.py", line 614, in <module> loop.rununtil_complete(main(bot))
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\base_events.py", line 467, in run_until_complete return future.result()
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\futures.py", line 294, in result raise self._exception
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\tasks.py", line 242, in _step result = coro.throw(exc)
"red.py", line 603, in main yield from bot.connect()
"lib\discord\client.py", line 451, in connect self.ws = yield from DiscordWebSocket.from_client(self, resume=True)
"lib\discord\gateway.py", line 198, in from_client gateway = yield from client.http.get_gateway()
"lib\discord\http.py", line 633, in get_gateway data = yield from self.request(Route('GET', '/gateway'))
"lib\discord\http.py", line 137, in request r = yield from self.session.request(method, url, **kwargs)
"lib\aiohttp\client.py", line 555, in __iter_ resp = yield from self.coro
"lib\aiohttp\client.py", line 209, in _request raise aiohttp.ClientResponseError() from exc aiohttp.errors.ClientResponseError Task was destroyed but it is pending! task: <Task pending coro=<Audio.queue_scheduler() running at D:\MusicBot\cogs\audio.py:2419> wait_for=<Future pending cb=[Task._wakeup()]>> Task was destroyed but it is pending! task: <Task pending coro=<Audio.disconnect_timer() running at D:\MusicBot\cogs\audio.py:2213> wait_for=<Future pending cb=[Task._wakeup()]>> Task exception was never retrieved future: <Task finished coro=<WebSocketCommonProtocol.run() done, defined at lib\websockets\protocol.py:428> exception=ConnectionResetError(10054, 'An existing connection was forcibly closed by the remote host', None, 10054, None)> Traceback (most recent call last):
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\tasks.py", line 242, in _step result = coro.throw(exc)
"lib\websockets\protocol.py", line 434, in run msg = yield from self.read_message()
"lib\websockets\protocol.py", line 456, in read_message frame = yield from self.read_data_frame(max_size=self.max_size)
"lib\websockets\protocol.py", line 511, in read_data_frame frame = yield from self.read_frame(max_size)
"lib\websockets\protocol.py", line 546, in read_frame self.reader.readexactly, is_masked, max_size=max_size)
"lib\websockets\framing.py", line 86, in read_frame data = yield from reader(2)
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\streams.py", line 668, in readexactly yield from self._wait_for_data('readexactly')
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\streams.py", line 458, in _wait_for_data yield from self._waiter
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\futures.py", line 381, in __iter_ yield self # This tells Task to wait for completion.
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\tasks.py", line 310, in _wakeup future.result()
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\futures.py", line 294, in result raise self._exception
"C:\Users\awsan\AppData\Local\Programs\Python\Python35\lib\asyncio\selector_events.py", line 723, in _read_ready data = self._sock.recv(self.max_size) ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host Task was destroyed but it is pending! task: <Task pending coro=<Streams.stream_checker() running at D:\MusicBot\cogs\streams.py:624> wait_for=<Future pending cb=[Task._wakeup()]>> Task was destroyed but it is pending! task: <Task pending coro=<Audio.cache_manager() done, defined at D:\MusicBot\cogs\audio.py:2155> wait_for=<Future pending cb=[Task._wakeup()]>> | 0.218893 |
Traceback (most recent call last):
"/home/deankarlo/anaconda3/envs/tf-gpu/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1709, in data_generator
use_mini_mask=config.USE_MINI_MASK)
"/home/deankarlo/anaconda3/envs/tf-gpu/lib/python3.6/site-packages/mask_rcnn-2.1-py3.6.egg/mrcnn/model.py", line 1275, in load_image_gt
source_class_ids = dataset.source_class_ids[dataset.image_info[image_id]["source"]]
KeyError: 'roof'`
| Traceback (most recent call last):
"/usr/local/bin/celery", line 9, in <module>
load_entry_point('celery==3.1.4', 'console_scripts', 'celery')()
"/usr/local/lib/python2.7/dist-packages/celery/__main__.py", line 29, in main
main()
"/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 80, in main
cmd.execute_from_commandline(argv)
"/usr/local/lib/python2.7/dist-packages/celery/bin/celery.py", line 725, in execute_from_commandline
super(CeleryCommand, self).execute_from_commandline(argv)))
"/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 298, in execute_from_commandline
argv = self.setup_app_from_commandline(argv)
"/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 428, in setup_app_from_commandline
self.app = self.find_app(app)
"/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 448, in find_app
return find_app(app, symbol_by_name=self.symbol_by_name)
"/usr/local/lib/python2.7/dist-packages/celery/app/utils.py", line 222, in find_app
sym = symbol_by_name(app, imp=imp)
"/usr/local/lib/python2.7/dist-packages/celery/bin/base.py", line 451, in symbol_by_name
return symbol_by_name(name, imp=imp)
"/usr/local/lib/python2.7/dist-packages/kombu/utils/__init__.py", line 90, in symbol_by_name
module = imp(module_name, package=package, **kwargs)
"/usr/local/lib/python2.7/dist-packages/celery/utils/imports.py", line 101, in import_from_cwd
return imp(module, package=package)
"/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)ImportError: No module named app | 0.249881 |
Traceback (most recent call last):
"/home/loknar/.virtualenvs/env1_v1/local/lib/python2.7/site-packages/webview/gtk.py", line 15, in <module>
from gi.repository import Gtk as gtkImportError: No module named gi.repository |
Traceback (most recent call last):
"/opt/conda/lib/python3.7/site-packages/conda/gateways/disk/update.py", line 107, in touch
mkdir_p_sudo_safe(dirpath)
"/opt/conda/lib/python3.7/site-packages/conda/gateways/disk/__init__.py", line 84, in mkdir_p_sudo_safe
os.mkdir(path)
ExistsError: [Errno 17]
exists: '/root/.conda/pkgs'
| 0.191575 |
Traceback (most recent call last):
"TorrentToMedia.py", line 384, in <module>
exit(main(sys.argv))
"TorrentToMedia.py", line 369, in main
clientAgent)
"TorrentToMedia.py", line 201, in processTorrent
inputCategory)
"/home/htpc/scripts/nzbToMedia/nzbtomedia/autoProcess/autoProcessMovie.py
", line 128, in process
release = self.get_release(baseURL, imdbid, download_id)
"/home/htpc/scripts/nzbToMedia/nzbtomedia/autoProcess/autoProcessMovie.py
", line 56, in get_release
if movie['status'] not in ['active', 'done']:KeyError: 'status' |
2017-04-08 20:04:09,503 -- ERROR -- Traceback (most recent call last):
"/usr/local/lib/python2.7/dist-packages/glances/stats.py", line 105, in _load_plugin
self._plugins[name] = plugin.Plugin(args=args)
"/usr/local/lib/python2.7/dist-packages/glances/plugins/glances_sensors.py", line 53, in __init__
self.glancesgrabsensors = GlancesGrabSensors()
"/usr/local/lib/python2.7/dist-packages/glances/plugins/glances_sensors.py", line 231, in __init__
self.stemps = psutil.sensors_temperatures()
"/usr/local/lib/python2.7/dist-packages/psutil/__init__.py", line 2212, in sensors_temperatures
rawdict = _psplatform.sensors_temperatures()
"/usr/local/lib/python2.7/dist-packages/psutil/_pslinux.py", line 1116, in sensors_temperatures
current = float(cat(base + '_input')) / 1000.0
"/usr/local/lib/python2.7/dist-packages/psutil/_pslinux.py", line 299, in cat
return f.read().strip()
IOError: [Errno 5] Input/output error
| 0.168722 |
Traceback (most recent call last):
"demo.py", line 10, in <module>
from networks.dextr import DEXTR
"/local/arathore/3D_processing/DEXTR-KerasTensorflow/networks/dextr.py", line 8, in <module>
from networks import resnet
"/local/arathore/3D_processing/DEXTR-KerasTensorflow/networks/resnet.py", line 12, in <module>
from networks.classifiers import build_pyramid_pooling_module
"/local/arathore/3D_processing/DEXTR-KerasTensorflow/networks/classifiers.py", line 10, in <module>
from networks import resnet
ImportError: cannot import name resnet | Traceback (most recent call last):
"/Users/tripdes/Projects/microblog/venv/lib/python3.6/site-packages/sqlalchemy/engine/base.py", line 1182, in _execute_context
context)
"/Users/tripdes/Projects/microblog/venv/lib/python3.6/site-packages/sqlalchemy/engine/default.py", line 470, in do_execute
cursor.execute(statement, parameters)
sqlite3.OperationalError: no such table: category
| 0.3087 |
Traceback (most recent call last):
"train_ssd.py", line 139, in <module>
main()
"train_ssd.py", line 130, in main
model = train(cfg, args)
"train_ssd.py", line 71, in train
return do_train(cfg, model, train_loader, optimizer, scheduler, device, args)
"/home/ldap/mariano.metallo/03_SSD_Classifier/SSD/ssd/engine/trainer.py", line 68, in do_train
for iteration, (images, boxes, labels) in enumerate(data_loader):
"/home/ldap/mariano.metallo/anaconda3/envs/SSD/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 637, in __next__
return self._process_next_batch(batch)
"/home/ldap/mariano.metallo/anaconda3/envs/SSD/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 658, in _process_next_batch
raise batch.exc_type(batch.exc_msg)
IndexError: Traceback (most recent call last):
| Traceback (most recent call last):
"update.py", line 39, in <module>
unzip('lists/ipout')
"update.py", line 25, in unzip
myzip.write(file)
"/usr/lib/python3.5/zipfile.py", line 1433, in write
st = os.stat(filename)
NotFoundError: [Errno 2] No such file or directory: 'lists/ipout'
| 0.271593 |
Traceback (most recent call last):
"s2.py", line 13, in <module>
model.compile(loss='mse', optimizer='rmsprop')
"build/bdist.macosx-10.6-intel/egg/keras/models.py", line 372, in compile
"build/bdist.macosx-10.6-intel/egg/seq2seq/models.py", line 286, in get_outputNameError: global name 'T' is not defined | Traceback (most recent call last):
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 1639, in _monitor
self._handle_ok()
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2087, in _handle_ok
self._continue_sending()
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2197, in _continue_sending
if self._send_from_command_queue():
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 2375, in _send_from_command_queue
entry = self._command_queue.get(block=False)
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/comm.py", line 3865, in get
return TypedQueue.get(self, *args, **kwargs)
"/home/pi/oprint/local/lib/python2.7/site-packages/octoprint/util/__init__.py", line 1401, in get
item, _ = PrependableQueue.get(self, *args, **kwargs)
"/usr/lib/python2.7/Queue.py", line 182, in get
self.not_empty.release()
TypeError: 'thread.lock' object is not callable
| 0.320081 |
Traceback (most recent call last):
"youtube_dl\YoutubeDL.pyo", line 649, in extract_info
"youtube_dl\extractor\common.pyo", line 273, in extract
"youtube_dl\extractor\youtube.pyo", line 1104, in _real_extract
"youtube_dl\extractor\youtube.pyo", line 668, in _decrypt_signatureExtractorError: Signature extraction failed: Traceback (most recent call last): | Traceback (most recent call last):
"/usr/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/ensemble/tests/test_forest.py", line 80, in check_classification_toy
clf.fit(X, y)
"/home/besser82/rpmbuild/BUILDROOT/python-scikit-learn-0.15-0.1.git20140602.083b5f5.fc20.x86_64/usr/lib64/python2.7/site-packages/sklearn/ensemble/forest.py", line 271, in fit
backend="threading")(TypeError: __init__() got an unexpected keyword argument 'backend' | 0.218842 |
Traceback (most recent call last):
"~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/common.py", line 817, in start
"~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/common.py", line 1105, in _runMainLoop
"~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/leader.py", line 228, in run
"~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/leader.py", line 629, in innerLoop
"~/jcaballero/miniconda3/envs/mgnify-lr/lib/python3.8/site-packages/toil/statsAndLogging.py", line 184, in check
RuntimeError: Stats and logging thread has quit
|
Traceback (most recent call last):
"/opt/git/salt/tests/integration/states/pip.py", line 64, in test_pip_installed_errors
self.assertSaltTrueReturn(ret)
"/opt/git/salt/tests/integration/__init__.py", line 1406, in assertSaltTrueReturn
**(next(six.itervalues(ret)))
AssertionError: False is not True. Salt Comment: | 0.319291 |
Traceback (most recent call last):
"test_Phylo.py", line 266, in setUp
self.phylogenies = list(Phylo.parse(EX_PHYLO, 'phyloxml'))
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/_io.py", line 51, in parse
for tree in getattr(supported_formats[format], 'parse')(fp, **kwargs):
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/PhyloXMLIO.py", line 98, in parse
return Parser(file).parse()
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/Bio/Phylo/PhyloXMLIO.py", line 296, in __init__
event, root = next(context)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/xml/etree/ElementTree.py", line 1223, in iterator
data = source.read(16 * 1024)
"/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 13090: ordinal not in range(128)
| Traceback (most recent call last):
"lendingbot.py", line 457, in <module>
refreshTotalLended()
"lendingbot.py", line 230, in refreshTotalLended
for item in cryptoLended["provided"]:KeyError: 'provided' | 0.230794 |
Traceback (most recent call last):
"/Users/kriehl/anaconda/bin/conda-env", line 6, in <module>
sys.exit(main())
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda_env/cli/main.py", line 63, in main
return args_func(args, parser)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 207, in args_func
args.func(args, p)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda_env/cli/main_update.py", line 101, in execute
installer.install(prefix, specs, args, env)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda_env/installers/conda.py", line 21, in install
plan.execute_actions(actions, index, verbose=not args.quiet)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda/plan.py", line 502, in execute_actions
inst.execute_instructions(plan, index, verbose)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 141, in execute_instructions
cmd(state, arg)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 88, in UNLINK_CMD
install.unlink(state['prefix'], arg)
"/Users/kriehl/anaconda/lib/python2.7/site-packages/conda/install.py", line 598, in unlink
with open(meta_path) as fi:IOError: [Errno 2] No such file or directory: '/Users/kriehl/anaconda/envs/topik/conda-meta/r-mass-7.3_40-0.json' | Traceback (most recent call last):
"/usr/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/usr/local/share/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)CalledProcessError: Command 'set -o pipefail; bcftools annotate -c ID -a ../variation/dbsnp_138.vcf.gz -o /home/ec2-user/puppy/icgc_data/try1/real_deneme/work/vardict/1/tx/tmpYQGDby/ICGC-1_246138162_249250621-wdbsnp.vcf.gz -O z /home/ec2-user/puppy/icgc_data/try1/real_deneme/work/vardict/1/ICGC-1_246138162_249250621.vcf.gz | 0.216334 |
Traceback (most recent call last):
"./CTFd/__init__.py", line 11, in <module>
from CTFd.utils import cache, migrate, migrate_upgrade, migrate_stamp
"./CTFd/utils.py", line 21, in <module>
from flask_caching import Cache
ImportError: No module named flask_caching
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\extractor\common.py", line 440, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\extractor\facebook.py", line 422, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpbt_jbnlh\build\youtube_dl\extractor\facebook.py", line 337, in _extract_from_url
youtube_dl.utils.ExtractorError: Cannot parse data; please report this issue on https://yt-dl.org/bug . Make sure you are using the latest version; type
youtube-dl -U
to update. Be sure to call youtube-dl with the --verbose flag and include its complete output.
| 0.196766 |
Traceback (most recent call last):
"<string>", line 1, in <module>
"/tmp/pip-mexjgnop-build/setup.py", line 95, in <module>
cmdclass={'build': CustomBuild}
"/usr/lib/python3.6/distutils/core.py", line 148, in setup
dist.run_commands()
"/usr/lib/python3.6/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
"/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/usr/lib/python3/dist-packages/setuptools/command/install.py", line 61, in run
return orig.install.run(self)
"/usr/lib/python3.6/distutils/command/install.py", line 589, in run
self.run_command('build')
"/usr/lib/python3.6/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
"/usr/lib/python3.6/distutils/dist.py", line 974, in run_command
cmd_obj.run()
"/tmp/pip-mexjgnop-build/setup.py", line 50, in run
subprocess.check_call('make -j all resource', cwd=build_dir, shell=True)
"/usr/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'make -j all resource' returned non-zero exit status 2.
| Traceback (most recent call last):
"job_trigger.py", line 37, in <module>
myJob.retry()
"/usr/lib/python3.6/site-packages/gitlab/cli.py", line 42, in wrapped_f
return f(*args, **kwargs)
"/usr/lib/python3.6/site-packages/gitlab/exceptions.py", line 253, in wrapped_f
raise error(e.error_message, e.response_code, e.response_body)
gitlab.exceptions.GitlabJobRetryError: 404: b'{"error":"404 Not Found"}'`
| 0.2966 |
Traceback (most recent call last):
"/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity.py", line 199, in async_update_ha_state
"No entity id specified for entity {}".format(self.name))
homeassistant.exceptions.NoEntitySpecifiedError: No entity id specified for entity Gateway Light_34ce0091db83
| Traceback (most recent call last):
"lasagne_test.py", line 35, in <module>
train = theano.function(args, loss, updates = updates)
"/usr/local/lib/python2.7/site-packages/theano/compile/function.py", line 266, in function
profile=profile)
"/usr/local/lib/python2.7/site-packages/theano/compile/pfunc.py", line 511, in pfunc
on_unused_input=on_unused_input)
"/usr/local/lib/python2.7/site-packages/theano/compile/function_module.py", line 1465, in orig_function
on_unused_input=on_unused_input).create(
"/usr/local/lib/python2.7/site-packages/theano/compile/function_module.py", line 1133, in __init__
fgraph, additional_outputs = std_fgraph(inputs, outputs, accept_inplace)
"/usr/local/lib/python2.7/site-packages/theano/compile/function_module.py", line 141, in std_fgraph
fgraph = gof.fg.FunctionGraph(orig_inputs, orig_outputs)
"/usr/local/lib/python2.7/site-packages/theano/gof/fg.py", line 135, in __init__
self.__import_r__(outputs, reason="init")
"/usr/local/lib/python2.7/site-packages/theano/gof/fg.py", line 257, in __import_r__
self.__import__(apply_node, reason=reason)
"/usr/local/lib/python2.7/site-packages/theano/gof/fg.py", line 362, in __import__
r)theano.gof.fg.MissingInputError: ("An input of the graph, used to compute dot(input, W), was not provided and not given a value.Use the Theano flag exception_verbosity='high',for more information on this error.", input) | 0.319675 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 275, in start
self.scan_end_hook()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 456, in scan_end_hook
om.manager.end_output_plugins()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 149, in end_output_plugins
self.__end_output_plugins_impl()
"/usr/share/w3af/w3af/core/controllers/output_manager/manager.py", line 160, in __end_output_plugins_impl
o_plugin.end()
"/usr/share/w3af/w3af/plugins/output/html_file.py", line 172, in end
target_domain = cf.cf.get('target_domains')[0]IndexError: list index out of range | Traceback (most recent call last):
"sherlock.py", line 22, in <module>
from colorama import Fore, Style, init
ModuleNotFoundError: No module named 'colorama
| 0.154644 |
Traceback (most recent call last):
"/var/www/mycodo/mycodo/utils/influx.py", line 112, in read_last_influxdb
number = len(last_measurement['series'][0]['values'])
KeyError: 'series'
| Traceback (most recent call last):
"/usr/local/lib/python3.6/site-packages/logbook/handlers.py", line 216, in handle
self.emit(record)
"/usr/local/lib/python3.6/site-packages/dbt/logger.py", line 461, in emit
'too many messages received before initilization!'
AssertionError: too many messages received before initilization!
| 0.297742 |
Traceback (most recent call last):
"hotword.py", line 156, in <module
main()
"hotword.py", line 134, in main
Assistant._version_str_())
AttributeError: type object 'Assistant' has no attribute '_version_str_'
| Traceback (most recent call last):
"/home/victor/anaconda3/envs/lanenet/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1278, in _do_call
return fn(*args)
"/home/victor/anaconda3/envs/lanenet/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1263, in _run_fn
options, feed_dict, fetch_list, target_list, run_metadata)
"/home/victor/anaconda3/envs/lanenet/lib/python3.6/site-packages/tensorflow/python/client/session.py", line 1350, in _call_tf_sessionrun
run_metadata)
tensorflow.python.framework.errors_impl.DataLossError: Unable to open table file ./model/tusimple_lanenet/lanenet_model.pb: Data loss: not an sstable (bad magic number): perhaps your file is in a different file format and you need to use a different restore operator?
| 0.29575 |
Traceback (most recent call last):
"dill_load.py", line 4, in <module>
foo = dill.load(fh)
"/home/b/lib/python/dill-0.2.4-py2.6.egg/dill/dill.py", line 199, in load
obj = pik.load()
"/rel/lang/python/2.6.4-8/lib/python2.6/pickle.py", line 858, in load
dispatch[key](self)
"/rel/lang/python/2.6.4-8/lib/python2.6/pickle.py", line 1133, in load_reduce
value = func(*args)
"/home/b/lib/python/dill-0.2.4-py2.6.egg/dill/dill.py", line 678, in _import_module
return __import__(import_name)
ImportError: No module named foo | Traceback (most recent call last):
"/Scripts/SabScripts/nzbToSickBeard.py", line 131, in <module>
Logger.info("====================") # Seperate old from new log
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1021, in info
self._log(INFO, msg, args, **kwargs)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1129, in _log
self.handle(record)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1139, in handle
self.callHandlers(record)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 1176, in callHandlers
hdlr.handle(record)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 658, in handle
rv = self.filter(record)
"/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/logging/__init__.py", line 558, in filter
for f in self.filters:AttributeError: Rotating
Handler instance has no attribute 'filters' | 0.272128 |
Traceback (most recent call last):
"<stdin>", line 1, in <module>
"/usr/local/lib/python2.7/site-packages/twitter/api.py", line 266, in __call__
handle = urllib_request.urlopen(req, **kwargs)
"/usr/local/lib/python2.7/site-packages/twitter/api.py", line 299, in _handle_response
Get RESTful data by accessing members of this class. The resulttwitter.api.TwitterHTTPError: Twitter sent status 404 for URL: 1.1/tamtar/things-that-are-rad/members.json using parameters: (oauth_consumer_key=snip&oauth_nonce=snip&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1423428588&oauth_token=snip&oauth_version=1.0&oauth_signature=snip) | Traceback (most recent call last):
"./libs/chess/uci.py", line 724, in _info
pv.append(board.push_uci(token))
"./libs/chess/__init__.py", line 2361, in push_uci
move = self.parse_uci(uci)
"./libs/chess/**init**.py", line 2348, in parse_uci
raise ValueError("illegal uci: {0}".format(repr(uci)))ValueError: illegal uci: 'd6e4' | 0.235843 |
Traceback (most recent call last):
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 121, in worker
result = (True, func(*args, **kwds))
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\multiprocessing\pool.py", line 44, in mapstar
return list(map(*args))
"C:\Users\Admin\Desktop\Bentham_Dataset\handwritten-text-recognition-master\src\data\preproc.py", line 128, in preprocess
img = illumination_compensation(img)
"C:\Users\Admin\Desktop\Bentham_Dataset\handwritten-text-recognition-master\src\data\preproc.py", line 203, in illumination_compensation
estimate_light_distribution(width, height, erosion, cei, int_img)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\dispatcher.py", line 420, in _compile_for_args
raise e
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\dispatcher.py", line 353, in _compile_for_args
return self.compile(tuple(argtypes))
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler_lock.py", line 32, in _acquire_compile_lock
return func(*args, **kwargs)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\dispatcher.py", line 768, in compile
cres = self._compiler.compile(args, return_type)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\dispatcher.py", line 77, in compile
status, retval = self._compile_cached(args, return_type)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\dispatcher.py", line 91, in _compile_cached
retval = self._compile_core(args, return_type)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\dispatcher.py", line 109, in _compile_core
pipeline_class=self.pipeline_class)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler.py", line 528, in compile_extra
return pipeline.compile_extra(func)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler.py", line 326, in compile_extra
return self._compile_bytecode()
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler.py", line 385, in _compile_bytecode
return self._compile_core()
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler.py", line 365, in _compile_core
raise e
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler.py", line 356, in _compile_core
pm.run(self.state)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler_machinery.py", line 328, in run
raise patched_exception
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler_machinery.py", line 319, in run
self._runPass(idx, pass_inst, state)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler_lock.py", line 32, in _acquire_compile_lock
return func(*args, **kwargs)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler_machinery.py", line 281, in _runPass
mutated |= check(pss.run_pass, internal_state)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\compiler_machinery.py", line 268, in check
mangled = func(compiler_state)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\typed_passes.py", line 380, in run_pass
NativeLowering().run_pass(state) # TODO: Pull this out into the pipeline
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\typed_passes.py", line 325, in run_pass
lower.lower()
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\lowering.py", line 179, in lower
self.lower_normal_function(self.fndesc)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\lowering.py", line 220, in lower_normal_function
entry_block_tail = self.lower_function_body()
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\lowering.py", line 245, in lower_function_body
self.lower_block(block)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\lowering.py", line 260, in lower_block
self.lower_inst(inst)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\contextlib.py", line 130, in __exit__
self.gen.throw(type, value, traceback)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\errors.py", line 725, in new_error_context
six.reraise(type(newerr), newerr, tb)
"C:\Users\Admin\AppData\Local\Programs\Python\Python37\lib\site-packages\numba\six.py", line 669, in reraise
raise value
numba.errors.LoweringError: Failed in nopython mode pipeline (step: nopython mode backend)
| Traceback (most recent call last):
"/usr/local/Cellar/youtube-dl/2020.12.14/libexec/lib/python3.9/site-packages/youtube_dl/extractor/common.py", line 532, in extract
ie_result = self._real_extract(url)
"/usr/local/Cellar/youtube-dl/2020.12.14/libexec/lib/python3.9/site-packages/youtube_dl/extractor/viu.py", line 226, in _real_extract
stream_data = self._download_json(
KeyError: 'data'
| 0.238792 |
Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
"/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
"/usr/src/bitfinex/modules/MarketAnalysis.py", line 178, in update_market_thread
market_data.append(str(raw_data[i]['rate']))
UnboundLocalError: local variable 'raw_data' referenced before assignment
| ERROR (theano.gof.opt): Traceback (most recent call last):
"/usr/local/lib/python3.4/dist-packages/theano/gof/opt.py", line 1787, in process_node
replacements = lopt.transform(node)
"/usr/local/lib/python3.4/dist-packages/theano/gof/opt.py", line 1238, in transform
repl = opt.transform(node)
"/usr/local/lib/python3.4/dist-packages/theano/sandbox/cuda/dnn.py", line 2108, in local_conv_dnn
direction_hint=direction_hint)
"/usr/local/lib/python3.4/dist-packages/theano/sandbox/cuda/dnn.py", line 1153, in dnn_conv
desc_op.subsample)
"/usr/local/lib/python3.4/dist-packages/theano/sandbox/cuda/dnn.py", line 557, in get_out_shape
subsample)
"/usr/local/lib/python3.4/dist-packages/theano/tensor/nnet/abstract_conv2d.py", line 46, in get_conv_output_shape
bsize, imshp = image_shape[0], list(image_shape[2:])
"/usr/local/lib/python3.4/dist-packages/theano/tensor/var.py", line 545, in __iter__
for i in xrange(theano.tensor.basic.get_vector_length(self)):
"/usr/local/lib/python3.4/dist-packages/theano/tensor/basic.py", line 4262, in get_vector_length
raise ValueError("length not known: %s" % msg)ValueError: length not known: Subtensor{int64::} [id A] '' | 0.329447 |
Traceback (most recent call last):
"/home/osmc/flexget/lib/python3.4/site-packages/flexget/plugins/modify/torrent.py", line 61, in on_task_modify
entry['torrent_info_hash'] = torrent.info_hash
"/home/osmc/flexget/lib/python3.4/site-packages/flexget/utils/bittorrent.py", line 297, in info_hash
info_data = encode_dictionary(self.content['info'])
"/home/osmc/flexget/lib/python3.4/site-packages/flexget/utils/bittorrent.py", line 170, in encode_dictionary
items = list(data.items())
AttributeError: 'str' object has no attribute 'items'
| Traceback (most recent call last):
"/usr/share/pyload/module/database/DatabaseBackend.py", line 96, in processJob
self.result = self.f(*self.args, **self.kwargs)
"/usr/share/pyload/module/database/
Database.py", line 767, in updateLink
self.c.execute('UPDATE links SET url=?,name=?,size=?,status=?,error=?,package=? WHERE id=?', (f.url, f.name, f.size, f.status, f.error, str(f.packageid), str(f.id)))ProgrammingError: You must not use 8-bit bytestrings unless you use a text_factory that can interpret 8-bit bytestrings (like text_factory = str). It is highly recommended that you instead just switch your application to Unicode strings. | 0.206657 |
Traceback (most recent call last):
"getallvms.py", line 97, in <module>
main()
"getallvms.py", line 73, in main
port=int(args.port))
"/usr/local/lib/python2.7/dist-packages/pyVim/connect.py", line 663, in SmartConnect
sslContext)
"/usr/local/lib/python2.7/dist-packages/pyVim/connect.py", line 552, in __FindSupportedVersion
sslContext)
"/usr/local/lib/python2.7/dist-packages/pyVim/connect.py", line 472, in __GetServiceVersionDescription
tree = __GetElementTreeFromUrl(url, sslContext)
"/usr/local/lib/python2.7/dist-packages/pyVim/connect.py", line 440, in __GetElementTreeFromUrl
sock = requests.get(url)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 67, in get
return request('get', url, params=params, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/api.py", line 53, in request
return session.request(method=method, url=url, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 468, in request
resp = self.send(prep, *_send_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/sessions.py", line 576, in send
r = adapter.send(request, *_kwargs)
"/usr/local/lib/python2.7/dist-packages/requests/adapters.py", line 447, in send
raise SSLError(e, request=request)requests.exceptions.SSLError: [Errno 1] _ssl.c:510: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed | Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 625, in run
"calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt
DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| 0.27743 |
Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connection.py", line 169, in _new_conn
conn = connection.create_connection(
"/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 96, in create_connection
raise err
"/usr/lib/python3/dist-packages/urllib3/util/connection.py", line 86, in create_connection
sock.connect(sa)
"/usr/lib/python3/dist-packages/gevent/_socket3.py", line 407, in connect
raise error(err, strerror(err))
ConnectionRefusedError: [Errno 111] Connection refused
| Traceback (most recent call last):
"C:\Python27\Lib\site-packages\gooey\gooey\mockapplications\module_with_no_argparse.py", line 18, in <module>
main()
"C:\Python27\lib\site-packages\gooey-0.1.0-py2.7.egg\gooey\python_bindings\gooey_decorator.py", line 127, in inner
frame = BaseWindow(BodyPanel, build_spec, params)UnboundLocalError: local variable 'build_spec' referenced before assignment | 0.226693 |
Traceback (most recent call last):
"/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
"/usr/local/lib/python2.7/dist-packages/toil/lib/threading.py", line 73, in run
self.tryRun( )
"/usr/local/lib/python2.7/dist-packages/toil/lib/threading.py", line 79, in tryRun
super( ExceptionalThread, self ).run( )
"/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
"/usr/local/lib/python2.7/dist-packages/toil/jobStores/utils.py", line 203, in _writer
self.writeTo(writable)
"/usr/local/lib/python2.7/dist-packages/toil/jobStores/aws/jobStore.py", line 1171, in writeTo
version_id=info.version)
"/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1662, in get_contents_to_file
response_headers=response_headers)
"/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1494, in get_file
query_args=None)
"/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 1526, in _get_file_internal
override_num_retries=override_num_retries)
"/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 355, in open
override_num_retries=override_num_retries)
"/usr/local/lib/python2.7/dist-packages/boto/s3/key.py", line 315, in open_read
self.resp.reason, body)S3ResponseError: S3ResponseError: 403 Forbidden | Traceback (most recent call last):
"./installinstallmacos.py", line 528, in <module>
main()
"./installinstallmacos.py", line 427, in main
su_catalog_url = args.sucatalog_url
AttributeError: 'Namespace' object has no attribute 'sucatalog_url'``` | 0.161604 |
Traceback (most recent call last):
"scripts/prepro_feats.py", line 47, in <module>
from misc.resnet_utils import myResnet
ImportError: No module named misc.resnet_utils
| Traceback (most recent call last):
"/usr/local/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/common.py", line 169, in extract
return self._real_extract(url)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 845, in _real_extract
encrypted_sig, video_id, player_url, age_gate)
"/usr/local/bin/youtube-dl/youtube_dl/extractor/youtube.py", line 479, in _decrypt_signature
u'Automatic signature extraction failed: ' + tb, cause=e)ExtractorError: Automatic signature extraction failed: Traceback (most recent call last): | 0.209944 |
Traceback (most recent call last):
"<pyshell#6>", line 1, in <module>
api.iphone.location()
"C:\Users\User\Anaconda3\lib\site-packages\pyicloud\base.py", line 284, in iphone
return self.devices[0]
"C:\Users\User\Anaconda3\lib\site-packages\pyicloud\base.py", line 270, in devices
self.params
"C:\Users\User\Anaconda3\lib\site-packages\pyicloud\services\findmyiphone.py", line 28, in __init__
self.refresh_client()
"C:\Users\User\Anaconda3\lib\site-packages\pyicloud\services\findmyiphone.py", line 49, in refresh_client
self.response = req.json()
"C:\Users\User\Anaconda3\lib\site-packages\requests\models.py", line 802, in json
return json.loads(self.text, **kwargs)
"C:\Users\User\Anaconda3\lib\site-packages\simplejson\__init__.py", line 518, in loads
return _default_decoder.decode(s)
"C:\Users\User\Anaconda3\lib\site-packages\simplejson\decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
"C:\Users\User\Anaconda3\lib\site-packages\simplejson\decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0) | Traceback (most recent call last):
"C:\Users\Professional\AppData\Roaming\Sublime Text 3\Packages\ChannelManager\channel_utilities.py", line 58, in <module>
from PythonDebugTools.debug_tools import Debugger
ImportError: No module named 'PythonDebugTools'
| 0.274947 |
Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 609, in start_scan_wrap
real_scan_start()
"/usr/share/w3af/w3af/core/ui/gui/main.py", line 600, in real_scan_start
self.w3af.start()
"/usr/share/w3af/w3af/core/controllers/w3afCore.py", line 191, in start
self.strategy.start()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 96, in start
self._seed_discovery()
"/usr/share/w3af/w3af/core/controllers/core_helpers/strategy.py", line 423, in _seed_discovery
self._seed_producer.seed_output_queue(cf.cf.get('targets'))
"/usr/share/w3af/w3af/core/controllers/core_helpers/consumers/seed.py", line 104, in seed_output_queue
kb.kb.add_fuzzable_request(_seed)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 671, in add_fuzzable_request
self.add_url(fuzzable_request.get_url())
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 283, in decorated
return _method(self, *args, **kwargs)
"/usr/share/w3af/w3af/core/data/kb/knowledge_base.py", line 652, in add_url
return self.urls.add(url)AttributeError: 'DBKnowledgeBase' object has no attribute 'urls' | Traceback (most recent call last):
"/opt/openlibrary/deploys/openlibrary/openlibrary/infogami/utils/template.py", line 146, in saferender
result = t(*a, **kw)
"/opt/openlibrary/venv/local/lib/python2.7/site-packages/web/template.py", line 868, in __call__
return BaseTemplate.__call__(self, *a, **kw)
"/opt/openlibrary/venv/local/lib/python2.7/site-packages/web/template.py", line 781, in __call__
return self._join_output(out)
"/opt/openlibrary/venv/local/lib/python2.7/site-packages/web/template.py", line 787, in _join_output
for name, value in out:
"/opt/openlibrary/deploys/openlibrary/openlibrary/openlibrary/templates/type/author/view.html", line 246, in __template__
$ pages = (books.num_found / 100) + 1
TypeError: unsupported operand type(s) for /: 'instance' and 'int'
| 0.26592 |
Traceback (most recent call last):
"compare.py", line 129, in <module>
main(parse_arguments(sys.argv[1:]))
"compare.py", line 59, in main
emb = sess.run(embeddings, feed_dict=feed_dict)
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 767, in run
run_metadata_ptr)
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 965, in _run
feed_dict_string, options, run_metadata)
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1015, in _do_run
target_list, options, run_metadata)
"/usr/local/lib/python3.5/dist-packages/tensorflow/python/client/session.py", line 1035, in _do_call
raise type(e)(node_def, op, message)
tensorflow.python.framework.errors_impl.FailedPreconditionError: Attempting to use uninitialized value conv1_7x7/batch_norm/conv1_7x7/batch_norm/moments/moments_1/mean/ExponentialMovingAverage
| Traceback (most recent call last):
"/Users/tom/Dropbox/Code/Glue/glue/glue/app/qt/application.py", line 1174, in closeEvent
viewer.close(warn=False)
"/Users/tom/Dropbox/Code/Glue/glue/glue/viewers/common/qt/data_viewer.py", line 174, in close
self.toolbar.cleanup()
"/Users/tom/Dropbox/Code/Glue/glue/glue/viewers/common/qt/toolbar.py", line 178, in cleanup
self.active_tool = None
"/Users/tom/Dropbox/Code/Glue/glue/glue/viewers/common/qt/toolbar.py", line 60, in active_tool
self.deactivate_tool(old_tool)
"/Users/tom/Dropbox/Code/Glue/glue/glue/viewers/common/qt/toolbar.py", line 94, in deactivate_tool
tool.deactivate()
"/Users/tom/Dropbox/Code/Glue/glue/glue/viewers/table/qt/data_viewer.py", line 166, in deactivate
self.viewer.ui.table.setSelectionMode(QtWidgets.QAbstractItemView.NoSelection)
AttributeError: 'NoneType' object has no attribute 'ui'
| 0.30921 |
Traceback (most recent call last):
"c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\commands\install.py", line 342, in run
prefix=options.prefix_path,
"c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_set.py", line 784, in install
**kwargs
"c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\req\req_install.py", line 878, in install
spinner=spinner,
"c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\utils\__init__.py", line 676, in call_subprocess
line = console_to_str(proc.stdout.readline())
"c:\users\corniël\appdata\local\programs\python\python36\lib\site-packages\pip\compat\__init__.py", line 75, in console_to_str
return s.decode('utf_8')
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xeb in position 50: invalid continuation byte
| Traceback (most recent call last):
"C:\Users\Magdalena Szydlowska\Projects\golem\golem\monitor\transport\httptransport.py", line 17, in _post
r = requests.post(self.url, data=payload, headers=headers, timeout=self.timeout)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\requests\api.py", line 110, in post
return request('post', url, data=data, json=json, **kwargs)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\requests\api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\requests\sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\requests\sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
"C:\Users\Magdalena Szydlowska\Projects\golem-env\lib\site-packages\requests\adapters.py", line 473, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
| 0.314542 |
Traceback (most recent call last):
"/usr/lib/python3.6/logging/handlers.py", line 936, in emit
self.socket.send(msg)
OSError: [Errno 9] Bad file descriptor
|
Traceback (most recent call last):
"C:\Miniconda3\lib\site-packages\urllib3\connectionpool.py", line 672, in urlopen
chunked=chunked,
"C:\Miniconda3\lib\site-packages\urllib3\connectionpool.py", line 376, in _make_request
self._validate_conn(conn)
"C:\Miniconda3\lib\site-packages\urllib3\connectionpool.py", line 994, in _validate_conn
conn.connect()
"C:\Miniconda3\lib\site-packages\urllib3\connection.py", line 334, in connect
conn = self._new_conn()
"C:\Miniconda3\lib\site-packages\urllib3\connection.py", line 169, in _new_conn
self, "Failed to establish a new connection: %s" % e
urllib3.exceptions.NewConnectionError: <urllib3.connection.VerifiedHTTPSConnection object at 0x000001AD90D23F60>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed
| 0.227838 |
Traceback (most recent call last):
"tools/train.py", line 166, in <module>
main()
"tools/train.py", line 162, in main
meta=meta)
"/opt/conda/lib/python3.7/site-packages/mmdet/apis/train.py", line 150, in train_detector
runner.run(data_loaders, cfg.workflow, cfg.total_epochs)
"/opt/conda/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 125, in run
epoch_runner(data_loaders[i], **kwargs)
"/opt/conda/lib/python3.7/site-packages/mmcv/runner/epoch_based_runner.py", line 47, in train
for i, data_batch in enumerate(self.data_loader):
"/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 363, in __next__
data = self._next_data()
"/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 989, in _next_data
return self._process_data(data)
"/opt/conda/lib/python3.7/site-packages/torch/utils/data/dataloader.py", line 1014, in _process_data
data.reraise()
"/opt/conda/lib/python3.7/site-packages/torch/_utils.py", line 395, in reraise
raise self.exc_type(msg)
KeyError: Caught KeyError in DataLoader worker process 0.
| Traceback (most recent call last):
".\run_ruby_test.py", line 153, in append_data
".\encodings\utf_8.py", line 16, in decodeUnicodeDecodeError: 'utf8' codec can't decode byte 0x8d in position 0: unexpected code byte | 0.275198 |
Traceback (most recent call last):
"d:\tool\python\38\lib\runpy.py", line 192, in _run_module_as_main
return _run_code(code, main_globals, None,
"d:\tool\python\38\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"d:\tool\python\38\Scripts\flask.exe\__main__.py", line 9, in <module>
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 906, in main
cli.main(args=args, prog_name=name)
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 569, in main
return super(FlaskGroup, self).main(*args, **kwargs)
"d:\tool\python\38\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
"d:\tool\python\38\lib\site-packages\click\core.py", line 1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
"d:\tool\python\38\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
"d:\tool\python\38\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
"d:\tool\python\38\lib\site-packages\click\decorators.py", line 64, in new_func
return ctx.invoke(f, obj, *args, **kwargs)
"d:\tool\python\38\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 779, in run_command
app = DispatchingApp(info.load_app, use_eager_loading=eager_loading)
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 300, in __init__
self._load_unlocked()
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 324, in _load_unlocked
self._app = rv = self.loader()
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 381, in load_app
app = locate_app(self, import_name, name)
"d:\tool\python\38\lib\site-packages\flask\cli.py", line 236, in locate_app
__import__(module_name)
"D:\flask_test.py", line 3, in <module>
app = Flask(__name__)
"d:\tool\python\38\lib\site-packages\flask\app.py", line 559, in __init__
self.add_url_rule(
"d:\tool\python\38\lib\site-packages\flask\app.py", line 67, in wrapper_func
return f(self, *args, **kwargs)
"d:\tool\python\38\lib\site-packages\flask\app.py", line 1217, in add_url_rule
self.url_map.add(rule)
"d:\tool\python\38\lib\site-packages\werkzeug\routing.py", line 1388, in add
rule.bind(self)
"d:\tool\python\38\lib\site-packages\werkzeug\routing.py", line 730, in bind
self.compile()
"d:\tool\python\38\lib\site-packages\werkzeug\routing.py", line 794, in compile
self._build = self._compile_builder(False).__get__(self, None)
"d:\tool\python\38\lib\site-packages\werkzeug\routing.py", line 951, in _compile_builder
code = compile(module, "<werkzeug routing>", "exec")
TypeError: required field "type_ignores" missing from Module
| Traceback (most recent call last):
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 601, in urlopen
chunked=chunked)
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 389, in _make_request
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
"/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 309, in _raise_timeout
raise ReadTimeoutError(self, url, "Read timed out. (read timeout=%s)" % timeout_value)
urllib3.exceptions.ReadTimeoutError: HTTPConnectionPool(host='127.0.0.1', port=8500): Read timed out. (read timeout=3.3333333333333335)
| 0.297426 |
Traceback (most recent call last):
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pandas-0.11.0.dev_b0ee363-py3.3-macosx-10.6-intel.egg/pandas/io/tests/test_yahoo.py", line 87, in test_get_data
dfi = web.get_components_yahoo('^DJI')
"/Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/pandas-0.11.0.dev_b0ee363-py3.3-macosx-10.6-intel.egg/pandas/io/data.py", line 245, in get_components_yahoo
strip('"').split('"\r\n"'))TypeError: Type str doesn't support the buffer API | Traceback (most recent call last):
"/usr/share/w3af/w3af/core/ui/gui/tabs/exploit/exploit_all.py", line 167, in _launch_exploit_all
exploit.exploit()
"/usr/share/w3af/w3af/core/controllers/plugins/attack_plugin.py", line 198, in exploit
s = self._generate_shell(vuln)
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 77, in _generate_shell
if self._verify_vuln(vuln_obj):
"/usr/share/w3af/w3af/plugins/attack/sqlmap.py", line 106, in _verify_vuln
if sqlmap.is_vulnerable():
"/usr/share/w3af/w3af/plugins/attack/db/sqlmap_wrapper.py", line 98, in is_vulnerable
raise NotImplementedError(fmt % (full_command, stdout))NotImplementedError: Unexpected answer found in sqlmap output for command "python sqlmap.py --batch --disable-coloring --proxy=http://127.0.0.1:47596/ --batch --url=http://domain/wp-login.php?redirect_to=http://domain/wp-admin/post.php?action=edit&post=&reauth=1": " | 0.302207 |
Traceback (most recent call last):
"bin/docker-compose", line 3, in <module>
"compose/cli/main.py", line 67, in main
"compose/cli/main.py", line 123, in perform_command
"compose/cli/command.py", line 69, in project_from_options
"compose/cli/command.py", line 125, in get_project
"compose/cli/command.py", line 184, in get_project_name
"posixpath.py", line 383, in abspath
NotFoundError: [Errno 2] No such file or directory
| Traceback (most recent call last):
"<input>", line 1, in ?TypeError: function takes at least 1 argument (0 given) | 0.145868 |
Traceback (most recent call last):
"/home/troy/BUDDIES/lib/python3.4/site-packages/requests/adapters.py", line 370, in send
timeout=timeout
"/home/troy/BUDDIES/lib/python3.4/site-packages/requests/packages/urllib3/connectionpool.py", line 597, in urlopen
_stacktrace=sys.exc_info()[2])
"/home/troy/BUDDIES/lib/python3.4/site-packages/requests/packages/urllib3/util/retry.py", line 271, in increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))requests.packages.urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.twitter.com', port=443): Max retries exceeded with url: /1.1/statuses/update.json (Caused by ConnectTimeoutError(<requests.packages.urllib3.connection.VerifiedHTTPSConnection object at 0x7f031cdf7908>, 'Connection to api.twitter.com timed out. (connect timeout=5)')) | Traceback (most recent call last):
"sqlmap.py", line 100, in main
start()
"lib/controller/controller.py", line 375, in start
setupTargetEnv()
"lib/core/target.py", line 697, in setupTargetEnv
_createTargetDirs()
"lib/core/target.py", line 629, in _createTargetDirs
warnMsg += "Using temporary directory '%s' instead" % tempDirUnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 36: ordinal not in range(128) | 0.251058 |
Traceback (most recent call last):
"/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
"/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run
self._target(_self._args, *_self._kwargs)
"/usr/lib/python2.7/site-packages/wok/plugins/kimchi/vnc.py", line 52, in start_proxy
server = WebSocketProxy(**params)
"/usr/lib/python2.7/site-packages/websockify-0.7.0-py2.7.egg/websockify/websocketproxy.py", line 250, in __init__
websocket.WebSocketServer.**init**(self, RequestHandlerClass, _args, *_kwargs)TypeError: **init**() got an unexpected keyword argument 'target_cfg' | Traceback (most recent call last):
"site-packages\calibre\customize\ui.py", line 172, in _run_filetype_plugins
"calibre_plugins.dedrm.__init__", line 625, in run
"calibre_plugins.dedrm.__init__", line 575, in KindleMobiDecrypt
DeDRMError: DeDRM v6.8.0: Ultimately failed to decrypt after 0.1 seconds. Read the FAQs at Harper's repository: https://github.com/apprenticeharper/DeDRM_tools/blob/master/FAQs.md
| 0.180415 |
`Traceback (most recent call last):
"/root/subsync/bin/ffsubsync", line 8, in <module>
sys.exit(main())
"/root/subsync/lib/python3.6/site-packages/ffsubsync/ffsubsync.py", line 261, in main
return run(args)
"/root/subsync/lib/python3.6/site-packages/ffsubsync/ffsubsync.py", line 117, in run
for scale_factor in framerate_ratios
"/root/subsync/lib/python3.6/site-packages/ffsubsync/ffsubsync.py", line 117, in <listcomp>
for scale_factor in framerate_ratios
"/root/subsync/lib/python3.6/site-packages/ffsubsync/sklearn_shim.py", line 212, in fit
Xt, fit_params = self._fit(X, y, **fit_params)
"/root/subsync/lib/python3.6/site-packages/ffsubsync/sklearn_shim.py", line 177, in _fit
**fit_params_steps[name])
"/root/subsync/lib/python3.6/site-packages/ffsubsync/sklearn_shim.py", line 368, in _fit_transform_one
res = transformer.fit_transform(X, y, **fit_params)
"/root/subsync/lib/python3.6/site-packages/ffsubsync/sklearn_shim.py", line 40, in fit_transform
return self.fit(X, **fit_params).transform(X)
"/root/subsync/lib/python3.6/site-packages/ffsubsync/subtitle_parser.py", line 107, in fit
raise exc
"/root/subsync/lib/python3.6/site-packages/ffsubsync/subtitle_parser.py", line 96, in fit
start_seconds=self.start_seconds),
"/root/subsync/lib/python3.6/site-packages/ffsubsync/subtitle_parser.py", line 44, in _preprocess_subs
next_sub = GenericSubtitle.wrap_inner_subtitle(next(subs))
"/root/subsync/lib/python3.6/site-packages/srt.py", line 362, in parse
_raise_if_not_contiguous(srt, expected_start, len(srt))
"/root/subsync/lib/python3.6/site-packages/srt.py", line 387, in _raise_if_not_contiguous
raise SRTParseError(expected_start, actual_start, unmatched_content)
srt.SRTParseError: Expected contiguous start of match or end of input at char 0, but started at char 60576`
| Traceback (most recent call last):
"conv_net_sentence.py", line 327, in <module>
dropout_rate=[0.5],img_w=wordim)
"conv_net_sentence.py", line 170, in train_conv_net
cost_epoch = train_model(minibatch_index)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 606, in __call__
storage_map=self.fn.storage_map)
"/usr/local/lib/python2.7/dist-packages/theano/compile/function_module.py", line 595, in __call__
outputs = self.fn()ValueError: y_i >= dx dimensions[1] | 0.287523 |
Traceback (most recent call last):
"/usr/lib64/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
TypeError: test_verification_w_confdir() missing 1 required positional argument: 'tdata'
| Traceback (most recent call last):
"/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 617, in urlopen
chunked=chunked)
"/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 360, in _make_request
self._validate_conn(conn)
"/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 857, in _validate_conn
super(HTTPSConnectionPool, self)._validate_conn(conn)
"/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connectionpool.py", line 289, in _validate_conn
conn.connect()
"/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/connection.py", line 284, in connect
conn = self._new_conn()
"/usr/lib/python3.6/site-packages/telegram/vendor/ptb_urllib3/urllib3/contrib/socks.py", line 109, in _new_conn
"Failed to establish a new connection: %s" % error
telegram.vendor.ptb_urllib3.urllib3.exceptions.NewConnectionError: <telegram.vendor.ptb_urllib3.urllib3.contrib.socks.SOCKSHTTPSConnection object at 0x7faeb4db38>: Failed to establish a new connection: 0x04: Host unreachable
| 0.254179 |
Traceback (most recent call last):
"/usr/lib64/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 694, in extract_info
ie_result = ie.extract(url)
"/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 356, in extract
return self._real_extract(url)
"/usr/lib64/python3.5/site-packages/youtube_dl/extractor/bandcamp.py", line 87, in _real_extract
r'(?sm)items: (.*?),$', download_webpage, 'items'), video_id)
"/usr/lib64/python3.5/site-packages/youtube_dl/extractor/common.py", line 659, in _search_regex
raise RegexNotFoundError('Unable to extract %s' % _name)youtube_dl.utils.RegexNotFoundError: Unable to extract items; 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):
"/tmp/buildd/paramiko-1.16.0/tests/test_sftp.py", line 735, in test_O_getcwd
self.assertEqual(None, sftp.getcwd())AssertionError: None != u'/' | 0.250728 |
Traceback (most recent call last):
"/Library/Python/2.7/site-packages/awscli/clidriver.py", line 200, in main
return command_table[parsed_args.command](remaining, parsed_args)
"/Library/Python/2.7/site-packages/awscli/clidriver.py", line 338, in __call__
return command_table[parsed_args.operation](remaining, parsed_globals)
"/Library/Python/2.7/site-packages/awscli/clidriver.py", line 508, in __call__
call_parameters, parsed_globals)
"/Library/Python/2.7/site-packages/awscli/clidriver.py", line 627, in invoke
client, operation_name, parameters, parsed_globals)
"/Library/Python/2.7/site-packages/awscli/clidriver.py", line 639, in _make_client_call
**parameters)
"/Library/Python/2.7/site-packages/botocore/client.py", line 253, in _api_call
return self._make_api_call(operation_name, kwargs)
"/Library/Python/2.7/site-packages/botocore/client.py", line 557, in _make_api_call
raise error_class(parsed_response, operation_name)
ClientError: An error occurred (InvalidParameterValue) when calling the ReplaceIamInstanceProfileAssociation operation: Invalid value for associationId.
| ec2-**_******.eu-west-1.compute.amazonaws.com | FAILED => Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/ansible/runner/**init**.py", line 561, in _executor
exec_rc = self._executor_internal(host, new_stdin)
"/usr/lib/pymodules/python2.7/ansible/runner/__init__.py", line 666, in _executor_internal
return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)
"/usr/lib/pymodules/python2.7/ansible/runner/__init__.py", line 837, in _executor_internal_inner
conn = self.connector.connect(actual_host, actual_port, actual_user, actual_pass, actual_transport, actual_private_key_file)
"/usr/lib/pymodules/python2.7/ansible/runner/connection.py", line 34, in connect
self.active = conn.connect()
"/usr/lib/pymodules/python2.7/ansible/runner/connection_plugins/winrm.py", line 132, in connect
self.protocol = self._winrm_connect()
"/usr/lib/pymodules/python2.7/ansible/runner/connection_plugins/winrm.py", line 90, in _winrm_connect
err_msg = str(exc.args[0])IndexError: tuple index out of range | 0.282206 |
Traceback (most recent call last):
"/bin/intelmqctl", line 11, in <module>
load_entry_point('intelmq==2.0.1', 'console_scripts', 'intelmqctl')()
"/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 1710, in main
return x.run()
"/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 948, in run
retval, results = args.func(**args_dict)
"/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 955, in bot_run
return self.bot_process_manager.bot_run(**kwargs), None
"/usr/lib/python3.6/site-packages/intelmq/bin/intelmqctl.py", line 162, in bot_run
loglevel=loglevel)
"/usr/lib/python3.6/site-packages/intelmq/lib/bot_debugger.py", line 60, in __init__
self._process(dryrun, msg, show)
"/usr/lib/python3.6/site-packages/intelmq/lib/bot_debugger.py", line 142, in _process
self.instance.process()
"/usr/lib/python3.6/site-packages/intelmq/bots/experts/filter/expert.py", line 125, in process
path_permissive=True)
TypeError: <lambda>() got an unexpected keyword argument 'path_permissive'
| Traceback (most recent call last):
"/usr/local/bin/jrnl", line 9, in <module>
load_entry_point('jrnl==1.7.18', 'console_scripts', 'jrnl')()
"/usr/local/lib/python2.7/dist-packages/jrnl/cli.py", line 120, in run
config = install.install_jrnl(CONFIG_PATH)
"/usr/local/lib/python2.7/dist-packages/jrnl/install.py", line 84, in install_jrnl
open(default_config['journals']['default'], 'a').close()
# Touch to make sure it's thereIOError: [Errno 2] No such file or directory: '/home/me/journal/journal.txt' | 0.319604 |
Traceback (most recent call last):
"/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
"/usr/lib/python3.5/threading.py", line 862, in run
self._target(*self._args, **self._kwargs)
"/usr/local/lib/python3.5/dist-packages/keras/engine/training.py", line 612, in data_generator_task
generator_output = next(self._generator)
"/media/y/2T/wangxingli/TT100K/ssd_keras/data_generator/object_detection_2d_data_generator.py", line 1136, in generate
"must be homogenous in size along all axes.")
data_generator.object_detection_2d_data_generator.DegenerateBatchError: You produced an empty batch. This might be because the images in the batch vary in their size and/or number of channels. Note that after all transformations (if any were given) have been applied to all images in the batch, all images must be homogenous in size along all axes.
| Traceback (most recent call last):
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 801, in __bootstrap_inner
self.run()
"D:\tools\XX-Net-3.7.9\code\default\python27\1.0\lib\threading.py", line 754, in run
self.__target(*self.__args, **self.__kwargs)
"D:\tools\XX-Net-3.7.9\code\default\gae_proxy\local\google_ip.py", line 652, in scan_ip_worker
xlog.exception("google_ip.runJob fail:%r", e)
AttributeError: 'NoneType' object has no attribute 'exception'
| 0.269254 |
Traceback (most recent call last):
"/srv/handlers/base_handler.py", line 271, in dispatch_request
return super(Handler, self).dispatch_request(*args, **kwargs)
"/env/lib/python3.7/site-packages/flask/views.py", line 163, in dispatch_request
return meth(*args, **kwargs)
"/srv/libs/handler.py", line 369, in wrapper
response = make_response(func(self))
"/srv/libs/handler.py", line 438, in wrapper
return func(self, *args, **kwargs)
"/srv/libs/handler.py", line 316, in wrapper
return func(self, testcase)
"/srv/handlers/testcase_detail/create_issue.py", line 60, in post
self.create_issue(testcase, severity, cc_me)
"/srv/handlers/testcase_detail/create_issue.py", line 47, in create_issue
additional_ccs=additional_ccs)
"/srv/libs/issue_management/issue_filer.py", line 411, in file_issue
issue.save()
"/srv/libs/issue_management/monorail/__init__.py", line 162, in save
self._monorail_issue.save(send_email=notify)
"/srv/libs/issue_management/monorail/issue.py", line 279, in save
self.itm.save(self, send_email)
"/srv/libs/issue_management/monorail/issue_tracker_manager.py", line 174, in save
self._create(issue)
"/srv/libs/issue_management/monorail/issue_tracker_manager.py", line 194, in _create
projectId=self.project_name, sendEmail=send_email, body=body))
"python/base/retry.py", line 88, in _wrapper
result = func(*args, **kwargs)
"/srv/libs/issue_management/monorail/issue_tracker_manager.py", line 147, in _execute_with_retry
return query.execute()
"third_party/googleapiclient/_helpers.py", line 134, in positional_wrapper
return wrapped(*args, **kwargs)
"third_party/googleapiclient/http.py", line 907, in execute
raise HttpError(resp, content, uri=self.uri)
googleapiclient.errors.HttpError: <HttpError 400 when requesting https://monorail-prod.appspot.com/_ah/api/monorail/v1/projects/chromium/issues?sendEmail=true&alt=json returned "Pri field is required.">
| Traceback (most recent call last):
"/var/mycodo-root/env/lib/python3.5/site-packages/rpyc/core/protocol.py", line 347, in _dispatch_request
res = self._HANDLERS[handler](self, *args)
"/var/mycodo-root/env/lib/python3.5/site-packages/rpyc/core/protocol.py", line 624, in _handle_call
return self._local_objects[oid](*args, **dict(kwargs))
"/var/mycodo-root/mycodo/mycodo_daemon.py", line 216, in exposed_relay_sec_currently_on
return mycodo.controller['Output'].relay_sec_currently_on(relay_id)
AttributeError: 'OutputController' object has no attribute 'relay_sec_currently_on'
| 0.327522 |
Traceback (most recent call last):
"/Dedicated/jmichaelson-wdata/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 21, in run
_do_run(cmd, checks, log_stdout)
"/Dedicated/jmichaelson-wdata/bcbio/anaconda/lib/python2.7/site-packages/bcbio/provenance/do.py", line 95, in _do_run
raise subprocess.CalledProcessError(exitcode, error_msg)CalledProcessError: Command 'set -o pipefail; unset R_HOME && export PATH=/Dedicated/jmichaelson-wdata/bcbio/anaconda/bin:$PATH && /Dedicated/jmichaelson-wdata/bcbio/anaconda/bin/cnvkit.py segment -o /Dedicated/jmichaelson-sdata/SLI_WGS/batch10/fq/sample_51/structural/sample51/cnvkit/raw/tx/tmpLVW5Ul/sample51-sort.cns /Dedicated/jmichaelson-sdata/SLI_WGS/batch10/fq/sample_51/structural/sample51/cnvkit/raw/sample51-sort.cnr -v /Dedicated/jmichaelson-sdata/SLI_WGS/batch10/fq/sample_51/freebayes/sample51-effects-filter-sample51.vcf.gz --threshold 0.00001 |
Traceback (most recent call last):
"c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\spotdl\downloader.py", line 208, in _download_list
track_dl.download_single()
"c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\spotdl\downloader.py", line 119, in download_single
return self._download_single(songname)
"c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\spotdl\downloader.py", line 127, in _download_single
if youtube_tools.download_song(input_song, self.content):
"c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\spotdl\youtube_tools.py", line 175, in download_song
link.download(filepath=filepath)
"c:\users\dino\appdata\local\programs\python\python37\lib\site-packages\pafy\backend_shared.py", line 601, in download
response = g.opener.open(self.url)
"c:\users\dino\appdata\local\programs\python\python37\lib\urllib\request.py", line 531, in open
response = meth(req, response)
"c:\users\dino\appdata\local\programs\python\python37\lib\urllib\request.py", line 641, in http_response
'http', request, response, code, msg, hdrs)
"c:\users\dino\appdata\local\programs\python\python37\lib\urllib\request.py", line 569, in error
return self._call_chain(*args)
"c:\users\dino\appdata\local\programs\python\python37\lib\urllib\request.py", line 503, in _call_chain
result = func(*args)
"c:\users\dino\appdata\local\programs\python\python37\lib\urllib\request.py", line 649, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 403: Forbidden
| 0.206209 |
Traceback (most recent call last):
"/Users/ijstokes/anaconda/bin/conda-inspect", line 3, in <module>
from conda_build.main_inspect import main
"/Users/ijstokes/anaconda/lib/python2.7/site-packages/conda_build/main_inspect.py", line 23, in <module>
from conda.cli.install import check_installImportError: cannot import name check_install | Traceback (most recent call last):
"/home/hobot/hangoutsbot/hangupsbot/commands/__init__.py", line 436, in run
results = yield from func(bot, event, *args, **kwds)
"/home/hobot/hangoutsbot/hangupsbot/plugins/slackrtm/commands_hangouts.py", line 199, in slack_syncto
slackrtm.config_syncto(channelid, event.conv.id_, honame)
"/home/hobot/hangoutsbot/hangupsbot/plugins/slackrtm/core.py", line 566, in config_syncto
sync = SlackRTMSync(self.bot, channel, hangoutid, shortname, self.get_teamname())
"/home/hobot/hangoutsbot/hangupsbot/plugins/slackrtm/core.py", line 212, in __init__
self._bridgeinstance = BridgeInstance(hangoutsbot, "slackrtm", extra_metadata = handler_metadata)
"/home/hobot/hangoutsbot/hangupsbot/webbridge/__init__.py", line 60, in __init__
self._handler_repeat = plugins.register_handler(self._repeat, type="allmessages", extra_metadata=extra_metadata)
"/home/hobot/hangoutsbot/hangupsbot/plugins/__init__.py", line 215, in register_handler
return bot_handlers.register_handler(function, type, priority, extra_metadata=extra_metadata)
"/home/hobot/hangoutsbot/hangupsbot/handlers.py", line 66, in register_handler
_handler = asyncio.coroutine(_handler)
"/usr/lib/python3.4/asyncio/coroutines.py", line 160, in coroutine
wrapper._is_coroutine = True
# For iscoroutinefunction().
AttributeError: 'method' object has no attribute '_is_coroutine'
| 0.253519 |
Traceback (most recent call last):
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/tornado/ioloop.py", line 743, in _run_callback
ret = callback()
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 542, in <lambda>
self.io_loop.add_callback(lambda : self._handle_events(self.socket, 0))
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 456, in _handle_events
self._handle_recv()
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 486, in _handle_recv
self._run_callback(callback, msg)
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/zmq/eventloop/zmqstream.py", line 438, in _run_callback
callback(*args, **kwargs)
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/jupyter_client/threaded.py", line 92, in _handle_recv
msg = self.session.deserialize(smsg)
"/Users/paolofracas/anaconda3/lib/python3.7/site-packages/jupyter_client/session.py", line 927, in deserialize
raise ValueError("Duplicate Signature: %r" % signature)ValueError: Duplicate Signature: b'2611739bc902ef83f8ad959eaea7cdd9ded60b27a2e6a9baa5bb48387b91c79f' | Traceback (most recent call last):
"/Users/davidharris/anaconda/bin/conda", line 6, in <module>
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 139, in main
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/cli/main.py", line 146, in args_func
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/cli/main_update.py", line 64, in execute
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/cli/install.py", line 424, in install
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/plan.py", line 539, in execute_actions
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 149, in execute_instructions
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 92, in LINK_CMD
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/instructions.py", line 88, in link
"/Users/davidharris/anaconda/lib/python2.7/site-packages/conda/install.py", line 634, in link
"/Users/davidharris/anaconda/lib/python2.7/os.py", line 157, in makedirs
mkdir(name, mode)OSError: [Errno 13] Permission denied: '/Users/davidharris/anaconda/lib/python2.7/site-packages/numpy/distutils/tests/f2py_ext' | 0.260509 |
Traceback (most recent call last):
"C:\Python38\lib\site-packages\TikTokApi\tiktok.py", line 48, in getData
return r.json()
"C:\Python38\lib\site-packages\requests\models.py", line 898, in json
return complexjson.loads(self.text, **kwargs)
"C:\Python38\lib\json\__init__.py", line 357, in loads
return _default_decoder.decode(s)
"C:\Python38\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
"C:\Python38\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
| Traceback (most recent call last):
"F:/expression/InterFaceGAN-master/edit.py", line 112, in <module>
main()
"F:/expression/InterFaceGAN-master/edit.py", line 98, in main
outputs = model.easy_synthesize(interpolations_batch)
"F:\expression\InterFaceGAN-master\models\base_generator.py", line 230, in easy_synthesize
outputs = self.synthesize(latent_codes, **kwargs)
"F:\expression\InterFaceGAN-master\models\pggan_generator.py", line 117, in synthesize
images = self.model(zs)
"E:\Users\Raytine\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"F:\expression\InterFaceGAN-master\models\pggan_generator_model.py", line 127, in forward
return super().forward(x)
"E:\Users\Raytine\Anaconda3\lib\site-packages\torch\nn\modules\container.py", line 91, in forward
input = module(input)
"E:\Users\Raytine\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"F:\expression\InterFaceGAN-master\models\pggan_generator_model.py", line 243, in forward
x = self.conv(x)
"E:\Users\Raytine\Anaconda3\lib\site-packages\torch\nn\modules\module.py", line 477, in __call__
result = self.forward(*input, **kwargs)
"E:\Users\Raytine\Anaconda3\lib\site-packages\torch\nn\modules\conv.py", line 301, in forward
self.padding, self.dilation, self.groups)
RuntimeError: Given groups=1, weight of size [16, 16, 3, 3], expected input[4, 512, 1, 1] to have 16 channels, but got 512 channels instead
| 0.315493 |
Traceback (most recent call last):
"/usr/lib64/python3.4/runpy.py", line 170, in _run_module_as_main
"__main__", mod_spec)
"/usr/lib64/python3.4/runpy.py", line 85, in _run_code
exec(code, run_globals)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/__main__.py", line 19, in <module>
youtube_dl.main()
"/home/kagami/code/tmp/youtube-dl/youtube_dl/__init__.py", line 419, in main
_real_main(argv)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/__init__.py", line 409, in _real_main
retcode = ydl.download(all_urls)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/YoutubeDL.py", line 1732, in download
url, force_generic_extractor=self.params.get('force_generic_extractor', False))
"/home/kagami/code/tmp/youtube-dl/youtube_dl/YoutubeDL.py", line 673, in extract_info
ie_result = ie.extract(url)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/extractor/common.py", line 341, in extract
return self._real_extract(url)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/extractor/vlive.py", line 46, in _real_extract
headers={'Referer': url})
"/home/kagami/code/tmp/youtube-dl/youtube_dl/extractor/common.py", line 533, in _download_json
encoding=encoding, data=data, headers=headers, query=query)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/extractor/common.py", line 501, in _download_webpage
res = self._download_webpage_handle(url_or_request, video_id, note, errnote, fatal, encoding=encoding, data=data, headers=headers, query=query)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/extractor/common.py", line 408, in _download_webpage_handle
urlh = self._request_webpage(url_or_request, video_id, note, errnote, fatal, data=data, headers=headers, query=query)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/extractor/common.py", line 388, in _request_webpage
return self._downloader.urlopen(url_or_request)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/YoutubeDL.py", line 1942, in urlopen
return self._opener.open(req, timeout=self._socket_timeout)
"/usr/lib64/python3.4/urllib/request.py", line 463, in open
response = self._open(req, data)
"/usr/lib64/python3.4/urllib/request.py", line 481, in _open
'_open', req)
"/usr/lib64/python3.4/urllib/request.py", line 441, in _call_chain
result = func(*args)
"/home/kagami/code/tmp/youtube-dl/youtube_dl/utils.py", line 750, in http_open
req)
"/usr/lib64/python3.4/urllib/request.py", line 1182, in do_open
h.request(req.get_method(), req.selector, req.data, headers)
"/usr/lib64/python3.4/http/client.py", line 1088, in request
self._send_request(method, url, body, headers)
"/usr/lib64/python3.4/http/client.py", line 1121, in _send_request
self.putheader(hdr, value)
"/usr/lib64/python3.4/http/client.py", line 1064, in putheader
values[i] = one_value.encode('latin-1')UnicodeEncodeError: 'latin-1' codec can't encode characters in position 31-34: ordinal not in range(256) | Traceback (most recent call last):
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/packages/urllib3/connection.py", line 141, in _new_conn
(self.host, self.port), self.timeout, **extra_kw)
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 83, in create_connection
raise err
"/srv/homeassistant/homeassistant_venv/lib/python3.4/site-packages/requests/packages/urllib3/util/connection.py", line 73, in create_connection
sock.connect(sa)
OSError: [Errno 113] No route to host
| 0.306168 |
Traceback (most recent call last):
"/usr/lib/pymodules/python2.7/nose/case.py", line 186, in runTest
self.test(*self.arg)
"/home/local/lamueller/checkout/scikit-learn/sklearn/tests/test_common.py", line 167, in test_transformers
X_pred2 = trans.transform(X, y_)
"/home/local/lamueller/checkout/scikit-learn/sklearn/pls.py", line 372, in transform
x_scores = np.dot(Xc, self.x_rotations_)AttributeError: 'CCA' object has no attribute 'x_rotations_' | Traceback (most recent call last):
"/home/codesci/venv/bin/rainbowstream", line 7, in <module>
from rainbowstream.rainbow import fly
"/home/codesci/venv/lib/python3.2/site-packages/rainbowstream/rainbow.py", line 1437
usage += s + grey(u'\u266A' + ' Discover the world \n')
^SyntaxError: invalid syntax | 0.155246 |
Traceback (most recent call last):
"/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/pool.py", line 259, in run
sys.exit(self.workloop())
"/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/pool.py", line 305, in workloop
req = wait_for_job()
"/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/pool.py", line 398, in receive
ready, req = _receive(1.0)
"/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/pool.py", line 369, in _recv
return True, loads(get_payload())
"/home/ionel/projects/celery-bug-1316/.ve/local/lib/python2.7/site-packages/billiard/common.py", line 64, in pickle_loads
return load(BytesIO(s))UnpicklingError: invalid load key, '?'. | Traceback (most recent call last):
"/opt/code/localstack/localstack/services/plugins.py", line 96, in check_infra
check_service_health(api=name, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 115, in check_service_health
raise e
"/opt/code/localstack/localstack/services/plugins.py", line 111, in check_service_health
plugin.check(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/plugins.py", line 45, in check
return self.check_function(expect_shutdown=expect_shutdown, print_error=print_error)
"/opt/code/localstack/localstack/services/secretsmanager/secretsmanager_starter.py", line 129, in check_secretsmanager
assert isinstance(out['SecretList'], list)
TypeError: 'NoneType' object is not subscriptable
| 0.285021 |
Traceback (most recent call last):
"/usr/local/Cellar/pipx/0.15.1.1/libexec/bin/pipx", line 11, in <module>
load_entry_point('pipx==0.15.1.1', 'console_scripts', 'pipx')()
"/usr/local/Cellar/pipx/0.15.1.1/libexec/lib/python3.7/site-packages/pipx/main.py", line 590, in cli
return run_pipx_command(parsed_pipx_args)
"/usr/local/Cellar/pipx/0.15.1.1/libexec/lib/python3.7/site-packages/pipx/main.py", line 172, in run_pipx_command
include_dependencies=args.include_deps,
"/usr/local/Cellar/pipx/0.15.1.1/libexec/lib/python3.7/site-packages/pipx/commands/commands.py", line 62, in install
venv.create_venv(venv_args, pip_args)
"/usr/local/Cellar/pipx/0.15.1.1/libexec/lib/python3.7/site-packages/pipx/venv.py", line 139, in create_venv
pipx_pth.write_text(f"{shared_libs.site_packages}\n", encoding="utf-8")
"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pathlib.py", line 1235, in write_text
with self.open(mode='w', encoding=encoding, errors=errors) as f:
"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pathlib.py", line 1203, in open
opener=self._opener)
"/usr/local/Cellar/python/3.7.6_1/Frameworks/Python.framework/Versions/3.7/lib/python3.7/pathlib.py", line 1058, in _opener
return self._accessor.open(self, flags, mode)
NotFoundError: [Errno 2] No such file or directory: '/Users/brian/.local/pipx/venvs/black/lib/python3.7/site-packages/pipx_shared.pth'
| Traceback (most recent call last):
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\spyder\widgets\variableexplorer\dataframeeditor.py", line 266, in get_value
value = self.df.iat[row, column]
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\indexing.py", line 2270, in __getitem__
return self.obj._get_value(*key, takeable=self._takeable)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\frame.py", line 2765, in _get_value
return com.maybe_box_datetimelike(series._values[index])
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1010, in __getitem__
return self._get_val_at(key)
"C:\Users\thomasonc\AppData\Local\Continuum\anaconda3\lib\site-packages\pandas\core\arrays\sparse.py", line 1053, in _get_val_at
return libindex.get_value_at(self.sp_values, sp_loc)
TypeError: Argument 'arr' has incorrect type (expected numpy.ndarray, got IntegerArray)
| 0.326509 |
Traceback (most recent call last):
"/Users/Rashawn/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 369, in <module>
Main()
"/Users/Rashawn/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 358, in Main
BuildYcmdLibs( args )
"/Users/Rashawn/.vim/bundle/YouCompleteMe/third_party/ycmd/build.py", line 272, in BuildYcmdLibs
subprocess.check_call( build_command )
"/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 540, in check_call
raise CalledProcessError(retcode, cmd)subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--target', 'ycm_support_libs', '--', '-j', '4']' returned non-zero exit status 2 | Traceback (most recent call last):
"<stdin>", line 1, in <module>
"c:\Python27\lib\site-packages\astropy\time\core.py", line 561, in __getattr__
out = tm._time.value[0]
"c:\Python27\lib\site-packages\astropy\time\core.py", line 1348, in value
int(ihr), int(imin), int(isec), int(ifracsec))ValueError: second must be in 0..59 | 0.295213 |
Traceback (most recent call last):
"/usr/bin/salt-ssh", line 10, in <module>
salt_ssh()
"/usr/lib/python2.7/dist-packages/salt/scripts.py", line 273, in salt_ssh
client.run()
"/usr/lib/python2.7/dist-packages/salt/cli/ssh.py", line 18, in run
ssh.run()
"/usr/lib/python2.7/dist-packages/salt/client/ssh/__init__.py", line 520, in run
self.cache_job(jid, host, ret[host])
"/usr/lib/python2.7/dist-packages/salt/client/ssh/__init__.py", line 480, in cache_job
'return': ret})
"/usr/lib/python2.7/dist-packages/salt/returners/mysql.py", line 207, in returner
cur.execute(sql, (ret['fun'], ret['jid'],KeyError: 'fun' | Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\YoutubeDL.py", line 797, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 530, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\ninenow.py", line 52, in _real_extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\ytdl-org\tmp4z7swgz7\build\youtube_dl\extractor\common.py", line 1005, in _search_regex
youtube_dl.utils.RegexNotFoundError: Unable to extract page data; 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.156152 |
Traceback (most recent call last):
"$CONDA_PREFIX/bin/conda-skeleton", line 11, in <module>
sys.exit(main())
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/cli/main_skeleton.py", line 65, in main
return execute(sys.argv[1:])
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/cli/main_skeleton.py", line 60, in execute
api.skeletonize(args.packages, args.repo, output_dir=args.output_dir, recursive=args.recursive,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/api.py", line 276, in skeletonize
skeleton_return = module.skeletonize(packages, output_dir=output_dir, version=version,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/skeletons/pypi.py", line 317, in skeletonize
get_package_metadata(package, d, data, output_dir, python_version,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/skeletons/pypi.py", line 720, in get_package_metadata
pkginfo = get_pkginfo(package,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/skeletons/pypi.py", line 1174, in get_pkginfo
run_setuppy(src_dir, tempdir, python_version, extra_specs=extra_specs, config=config,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/skeletons/pypi.py", line 1215, in run_setuppy
create_env(config.host_prefix, specs_or_actions=specs, env='host',
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/environ.py", line 885, in create_env
actions = get_install_actions(prefix, tuple(specs), env,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/environ.py", line 785, in get_install_actions
index, index_ts, _ = get_build_index(subdir, list(bldpkgs_dirs)[0], output_folder=output_folder,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/index.py", line 167, in get_build_index
update_index(output_folder, verbose=debug)
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/index.py", line 264, in update_index
return ChannelIndex(dir_path, channel_name, subdirs=subdirs, threads=threads,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/index.py", line 841, in index
current_repodata = _build_current_repodata(subdir, patched_repodata,
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/index.py", line 753, in _build_current_repodata
r = _get_resolve_object(subdir, repodata=repodata)
"$CONDA_PREFIX/lib/python3.8/site-packages/conda_build/index.py", line 649, in _get_resolve_object
sd._process_raw_repodata_str(json.dumps(repodata))
"$CONDA_PREFIX/lib/python3.8/site-packages/conda/core/subdir_data.py", line 541, in _process_raw_repodata_str
elif self._key_mgr is None:
AttributeError: 'SubdirData' object has no attribute '_key_mgr'
| Traceback (most recent call last):
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\build\youtube_dl\YoutubeDL.py", line 785, in extract_info
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\build\youtube_dl\extractor\common.py", line 440, in extract
"C:\Users\dst\AppData\Roaming\Build archive\youtube-dl\rg3\tmpfqykkd7x\build\youtube_dl\extractor\generic.py", line 3127, in _real_extract
youtube_dl.utils.UnsupportedError: Unsupported URL: http://ici.radio-canada.ca/jeunesse/scolaire/emissions/5299/belle-et-sebastien/episodes/389176/dragon-blanc/emission
| 0.280818 |
Traceback (most recent call last):
"/conda/lib/python3.7/site-packages/distributed/comm/tcp.py", line 237, in write
stream.write(b)
"/conda/lib/python3.7/site-packages/tornado/iostream.py", line 546, in write
self._check_closed()
"/conda/lib/python3.7/site-packages/tornado/iostream.py", line 1009, in _check_closed
raise StreamClosedError(real_error=self.error)
tornado.iostream.StreamClosedError: Stream is closed
| Traceback (most recent call last):
"decode_full_model.py", line 169, in <module>
args.max_dec_word, args.cuda)
"decode_full_model.py", line 87, in decode
all_beams = abstractor(ext_arts, beam_size, diverse)
"/home/arnav-gulati/Documents/other_models/fast_abs_rl-master/decoding.py", line 116, in __call__
all_beams = self._net.batched_beamsearch(*dec_args)
"/home/arnav-gulati/Documents/other_models/fast_abs_rl-master/model/copy_summ.py", line 125, in batched_beamsearch
token, states, attention, beam_size)
"/home/arnav-gulati/Documents/other_models/fast_abs_rl-master/model/copy_summ.py", line 245, in topk_step
source=score.contiguous().view(beam*batch, -1) * copy_prob
TypeError: scatter_add() missing 1 required positional arguments: "src"
| 0.250565 |
Traceback (most recent call last):
"/srv/openvpn-monitor/bin/bottle.py", line 862, in _handle
return route.call(**args)
"/srv/openvpn-monitor/bin/bottle.py", line 1740, in wrapper
rv = callback(*a, **ka)
"/srv/openvpn-monitor/lib/python3.5/site-packages/openvpn-monitor.py", line 854, in get_slash
return render()
"/srv/openvpn-monitor/lib/python3.5/site-packages/openvpn-monitor.py", line 842, in render
main(**kwargs)
"/srv/openvpn-monitor/lib/python3.5/site-packages/openvpn-monitor.py", line 803, in main
monitor = OpenvpnMgmtInterface(cfg, **kwargs)
"/srv/openvpn-monitor/lib/python3.5/site-packages/openvpn-monitor.py", line 182, in __init__
geoip_data = cfg.settings['geoip_data']
KeyError: 'geoip_data'
| Traceback (most recent call last):
"/Users/bussonniermatthias/anaconda/lib/python3.5/zipfile.py", line 1595, in __del__
self.close()
"/Users/bussonniermatthias/anaconda/lib/python3.5/zipfile.py", line 1607, in close
self.fp.seek(self.start_dir)ValueError: seek of closed file | 0.295155 |
Traceback (most recent call last):
"C:\ProgramData\Anaconda3\lib\site-packages\qtconsole\manager.py", line 27, in poll
super(QtKernelRestarter, self).poll()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\restarter.py", line 113, in poll
self.kernel_manager.restart_kernel(now=True, newports=newports)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 368, in restart_kernel
self.start_kernel(**self._launch_args)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 261, in start_kernel
self._connect_control_socket()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 210, in _connect_control_socket
self._control_socket = self.connect_control()
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 571, in connect_control
return self._create_connected_socket('control', identity=identity)
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\connect.py", line 543, in _create_connected_socket
sock = self.context.socket(socket_type)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 556, in __get__
return self.get(obj, cls)
"C:\ProgramData\Anaconda3\lib\site-packages\traitlets\traitlets.py", line 535, in get
value = self._validate(obj, dynamic_default())
"C:\ProgramData\Anaconda3\lib\site-packages\jupyter_client\manager.py", line 42, in _context_default
return zmq.Context.instance()
"C:\ProgramData\Anaconda3\lib\site-packages\zmq\sugar\context.py", line 108, in instance
cls._instance = cls(io_threads=io_threads)
"zmq/backend/cython/context.pyx", line 49, in zmq.backend.cython.context.Context.__cinit__
zmq.error.ZMQError: Permission denied
| Traceback (most recent call last):
"laika.py", line 25, in <module>
from laikaboss.dispatch import Dispatch, close_modules
"/home/hostname/Programs/laikaboss/laikaboss/dispatch.py", line 18, in <module>
from util import get_scanObjectUID, listToSSV, yara_on_demand, \
ModuleNotFoundError: No module named 'util'
| 0.239697 |
PIO Core Call Error: "<Exception instance at 0x60f6ac8 with str error:\n Traceback (most recent call last):\n
\"C:\\Users\\Brice\\.platformio\\packages\\contrib-pysite\\twisted\\python\\reflect.py\", line 448, in safe_str\n
return str(o)\nUnicodeEncodeError: 'ascii' codec can't encode character u'\\xe8' in position 97: ordinal not in range(128)\n>" | Traceback (most recent call last):
"C:\Program
s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
"C:\Program
s\WindowsApps\PythonSoftwareFoundation.Python.3.7_3.7.2544.0_x64__qbz5n2kfra8p0\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\Scripts\spotdl.exe\__main__.py", line 4, in <module>
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\__main__.py", line 6, in <module>
from spotdl.search.utils import get_playlist_tracks, get_album_tracks, search_for_song
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\search\utils.py", line 2, in <module>
from spotdl.search.songObj import SongObj
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\search\songObj.py", line 1, in <module>
from spotdl.search.provider import search_and_get_best_match
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\spotdl\search\provider.py", line 6, in <module>
from rapidfuzz.fuzz import partial_ratio
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\rapidfuzz\__init__.py", line 8, in <module>
from rapidfuzz import process, fuzz, levenshtein, utils
"C:\Users\auser\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.7_qbz5n2kfra8p0\LocalCache\local-packages\Python37\site-packages\rapidfuzz\process.py", line 5, in <module>
from rapidfuzz import fuzz, utils
ImportError: DLL load failed: The specified module could not be found.
| 0.217801 |
Traceback (most recent call last):
"/home/user/w3af/w3af/core/ui/gui/main.py", line 611, in start_scan_wrap
real_scan_start()
"/home/user/w3af/w3af/core/ui/gui/main.py", line 602, in real_scan_start
self.w3af.start()
"/home/user/w3af/w3af/core/controllers/w3afCore.py", line 204, in start
self.strategy.start()
"/home/user/w3af/w3af/core/controllers/core_helpers/strategy.py", line 94, in start
self._setup_auth()
"/home/user/w3af/w3af/core/controllers/core_helpers/strategy.py", line 518, in _setup_auth
self._auth_consumer.force_login()
"/home/user/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 103, in force_login
self._login()
"/home/user/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 55, in _wrapper
result = method(self, function_id, *args, **kwds)
"/home/user/w3af/w3af/core/controllers/core_helpers/consumers/auth.py", line 96, in _login
self.handle_exception('auth', plugin.get_name(), None, e)
"/home/user/w3af/w3af/core/controllers/core_helpers/consumers/base_consumer.py", line 287, in handle_exception
enabled_plugins = pprint_plugins(self._w3af_core)
"/home/user/w3af/w3af/core/controllers/exception_handling/helpers.py", line 38, in pprint_plugins
plugs_opts = copy.deepcopy(w3af_core.plugins.get_all_plugin_options())
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 190, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"/usr/lib/python2.7/copy.py", line 334, in _reconstruct
state = deepcopy(state, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 230, in _deepcopy_list
y.append(deepcopy(a, memo))
"/usr/lib/python2.7/copy.py", line 190, in deepcopy
y = _reconstruct(x, rv, 1, memo)
"/usr/lib/python2.7/copy.py", line 334, in _reconstruct
state = deepcopy(state, memo)
"/usr/lib/python2.7/copy.py", line 163, in deepcopy
y = copier(x, memo)
"/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict
y[deepcopy(key, memo)] = deepcopy(value, memo)
"/usr/lib/python2.7/copy.py", line 174, in deepcopy
y = copier(memo)TypeError: gobject.GObject descendants' instances are non-copyable | ThreadPoolExecutor-0_1 :: [e094759] Failed doing webui callback: Traceback (most recent call last):
"/volume1/@appstore/sickbeard-custom/var/SickBeard/sickchill/views/index.py", line 180, in async_call
result = function(**kwargs)
"/volume1/@appstore/sickbeard-custom/var/SickBeard/sickchill/views/home.py", line 987, in editShow
whitelist = show_obj.release_groups.whitelistAttributeError: 'NoneType' object has no attribute 'whitelist' | 0.155813 |