Bible Pay

Archives => General Support - Solved => Topic started by: ringa on February 20, 2021, 07:57:15 AM

Title: Leaderboard video links are not working
Post by: ringa on February 20, 2021, 07:57:15 AM
I've noticed in the past couple of days, the Video links that occasionally appear at the bottom of the Leaderboard web page no longer work. When you click them, instead of watching a video and earning the reward, there is an error (see below).  Hopefully it's an easy fix! Thanks,

-R

Code: [Select]
Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
Title: Re: Leaderboard video links are not working
Post by: earlzmoade on February 21, 2021, 12:48:49 PM
Indeed, now that you mentioned it i logged in and tested it out and it dont work either. Using chrome web browser.
Lets see if we can get Rob to figure this out.
Title: Re: Leaderboard video links are not working
Post by: ringa on February 22, 2021, 09:05:12 AM
Thanks for verifying, and I should have mentioned that I am using Brave web browser and get the error as well.
Title: Re: Leaderboard video links are not working
Post by: earlzmoade on February 23, 2021, 10:07:20 AM
Thanks for verifying, and I should have mentioned that I am using Brave web browser and get the error as well.

Yeah i tried myself several diffrent browsers and didnt work..
Anyhow Rob has fixed the problem and you should be able to get it playing.
Have a good one.
Title: Re: Leaderboard video links are not working
Post by: Rob Andrews on June 08, 2021, 12:20:37 PM
Fixed!