dream10201
dream10201
### Please describe your bug `[2022-01-18 02:57:24.161 +08:00] [ERR] Cannot compute blurhash for "/mnt/data/media/image/wallhaven-3zzd1v.jpg" System.NullReferenceException: Object reference not set to an instance of an object. at BlurHashSharp.SkiaSharp.BlurHashEncoder.Encode(Int32 xComponent, Int32 yComponent,...
首次通过代理访问某个网站时都会出错,需要点重试1到三次才能正常访问,浏览器用的火狐的SmartProxy插件,模式为全局代理。   # 服务器配置 ``` json { "log": { "loglevel": "debug" }, "inbounds": [ { "listen": "0.0.0.0", "port": 443, "protocol": "vless", "settings": { "clients": [ { "id": "", "flow":...
### Please describe your bug ``` Constraint: SQLitePCL.pretty.SQLiteException: NOT NULL constraint failed: ItemValues.Type at SQLitePCL.pretty.SQLiteException.Throw(Int32 rc, Int32 extended, String msg) at SQLitePCL.pretty.SQLiteException.CheckOk(sqlite3 db, Int32 rc) at SQLitePCL.pretty.StatementImpl.MoveNext() at Emby.Server.Implementations.Data.SqliteItemRepository.InsertItemValues(Byte[] idBlob,...
```shell ~> nslookup redirector.gvt1.com 127.0.0.1 05/07/2024 09:23:37 AM Server: jason Address: 127.0.0.1 Non-authoritative answer: Name: redirector.gvt1.com Addresses: 2404:6800:4005:805::200e 142.251.222.206 ``` 这个IPV6的地址是无法ping通的,然后导致android studio无法正常更新。 相同的配置,原版smartdns在linux上返回正常能访问的ip地址 ```shell ~> nslookup redirector.gvt1.com 2408:....... 05/07/2024 09:24:03...
win10选频道之后闪退,是不能用win10吗?start.dnf.tw的host已经设置为服务器ip
 同时下载了[0.7.2](https://github.com/mokeyish/smartdns-rs/releases/tag/0.7.2),扫描是没问题的
因环境变量```UID```和系统的```UID```冲突,所以添加前缀```COOKIE_``` ``` -e CID="xxxxxxxxx" \ -e SEID="xxxxxxxx" \ -e UID="xxxxxxxxx" \ -e KID="xxxxxxxxx" \ ``` 变更为: ``` -e COOKIE_CID="xxxxxxxxx" \ -e COOKIE_SEID="xxxxxxxx" \ -e COOKIE_UID="xxxxxxxxx" \ -e COOKIE_KID="xxxxxxxxx" \ ```