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

Stuck on Downloading latest UAD lists from github. Please wait... #286

Closed
gobeard opened this issue Jul 3, 2022 · 23 comments
Closed

Stuck on Downloading latest UAD lists from github. Please wait... #286

gobeard opened this issue Jul 3, 2022 · 23 comments
Labels
bug Something isn't working

Comments

@gobeard
Copy link

gobeard commented Jul 3, 2022

Describe the bug
Stuck on Downloading latest UAD lists from github. Please wait...
Documentation is stuck on checking for update.

Expected behavior
A clear and concise description of what you expected to happen.
Expected to continue the process to show apps that can be uninstalled.

You have a solution?
What to do to fix the issue.
No solution found.

UAD log
Upload the logfile generated by UAD.
UAD_20220703.log

@gobeard gobeard added the bug Something isn't working label Jul 3, 2022
@brokoler
Copy link

brokoler commented Jul 3, 2022

Same issue for me:
UAD_20220703.log

@wantei
Copy link

wantei commented Jul 3, 2022

I'm also having the same issue:
UAD_20220703.log

@noygal
Copy link

noygal commented Jul 3, 2022

Same issue for me as well...

@noygal
Copy link

noygal commented Jul 3, 2022

The error I'm getting is:

WARN  [src/gui/mod.rs:102] Trying to download remote UAD list
thread '<unnamed>' panicked at 'Unable to parse: Error("invalid type: sequence, expected a string", line: 4210, column: 16)', src/core/uad_lists.rs:214:60

Look like issue with the json schema here: https://github.com/0x192/universal-android-debloater/blob/main/resources/assets/uad_lists.json#L4210

And related to this commit: f1b3ac4

Now to it looks like to me like the issue is placing an array of strings instead of a single string.

@noygal
Copy link

noygal commented Jul 3, 2022

Tested it locally after modifying the cached downloaded json, everything works fine, bloat eliminated 👏

@gobeard
Copy link
Author

gobeard commented Jul 3, 2022

Tested it locally after modifying the cached downloaded json, everything works fine, bloat eliminated 👏

Can you tell me how you did that?

@ericzolf
Copy link

ericzolf commented Jul 3, 2022

Not sure this helps further, but I've called the following (Fedora 36):

$ RUST_BACKTRACE=full uad_gui-linux 
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
2022-07-03 14:37:49 WARN  [/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wgpu-hal-0.12.4/src/gles/adapter.rs:450] Detected skylake derivative running on mesa i915. Clears to srgb textures will use manual shader clears.
2022-07-03 14:37:49 WARN  [src/gui/mod.rs:102] Trying to download remote UAD list
thread '<unnamed>' panicked at 'Unable to parse: Error("invalid type: sequence, expected a string", line: 4210, column: 16)', src/core/uad_lists.rs:214:60
stack backtrace:
   0:     0x55eb94e99288 - <unknown>
   1:     0x55eb94cc54fc - <unknown>
   2:     0x55eb94e6de90 - <unknown>
   3:     0x55eb94e9a1f5 - <unknown>
   4:     0x55eb94e9affa - <unknown>
   5:     0x55eb94e9ab72 - <unknown>
   6:     0x55eb94e9aae6 - <unknown>
   7:     0x55eb94e9aaa2 - <unknown>
   8:     0x55eb94cc3112 - <unknown>
   9:     0x55eb94cc96f2 - <unknown>
  10:     0x55eb94f244ca - <unknown>
  11:     0x55eb94c973ee - <unknown>
  12:     0x55eb94c75e40 - <unknown>
  13:     0x55eb94cdb974 - <unknown>
  14:     0x55eb94cdef39 - <unknown>
  15:     0x55eb94e9c4f5 - <unknown>
  16:     0x7fb7a608ce2d - start_thread
  17:     0x7fb7a6112620 - __GI___clone3
  18:                0x0 - <unknown>

@ericzolf
Copy link

ericzolf commented Jul 3, 2022

Tested it locally after modifying the cached downloaded json, everything works fine, bloat eliminated clap

Can you tell me how you did that?

I guess, check /home/myuser/.cache/uad and remove the square brackets around the line "neededBy": ["com.samsung.android.video"], (all other entries are either a single string or null).
I'm not 100% that it solves the issue for me because UAD only finds a list of 10 Unlisted software on Galaxy S10e/SM-G970F (but it's the first time I use it with this device, it might be another issue).

My procedure so far:

  1. start UAD
  2. click "no internet?"
  3. edit the above file
  4. refresh the UI (top left circling arrows)

@ericzolf
Copy link

ericzolf commented Jul 3, 2022

Also on a Fairphone 3, same 10 unlisted apps, sounds fishy...
image

@0x192 0x192 closed this as completed in c1c3c90 Jul 3, 2022
@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

There is an issue in the uad_list.json. I'm on it!

@0x192 0x192 reopened this Jul 3, 2022
@0x192 0x192 closed this as completed in fd2a12a Jul 3, 2022
@ericzolf
Copy link

ericzolf commented Jul 3, 2022

The file format issue is gone but I still have only the 10 unlisted apps listed on my FP3. Shall I open a new issue or do you think it's the same issue, or even normal?

@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

It's not related but you are not the first person with it. It's a really weird problem. Let's move on there: #86

@ghost
Copy link

ghost commented Jul 3, 2022

The last 23 apps are missing the "dependencies" option. This might be the error.

@brokoler
Copy link

brokoler commented Jul 3, 2022

Not fixed for me, I still can't download the UAD lists:
UAD_20220703.log

@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

@brokoler

I no longer have any error on my side.

Can you launch it from a terminal and report the error? I'm realizing the error doesn't appear in the logfile.

@0x192 0x192 reopened this Jul 3, 2022
@ghost
Copy link

ghost commented Jul 3, 2022

Can't get it to work for me. Here is the log files if it helps:

2022-07-04 00:50:50 DEBUG [src\core\update.rs:178] Checking for UAD update
2022-07-04 00:50:50 WARN [src\gui\mod.rs:102] Trying to download remote UAD list
2022-07-04 00:50:53 DEBUG [src\core\update.rs:178] Checking for UAD update
2022-07-04 00:50:55 ERROR [src\core\utils.rs:161] Can't open the following URL:

@brokoler
Copy link

brokoler commented Jul 3, 2022

Can't get it to work for me. Here is the log files if it helps:

2022-07-04 00:50:50 DEBUG [src\core\update.rs:178] Checking for UAD update 2022-07-04 00:50:50 WARN [src\gui\mod.rs:102] Trying to download remote UAD list 2022-07-04 00:50:53 DEBUG [src\core\update.rs:178] Checking for UAD update 2022-07-04 00:50:55 ERROR [src\core\utils.rs:161] Can't open the following URL:

Same for me, I don't see any different errors than this

@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

@yippieyip @brokoler

Run the app from the command line please. I need the terminal output. This kind of error doesn't appear in the logfile. I'll change this behavior for next version.

@ghost
Copy link

ghost commented Jul 3, 2022

Do you mean like this?
image

@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

Yes 👍

But run it like this instead :

./uad_gui-windows

EDIT: Well I'm not sure what I suggest above works on windows. What you've done doesn't seem to display stdout or stderr in the terminal...

@0x192 0x192 pinned this issue Jul 3, 2022
@brokoler
Copy link

brokoler commented Jul 3, 2022

On Windows this just opens the GUI without any additional output in CMD, but I'm having the same issue on my Mac.

Please check my Mac Terminal output, I hope this helps:

image

@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

Thanks!

Grmbmbl ! 🤦‍♂️

Obviously it doesn't work for you. I changed a line in the code and didn't pushed a new uad_gui release. Hotfix is coming!

@0x192
Copy link
Owner

0x192 commented Jul 3, 2022

@0x192 0x192 closed this as completed Jul 3, 2022
@0x192 0x192 unpinned this issue Jul 3, 2022
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

6 participants