-
Notifications
You must be signed in to change notification settings - Fork 16
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
Connection to OpenAI API failed: Please check your internet connection #10
Comments
Using a Pixel Watch LTE Gen1 btw |
Is there any way to enable seeing the actual stacktrace in the app? |
Thank you for pointing out this error. Another user has already told me about the same problem. Unfortunately, I had no insight into the stack trace at exceptions until yesterday. Now I have installed Google Crashlytics so that I can better fix such errors in the future. Unfortunately, a stack trace cannot be displayed easily on the watch itself. |
Version 2.3.0 with Crashlytics has just been released in the PlayStore. Can you download the latest version to your watch and trigger the bug again? Then the stacktrace will be displayed and I can find and fix the bug. |
406459936 is my userid. |
You have to close the app completely and reopen it so that crash reports are sent. I can't see anything yet. |
Done, can you check? |
I have now received your report and was able to find the error: You have a U+200E LEFT-TO-RIGHT MARK character in your API key. It's a non-printing typesetting directive, instructing anything that is displaying the text to switch to left-to-right mode, (which is usually the case). You probably didn't type in the key by hand on the keyboard, did you? :) |
This is your stack trace btw:
|
Just committed the fix. The update will be released in the next few days. Would be nice if you could try entering the key manually again if you haven't done so the last few times. As I said, I have no idea how this Unicode character got there... :D |
Hello,
I've finally written the API key in the app. I've triple checked it's correct, and also I've ensured that I can use that API key using it in a python script on my laptop. But on the Smartwatch all I see when sending a prompt is
Connection to OpenAI API failed: Please check your internet connection
. I have it synced with my phone via bluetooth. Any idea?The text was updated successfully, but these errors were encountered: