HTTPError in android but not dev #1117
Replies: 3 comments 17 replies
-
Maybe your code depends on a file in your development environment, which is available when running Do you have control over the server? If so, you might find a more detailed error message in its log files. Even if you don't have control of the server, there's a pretty good chance that the HTTP response contains an explanation of what's wrong. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hi, first time trying beeware, I'm attempting to write an app to display solar inverter output.
In briefcase dev it works fine, but when I build the apk I get this error:
03-05 15:00:40.531 4681 4681 E AndroidRuntime: Caused by: com.chaquo.python.PyException: HTTPError: 403 Client Error: Forbidden for url: https://server-api.growatt.com/newTwoLoginAPI.do
Beta Was this translation helpful? Give feedback.
All reactions