-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPC GUI ToDo #869
Comments
There's a bug with the config editor in the function The function loads the configuration that it retrieved from the API, the problem is that if one of the properties has a default value, is not included in the ASF response so when the function function prepareConfigForSaving() {
var botName = $('#saveButton').data('BotName'),
config = globalConfig; //Here it loads the config object that ASF sent in the ajax request
for (var key in config) {
... for example if the property
So if the user try to change that value as there's not a entry in the I think 3 ways of possible fixes:
Maybe I can create a pull request but is a bit late where I live so it will have to wait |
Here is a short answer since I am at the airport right now: Everything should be fine from ASF side, so there is no need to change anything here. I am aware of what is broken right now and I know how to fix it. I just didnt have any time to do it. Thank you very much for your time and work! |
Hi , when I use reverse proxy using apache2, this error occured "You failed to authenticate properly too many times, try again in an hour.". How can I disable the lockdown? |
This error occurs because ASF wasn't provided the correct password. As this is a very important security feature to refuse anyone access to your steam accounts who tries to get access to your ASF instance by brute-forcing the IPC password this can NOT be deactivated (and will never be deactivateable [if that word exists]). you can however restart ASF itself which should clear the 1 hour timer that will let you retry after said time interval. |
Okay then thank you
…On Sat, Aug 25, 2018, 9:23 PM Abrynos ***@***.***> wrote:
This error occurs because ASF wasn't provided the correct password.
As this is a very important security feature to refuse anyone access to
your steam accounts who tries to get access to your ASF instance by
brute-forcing the IPC password this can NOT be deactivated (and will never
be deactivateable [if that word exists]). you can however restart ASF
itself which should clear the 1 hour timer that will let you retry after
said time interval.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#869 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AQRpRGdlOIrJO7Y4R-GasYpHGEXbjvUTks5uUU_sgaJpZM4VpGAC>
.
|
Thank you for reporting this! This bug got already fixed here. |
Quite important bug to the collection: Right now IPC GUI assumes that it's always running on the root domain, for example on This assumption will no longer work with ASF 3.3.0.7+ that introduces Kestrel http server (#898) that fixes missing functionality asked in #840. Moreover, this assumption should never happen in the first place since users could already run reverse proxies before ASF with url rewriting and use whatever URLs they wanted, but let's assume this was rather rare until now. User might now run ASF's IPC server with custom base path, such as Please consider it one of priority fixes for new update, thank you in advance @MrBurrBurr. |
I will look into this, thank you for reporting. |
IMPORTANT NOTICE
Development for new ASF UI has begun. Current IPC GUI will not be updated anymore.
This Issue will be migrated to fit the new UI.
New UI should support
Show tooltip/box with wiki info about the selected config property - Consider this suggestion
Wiki parser for Editor and Generator, Whats new?, Tips&Tricks, missing input etc.
POST /Api/Bot/{BotName}
DELETE /Api/GamesToRedeemInBackground/{Bot}
Suggestions
Final Steps
FAQ
Error 1006
when viewing Log pageThis is getting caused by one of the following points:
The text was updated successfully, but these errors were encountered: