• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

[Scripting Question] undefined method `[]' for nil:NilClass

34
Posts
4
Years
    • Seen Apr 11, 2024
    Can anybody tell me how to fix this?

    Exception: NoMethodError
    Message: undefined method `[]' for nil:NilClass

    Backtrace:
    279:UI_Pokedex_Main:28:in `species'
    279:UI_Pokedex_Main:416:in `pbRefresh'
    279:UI_Pokedex_Main:408:in `pbRefreshDexList'
    279:UI_Pokedex_Main:293:in `pbStartScene'
    279:UI_Pokedex_Main:1299:in `pbStartScreen'
    278:UI_Pokedex_Menu:120:in `block (2 levels) in pbStartScreen'
    082:MessageConfig:570:in `pbFadeOutIn'
    278:UI_Pokedex_Menu:117:in `block in pbStartScreen'
    278:UI_Pokedex_Menu:113:in `loop'
    278:UI_Pokedex_Menu:113:in `pbStartScreen'
     
    Back
    Top