Skip to content

Deployment Only error #59

Open
Open
@KDwevedi

Description

@KDwevedi

Encountered the following traceback while trying to deploy the bot, did not come up in staging

Should be reviewed

Traceback (most recent call last):
  File "/app/main.py", line 12, in <module>
    from cogs.vcCog import VCProgramSelection
  File "/app/cogs/vcCog.py", line 21, in <module>
    class CommunityVCView(ui.View):
  File "/app/cogs/vcCog.py", line 22, in CommunityVCView
    def __init__(self, *, timeout: float | None = None):
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions