-
Notifications
You must be signed in to change notification settings - Fork 14
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
EV3 not working after OpenRoberta upgrade #26
Comments
Server update or local package update? If you can ssh in, then this could help: |
I upgraded openrobertalab in the EV3, will post the status this evening (I'm in Spain :-) ) |
Ok, it seems to work now. Something to do with the existing NEPOprog.py file: Nov 27 16:52:50 ev3dev openrobertalab[386]: PermissionError: [Errno 13] Permission denied: '/home/robot/NEPOprog.py' I deleted it, ran the program from the web browser and everything was fine. By the way, if I try to run "python NEPOprog.py" from the command line it keeps on failing (it seems it would be solved in this update according to my last question) robot@ev3dev:/home/robot# python NEPOprog.py Thank you so much for your help and for OpenRoberta |
Not being able to run the programs from the brick (e.g. the file browser) is fixed with the new release - when upgrading from python2 to python3, I forgot to update the first line in the script :/ |
I'll check what happens if a program cannot be overwritten and how I can gracefully handle this. |
I am already catching the error, but only logging it. The program would run, but not be stored. I don't see a good way of solving this though. |
Good morning. After the last OpenRoberta update all I get is a white screen when trying to run any program from the openroberta web or offline server. I can access via ssh.
Thank you and regards
The text was updated successfully, but these errors were encountered: