Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

object is unexpectedly Noneย #621

Description

@akeslo

This is awesome and was working great however as of late I'm running into the below error

๐Ÿ› Bug Report


amazon_ynab/utils/utils.py:62 in not_none 

โ”‚   59 โ”‚   if obj is None:                                                            โ”‚
โ”‚   60 โ”‚   โ”‚   if message is not None:                                                โ”‚
โ”‚   61 โ”‚   โ”‚   โ”‚   raise TypeError(message)                                           โ”‚
โ”‚ โฑ 62 โ”‚   โ”‚   raise TypeError("object is unexpectedly None")                         โ”‚
โ”‚   63 โ”‚   return obj                                                                 โ”‚
โ”‚   64                                                                                โ”‚
โ”‚   65                                                                                โ”‚
โ”‚                                                                                     โ”‚
โ”‚ โ•ญโ”€โ”€โ”€โ”€ locals โ”€โ”€โ”€โ”€โ•ฎ                                                                  โ”‚
โ”‚ โ”‚ message = None โ”‚                                                                  โ”‚
โ”‚ โ”‚     obj = None โ”‚  

๐Ÿ”ฌ How To Reproduce

Steps to reproduce the behavior:

python3 -m amazon_ynab run

Environment

MAC OSX

Screenshots

image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions