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

Pico filesystem operations failing in remote workspace when I "Toggle Mpy FS" #273

Open
epicwhale opened this issue Jan 9, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@epicwhale
Copy link

Please provide a clear and concise description of the bug along with logs

What are the steps to reproduce this issue?

  1. "Toggle Mpy FS"
  2. Try creating a main.py or copy pasting a main.py file from local to Mpy Remote Workspace

What happens?

To either create or copy file

What were you expecting to happen?

Get all kinds of errors:

  • Unable to resolve nonexistent file pico:/
  • File download failed
  • the Mpy remote workspace has a spinning icon next to it forever.

Any logs, error output, etc?

(To get extension logs see Terminal > Output > Extension Host and copy output concerning pico-w-go or micropico)
(If it’s long, please paste to https://gist.github.com and insert the link here)

2025-01-09 20:37:37.893 [warning] [PicoRemoteFileSystem] stat: item not found: /.flake8
2025-01-09 20:37:49.504 [warning] [PicoRemoteFileSystem] stat: item not found: /main.py
2025-01-09 20:37:49.538 [warning] [PicoRemoteFileSystem] stat: item not found: /main.py
2025-01-09 20:37:49.565 [warning] [PicoRemoteFileSystem] stat: item not found: /main.py
2025-01-09 20:38:13.890 [warning] [PicoRemoteFileSystem] writeFile: failed to upload file
2025-01-09 20:38:27.901 [warning] [PicoRemoteFileSystem] stat: item not found: /
2025-01-09 20:38:50.090 [warning] [PicoRemoteFileSystem] stat: item not found: /
2025-01-09 20:39:02.335 [warning] [PicoRemoteFileSystem] stat: item not found: /

Any other comments?

I am able to save file to Pico using Thonny, and also access remote file in Thonny with the same connected Pico 2 W

Which version of MicroPico are you using?

4.1.0

Support info

Copy this from the Help -> Info/About -> Copy (Code -> About Visual Studio Code -> Copy on macOS) option in Visual Studio Code:

VSCode Version: 1.93.1
Commit: fe574d0820377383143b2ea26aa6ae28b3425220
Date: 2025-01-03T07:59:06.361Z (6 days ago)
Electron: 30.5.1
Chromium: 124.0.6367.243
Node.js: 20.16.0
V8: 12.4.254.20-electron.0
OS: Darwin arm64 24.2.0
@epicwhale epicwhale added the bug Something isn't working label Jan 9, 2025
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

1 participant