Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After successful check-in, "ValueError: list.remove(x): x not in list" #11

Closed
ericlamus opened this issue Sep 7, 2022 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ericlamus
Copy link

Hello, I just noticed this in my console output. This is with the fix-notifications branch.

Successfully logged in to Eric REDACTED's account

Scheduling checkin to flight from 'REDACTED' to 'REDACTED' for Eric REDACTED at 2022-09-04 REDACTED UTC

Checking in to flight from 'REDACTED' to 'REDACTED' for Eric REDACTED

Successfully checked in to flight from 'REDACTED' to 'REDACTED' for Eric REDACTED!
Eric REDACTED got B01!
Joe REDACTED got B02!

Process Process-2:
Traceback (most recent call last):
  File "/usr/lib64/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/usr/lib64/python3.10/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/home/eric/auto-southwest-check-in/lib/flight.py", line 80, in _set_check_in
    self.account.flights.remove(self)
ValueError: list.remove(x): x not in list
@jdholtz
Copy link
Owner

jdholtz commented Sep 7, 2022

This seems to actually bring up a bigger issue from my fix for Issue #9 that I did not realize. However, this functionality isn't necessary at the moment, so I will just remove it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants