sanjit-sinha / PyBypass

A python library to bypass various type of links.
https://t.me/me_when_i_am_productive
MIT License
176 stars 76 forks source link

Getting error #18

Open SamyBotz opened 5 months ago

SamyBotz commented 5 months ago

Traceback (most recent call last): File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 85, in redirect_function bypassed_value = eval(bypasser_function + f"('{url}'{parameter})") ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1, in File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\GdriveSharer\gdtot_bypass.py", line 34, in gdtot_bypass url = re.findall(r'URL=(.*?)"', response.text)[0]


IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "D:\DOWNLOADS\Telegram Desktop\TeraBoxbot--main\ss.py", line 3, in <module>
    bypassed_link = PyBypass.bypass("https://new4.gdtot.dad/file/52459486968", gdtot_crypt="OG9EemRmNjdPWExMbGp1VmtJTDNEbm1FR0JmRmo4bWNDWUc0Y3lORmVORT0%3D")
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 132, in bypass        
    return bypasser.bypass(url , name=name, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 125, in bypass        
    return self.redirect_function(url, bypasser_function, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 63, in wrapper_function
    value = function(*args, **kwargs)
            ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\samee\AppData\Local\Programs\Python\Python312\Lib\site-packages\PyBypass\main.py", line 87, in redirect_function
    raise UnableToBypassError("Unable to bypass this link. Possible reason can be cloudfare protection, wrong link, wrong parameters, expired  link or script is patched")
PyBypass.main.UnableToBypassError: Unable to bypass this link. Possible reason can be cloudfare protection, wrong link, wrong parameters, expired  link or script is patched