• Resolved gogakufr

    (@gogakufr)


    Hi.

    As a follow-up to the first topic:

    https://wordpress.org/support/topic/error-1851/

    The plugin doesn’t work completly for me since the version 1.9.10.
    Some audio has this error:

    Error occurred when trying to fetch the file using wp_remote_get(). cURL error 7: Failed to connect to [my website] port 443: Connection refused.

    But everything works with the previous version 1.9.9.

    Could someone help me with this issue?

    Thank you very much.

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for reaching out to us. Can you share here the shortcode you are currently using?

    Thank you.

    Thread Starter gogakufr

    (@gogakufr)

    Hi.

    Sure. Here a few examples of shortcodes which are still working with the last update:

    [sc_embed_player fileurl= https:// mywebsite /wp-content/uploads/2024/03/これから-vot.mp3]
    [sc_embed_player fileurl= https:// mywebsite /wp-content/uploads/2024/03/逆さ-vot.mp3]

    And here a few examples of shortcodes which don’t work with the last update:

    [sc_embed_player fileurl= https:// mywebsite /wp-content/uploads/2024/03/もともと-vot.mp3]
    [sc_embed_player fileurl= https:// mywebsite /wp-content/uploads/2024/03/外に-vot.mp3]

    Because these are japanese audio, I’m using kanji, hiragana and katakana characters on the audio player.

    Thanks for your help.

    • This reply was modified 2 months, 2 weeks ago by gogakufr.
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Thank you for providing more information. Please make sure you type the shortcode as described below with the double quotes added “” and no spaces added in the URL.

    [sc_embed_player fileurl="https://mywebsite/wp-content/uploads/2024/03/もともと-vot.mp3"]

    Let me know if this helps you.

    Kind regards.

    • This reply was modified 2 months, 2 weeks ago by mbrsolution.
    Thread Starter gogakufr

    (@gogakufr)

    Hi.

    Thank you for your reply.

    I tested to put “” in my shortcodes.
    Like you can see on this screenshot, it doesn’t work with the latest version.
    I rollback to the 1.9.9 without delete the “” and it still works.

    So the issue doesn’t seem to be provide by the shortcode or url.
    In this example, I use Compact audio player with the plugin TablePress. Maybe it’s a loading problem? But why it’s works on previous version and not with the latest… I don’t understand.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    What happens if you disable TablePress plugin? Do you still get the same error messages?

    Regards.

    Thread Starter gogakufr

    (@gogakufr)

    Actually, these audio are inside a table which is working with the plugin TablePress. So, if I disable TablePress, there is no table anymore ^^”

    Plugin Contributor mbrsolution

    (@mbrsolution)

    My apologies for not explaining my suggestion above. Can you test our plugins shortcode in a page or post. In other words, not inside a TablePress plugin table. Also can you carry out this test with TablePress plugin activated and another test with TablePress plugin deactivated. Let me know what happens.

    Kind regards.

    The issue is in the updates.
    1.9.11
    Added a fallback for the fileurl verification when the PHP URL validation fail for non-latin characters.
    and
    1.9.10
    Validate URL for the ‘fileurl’ parameter of the shortcode.

    If 1.9.10 causes the rejection of non-Latin characters, is 1.9.11 supposed the provide a fallback to allow them, but still failing?

    I have a similar issue that the pipe symbol | (vertical bar, used in the shortcode is being rejected.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    I have a similar issue that the pipe symbol | (vertical bar, used in the shortcode is being rejected.

    Please check the following reply.

    https://wordpress.org/support/topic/curl-error-28-75/#post-17507873

    Kind regards.

    Thread Starter gogakufr

    (@gogakufr)

    Hi.

    When I use the shortcodes in other pages, with or without activating TablePress, it seems to work.
    But these pages contain only 3 or 4 audio.
    However, the page which I encounter an issue (with the table) contain 6.900 audio.
    This is why I think it’s a loading issue (but maybe I’m wrong?).

    Is it possible, when an error occur, to not display an error message which is destroying my table design, but just the audio button even if it’s not working ? ^^”

    And by the way, is it really important to add “” into the shortcode? Because it seems to work with or without this symbol.

    Thank you very much for your help.

    Plugin Contributor mbrsolution

    (@mbrsolution)

    However, the page which I encounter an issue (with the table) contain 6.900 audio.
    This is why I think it’s a loading issue (but maybe I’m wrong?).

    I think you are correct. You should speak to your host to find out how much memory is allocated to your account.

    Is it possible, when an error occur, to not display an error message which is destroying my table design, but just the audio button even if it’s not working ? ^^”

    I don’t recommend this action because you need to know when an error occurs.

    And by the way, is it really important to add “” into the shortcode? Because it seems to work with or without this symbol.

    Yes, it is important to add the double quotes. This will prevent other issues from happening in the future.

    Kind regards.

    Thread Starter gogakufr

    (@gogakufr)

    Hi.

    Thank you for your reply.

    Ok. But if it’s a memory problem this kind of issue should appear also in previous version, however everything works on 1.9.9 so… I don’t understand the reason. For now I don’t have any choice but still using 1.9.9 version.

    Edit :

    Actually, after more tests on 1.9.9, it seems that some audio are not working (not loaded I think), but there is no error message. Instead of an error message there is just the player button (even if it’s not working). This concern just a few random audio files for each time I load this page. So it’s better for me to use 1.9.9 because there is no error message.
    If there is a way to not have an error message on last version, I would appreciate it, even if it’s not recommanded.

    Thanks.

    • This reply was modified 2 months, 1 week ago by gogakufr.
    Plugin Contributor mbrsolution

    (@mbrsolution)

    Actually, after more tests on 1.9.9, it seems that some audio are not working (not loaded I think), but there is no error message.

    Are these shortcode typed correctly on the page or post? In other words do they all have the double quotes and the correct URL?

    So it’s better for me to use 1.9.9 because there is no error message.

    This will not resolve your current issue. You will run into other issues down the track. I don’t recommend this myself. Your best option is to resolve the issue.

    Kind regards.

    Thread Starter gogakufr

    (@gogakufr)

    I haven’t add the double quotes for every shortcodes yet, but the loading issue concern both of shortcodes (with and without the double quotes).
    Maybe I can test again when I will added all double quotes.
    Or I can just remove audios from this table (also to try to speed up the loading of this page which is a little bit too longer for now).

    This will not resolve your current issue. You will run into other issues down the track. I don’t recommend this myself. Your best option is to resolve the issue.

    I agree. But I haven’t a solution yet. I hope we will find a solution as soon as possible to allow me to use the latest version.

Viewing 14 replies - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.