Himanshu Phirke

Results 6 comments of Himanshu Phirke

I am getting same error. The server to which I connect also expects me to use TLS 1.2. Did you have a solution for this?

@mahios2015 You can try if below solution works: const xmlclient = xmlrpc.createSecureClient({ url: "Your URL", secureProtocol: "TLSv1_2_method" }); The options passed to xmlrpc are passed as it is to the...

In my case its happening on: 12.00am UTC 5 am UTC 5.15pm UTC

This happens frequently. I am not sure why Mixpanel devs are not even acknowledging the issue

I am also facing the same problem. Sample project created using meteor and added the calendar only. https://github.com/himanshuphirke/testFullCalendar Error screen attached ![error](https://user-images.githubusercontent.com/3060845/33202018-d8852b82-d120-11e7-89d6-accfc39667d9.png)

With latest updated version, the calendar does not come up. See error on console. ![screenshot from 2017-12-27 12-56-00](https://user-images.githubusercontent.com/3060845/34374141-78a11dc6-eb05-11e7-8cbd-be6223351bba.png) Sample project used: https://github.com/himanshuphirke/testFullCalendar Let me know if any adjustments are required.