slapperwan / gh4a

Github client for Android
Apache License 2.0
1.73k stars 221 forks source link

Unable to merge pull request #649

Closed mmoayyed closed 1 year ago

mmoayyed commented 7 years ago

screenshot_20170714-072001

mmoayyed commented 7 years 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.

maniac103 commented 7 years ago

I guess this is due to an error returned by the server ... can you collect & post logcat after such an attempt?

mmoayyed commented 7 years ago

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?

maniac103 commented 7 years ago

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.

maniac103 commented 7 years ago

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)