Christoph Califice

Results 12 comments of Christoph Califice

I also have this issue. I think we just need a way to convert different currencies, not just USD. Here is what I found: ``` activities.0.currency ("EUR") does not match...

> > `activities.0.currency ("EUR") does not match with "CLP" and no exchange rate is available from "EUR" to "CLP"` > > @christoph93 can you verify if you have the exchange...

First 3 entries for marketData from the response ``` { "marketData": [ { "createdAt": "2023-11-25T15:04:51.903Z", "dataSource": "YAHOO", "date": "2013-11-25T00:00:00.000Z", "id": "ecce5ba5-ad7c-4f5a-8add-7b85cc759114", "marketPrice": 518.5, "state": "CLOSE", "symbol": "USDCLP" }, { "createdAt":...

> > First 3 entries for marketData from the response > > That looks fine. I thought there might be an issue with the `date`. Is it possible for you...

I get the same error when using the import activities functions. ![image](https://github.com/ghostfolio/ghostfolio/assets/7034610/b47c7a7d-366f-4cd4-a59e-b58ff5ab88b9) So I tried setting the dataSource to MANUAL in my import file, but then I get this error:...

I get prompted to solve the drag and drop captcha when it places an order. I can complete it, but when the order is placed, I get an error that...

I'm facing a similar issue on 5.2.5-apache. ``` mautic-cron | Rebuilding contacts for segment 7 mautic-cron | 0 total contact(s) to be added in batches of 300 mautic-cron | 0...

@O-Mutt these are cron jobs. I believe they're the default ones that come with the docker image. ``` * * * * * php /var/www/html/bin/console mautic:segments:update 2>&1 | tee /tmp/stdout...

Thanks for your reply @cibero42 , I'm now using 5-apache but it didn't fix the issue: ``` mautic-cron | 0 total contact(s) to be removed in batches of 300 mautic-cron...

@cibero42 the logo is only 28K. I thought the memory issue wasn't critical, as Mautic was still sending mail normally. However, today we needed to send a segment e-mail to...