Forum Replies Created
-
-
I already tried that. Same behavior.
Is there a way to skip wizard and see the coconut settings page, so to add the keys?Hi there,
I post here as I am on the same project.
I had to reconfigure fv player hosts and coconut on main site. I put the host info for Digital ocean, and I am on coconut wizard.
Coconut API checking – OK.
On the digital ocean checking, I see the key and the secret I add before,
and the message:
“Your FV Player is already configured to use the mydomain-source-videos Space for your videos. Only proceed if you are sure it’s not in use.”
On the next step where I should see the spaces, the fields are empty.
On wizard log there is this:
DigitalOcean Spaces Failed to check mydomain-com-encoded-vids-from-coconut in sgp1 (has more with other country codes)I suppose that somehow it is failing to create the new space?
On web console I have this message:
Object { key: “322321c6799ece8fb5e02bedca0211fc”, type: “deprecated”, message: “The PSR-0Requests_...
class names in the Request library are deprecated. Switch to the PSR-4WpOrg\\Requests\\...
class names at your earliest convenience.”, file: “wp-includes/class-requests.php”, line: 24, stack: (6) […], component: “Plugin: fv-player-coconut” }
component: “Plugin: fv-player-coconut”
file: “wp-includes/class-requests.php”
key: “322321c6799ece8fb5e02bedca0211fc”
line: 24
message: “The PSR-0Requests_...
class names in the Request library are deprecated. Switch to the PSR-4WpOrg\\Requests\\...
class names at your earliest convenience.”
stack: Array(6) [ “WpOrg\Requests\Autoload::load()”, “FV_Player_Coconut_Wizard_step_4_dos_spaces_api::check_dos_space()”, “FV_Player_Coconut_Wizard_step_4_dos_spaces_api::process_dos_spaces()”, … ]
type: “deprecated”
<prototype>: Object { … }.- On stage environment (dev.mydomain.com) I had no issue.
Any ideas?
I| found out a little bit later that the curl was on the Disabled Function of PHP. I remove it for the list and everything started working again. Thanks.
Hi,
I found the below error through the plugin.
Fatal error: Uncaught Error: Call to undefined function Coconut\curl_exec() in /home/mydomain/public_html/dev/stage/cleansetup/wp-content/plugins/fv-player-coconut/vendor/opencoconut/coconut/src/API.php:29
Stack Trace- Coconut\API->request(‘POST’, ‘/jobs’, Array)/home/mydomain/public_html/dev/stage/cleansetup/wp-content/plugins/fv-player-coconut/vendor/opencoconut/coconut/src/Job.php:25
- Coconut\Job->create(Array)/home/mydomain/public_html/dev/stage/cleansetup/wp-content/plugins/fv-player-coconut/wizard/step_2_coconut_key.php:37
- FV_Player_Coconut_Wizard_step_2_coconut_key->process()/home/mydomain/public_html/dev/stage/cleansetup/wp-content/plugins/fv-wordpress-flowplayer/includes/class.fv-player-wizard-base.php:63
- FV_Player_Wizard_Base_Class->ajax(”)/home/mydomain/public_html/dev/stage/cleansetup/wp-includes/class-wp-hook.php:308
- WP_Hook->apply_filters(”, Array)/home/mydomain/public_html/dev/stage/cleansetup/wp-includes/class-wp-hook.php:332
- WP_Hook->do_action(Array)/home/mydomain/public_html/dev/stage/cleansetup/wp-includes/plugin.php:517
- do_action(‘wp_ajax_fv_play…’)/home/mydomain/public_html/dev/stage/cleansetup/wp-admin/admin-ajax.php:188
- {main}
thrown in /home/mydomain/public_html/dev/stage/cleansetup/wp-content/plugins/fv-player-coconut/vendor/opencoconut/coconut/src/API.php on line 29
***This environment is completely clean. With the default theme and no extra plugins.
Update:
I try a clean install and when I went for coconut verification API
on browser console I got:XHRPOST
https://dev.mydomain.com/wp-admin/admin-ajax.php
[HTTP/2 500 Internal Server Error 343ms]“wp-admin -> FV Player -> Coconut Jobs -> Settings”
It is not opening. As long as coconut plugin is active, the content crashes.
I need to make a hard change on the DB. I can’t find the correct field.About the hls:
The video is playing on the main domain, not on the subdomain. The headers are correct from DigitalOcean side but the browser console says are not:
(Access to XMLHttpRequest at ‘https://domain.com./?stream_optim=/videofilename/index‘ from origin ‘https://dev.domain.com.’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.)The above error says that the main domain is blocking the subdomain…?
It’s coming when you hit play on video.Ok. After the latest upgrade, everything working.
Update 2: I roll back to version 7.5.31.7212. Everything working ok.
I will later try to update on stage environment. Any information by you, it would be very helpful.Update: I tried the source URL from Digital Ocean without encryption and the video plays.
Also at the browser’s console drops this error after the error from the Fv player:
TypeError: t is undefined 26c97b70-a8e4-42d6-bbfb-8291c9bca2b1:1:696503 years ago in reply to: Coconut return statusHi Martin,
When I made a fresh installation of the plugin, the coconut returned an error about the API version.
I updated to version 2 and everything started working again.Thank you for your support.
3 years ago in reply to: Coconut return statusThe status from the coconut job is completed.
Array ( [id] => 93338564 [created_at] => 2021-10-12 12:20:29 +0000 [completed_at] => 2021-10-12 13:31:55 +0000 [status] => completed [progress] => 100% [errors] => stdClass Object ( ) [output_urls] => stdClass Object ( [jpg:150x] => Array ( [0] => https://....jpg [1] => https://....vtt ) [jpg:300x] => Array ( [0] => https://.../thumbnail-dfeda07463.jpg ) [httpstream#1440p] => stdClass Object ( [hls] => https://.../index.m3u8
The issue now is when I try to select the video from coconut tab. The Choose button is not functioning.
3 years ago in reply to: Coconut return statusUpdate: Even though the job process returned as completed, when I try to select the video from fv player, the choose button isn’t working. At the browser console is returning Uncaught TypeError: splash is undefined, when I press the button Choose from the media library window.
Any ideas?3 years ago in reply to: Coconut return statusHello Martin,
The issue started after I enable opcache in server side.
I think that the job is done by adding *?fv_player_coconut_job_id=* in exception list of wp-optimize plugin.
To be honest I’ve done several changes without proper testing in each one.3 years ago in reply to: Coconut return statusHello Maria,
Thank you very much for your answer. I made some exception on my cache system
and now it is working without any issue.Have a nice day.
4 years ago in reply to: jQuery Migrate Helper Error4 years ago in reply to: jQuery Migrate Helper ErrorHello,
Is there ETA for jQuery.browser update?