-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
How to use web ui ? #5209
Comments
Can you provide a little bit more information according to your question? |
sorry I am a newbie .? |
Hi newbie ;P First you have to install a Simple HTTP server here: After that setup your config file in a WEB folder > config > userdata.js.example (Clone and remove .example):
Open your terminal and send a commad:
Open up your browser to http://localhost:8000/ For any questions about UI Web is not here, you can asking to a web repository: |
@KingTheRipper I am new to this too. After following your instruction, I got this: |
Is your bot allready Running?? Normally the bot should make 3 files in your /web directory. location-USERNAME.json, catchable-USERNAME.json and inventory-USERNAME.json. Did you fill in the right username in the userdate.json file? |
I am getting a similar error: My userdata.js has: |
@BarrieG14 they're not errors. What you're seeing is a request for a file with a 200 (success) result |
I'm also having problems getting the web ui to work. I've followed all of the above instructions. It seems like the localhost server is serving up the page, however I get a white screen with only one button: "Settings". When I click on settings I see "Pan", "Zoom", "Bot Path" and "Logs". The first three have toggle sliders and "Logs" has a "Logs" button in blue. They react to my clicks but nothing happens. No map and no user menu. I've had this web ui work previously. I am not sure what is causing this. Yes userdata.js is filled out including a gmaps key. I do have catchable, location and inventory (.json). Any assistance would be appreciated. Thanks! Serving HTTP on 0.0.0.0 port 8000 ... userdata.js: var userInfo = { |
@lytesout2376 I had this issue after a recent web update and discovered that my userdata.js file was missing (no idea why, it was there before). Make sure you have a file called userdata.js (not userdata.js.example) and that it's correctly filled out. |
All required information is contained in docs/google_map.md. No need for this "issue" to exist. |
Thanks I will try to do again. |
I still can't get web ui working. I have userdata.js properly configured per the google map doc. I am now wondering if my config.json settings have any effect to my problems. I have the following in my config.son:
and
Here is my userdata.js: var userInfo = { Please help! |
Try "socketAddress": "127.0.0.1:4000" instead of 0.0.0.0 |
Expected Behavior
Actual Behavior
Your FULL config.json (remove your username, password, gmapkey and any other private info)
Output when issue occurred
Steps to Reproduce
Other Information
OS:
Branch:
Git Commit:
Python Version:
Any other relevant files/configs (eg: path files)
Short Description
Possible solution
How it would help others
The text was updated successfully, but these errors were encountered: