-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
New GUI Bugs ? and observations #369
Comments
Skills are reactive, they do appear as installed once Alice has confirmed. Technically, forget about refreshing, it's a single page app Re theme, that's, cannot repro as I never use the browser's "turn into dark mode" feature as it brings all these issues |
As a quick morning answer :)
|
Just to confirm, yes, device settings can be dropped in definition of the device, but to clarify, settings control the display value, such as X, Y, Z, W, H, R. The config templates are for the |
not sure if this is the same as phillips "maybe hide device links to the parent location" ? but when you add ( in my case, 49 devices automatically) and they all end up in the hive by default, then you move them to another location you stay linked to the hive and manually have to click unlink, click icon, click the hive, unclick the unlink icon" then repeat... thats a hell of alot of clicking for 49 devices :) So i suggest as per previous version, if you move a device to another room, that room becomes parentLocation and the previous room IS NOT automatically linked. That's a user choice.
|
Appears that since the icon changing ability in my home, that
|
When you hover rooms, you get a red outline and hashed locations, which means linking to that loc is not possible ;) |
Request with Telemetry tab I know phil calls it a "concept" but i like the telemetry tab and use it often for monitoring battery levels and tank levels. etc however couple of small requests if you agree :)
|
Summary of open points:
|
closing this issue - moving the remaining two open points to a better place ;) => #360 |
Here is a collection of Bugs and observations found with the new merged GUI. Using firefox on Ubuntu with a RPI3b+ and respeaker 4.
PS: This is not me purposely trying to look for faults, i just happened to have several hours where i could poke and prod :)
Install Issues
Click to expand solved
./venv/bin/pip3 install htmlmin
./venv/bin/pip3 install cssmin
./venv/bin/pip3 install jsmin
sudo apt-get update
sudo apt-get install nginx
any skill that is causing error , remove it for now untill the skill gets its code updated.
git pull
should be fixed by the time people read this
then restart Alice and potentially she should open on
http::5000 as per normal
Display Issues
Click to expand solved
Widget screen displays this on Firefox with Dark theme enabled
And similar results with instructions.
Internet Quality slider and wakeword sensitivity slider no longer display's the "number" of your current setting,
syslog screen goes black if i refresh the page, no broken heart to indicate that Alice is dead. Assume that's a expected outcome ?
Downloading a skill from the store then returning to the skills list wont reflect the new skill until page is refreshed. Assume this is expected result but just mentioning :)
found another display quirk in telemetry skill - cant scroll it, half the view is there, unable to access a save button
Very minor item ....dialogView screen - suggest changing the input box border colour ? on a dark theme the only thing you see is the arrow and a very faint border around the input box.. sit outside like i do often and you don't see the border at all :)
My Home
Click to expand solved
LOG ERRORS
Click to expand solved
- [x] ```File "/home/pi/ProjectAlice/core/base/model/ProjectAliceObject.py", line 117, in broadcast func(**kwargs) File "/home/pi/ProjectAlice/core/util/AliceWatchManager.py", line 90, in onHotwordToggleOff 'text': f'Was asked to toggle itself **off** on device **{self.DeviceManager.getDevice(uid=siteId).displayName}**', AttributeError: 'NoneType' object has no attribute 'displayName' ```Also get similar with the below
UPDATED COMMENT - The trigger for this is restarting Alice with the admin screen open and not refreshing the page first :)
**NOTE: Have not tested skills and widgets properly until they are all active. Also un able to test voice related stuff due to the displayName error above. Telemetry graph also not tested
The text was updated successfully, but these errors were encountered: