-
Notifications
You must be signed in to change notification settings - Fork 58
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
Mysql Error #154
Comments
Are you using Python 2.7? Did all the requirements install successfully? |
Yes I have installed all the things accoriding to your tutorial. |
Can you please post what is in the |
Also, in your |
that was just typo error now I'm receiving this error when I try to login through steam Sorry, unexpected error: argument of type 'int' is not iterable. and getting this error in another vps which is ubuntu 16. |
and some times this whenever I restart mysql server after some time this error occurs in ubuntu 16. |
See #146 if using MariaDB, that should fix those problems. |
I'm facing same issue still just upgraded the server too MariaDB but yet facing this error while I try to login it from steam.. |
And what does the error log in get5 say ( |
here it is ile "/var/www/get5-web/get5/init.py", line 122, in create_or_login |
It's your Admin_IDS. They cannot be int, but they need to be strings. I assume you have it set as:
Where 12345676890 is your steam ID. Please set it as a string as such:
Then restart the apache service. |
Did it, |
Yes @msaad2110 thats the way you have to use Admins IDs |
I have added the admin id in the list but still admin can only public team / server. |
Did you enable option in prod_config.py of this line get5-web/instance/prod_config.py.default Line 21 in 259472f
You have to set that function to True and saving do a apache service restart command. |
Hello there,
I have installed the web panel accoriding to your guide but still I'm facing this error when I try to open web page.
Sorry, unexpected error: Can't load plugin: sqlalchemy.dialects:ysql
Currently I'm using debian 8 OS.
The text was updated successfully, but these errors were encountered: