After #42 still errors when no forks
See original GitHub issue211130-19:36:04.425 INFO: time window for stargazer/fork data: ('2020-02-18', '2021-11-28')
211130-19:36:04.425 INFO: custom time window for stargazer plot: ('2020-02-18', '2021-11-28')
Traceback (most recent call last):
File "/analyze.py", line 1653, in <module>
main()
File "/analyze.py", line 134, in main
add_fork_section(df_forks, sf_date_axis_lim, sf_starts_earlier_than_vc_data)
File "/analyze.py", line 1244, in add_fork_section
assert starts_earlier_than_vc_data is None
AssertionError
+ ANALYZE_ECODE=1
+ set -e
+ set +x
error: analyze.py returned with code 1 -- exit.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Fork support is only compatible with the epoll1 and poll polling ...
Since the release of v1.44.0 we're getting errors thrown that says: Fork support is only compatible with the epoll1 and poll polling ...
Read more >Message "Fork Error - The project is still being deleted" still ...
Fork Error! You tried to fork {namespace} / {repo} but it failed for the following reason: – The project is still being deleted....
Read more >fork() without exec() is dangerous in large programs ...
In an attempt to avoid rare and hard-to-reproduce bugs, libdispatch explicitly "poisons" the child process when forking, causing the next use to ...
Read more >10 Common Mistakes Made When Replacing A Mountain Bike ...
10 Common Mistakes Made When Replacing A Mountain Bike Fork | How To Fit A New ... And when we're not riding, we...
Read more >Error when using wait() and fork() in c++ - Stack Overflow
The problem is that you haven't included the header that declares the wait function. However, there is a type called wait defined in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Gave the updated
@main
a try:👍
Thank you for the feedback @davidpfarrell 😃.