Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 782037 - net-fs/minio-2021.04.06.23.11.00: webapp "Invalid UI version in the JSON-RPC response" on login
Summary: net-fs/minio-2021.04.06.23.11.00: webapp "Invalid UI version in the JSON-RPC ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal with 1 vote (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-04-11 00:07 UTC by Daniel Nelson
Modified: 2023-04-23 14:04 UTC (History)
5 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Nelson 2021-04-11 00:07:52 UTC
When I attempt to login through the webapp at http://localhost:9000/minio/login, I receive the error "Invalid UI version in the JSON-RPC response" and cannot login.

Reproducible: Always

Steps to Reproduce:
1. rc-service minio start
2. Browse to http://localhost:9000/minio/login
3. Login with default credentials: minioadmin:minioadmin
Actual Results:  
Error shown: "Invalid UI version in the JSON-RPC response"

Expected Results:  
Login successfully and directory listing shown.
Comment 1 Jonas Stein gentoo-dev 2021-04-11 13:48:30 UTC
Do the other versions work for you?
Comment 2 Elvis Pranskevichus 2021-04-19 17:47:04 UTC
I have the same issue.  The latest version that works properly for me is 2021.03.04.00.53.13
Comment 3 Magnus Granberg gentoo-dev 2021-05-04 00:06:40 UTC
2021.03.12.00.00.47 do that version fail?
Comment 4 Daniel Nelson 2021-05-04 01:27:50 UTC
Sorry about being unresponsive earlier.  minio-2021.03.04.00.53.13 is working and 2021.03.12.00.00.47 has the failure for me.
Comment 5 Magnus Granberg gentoo-dev 2021-05-04 23:43:10 UTC
index_bundle.js:10 Deprecation warning: value provided is not in a recognized RFC2822 or ISO format. moment construction falls back to js Date(), which is not reliable across all browsers and versions. Non RFC2822/ISO date formats are discouraged and will be removed in an upcoming major release. Please refer to http://momentjs.com/guides/#/warnings/js-date/ for more info.
Arguments: 
[0] _isAMomentObject: true, _isUTC: false, _useUTC: false, _l: undefined, _i: 2021-04-18T19-26-29Z, _f: undefined, _strict: undefined, _locale: [object Object]
Error
    at Function.createFromInputFallback (http://192.168.1.X:9000/minio/index_bundle.js:10:155653)
    at http://192.168.1.X:9000/minio/index_bundle.js:10:175822
    at http://192.168.1.X:9000/minio/index_bundle.js:10:175873
    at BM (http://192.168.1.X:9000/minio/index_bundle.js:10:176185)
    at oM (http://192.168.1.X:9000/minio/index_bundle.js:10:176446)
    at xM (http://192.168.1.X:9000/minio/index_bundle.js:10:176528)
    at T (http://192.168.1.X:9000/minio/index_bundle.js:10:152575)
    at http://192.168.1.X:9000/minio/index_bundle.js:10:1418
k @ index_bundle.js:10
index_bundle.js:10 Uncaught (in promise) Error: Invalid UI version in the JSON-RPC response
    at index_bundle.js:10

From Chromium console
Comment 6 Magnus Granberg gentoo-dev 2021-05-05 01:08:14 UTC
From https://github.com/minio/minio/pull/12163
https://github.com/minio/console takes over the functionality for the future object browser development
Looks like the browser will be deprecate later on.
Comment 7 Larry the Git Cow gentoo-dev 2023-03-23 02:21:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4069216181bf2790e2903b7b64a2cf538abb9478

commit 4069216181bf2790e2903b7b64a2cf538abb9478
Author:     John Helmert III <ajak@gentoo.org>
AuthorDate: 2023-03-23 02:18:44 +0000
Commit:     John Helmert III <ajak@gentoo.org>
CommitDate: 2023-03-23 02:19:13 +0000

    profiles: last rite net-fs/minio
    
    Bug: https://bugs.gentoo.org/782037
    Bug: https://bugs.gentoo.org/850547
    Signed-off-by: John Helmert III <ajak@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 8 Larry the Git Cow gentoo-dev 2023-04-23 14:04:40 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054b9ce7b4047e76b55e86a9396d1405367b475d

commit 054b9ce7b4047e76b55e86a9396d1405367b475d
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2023-04-23 14:04:30 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2023-04-23 14:04:30 +0000

    net-fs/minio: treeclean
    
    Closes: https://bugs.gentoo.org/782037
    Bug: https://bugs.gentoo.org/850547
    Signed-off-by: David Seifert <soap@gentoo.org>

 net-fs/minio/Manifest                            |  2 -
 net-fs/minio/files/minio.default                 |  4 --
 net-fs/minio/files/minio.initd                   | 11 -----
 net-fs/minio/files/minio.service                 | 30 ------------
 net-fs/minio/metadata.xml                        |  8 ----
 net-fs/minio/minio-2021.04.18.19.26.29-r2.ebuild | 61 ------------------------
 profiles/package.mask                            |  5 --
 7 files changed, 121 deletions(-)