Skip to content
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.

[BUG] proxies.txt not working #410

Open
4 tasks done
Nipeno opened this issue Apr 4, 2022 · 1 comment
Open
4 tasks done

[BUG] proxies.txt not working #410

Nipeno opened this issue Apr 4, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@Nipeno
Copy link

Nipeno commented Apr 4, 2022

Bug Report Form

Checklist

  • I am using the latest version of the code.
  • I am absolutely sure I read the README in its entirety.
  • I have made sure this is not a duplicate issue.
  • I have filled out this form correctly.

Describe the bug

When I create a proxies.txt to feed the script my proxies it crashes.

To Reproduce

Steps to trigger the bug:

Explained above

Expected behavior

Should run with proxies.

Additional context

File "/home/ubuntu/PlaceBot/src/proxy.py", line 18, in Init self.proxies = get_proxies_text() TypeError: get_proxies_text() missing 1 required positional argument: 'self'

@Nipeno Nipeno added the bug Something isn't working label Apr 4, 2022
@HamletDuFromage
Copy link

replace self.proxies = get_proxies_text() by self.proxies = get_proxies_text(self) in https://github.com/rdeepak2002/reddit-place-script-2022/blob/main/src/proxy.py#L18

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants