RPA-Python: [RPA][ERROR] - failed downloading - HTTP Error 403: Forbidden - network issue

Hi @kensoh ,

Below is the error i get when i use the code in Windows.

import os, ssl
if (not os.environ.get('PYTHONHTTPSVERIFY', '') and
getattr(ssl, '_create_unverified_context', None)):
    ssl._create_default_https_context = ssl._create_unverified_context
import rpa as r
r.init()
r.url('https://ca.yahoo.com')
r.close()
[RPA][INFO] - setting up TagUI for use in your Python environment
[RPA][INFO] - downloading TagUI (~200MB) and unzipping to below folder...
[RPA][INFO] - C:\Users\Username\AppData\Roaming
[RPA][ERROR] - failed downloading from https://github.com/tebelorg/Tump/releases/download/v1.0.0/TagUI_Windows.zip...
HTTP Error 403: Forbidden
[RPA][ERROR] - use init() before using url()
[RPA][ERROR] - use init() before using close()

Regards, Ren.

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 24 (12 by maintainers)

Most upvoted comments

It works like a charm. Thank you for all the assistance.