PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Saturday the 26th of January, 2019

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[13:13:02] <learnerwind> Hey I am trying to compile wiredtiger to run mongodb but i am getting a problem:
[13:13:14] <learnerwind> File "wtperf_config.py", line 24
[13:13:15] <learnerwind> print '@par ' + v[0] + ' (' + v[3] + ', default=' + d + ')'
[13:13:15] <learnerwind> ^
[13:13:15] <learnerwind> SyntaxError: invalid syntax
[13:21:17] <Derick> python2 vs python 3?
[13:22:17] <learnerwind> How to change it?
[13:22:55] <Derick> I don't know... I don't quite udnerstand what you're trying to do. WiredTiger is build into MongoDB
[13:24:38] <learnerwind> I am trying to install it with AUR so I can install Mongodb
[13:26:50] <Derick> AUR?
[13:27:41] <learnerwind> Yes in arch Linux
[13:28:44] <Derick> why are you even compiling it? Use the binaries? Get the legacy one from https://www.mongodb.com/download-center/community
[13:38:00] <learnerwind> Derick: I will try that
[13:40:07] <Robin___> !paste
[13:41:38] <Robin___> hello. this validates as proper JSON: https://pastebin.com/6gTW6ev3 but when I try to import it into mongodb using compass I get: "Unexpected end of JSON input"
[13:44:25] <Robin___> oh, problem solved. needed to be on one line :o
[13:45:38] <learnerwind> Derick: It seems to have solved the problem
[13:45:41] <learnerwind> Thank you
[13:46:04] <Robin___> hmm. import successful but no documents showing in mongo compass :|
[13:46:15] <Robin___> is MongoDB Compass deprecated?
[13:47:52] <Derick> no
[13:50:41] <Robin___> Im doing "Collection" -> "Import Data" -> "JSON" -> "Browse" -> "Import" (successful). No documents show up in the collection
[13:55:39] <Robin___> I seem to use the latest stable version 1.16.3
[13:57:56] <Derick> I just tried here, and it works :/
[13:58:23] <Robin___> :(
[13:59:38] <Derick> I'm on 1.13.1 though
[13:59:39] <Robin___> now I get weird errors when starting up mongodb compass. "Uncaught exception. Error: Object has been destroyed at FUnction.<anonymous>(PATH_TO_APPDATA_LOCAL)
[14:00:19] <Derick> Robin___: click on the blue circle in the bottom left if it starts again for help, or reach out to the mongodb-user google group
[14:01:20] <Robin___> ill just uninstall and try version 1.13.1
[14:01:39] <Derick> it could just be your data source
[14:05:19] <Robin___> meh