Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with parsing github name with . #45

Closed
vsoch opened this issue Aug 2, 2020 · 0 comments · Fixed by #46
Closed

Bug with parsing github name with . #45

vsoch opened this issue Aug 2, 2020 · 0 comments · Fixed by #46
Assignees

Comments

@vsoch
Copy link
Contributor

vsoch commented Aug 2, 2020

INFO:rse.main.scrapers.joss:Found repository: https://github.com/swiftsim/swiftsimio
INFO:rse.main.scrapers.joss:Found repository: https://github.com/adbar/htmldate
INFO:rse.main.scrapers.joss:Found repository: https://c4science.ch/source/tamaas/
INFO:rse.main.scrapers.joss:Found repository: https://github.com/ur-whitelab/hoomd-tf/
INFO:rse.main.scrapers.joss:Found repository: https://github.com/logological/gpp.git
INFO:rse.main.scrapers.joss:Found repository: https://github.com/zdelrosario/py_grama
INFO:rse.main.scrapers.joss:Found repository: https://github.com/keurfonluu/toughio
INFO:rse.main.scrapers.joss:Found repository: https://github.com/rhenanbartels/hrv
INFO:rse.main.scrapers.joss:Found repository: https://github.com/csdms/bmi
INFO:rse.main.scrapers.joss:Found repository: https://github.com/donaldRwilliams/BGGM
INFO:rse.main:Database: filesystem
INFO:rse.main.database.filesystem:github/swiftsim/swiftsimio was added to the the database.
INFO:rse.main:github/swiftsim/swiftsimio has been updated.
INFO:rse.main.database.filesystem:github/adbar/htmldate was added to the the database.
INFO:rse.main:github/adbar/htmldate has been updated.
Found 10 results
Traceback (most recent call last):
  File "/usr/local/bin/rse", line 11, in <module>
    load_entry_point('rse==0.0.27', 'console_scripts', 'rse')()
  File "/usr/local/lib/python3.6/dist-packages/rse/client/__init__.py", line 457, in main
    main(args=args, extra=extra)
  File "/usr/local/lib/python3.6/dist-packages/rse/client/scrape.py", line 31, in main
    scraper.create(database=args.database, config_file=args.config_file)
  File "/usr/local/lib/python3.6/dist-packages/rse/main/scrapers/joss.py", line 107, in create
    repo = get_parser(uid)
  File "/usr/local/lib/python3.6/dist-packages/rse/main/parsers/__init__.py", line 39, in get_parser
    raise NotImplementedError(f"There is no matching parser for {uri}")

https://github.com/rseng/software/runs/936400731?check_suite_focus=true

needs to be re-run after fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant