• Resolved Wallet Up

    (@walletup)


    DO YOU HAVE A TEMP FIX FOR THIS BUG?
    
    Failed to retrieve shipping label refund status: Unexpected server error.
    
    As far as we can see it 's related to your code 's plugin 'woocommerce-services'
    
    From path: /wp-content/plugins/woocommerce-services/dist/woocommerce-services-2.2.5.js
    
    function(e, t, n) {
    "use strict";
    var r = n(34);
    t.a = function(e) {
    return !e instanceof Response ? (console.error("Invalid Response object"),
    Promise.reject(Object(r.translate)("Unexpected server error."))) : e.text().then(function(e) {
    try {
    return JSON.parse(e)
    } catch (t) {
    throw console.error(t),
    console.error(e),
    Object(r.translate)("Unexpected server error.")
    }
    })
    }
    } From file: woocommerce-services-2.2.5.js At this point we can confirm OUR SERVER has no relation to that. In addition to that we noticed that if woocommerce-services is temp disabled there is no error as the one described earlier. We strongly believe that it 's a plugin conflict which it should be inspected under WC development perspective. Expected behavior read and buy and print shipping label Actual behavior Failed to retrieve shipping label refund status: Unexpected server error. Steps to reproduce under order a new order, create label, or try to retrieve a label created through the mobile app WordPress Environment N/A
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Wallet Up

    (@walletup)

    IT WAS RELATED TO THE ACCELERATE WP PLUGIN FROM CLOUDLINUX. ONCE THE PLUGIN WAS DISABLED, THE ERROR WAS GONE.

    {“code”:”woocommerce_rest_cannot_view”,”message”:”Sorry, you cannot list resources.”,”data”:{“status”:401}}

    Hi @walletup ,

    Thanks for reaching out!

    IT WAS RELATED TO THE ACCELERATE WP PLUGIN FROM CLOUDLINUX. ONCE THE PLUGIN WAS DISABLED, THE ERROR WAS GONE.

    I’m glad to hear that you managed to identify the cause of the error.

    Should you need any further help with this particular error, I’d suggest reaching out to the plugin support. Here is a direct link:

    On the other hand, since this has been resolved,?feel free to?create a new topic?if you need further help with WooCommerce core.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Failed to retrieve shipping label refund status: Unexpected server error’ is closed to new replies.