Bug: CFUpdater tries to set records to be proxied #3

Open
opened 2020-10-01 18:40:35 +02:00 by leon · 6 comments
leon commented 2020-10-01 18:40:35 +02:00 (Migrated from git.leon.wtf)

Screenshot_2020-10-01_183459

The main problem with this is that it retries, but the error occurs indefinitly from this point !!!

![Screenshot_2020-10-01_183459](/uploads/b27041b9b5f9fcefc17001722eac6186/Screenshot_2020-10-01_183459.png) The main problem with this is that it retries, but the error occurs indefinitly from this point !!!
leon commented 2020-10-01 18:56:56 +02:00 (Migrated from git.leon.wtf)

Also, the method name does not match anymore. The "Retrying..." part is not hardcoded in the string, so it must be a part of the error message. Or maybe this is a problem with __pycache__?

There is no retrying mechanism, too. It just retries because the thread hits it's next update period.

Also, the method name does not match anymore. The "Retrying..." part is not hardcoded in the string, so it must be a part of the error message. Or maybe this is a problem with `__pycache__`? There is no retrying mechanism, too. It just retries because the thread hits it's next update period.
leon commented 2020-10-01 19:41:30 +02:00 (Migrated from git.leon.wtf)

Maybe the matching with only the records name and type (code section) is not sufficient and maybe affects other records as well.

Maybe the matching with only the records name and type ([code section](https://git.leon.wtf/leon/cfupdater/-/blob/master/image_src/cfupdater.py#L51-53)) is not sufficient and maybe affects other records as well.
leon commented 2020-10-01 19:44:04 +02:00 (Migrated from git.leon.wtf)

created branch fix-#3 to address this issue

created branch [`fix-#3`](/leon/cfupdater/-/compare/master...fix-%233) to address this issue
leon commented 2020-10-01 19:45:00 +02:00 (Migrated from git.leon.wtf)

mentioned in merge request !2

mentioned in merge request !2
leon commented 2020-10-15 15:00:45 +02:00 (Migrated from git.leon.wtf)

mentioned in issue #4

mentioned in issue #4
leon commented 2020-10-15 15:01:25 +02:00 (Migrated from git.leon.wtf)

unassigned @leon

unassigned @leon
Commenting is not possible because the repository is archived.
No labels
No milestone
No project
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
leon/CFUpdater#3
No description provided.