Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android - Can't login to Lemmy.world #2

Closed
dephunk opened this issue Jun 16, 2023 · 9 comments
Closed

Android - Can't login to Lemmy.world #2

dephunk opened this issue Jun 16, 2023 · 9 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@dephunk
Copy link

dephunk commented Jun 16, 2023

"Oops, something went wrong! SocketException: Failed host Iookup: 'lemmy.world' (0s Error: No address associated with hostname, errno = 7)"

This is the error I'm getting.

UI is looking nice otherwise for a first alpha!

@any1th3r3
Copy link

I have the same issue with both beehaw.org and lemmy.ca.

@s-hgr
Copy link

s-hgr commented Jun 16, 2023

For me the issue happens with discuss.tchncs.de .

@deepu2
Copy link

deepu2 commented Jun 16, 2023

I think the internet permission was not declared so it cannot access internet

<uses-permission android:name="android.permission.INTERNET"/>

is missing in the AndroidManifest.xml

@bqv
Copy link

bqv commented Jun 17, 2023

Lmao

@realeatham
Copy link

You can't login to any instance or see any posts.

@hjiangsu hjiangsu added bug Something isn't working good first issue Good for newcomers labels Jun 17, 2023
@hjiangsu hjiangsu self-assigned this Jun 17, 2023
@hjiangsu
Copy link
Member

Noted! Thanks for pointing that out - unfortunately I currently don't have access to a physical Android device so all testing was done through the simulator 😅

@deepu2
Copy link

deepu2 commented Jun 17, 2023

Noted! Thanks for pointing that out - unfortunately I currently don't have access to a physical Android device so all testing was done through the simulator 😅

Yeah, the thing is it adds the Internet permission for debug builds automatically but won't do the same for main builds.

@hjiangsu
Copy link
Member

Just released a new version which hopefully fixes that internet permission issue, and adds in a few other fixes as well!

Let me know if this issue is resolved!

@pabloscloud
Copy link

Yes, fixed now. Thanks! 💙

MrAntonS added a commit to MrAntonS/thunder that referenced this issue Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

8 participants