volentixlabsinc / venue-server

The backend services for Venue, a community engagement platform for the Volentix community
https://venue.volentix.io
MIT License
6 stars 0 forks source link

ScraperError: Cannot get username #206

Closed shawnlauzon closed 6 years ago

shawnlauzon commented 6 years ago

View details in Rollbar: https://rollbar.com/vlabs/Venue/items/14/

Traceback (most recent call last):
  File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 374, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/local/lib/python3.6/site-packages/celery/app/trace.py", line 629, in __protected_call__
    return self.run(*args, **kwargs)
  File "/code/venue/tasks.py", line 81, in scrape_forum_profile
    test_signature=forum_profile.signature.test_signature)
  File "/code/venue/scrapers/bitcointalk.py", line 264, in verify_and_scrape
    username = scraper.get_username()
  File "/code/venue/scrapers/bitcointalk.py", line 108, in get_username
    raise ScraperError('Cannot get username')
ScraperError: Cannot get username
alexdashkov commented 6 years ago

The same thing as before, I can do nothing without extra info, so I'm waiting for the https://github.com/Volentix/venue-server/pull/209 to add logDNA

shawnlauzon commented 6 years ago

Just sent LogDNA access to @alexdashkov