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

reopening issue #56 no list of files with wifi connection #64

Open
jpbihin opened this issue Mar 8, 2019 · 6 comments
Open

reopening issue #56 no list of files with wifi connection #64

jpbihin opened this issue Mar 8, 2019 · 6 comments

Comments

@jpbihin
Copy link

jpbihin commented Mar 8, 2019

No description provided.

@jpbihin
Copy link
Author

jpbihin commented Mar 8, 2019

Hi,
First : thank you for your job! Very usefull and simple!
I re-open this thread because I have the same problem but I canot solve it ...
"no list of files in the esp8266 when I connect via wifi" . My OS is Windows 10.
I read (8th august) : "I just released new code that should solve your issue. ". I guess you talk about the 0.1.4 release ? When I upload it, I get the 0.1.3 and the issue is still there..
Can you help me solve this ?
Sorry for my poor english (frenchspeaking..)
Regards,
Jean-Paul

@BetaRavener
Copy link
Owner

Hi @jpbigin. First of all, please make sure that the connection to ESP actually works by opening a terminal (view->terminal) and trying some random command like print("Hello").. if it does work, try to manually do import os; os.listdir() and copy output here. You can also try hitting the "List Files" button, sometimes it just misbehaves on first try.

If you can't establish communication between ESP and terminal, there might be multiple problems, for example running script that can't be killed. In that case I would probably suggest flashing ESP with firmware again just to be sure there isn't anything wrong going on in it.

@jpbihin
Copy link
Author

jpbihin commented Mar 8, 2019

Thanks !
In wifi mode, the esp responds correctly. Also os.listdir().
When I hit "list files", the list of files appears in the terminal but not in the main window.
image
After hiting "list files" several times, the list finaly appears but randomly, after at least 5 or 6 hits.
I run the 0.1.3 version of Upyloader (menu ). When I download the 0.1.4 , I get a 0.1.3 version.
Regards,
Jean-Paul

@BetaRavener
Copy link
Owner

Hi again..
yes I have just tried downloading version 0.1.4 and it shows 0.1.3 but I just forgot to change that when releasing new executable. It should be the newest version. Anyway, the executables are somewhat old. Could you please try to run uPyLoader from source code? Instructions here: https://github.com/BetaRavener/uPyLoader/wiki/Running-uPyLoader-from-source

If the problem persists, I will have to investigate more.. you are probably receiving some unexpected format of the string (although from image it looks okay), maybe something is missing at the time it is being processed, maybe the message wasn't fully received. Could be many things.

@jpbihin
Copy link
Author

jpbihin commented Mar 9, 2019

Hello,
It works fine with the source code ! :o)
And thanks again for Upyloader. I do really like it.
Jean-Paul

@BetaRavener
Copy link
Owner

Thanks for letting me know. I will try to rebuild executables and reupload them, just in case I really attached the old ones. :) And glad that you like the tool, it's always nice to hear feedback.

Will keep this open for now and I will notify you when I uploaded executables so you can try it out again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants