go-shiori / shiori

Simple bookmark manager built with Go
MIT License
9.03k stars 545 forks source link

One line description of the bug #941

Open IndomitableAlbus opened 4 weeks ago

IndomitableAlbus commented 4 weeks ago

Hi Dev. Shiori 1.33.01 Android

Samsung Galaxy A52S5G OneUI 6.1

Sorry to post hear, there was nowhere else listed in the App.

I cannot get the App to run.

The first screen, I enter. Server: http://localhost:8080 Username: shiori Password: gopher

There is an error message but it's truncated and I can't fully read the output.

Entering the username and password without the server address also results in an error message, which is also truncated.

A little help please, thanks.

fmartingr commented 4 weeks ago

Hey @IndomitableAlbus,

the application your are using seem to be: https://github.com/DesarrolloAntonio/Shiori-Android-Client (from the version you describe).

In any case, it seems that you are putting the URL wrong. You are using http://localhost:8080 but that's trying to connect to your phone. You are likely to have shiori running on a computer, so you need to find the IP of that computer in order to connect to Shiori from your phone. Those typically are like 192.168.1.X, if you provide more information we can help you figure this out.

cc: @DesarrolloAntonio