Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- PS C:\Users\nkadd> docker run --rm -it -v "C:\Users\nkadd\kometa\config:/config:rw" kometateam/kometa --run
- |====================================================================================================|
- | |
- | __ ___ ______ ___ ___ _______ __________ ___ |
- | | |/ / / __ \ | \/ | | ____|| | / \ |
- | | ' / | | | | | \ / | | |__ `---| |---` / ^ \ |
- | | < | | | | | |\/| | | __| | | / /_\ \ |
- | | . \ | `--` | | | | | | |____ | | / _____ \ |
- | |__|\__\ \______/ |__| |__| |_______| |__| /__/ \__\ |
- | |
- | Version: 2.1.0 (Docker: master) |
- | Platform: Linux-5.15.167.4-microsoft-standard-WSL2-x86_64-with-glibc2.28 |
- | Total Memory: 15 GB |
- | Available Memory: 14 GB |
- |====================================================================================================|
- | Run Command: kometa.py --run |
- | --config (KOMETA_CONFIG): None |
- | --times (KOMETA_TIMES): "05:00" |
- | --run (KOMETA_RUN): True |
- | --tests (KOMETA_TESTS): False |
- | --debug (KOMETA_DEBUG): False |
- | --trace (KOMETA_TRACE): False |
- | --log-requests (KOMETA_LOG_REQUESTS): False |
- | --timeout (KOMETA_TIMEOUT): 180 |
- | --no-verify-ssl (KOMETA_NO_VERIFY_SSL): False |
- | --collections-only (KOMETA_COLLECTIONS_ONLY): False |
- | --metadata-only (KOMETA_METADATA_ONLY): False |
- | --playlists-only (KOMETA_PLAYLISTS_ONLY): False |
- | --operations-only (KOMETA_OPERATIONS_ONLY): False |
- | --overlays-only (KOMETA_OVERLAYS_ONLY): False |
- | --run-collections (KOMETA_RUN_COLLECTIONS): None |
- | --run-libraries (KOMETA_RUN_LIBRARIES): None |
- | --run-files (KOMETA_RUN_FILES): None |
- | --ignore-schedules (KOMETA_IGNORE_SCHEDULES): False |
- | --ignore-ghost (KOMETA_IGNORE_GHOST): False |
- | --delete-collections (KOMETA_DELETE_COLLECTIONS): False |
- | --delete-labels (KOMETA_DELETE_LABELS): False |
- | --resume (KOMETA_RESUME): None |
- | --no-countdown (KOMETA_NO_COUNTDOWN): False |
- | --no-missing (KOMETA_NO_MISSING): False |
- | --no-report (KOMETA_NO_REPORT): False |
- | --read-only-config (KOMETA_READ_ONLY_CONFIG): False |
- | --divider (KOMETA_DIVIDER): "=" |
- | --width (KOMETA_WIDTH): 100 |
- | |
- |====================================================================================================|
- | Starting Run |
- |====================================================================================================|
- | Locating config... |
- | Using //config/config.yml as config |
- |========================================= Redacted Config ==========================================|
- | ## This is a personal config for Kometa. You can edit this file to your needs and be sure to fill in your personal keys |
- | ## Overlays included for Movies in 4K, 1080p. Collections include IMDB, IMAX, DV, MCU, STar Wars. Star Trek, Harry Potter |
- | ## Overlays included for TV Shows in 4K. Collections inlude IMDB, Main Streaming Platforms and Major Networks. |
- | ##### Check your LIBRARY names in plex and copy them to the library names below. If your LIBRARY names are anything other than "Movies" and "TV Shows", change the names to match |
- | ##### ie. change the "Movies" to your movie library name and change "TV Shows" to your tv library name |
- | ## Fill in your plex IP under Settings Category along with plex token |
- | ## This version includes Notifiarr settings and webhook |
- | ## TMDB and mdblist accounts are required for this scrypt to work. Fill in your apikeys where there are XXXXXXXXXXXXXXXXXXX |
- | |
- | libraries: # This is called out once within the config.yml file |
- | |
- | ############################ |
- | ########## MOVIES ########## |
- | ############################ |
- | Films: ################# THIS IS THE NAME OF YOUR "MOVIE" LIBRARY IN PLEX. IF YOUR MOVIE LIBRARY IS NAMED DIFFERENTLY THEN COPY THAT NAME HERE. |
- | report_path: config/missing/Movies_report.yml |
- | #reset_overlays: plex # reset overlays to plex or tmdb |
- | remove_overlays: false # Set this to true to remove all overlays |
- | collection_files: |
- | - default: basic # Creates Collections for New Episodes from last 7 days and Newly Released from past 90 days |
- | - default: imdb # Creates IMDB Collections for Popular and Top 250 |
- | template_variables: |
- | name_popular: IMDb Popular Movies #Option to rename the default "IMDb Popular" to a custom name |
- | use_lowest: false |
- | visible_home_top: true #run once to create list to show when on the home screen, This is optional and can be turned off in Plex settings > Manage > Libaries > Manage Recommendations |
- | visible_home_popular: true #run once to create list in home settings |
- | - default: universe |
- | template_variables: |
- | use_separator: false |
- | #append_data: # this adds custom lists from imdb, trakt, or mdb |
- | #customnamehere: Title of my Custom List # name of custom collection. You can abbreviate the "customnamehere" to anything you want ie austinpow, quenttara |
- | #imdb_list_customnamehere: https://www.imdb.com/list/lsXXXXXXXXXXXXXXXX/ # link to imdb list. You can also use mdblist_list_<<key>>, or trakt_list_<<key>> of those website lists |
- | #url_poster_customnamehere: https://www.website.com/jpg # poster url |
- | exclude: |
- | - avp #Alien / Predator |
- | #- arrow #Arrowverse |
- | - dca #DC Animated Universe |
- | - dcu #DC Extended Universe |
- | - fast #Fast & Furious |
- | - marvel #In Association With Marvel |
- | - mcu #Marvel Cinematic Universe |
- | - middle #Middle Earth |
- | - mummy #The Mummy Universe |
- | - rocky #Rocky / Creed |
- | #- trek #Star Trek |
- | #- star #Star Wars Universe |
- | - askew #View Askewniverse |
- | - wizard #Wizarding World |
- | - xmen #X-Men Universe |
- | #visible_home_customnamehere: true #This will show a collection on home screen in Plex, this case its my custom list from above |
- | - file: config/Movie Collections.yml #This pulls the "Movie Collections.yml" file and makes a custom Collections |
- | ########## MOVIE OVERLAYS ########## |
- | overlay_files: |
- | - default: ribbon |
- | - default: audio_codec |
- | template_variables: |
- | use_pcm: false |
- | use_flac: false |
- | use_opus: false |
- | use_mp3: false |
- | use_aac: false |
- | horizontal_align: left |
- | vertical_align: bottom |
- | style: standard |
- | - default: resolution |
- | template_variables: |
- | use_720p: false |
- | use_576p: false |
- | use_480p: false |
- | - default: ratings # Ratings with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format |
- | template_variables: |
- | rating1: critic |
- | rating1_image: rt_tomato |
- | rating1_font: config/overlays/fonts/Adlib.ttf |
- | rating1_font_size: 63 |
- | |
- | rating2: user |
- | rating2_image: imdb |
- | rating2_font: config/overlays/fonts/Impact.ttf |
- | rating2_font_size: 70 |
- | |
- | rating3: audience |
- | rating3_image: tmdb |
- | rating3_font: config/overlays/fonts/Avenir_95_Black.ttf |
- | rating3_font_size: 70 |
- | |
- | horizontal_position: right |
- | |
- | ########## MOVIE OPERATIONS ########## |
- | operations: |
- | #mass_poster_update: plex # Resets posters to tmdb or plex |
- | mass_user_rating_update: mdb_imdb # This operation will update the user rating in plex with imdb ratings information gathered through mdblist.com (mdblist config required) |
- | mass_critic_rating_update: mdb_tomatoes # This operation will update the critic rating in plex with rotten tomatoes ratings information |
- | mass_audience_rating_update: mdb_tmdb # This operation will update the audience rating in plex with TMDb ratings information |
- | |
- | ############################## |
- | ########## TV SHOWS ########## |
- | ############################## |
- | |
- | TV Series: ########################### THIS IS THE NAME OF YOUR "TV SHOW" LIBRARY IN PLEX. IF YOUR TV LIBRARY IS NAMED DIFFERENTLY THEN COPY THAT NAME HERE. |
- | report_path: config/missing/TV_report.yml |
- | #- reset_overlays: plex #reset overlays to plex or tmdb |
- | remove_overlays: false # Set this to true to remove all overlays |
- | collection_files: |
- | - default: basic # Creates Collections for New Episodes from last 7 days and Newly Released from past 90 days |
- | - default: imdb # Creates IMDB Collections for Popular and Top 250 |
- | template_variables: |
- | name_popular: IMDb Popular TV #Option to rename the default "IMDb Popular" to a custom name |
- | visible_home_top: true #run once to create list to show when on the home screen, This is optional and can be turned off in Plex settings > Manage > Libaries > Manage Recommendations |
- | visible_home_popular: true #run once to create list in home settings |
- | - default: network # This will create collections for the following Networks. Note that the list has some networks marked excluded since we have Kometa streaming running also (Amazon, Netflix, Peacock etc) |
- | template_variables: |
- | use_separator: false |
- | sync_mode: append |
- | sep_style: stb |
- | #name_format: <<key_name>> Shows |
- | include: ##Remove "#" infront of lines below to add network to Collections |
- | - A&E |
- | - ABC |
- | - AMC |
- | - Animal Planet |
- | - BBC |
- | #- BET |
- | #- Cartoon Network |
- | #- Channel 4 |
- | #- Channel 5 |
- | #- CBC |
- | - CBS |
- | - Comedy Central |
- | #- Discovery |
- | #- Disney Channel |
- | #- E! |
- | #- ESPN |
- | #- Food Network |
- | - FOX |
- | #- Hallmark |
- | - HBO |
- | #- HGTV |
- | #- History |
- | #- ITV |
- | #- Lifetime |
- | #- MTV |
- | - National Geographic |
- | - NBC |
- | - Nickelodeon |
- | - Paramount Network |
- | #- PBS |
- | - Showtime |
- | #- Sky |
- | - Starz |
- | - The CW |
- | #- TLC |
- | #- TNT |
- | #- UKTV |
- | - USA |
- | #- YouTube |
- | ####STREAMING NETWORKS#### This has moved to the Kometa Streaming section (do not enable if you have "-default: streaming" On since this Kometa config removes the word "shows" in the collection title name during generation. it will cause collection errors and duplicates) |
- | #- Apple TV+ |
- | #- Amazon |
- | #- discovery+ |
- | #- Disney+ |
- | #- HBO Max |
- | #- Hulu |
- | #- Netflix |
- | #- Paramount+ |
- | #- Peacock |
- | addons: #these addons bundle additional network Collections under a main collection. |
- | Paramount+: #main network |
- | - Paramount Network #network you want bundle under the "Paramoun+" collection |
- | Peacock: |
- | - NBC |
- | HBO Max: |
- | - HBO |
- | sort_by: title.asc |
- | - default: streaming # This will create collections for the following streaming services. |
- | template_variables: |
- | #collection_section: "050" #this setting will bundle the streaming collections with "-default: networks". left disabled, streaming services will appear before networks and everything will be listed alphabetically. default value is "030" |
- | use_separator: false |
- | sep_style: stb |
- | sync_mode: append |
- | #visible_library_disney: true #enable if you want a specific streaming service to appear in your library tab. |
- | #visible_home_disney: true #enable if you want a specific streaming service to appear in your home tab. |
- | #visible_shared_disney: true #enable if you want a specific streaming service to appear in your friends home tab. |
- | #sonarr_add_missing_hulu: true #adds all missing shows to sonarr. BE CAREFUL AS SOME SERVICES HAVE OVER 1000 SHOWS |
- | name_format: <<key_name>> #renames the collections for each streaming service to keep the title format for all collections the same. "Apple TV+ Shows" is renamed to "Apple TV+" |
- | #originals_only: true #only show the streaming service's original content |
- | include: |
- | - appletv |
- | #- bet |
- | #- britbox |
- | #- crave |
- | #- crunchyroll |
- | - discovery |
- | - disney |
- | #- hayu |
- | - max |
- | - hulu |
- | - netflix |
- | #- now |
- | - paramount |
- | - peacock |
- | - amazon |
- | - showtime |
- | - videoland
- |
- | sort_by: title.asc |
- | |
- | #IF YOUR COLLECTIONS HAVE DUPLICATES OR IF YOU HAVE RUN ANY OF MY PREVIOUS CONGIFS USE THE OPERATIONS SETTING TO DELETE ALL MANAGED COLLECTIONS AND START FRESH |
- | |
- | ########## TV SHOW OVERLAYS ########## |
- | overlay_files: |
- | ##########SHOWS########## |
- | - default: ribbon |
- | |
- | - default: resolution # Resolution overlays at shows level, Set the value to "true" if you want these formats on |
- | template_variables: |
- | use_1080p: true |
- | use_720p: true |
- | use_576p: false |
- | use_480p: false |
- | |
- | - default: audio_codec # Audio codec overlays at shows level, Set the value to "true" if you want these formats on. I recommend these setting to avoid too much clutter. |
- | template_variables: |
- | use_dtsx: false |
- | use_plus_atmos: false |
- | use_ma: false |
- | use_hra: false |
- | use_plus: false |
- | use_dtses: false |
- | use_dts: false |
- | use_digital: false |
- | use_pcm: false |
- | use_flac: false |
- | use_opus: false |
- | use_mp3: false |
- | use_aac: false |
- | horizontal_align: left |
- | vertical_align: bottom |
- | style: standard |
- | |
- | - default: ratings # Ratings overlays for TV Shows with custom fonts matched to the style of the rating, font_size, and on the right in 'square' format. |
- | template_variables: |
- | rating1: critic |
- | rating1_image: rt_tomato |
- | rating1_font: config/overlays/fonts/Adlib.ttf |
- | rating1_font_size: 63 |
- | |
- | rating2: user |
- | rating2_image: imdb |
- | rating2_font: config/overlays/fonts/Impact.ttf |
- | rating2_font_size: 70 |
- | |
- | rating3: audience |
- | rating3_image: tmdb |
- | rating3_font: config/overlays/fonts/Avenir_95_Black.ttf |
- | rating3_font_size: 70 |
- | |
- | horizontal_position: right |
- | |
- | ##########SEASONS########## |
- | - default: resolution # Resolution overlays at season level, Set the value to "true" if you want these formats on |
- | template_variables: |
- | builder_level: season |
- | use_1080p: true |
- | use_720p: true |
- | use_576p: false |
- | use_480p: false |
- | |
- | - default: audio_codec # Audio codec overlays at season level, Set the value to "true" if you want these formats on |
- | template_variables: |
- | use_dtsx: false |
- | use_plus_atmos: false |
- | use_ma: false |
- | use_hra: false |
- | use_plus: true |
- | use_dtses: false |
- | use_dts: true |
- | use_digital: false |
- | use_pcm: false |
- | use_flac: false |
- | use_opus: true |
- | use_mp3: false |
- | use_aac: true |
- | horizontal_align: left |
- | vertical_align: bottom |
- | style: standard |
- | builder_level: season |
- | |
- | ##########EPISODES########## |
- | - default: resolution # Resolution overlays at episode level, Set the value to "true" if you want these formats on |
- | template_variables: |
- | builder_level: episode |
- | use_1080p: false |
- | use_720p: false |
- | use_576p: false |
- | use_480p: false |
- | |
- | - default: audio_codec # Audio codec overlays at episode level, Set the value to "true" if you want these formats on |
- | template_variables: |
- | use_dtsx: false |
- | use_plus_atmos: false |
- | use_ma: false |
- | use_hra: false |
- | use_plus: false |
- | use_dtses: false |
- | use_dts: false |
- | use_digital: false |
- | use_pcm: false |
- | use_flac: false |
- | use_opus: false |
- | use_mp3: false |
- | use_aac: false |
- | horizontal_align: left |
- | vertical_align: bottom |
- | style: standard |
- | builder_level: episode |
- | |
- | #- default: ratings # Ratings overlays for individual episodes of TV Shows (If you have a lot of episodes this will increase the time for kometa to run drasticly) |
- | #template_variables: |
- | #rating1: critic |
- | #rating1_image: imdb |
- | #rating1_font: config/overlays/fonts/Impact.ttf |
- | #rating1_font_size: 70 |
- | |
- | #rating2: audience |
- | #rating2_image: tmdb |
- | #rating2_font: config/overlays/fonts/Avenir_95_Black.ttf |
- | #rating2_font_size: 70 |
- | |
- | #horizontal_position: right |
- | #builder_level: episode |
- | ########## TV SHOW OPERATIONS ########## |
- | operations: |
- | #delete_collections: ##### IF YOUR COLLECTIONS SHOW DUPLICATES OR YOU USED MY PREVIOUS CONFIGS RUN THIS ONCE AND THEN DISABLE FOR A FRESH COLLECTION START. |
- | #configured: false ##### DO NOT MANUALLY DELETE THE COLLECTIONS BECAUSE THE "TAGS" Kometa ASSIGNS WILL STILL BE ATTACHED TO YOUR SHOWS |
- | #managed: true |
- | #mass_poster_update: plex #resets posters to tmdb or plex |
- | mass_user_rating_update: mdb_imdb # This operation will update the user rating in plex with imdb ratings information gathered through mdblist.com (mdblist config required) |
- | mass_critic_rating_update: mdb_tomatoes # This operation will update the critic rating in plex with rotten tomatoes ratings information |
- | mass_audience_rating_update: mdb_tmdb # This operation will update the audience rating in plex with TMDb ratings information |
- | #mass_episode_critic_rating_update: mdb_imdb # Update critic ratings with imdb for episodes not needed for tautilli |
- | #mass_episode_audience_rating_update: mdb_tmdb # Update audience ratings with tmdb for episodes not needed for tautulli |
- | ##################################### |
- | ########## KOMETA SETTINGS ########## |
- | ##################################### |
- | |
- | settings: |
- | cache: true |
- | cache_expiration: 30 |
- | asset_directory: config/assets |
- | missing_path: config/missing |
- | asset_folders: true |
- | asset_depth: 0 |
- | create_asset_folders: true |
- | prioritize_assets: true |
- | dimensional_asset_rename: false |
- | download_url_assets: true |
- | show_missing_season_assets: false |
- | show_missing_episode_assets: false |
- | show_asset_not_needed: false |
- | sync_mode: sync |
- | minimum_items: 2 |
- | default_collection_order: |
- | delete_below_minimum: true |
- | delete_not_scheduled: false |
- | run_again_delay: 0 |
- | missing_only_released: false |
- | only_filter_missing: false |
- | show_unmanaged: true |
- | show_filtered: false |
- | show_options: false |
- | show_missing: false |
- | show_missing_assets: true |
- | save_report: true |
- | tvdb_language: eng |
- | ignore_ids: |
- | ignore_imdb_ids: |
- | item_refresh_delay: 0 |
- | playlist_sync_to_user: all |
- | playlist_exclude_user: |
- | playlist_report: false |
- | verify_ssl: true |
- | custom_repo: |
- | check_nightly: false |
- | show_unconfigured: true |
- | playlist_exclude_users: |
- | run_order: # recommened run order keep operations first |
- | - operations |
- | - metadata |
- | - collections |
- | - overlays |
- | #webhooks: # This is a webhook for notifiarr. |
- | #error: (redacted) |
- | #version: (redacted) |
- | #run_start: (redacted) |
- | #run_end: (redacted) |
- | #changes: (redacted) |
- | #delete: (redacted) |
- | overlay_artwork_filetype: jpg |
- | overlay_artwork_quality: |
- | plex: # Can be individually specified per library as well; REQUIRED for the script to run |
- | url: (redacted) |
- | token: (redacted) |
- | timeout: 60 |
- | clean_bundles: true |
- | empty_trash: true |
- | optimize: true |
- | db_cache: 1024 |
- | verify_ssl: |
- | #notifiarr: |
- | #apikey: (redacted) |
- | tmdb: # REQUIRED for the script to run you need to create an account on tmdb.com https://kometa.wiki/en/latest/config/tmdb/ |
- | apikey: (redacted) |
- | language: en |
- | region: US # ISO 3166-1 Code of the User Region for use with Other TMDb Builders https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes |
- | cache_expiration: 60 |
- | trakt: # Some collections (Star Trek) will pull from trakt and will require you to create an account https://kometa.wiki/en/latest/config/trakt/ |
- | client_id: (redacted) |
- | client_secret: (redacted) |
- | pin: |
- | authorization: |
- | # everything below is autofilled by the script |
- | access_token: |
- | token_type: |
- | expires_in: |
- | refresh_token: |
- | scope: public |
- | created_at: |
- | mdblist: # REQUIRED for the script to run you need to create an account on mdblist.com, you can create an account with trakt and link it. https://kometa.wiki/en/latest/config/mdblist/ |
- | apikey: (redacted) |
- | cache_expiration: 60 |
- | |
- | |
- | Traceback (most recent call last): |
- | File "/modules/request.py", line 260, in __init__ |
- | self.data = self.yaml.load(fp) |
- | ^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/main.py", line 451, in load |
- | return constructor.get_single_data() |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/constructor.py", line 114, in get_single_data |
- | node = self.composer.get_single_node() |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 72, in get_single_node |
- | document = self.compose_document() |
- | ^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 94, in compose_document |
- | node = self.compose_node(None, None) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 130, in compose_node |
- | node = self.compose_mapping_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node |
- | item_value = self.compose_node(node, item_key) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 130, in compose_node |
- | node = self.compose_mapping_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node |
- | item_value = self.compose_node(node, item_key) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 130, in compose_node |
- | node = self.compose_mapping_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node |
- | item_value = self.compose_node(node, item_key) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 128, in compose_node |
- | node = self.compose_sequence_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 173, in compose_sequence_node |
- | node.value.append(self.compose_node(node, index)) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 130, in compose_node |
- | node = self.compose_mapping_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node |
- | item_value = self.compose_node(node, item_key) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 130, in compose_node |
- | node = self.compose_mapping_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 211, in compose_mapping_node |
- | item_value = self.compose_node(node, item_key) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 128, in compose_node |
- | node = self.compose_sequence_node(anchor) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/composer.py", line 172, in compose_sequence_node |
- | while not self.parser.check_event(SequenceEndEvent): |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/parser.py", line 141, in check_event |
- | self.current_event = self.state() |
- | ^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/parser.py", line 568, in parse_indentless_sequence_entry |
- | self.move_token_comment(token) |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/parser.py", line 815, in move_token_comment |
- | token.move_old_comment(self.scanner.peek_token() if nt is None else nt, empty=empty) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/scanner.py", line 1748, in peek_token |
- | self._gather_comments() |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/scanner.py", line 1775, in _gather_comments |
- | self.fetch_more_tokens() |
- | File "/usr/local/lib/python3.11/site-packages/ruamel/yaml/scanner.py", line 313, in fetch_more_tokens |
- | raise ScannerError( |
- | ruamel.yaml.scanner.ScannerError: while scanning for the next token |
- | found character '\t' that cannot start any token |
- | in "//config/config.yml", line 204, column 1 |
- | |
- | During handling of the above exception, another exception occurred: |
- | |
- | Traceback (most recent call last): |
- | File "//kometa.py", line 333, in start |
- | config = ConfigFile(my_requests, default_dir, attrs, secret_args) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/modules/config.py", line 196, in __init__ |
- | self.data = self.Requests.file_yaml(self.config_path).data |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/modules/request.py", line 106, in file_yaml |
- | return YAML(path=path_to_file, check_empty=check_empty, create=create, start_empty=start_empty) |
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
- | File "/modules/request.py", line 263, in __init__ |
- | raise Failed(f"YAML Error: {e}") |
- | modules.util.Failed: YAML Error: while scanning for the next token |
- | found character '\t' that cannot start any token |
- | in "//config/config.yml", line 204, column 1 |
- | |
- | YAML Error: while scanning for the next token |
- | found character '\t' that cannot start any token |
- | in "//config/config.yml", line 204, column 1 |
- | |
- |========================================= Critical Summary =========================================|
- | |
- | Count | Message |
- |=======|============================================================================================|
- | 1 | YAML Error: while scanning for the next token |
- | |
- |====================================================================================================|
- | Finished Run |
- | Version: 2.1.0 |
- | Finished: 09:13:27 2025-02-17 Run Time: 0:00:00 |
- |====================================================================================================|
- PS C:\Users\nkadd>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement