emretezel
emretezel
my Node version was not latest. Now I am getting the following error ``` sudo npm run start:secure > [email protected] start:secure /home/ubuntu/opt/code/thunderhub > node server/utils/secure-server.js /home/ubuntu/opt/code/thunderhub/server/utils/secure-server.js:12 throw new Error('Running a...
I set inside /etc/environment NODE_ENV='production' went a little further. Now it is complaining about next.Config.js. Some better instructions to compile and run in secure mode would be much appreciated.
I dont want my login password to be transferred in-encrypted. Sent from my iPhone > On 16 May 2021, at 11:17, Anthony Potdevin ***@***.***> wrote: > > > Why...
Did you find a solution?
Also should I expect to see Faraday specific UI element on the Lightning Terminal web site?
I have added a zero size empty __global_capital.parquet file under data/parquet/capital but now getting a different error ``` File "/home/pysystemtrade/opt/pysystemtrade/sysdata/parquet/parquet_capital.py", line 36, in get_capital_pd_df_for_strategy pd_df = self.parquet.read_data_given_data_type_and_identifier( File "/home/pysystemtrade/opt/pysystemtrade/sysdata/parquet/parquet_access.py", line...
After adding the empty missing file, ran interactive update capital manual and getting the following error ``` (pysystemtrade-user) pysystemtrade@emre-OptiPlex-3080:~/opt/pysystemtrade/sysinit/transfer$ python backup_arctic_to_parquet.py Configuring sim logging 2024-03-29 16:17:10 DEBUG config {'type': 'config',...
Would it be possible for a patch to be committed to the master branch? Thank you, Emre
Hi Rory, Were you able to resolve this issue? I am running into the same problem in master.
I have created an empty file under data parquet, and ran the interactive manual capital update and then tried the transfer again, now getting the following error. It seems the...