Plugin losing connection to GoToWebinar
-
Currently when i display the registration form with a shortcode i get the following error: “The webinar either no longer exists or an error has occurred”.
In the connection log i see the following error: “400 invalid_request – Missing required parameter”.I dumped gotowebinar_auth_settings and found out that the refresh_token is null. When I connect to GoToWebinar with the “Click here to connect with my GoToWebinar application” button on the general options page the refresh_token key has a value (and all forms work again), but on the next day it’s null and all the registration forms don’t work anymore.
[“organizer_key”]=> “Some Value”
[“access_token”]=> “Some Value”
[“refresh_token”]=> NULL
[“account_key”]=> “Some Value”I think this is the same problem like described here: https://wordpress.org/support/topic/plugin-unstable-after-last-update/
PHP Version: 8.1.18
WordPress Version: 6.4.3
Plugin Version: 15.2
Application Used: Own Application
The topic ‘Plugin losing connection to GoToWebinar’ is closed to new replies.