• Skip to content
  • Skip to primary sidebar
  • Skip to footer

Foliovision

Main navigation

  • Weblog
    • FV Player
    • WordPress
    • Video of the Week
    • Case Studies
    • Business
  • About
    • Testimonials
    • Meet the Team
    • We Support
    • Careers
    • Contact
    • Pricing
  • Products
  • Support
    • FV Player Docs
    • Pro Support
  • Login
  • Basket is empty

BAD ERROR: Logo can no longer be customized with 7.1.14.727.beta

[Solved]

Foliovision › Forums › FV Player › Bug Reports › BAD ERROR: Logo can no longer be customized with 7.1.14.727.beta

  • Anonymous 6 years, 8 months ago

    You can no longer customize the Logo (with paid version) with 7.1.14.727.beta.

    This is pretty bad… For some of us, it makes the plugin unusable.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Lucia 7 years ago

    Hi Anonymous!

    Are you using new player 7.1.14.727 in beta or release version – just to confirm. And can you describe the issue more closely: You have your logo shown but it is not responsive or some other visual issue or not showing the logo at all?

    Thanks,
    Lucia

    Martin 7 years ago

    Hello,

    we are sorry about the issue here, but unfortunately Flowplayer forces us to use a new key with each release, so we have to build a fairly complex mechanism for updating the license key on each website. In some cases it fails.

    I checked the logs and I can see that your website has received the correct key. Are you still having the issue?

    Please compare the license key which you have on Settings -> FV Player to the one on https://foliovision.com/my-licenses – is it the same?

    However I think I realized what is the issue now and put in a fix. The issues only occurs when upgrading from the latest FV Player 7 Beta release to FV Player 7. Users upgrading from FV Player 6 or older FV Player 7 beta versions don’t face the issue.

    Thanks,
    Martin

    Anonymous 7 years ago

    Hey guys, Thanks for the quick response. But I have some bad news:

    The issue is still not fixed. We still get the “FV Flowplayer” Logo during playback…

    In addition, now the videos take over a minute to load and start streaming!!!

    They eventually do, but it takes ages. (We are using HLS Cloudfront distro btw…)

    This might help: I’ve checked them using multiple VPN connections from different regions. Some of them are a little faster, but overall the experience is slowed down. Without using a VPN is noticably faster, but still slow. Besides, many users do use VPNs so, telling them not to use it is unacceptable.

    You need to speed up the playback start time with this last release. It was working fine in the previous one…

    Here are some additional observations:

    I’ve looked through your codebase (lots of great code btw :)

    But, here’s the thing: You’re already checking for license during install, and also scheduling a daily for a cron job to check it. Why also check it during playback on your side?

    From what I understand, the player is “checking in” with your server for EVERY playback to see if it’s got a valid license. That burdens every video playback – and since your change of that code coincides with the slowing down of the videos – I think that’s where the problem is.

    I’m concerned because that design makes our sites dependent on your licensing servers for every video playback!

    More importantly, I don’t think you should burden the user experience of our customers by delaying them for a license check that you’ve already performed several times for our domain. There must be an easier way.

    You could at least cache it on the database daily during your cron job and check during every video playback. Or, cache it per user session. Or do an async check – still check for the license with every playback but don’t block the player’s operation until the license check actually fails.

    That way, our users don’t have to wait for your servers.

    Also – do you have Service Level Agreement for your license servers. What if they go down? Will playback eventually start, or will the whole thing stop working?

    Please fix this fast, it is hurting our business. A minute to start a video equals player not working.

    PS – By the way: if you guys need some automated testing infrastructure to capture errors like this, you should contact me off board… I’d help you out. Or you could setup something like this: http://topnotch.tech/web-guard-your-page/

    I know you’re working hard, but it’s also disappointing to be the customer who discovers that a feature we paid for has stopped working.

    Martin 7 years ago

    Hello,

    please use Settings -> FV Player -> Help -> Rollback if you think it’s caused by FV Player 7. We can continue troubleshooting the issue next week.

    I’m not noticing any increase in delay on our Cloudfront HLS streams.

    We are not performing license key checks in the frontend like you are suspecting. I double checked and I’m not seeing a large number of license checks coming from your website.

    But perhaps you are onto something – the Ajax calls required to load some of the videos (not the case with simple HLS streams, it’s only used for video files which have the time sensitive signature in the URL) might be considered as wp-admin calls by WP API and the license check might be triggering on that one (I will check that). But it should be cached for full 24 hours (I already checked that and it appears to be fine).

    Our testing is partly automated (PHP unit tests, WP integration tests, browser tests with Selenium and Appium) and partly manual (visual changes (for now), more advanced functions like transcript, license activation process etc.).

    Thanks,
    Martin

    Anonymous 7 years ago

    Thanks for the quick and detailed response and excellent service! And thanks for letting me know about the rollback option – that is and comforting. (And it’s good to hear about the license checks…)

    Anyway… I did some network analysis and I think you are right. It looks like the culprit with the delay is a HLS related query; at least that’s the one with the longest consistent delays. Occasionally CloudFront chokes too, which can throw off the numbers through proxy or VPN connects.

    Keep up the great work!

    Anonymous 7 years ago

    @Lucia, we’re on 7.1.14.727.beta. We use our own logo, which used to show in the previous version. Post update, it shows your logo (FV Flowplayer). The rest of the player works fine.

    Lucia 7 years ago

    Hi!

    * I know Martin already mentioned this – did you compare that the license key in your account matches the one on your site?

    * Can you also try to delete the license key (save it somewhere). Save settings. And then again insert the same key and click apply pro upgrade.

    If this fails too then we have to have a look why your particular domain failed the check.

    Thanks,

    Lucia

    Martin 7 years ago

    Hello,

    that HLS query argument which you mentioned is the license URL for the encrypted stream. It should only take 1-2 seconds. How big delay are you seeing?

    Thanks,
    Martin

    Martin 7 years ago

    Hello,

    I can confirm that the FV Player license checks are not running on the front-end Ajax calls. So if something is acting slow on your end, there must be some other reason for it.

    Thanks,
    Martin

Viewing 9 replies - 1 through 9 (of 9 total)
Reply To: BAD ERROR: Logo can no longer be customized with 7.1.14.727.beta



Please Sign in or Register to upload files.

Related Posts

  1. Switching FV Player Pro to Beta

  2. Switching FV Player Pro to Beta

  3. Why the FV Player upgrade to Flowplayer 6 core is still only in beta

Primary Sidebar

Sign in Register
FV Player Docs Post New Topic

Welcome

to Foliovision support forums! We'll be happy to provide free support to resolve all the reported bugs. You always can start by specifying your OS and browser and steps to reproduce the bug.

If you need help with the installation on your site, please submit a request for a Pro Support Incident. We'll have you up and running in no time, with detailed instructions on how to resolve your issue yourself in the future.

Facing a hard to solve WordPress problem? On a tight deadline?

Let us take care of it for you
right now.

Pro Support Buy FV Player

Footer

Our Plugins

  • FV WordPress Flowplayer
  • FV Thoughtful Comments
  • FV Simpler SEO
  • FV Antispam
  • FV Gravatar Cache
  • FV Testimonials

Free Tools

  • Pandoc Online
  • Article spinner
  • WordPress Password Finder
  • Delete LinkedIn Account
  • Responsive Design Calculator
Foliovision logo
All materials © 2025 Foliovision s.r.o. | Panská 12 - 81101 Bratislava - Slovakia | info@foliovision.com
  • This Site Uses Cookies
  • Privacy Policy
  • Terms of Service
  • Site Map
  • Contact
  • Tel. ‭+421 2/5292 0086‬

We are using cookies to give you the best experience on our website.

You can find out more about which cookies we are using or switch them off in .

Powered by  GDPR Cookie Compliance
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.

Necessary Cookies

Strictly Necessary Cookie allow you to log in and download your software or post to forums.

We use the WordPress login cookie and the session cookie.

If you disable this cookie, we will not be able to save your preferences. This means that every time you visit this website you will need to enable or disable cookies again.

Support Cookies

Foliovision.com uses self-hosted Rocket.chat and self-hosted Freescout support desk to provide support for FV Player users. These cookies allow our visitors to chat with us and/or submit support tickets.

We are delighted to recommend self-hosted Rocket.chat and especially Freescout to other privacy-conscious independent publishers who would prefer to self-host support.

Please enable Strictly Necessary Cookies first so that we can save your preferences!

3rd Party Cookies

This website uses Google Analytics and Statcounter to collect anonymous information such as the number of visitors to the site, and the most popular pages.

Keeping this cookie enabled helps us to improve our website.

We reluctantly use Google Analytics as it helps us to test FV Player against popular Google Analytics features. Feel free to turn off these cookies if they make you feel uncomfortable.

Statcounter is an independent Irish stats service which we have been using since the beginning of recorded time, sixteen years ago.

Please enable Strictly Necessary Cookies first so that we can save your preferences!