#two questions about setting errors

1 messages · Page 1 of 1 (latest)

radiant stag
#

I am setting up my config.yml file however im having 2 errors that I cant seem to figure out.
The first is connecting to mal. I have put in the codes requested however when I run PMM I get the following error.

Connecting to My Anime List...         
| MyAnimeList Error: Invalid code      
| My Anime List Connection Failed      

However if I pull that code out and just leave the local host address it also fails. If I run it without the url listed it will create a new url and code then when I go to run PMM again it fails saying that the code is invalid. Any ideas on how I can stop that loop?

Second Im trying to exclude some of the playlists from the git:PMM/playlist files. I have added the template_variables option and turned the playlists I dont want to false. However Radarr and Sonaar pick up the missing files any way. I was wondering if I have set up the config file correctly? Below is the code.

playlist_files:
- git: PMM/playlist
  template_variables:
  - use_arrow: false
  - use_dcau: false
  - use_pokemon: false
- file: config/playlists.yml
heady pierBOT
#

Please complete #938455615741775902 and someone from the community or one of our <@&938443185347244033> members will respond when they're available.

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

radiant stag
#

hello

uneven mulch
#

Can you provide a log file?

radiant stag
#

do you need the meta log or playlists log?

atomic anvil
#

meta.log will include the playlists log, so meta.log would be fine.

radiant stag
uneven mulch
#

I don't know why it isn't skipping the radarr stuff by default if use is set to false, but:

#
playlist_files:
- git: PMM/playlist
  template_variables:
  - use_arrow: false
  - radarr_add_missing_arrow: false
  - use_dcau: false
  - radarr_add_missing_dcau: false
  - use_pokemon: false
  - radarr_add_missing_pokemon: false
#

re the MAL thing, are you following the guide on the wiki?

radiant stag
#

let me try. Thank you

#

Looks like that worked. Thank you so much.