Skip to content

Instantly share code, notes, and snippets.

@jmsidhu
Created September 15, 2020 13:54
Show Gist options
  • Save jmsidhu/875f9f89d5d8592cd463791168aa697c to your computer and use it in GitHub Desktop.
Save jmsidhu/875f9f89d5d8592cd463791168aa697c to your computer and use it in GitHub Desktop.
2020-09-15T13:44:38.8726677Z 2020-09-15 13:44:38.872 | DEBUG | roam_to_git.scrapping:download_rr_archive:76 - Closing browser json
2020-09-15T13:44:38.9113270Z 2020-09-15 13:44:38.910 | DEBUG | roam_to_git.scrapping:download_rr_archive:78 - Closed browser json
2020-09-15T13:51:04.3677846Z 2020-09-15 13:51:04.366 | DEBUG | roam_to_git.scrapping:download_rr_archive:76 - Closing browser markdown
2020-09-15T13:51:04.4034357Z 2020-09-15 13:51:04.402 | DEBUG | roam_to_git.scrapping:download_rr_archive:78 - Closed browser markdown
2020-09-15T13:51:04.4105350Z 2020-09-15 13:51:04.403 | ERROR | __main__:<module>:11 - An error has been caught in function '<module>', process 'MainProcess' (3028), thread 'MainThread' (140174830077760):
2020-09-15T13:51:04.4106547Z Traceback (most recent call last):
2020-09-15T13:51:04.4107655Z > File "/opt/hostedtoolcache/Python/3.8.5/x64/bin/roam-to-git", line 11, in <module>
2020-09-15T13:51:04.4108874Z load_entry_point('roam-to-git==0.1', 'console_scripts', 'roam-to-git')()
2020-09-15T13:51:04.4109931Z └ <function load_entry_point at 0x7f7cfabe6f70>
2020-09-15T13:51:04.4112294Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/__main__.py", line 76, in main
2020-09-15T13:51:04.4113519Z scrap(markdown_zip_path, json_zip_path, config)
2020-09-15T13:51:04.4114769Z │ │ │ └ <roam_to_git.scrapping.Config object at 0x7f7cf7f03d30>
2020-09-15T13:51:04.4115904Z │ │ └ PosixPath('/tmp/tmpo2azhmcq')
2020-09-15T13:51:04.4116805Z │ └ PosixPath('/tmp/tmp5vmu5gl6')
2020-09-15T13:51:04.4117696Z └ <function scrap at 0x7f7cf75c9c10>
2020-09-15T13:51:04.4119076Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 252, in scrap
2020-09-15T13:51:04.4124965Z asyncio.get_event_loop().run_until_complete(asyncio.gather(*tasks))
2020-09-15T13:51:04.4126571Z │ │ │ │ └ [<coroutine object download_rr_archive at 0x7f7cf75e8c40>, <coroutine object download_rr_archive at 0x7f7cf7e4d8c0>]
2020-09-15T13:51:04.4127644Z │ │ │ └ <function gather at 0x7f7cf960b550>
2020-09-15T13:51:04.4128705Z │ │ └ <module 'asyncio' from '/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/asyncio/__init__.py'>
2020-09-15T13:51:04.4129601Z │ └ <built-in function get_event_loop>
2020-09-15T13:51:04.4130521Z └ <module 'asyncio' from '/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/asyncio/__init__.py'>
2020-09-15T13:51:04.4131579Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
2020-09-15T13:51:04.4132346Z return future.result()
2020-09-15T13:51:04.4133080Z │ └ <method 'result' of '_asyncio.Future' objects>
2020-09-15T13:51:04.4134254Z └ <_GatheringFuture finished exception=AssertionError('All roads leads to Roam, but that one is too long. Try again when Roam s...
2020-09-15T13:51:04.4136811Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 69, in download_rr_archive
2020-09-15T13:51:04.4137873Z return await _download_rr_archive(document, output_type, output_directory, config)
2020-09-15T13:51:04.4139007Z │ │ │ │ └ <roam_to_git.scrapping.Config object at 0x7f7cf7f03d30>
2020-09-15T13:51:04.4140046Z │ │ │ └ PosixPath('/tmp/tmp5vmu5gl6')
2020-09-15T13:51:04.4140688Z │ │ └ 'markdown'
2020-09-15T13:51:04.4141453Z │ └ <pyppeteer.page.Page object at 0x7f7cf755fd30>
2020-09-15T13:51:04.4142313Z └ <function _download_rr_archive at 0x7f7cf75c99d0>
2020-09-15T13:51:04.4143538Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 121, in _download_rr_archive
2020-09-15T13:51:04.4144520Z assert dot_button is not None, "All roads leads to Roam, but that one is too long. Try " \
2020-09-15T13:51:04.4145189Z └ None
2020-09-15T13:51:04.4145408Z
2020-09-15T13:51:04.4146017Z AssertionError: All roads leads to Roam, but that one is too long. Try again when Roam servers are faster.
2020-09-15T13:51:04.4146746Z Traceback (most recent call last):
2020-09-15T13:51:04.4147640Z File "/opt/hostedtoolcache/Python/3.8.5/x64/bin/roam-to-git", line 11, in <module>
2020-09-15T13:51:04.4148612Z load_entry_point('roam-to-git==0.1', 'console_scripts', 'roam-to-git')()
2020-09-15T13:51:04.4149797Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/loguru/_logger.py", line 1149, in catch_wrapper
2020-09-15T13:51:04.4150583Z return function(*args, **kwargs)
2020-09-15T13:51:04.4151584Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/__main__.py", line 76, in main
2020-09-15T13:51:04.4152376Z scrap(markdown_zip_path, json_zip_path, config)
2020-09-15T13:51:04.4153484Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 252, in scrap
2020-09-15T13:51:04.4154447Z asyncio.get_event_loop().run_until_complete(asyncio.gather(*tasks))
2020-09-15T13:51:04.4155390Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete
2020-09-15T13:51:04.4156136Z return future.result()
2020-09-15T13:51:04.4157264Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 69, in download_rr_archive
2020-09-15T13:51:04.4158293Z return await _download_rr_archive(document, output_type, output_directory, config)
2020-09-15T13:51:04.4159641Z File "/opt/hostedtoolcache/Python/3.8.5/x64/lib/python3.8/site-packages/roam_to_git/scrapping.py", line 121, in _download_rr_archive
2020-09-15T13:51:04.4160912Z assert dot_button is not None, "All roads leads to Roam, but that one is too long. Try " \
2020-09-15T13:51:04.4161769Z AssertionError: All roads leads to Roam, but that one is too long. Try again when Roam servers are faster.
2020-09-15T13:51:04.4553261Z ##[error]Process completed with exit code 1.
2020-09-15T13:51:04.4640745Z Post job cleanup.
2020-09-15T13:51:04.5892360Z [command]/usr/bin/git version
2020-09-15T13:51:04.6003748Z git version 2.28.0
2020-09-15T13:51:04.6051619Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2020-09-15T13:51:04.6109160Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :
2020-09-15T13:51:04.6439854Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2020-09-15T13:51:04.6474226Z http.https://github.com/.extraheader
2020-09-15T13:51:04.6492635Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2020-09-15T13:51:04.6540229Z [command]/usr/bin/git submodule foreach --recursive git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :
2020-09-15T13:51:04.6951137Z Cleaning up orphan processes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment