Creeper19472
Creeper19472
但是在重置过的服务端上仍然存在这一指令`/g` 另外其功能是召唤一只神奇的钻石甲僵尸?
对于/bear 和 /ac,我认为还是保留一个较为合适。 我建议的命令名称如下: `/anticheat`或者刚刚提到的`/ac`
call: _do_ssl_shutdown() -> shutdown(), err: Error([('SSL routines', '', 'shutdown while in init')])
Well I just modified the module's source code and now figured out that the Exception was handled by `except SSL.Error`.
call: _do_ssl_shutdown() -> shutdown(), err: Error([('SSL routines', '', 'shutdown while in init')])
I modified the source code to this: ``` except SSL.Error as err: debug("SSL.Error call: _do_ssl_shutdown() -> shutdown(), err: %r" % err, inst=self) # see: # https://github.com/giampaolo/pyftpdlib/issues/171 # https://bugs.launchpad.net/pyopenssl/+bug/785985 print(err) print(err.args)...
call: _do_ssl_shutdown() -> shutdown(), err: Error([('SSL routines', '', 'shutdown while in init')])
Oh, I just looked up the code defining the other exceptions. It seems that the OSError class additionally defines the errno attribute. However, SSL.Error seems to be less closely related...
Update: when running the distribution built by `flet build windows`, this issue will occur too, even with `page.services.add(p)`.
Update: The problem has not been improved in version 0.80.0.
I don't seem to have found any statement anywhere indicating that it is stateless, and the documentation about Service can be described as ambiguous. However, [a blog](https://flet.dev/blog/sensor-and-system-services) states: 'When you...
Obviously, this approach within a function scope can of course work, and I am currently using it to circumvent the issue. However, I expect consistency between the current documentation and...
@zpfz It still looks like that your device failed to connect to remote, so there is nothing downloaded. Although you already have flutter `3.27.3`, flet requires flutter `3.29.2` to perform...