You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thread 'actix-web' panicked at 'index out of bounds: the len is 0 but the index is 0', src/web/tokenserver.rs:244:13
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
I suspect this is because I am creating a new sync record for a new sync db and there's no previous record to index from. We might want to add some handling for that case.
The text was updated successfully, but these errors were encountered:
jrconlin
changed the title
tokenserver: Panic
tokenserver: Panic 'index out of bounds'
Jan 5, 2021
seeing:
I suspect this is because I am creating a new sync record for a new sync db and there's no previous record to index from. We might want to add some handling for that case.
The text was updated successfully, but these errors were encountered: