spknetwork / video-encoder

5 stars 3 forks source link

Fix config not saving #32

Open Rishi556 opened 1 year ago

Rishi556 commented 1 year ago

When the program couldn't connect to IPFS due to it not being run locally caused by the following code: https://github.com/spknetwork/video-encoder/blob/8ca1b8111f9614f673f4e082585fbf428d33ca1a/src/modules/core/gatewayClient.service.ts#L265-L275 the generated config wouldn't be saved, and the user couldn't modify it to change their settings. This awaits for the initialization to be finished fixing the issue and letting the config be saved and the user can modify it.