You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install all libs.
MySQL DB on another virtual machine.
Login and password is correct.
I have access from remote machine.
Firewall disabled.
Scheme created.
User created.
Access granted.
I stuck, please help
/UniqueMachine/cross_browser-master/flask/server.py
Traceback (most recent call last):
File /UniqueMachine/cross_browser-master/flask/server.py", line 8, in
create_app().run(host = '0.0.0.0')
File /UniqueMachine/cross_browser-master/flask/server.py", line 4, in create_app
from uniquemachine_app import app
File /UniqueMachine/cross_browser-master/flask/uniquemachine_app.py", line 17, in
app.config['MYSQL_DATABASE_USER'] = config.get('mysql', 'admin2')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'mysql'
The text was updated successfully, but these errors were encountered:
I also tried to start server and got same errors.
I found that in this file (cross_browser/client/fingerprint/js/toServer.js ) you need to change the ip-address to your own. But it didn't start with this change either. @Song-Li , Could you suggest what else needs to be changed in the configurations?
I install all libs.
MySQL DB on another virtual machine.
Login and password is correct.
I have access from remote machine.
Firewall disabled.
Scheme created.
User created.
Access granted.
I stuck, please help
/UniqueMachine/cross_browser-master/flask/server.py
Traceback (most recent call last):
File /UniqueMachine/cross_browser-master/flask/server.py", line 8, in
create_app().run(host = '0.0.0.0')
File /UniqueMachine/cross_browser-master/flask/server.py", line 4, in create_app
from uniquemachine_app import app
File /UniqueMachine/cross_browser-master/flask/uniquemachine_app.py", line 17, in
app.config['MYSQL_DATABASE_USER'] = config.get('mysql', 'admin2')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/ConfigParser.py", line 607, in get
raise NoSectionError(section)
ConfigParser.NoSectionError: No section: 'mysql'
The text was updated successfully, but these errors were encountered: