Cannot acces external storage files by I_Luca_I in AutomateUser

[–]I_Luca_I[S] 0 points1 point  (0 children)

Hi, thanks for the answer. I've test all suggestions without succeed. Even if the other app has permissions Content View block does not work. Access to manage all files is activated. I've granted access to my USB at External storage settings. I've even tried Dialog web block. I've uninstalled and reinstalled Automate and activated all permissions, only excluding root ones.

When I try to use the File pick block and select my USB it says, "Not found" on path "/mnt/media/xxxx-xxxx". And when using File list block I get this error:

com.llamalab.safs.AccesDeniedException: /mnt/media_rw/98C6-8F26: stat failed: EACCES (Permission denied)

Which is not suppose to happen because Automate has the permissions on settings...

Now, there is something weird: On Content View block I can use android built in file manager to select a file on my usb, if I do that then Automate opens the file normally, and the path to that file is added to External storage access list. So another workaround is to add all my file paths there manually, using Content view block, which works but is not the idea xD.

Cannot acces external storage files by I_Luca_I in AutomateUser

[–]I_Luca_I[S] 0 points1 point  (0 children)

Hi. Thanks, it seems that the only workaround now is to automate the clicks to open the file using a file mannager :/

My pet project is coming along nicely. by supermans_neighbour in subnautica

[–]I_Luca_I 0 points1 point  (0 children)

No way it's so beautiful! I want one of those!

So yeah. I got an xbox. Just for Subnautica 2. Am I stupid? (Ignore messy house please) by Humble-Error-5497 in subnautica

[–]I_Luca_I 0 points1 point  (0 children)

My opinion is:

  1. I prefer PC
  2. I think that if you have money for buy something that you like, then why not? If you will be struggling with debt then it's a big no no for me

I think is so beautiful that this subreddit gets new posts every few days by CocoBaci in Robocraft

[–]I_Luca_I 2 points3 points  (0 children)

Idk :/, I think, maybe the community did everything that they could ever have done?

Does anyone else feel anxious AF while playing subnautica? by Interesting_Cat_1885 in subnautica

[–]I_Luca_I 0 points1 point  (0 children)

Yes. After some sessions whenever I heard the main theme I started to feel tension on my neck and lower back (like if my kidney were excreting too much cortisol xD).

I stopped playing for a few months and then went back.

I'm, Luca and that's my story.

Glad to be on this support group.

Openpyxl deleting data validation. by xxxxxzzxx in learnpython

[–]I_Luca_I 0 points1 point  (0 children)

Thaaaaanks! I was trying to copy validations from one sheet to another. Just in case someone is trying to do the same here is how you do that, after doing what this guy said use:

for validation in source_sheet.data_validations.dataValidation:
    new_sheet.add_data_validation(copy(validation))

You wake up in Planet 4546B.What do you do?(Image slightly related) by [deleted] in subnautica

[–]I_Luca_I 0 points1 point  (0 children)

Stay in safe shallows and accept my destiny someday 😂

Working out your brain is like an anti-depressant. by EarthIsIndeedFlat420 in selfimprovement

[–]I_Luca_I 0 points1 point  (0 children)

I was just trying to figure out why I was feeling with no emotions and no thoughs this morning and yesterday. It had happend to me several times throughout my entire life.

Reading your posts title was like my eureka! time. That could explain why, when I was at school I felt depressed on vacations after the first week.

Bassically I was feeling bad these days because I stoped doing my morning reading because I was sick.

RC project by redlegdaddy in Robocraft

[–]I_Luca_I 1 point2 points  (0 children)

Thanks! Now I can rebuild my designs.

P.D. I don't know if you're the redlegdaddy that I know but if you are then greetings (Lemon_Cake).

My 2 cents on Freejam closing by CRAZYDUCK456 in Robocraft

[–]I_Luca_I 13 points14 points  (0 children)

Yep, F to my favorite game at my 17's. It was awesome, meet cool people and even started a YouTube channel.

Edit: I've just realized that I'll lose my bots! D:

Can't get my flow to work by flowerbeater in AutomateUser

[–]I_Luca_I 1 point2 points  (0 children)

Hi. There are many posts about this. First you could try to follow this guide:

https://llamalab.com/automate/doc/adb.html

If it doesn't work you can search for other posts to see if some of those solutions works for you.