Traceback (most recent call last):
File "fetch_contributions.py", line 168, in <module>
print(response.get_pullrequests())
File "fetch_contributions.py", line 137, in get_pullrequests
for repo in self._list_of_repositories():
File "fetch_contributions.py", line 49, in _list_of_repositories
return list(pd.Series(list(set(Repositories))).str.strip().values)
File "/home/hmishra/Rotten-Scripts/env/lib/python3.6/site-packages/pandas/core/generic.py", line 5137, in __getattr__
return object.__getattribute__(self, name)
File "/home/hmishra/Rotten-Scripts/env/lib/python3.6/site-packages/pandas/core/accessor.py", line 187, in __get__
accessor_obj = self._accessor(obj)
File "/home/hmishra/Rotten-Scripts/env/lib/python3.6/site-packages/pandas/core/strings.py", line 2100, in __init__
self._inferred_dtype = self._validate(data)
File "/home/hmishra/Rotten-Scripts/env/lib/python3.6/site-packages/pandas/core/strings.py", line 2157, in _validate
raise AttributeError("Can only use .str accessor with string values!")
AttributeError: Can only use .str accessor with string values!
Expected Behavior
The expected behavior is:
Script should be able to fetch the repositories.
Script should be able to fetch all our pull requests.
Script should output them all neatly in a Markdown table.
To Reproduce
Follow the setup instructions on the Script README and try it out. The requirements.txt file is buggy as well and most of the packages have to be manually installed.
Anything else?
No response
Code of Conduct
[X] I agree to follow this project's Code of Conduct
Is there an existing issue for this?
Current Behavior
Running the script here using the command:
gives me the following traceback:
Expected Behavior
The expected behavior is:
To Reproduce
Follow the setup instructions on the Script README and try it out. The
requirements.txt
file is buggy as well and most of the packages have to be manually installed.Anything else?
No response
Code of Conduct