CasaOS icon indicating copy to clipboard operation
CasaOS copied to clipboard

sha256 App apeared after update to 0.3.4

Open gswec2005 opened this issue 3 years ago • 20 comments
trafficstars

Describe the bug After update from 0.3.3 to 0.3.4, an sha256 app appeared in dashboard.

  • this app dont open configuration screen
  • this app dont uninstall
  • this app dont start

To Reproduce Steps to reproduce the behavior:

  1. Have a production 0.3.3 system version
  2. Update using dropdown menu to 0.3.4 system version
  3. See error

Expected behavior After update, only my apps and CasaOS native apps appear on dashboard.

Screenshots image

Desktop (please complete the following information):

  • OS: CasaOS 0.3.4
  • Browser: Chrome
  • Version: 103.0.5060.134 (oficial version) 64 bits

gswec2005 avatar Aug 04 '22 21:08 gswec2005

@gswec2005 Does this appear in the list of Apps or in Existing Docker Apps?

JohnGuan avatar Aug 10 '22 03:08 JohnGuan

Does this appear in the list of Apps or in Existing Docker Apps?

Youn say down here? It Only appear on CasaOS Dashboard.

image

gswec2005 avatar Aug 10 '22 11:08 gswec2005

@LinkLeong Do you have any ideas?

JohnGuan avatar Aug 10 '22 16:08 JohnGuan

You can run 'docker inspect sha256 | grep -i labels -C 6' and post the contents @gswec2005

LinkLeong avatar Aug 11 '22 01:08 LinkLeong

You can run 'docker inspect sha256 | grep -i labels -C 6' and post the contents @gswec2005

Done!

image

gswec2005 avatar Aug 11 '22 01:08 gswec2005

sha256 change to application name or id docker inspect $containerID | grep -i labels -C 6 @gswec2005

LinkLeong avatar Aug 11 '22 01:08 LinkLeong

there is no application name, or container to obtain the "containerID"

gswec2005 avatar Aug 11 '22 02:08 gswec2005

Does this (sha256) application still exist, or is this problem currently solved?

LinkLeong avatar Aug 11 '22 02:08 LinkLeong

Does this (sha256) application still exist, or is this problem currently solved?

It Exists, like in the start of this post image

gswec2005 avatar Aug 11 '22 02:08 gswec2005

Does this (sha256) application still exist, or is this problem currently solved?

It Exists, like in the start of this post image

Can you take a bigger screenshot?

LinkLeong avatar Aug 11 '22 02:08 LinkLeong

a

yep

image

gswec2005 avatar Aug 11 '22 02:08 gswec2005

Can you take a picture of the application settings, I need to see the configuration items

LinkLeong avatar Aug 11 '22 02:08 LinkLeong

Can you take a picture of the application settings, I need to see the configuration items

no, i can't.

image

gswec2005 avatar Aug 11 '22 03:08 gswec2005

image Aren't there three dots here?

LinkLeong avatar Aug 11 '22 03:08 LinkLeong

Put the cursor on

LinkLeong avatar Aug 11 '22 03:08 LinkLeong

image Aren't there three dots here?

yes, have three dots, but it don't open config screen after clicking in the settings option image

gswec2005 avatar Aug 11 '22 03:08 gswec2005

Okay, you can run docker ps -a and take a screenshot

LinkLeong avatar Aug 11 '22 03:08 LinkLeong

image

gswec2005 avatar Aug 11 '22 03:08 gswec2005

image It looks like this application, you can run docker inspect a5986b0b709f | grep -i labels -C 20 . If you need to remove the application you can do docker rm a5986b0b709f

LinkLeong avatar Aug 11 '22 03:08 LinkLeong

docker inspect a5986b0b709f | grep -i labels -C 20

image

gswec2005 avatar Aug 11 '22 12:08 gswec2005

Sorry for taking so long to reply, you can find "sha256" in the path above

Image

LinkLeong avatar Aug 16 '22 01:08 LinkLeong

Sorry for taking so long to reply, you can find "sha256" in the path above No problem <3

image

gswec2005 avatar Aug 16 '22 12:08 gswec2005

i found that 8384 port is a SyncThing port

image

very weird :(

gswec2005 avatar Aug 16 '22 12:08 gswec2005

Yes, I found this problem, but you need to solve it manually first, sha256 is syncthing, you can remove it manually

LinkLeong avatar Aug 24 '22 06:08 LinkLeong