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
{{ message }}
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
In this case the error is simple to understand. We also should parse links in the style github.com/organization/projectname
When just the organization page is been linked we need to skip that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
File "/usr/local/lib/python3.7/site-packages/libreselery-0.0.3.dev13-py3.7.egg/libreselery/github_connector.py", line 39, in parseRemoteProjectId
repo = self.github.get_repo(self.parseRemoteToOwnerProjectName(url))
File "/usr/local/lib/python3.7/site-packages/libreselery-0.0.3.dev13-py3.7.egg/libreselery/github_connector.py", line 33, in parseRemoteToOwnerProjectName
raise ValueError("url cannot be parsed. (url: %s)" % (url))
ValueError: url cannot be parsed. (url: https://github.com/cityflow-project/CityFlow/)
Appeared with @kikass13 new architecture. Other URLs worked perfectly. I do not understand how this URL differs from others.
The text was updated successfully, but these errors were encountered: