Decheng

Results 4 comments of Decheng

Hi, I get rid of the 500 error by: In the file GoProStream.py line 76 replace `urlopen("http://172.25.158.51/gp/gpControl/execute?p1=gpStream&a1=proto_v2&c1=restart").read()` with `urlopen("http://172.25.158.51/gp/gpControl/execute?p1=gpStream&c1=restart").read()`

For users who are not in AppStore connect but in local config files, do we want to send invitation to them?

Tried both in CLI and Postman but seems the `CapabilitySetting` can't be easily changed in API. I tried input one or both of these field documented in [API](https://developer.apple.com/documentation/appstoreconnectapi/capabilitysetting) ``` allowedInstances,...

Currently, it's not supported to add `Localization.string` to a swift package. We can load some files during runtime, or write strings purely in code