vike256 / Unibot

All in one video game assistant tool that works with and without hardware. Has aim assist, autoshoot, rapid-fire, and recoil mitigation.
GNU General Public License v3.0
155 stars 34 forks source link

Fatal Python error: initfsencoding: unable to load the file system codec #1

Closed Soduem closed 1 year ago

Soduem commented 1 year ago

Im assuming that im missing something for py https://cdn.discordapp.com/attachments/1112612408414961666/1159248906379599994/image.png?ex=653055ad&is=651de0ad&hm=7bc7fffcda5da42d5a1511cd1649c6dfbc8aff10d5c1f12421663f69b0275d24& using pico flashing error. a more thurough step by step would help 😄

vike256 commented 1 year ago

Did you do any modifications the .ino file before uploading? And are you sure you completed these https://github.com/vike256/Unibot#raspberry-pi-pico-w-setup-for-arduino-ide

vike256 commented 1 year ago

This might help: https://stackoverflow.com/questions/54087049/fatal-python-error-initfsencoding-unable-to-load-the-file-system-codec

Soduem commented 1 year ago

Did you do any modifications the .ino file before uploading? And are you sure you completed these https://github.com/vike256/Unibot#raspberry-pi-pico-w-setup-for-arduino-ide

i changed the ssid and password thats about it, looking at the stackoverflow now.

Soduem commented 1 year ago

Same exact error, even redid the environment stuff

Soduem commented 1 year ago

This might help: https://stackoverflow.com/questions/54087049/fatal-python-error-initfsencoding-unable-to-load-the-file-system-codec am i missing something?? py version?? followed all steps aswell also using pico w

vike256 commented 1 year ago

I haven't had any problems uploading the .ino to the board. Have you uploaded working Arduino code to your Pico W before? What versions are you using for Python and Arduino IDE?

Soduem commented 1 year ago

I haven't had any problems uploading the .ino to the board. Have you uploaded working Arduino code to your Pico W before? What versions are you using for Python and Arduino IDE?

py 3.10.5 arduino 2.2.1

Soduem commented 1 year ago

and yes i have used software on it before

vike256 commented 1 year ago

what version Arduino are you using @vike256

I am using the version 2.2.1 (latest).

can you create a short video of you uploading it and all that so we can copy your exact steps?

Probably will someday but I don't have time right now. From what I saw in your issue #3 (Board not connected), your problem could be that you haven't selected the right com port. Go to Arduino IDE > Tools > Port and try a different port.

vike256 commented 1 year ago

i think i got it, was a faulty cable. so now i have com3 port but, still the normal error (Multiple libraries were found for "Mouse.h")

That's not a problem if it does not say error. It just selects one of the libraries automatically. The red text can be quite misleading in Arduino IDE.

vike256 commented 1 year ago

oh i did thank you very much. i can make a video for your yt if you want?

Feel free to do so. You can link it to this issue.

vike256 commented 1 year ago

ok so it registers the colours but doesn't actually do the mouse movement

Hey, I'm closing this issue. Can you open another one with more details discussing your current issue?