alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
39.53k stars 5.14k forks source link

天翼云盘客户端json: cannot unmarshal number 98672742 #6426

Closed FulLiunian closed 1 month ago

FulLiunian commented 2 months ago

Please make sure of the following things

AList Version / AList 版本

v3.34.0

Driver used / 使用的存储驱动

天翼云盘客户端

Describe the bug / 问题描述

json: cannot unmarshal number 98672742 image 106747 into Go struct field FamilyInfoResp.familyInfoResp.familyId of type int

Reproduction / 复现链接

image

Config / 配置

{ "force": false, "site_url": "https://www.xxxx.xxxx:1234", "cdn": "", "jwt_secret": "xxxxxx", "token_expires_in": 48, "database": { "type": "sqlite3", "host": "", "port": 0, "user": "", "password": "", "name": "", "db_file": "data\data.db", "tableprefix": "x", "ssl_mode": "", "dsn": "" }, "meilisearch": { "host": "http://localhost:7700", "api_key": "", "index_prefix": "" }, "scheme": { "address": "127.0.0.1", "http_port": 5244, "https_port": -1, "force_https": false, "cert_file": "data", "key_file": "data", "unix_file": "", "unix_file_perm": "" }, "temp_dir": "data\temp", "bleve_dir": "data\bleve", "dist_dir": "", "log": { "enable": true, "name": "data\log\log.log", "max_size": 10, "max_backups": 5, "max_age": 28, "compress": false }, "delayed_start": 0, "max_connections": 0, "tls_insecure_skip_verify": true, "tasks": { "download": { "workers": 5, "max_retry": 1 }, "transfer": { "workers": 5, "max_retry": 2 }, "upload": { "workers": 5, "max_retry": 0 }, "copy": { "workers": 5, "max_retry": 2 } }, "cors": { "allow_origins": [ "" ], "allow_methods": [ "" ], "allow_headers": [ "*" ] }, "s3": { "enable": false, "port": 5246, "ssl": false } }

Logs / 日志

No response

welcome[bot] commented 2 months ago

Thanks for opening your first issue here! Be sure to follow the issue template!