fatfishdigital / zoommeeting

Zoom plugin for Craft Cms
Other
2 stars 2 forks source link

Error when saving config settings #3

Closed celexus closed 3 years ago

celexus commented 4 years ago

When attempting to save the API settings the following error is displayed: image (2)

jasonleelab commented 4 years ago

Can confirm.

brandondeweese commented 4 years ago

Getting same error....No movement on this at all?

jasonleelab commented 4 years ago

@brandondeweese I got it working but I had to modify the plugin. I know I changed /vendor/fatfish/zoom/src/models/Settings.php starting on line 41 (changed from 'required' to 'string'):

    {
        return [
            ['Apikey', 'string'],
            ['ApiSecret', 'string'],
            ['HistoryToken', 'string'],
        ];
    }

I'm 90% sure I changed something else too, but I can't remember at the moment.

Hope that helps!

fatfishdigital commented 4 years ago

@brandondeweese Sorry for the trouble and late reply, is it possible to explain how you encounter those error. Are you saving empty endpoints ?.

jacksutherland commented 4 years ago

Getting the same error. Installed the trial, followed the docs. Entered my API info, clicked save, error. I was running form localhost and am using a free Zoom account. Don't know if that matters. jasonleelab comment fixed it for me.