question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

error: analyze.py returned with code 1 -- exit.

See original GitHub issue
220907-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:closed
  • Created a year ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
jgehrckecommented, Dec 19, 2022

Thanks @Tomansion @lawrencebower @juanbrusco – I had merged https://github.com/jgehrcke/github-repo-stats/pull/68 to main and now also to the RELEASE branch with the v1.4.2 release.

1reaction
lawrencebowercommented, Nov 28, 2022

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…

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found