Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Daniel Bakovic

    (@netreviewde)

    Hi,

    MyArcadePlugin uses the WordPress native function wp_remote_get to fetch feeds. You should check if your server blocks outbound connection.

    – Do you see WordPress news or feeds on your WordPress Dashboard?
    – Do you see news on MyArcadePlugin Dashboard?

    Best regards,
    Daniel

    Thread Starter niravajmeri

    (@niravajmeri)

    Yes I see WP news and feeds on Dashboard, also can see news on MyArcadePlugin dashboard.

    I tried debugging-

    The control passes from – arcadelite_get_file() to arcadelite_get_file_curl().

    aracdelite_get_file_curl() return a null, resulting in $feeds to remain null. Thus the error.

    Plugin Author Daniel Bakovic

    (@netreviewde)

    Hi,

    You use an outdated MyArcadePlugin Lite version. Please update to the lastest version. It has re-coded game fetching and the function aracdelite_get_file_curl doesn’t exist anymore.

    Thread Starter niravajmeri

    (@niravajmeri)

    Thanks Daniel.
    I updated the plugin and it works great. Also, the refactored code looks much better.

    Plugin Author Daniel Bakovic

    (@netreviewde)

    Great ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: MyArcadePlugin Lite] Downloading feed: Can't download feed!’ is closed to new replies.