gambitph / Stackable

Page Builder Blocks for WordPress. An Amazing Block Library for the new WordPress Block Editor (Gutenberg).
https://wpstackable.com
GNU General Public License v3.0
323 stars 61 forks source link

Getting a new error! #833

Open The-Web-Mechanic opened 4 years ago

The-Web-Mechanic commented 4 years ago

Hi, Thanks for addressing the previous bug I brought up! I'm afraid the update brought a new error and it's bogging things way down!

Here's what I'm seeing in the Query Monitor Plugin...

GET Certificate verification disabled (sslverify=false) https://api.freemius.com/v1/installs/4695675/updates/latest.json?is_premium=true&newer_than=2.9.1&readme=true &sdk_version=2.4.0.1 404 Not Found

HTTP API Transport: curl
DNS Resolution Time: 0.0019
Connection Time: 0.0307
Transfer Start Time (TTFB): 0.3209
Response Size: 254 B
Response Content Type: application/json; charset=utf-8
IP Address: 52.40.43.31

Freemius_Api_WordPress::ExecuteRequest()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/sdk/FreemiusWordPress.php:303
Freemius_Api_WordPress::MakeStaticRequest()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/sdk/FreemiusWordPress.php:413
Freemius_Api_WordPress->MakeRequest()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/sdk/FreemiusWordPress.php:516
Freemius_Api_Base->_Api()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/sdk/FreemiusBase.php:133
Freemius_Api_Base->Api()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/sdk/FreemiusBase.php:153
FS_Api->_call()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-fs-api.php:201
FS_Api->call()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-fs-api.php:241
FS_Api->get()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-fs-api.php:275
Freemius->_fetch_latest_version()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-freemius.php:21310
Freemius->_fetch_newer_version()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-freemius.php:19843
Freemius->check_updates()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-freemius.php:21463
Freemius->get_update()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-freemius.php:19888
FS_Plugin_Updater->pre_set_site_transient_update_plugins_filter()
wp-content/plugins/stackable-ultimate-gutenberg-blocks-premium/freemius/includes/class-fs-plugin-updater.php:526
apply_filters('pre_set_site_transient_update_plugins')
wp-includes/plugin.php:206
set_site_transient()
wp-includes/option.php:1833
wp_update_plugins()
wp-includes/update.php:334
do_action('load-plugins.php')
wp-includes/plugin.php:478
bfintal commented 4 years ago

Is this still happening?

Most likely this may be a temporary issue from Freemius.

The-Web-Mechanic commented 4 years ago

Just checked and it looks to have gone away. Is this something that could/would happen on occasion? I ask as it really bogged the backend down.

Thanks for the quick response! Ken

Sent from my iPhone

On Aug 15, 2020, at 5:55 PM, Benjamin Intal notifications@github.com wrote:

 Is this still happening?

Most likely this may be a temporary issue from Freemius.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

bfintal commented 4 years ago

Some additional info: this is a normal response for checking newer versions of the plugin (similar to how WP does it to check for new plugin versions). It means that there's no newer version of the plugin past v2.9.1, which is correct since that's the latest version.

If multiple notices appear, then this might not be normal. If there are a lot of these notices, would you be able to find out what's triggering them to show up multiple times?