Getting HTTP ERROR: 503 - even if I use 127.0.0.1:4040.
I found one person who has a fix but on my windows 10 installation I can not find any /var/subsonic/db path at all AND no subsonic.propreties file.Here's what they wrote:
Go in /var/subsonic/db and open subsonic.propreties.
-And simply add a 0 for cache_scale.
I don't know if is good but it's worked. All my playlist are here !
My file:
hsqldb.script_format=0
runtime.gc_interval=0
sql.enforce_strict_size=false
hsqldb.cache_size_scale=80 <=== i have add a 0
readonly=false
hsqldb.nio_data_file=true
hsqldb.cache_scale=140 <=== here too
version=1.8.0
hsqldb.default_table_type=memory
hsqldb.cache_file_scale=10 <=== and here
hsqldb.log_size=500 <=== modify by 500 for just test ^^
modified=yes
hsqldb.cache_version=1.7.0
hsqldb.original_version=1.8.0
hsqldb.compatible_version=1.8.0
I think is the limit of database, so i multiply this capacity by 10 ^^
Any fix?
Thanks.
Rg
Anonymous