Replies: 2 comments 6 replies
-
Identical experience on Fedora 37 with the shiori 1.5.4 release executable. There's nothing in the account table - looks like the code path in webserver/handler-api.go which seems to be set up to handle the hardcoded default login/password isn't working, but I can't find a way to trigger any useful logging either. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on Fedora 36, after downloading the executable, I ran an import of my exported Pocket bookmarks. Then I ran the following:
./shiori serve --portable -p 9191
In a browser, I am able to navigate to the shiori server page. When I try shiori/gopher, the screen refreshes and the URL changes to http://localhost:9191/login?dst=%2F#home . But the login screen remains. Below is output from the terminal where I started shiori
I removed /.local/share/shiori/shiori.db and restarted the webserver, same response. If I key in shiori and a password other than gopher, I get "sql: no rows in result set (500)" above the login screen.
I've tried from two different browsers on my Linux workstation as well as my phone, same response.
///
INFO[0000] Serve shiori in :9191 /
WARN[0012] GET / proto=HTTP/1.1 remote="[::1]:49770" reqlen=0 size=49 status=301
INFO[0012] GET /login?dst=%2F proto=HTTP/1.1 remote="[::1]:49770" reqlen=0 size=4299 status=200
INFO[0012] GET /css/source-sans-pro.min.css proto=HTTP/1.1 remote="[::1]:49770" reqlen=0 size=1078 status=200
INFO[0012] GET /css/fontawesome.min.css proto=HTTP/1.1 remote="[::1]:49780" reqlen=0 size=54348 status=200
INFO[0012] GET /css/stylesheet.css proto=HTTP/1.1 remote="[::1]:49792" reqlen=0 size=15673 status=200
INFO[0012] GET /js/vue.min.js proto=HTTP/1.1 remote="[::1]:49796" reqlen=0 size=93390 status=200
INFO[0012] GET /js/url.min.js proto=HTTP/1.1 remote="[::1]:49810" reqlen=0 size=3798 status=200
INFO[0013] GET /css/fonts/source-sans-pro-v13-latin-200.woff2 proto=HTTP/1.1 remote="[::1]:49810" reqlen=0 size=15824 status=200
INFO[0013] GET /css/fonts/source-sans-pro-v13-latin-regular.woff2 proto=HTTP/1.1 remote="[::1]:49796" reqlen=0 size=16112 status=200
INFO[0013] GET /css/fonts/source-sans-pro-v13-latin-600.woff2 proto=HTTP/1.1 remote="[::1]:49780" reqlen=0 size=15948 status=200
INFO[0013] GET /css/fonts/fa-solid-900.woff2 proto=HTTP/1.1 remote="[::1]:49792" reqlen=0 size=74348 status=200
INFO[0013] GET /res/favicon.ico proto=HTTP/1.1 remote="[::1]:49792" reqlen=0 size=5430 status=200
INFO[0019] POST /api/login proto=HTTP/1.1 remote="[::1]:49792" reqlen=58 size=145 status=200
WARN[0019] GET / proto=HTTP/1.1 remote="[::1]:49792" reqlen=0 size=49 status=301
INFO[0019] GET /login?dst=%2F proto=HTTP/1.1 remote="[::1]:49792" reqlen=0 size=4299 status=200
Beta Was this translation helpful? Give feedback.
All reactions