晒账单幽默心情说说 晒账单幽默心情说说短句

 内涵001   2023-04-30 15:55:04   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、2020年第一惊吓,提神醒脑的就是我的账单。

3、我只是一个穷苦老百姓,这些钱是从哪来的。

4、年度扎心,怪不得花呗一直还不清,花的比挣得还多,是谁给我的勇气。

5、希望2020,可以突破200,愿我的支出都变成我的存款。

6、支付宝不知不觉刷掉了深圳一个卫生间,我哪里来的钱,为什么支付宝让人觉得个个都是富婆。

7、我一年的工资都没这么多,为什么花了这么多 。

8、每天勤勤恳恳偷能量,钱比不过,步数和种树还是可以得瑟一下的吧,还有我哪来这么多钱?我咋花这么多钱?我钱都花哪去了?我转账红包都给谁了?支付宝账单给我的多重疑惑。

9、每年的新年疑问,我从哪来这么多钱?怎么花的?来自一位爱学习的居家好男人。

10、支付宝里搜年度账单,会跳出来,又到了一年一度,我哪来这么多钱的时刻。

11、一定支付宝记错了,衣服明明还是去年旧的呀,不记得有买呀。

二:晒账单幽默心情说说孩子生病

有趣且丰富多彩因为在医院住院是一种比较严肃的情况,但是一些幽默的说说能够缓解紧张的气氛,增加住院期间的快乐。
例如,“医生说我胸部有点拥挤,要留住我几个晚上,好让我家的18只猫能有独立的空间”。
同时,在住院期间可以参加各种活动,比如慰问演出、手工课程等等,增加住院期间的乐趣,让人感觉到丰富多彩。
此外,在住院期间可以和其他住院的患者或者陪护者进行交流,交流中相互鼓励,增加彼此的信心和勇气,也是一种特别美妙的体验。
总体而言,住院生活或许并不是想要的,但通过幽默的说说和丰富有趣的活动,住院生活也可以变得有趣丰富,增加人们的生活趣味性。

三:晒账单幽默心情说说短句

老师说今天带一条小鱼来观察。。。
据说,这就是短腿的日常,简直萌翻了

晒账单幽默心情说说  晒账单幽默心情说说短句-第1张图片-东江百科

你哭着对我说 童话里都是骗人的。。哈哈哈
广场舞大妈们雾霾天最后的倔强,哈哈哈画风突变
在高冷和逗逼两种模式随意切换的人才是高手
万万没想到的结局,笑出腹肌
哈哈哈笑出声了,好尴尬
这也太敷衍了吧,一直都没有吃饱
支付宝账单一出,朋友圈里的段子手们也都出动了

和公司一女同事经常玩玩暧昧,讲讲荤段子,关系其乐融融。一天她给我发

一美女发了张 *** ,下面一群人赞赏,有说漂亮的、有说性感的,唯独一货说道:“不好意思,我去上趟厕所。”我感觉这才是最好的夸奖。。。

一天逛三遍,上,中,下。

一周看四次,一,三,五,日 。

五月望二望,零晨来相恋。

看得懂吗,有内涵段子哦……

据说这是史上最有内涵的句子:锄禾日当午,造血干细胞,清明上河图,复方草珊瑚,平方差公式,班长兼学委,完全搞不懂,弯弓射大雕,仙剑奇侠传,王朝干红酒,重阳插茱萸,黄河入海流,起舞弄清影,白鹭上青天,梨花压海棠,曲径通幽处,路上小心。

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