-
Notifications
You must be signed in to change notification settings - Fork 5
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
[BUG] - Can't Add Stash URL or API Key #63
Comments
I had a similar issue on my TV. Had to disconnect my bluetooth keyboard and use the virtual keyboard / TV remote to be able to confirm the input. |
I was able to reproduce this using the
If using a Fire TV and the keyboard website (from scanning the QR Code), if you paste in the box and press submit, it will not send the text. Instead, paste the URL/API Key, then type a letter and backspace to remove it. The text should show on the TV and then you can press submit! |
Thank you! Workaround 2 worked and I'm up and running. Thanks for the great work on this! |
tried this on Nvidia Shield and Firestick 4k, can not hit enter/submit/save; used usb wireless mini keyboard, bluetooth keyboard & remote control; all same results is there a config text file or something that i can edit instead? |
@gotbletu I wish I had a fix, but I can't find anything online about this. I can offer some tips: "enter" and D-Pad center aren't the same key in Android. "Enter" on a keyboard does not submit the value, only D-Pad center or an App can. On the Nvidia Shield, does it say "Use the keyboard on your mobile device."? You can try to trigger this message by using the remote and doing:
If this message does show, I recommend trying option 2 of the workarounds here again, but I updated the steps for As for the Firestick, I haven't reproduced this at all using the iOS "Fire TV" app, but maybe similar steps above can help. |
Yes, but you can probably only edit it if you root the device. A debug build might also be able to write to it with On the emulator & my Nvidia shield the file is located at I think a minimal example would be something like this: <?xml version='1.0' encoding='utf-8' standalone='yes' ?>
<map>
<string name="stashUrl">http://192.168.1.99:9999</string>
<string name="stashApiKey">eyJhbG.....</string> <!-- Only include this line if you enabled auth -->
</map> I have not tested this at all! |
Closes #225 Adds a guide step UI for 1) the initial setup on a new install and 2) adding, removing, or switching servers. The setup UI guides a new user in setting their server URL, API key (if needed), and adding a PIN (if they want). This is much better UX than getting dropped into the main page with no content and an error message. Similarly, 5 preferences items are condenses to 2 for adding, removing, or switching servers. The UX similarly guides the user when adding a new server. I did a little testing for pasting text from an phone, but I suspect there may be similar issues as #63. Also, the test query is changed so it runs fewer SQL queries on the server. This may help larger server to connect.
Thanks new updated version works fine now |
Since there is a workaround and it seems like the new server management page (#262) isn't affected by this, so I'm going to close this issue. |
Closes #455 When adding a server (or initial setup), adds a checkbox to make the API key visible. Also makes the API key input multi-line so its easier to see. The recommended way to enter the API key is still to use your phone's virtual keyboard though. See also #63 (comment).
Description
I'm unable to enter the URL of my Stash server into the app Settings. When I use the keyboard in the Shield app on my phone to type in the URL (http://[serverIP]:9999) and then click "Done" on the keyboard, it never actually "submits" the info to the app and there's no on-screen "save/ok/submit" button to click. (It's entirely possible I'm missing something simple here.)
Reproduction steps
Device
NVIDIA Shield TV (non-Pro)
Logs
No response
The text was updated successfully, but these errors were encountered: