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
Seafile Version seafile-mc 12.0.7.
(Version 11 worked fine)
Output from Log:
*** Running /etc/my_init.d/01_create_data_links.sh...
*** Booting runit daemon...
*** Runit started as PID 20
*** Running /scripts/enterpoint.sh...
2025-01-30 14:20:55 Nginx ready
2025-01-30 14:20:55 This is an idle script (infinite loop) to keep container running.
Traceback (most recent call last):
File "/scripts/start.py", line 94, in
main()
File "/scripts/start.py", line 58, in main
wait_for_mysql()
File "/scripts/utils.py", line 273, in wait_for_mysql
db_port = int(get_conf('DB_PORT', 3306))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'tcp://10.104.44.170:3306'
The text was updated successfully, but these errors were encountered:
Seafile Version seafile-mc 12.0.7.
(Version 11 worked fine)
Output from Log:
*** Running /etc/my_init.d/01_create_data_links.sh...
*** Booting runit daemon...
*** Runit started as PID 20
*** Running /scripts/enterpoint.sh...
2025-01-30 14:20:55 Nginx ready
2025-01-30 14:20:55 This is an idle script (infinite loop) to keep container running.
Traceback (most recent call last):
File "/scripts/start.py", line 94, in
main()
File "/scripts/start.py", line 58, in main
wait_for_mysql()
File "/scripts/utils.py", line 273, in wait_for_mysql
db_port = int(get_conf('DB_PORT', 3306))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: invalid literal for int() with base 10: 'tcp://10.104.44.170:3306'
The text was updated successfully, but these errors were encountered: