[Solved] ERROR Database error while writing to FAILED_LOOKUPS

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
CatMan
Posts: 13
Joined: Fri Jul 23, 2021 1:11 am

[Solved] ERROR Database error while writing to FAILED_LOOKUPS

Post by CatMan »

I dont know if this LOG error is exclusive to linux or not

UMS v10.8.0:

00:51:37 INFO Renderer BRAVIA KDL-40CX520 has an estimated network speed of 52.901818091345866 Mb/s
00:51:37 INFO Renderer Philips hue (192.168.0.3) has an estimated network speed of 56.579207301970314 Mb/s
00:51:48 ERROR Database error while looking up file status in FILES_STATUS for "/home/USB HDD - 4TB No 4 - Elements SE/4TB No 3 - COPY OF FILES/Video": IO Exception: "java.net.UnknownHostException: default-rdns.vocus.co.nz: default-rdns.vocus.co.nz: No address associated with hostname" [90028-199]

It should be noted for the record that the is actually the name of the company that owns my ISP for the record

I have googled all the individual errors above, and have reviewed many UMS posts, but none actually seem to be the same as my errors
The closest one i could find was this one for "ERROR Database error while looking up file status in FILES_STATUS":

viewtopic.php?t=14479

I assume that UMS is complaining about "IO Exception: "java.net.UnknownHostException: No address associated with hostname" [90028-199]"
meaning that it cant get an IP Address, so a disconnected my router from the internet and re-booted my PC:

Universal Media Server 10.7.0 - internet not connected

2:04:00 INFO Renderer Sony Bravia EX has an estimated network speed of 52.77535775328702 Mb/s
02:04:39 ERROR Database error while looking up file status in FILES_STATUS for "/home/USB HDD - 4TB No 4 - Elements SE/4TB No 3 - COPY OF FILES/Dragon Ball GT Season 1 Remastered & Uncut mp4": IO Exception: "java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Temporary failure in name resolution" [90028-199]

02:11:24 ERROR Could not update the database with information from the filename for "/home/USB HDD - 4TB No 4 - Elements SE/4TB No 3 - COPY OF FILES/Dragon Ball GT Season 1 Remastered & Uncut mp4/Dragon Ball GT [1.02] Pan Blasts Off.mp4": IO Exception: "java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Temporary failure in name resolution" [90028-199]

After i ran UMS, it was very very slow at starting up, and when my Sony Bravia TV did get the UMS logo, everything was extremely slow to respond
eventually when i went to watch a video, it failed to, i got disconnected from UMS, i think because of a timeout
As soon as i re-connected my router back to the internet, UMS would let me play videos again, despite the constant Errors in the LOG, each error for every video i had in my video folder non-stop

I deleted the UMS config folder, and started again, made no differance


Happens on versions:

10.7.0
10.8.0

No issue using 10.4.1

OS: Opensuse Tumbleweed

I appreciate UMS, It's a great app, been using it ever since i discovered in in 2017 :)
Attachments
ums_dbg_2021-07-23-03-05.zip
UMS 10.8.0
(234.68 KiB) Downloaded 181 times
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by Nadahar »

I strongly suspect that this is caused by the "external API" lookup that tries to gather additional information about known media like movies and TV series. I don't remember the details, but I think there's a setting you can set in the configuration file that disables this.

If you want to keep the external lookup, which isn't really very useful if all you want to do is to play your media, you should probably look into your DNS resolution setup.
CatMan
Posts: 13
Joined: Fri Jul 23, 2021 1:11 am

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by CatMan »

Nadahar wrote: Fri Jul 23, 2021 4:11 am I strongly suspect that this is caused by the "external API" lookup that tries to gather additional information about known media like movies and TV series. I don't remember the details, but I think there's a setting you can set in the configuration file that disables this.

If you want to keep the external lookup, which isn't really very useful if all you want to do is to play your media, you should probably look into your DNS resolution setup.

I have turned off the option 'Enable external network' under the 'General Settings' TAB, it makes no differance
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by Nadahar »

It doesn't surprise me that they don't respect that setting, I think many things made in recent years ignores that. I know this isn't logical at all, but try setting

Code: Select all

use_imdb_info = false
CatMan
Posts: 13
Joined: Fri Jul 23, 2021 1:11 am

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by CatMan »

Nadahar wrote: Fri Jul 23, 2021 7:55 am It doesn't surprise me that they don't respect that setting, I think many things made in recent years ignores that. I know this isn't logical at all, but try setting

Code: Select all

use_imdb_info = false
Tryed that, makes no differance
Thanks for trying though :)

I will wait for Dev SubJunk to contact me
User avatar
mik_s
Moderator
Posts: 1115
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by mik_s »

I think all the errors you sre seeing is because the database is not initialised

Code: Select all

DEBUG 2021-07-23 03:01:53.953 [main] net.pms.dlna.DLNAMediaDatabase Database logging is disabled
DEBUG 2021-07-23 03:01:54.196 [main] net.pms.dlna.DLNAMediaDatabase Database connection error, retrying in 10 seconds
DEBUG 2021-07-23 03:02:04.266 [main] net.pms.dlna.DLNAMediaDatabase Failed to show database connection error message, probably because GUI is not initialized yet. Error was {}
java.lang.NullPointerException: null
	at javax.swing.SwingUtilities.getWindowAncestor(SwingUtilities.java:137)
	at net.pms.dlna.DLNAMediaDatabase.init(DLNAMediaDatabase.java:253)
	at net.pms.PMS.getDatabase(PMS.java:262)
	at net.pms.database.Tables.<clinit>(Tables.java:50)
	at net.pms.PMS.init(PMS.java:439)
	at net.pms.PMS.createInstance(PMS.java:942)
	at net.pms.PMS.main(PMS.java:1108)
DEBUG 2021-07-23 03:02:04.267 [main] net.pms.dlna.DLNAMediaDatabase 
org.h2.jdbc.JdbcSQLNonTransientException: IO Exception: "java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known" [90028-199]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
	at org.h2.message.DbException.get(DbException.java:194)
	at org.h2.message.DbException.convert(DbException.java:339)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:254)
	at org.h2.server.TcpServer.getURL(TcpServer.java:199)
	at org.h2.tools.Server.start(Server.java:512)
	at org.h2.engine.Database.startServer(Database.java:958)
	at org.h2.engine.Database.open(Database.java:736)
	at org.h2.engine.Database.openDatabase(Database.java:319)
	at org.h2.engine.Database.<init>(Database.java:313)
	at org.h2.engine.Engine.openSession(Engine.java:69)
	at org.h2.engine.Engine.openSession(Engine.java:201)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:178)
	at org.h2.engine.Engine.createSession(Engine.java:161)
	at org.h2.engine.Engine.createSession(Engine.java:31)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:336)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:169)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:148)
	at org.h2.Driver.connect(Driver.java:69)
	at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:189)
	at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:352)
	at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:384)
	at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:234)
	at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
	at net.pms.dlna.DLNAMediaDatabase.getConnection(DLNAMediaDatabase.java:203)
	at net.pms.dlna.DLNAMediaDatabase.init(DLNAMediaDatabase.java:248)
	at net.pms.PMS.getDatabase(PMS.java:262)
	at net.pms.database.Tables.<clinit>(Tables.java:50)
	at net.pms.PMS.init(PMS.java:439)
	at net.pms.PMS.createInstance(PMS.java:942)
	at net.pms.PMS.main(PMS.java:1108)
Caused by: java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known
	at java.net.InetAddress.getLocalHost(InetAddress.java:1506)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:252)
	... 27 common frames omitted
Caused by: java.net.UnknownHostException: localhost.localdomain: Name or service not known
	at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)
	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1501)
	... 28 common frames omitted
DEBUG 2021-07-23 03:02:04.267 [main] net.pms.database.Tables Starting check of database tables
ERROR 2021-07-23 03:02:04.333 [main] net.pms.PMS Database was not initialized.
TRACE 2021-07-23 03:02:04.333 [main] net.pms.PMS Error was: {}
org.h2.jdbc.JdbcSQLNonTransientException: IO Exception: "java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known" [90028-199]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
	at org.h2.message.DbException.get(DbException.java:194)
	at org.h2.message.DbException.convert(DbException.java:339)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:254)
	at org.h2.server.TcpServer.getURL(TcpServer.java:199)
	at org.h2.tools.Server.start(Server.java:512)
	at org.h2.engine.Database.startServer(Database.java:958)
	at org.h2.engine.Database.open(Database.java:736)
	at org.h2.engine.Database.openDatabase(Database.java:319)
	at org.h2.engine.Database.<init>(Database.java:313)
	at org.h2.engine.Engine.openSession(Engine.java:69)
	at org.h2.engine.Engine.openSession(Engine.java:201)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:178)
	at org.h2.engine.Engine.createSession(Engine.java:161)
	at org.h2.engine.Engine.createSession(Engine.java:31)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:336)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:169)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:148)
	at org.h2.Driver.connect(Driver.java:69)
	at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:189)
	at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:352)
	at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:384)
	at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:234)
	at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
	at net.pms.dlna.DLNAMediaDatabase.getConnection(DLNAMediaDatabase.java:203)
	at net.pms.database.Tables.checkTables(Tables.java:72)
	at net.pms.PMS.init(PMS.java:439)
	at net.pms.PMS.createInstance(PMS.java:942)
	at net.pms.PMS.main(PMS.java:1108)
Caused by: java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known
	at java.net.InetAddress.getLocalHost(InetAddress.java:1506)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:252)
	... 25 common frames omitted
Caused by: java.net.UnknownHostException: localhost.localdomain: Name or service not known
	at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)
	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1501)
	... 26 common frames omitted
I would usually point you to the location of the database and suggest you rename/delete it so UMS can rebuild it on next restart, but I don't know where it is on Linux, but I assume its here

Code: Select all

net.pms.dlna.DLNAMediaDatabase Using database located at: "/home/100GB-PARTITION-SDA5/1-Home-FOR_500GB_SSD/StarMan/.config/UMS/database"
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
CatMan
Posts: 13
Joined: Fri Jul 23, 2021 1:11 am

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by CatMan »

mik_s wrote: Fri Jul 23, 2021 8:11 pm I think all the errors you sre seeing is because the database is not initialised

Code: Select all

DEBUG 2021-07-23 03:01:53.953 [main] net.pms.dlna.DLNAMediaDatabase Database logging is disabled
DEBUG 2021-07-23 03:01:54.196 [main] net.pms.dlna.DLNAMediaDatabase Database connection error, retrying in 10 seconds
DEBUG 2021-07-23 03:02:04.266 [main] net.pms.dlna.DLNAMediaDatabase Failed to show database connection error message, probably because GUI is not initialized yet. Error was {}
java.lang.NullPointerException: null
	at javax.swing.SwingUtilities.getWindowAncestor(SwingUtilities.java:137)
	at net.pms.dlna.DLNAMediaDatabase.init(DLNAMediaDatabase.java:253)
	at net.pms.PMS.getDatabase(PMS.java:262)
	at net.pms.database.Tables.<clinit>(Tables.java:50)
	at net.pms.PMS.init(PMS.java:439)
	at net.pms.PMS.createInstance(PMS.java:942)
	at net.pms.PMS.main(PMS.java:1108)
DEBUG 2021-07-23 03:02:04.267 [main] net.pms.dlna.DLNAMediaDatabase 
org.h2.jdbc.JdbcSQLNonTransientException: IO Exception: "java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known" [90028-199]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
	at org.h2.message.DbException.get(DbException.java:194)
	at org.h2.message.DbException.convert(DbException.java:339)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:254)
	at org.h2.server.TcpServer.getURL(TcpServer.java:199)
	at org.h2.tools.Server.start(Server.java:512)
	at org.h2.engine.Database.startServer(Database.java:958)
	at org.h2.engine.Database.open(Database.java:736)
	at org.h2.engine.Database.openDatabase(Database.java:319)
	at org.h2.engine.Database.<init>(Database.java:313)
	at org.h2.engine.Engine.openSession(Engine.java:69)
	at org.h2.engine.Engine.openSession(Engine.java:201)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:178)
	at org.h2.engine.Engine.createSession(Engine.java:161)
	at org.h2.engine.Engine.createSession(Engine.java:31)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:336)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:169)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:148)
	at org.h2.Driver.connect(Driver.java:69)
	at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:189)
	at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:352)
	at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:384)
	at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:234)
	at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
	at net.pms.dlna.DLNAMediaDatabase.getConnection(DLNAMediaDatabase.java:203)
	at net.pms.dlna.DLNAMediaDatabase.init(DLNAMediaDatabase.java:248)
	at net.pms.PMS.getDatabase(PMS.java:262)
	at net.pms.database.Tables.<clinit>(Tables.java:50)
	at net.pms.PMS.init(PMS.java:439)
	at net.pms.PMS.createInstance(PMS.java:942)
	at net.pms.PMS.main(PMS.java:1108)
Caused by: java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known
	at java.net.InetAddress.getLocalHost(InetAddress.java:1506)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:252)
	... 27 common frames omitted
Caused by: java.net.UnknownHostException: localhost.localdomain: Name or service not known
	at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)
	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1501)
	... 28 common frames omitted
DEBUG 2021-07-23 03:02:04.267 [main] net.pms.database.Tables Starting check of database tables
ERROR 2021-07-23 03:02:04.333 [main] net.pms.PMS Database was not initialized.
TRACE 2021-07-23 03:02:04.333 [main] net.pms.PMS Error was: {}
org.h2.jdbc.JdbcSQLNonTransientException: IO Exception: "java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known" [90028-199]
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:502)
	at org.h2.message.DbException.getJdbcSQLException(DbException.java:427)
	at org.h2.message.DbException.get(DbException.java:194)
	at org.h2.message.DbException.convert(DbException.java:339)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:254)
	at org.h2.server.TcpServer.getURL(TcpServer.java:199)
	at org.h2.tools.Server.start(Server.java:512)
	at org.h2.engine.Database.startServer(Database.java:958)
	at org.h2.engine.Database.open(Database.java:736)
	at org.h2.engine.Database.openDatabase(Database.java:319)
	at org.h2.engine.Database.<init>(Database.java:313)
	at org.h2.engine.Engine.openSession(Engine.java:69)
	at org.h2.engine.Engine.openSession(Engine.java:201)
	at org.h2.engine.Engine.createSessionAndValidate(Engine.java:178)
	at org.h2.engine.Engine.createSession(Engine.java:161)
	at org.h2.engine.Engine.createSession(Engine.java:31)
	at org.h2.engine.SessionRemote.connectEmbeddedOrServer(SessionRemote.java:336)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:169)
	at org.h2.jdbc.JdbcConnection.<init>(JdbcConnection.java:148)
	at org.h2.Driver.connect(Driver.java:69)
	at org.h2.jdbcx.JdbcDataSource.getJdbcConnection(JdbcDataSource.java:189)
	at org.h2.jdbcx.JdbcDataSource.getXAConnection(JdbcDataSource.java:352)
	at org.h2.jdbcx.JdbcDataSource.getPooledConnection(JdbcDataSource.java:384)
	at org.h2.jdbcx.JdbcConnectionPool.getConnectionNow(JdbcConnectionPool.java:234)
	at org.h2.jdbcx.JdbcConnectionPool.getConnection(JdbcConnectionPool.java:199)
	at net.pms.dlna.DLNAMediaDatabase.getConnection(DLNAMediaDatabase.java:203)
	at net.pms.database.Tables.checkTables(Tables.java:72)
	at net.pms.PMS.init(PMS.java:439)
	at net.pms.PMS.createInstance(PMS.java:942)
	at net.pms.PMS.main(PMS.java:1108)
Caused by: java.net.UnknownHostException: localhost.localdomain: localhost.localdomain: Name or service not known
	at java.net.InetAddress.getLocalHost(InetAddress.java:1506)
	at org.h2.util.NetUtils.getLocalAddress(NetUtils.java:252)
	... 25 common frames omitted
Caused by: java.net.UnknownHostException: localhost.localdomain: Name or service not known
	at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)
	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1501)
	... 26 common frames omitted
I would usually point you to the location of the database and suggest you rename/delete it so UMS can rebuild it on next restart, but I don't know where it is on Linux, but I assume its here

Code: Select all

net.pms.dlna.DLNAMediaDatabase Using database located at: "/home/100GB-PARTITION-SDA5/1-Home-FOR_500GB_SSD/StarMan/.config/UMS/database"

In my original post "I deleted the UMS config folder, and started again, made no differance"
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by SubJunk »

Thanks for the useful debug info, and thanks for your kind words about UMS :)
Like mik_s said, it looks like something is causing the local database connection to initially fail, and I guess we aren't handling that case (where the setting is enabled but database didn't connect) gracefully.
So we should figure out why it's failing to connect to the database.

Since you have a working version with 10.4.1, but 10.7.0 has the bug, that's a great clue. Can you please try 10.5 and 10.6 too? It would be useful to know what was the first version with the bug.

There is a database flag we enabled in 10.6 that allows multiple connections but maybe that doesn't play nicely on some operating systems, so if that ends up being the first bugged version I'll make a test build for you with that change reversed
I appreciate UMS, It's a great app, been using it ever since i discovered in in 2017 :)
This makes me very happy :)
CatMan
Posts: 13
Joined: Fri Jul 23, 2021 1:11 am

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by CatMan »

SubJunk wrote: Sat Jul 24, 2021 5:33 pm Thanks for the useful debug info, and thanks for your kind words about UMS :)
Like mik_s said, it looks like something is causing the local database connection to initially fail, and I guess we aren't handling that case (where the setting is enabled but database didn't connect) gracefully.
So we should figure out why it's failing to connect to the database.

Since you have a working version with 10.4.1, but 10.7.0 has the bug, that's a great clue. Can you please try 10.5 and 10.6 too? It would be useful to know what was the first version with the bug.

There is a database flag we enabled in 10.6 that allows multiple connections but maybe that doesn't play nicely on some operating systems, so if that ends up being the first bugged version I'll make a test build for you with that change reversed
I appreciate UMS, It's a great app, been using it ever since i discovered in in 2017 :)
This makes me very happy :)

UMS v10.5.0 - Works good, no issues, same as 10.4.1 (I originally did not even know such a version existed !)
UMS v10.6.0 - This is where all the database issues begin from this version onwards

I have provided a TraceLog for version 10.6.0 if that helps

Love UMS :D
Attachments
ums_dbg_2021-07-25-11-47 v10.6.0.zip
(156.55 KiB) Downloaded 150 times
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: ERROR Database error while writing to FAILED_LOOKUPS

Post by SubJunk »

Ok great, thanks for testing. Please let me know how this one goes: https://www.universalmediaserver.com/up ... x86_64.tgz
Post Reply