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

[BUG] (Scoop updates never show up) #3010

Open
4 tasks done
clin1234 opened this issue Nov 24, 2024 · 5 comments
Open
4 tasks done

[BUG] (Scoop updates never show up) #3010

clin1234 opened this issue Nov 24, 2024 · 5 comments
Assignees
Labels
bug Something isn't working ready-to-go scoop
Milestone

Comments

@clin1234
Copy link

Please confirm these before moving forward

  • I have searched for my issue and have not found a work-in-progress/duplicate/resolved issue.
  • I have tested that this issue has not been fixed in the latest (beta or stable) release.
  • I have checked the FAQ section for solutions.
  • This issue is about a bug (if it is not, please use the correct template).

UniGetUI Version

3.1.4-beta1

Windows version, edition, and architecture

Windows 11 Home 10.0.27749.1000 x64

Describe your issue

Whenever I launch the program or check for updates, updates from other package managers show, but not those from scoop.

Steps to reproduce the issue

No response

UniGetUI Log

https://defuse.ca/b/0a6LecAh

Package Managers Logs

https://defuse.ca/b/iPgmcSK0VmAabVhg1JRPCe

Relevant information

What is the default timeout for checking updates? (Specifically scoop)

Screenshots and videos

No response

@clin1234 clin1234 added the bug Something isn't working label Nov 24, 2024
@marticliment
Copy link
Owner

Please run the command scoop status on a powershell window. What can you see?

@clin1234
Copy link
Author

Checking using the scoop command is fine, it's just that UnigetUI cannot

C:\Users\שזדס\scoop\apps>scoop status
WARN  Scoop bucket(s) out of date. Run 'scoop update' to get the latest changes.
Where-Object : The 'Ine' operator failed: The term 'Get-UserAgent' is not recognized as the name of a cmdlet,
function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the
path is correct and try again..
At C:\Users\שזדס\scoop\apps\scoop\current\libexec\scoop-status.ps1:58 char:26
+     Get-ChildItem $dir | Where-Object name -NE 'scoop' | ForEach-Obje ...
+                          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (ddu:PSObject) [Where-Object], PSInvalidOperationException
    + FullyQualifiedErrorId : OperatorFailed,Microsoft.PowerShell.Commands.WhereObjectCommand


Name                          Installed Version              Latest Version                 Missing Dependencies Info
----                          -----------------              --------------                 -------------------- ----
arthas                        4.0.3                          4.0.4
aya                           55cdeb6                        d2955e2
ayugram                       5.6.3                          5.8.3
chez-scheme                                                                                                      Ins...
chromium-dev                  133.0.6849.0-r1385513          133.0.6857.0-r1387337
cmake-nightly                 3.31.20241119                  3.31.20241123
cpachecker                    3.0                            4.0
flut-renamer                  1.5.2                                                                              Man...
Font-Awesome                  6.7.0                          6.7.1
fossa                         3.9.39                         3.9.40
garnet                        1.0.39                         1.0.44
gitbutler-nightly             0.5.917                        0.5.921
iaito                         5.9.8                          5.9.9
ipfilter-nightly              1732079281                     1732424847
librehardwaremonitor          0.9.3                          0.9.4
luau                          0.652                          0.653
maa-ci                        5.10.3-alpha.1.d015.g03a99a9a9 5.10.3-alpha.1.d052.g53ba8f28b
materialgram                                                                                                     Ins...
mpv-git                       20241120                       20241124
mtuner                        4.8.2                          4.8.6
neovim-nightly                0.11.0-1194                    0.11.0-1220
nvenc                         7.74                           7.76
oh-my-posh                    24.6.4                         24.8.0
openjdk-ea                    24-24-ea                       24-25-ea
openttd-nightly               20241120-master-g1b6a6f1cd2    20241124-master-g9399a92a4f
photonvision                  2025.0.0-beta-4                2025.0.0-beta-5
qbittorrent-nightly-lean      11911590383                    11985600477
qsvencc                       7.73                           7.75
rclone-beta                   1.69.0-beta.8409.6079cab09     1.69.0-beta.8419.ca8860177
renderdoc-nightly             2024_11_19_91c935ff            2024_11_22_12a60875
rizin-nightly                 2024-11-17-git.19515-03fccba3  2024-11-22-git.19552-3556a7ea
ruffle-nightly                2024-11-20                     2024-11-24
scrawler                      2024.10.24.0                   2024.11.21.0
signalbackup-tools            20241119                       20241123
stranslate                    1.2.10.1117                    1.2.11.1121
treesheets                    11908086391                    11989416069
trid                          2.24-24.11.16                  2.24-24.11.20
tuba-nightly                  11920995441                    11987676712
ugrep                         7.0.4                          7.1.0
verible                       0.0-3841-g5eb8aa34             0.0-3843-g106f651e
vim-nightly                   9.1.0880                       9.1.0882
WindowsTerminalQuake-Portable 2.0.12-202411141856            2.0.12-202411231511
winsetview                    20241118143918+a7a09e1320      20241124014119+41116a62c2
wireshark-nightly             4.5.0rc0-1046-gc959159b435d    4.5.0rc0-1077-geefb07e2ad9b
wox-nightly                   2.0.0.20241116-nightly.f61e19  2.0.0.20241122-nightly.8e1a74
xenia-canary                  20241103192019-fbad66e         20241124101256-c06b1f6
xray                          24.11.11                       24.11.21
zed-nightly                   20241107                       20241124

@marticliment
Copy link
Owner

Is the command scoop status taking a lot of time?
I can see a timeout exception on Scoop check for updates

@clin1234
Copy link
Author

Yep

@marticliment
Copy link
Owner

I will fix this then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ready-to-go scoop
Projects
None yet
Development

No branches or pull requests

2 participants