Jump to content

Need help for abnormal log file size.


HumanMusic

Recommended Posts

HumanMusic

embyserver.txt

My EmbyServer was deployed on Ubuntu 22.04.3, The log file has been written to a 29GB log file all night. Which filled up my laptop hard drive andI causing the system couldn't boot successfully. I have to delete that 29GB log file to get my system boot successfully. I thought that was fixed on version 4.8.1.0.

Until a log file continuously getting larger and larger on my watch. The log file uploaded.  Maybe it's helpful.

Link to comment
Share on other sites

Lessaj

The log is full of connection timeouts to api4.thetvdb.com. Are you able to access this normally? Are you using a VPN?

Link to comment
Share on other sites

jaycedk

Yes i can access api4.thetvdb.com.

But I do not use vpn, turn it off and try again.

If that works, lookup split tunneling and if your vpn provider supports that.

Edited by jaycedk
Link to comment
Share on other sites

Q-Droid

You have a mess. 

All outbound connections appear to be failing:

 Error HttpClient: Error getting response from https://api.douban.com/v2/movie/search?q=宇宙探索编辑部
 Error HttpClient: Error getting response from https://api.github.com/repos/MediaBrowser/Emby.Releases/releases
 Error HttpClient: Error getting response from https://api4.thetvdb.com/v4/login
 Error HttpClient: Error getting response from https://assets.fanart.tv/fanart/tv/260092/tvthumb/line-of-duty-5c96f4951f442.jpg
 Error HttpClient: Error getting response from https://webservice.fanart.tv/v3/movies/746333
 Error HttpClient: Error getting response from https://www.mb3admin.com/admin/service/EmbyPackages.json
 

Also full of errors related to access of media files in your library. Many like this:

 System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/以色列'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/加拿大'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/匈牙利'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/南美'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/印度'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/台湾'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/土耳其'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/意大利'.
 

 

 

Edited by Q-Droid
  • Like 1
Link to comment
Share on other sites

jaycedk

Guess all those errors quickly fill up you logs, with or without debug enabled.

  • Agree 1
Link to comment
Share on other sites

HumanMusic
1 hour ago, Lessaj said:

The log is full of connection timeouts to api4.thetvdb.com. Are you able to access this normally? Are you using a VPN?

My device couldn't connect api.thetvdb.com due to my special region. Unless using VPN. But I didn't.

Link to comment
Share on other sites

HumanMusic
1 hour ago, Q-Droid said:

You have a mess. 

All outbound connections appear to be failing:

 Error HttpClient: Error getting response from https://api.douban.com/v2/movie/search?q=宇宙探索编辑部
 Error HttpClient: Error getting response from https://api.github.com/repos/MediaBrowser/Emby.Releases/releases
 Error HttpClient: Error getting response from https://api4.thetvdb.com/v4/login
 Error HttpClient: Error getting response from https://assets.fanart.tv/fanart/tv/260092/tvthumb/line-of-duty-5c96f4951f442.jpg
 Error HttpClient: Error getting response from https://webservice.fanart.tv/v3/movies/746333
 Error HttpClient: Error getting response from https://www.mb3admin.com/admin/service/EmbyPackages.json
 

Also full of errors related to access of media files in your library. Many like this:

 System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/以色列'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/加拿大'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/匈牙利'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/南美'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/印度'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/台湾'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/土耳其'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/意大利'.
 

 

 

Thanks, How do I fix that?

Link to comment
Share on other sites

jaycedk

Well these errors are from you file system.

Can't really help you there.

It might be permissions, bad network connection any number of things.

System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/以色列'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/加拿大'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/匈牙利'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/南美'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/印度'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/台湾'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/土耳其'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/意大利'.
 

Edited by jaycedk
Link to comment
Share on other sites

jaycedk

You will have to tell more about your system.

OS ?

Drive connection type ?

Share type if they apply.

plus more.

Link to comment
Share on other sites

jaycedk

As to why these are not accessible can also be a number of things.

All outbound connections appear to be failing:

 Error HttpClient: Error getting response from https://api.douban.com/v2/movie/search?q=宇宙探索编辑部
 Error HttpClient: Error getting response from https://api.github.com/repos/MediaBrowser/Emby.Releases/releases
 Error HttpClient: Error getting response from https://api4.thetvdb.com/v4/login
 Error HttpClient: Error getting response from https://assets.fanart.tv/fanart/tv/260092/tvthumb/line-of-duty-5c96f4951f442.jpg
 Error HttpClient: Error getting response from https://webservice.fanart.tv/v3/movies/746333
 Error HttpClient: Error getting response from https://www.mb3admin.com/admin/service/EmbyPackages.json

ISP blocking.

VPN provider blocking.

DNS errors.

Edited by jaycedk
Link to comment
Share on other sites

HumanMusic
7 minutes ago, jaycedk said:

You will have to tell more about your system.

OS ?

Drive connection type ?

Share type if they apply.

plus more.

OS: Ubuntu 23.10

currently using is /dev/sda5 ext4, mounted /dev/sda2 ntfs.

 

PixPin_2024-02-15_02-11-29.png

PixPin_2024-02-15_02-13-02.png

Link to comment
Share on other sites

Q-Droid

It's complaining about files under /media. Are you missing storage?

Edited by Q-Droid
Link to comment
Share on other sites

3 hours ago, jaycedk said:

As to why these are not accessible can also be a number of things.

All outbound connections appear to be failing:

 Error HttpClient: Error getting response from https://api.douban.com/v2/movie/search?q=宇宙探索编辑部
 Error HttpClient: Error getting response from https://api.github.com/repos/MediaBrowser/Emby.Releases/releases
 Error HttpClient: Error getting response from https://api4.thetvdb.com/v4/login
 Error HttpClient: Error getting response from https://assets.fanart.tv/fanart/tv/260092/tvthumb/line-of-duty-5c96f4951f442.jpg
 Error HttpClient: Error getting response from https://webservice.fanart.tv/v3/movies/746333
 Error HttpClient: Error getting response from https://www.mb3admin.com/admin/service/EmbyPackages.json

ISP blocking.

VPN provider blocking.

DNS errors.

To answer the original question, this is the reason for the log being so large.

  • Thanks 1
Link to comment
Share on other sites

HumanMusic
8 hours ago, Luke said:

To answer the original question, this is the reason for the log being so large.

 

12 hours ago, Q-Droid said:

It's complaining about files under /media. Are you missing storage?

That path is empty. Maybe it should be removed?

Link to comment
Share on other sites

HumanMusic
13 hours ago, jaycedk said:

You will have to tell more about your system.

OS ?

Drive connection type ?

Share type if they apply.

plus more.

# System detail report
---

## detail report
- **Generate date:**                                        2024-02-15 15:41:19

## Hardware Information:
- **Hardware:**                                        Shinelon Computer QL9L
- **RAM:**                                          16.0 GiB
- **CPU:**                                         Intel® Core™ i5-8250U × 8
- **GPU:**                                          Intel® UHD Graphics 620 (KBL GT2)
- **GPU 1:**                                        NVIDIA GeForce MX150
- **Disk Capacity:**                                        256.1 GB

## Software Information:
- **Firmware version:**                                        SP212
- **Operating system:**                                      Ubuntu 23.10
- **Internal version of the operating system:**                                    (null)
- **Operating system type:**                                      64 位
- **GNOME :**                                    不可用
- **window system:**                                        X11
- **kernel version:**                                        Linux 6.5.0-17-generic

PixPin_2024-02-15_15-47-28.png.a2c5c49548aebe26547f68e2d1bed12a.png

Link to comment
Share on other sites

Have you looked into the reason for your failing outgoing network requests? Typical causes are firewall, security software or VPN.

 

Link to comment
Share on other sites

HumanMusic
1 hour ago, Luke said:

Have you looked into the reason for your failing outgoing network requests? Typical causes are firewall, security software or VPN.

 

It was caused by some hosts which has expired. So I deleted them and disable those scrapers.

Link to comment
Share on other sites

HumanMusic
15 hours ago, jaycedk said:

As to why these are not accessible can also be a number of things.

All outbound connections appear to be failing:

 Error HttpClient: Error getting response from https://api.douban.com/v2/movie/search?q=宇宙探索编辑部
 Error HttpClient: Error getting response from https://api.github.com/repos/MediaBrowser/Emby.Releases/releases
 Error HttpClient: Error getting response from https://api4.thetvdb.com/v4/login
 Error HttpClient: Error getting response from https://assets.fanart.tv/fanart/tv/260092/tvthumb/line-of-duty-5c96f4951f442.jpg
 Error HttpClient: Error getting response from https://webservice.fanart.tv/v3/movies/746333
 Error HttpClient: Error getting response from https://www.mb3admin.com/admin/service/EmbyPackages.json

ISP blocking.

VPN provider blocking.

DNS errors.

It was caused by some hosts which has expired. So I deleted them and disable those scrapers.

Edited by HumanMusic
Link to comment
Share on other sites

jaycedk
16 hours ago, jaycedk said:

Well these errors are from you file system.

Can't really help you there.

It might be permissions, bad network connection any number of things.

System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/以色列'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/加拿大'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/匈牙利'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/南美'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/印度'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/台湾'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/土耳其'.
        System.IO.DirectoryNotFoundException: System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/PikPak/电视剧/意大利'.
 

Now you should look into why your media folders are not found.

Link to comment
Share on other sites

HumanMusic
26 minutes ago, jaycedk said:

Now you should look into why your media folders are not found.

Thanks. I will remove those unused folders. I try to remove those unused media folder from library, Emby will stuck on rescanning for minutes while I do remove those added folders.

Is there any better way to do so?

Link to comment
Share on other sites

jaycedk

No not really.

Stuck like not responding ?

Can you send logs from this is happening.

Then the devs can have a look at that.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...