Error: The expression evaluated to a falsy value: assert(ageInDays)
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 692
- Forks
- 103
- Avg merge
- 3m
- Merged PRs (30d)
- 4
Description
Using a Windows browser with Firefox I get this error message. Then it goes to sleep. What is the issue?
12:06 PM Need to intercept network request to get user data
12:06 PM Unable to intercept request, will send manually
12:06 PM Error: The expression evaluated to a falsy value:
assert(ageInDays)
12:06 PM Sleeping 22.124687923395907 hours (waiting until 10:00)...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No source file or test is named. Reproduce the report on Windows with Firefox, then trace the network-interception path around the assert(ageInDays) failure and the subsequent sleep; done means identifying why ageInDays is falsy and confirming the corrected behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- desktop, networking
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100