PMXBOT Log file Viewer

Help | Karma | Search:

#mongodb logs for Wednesday the 13th of May, 2020

(Back to #mongodb overview) (Back to channel listing) (Animate logs)
[14:11:50] <Th33x1l3> Hi all, anyone here using the c# driver for mongodb
[14:13:26] <Th33x1l3> First time using the C# mongoDB driver and i need help to know what i'm missing from the following
[14:14:32] <Th33x1l3> https://gist.github.com/sorcerer86pt/d96029560c2f8d7b237b248d619e035c
[14:15:29] <Th33x1l3> '''
[14:15:48] <Th33x1l3> mongo | 2020-05-13T14:07:30.112+0000 I NETWORK [listener] connection accepted from 172.20.0.4:60272 #1 (1 connection now open)mongo | 2020-05-13T14:07:30.139+0000 I NETWORK [conn1] received client metadata from 172.20.0.4:60272 conn1: { driver: { name: "mongo-csharp-driver", version: "2.10.4.0" }, os: { type:
[14:15:48] <Th33x1l3> "Linux", name: "Linux 4.19.84-microsoft-standard #1 SMP Wed Nov 13 11:44:37 UTC 2019", architecture: "x86_64", version: "4.19.84-microsoft-standard" }, platform: ".NET Core 3.1.4" }web_1 | fail: Microsoft.AspNetCore.Server.Kestrel[13]web_1 | Connection id "0HLVN8RRR38H4", Request id "0HLVN8RRR38H4:00000003":
[14:15:49] <Th33x1l3> An unhandled exception was thrown by the application.web_1 | MongoDB.Bson.BsonSerializationException: Creator map for class semasio_challenge_2.Models.Campaign has 3 arguments, but none are configured.web_1 | at MongoDB.Bson.Serialization.BsonCreatorMap.Freeze()
[15:15:28] <donalsd> Hi, I am trying to create an aggregation (currently looks like the following: https://controlc.com/ef9cf9ac), I want to be able to use the results of the first query in the second one as variables. How do I go about doing that? Also, for some reason the last query involving $ne doesn't seem to work. Thanks for your help/