Skip to content
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

备份的历史记录里面出现了两个m-team,导致无法正确导入m-team的历史记录 #1907

Closed
4 tasks done
jiang925 opened this issue Jun 9, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@jiang925
Copy link

jiang925 commented Jun 9, 2024

请确认你已经做过并了解如下步骤,在 [] 中填入 x 选中

  • 仔细看并搜索过Wiki
  • 请确认你的版本比当前Pre-release要新,我们建议使用crx版本作为标准 (注:安装的时候都是最新的。我现在要更新。发现了问题。)
  • 搜素过Issue,确认没有相关问题
  • 不理解、询问问题或者使用上的问题请使用Discuissions
  • PT 助手版本: 2664 (注:安装的时候是最新的。用的时候没有发现问题。现在要更新,发现了问题。)
  • PT 助手安装方式:zip
  • 浏览器名称及版本:Edge 版本 125.0.2535.92 (正式版本) (arm64)
  • 浏览器是否安装了其他插件:是
  • 停用其他插件后是否正常工作:否
  • 问题描述:
    插件内部的userHistoryData里面出现了两个m-team的key。导出以后如下:
{
  "xp.m-team.cc": { 
    // 正确的历史记录并一直在更新
  },
  "xp.m-team.io": {
    // 两条非常老的历史记录(一个月以前)
  },
}

这个数据在导入的时候,错误的数据会被导入,而正确的数据就消失了。这导致备份功能失效。不能升级PTPP版本。

数据可以手动修复。

  1. 在插件管理页,打开PTPP的背景页。
  2. 在控制台里,给getUserHistoryData函数设置断点。
  3. 在插件里打开站点数据页面。
  4. 这时背景页的断点会trigger。在控制台里面去掉多余的key。大概是这样的delete this.service.items.userDatas["xp.m-team.io"]
  • 相关截图:

  • 重现步骤:
    我不记得一个月前是具体怎么操作的了。大体上是添加了m-team,但是过了两天m-team去掉了一个域名导致ptpp不能访问m-team。然后我就在m-team配置里面的CDN列表里去掉了那个失效的域名。

@jiang925 jiang925 added the bug Something isn't working label Jun 9, 2024
@IITII
Copy link
Member

IITII commented Jun 13, 2024

备份为 zip, 然后恢复

03297bb fix(mt): 历史数据丢失问题 #1762 #1785

@IITII IITII closed this as completed Jun 13, 2024
wegood9 added a commit to wegood9/PT-Plugin-Plus that referenced this issue Jun 14, 2024
* fix(audiences): 支持Microsoft Edge浏览器获取做种体积 (pt-plugins#1851)

Co-authored-by: Shl-Cool <cool@cool.com>

* fix: chrome as onBeforeSendHeaders default

* build: full use vite to build pkg

* build: ignore extra `README.md` file in resource folder

* fix(ts): add shim-env for vite

* fix(SSD): 修复SSD副标题显示问题

同时增加 MiniDB 标签

* deps: remove webpack loader

* deps: use vite plugin to provide node polyfills

* feat (x-ite): 搜索关键词替换, 结果更精确 (pt-plugins#1860)

* feat: 启用 `searchEntryConfig.area.keyAutoMatch` 正则 Unicode 支持

* feat: 增加禁用 `searchEntryConfig.area` 选项

* feat: support x-ite (pt-plugins#1862)

* build: disable rollup treeshake because we use eval

* fix(mt): 拖放链接到助手图标无效 pt-plugins#1870

* feat: qb 自定义标签 pt-plugins#1883

* 不需要留空即可,逗号分隔. 比如: PTPP,MOVIEPILOT

* fix(mt): keep upload task

* fix(hh): level requirements

* fix(hdh): pt-plugins#1850 level requirements

* fix(ss): pt-plugins#1736 uploads

* site(YemaPT): 初步支持搜索和部分个人信息获取

* ci: lock pr action build version to `1.x.x.1`

closed: pt-plugins#1890

* fix(hdd): bonusPerHour

* fix fsm

* fix(fsm): join time

* fix(pig): HnR count (pt-plugins#1898)

* fix(fsm): search result link

* feat: 适配新站点ToSky (pt-plugins#1886)

* feat(blu): remove domain xyz

* fix(userData): 升级用户数据时,先并入最新的hosts下数据(如有)

may closed: pt-plugins#1907

* fix(ad): seeding and seedingSize

* feat(u3d): seeding status (pt-plugins#1901)

* feat(blu): remove domain xyz

* feat(u3d): support seeding status

* fix(u3d): remove wrong progress

* feat(aihter): support complete status

* Revert "feat(aihter): support complete status"

This reverts commit 6735f83.

* feat(u3d): support more status

* fix(u3d): unsuitable judgment conditions

* fix(bhd): unsuitable judgment condition

* fix(u3d): progess

* fix(xhb): 更新升级条件

* fix(mt): 搜索页下载种子到本地 pt-plugins#1808

---------

Co-authored-by: SHL-COOL <31879581+SHL-COOL@users.noreply.github.com>
Co-authored-by: Shl-Cool <cool@cool.com>
Co-authored-by: IITII <ccmejx@gmail.com>
Co-authored-by: Rhilip <admin@rhilip.info>
Co-authored-by: 栽培者 <ronggang.zhou@gmail.com>
Co-authored-by: Rhilip <rhilipruan@gmail.com>
Co-authored-by: Rhilip <Rhilip@users.noreply.github.com>
Co-authored-by: Dawei Huang <davidxuang@live.com>
Co-authored-by: Trim21 <trim21.me@gmail.com>
Co-authored-by: fzlins <fzlins2013@gmail.com>
Co-authored-by: Hui-Shao <31568606+hui-shao@users.noreply.github.com>
Co-authored-by: halehal <haleyhrid@gmail.com>
Co-authored-by: ted423 <priston910423@gmail.com>
Co-authored-by: LovelyBaibai <1633480356@qq.com>
wegood9 added a commit to wegood9/PT-Plugin-Plus that referenced this issue Sep 21, 2024
* fix(audiences): 支持Microsoft Edge浏览器获取做种体积 (pt-plugins#1851)

Co-authored-by: Shl-Cool <cool@cool.com>

* fix: chrome as onBeforeSendHeaders default

* build: full use vite to build pkg

* build: ignore extra `README.md` file in resource folder

* fix(ts): add shim-env for vite

* fix(SSD): 修复SSD副标题显示问题

同时增加 MiniDB 标签

* deps: remove webpack loader

* deps: use vite plugin to provide node polyfills

* feat (x-ite): 搜索关键词替换, 结果更精确 (pt-plugins#1860)

* feat: 启用 `searchEntryConfig.area.keyAutoMatch` 正则 Unicode 支持

* feat: 增加禁用 `searchEntryConfig.area` 选项

* feat: support x-ite (pt-plugins#1862)

* build: disable rollup treeshake because we use eval

* fix(mt): 拖放链接到助手图标无效 pt-plugins#1870

* feat: qb 自定义标签 pt-plugins#1883

* 不需要留空即可,逗号分隔. 比如: PTPP,MOVIEPILOT

* fix(mt): keep upload task

* fix(hh): level requirements

* fix(hdh): pt-plugins#1850 level requirements

* fix(ss): pt-plugins#1736 uploads

* site(YemaPT): 初步支持搜索和部分个人信息获取

* ci: lock pr action build version to `1.x.x.1`

closed: pt-plugins#1890

* fix(hdd): bonusPerHour

* fix fsm

* fix(fsm): join time

* fix(pig): HnR count (pt-plugins#1898)

* fix(fsm): search result link

* feat: 适配新站点ToSky (pt-plugins#1886)

* feat(blu): remove domain xyz

* fix(userData): 升级用户数据时,先并入最新的hosts下数据(如有)

may closed: pt-plugins#1907

* fix(ad): seeding and seedingSize

* feat(u3d): seeding status (pt-plugins#1901)

* feat(blu): remove domain xyz

* feat(u3d): support seeding status

* fix(u3d): remove wrong progress

* feat(aihter): support complete status

* Revert "feat(aihter): support complete status"

This reverts commit 6735f83.

* feat(u3d): support more status

* fix(u3d): unsuitable judgment conditions

* fix(bhd): unsuitable judgment condition

* fix(u3d): progess

* fix(xhb): 更新升级条件

* fix(mt): 搜索页下载种子到本地 pt-plugins#1808

* fix: remove wrong config

pt-plugins#1798

* fix: category name

使用官方名

* feat(hdb): support exclusive tag

* fix(hddolby): noseed tag

* fix(ssd): system message count.

* feat(yemapt):  update level name and requirements and add extra info

* fix(yemapt): update level name and requirements (pt-plugins#1919)

* fix(yemapt): add user uploads size / seeding count and size / bonus per hour

* fix(TL): message count

* fix(pterclub): fix uploads count and rename the level name

* Revert "fix(pterclub): fix uploads count and rename the level name"

This reverts commit 68604b8.

* fix(m-team):使用api域名 (pt-plugins#1917)

* 修改馒头请求域名

* 修复种子页无法下载到

* 用户数据切换为api域名

* 搜索切换为api域名、支持种子页下载全部

* 增加api站点配置

* 适配搜索页跳转到网站

* fix(pterclub): fix uploads count and rename the level name

* fix(pterclub): make the user level name display consistent with the actual

* fix(pterclub): uploads torrent count exclude dead torrent

* fix(pter): add back check=checked

* fix(acm): domain change

* fix(mt): 流控调整 pt-plugins#1910

* feat: site down, remove ptlsp

* feat: oshen remove uneed cdn

* fix(dt): domain change

* fix(dt): domain change

* fix: formatSize

* fix(mt): 重构批量下载, 移除 `复制下载链接` 功能 pt-plugins#1910

* 优化推送消息提醒
* 复制下载链接, 功能上和解析推送种子冲突, 而且解析推送种子更方便.

* fix(mt): fix mt refresh rate limited (pt-plugins#1938)

* fix: mt refresh fails due to rate limiting

pt-plugins#1936

* change the delay from 8000 to 2100

* revert linter changes

* feat: some site change

pt-plugins#1888

* revert: collaborator

* fix(jptv): levelRequirements

* fix(putao): seeding number

* sitedown: hdfunc(hdzone)

* sitedown: hdmayi

* fix(HDDolby): levelRequirements pt-plugins#1922

* doc: update readme

* fix(star-space): 修复数据获取和搜索功能

* 修复数据获取错误

* 修复imdb搜索

* fix(ptt): user level info. pt-plugins#1955

* fix: "G"/"T" instead by "GB"/"TB" (pt-plugins#1963)

* feat: 2024-07-29 ptt user level change

* fix(mt): use new apil myPeerStatistics

* fix(ssd): levelRequirements pt-plugins#1970

* fix(HDB): update seeding size selector

* fix(btschool): 修复数据获取

* 修复数据获取

* fix(star-space):修复搜索结果时间格式不正确 (pt-plugins#1974)

* fix(star-space):修复搜索结果时间格式不正确

* 修改时间函数

* feat(PTP): add freeleech tag

* fix(Luminance): plugins, searchEntryConfig, user info

* feat(pornbay): new site

* feat(cathode-ray.tube): new site

* fix(ptvicomo): 修复搜索种子详情不显示

* feat(bitporn): new site

* fix(fsm): send torrent in detail page

* feat(milkie): new site

* fix(milkie): auth with api key

* feat: authTokenTip

* feat(superbits): searchEntry

* feat(digitalcore): searchEntry

* fix(fsm): joinTime

* fix(fsm): default apiCdn

* feat: getInfoAjaxCache

* fix pt-plugins/issues/1744

* Create .gitattributes

* fix(kamept): getInfoAjaxCache pt-plugins#1995

* fix(tjupt): 站点搜索范围功能失效

* update categories.[*].result format: &cat=$id$ changed to &cat[]=$id$

* feat:调整图表样式 (pt-plugins#1994)

* feat:调整图表样式

---------

Co-authored-by: SHL-COOL <31879581+SHL-COOL@users.noreply.github.com>
Co-authored-by: Shl-Cool <cool@cool.com>
Co-authored-by: IITII <ccmejx@gmail.com>
Co-authored-by: Rhilip <admin@rhilip.info>
Co-authored-by: 栽培者 <ronggang.zhou@gmail.com>
Co-authored-by: Rhilip <rhilipruan@gmail.com>
Co-authored-by: Rhilip <Rhilip@users.noreply.github.com>
Co-authored-by: Dawei Huang <davidxuang@live.com>
Co-authored-by: Trim21 <trim21.me@gmail.com>
Co-authored-by: fzlins <fzlins2013@gmail.com>
Co-authored-by: Hui-Shao <31568606+hui-shao@users.noreply.github.com>
Co-authored-by: halehal <haleyhrid@gmail.com>
Co-authored-by: ted423 <priston910423@gmail.com>
Co-authored-by: LovelyBaibai <1633480356@qq.com>
Co-authored-by: Bright-W <coolup9@gmail.com>
Co-authored-by: 刘志龙 <zhilong0327@gmail.com>
Co-authored-by: fzlins <100051558+fzlins@users.noreply.github.com>
Co-authored-by: Tian J <jiang925@hotmail.com>
Co-authored-by: hui-shao <hui-shao@outlook.com>
Co-authored-by: SHL-COOL <shenhuilin0@gmail.com>
Co-authored-by: dragon <dragon@dragon.com>
Co-authored-by: Araputa <6489501892@protonmail.com>
Co-authored-by: Tom Yang <20330249+tomyangsh@users.noreply.github.com>
Co-authored-by: mitlearn <64004444+mitlearn@users.noreply.github.com>
Co-authored-by: ixff <150003322+ixff@users.noreply.github.com>
Co-authored-by: dragon <37643710+declandragon@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants