AppOpener icon indicating copy to clipboard operation
AppOpener copied to clipboard

Whenever I open application it's redirect to document folder inder file explore.

Open atulpatle34 opened this issue 2 years ago • 6 comments

Whenever I open application it's redirect to document folder inder file explore. Sometime it's working properly but if I launch application from file explore so I am facing these. After that Whatever I will do it's not working.

atulpatle34 avatar Oct 06 '23 10:10 atulpatle34

Please Provide some error or some examples so I could understand the Issue more precisely.

athrvvvv avatar Oct 14 '23 06:10 athrvvvv

@atulpatle34 Could you please elaborate on what you mean by "if I launch application from file explorer" ? Do you mean if you launch the applications manually using file explorer after trying out with the package ? Also if you can share your implementation of the package, that helps.

Kalyan19111999 avatar Apr 30 '24 06:04 Kalyan19111999

Getting the exact same issue here. It was working before, but I reinstalled the app sometime ago, and it will open the Document folder in File Explorer now. The following is the code I had in my script:

from AppOpener import open
open('spo assistant') # this is the name of the application

Also it seems this is only happening to that app. It worked on all the other apps I tested. I am able to find the tag in with mklist function:

"spo assistant": "{7C5A40EF-A0FB-4BFC-874A-C0F2E0B9FA8E}\\SpO2 Assistant V3.1.0.3\\SpO2.exe",

SionHu avatar Jul 02 '24 16:07 SionHu

@SionHu @atulpatle34 @athrvvvv @Kalyan19111999 Hey I got a possible solution If you go to the library folder of AppOpener in python there is a folder named Data and there is 3 .json files and if you delete it and then if you go and reinstalled the AppOpener it will resolve the issue it worked for me

The reason why are deleting those 3 .json file is that it will not be deleted when we are uninstalling the Appopener and Appopener will be still using the old data files which may have old broken data in it

try it out and let me know..

DIY-TECH-HACKER avatar Jul 20 '24 13:07 DIY-TECH-HACKER

Thanks for suggesting @DIY-TECH-HACKER . Maybe @atulpatle34 can try out and get back.

Kalyan19111999 avatar Jul 21 '24 06:07 Kalyan19111999

@SionHu @atulpatle34 @Kalyan19111999 @DIY-TECH-HACKER Actually you can even do the same by using the module as below:

from AppOpener import open
open("update") # Fetches all the new applications installed or even fixes broken files

Check it out!

athrvvvv avatar Jul 21 '24 07:07 athrvvvv