lzwme / scoop-proxy-cn

适合中国大陆的 Scoop buckets 代理镜像库。从多个开源 bucket 仓库同步更新,包含应用 1.6w+。
MIT License
235 stars 13 forks source link

更新ani报错 #70

Closed pheotry closed 2 weeks ago

pheotry commented 3 weeks ago

Dorado仓库同步过来的包好像很容易出错啊。 可能是它自定义了一些脚本来处理文件?但是脚本没同步过来?

Updating 'ani' (3.12.0 -> 4.0.0-alpha01)
Downloading new version
ani-4.0.0-alpha01-windows-x86_64.zip (349.6 MB) [=============================================================] 100%
Checking hash of ani-4.0.0-alpha01-windows-x86_64.zip ... ok.
Uninstalling 'ani' (3.12.0)
Running uninstaller script...Import-Module: The specified module 'C:\Users\sand\scoop\buckets\muggle\scripts\DoradoUtils.psm1' was not loaded because no valid module file was found in any module directory.
Dismount-ExternalRuntimeData:
Line |
   2 |  Dismount-ExternalRuntimeData -Target "$env:APPDATA\Him188"
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | The term 'Dismount-ExternalRuntimeData' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Remove-Module:
Line |
   3 |  Remove-Module -Name DoradoUtils
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | No modules were removed. Verify that the specification of modules to remove is correct and those modules exist in the runspace.
done.
Removing shim 'Ani.shim'.
Removing shim 'Ani.exe'.
Unlinking ~\scoop\apps\ani\current
Installing 'ani' (4.0.0-alpha01) [64bit] from 'spc' bucket
Loading ani-4.0.0-alpha01-windows-x86_64.zip from cache
Extracting ani-4.0.0-alpha01-windows-x86_64.zip ... done.
Running installer script...Import-Module: The specified module 'C:\Users\sand\scoop\buckets\muggle\scripts\DoradoUtils.psm1' was not loaded because no valid module file was found in any module directory.
Mount-ExternalRuntimeData:
Line |
   2 |  Mount-ExternalRuntimeData -Source "$persist_dir\data" -Target "$env:A …
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~
     | The term 'Mount-ExternalRuntimeData' is not recognized as a name of a cmdlet, function, script file, or executable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Remove-Module:
Line |
   3 |  Remove-Module -Name DoradoUtils
     |  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     | No modules were removed. Verify that the specification of modules to remove is correct and those modules exist in the runspace.
renxia commented 2 weeks ago

是的,看上去是脚本里查找文件路径写了固定仓库名,回头看兼容处理一下