pd4d10 / git-touch

An open-source app for GitHub, GitLab, Bitbucket, Gitea, and Gitee(码云), built with Flutter
Apache License 2.0
1.57k stars 138 forks source link

Blank profile screen for BitBucket #79

Closed aseef17 closed 4 years ago

aseef17 commented 4 years ago

The user section (Team/Me) section just shows a blank screen for a BitBucker user

image

pd4d10 commented 4 years ago

Oh, it's wired. Is this BitBucket instance https://bitbucket.org or self-hosted? Could you please provide your BitBucket username?

aseef17 commented 4 years ago

That’s the bitbucket instance My username is aseef_boilerplate

shreyas1599 commented 4 years ago

@pd4d10 I just noticed this as well. Attaching a screenshot. Must be because of no avatar.

EDIT: I just compared the release version on the play store with the latest mater branch. Master branch works fine. Problem with the release.

image

aseef17 commented 4 years ago

@pd4d10 I just noticed this as well. Attaching a screenshot. Must be because of no avatar.

EDIT: I just compared the release version on the play store with the latest mater branch. Master branch works fine. Problem with the release.

image

I don’t suppose that’s the problem. I added a profile image, removed and added my account again but I still have the same blank grey screen

shreyas1599 commented 4 years ago

@aseef17 Are you using the release on play/app store or have you built it by yourself? As I've mentioned in my comment, the latest master branch works fine while there's a problem with the release.

aseef17 commented 4 years ago

@aseef17 Are you using the release on play/app store or have you built it by yourself? As I've mentioned in my comment, the latest master branch works fine while there's a problem with the release.

Using the release version from App Store. I wouldn’t mind side loading but it’s just too much of a hassle to refresh Apple app ID every 7 days or the app becomes non-functional

shreyas1599 commented 4 years ago

@pd4d10 is planning to release it on test flight soon. You could use that when it's available. See #61.

shreyas1599 commented 4 years ago

@pd4d10 I just checked. I'm afraid this error still exists on the android beta release. Could this be the reason for the error?

shreyas1599 commented 4 years ago

Just checked. This is the error. I got a positive response when I used my accountID instead of my username. Seems like we should add accountId to Account.

aseef17 commented 4 years ago

@pd4d10 This issue still occurs in the beta release on TestFlight. You should check out PR made by @shreyas1599