error: analyze.py returned with code 1 -- exit.
See original GitHub issue220907-19:21:39.615 INFO: read 'top referrer' snapshots (CSV docs)
220907-19:21:39.615 INFO: number of CSV files discovered for *_top_referrers_snapshot.csv: 0
220907-19:21:39.615 INFO: about to deserialize 0 snapshot CSV files
220907-19:21:39.615 INFO: all referrer entities seen: set()
Traceback (most recent call last):
File "//analyze.py", line 1647, in <module>
main()
File "//analyze.py", line [154](https://github.com/juanbrusco/github-repo-stats/runs/8235698251?check_suite_focus=true#step:3:155), in main
analyse_top_x_snapshots("referrer", gen_date_axis_lim((df_vc_agg,)))
File "//analyze.py", line 520, in analyse_top_x_snapshots
dfa = pd.concat(snapshot_dfs)
File "/usr/local/lib/python3.10/site-packages/pandas/util/_decorators.py", line 311, in wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.10/site-packages/pandas/core/reshape/concat.py", line 347, in concat
op = _Concatenator(
File "/usr/local/lib/python3.10/site-packages/pandas/core/reshape/concat.py", line 404, in __init__
raise ValueError("No objects to concatenate")
ValueError: No objects to concatenate
+ ANALYZE_ECODE=1
+ set +x
error: analyze.py returned with code 1 -- exit.
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
What does "Process finished with exit code 1" mean?
exit code (0) means an exit without errors or issues. exit code (1) means there was some issue / problem which caused the...
Read more >CodeQL analyze error with exit code 2: running ... - GitHub
Hi CodeQL team, I found this error occur just about a week ago. I don't change anything in the codebase (because I set...
Read more >Azure DevOps pipeline SonarCSS ERROR: Analysis didn't ...
ERROR : Analysis didn't terminate normally, please verify ERROR and WARN logs above. Exit code 1 . The problem is that there are...
Read more >Understanding the Python Traceback
In the above traceback, the exception was a NameError , which means that there is a reference to some name (variable, function, class)...
Read more >Python exit commands: quit(), exit(), sys.exit() and os._exit()
quit() function in Python. The quit() function works only if the site module is imported so it should not be used in production...
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
Thanks @Tomansion @lawrencebower @juanbrusco – I had merged https://github.com/jgehrcke/github-repo-stats/pull/68 to
main
and now also to theRELEASE
branch with thev1.4.2
release.Hi, I’ve just tried to get this tool working and Im getting the same error. Does it mean I am doing something wrong, or is it a bug?
I’m guessing I could get hold of the source code and make the edit you are suggesting to fix it?
Slightly concerned by the lack of response to all the currently opened issues, I’m wondering if this package is no longer supported…