You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to list my project repo's but i am getting an NotFoundException
I am new to python and messing around with bitbucket to get repository/projects names and their owner details.
I am using python virtualenv to run stashy and code below to test utility
File "teststashy.py", line 11, in <module>
stash.projects.list()
File "/home/yashwanth/.venv/BBAutomation/lib/python3.7/site-packages/stashy/helpers.py", line 107, in list
return list(self.all())
File "/home/yashwanth/.venv/BBAutomation/lib/python3.7/site-packages/stashy/helpers.py", line 74, in paginate
maybe_throw(response)
File "/home/yashwanth/.venv/BBAutomation/lib/python3.7/site-packages/stashy/errors.py", line 41, in maybe_throw
raise NotFoundException(response)
stashy.errors.NotFoundException: Not found: https://bitbucket.companyname.com/stash/rest/api/1.0/projects
What and where am I missing?
The text was updated successfully, but these errors were encountered:
I am trying to list my project repo's but i am getting an NotFoundException
I am new to python and messing around with bitbucket to get repository/projects names and their owner details.
I am using python virtualenv to run stashy and code below to test utility
Exception
What and where am I missing?
The text was updated successfully, but these errors were encountered: