Skip to main content

Replies sorted oldest to newest

Hi robby,

Thanks for helping to bring this issue to our attention. The behavior you have described is occurring due to a known issue that our engineering team is in the process of addressing. I haven't been given an ETA as to when this issue will be resolved yet, but we don't expect it to take too long.

I will post further updates on this issue to this thread as additional information becomes available. Thanks for understanding.

-Mike
Thanks for looking into it so speedily Mike - The error reports trying to get onto AS are now getting very geeky;

__________________________________________

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>

___________________________________________

It's just hit midnight here so off to bed but just received an AS outbid notification, real frustrating not being able to increase that early morning snipe Frown
Hi Community,

Update - I just heard from our engineering team regarding this matter and they informed me the changes that caused these errors to start occurring have been rolled back and that the problem should now be completely resolved. If you are still receiving error messages when tying to access your Auction Sniper account, please let me know.

-Mike

Add Reply

Post
×
×
×
×
Link copied to your clipboard.
×