Network Error: Disk Limit Reached for User

I'm using less than 1% of the available space according to the UI, and yet if I try and rename a sketch I get the error:

"Network Error: Disk Limit Reached for User".

Is this a web bug?

RV

I'm not familiar with this particular error, but it suggests that maybe you're trying to save to a network drive where you have exhausted your quotas.

Is the new name less than max length?

Yes, I've tried various, but just to test I tried the name of 'temp' and it failed too.

RV

Yes, that's the implication, but as a web UI user I have no control over that - that's handled by the back-end which appears to have a problem.

RV

Are your permissions ok?

I totally missed that this was a question about the web editor. I was just scrolling "recent" and didn't notice the tags. My bad for the unhelpful response.

How would I check my permissions?

RV

I don't have an answer off the top of my head, I only use *nix a few times a year. However, I googled it and no other hits. Now I think you need to focus on the first part of the error message "Network Error: ....". That means this is a Networking issue NOT a file issue as I mistakenly first thought.
What I would do is add code at the point the error is detected to print out as much information as possible (you may need to dig into the docs and even look at the library source code) Good luck.

I've done some further testing and I can see that this is an environment error - but I don't think as an end user I can do anything to fix it. It needs the intervention of an admin.

Observed behaviour / errors:
I can create a new sketch which the system automatically titles "new sketch ", and I can verify it and upload it, BUT, the sketch will not save. If I open it up again I get an empty sketch.
As previously reported I can not rename that sketch, nor can I rename any of my existing sketches.
This is not linked to my PC as I have opened the UI on another machine with the same behaviour being present.
It is not browser related as I've tried different browsers on different PCs.

So the Web UI file handling appears to be broken for me with the only clue being the error message when I try and rename a file (no other error messages at any time).

The full error message:
Screenshot 2024-11-20 142916

Are the admins of the environment on the Forum? How else do I report an error?

RV

I am not sure what you are talking about. Where is a web browser involved when using the Arduino IDE?
Are you perhaps meaning the Arduino Cloud?
Perhaps if you posted screen grabs it would help.
Did you know you can create a sketch in the Arduino IDE and then upload it to the cloud?
You need to be very precise in describing your issue.

If you were trying to use the Arduino Cloud, I just did a test and it worked fine. I am not sure though as the new sketch was NOT called 'new sketch' attached is a screen grab of what it is called for me. I also did another screen grab of a smaller part so it's easier to read. I then did a download which ends up as a zip file in my downloads folder. Did you look there?
Is your home dir on a network drive? The last pic is of my downloads dir.




Screenshot 2024-11-20 at 10.59.42

Sorry, I assumed the tags would have indicated I was talking about the web editor / Arduino Cloud editor.

The Web Editor appears to be broken for me when I try to perform any action which requires a save operation in the cloud. i.e. file rename, file save, moving a file to a folder etc. I can verify and upload to a board, but if I navigate away from the script and then reopen the sketch it's as new, any code has been 'lost'.

First screen grab shows me trying to rename the sketch from within the sketch itself via the drop down:


The second screen grab shows me trying to rename the sketch from the main sketch directory via the 3 dots dropdown:

RV

The issue is definitely related to my Web Profile and not a local issue. To test I created a new user and that profile works without issue using exactly the same PC set-up.

So the question remains, what is wrong with my original profile?

If I have to I will delete my original profile and use the new one I have just created, but I'd rather not have to do that as it will mean re-creating all of my sketches. It will also mean that the issue will remain unresolved and will likely be encountered by someone else in time.

RV