-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
联通云盘-fatal error: concurrent map writes #5352
Labels
Milestone
Comments
xhofe
added
dependencies
Pull requests that update a dependency file
working
In process
labels
Oct 9, 2023
xhofe
added a commit
that referenced
this issue
Oct 20, 2023
commit 4fc0a77 Author: Andy Hsu <i@nn.ci> Date: Fri Oct 20 21:06:25 2023 +0800 fix(baidu_netdisk): upload file > 4GB (close #5392) commit aaffaee Author: gmugu <94156510@qq.com> Date: Thu Oct 19 19:17:53 2023 +0800 perf(webdav): support request with cookies (#5391) commit 8ef8023 Author: NewbieOrange <NewbieOrange@users.noreply.github.com> Date: Thu Oct 19 19:17:09 2023 +0800 fix(aliyundrive_open): upload progress for normal upload (#5398) commit cdfbe6d Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Wed Oct 18 16:27:07 2023 +0800 fix: hash gcid empty file (#5394) commit 94d0287 Author: Andy Hsu <i@nn.ci> Date: Sat Oct 14 13:17:51 2023 +0800 ci: remove `pr-welcome` label when close issue [skip ci] commit 7f73354 Author: itsHenry <2671230065@qq.com> Date: Sat Oct 14 13:12:46 2023 +0800 feat(cloudreve): support thumbnail (#5373 close #5348) * feat(cloudreve): support thumbnail * chore: remove unnecessary code commit b9e192b Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Thu Oct 12 20:57:12 2023 +0800 fix(115): limit request rate (#5367 close #5275) * fix(115):limit request rate * chore(115): fix unit of `limit_rate` --------- Co-authored-by: Andy Hsu <i@nn.ci> commit 69a98ea Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Oct 11 22:01:55 2023 +0800 fix(deps): update module github.com/aliyun/aliyun-oss-go-sdk to v2.2.9+incompatible (#5141) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 1ebc96a Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:32:00 2023 +0800 fix(wopan): fatal error concurrent map writes (close #5352) commit 66e2324 Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:23:11 2023 +0800 chore(deps): upgrade dependencies commit 7600dc2 Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:13:58 2023 +0800 fix(aliyundrive_open): change default api to raw server (close #5358) commit 8ef89ad Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Tue Oct 10 18:08:27 2023 +0800 fix(baidu_netdisk): hash and `error 2` (#5356) * fix(baidu):hash and error:2 * fix:invalid memory address commit 35d6722 Author: jeffmingup <1960588251@qq.com> Date: Sun Oct 8 19:29:45 2023 +0800 fix(onedrive_app): incorrect api on `_accessToken` (#5346) commit 1a283bb Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Fri Oct 6 16:04:39 2023 +0800 feat(google_drive): add `hash_info`, `ctime`, `thumbnail` (#5334) commit a008f54 Author: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Thu Oct 5 13:10:51 2023 +0800 docs: minor language improvements (#5329) [skip ci]
xhofe
added a commit
that referenced
this issue
Nov 6, 2023
* wip: refactor offline download (#5331) * base tool * working: aria2 * refactor: change type of percentage to float64 * wip: adapt aria2 * wip: use items in offline_download * wip: use tool manager * wip: adapt qBittorrent * chore: fix typo * Squashed commit of the following: commit 4fc0a77 Author: Andy Hsu <i@nn.ci> Date: Fri Oct 20 21:06:25 2023 +0800 fix(baidu_netdisk): upload file > 4GB (close #5392) commit aaffaee Author: gmugu <94156510@qq.com> Date: Thu Oct 19 19:17:53 2023 +0800 perf(webdav): support request with cookies (#5391) commit 8ef8023 Author: NewbieOrange <NewbieOrange@users.noreply.github.com> Date: Thu Oct 19 19:17:09 2023 +0800 fix(aliyundrive_open): upload progress for normal upload (#5398) commit cdfbe6d Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Wed Oct 18 16:27:07 2023 +0800 fix: hash gcid empty file (#5394) commit 94d0287 Author: Andy Hsu <i@nn.ci> Date: Sat Oct 14 13:17:51 2023 +0800 ci: remove `pr-welcome` label when close issue [skip ci] commit 7f73354 Author: itsHenry <2671230065@qq.com> Date: Sat Oct 14 13:12:46 2023 +0800 feat(cloudreve): support thumbnail (#5373 close #5348) * feat(cloudreve): support thumbnail * chore: remove unnecessary code commit b9e192b Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Thu Oct 12 20:57:12 2023 +0800 fix(115): limit request rate (#5367 close #5275) * fix(115):limit request rate * chore(115): fix unit of `limit_rate` --------- Co-authored-by: Andy Hsu <i@nn.ci> commit 69a98ea Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Oct 11 22:01:55 2023 +0800 fix(deps): update module github.com/aliyun/aliyun-oss-go-sdk to v2.2.9+incompatible (#5141) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 1ebc96a Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:32:00 2023 +0800 fix(wopan): fatal error concurrent map writes (close #5352) commit 66e2324 Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:23:11 2023 +0800 chore(deps): upgrade dependencies commit 7600dc2 Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:13:58 2023 +0800 fix(aliyundrive_open): change default api to raw server (close #5358) commit 8ef89ad Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Tue Oct 10 18:08:27 2023 +0800 fix(baidu_netdisk): hash and `error 2` (#5356) * fix(baidu):hash and error:2 * fix:invalid memory address commit 35d6722 Author: jeffmingup <1960588251@qq.com> Date: Sun Oct 8 19:29:45 2023 +0800 fix(onedrive_app): incorrect api on `_accessToken` (#5346) commit 1a283bb Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Fri Oct 6 16:04:39 2023 +0800 feat(google_drive): add `hash_info`, `ctime`, `thumbnail` (#5334) commit a008f54 Author: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Thu Oct 5 13:10:51 2023 +0800 docs: minor language improvements (#5329) [skip ci] * fix: adapt update progress type * Squashed commit of the following: commit 65c5ec0 Author: itsHenry <2671230065@qq.com> Date: Sat Nov 4 13:35:09 2023 +0800 feat(cloudreve): folder size count and switch (#5457 close #5395) commit a632596 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Oct 30 15:11:20 2023 +0800 fix(deps): update module github.com/charmbracelet/lipgloss to v0.9.1 (#5234) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 4dff494 Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Mon Oct 30 15:10:36 2023 +0800 fix(deps): update golang.org/x/exp digest to 7918f67 (#5366) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit cc86d6f Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sun Oct 29 14:45:55 2023 +0800 fix(deps): update module golang.org/x/net to v0.17.0 [security] (#5370) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit c0f9c8e Author: Andy Hsu <i@nn.ci> Date: Thu Oct 26 19:21:09 2023 +0800 feat: add ignore direct link params (close #5434)
truecharts-admin
referenced
this issue
in truecharts/public
Nov 25, 2023
…15347) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [xhofe/alist](https://togithub.com/alist-org/alist) | minor | `v3.28.0` -> `v3.29.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>alist-org/alist (xhofe/alist)</summary> ### [`v3.29.1`](https://togithub.com/alist-org/alist/releases/tag/v3.29.1) [Compare Source](https://togithub.com/alist-org/alist/compare/v3.29.0...v3.29.1) ##### 🐞 Bug Fixes - Task popped but not execute - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5565](https://togithub.com/alist-org/alist/issues/5565) [<samp>(68af2)</samp>](https://togithub.com/alist-org/alist/commit/68af284) ##### [View changes on GitHub](https://togithub.com/alist-org/alist/compare/v3.29.0...v3.29.1) ### [`v3.29.0`](https://togithub.com/alist-org/alist/releases/tag/v3.29.0) [Compare Source](https://togithub.com/alist-org/alist/compare/v3.28.0...v3.29.0) ##### 🚀 Features - Add `header` to `meta` - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5317](https://togithub.com/alist-org/alist/issues/5317) [<samp>(9ff83)</samp>](https://togithub.com/alist-org/alist/commit/9ff83a7) - Add ignore direct link params - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5434](https://togithub.com/alist-org/alist/issues/5434) [<samp>(c0f9c)</samp>](https://togithub.com/alist-org/alist/commit/c0f9c8e) - Refactor offline download ([#​5408](https://togithub.com/alist-org/alist/issues/5408) close [#​4108](https://togithub.com/alist-org/alist/issues/4108)) - by [@​xhofe](https://togithub.com/xhofe) and [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5408](https://togithub.com/alist-org/alist/issues/5408)8 and[https://github.com/alist-org/alist/issues/4108](https://togithub.com/alist-org/alist/issues/4108)8 [<samp>(76928)</samp>](https://togithub.com/alist-org/alist/commit/769281b) - Add `115_share` driver ([#​5481](https://togithub.com/alist-org/alist/issues/5481) close [#​5384](https://togithub.com/alist-org/alist/issues/5384)) - by [@​SheltonZhu](https://togithub.com/SheltonZhu) in [https://github.com/alist-org/alist/issues/5481](https://togithub.com/alist-org/alist/issues/5481) and [https://github.com/alist-org/alist/issues/5384](https://togithub.com/alist-org/alist/issues/5384) [<samp>(da1c7)</samp>](https://togithub.com/alist-org/alist/commit/da1c7a4) - Invalidate old token after changing the password - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5515](https://togithub.com/alist-org/alist/issues/5515) [<samp>(3d518)</samp>](https://togithub.com/alist-org/alist/commit/3d51845) - Support using external dist files - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5531](https://togithub.com/alist-org/alist/issues/5531) [<samp>(6fc67)</samp>](https://togithub.com/alist-org/alist/commit/6fc6751) - Refactor task module - by [@​xhofe](https://togithub.com/xhofe) [<samp>(11a30)</samp>](https://togithub.com/alist-org/alist/commit/11a30c5) - Customize workers and retry of task (close [#​5493](https://togithub.com/alist-org/alist/issues/5493) fix [#​5274](https://togithub.com/alist-org/alist/issues/5274)) - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5493](https://togithub.com/alist-org/alist/issues/5493) and [https://github.com/alist-org/alist/issues/5274](https://togithub.com/alist-org/alist/issues/5274) [<samp>(7583c)</samp>](https://togithub.com/alist-org/alist/commit/7583c4d) - Retry all failed task - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5242](https://togithub.com/alist-org/alist/issues/5242) [<samp>(b2890)</samp>](https://togithub.com/alist-org/alist/commit/b2890f0) - Add chaoxing and vtencent driver ([#​5526](https://togithub.com/alist-org/alist/issues/5526) close [#​3347](https://togithub.com/alist-org/alist/issues/3347)) - by [@​msterzhang](https://togithub.com/msterzhang) in [https://github.com/alist-org/alist/issues/5526](https://togithub.com/alist-org/alist/issues/5526) and [https://github.com/alist-org/alist/issues/3347](https://togithub.com/alist-org/alist/issues/3347) [<samp>(12800)</samp>](https://togithub.com/alist-org/alist/commit/1280070) - Allow keep files in offline download - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/4678](https://togithub.com/alist-org/alist/issues/4678) [<samp>(b6134)</samp>](https://togithub.com/alist-org/alist/commit/b6134dc) - Customize allow `origins`, `headers` and `methods` - by [@​xhofe](https://togithub.com/xhofe) [<samp>(3f405)</samp>](https://togithub.com/alist-org/alist/commit/3f405de) - **cloudreve**: - Support thumbnail ([#​5373](https://togithub.com/alist-org/alist/issues/5373) close [#​5348](https://togithub.com/alist-org/alist/issues/5348)) - by [@​itsHenry35](https://togithub.com/itsHenry35) in [https://github.com/alist-org/alist/issues/5373](https://togithub.com/alist-org/alist/issues/5373) and [https://github.com/alist-org/alist/issues/5348](https://togithub.com/alist-org/alist/issues/5348) [<samp>(7f733)</samp>](https://togithub.com/alist-org/alist/commit/7f73354) - Folder size count and switch ([#​5457](https://togithub.com/alist-org/alist/issues/5457) close [#​5395](https://togithub.com/alist-org/alist/issues/5395)) - by [@​itsHenry35](https://togithub.com/itsHenry35) in [https://github.com/alist-org/alist/issues/5457](https://togithub.com/alist-org/alist/issues/5457) and [https://github.com/alist-org/alist/issues/5395](https://togithub.com/alist-org/alist/issues/5395) [<samp>(65c5e)</samp>](https://togithub.com/alist-org/alist/commit/65c5ec0) - **crypt**: - Optional pre-generated thumbnails - by [@​chaoqing](https://togithub.com/chaoqing) in [https://github.com/alist-org/alist/issues/5284](https://togithub.com/alist-org/alist/issues/5284) [<samp>(fb13d)</samp>](https://togithub.com/alist-org/alist/commit/fb13dae) - Add show hidden option - by [@​textrix](https://togithub.com/textrix) in [https://github.com/alist-org/alist/issues/5554](https://togithub.com/alist-org/alist/issues/5554) [<samp>(fe34d)</samp>](https://togithub.com/alist-org/alist/commit/fe34d30) - **google_drive**: - Add `hash_info`, `ctime`, `thumbnail` - by [@​foxxorcat](https://togithub.com/foxxorcat) in [https://github.com/alist-org/alist/issues/5334](https://togithub.com/alist-org/alist/issues/5334) [<samp>(1a283)</samp>](https://togithub.com/alist-org/alist/commit/1a283bb) - **offline_download**: - Add simple http tool - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/4002](https://togithub.com/alist-org/alist/issues/4002) [<samp>(34746)</samp>](https://togithub.com/alist-org/alist/commit/34746e9) - **onedrive**: - Custom host for download link - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5310](https://togithub.com/alist-org/alist/issues/5310) [<samp>(0fd51)</samp>](https://togithub.com/alist-org/alist/commit/0fd5164) - **sso**: - Custom username key for `OIDC` - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5169](https://togithub.com/alist-org/alist/issues/5169) [<samp>(e719a)</samp>](https://togithub.com/alist-org/alist/commit/e719a1a) - **webdav**: - Add `tls_insecure_skip_verify` field - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5490](https://togithub.com/alist-org/alist/issues/5490) [<samp>(91f51)</samp>](https://togithub.com/alist-org/alist/commit/91f51f1) ##### 🐞 Bug Fixes - Hash gcid empty file - by [@​foxxorcat](https://togithub.com/foxxorcat) in [https://github.com/alist-org/alist/issues/5394](https://togithub.com/alist-org/alist/issues/5394) [<samp>(cdfbe)</samp>](https://togithub.com/alist-org/alist/commit/cdfbe6d) - Incorrect content-type of apk files - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5385](https://togithub.com/alist-org/alist/issues/5385) [<samp>(4355d)</samp>](https://togithub.com/alist-org/alist/commit/4355dae) - Reflected XSS vulnerability plist api - by [@​xhofe](https://togithub.com/xhofe) [<samp>(61006)</samp>](https://togithub.com/alist-org/alist/commit/6100647) - `content-type` conflicts with [#​5420](https://togithub.com/alist-org/alist/issues/5420) - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5420](https://togithub.com/alist-org/alist/issues/5420) [<samp>(d2688)</samp>](https://togithub.com/alist-org/alist/commit/d26887d) - **115**: - Allow use proxy directly - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5324](https://togithub.com/alist-org/alist/issues/5324) [<samp>(e8958)</samp>](https://togithub.com/alist-org/alist/commit/e895801) - Limit request rate ([#​5367](https://togithub.com/alist-org/alist/issues/5367) close [#​5275](https://togithub.com/alist-org/alist/issues/5275)) - by [@​foxxorcat](https://togithub.com/foxxorcat) and [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5367](https://togithub.com/alist-org/alist/issues/5367) and [https://github.com/alist-org/alist/issues/5275](https://togithub.com/alist-org/alist/issues/5275) [<samp>(b9e19)</samp>](https://togithub.com/alist-org/alist/commit/b9e192b) - Fix driver package import and variable - by [@​SheltonZhu](https://togithub.com/SheltonZhu) in [https://github.com/alist-org/alist/issues/5482](https://togithub.com/alist-org/alist/issues/5482) [<samp>(3bbdd)</samp>](https://togithub.com/alist-org/alist/commit/3bbdd4f) - **aliyundrive_open**: - Change default api to raw server - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5358](https://togithub.com/alist-org/alist/issues/5358) [<samp>(7600d)</samp>](https://togithub.com/alist-org/alist/commit/7600dc2) - Upload progress for normal upload - by [@​NewbieOrange](https://togithub.com/NewbieOrange) in [https://github.com/alist-org/alist/issues/5398](https://togithub.com/alist-org/alist/issues/5398) [<samp>(8ef80)</samp>](https://togithub.com/alist-org/alist/commit/8ef8023) - Mitigation measures for 15-minute limit ([#​5560](https://togithub.com/alist-org/alist/issues/5560) close [#​5547](https://togithub.com/alist-org/alist/issues/5547)) - by [@​BlueSkyXN](https://togithub.com/BlueSkyXN) and [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5560](https://togithub.com/alist-org/alist/issues/5560) and [https://github.com/alist-org/alist/issues/5547](https://togithub.com/alist-org/alist/issues/5547) [<samp>(0fbb9)</samp>](https://togithub.com/alist-org/alist/commit/0fbb986) - **baidu_netdisk**: - Hash and `error 2` - by [@​foxxorcat](https://togithub.com/foxxorcat) in [https://github.com/alist-org/alist/issues/5356](https://togithub.com/alist-org/alist/issues/5356) [<samp>(8ef89)</samp>](https://togithub.com/alist-org/alist/commit/8ef89ad) - Upload file > 4GB - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5392](https://togithub.com/alist-org/alist/issues/5392) [<samp>(4fc0a)</samp>](https://togithub.com/alist-org/alist/commit/4fc0a77) - **deps**: - Update module github.com/ipfs/go-ipfs-api to v0.7.0 - by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5247](https://togithub.com/alist-org/alist/issues/5247)7 [<samp>(eb918)</samp>](https://togithub.com/alist-org/alist/commit/eb91865) - Update module github.com/aliyun/aliyun-oss-go-sdk to v2.2.9+incompatible - by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5141](https://togithub.com/alist-org/alist/issues/5141)1 [<samp>(69a98)</samp>](https://togithub.com/alist-org/alist/commit/69a98ea) - Update module golang.org/x/net to v0.17.0 \[security] - by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5370](https://togithub.com/alist-org/alist/issues/5370)0 [<samp>(cc86d)</samp>](https://togithub.com/alist-org/alist/commit/cc86d6f) - Update golang.org/x/exp digest to [`7918f67`](https://togithub.com/alist-org/alist/commit/7918f67) - by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5366](https://togithub.com/alist-org/alist/issues/5366)6 [<samp>(4dff4)</samp>](https://togithub.com/alist-org/alist/commit/4dff494) - Update module github.com/charmbracelet/lipgloss to v0.9.1 - by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5234](https://togithub.com/alist-org/alist/issues/5234)4 [<samp>(a6325)</samp>](https://togithub.com/alist-org/alist/commit/a632596) - Update module github.com/aws/aws-sdk-go to v1.46.7 - by [@​renovate](https://togithub.com/renovate)\[bot] in[https://github.com/alist-org/alist/issues/5068](https://togithub.com/alist-org/alist/issues/5068)8 [<samp>(a7421)</samp>](https://togithub.com/alist-org/alist/commit/a7421d8) - **local**: - Video file thumbnails not displaying on iOS Safari - by [@​gmugu](https://togithub.com/gmugu) in [https://github.com/alist-org/alist/issues/5420](https://togithub.com/alist-org/alist/issues/5420) [<samp>(867ac)</samp>](https://togithub.com/alist-org/alist/commit/867acca) - **mopan**: - 302 Redirect ([#​5505](https://togithub.com/alist-org/alist/issues/5505) close [#​5502](https://togithub.com/alist-org/alist/issues/5502)) - by [@​foxxorcat](https://togithub.com/foxxorcat) and [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5505](https://togithub.com/alist-org/alist/issues/5505) and [https://github.com/alist-org/alist/issues/5502](https://togithub.com/alist-org/alist/issues/5502) [<samp>(55a14)</samp>](https://togithub.com/alist-org/alist/commit/55a14bc) - **onedrive_app**: - Incorrect api on `_accessToken` - by [@​jeffmingup](https://togithub.com/jeffmingup) in [https://github.com/alist-org/alist/issues/5346](https://togithub.com/alist-org/alist/issues/5346) [<samp>(35d67)</samp>](https://togithub.com/alist-org/alist/commit/35d6722) - **terabox**: - Auto refresh `JsToken` - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5277](https://togithub.com/alist-org/alist/issues/5277) [<samp>(6b67a)</samp>](https://togithub.com/alist-org/alist/commit/6b67a36) - Encode parameters for `filemanager` api - by [@​URenko](https://togithub.com/URenko) in [https://github.com/alist-org/alist/issues/5308](https://togithub.com/alist-org/alist/issues/5308) [<samp>(e1ef6)</samp>](https://togithub.com/alist-org/alist/commit/e1ef690) - **vtencent**: - Hack file with size 0 but actual size is not 0 - by [@​xhofe](https://togithub.com/xhofe) [<samp>(d455a)</samp>](https://togithub.com/alist-org/alist/commit/d455a23) - **weiyun**: - Unmarshal overflow - by [@​foxxorcat](https://togithub.com/foxxorcat) in [https://github.com/alist-org/alist/issues/5459](https://togithub.com/alist-org/alist/issues/5459) [<samp>(68f44)</samp>](https://togithub.com/alist-org/alist/commit/68f440a) - **wopan**: - Fatal error concurrent map writes - by [@​xhofe](https://togithub.com/xhofe) in [https://github.com/alist-org/alist/issues/5352](https://togithub.com/alist-org/alist/issues/5352) [<samp>(1ebc9)</samp>](https://togithub.com/alist-org/alist/commit/1ebc96a) ##### 🏎 Performance - **webdav**: Support request with cookies - by [@​gmugu](https://togithub.com/gmugu) in [https://github.com/alist-org/alist/issues/5391](https://togithub.com/alist-org/alist/issues/5391) [<samp>(aaffa)</samp>](https://togithub.com/alist-org/alist/commit/aaffaee) ##### [View changes on GitHub](https://togithub.com/alist-org/alist/compare/v3.28.0...v3.29.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy42OC4wIiwidXBkYXRlZEluVmVyIjoiMzcuNjguMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
fallenwood
pushed a commit
to fallenwood/alist
that referenced
this issue
Dec 24, 2024
commit 94d0287 Author: Andy Hsu <i@nn.ci> Date: Sat Oct 14 13:17:51 2023 +0800 ci: remove `pr-welcome` label when close issue [skip ci] commit 7f73354 Author: itsHenry <2671230065@qq.com> Date: Sat Oct 14 13:12:46 2023 +0800 feat(cloudreve): support thumbnail (AlistGo#5373 close AlistGo#5348) * feat(cloudreve): support thumbnail * chore: remove unnecessary code commit b9e192b Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Thu Oct 12 20:57:12 2023 +0800 fix(115): limit request rate (AlistGo#5367 close AlistGo#5275) * fix(115):limit request rate * chore(115): fix unit of `limit_rate` --------- Co-authored-by: Andy Hsu <i@nn.ci> commit 69a98ea Author: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Wed Oct 11 22:01:55 2023 +0800 fix(deps): update module github.com/aliyun/aliyun-oss-go-sdk to v2.2.9+incompatible (AlistGo#5141) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> commit 47cf228 Author: fallenwood <fallenwood.y@outlook.com> Date: Wed Oct 11 08:04:06 2023 +0800 build local commit f860fb5 Author: fallenwood <fallenwood.y@outlook.com> Date: Wed Oct 11 06:55:54 2023 +0800 custom build commit 0b64b13 Author: fallenwood <fallenwood.y@outlook.com> Date: Wed Oct 11 06:44:43 2023 +0800 add dandanplay option commit 1ebc96a Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:32:00 2023 +0800 fix(wopan): fatal error concurrent map writes (close AlistGo#5352) commit 66e2324 Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:23:11 2023 +0800 chore(deps): upgrade dependencies commit 7600dc2 Author: Andy Hsu <i@nn.ci> Date: Tue Oct 10 18:13:58 2023 +0800 fix(aliyundrive_open): change default api to raw server (close AlistGo#5358) commit 8ef89ad Author: foxxorcat <95907542+foxxorcat@users.noreply.github.com> Date: Tue Oct 10 18:08:27 2023 +0800 fix(baidu_netdisk): hash and `error 2` (AlistGo#5356) * fix(baidu):hash and error:2 * fix:invalid memory address
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Please make sure of the following things
I have read the documentation.
我已经阅读了文档。
I'm sure there are no duplicate issues or discussions.
我确定没有重复的issue或讨论。
I'm sure it's due to
AList
and not something else(such as Network ,Dependencies
orOperational
).我确定是
AList
的问题,而不是其他原因(例如网络,依赖
或操作
)。I'm sure this issue is not fixed in the latest version.
我确定这个问题在最新版本中没有被修复。
AList Version / AList 版本
v3.28.0
Driver used / 使用的存储驱动
WoPan
Describe the bug / 问题描述
1、使用docker版本
2、使用联通云盘驱动WoPan按照官网文档进行配置
联通云盘挂在正常,开启上传同步本地到云盘,几分钟后就会Crash docker崩溃重启
Reproduction / 复现链接
无
Config / 配置
Logs / 日志
INFO[2023-10-09 20:38:07] success load storage: [/unicomdrive], driver: [WoPan]
fatal error: concurrent map writes
fatal error: concurrent map writes
goroutine 269 [running]:
github.com/Xhofe/wopan-sdk-go.(*WoClient).NewBody(0x1bfe02f?, {0x1bf1f78?, 0x18b1471f39f?}, 0x188d8?, 0x1bf1f78?)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/req_body.go:26 +0x5f
github.com/Xhofe/wopan-sdk-go.(*WoClient).request(0xc00016a600, {0x1bf1f78, 0x8}, {0x1bfe02f, 0xf}, 0x414387?, 0x10?, {0x1861600, 0xc000b85720}, 0x1, ...)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/request.go:19 +0x565
github.com/Xhofe/wopan-sdk-go.(*WoClient).Request(...)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/request.go:68
github.com/Xhofe/wopan-sdk-go.(*WoClient).RequestApiUser(0xc?, {0x1bfe02f?, 0xc00170c7d8?}, 0x51de1c?, 0x0?, {0x1861600?, 0xc000b85720?}, {0x0, 0x0, 0x0})
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/request.go:72 +0x77
github.com/Xhofe/wopan-sdk-go.(*WoClient).AppRefreshToken(0xc00016a600, {0x0, 0x0, 0x0})
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/api-user.go:80 +0x159
github.com/Xhofe/wopan-sdk-go.(*WoClient).RefreshToken(0xc00016a600)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/operation.go:39 +0x29
github.com/Xhofe/wopan-sdk-go.(*WoClient).request(0xc00016a600, {0x1beea13, 0x6}, {0x1c0b116, 0x15}, 0x414387?, 0x10?, {0x0, 0x0}, 0x1, ...)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/request.go:43 +0x9ff
github.com/Xhofe/wopan-sdk-go.(*WoClient).Request(...)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/request.go:68
github.com/Xhofe/wopan-sdk-go.(*WoClient).RequestWoHome(0x8?, {0x1c0b116?, 0x4d83af?}, 0x36?, 0x1a?, {0x0?, 0x0?}, {0xc00072ed40, 0x1, 0x1})
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/request.go:76 +0x77
github.com/Xhofe/wopan-sdk-go.(*WoClient).RenameFileOrDirectory(0x4134ed?, {0x26ac300, 0x1}, 0x1, {0xc001bef7e0, 0x20}, {0xc000449c80, 0x2b}, {0x0, 0x0}, ...)
/root/go/pkg/mod/github.com/!xhofe/wopan-sdk-go@v0.1.1/api-fs.go:130 +0x3a5
github.com/alist-org/alist/v3/drivers/wopan.(*Wopan).Rename(0xc0007f8b00, {0x26c9b40, 0xc0007e0870}, {0x26d2e60, 0xc00085df40}, {0xc000449c80, 0x2b})
/app/drivers/wopan/driver.go:121 +0x17f
github.com/alist-org/alist/v3/internal/op.Rename({0x26c9b40, 0xc0007e0870}, {0x26d2eb8, 0xc0007f8b00?}, {0xc000b9e700, 0x36}, {0xc000449c80, 0x2b}, {0x0, 0x0, ...})
/app/internal/op/fs.go:415 +0x47a
github.com/alist-org/alist/v3/internal/op.Put({0x26c9b40, 0xc0007e0870}, {0x26d2eb8, 0xc0007f8b00}, {0xc0016dcc8c, 0x1a}, {0x26e2ed8?, 0xc000733780?}, 0x0, {0x0, ...})
/app/internal/op/fs.go:518 +0x516
github.com/alist-org/alist/v3/internal/fs.putDirectly({0x26c9b40, 0xc0007e0870}, {0xc0016dcc80?, 0x1bf574a?}, {0x26e2ed8, 0xc000733780}, {0x0, 0x0, 0x0})
/app/internal/fs/put.go:54 +0x27d
github.com/alist-org/alist/v3/internal/fs.PutDirectly({0x26c9b40?, 0xc0007e0870?}, {0xc0016dcc80, 0x26}, {0x26e2ed8?, 0xc000733780?}, {0x0?, 0xc00167f460?, 0xc00072f340?})
/app/internal/fs/fs.go:96 +0x55
github.com/alist-org/alist/v3/server/webdav.(*Handler).handlePut(0xc0008b61b0, {0x26c5be0, 0xc0007e08a0}, 0xc000b34900)
/app/server/webdav/webdav.go:341 +0x675
github.com/alist-org/alist/v3/server/webdav.(*Handler).ServeHTTP(0xc0008b61b0, {0x7f301b4df338, 0xc00071a400}, 0xc000b34900)
/app/server/webdav/webdav.go:65 +0xd0
github.com/alist-org/alist/v3/server.ServeWebDAV(0xc00071a400)
/app/server/webdav.go:46 +0x185
github.com/gin-gonic/gin.(*Context).Next(...)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server.WebDAVAuth(0xc00071a400)
/app/server/webdav.go:113 +0x950
github.com/gin-gonic/gin.(*Context).Next(...)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/alist-org/alist/v3/server/middlewares.StoragesLoaded(0xc00071a400)
/app/server/middlewares/check.go:14 +0xae
github.com/gin-gonic/gin.(*Context).Next(...)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.CustomRecoveryWithWriter.func1(0xc00071a400)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/recovery.go:102 +0x82
github.com/gin-gonic/gin.(*Context).Next(...)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.LoggerWithConfig.func1(0xc00071a400)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/logger.go:240 +0xe7
github.com/gin-gonic/gin.(*Context).Next(...)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/context.go:174
github.com/gin-gonic/gin.(*Engine).handleHTTPRequest(0xc00085e9c0, 0xc00071a400)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:620 +0x66b
github.com/gin-gonic/gin.(*Engine).ServeHTTP(0xc00085e9c0, {0x26c8490?, 0xc000170000}, 0xc0004dfe00)
/root/go/pkg/mod/github.com/gin-gonic/gin@v1.9.1/gin.go:576 +0x1dd
net/http.serverHandler.ServeHTTP({0x26c3af8?}, {0x26c8490, 0xc000170000}, 0xc0004dfe00)
/usr/lib/go/src/net/http/server.go:2936 +0x316
net/http.(*conn).serve(0xc0008dfa70, {0x26c9b40, 0xc0008d0f30})
/usr/lib/go/src/net/http/server.go:1995 +0x612
created by net/http.(*Server).Serve
/usr/lib/go/src/net/http/server.go:3089 +0x5ed
goroutine 1 [chan receive]:
github.com/alist-org/alist/v3/cmd.glob..func8(0x3374bc0?, {0x1be4e17?, 0x1?, 0x1?})
/app/cmd/server.go:101 +0x75e
github.com/spf13/cobra.(*Command).execute(0x3374bc0, {0xc000229d80, 0x1, 0x1})
/root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:944 +0x847
github.com/spf13/cobra.(*Command).ExecuteC(0x33748e0)
/root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3bd
github.com/spf13/cobra.(*Command).Execute(...)
/root/go/pkg/mod/github.com/spf13/cobra@v1.7.0/command.go:992
github.com/alist-org/alist/v3/cmd.Execute()
/app/cmd/root.go:20 +0x25
main.main()
/app/main.go:6 +0x17
goroutine 19 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 20 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 21 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 22 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 23 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 24 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 25 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 27 [select]:
github.com/blevesearch/bleve_index_api.AnalysisWorker({0xc0004ee000?, 0xc0004ee060?})
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:46 +0x8f
created by github.com/blevesearch/bleve_index_api.NewAnalysisQueue
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:38 +0x92
goroutine 28 [select]:
github.com/blevesearch/bleve_index_api.AnalysisWorker({0xc0004ee000?, 0xc0004ee060?})
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:46 +0x8f
created by github.com/blevesearch/bleve_index_api.NewAnalysisQueue
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:38 +0x92
goroutine 29 [select]:
github.com/blevesearch/bleve_index_api.AnalysisWorker({0xc0004ee000?, 0xc0004ee060?})
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:46 +0x8f
created by github.com/blevesearch/bleve_index_api.NewAnalysisQueue
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:38 +0x92
goroutine 30 [select]:
github.com/blevesearch/bleve_index_api.AnalysisWorker({0xc0004ee000?, 0xc0004ee060?})
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:46 +0x8f
created by github.com/blevesearch/bleve_index_api.NewAnalysisQueue
/root/go/pkg/mod/github.com/blevesearch/bleve_index_api@v1.0.6/analysis.go:38 +0x92
goroutine 33 [select]:
github.com/Xhofe/go-cache.NewMemCache[...].func1()
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:115 +0xf9
created by github.com/Xhofe/go-cache.NewMemCache[...]
/root/go/pkg/mod/github.com/!xhofe/go-cache@v0.0.0-20220723083548-714439c8af9a/cache.go:108 +0x29a
goroutine 34 [select]:
database/sql.(*DB).connectionOpener(0xc0007f04e0, {0x26c9a98, 0xc000094f50})
/usr/lib/go/src/database/sql/sql.go:1218 +0x8d
created by database/sql.OpenDB
/usr/lib/go/src/database/sql/sql.go:791 +0x18d
goroutine 35 [chan receive]:
github.com/natefinch/lumberjack.(*Logger).millRun(0xc0007ea1e0)
/root/go/pkg/mod/github.com/natefinch/lumberjack@v2.0.0+incompatible/lumberjack.go:379 +0x45
created by github.com/natefinch/lumberjack.(*Logger).mill.func1
/root/go/pkg/mod/github.com/natefinch/lumberjack@v2.0.0+incompatible/lumberjack.go:390 +0x96
goroutine 98 [IO wait]:
internal/poll.runtime_pollWait(0x7f301b5e6308, 0x72)
/usr/lib/go/src/runtime/netpoll.go:306 +0x89
internal/poll.(*pollDesc).wait(0xc0008dac80?, 0xc000c5a000?, 0x0)
/usr/lib/go/src/internal/poll/fd_poll_runtime.go:84 +0x32
internal/poll.(*pollDesc).waitRead(...)
/usr/lib/go/src/internal/poll/fd_poll_runtime.go:89
internal/poll.(*FD).Read(0xc0008dac80, {0xc000c5a000, 0x1300, 0x1300})
/usr/lib/go/src/internal/poll/fd_unix.go:167 +0x299
net.(*netFD).Read(0xc0008dac80, {0xc000c5a000?, 0xc000c5a00d?, 0x29b?})
/usr/lib/go/src/net/fd_posix.go:55 +0x29
net.(*conn).Read(0xc000014590, {0xc000c5a000?, 0x12f3?, 0xc000c5a005?})
/usr/lib/go/src/net/net.go:183 +0x45
crypto/tls.(*atLeastReader).Read(0xc00098c6a8, {0xc000c5a000?, 0xc00098c6a8?, 0x0?})
/usr/lib/go/src/crypto/tls/conn.go:788 +0x3d
bytes.(*Buffer).ReadFrom(0xc0003a6610, {0x26b5960, 0xc00098c6a8})
/usr/lib/go/src/bytes/buffer.go:202 +0x98
crypto/tls.(*Conn).readFromUntil(0xc0003a6380, {0x26b9200?, 0xc000014590}, 0x45aa38?)
/usr/lib/go/src/crypto/tls/conn.go:810 +0xe5
crypto/tls.(*Conn).readRecordOrCCS(0xc0003a6380, 0x0)
/usr/lib/go/src/crypto/tls/conn.go:617 +0x116
crypto/tls.(*Conn).readRecord(...)
/usr/lib/go/src/crypto/tls/conn.go:583
crypto/tls.(*Conn).Read(0xc0003a6380, {0xc000c67000, 0x1000, 0x7235c0?})
/usr/lib/go/src/crypto/tls/conn.go:1316 +0x16f
bufio.(*Reader).Read(0xc000b99140, {0xc000b7a3c0, 0x9, 0x741245?})
/usr/lib/go/src/bufio/bufio.go:237 +0x1bb
io.ReadAtLeast({0x26b56e0, 0xc000b99140}, {0xc000b7a3c0, 0x9, 0x9}, 0x9)
/usr/lib/go/src/io/io.go:332 +0x9a
io.ReadFull(...)
/usr/lib/go/src/io/io.go:351
net/http.http2readFrameHeader({0xc000b7a3c0?, 0x9?, 0xc000701a40?}, {0x26b56e0?, 0xc000b99140?})
/usr/lib/go/src/net/http/h2_bundle.go:1567 +0x6e
net/http.(*http2Framer).ReadFrame(0xc000b7a380)
/usr/lib/go/src/net/http/h2_bundle.go:1831 +0x95
net/http.(*http2clientConnReadLoop).run(0xc000c52f98)
/usr/lib/go/src/net/http/h2_bundle.go:9187 +0x12e
net/http.(*http2ClientConn).readLoop(0xc0007eef00)
/usr/lib/go/src/net/http/h2_bundle.go:9082 +0x6f
created by net/http.(*http2Transport).newClientConn
/usr/lib/go/src/net/http/h2_bundle.go:7779 +0xc3c
The text was updated successfully, but these errors were encountered: