fastogt / fastonosql

FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
https://fastonosql.com
GNU General Public License v3.0
1.18k stars 96 forks source link

Signup section on https://fastonosql.com/signup not working #51

Closed liflovs closed 6 years ago

liflovs commented 6 years ago

That makes impossible to proceed with using your tool without building it:)

liflovs commented 6 years ago

Also in the build section for windows next step gives an error $ /usr/bin/python3 build_env.py Traceback (most recent call last): File "build_env.py", line 6, in from pybuild_utils.base import run_command ImportError: No module named 'pybuild_utils.base'

topilski commented 6 years ago

Hi @lflserg thank you for issue, why signup not working? Which error you revived?

topilski commented 6 years ago

To resolve python issue please execute git submoule update --init --recursive, pybuild_utils it is submodule.

liflovs commented 6 years ago

@topilski thank you now when i went to the page it showed that confirmation letter was sent. Seems like some server issues. Didnt track the error though(( But the process was very long..... Several minutes of watching the spinner

liflovs commented 6 years ago

@topilski now it`s $ /usr/bin/python3 build_env.py Traceback (most recent call last): File "build_env.py", line 367, in request = BuildRequest(platform_str, arch_bitstr, 'build' + platform_str + '_env') File "build_env.py", line 35, in init raise utils.BuildError('invalid platform') pybuild_utils.base.utils.BuildError: invalid platform

topilski commented 6 years ago

@lflserg did you receive confirm message? you also should apply your email. If you want i can remove your email from db, and you can try to re sugnup. Please check your email.

topilski commented 6 years ago

Also which platform you using for build?

topilski commented 6 years ago

I think you didn't confirm your email, without confirm you can't login.

liflovs commented 6 years ago

@topilski Yes, i received it but from the third try. So when i clicked sign up it took several minutes for page to react

liflovs commented 6 years ago

@topilski seems like platform is not recognized trying to build in MSYS on Windows, what parameters are better to send?

topilski commented 6 years ago

Hi @lflserg i removed your email from our FastoNoSQL db, please re signup. To do build for Windows is very hard, but if you want i can help you. First of all you need to download msys2 link here: http://www.msys2.org/ , via pacman install qt, and after that execute build_env.py script. But you should understand that qt on our server build from sources and as result qt library optimized more extremely.

liflovs commented 6 years ago

@topilski I see the guide https://github.com/fastogt/fastonosql/wiki/Build But it might miss some steps as build_env.py does not recognize my system (platform_str is undefined) so i suppose i have to pass some params in there but dont know in what format.

I am trying to build the app because i have some data and i wonder if the app can open it (which I am unsure about) and it would be a waste if i bought it and failed to open desired data.

topilski commented 6 years ago

@lflserg agree with you, which database you want to open? But you also should understand me, because i writing this program about 3 years alone, without support of db maintainers, and i don't like to see how user start application about 300-500 times and don't want to pay. 3-4$ it is not a huge amount of money only for this purposes i created subscription, i want that application grow up, i want to hire web developers, QA engineers, but now this all stuff(testing/ web development) i do after my primary work.

execute next command: python3 build_env.py windows x86_64 , also please use /usr/mingw64/bin/python3 (should be native msys python).

liflovs commented 6 years ago

@topilski 504 Gateway Time-out :( But i got confirmation email

I want to open LevelDB, i am new to it so i suppose i have to play with lots of options - separators, comparators and stuff and it might not be opened:)

topilski commented 6 years ago

I see you in our db, you can sign in (https://www.fastonosql.com/login). What about python script, did you try to build environment? In any case i will help you with leveldb. if you can't build i will send you WIN package via email, don't worry about this.

topilski commented 6 years ago

Hi @lflserg , i sent you zip archive via email, please test application, i'am waiting your feedback.

liflovs commented 6 years ago

@topilski thank you. I see you support indexed db and that feature was lacking in other competitors I tried, cool. But like I said I am new to this and after opening indexed db i have something like this for keys: "���� o"pId"en:es::A"id"en:es:a"phrase"A" translationsaI" Will keep playing with delimiters and stuff, or from your opinion its something wrong with database itself?

topilski commented 6 years ago

I need to recheck index_db, and after that will answer on your question.

topilski commented 6 years ago

I checked, yes worked, implementation i took from chromium.