金刚菩提如何清理灰尘 金刚菩提手串里面的灰尘怎么办

 内涵001   2023-05-01 01:35:40   0 人阅读  0 条评论

IndexError: Cannot choose from an empty sequence // Werkzeug Debugger var CONSOLE_MODE = false, EVALEX = true, EVALEX_TRUSTED = false, SECRET = "Cztug1SITH6VWk19YYTC";

IndexError

IndexError: Cannot choose from an empty sequence

Traceback(most recent call last)

The above exception was the direct cause of the following exception:

File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line2551, in__call__

def __call__(self, environ: dict, start_response: t.Callable) -> t.Any:

"""The WSGI server calls the Flask application object as the

WSGI application. This calls :meth:`wsgi_app`, which can be

wrapped to apply middleware.

"""

return self.wsgi_app(environ, start_response)

File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line2531, inwsgi_app

try:

ctx.push()

response = self.full_dispatch_request()

except Exception as e:

error = e

response = self.handle_exception(e)

except: # noqa: B001

error = sys.exc_info()[1]

raise

return response(environ, start_response)

finally:

File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line2528, inwsgi_app

ctx = self.request_context(environ)

error: t.Optional[BaseException] = None

try:

try:

ctx.push()

response = self.full_dispatch_request()

except Exception as e:

error = e

response = self.handle_exception(e)

except: # noqa: B001

error = sys.exc_info()[1]

File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line1825, infull_dispatch_request

request_started.send(self)

rv = self.preprocess_request()

if rv is None:

rv = self.dispatch_request()

except Exception as e:

rv = self.handle_user_exception(e)

return self.finalize_request(rv)

def finalize_request(

self,

rv: t.Union[ft.ResponseReturnValue, HTTPException],

File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line1823, infull_dispatch_request

try:

request_started.send(self)

rv = self.preprocess_request()

if rv is None:

rv = self.dispatch_request()

except Exception as e:

rv = self.handle_user_exception(e)

return self.finalize_request(rv)

def finalize_request(

File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line1799, indispatch_request

and req.method == "OPTIONS"

):

return self.make_default_options_response()

# otherwise dispatch to the handler for that endpoint

view_args: t.Dict[str, t.Any] = req.view_args # type: ignore[assignment]

return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)

def full_dispatch_request(self) -> Response:

"""Dispatches the request and on top of that performs request

pre and postprocessing as well as HTTP exception catching and

error handling.

File "/www/wwwroot/chat.py", line39, ingen_header

# post入参访问方式二:from-data(k-v)格式参数

@api.route('/gen_header', methods=['post'])

def gen_header():

wd = flask.request.values.get('wd')

future = executor.submit(do_heavy_work,wd)

return str(future.result())

def do_heavy_work(wd):

prompt = wd

#openai.api_key = api_key_list[-1]

openai.api_key = random.choice(api_key_list)

File "/usr/local/python3/lib/python3.7/concurrent/futures/_base.py", line435, inresult

self._condition.wait(timeout)

if self._state in [CANCELLED, CANCELLED_AND_NOTIFIED]:

raise CancelledError()

elif self._state == FINISHED:

return self.__get_result()

else:

raise TimeoutError()

def exception(self, timeout=None):

"""Return the exception raised by the call that the future represents.

File "/usr/local/python3/lib/python3.7/concurrent/futures/_base.py", line384, in__get_result

with self._condition:

return self._state in [CANCELLED, CANCELLED_AND_NOTIFIED, FINISHED]

def __get_result(self):

if self._exception:

raise self._exception

else:

return self._result

def add_done_callback(self, fn):

"""Attaches a callable that will be called when the future finishes.IndexError: Cannot choose from an empty sequence

This is the Copy/Paste friendly version of the traceback.

concurrent.futures.process._RemoteTraceback: """Traceback (most recent call last): File "/usr/local/python3/lib/python3.7/concurrent/futures/process.py", line 239, in _process_worker r = call_item.fn(*call_item.args, **call_item.kwargs) File "/www/wwwroot/chat.py", line 44, in do_heavy_work openai.api_key = random.choice(api_key_list) File "/usr/local/python3/lib/python3.7/random.py", line 261, in choice raise IndexError('Cannot choose from an empty sequence') from NoneIndexError: Cannot choose from an empty sequence"""The above exception was the direct cause of the following exception:Traceback (most recent call last): File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line 2551, in __call__ return self.wsgi_app(environ, start_response) File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line 2531, in wsgi_app response = self.handle_exception(e) File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line 2528, in wsgi_app response = self.full_dispatch_request() File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line 1825, in full_dispatch_request rv = self.handle_user_exception(e) File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line 1823, in full_dispatch_request rv = self.dispatch_request() File "/usr/local/python3/lib/python3.7/site-packages/flask/app.py", line 1799, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args) File "/www/wwwroot/chat.py", line 39, in gen_header return str(future.result()) File "/usr/local/python3/lib/python3.7/concurrent/futures/_base.py", line 435, in result return self.__get_result() File "/usr/local/python3/lib/python3.7/concurrent/futures/_base.py", line 384, in __get_result raise self._exceptionIndexError: Cannot choose from an empty sequenceThe debugger caught an exception in your WSGI application. You can now look at the traceback which led to the error. If you enable JavaScript you can also use additional features such as code execution (if the evalex feature is enabled), automatic pasting of the exceptions and much more.Brought to you byDON'T PANIC, your friendly Werkzeug powered traceback interpreter.

Console Locked

The console is locked and needs to be unlocked by entering the PIN. You can find the PIN printed out on the standard output of your shell that runs the server.

PIN:

1、金刚菩提缝里的灰怎么清理?

金刚菩提里有灰尘时,先将其放在温水中浸泡半个小时,这样能软化表面的污垢。之后用硬毛刷粗刷一次,还要保证每个部位都能刷到,再放在清水中重新刷洗一次,清洗干净后放在干毛巾上揉搓即可。

2、金刚菩提手串缝隙里有灰如何清洗?

优质回答1:

金刚菩提手串缝隙里有灰需要小心清洗 因为金刚菩提手串由于精致的 *** 原因,其中的小缝隙可能容纳杂物,如灰尘等。
但如果不小心清洗,可能会导致手串损坏,所以需要小心处理。
可以用刷子或棉签蘸少量水或橄榄油轻轻擦拭缝隙,然后用干净的毛巾擦拭干净即可。
需要注意的是,在清洗金刚菩提手串时,不应使用任何化学清洁剂或肥皂等,以免导致手串变色或失去光泽。
另外,在日常佩戴时,应尽量避免接触到化妆品、香水、汗水等物质,以避免对手串产生损害。

优质回答2:

1、干刷。准备普通缝衣服的针,干刷就是用针首先剔除金刚菩提上的大块果皮、果肉、残渣,然后再用刷子进行深度的清理。

2、水刷。先将金刚菩提放在水中浸泡2~3个小时,待其果肉、果皮软化之后,直接用高压水枪喷水,这样就可以清理干净了。

3、钢刷。工具准备钢丝刷和针,首先用钢丝刷将脏物质慢慢刷走,直到脏东西所剩无几了,最后用针剔除部分果皮、果肉残渣。

优质回答3:

缝隙里面的黑色脏东西直接刷不容易刷掉,可以买一把钢丝刷,慢慢刷,配合用刷子轻轻的敲打的 *** ,可以很有效的清理,或者买一个挑针,挑针清理东西慢一点不过很彻底,清理也是玩金刚的一个过程不要心急慢慢来,注意不要被钢丝刷子扎到手,最后祝楼主玩的开心。

3、金刚菩提玩半年了里面有点脏怎么办?

金刚菩提子里面脏了,有两种选择:

1、就是随意,其实缝隙里面脏的污垢不清理的话,盘出来之后也非常漂亮,是另一种美。这样还能保障金刚菩提子,不会黑底。黑底之后是很难反转的。

2、干刷子刷。特别需要注意,或者说,警告:只能用塑料刷子,绝对不能用钢丝刷,或者别的金属刷子。原因是因为,金属刷子,刷过之后,会有金属附着在金刚菩提子表面很不容易清理掉。如果沾上了,要清楚需要花很多精力!

4、抛光过的金刚菩提还用清洗么?

要清洗,抛光后金刚菩提也会有灰尘吸附,刷的目的是清除灰尘,如果是不极时清理灰尘盘玩时灰尘会残留在玉化金刚的表面,长时间后会对玉化后的金刚表面产生色斑,而影响玉化后金刚的通透性,玉化盘玩多些,有灰尘吸附时可适当刷除清理干净。

5、金钢菩提怎样盘?

优质回答1:

金刚菩提子的盘玩 *** :

1、手洗干净后盘玩,防止颜色玷污发黑,最后盘花。

2、刚上手的金刚会有返碱,三分盘,七分刷,以刷为主。刷有助于刷掉盘玩时产生的包浆,因为包浆会“封闭”金刚阻碍持续入色,建议清理干净再把玩,并且保持手干净盘玩,强调干净盘玩才会漂亮。

3、返碱彻底去除以后,开始刷挂瓷,每天5分刷5分盘。在夏季金刚变色快,但短时间内大量的油脂侵入势必会造成金刚吃油过重造成表面密封,不仅阻碍入色金刚还会发黑,所以,虽然夏季是最适宜的季节,但要注意不能给于过多的手油,更不能直接入汗。

4、挂瓷后,每天7分盘3分刷,刷仅仅是为了保养,防止金刚积累污物。

5、每隔一段时间,狠刷1-2个小时,保持挂瓷层,因为就算已经挂瓷,也会因为刷的少抛光效果变差。


金刚菩提如何清理灰尘(金刚菩提手串里面的灰尘怎么办)-第1张图片-东江百科优质回答2:

金刚菩提的正确盘玩法

刚入手的金刚菩提要先用钢丝刷反复刷拭表面,将金刚菩提表面的污垢、灰尘都清理干净,沟壑深处的污垢可以用钩针去除,这个过程中也可以对金刚菩提打磨抛光。

清理干净的金刚菩提可以每天上手盘玩30~60分钟左右,同时要适当用猪鬃刷刷拭。一般在坚持盘玩1~2周后,金刚菩提表面就会出现粘阻感,这其实是形成包浆的表现。

形成包浆的金刚菩提需要放置一周至包浆硬化,之后坚持盘放结合以及适当刷拭的方式三个月左右,金刚菩提的包浆就会变得厚实、稳定,颜色也会加深变红。

本文地址:https://www.neihan001.com/zyfx/119993.html
版权声明:免责声明:本文来源网友投稿及网络整合仅代表文章作者的个人观点,与本站无关。其原创性、真实性以及文中陈述文字和内容未经本站证实,对本文以及其中全部或者部分内容文字的真实性、完整性和原创性本站不作任何保证或承诺,请读者仅作参考,并自行核实相关内容。投诉邮箱:1765130767@qq.com.
  • 评论已关闭!