#Getting errors in my holiday.yaml

1 messages · Page 1 of 1 (latest)

viscid canyon
#

Halloween & thanksgiving worked perfectly & now for Christmas it gives errors.
Error:

Validating Method: smart_label
Value: title.asc
Validating Method: delete_not_scheduled
Value: True
Validating Method: trakt_list
Value: ['https://trakt.tv/users/ombiplex-theatre/lists/ombiplex-christmas-movies?sort=rank,asc', 'file_poster://overlays/images/season_collection_posters/christmas-movies.jpg']
Traceback (most recent call last):
File "/lsiopy/lib/python3.12/site-packages/urllib3/connection.py", line 199, in _new_conn
sock = connection.create_connection(
File "/lsiopy/lib/python3.12/site-packages/urllib3/util/connection.py", line 60, in
create_connection
for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM):
File "/usr/lib/python3.12/socket.py", line 976, in getaddrinfo
for res in _socket.getaddrinfo(host, port, family, type, proto, flags):
socket.gaierror: [Errno -2] Name does not resolve
The above exception was the direct cause of the following exception: 
Traceback (most recent call last):
File "/lsiopy/lib/python3.12/site-packages/urllib3/connectionpool.py", line 789, in urlopen response = self._make_request(
File "/lsiopy/lib/python3.12/site-packages/urllib3/connectionpool.py", line 490, in _make_request
raise new_e
File "/lsiopy/lib/python3.12/site-packages/urllib3/connectionpool.py", line 466, in _make_request
self._validate_conn(conn)
File "/lsiopy/lib/python3.12/site-packages/urllib3/connectionpool.py", line 1095, in _validate_conn
conn.connect()
File "/lsiopy/lib/python3.12/site-packages/urllib3/connection.py", line 693, in connect     self.sock = sock = self._new_conn()
File "/lsiopy/lib/python3.12/site-packages/urllib3/connection.py", line 206, in _new_conn   raise NameResolutionError(self.host, self, e) from e
urllib3.exceptions.NameResolutionError: <urllib3.connection.HTTPSConnection object at 0x7f00d78f8b90>: Failed to resolve 'api.trakt.tvfile_poster' ([Errno -2] Name does not resolve)```
lone sphinxBOT
#

Welcome @viscid canyon!

It looks like you have not yet completed the id:customize section of our Discord server, this will allow us to help you quicker.

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

viscid canyon
lone sphinxBOT
#

📝 If you want to review this again, godslurcher:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

snow salmon
#

api.trakt.tvfile_poster is not a valid server name, so it fails to resolve:

Failed to resolve 'api.trakt.tvfile_poster'
lone sphinxBOT
#
**User Info**

Author of Linked Message: Godslurcher
Person who Invoked the Command: Godslurcher
File Name: meta.log

Table of Contents:
Page 01: User Info
Page 02: Kometa Info
Page 03: Kometa Summary Info
Page 04: Kometa Config.yml YAML Validation
Page 05: Plex Configuration - Section 1
Page 06: Plex Configuration - Section 2
Page 07: Plex Configuration - Section 3
Page 08: Rec 01 - ❌ [ERROR]
Page 09: Rec 02 - ❌ OVERLAY IMAGE MISSING ERROR
Page 10: Rec 03 - ⚠️ [WARNING]
Page 11: Rec 04 - 💬 CONVERT WARNING

viscid canyon
snow salmon
#
    trakt_list:
      - https://trakt.tv/users/ombiplex-theatre/lists/Halloween
    #  - https://www.imdb.com/list/ls000099714/
      - file_poster://overlays/images/season_collection_posters/halloween-movies.jpg

That file_poster doesn't belong there. It's not a trakt list.

I'm curious where you found that [or something that implied that was valid] in the docs.

It doesn't happen on the others because they don't have this wrong thing in them.

Also, that path you have there doesn't make sense to me.

#

It should probably be:

  Halloween Movies:
    template: 
      name: Holiday
      start_date: 10/01
      end_date: 11/01
    trakt_list:
      - https://trakt.tv/users/ombiplex-theatre/lists/Halloween
    #  - https://www.imdb.com/list/ls000099714/
    file_poster: config/overlays/images/season_collection_posters/halloween-movies.jpg
    tmdb_collection:
      - 91361    # Halloween Collection
      - 8581     # A Nightmare on Elm Street Collection
      - 1733     # The Mummy Collection
      - 8091     # Alien Collection
    tmdb_movie:
      - 23437    # A Nightmare on Elm Street (2010)

But it would probably be a lot simpler to use assets for this.

viscid canyon
#

Ah yeah, funny I hashed it just after I sent it to you thinking something similar.

#

I probably misunderstood its use in the docs as unfortunately i have a tendency to not take my time.

#

Cheers - I will see tomorrow if it works as next runwill be tomorrow. My kometa config takes 1 hour and 44 mins to run.

snow salmon
#

Also curious why there's a IMDb list under there. That's at best going to cause an error.

foggy orchidBOT
#

chazlarson used !aenh

@viscid canyon, anything else needed here? If not, please type /close and hit enter. Please respond within 24 hours of this message or it will be archived.