Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support to NFTY #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

lysandroc
Copy link

@lysandroc lysandroc commented Jan 2, 2024

The current push notification has limited days of access. NFTY is open source and free.

@Akash098rr
Copy link

Code run only once after the execution of the code and print the dates available after the desired period of time. Do you have any idea to solve this situation?

@ggulersoy
Copy link

Code run only once after the execution of the code and print the dates available after the desired period of time. Do you have any idea to solve this situation?

Yes, I run into the same issue. I receive "Break the loop after exception!" as well. Have you solved the issue?

@samuelperezh
Copy link

Code run only once after the execution of the code and print the dates available after the desired period of time. Do you have any idea to solve this situation?

Yes, I run into the same issue. I receive "Break the loop after exception!" as well. Have you solved the issue?

Did you solve it?

@hrit1995
Copy link

Change it to this line to fix the error of the loop breaking in the first attempt:

RETRY_WAIT_TIME = random.randint(int(RETRY_TIME_L_BOUND), int(RETRY_TIME_U_BOUND))

@gliks666
Copy link

Change it to this line to fix the error of the loop breaking in the first attempt:

RETRY_WAIT_TIME = random.randint(int(RETRY_TIME_L_BOUND), int(RETRY_TIME_U_BOUND))

It didn't solve the problem unfortunately :(
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
6 participants