Closed mmoayyed closed 1 year ago
As you can see, every checkmark is green, and this happens with the latest version of the software. In fact I think I cant merge ANY pull requests on ANY repository and it's unclear why.
I guess this is due to an error returned by the server ... can you collect & post logcat after such an attempt?
I would love to, but that would be way beyond my android-dev skills. Does the app itself not have a log viewer? If not, what set of steps need I follow to produce log output?
It doesn't have something like that (yet - see #629). On a rooted device you can use an app like MatLog or CatLog to review and save the log. On a non-rooted device, you'd have to install ADB on your PC (tutorials for a minimal installation can be found via Google, I believe; if you use Linux installing the android-tools package should be sufficient) and the log can be pulled by running 'adb logcat' afterwards.
From my recent experience it seems likely that this is due to Octodroid not being authorized to have access to the respective organization's repos. @mmoayyed Can you please check whether that's the case?
(See #678)