-
-
Notifications
You must be signed in to change notification settings - Fork 240
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
app login issue #74
Comments
Same here stuck at register/login screen. Android 10 |
Servers are dow for maintainance.
to make a fake userID. This will skip the login process next timw you launch the app |
Thank you, I have succeed login, but where is python file? Edit: |
Can you write down the specific operating procedures? thank |
I believe you need to set UserToken not UserID to skip the register prompt |
That did trick!!! For anyone doesn't know how. Close all apps. For non-root user run: login-flowpilot Run/type: cd flowpilot For non-root users run: nano setup.py Add text below last line: Save and exit. (tick on ctrl, x, y, enter) Launch flowpilot. |
Same issue still |
How would I do this on Ubuntu 20.04? |
Add that line at the end of this file: https://github.com/flowdriveai/flowpilot/blob/master/setup.py and run normally. |
check if the UserToken parameter exists by opening a python session in flowpilot folder.Open Termux and run the following $ login-flowpilot
$ cd flowpilot
$ python now in the python shell run >>> from common.params import Params
>>> p=Params()
>>> p.get("UserToken")
#if the value of UserToken is empty
>>> p.put("UserToken", "000000") and now run the flowpilot app |
Ok since the issue seems to be fixed, I will put a pull request to bypass the login screen. |
Describe the bug
The login page gets stuck after go from register page. Uable to enter password. No response when click on screen any where, even on Back or Login button.
Expected behavior
Run without login maybe.
Platform Details
Android :
The text was updated successfully, but these errors were encountered: