lacuscore 1.12.1__py3-none-any.whl → 1.12.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
lacuscore/lacuscore.py CHANGED
@@ -620,6 +620,8 @@ class LacusCore():
620
620
  self._store_capture_response(p, uuid, result)
621
621
  else:
622
622
  logger.warning('Got no result at all for the capture.')
623
+ result = {'error': 'No result at all for the capture, Playwright failed.'}
624
+ self._store_capture_response(p, uuid, result)
623
625
  p.delete(f'lacus:capture_settings:{uuid}')
624
626
  p.zrem('lacus:ongoing', uuid)
625
627
  p.execute()
@@ -765,7 +767,7 @@ class LacusCore():
765
767
  continue
766
768
  raise e
767
769
  except DNSException as e:
768
- logger.info(f'No A record for "{hostname}": {e}')
770
+ logger.debug(f'No A record for "{hostname}": {e}')
769
771
  break
770
772
 
771
773
  _current_retries = 0
@@ -781,6 +783,6 @@ class LacusCore():
781
783
  continue
782
784
  raise e
783
785
  except DNSException as e:
784
- logger.info(f'No AAAA record for "{hostname}": {e}')
786
+ logger.debug(f'No AAAA record for "{hostname}": {e}')
785
787
  break
786
788
  return resolved_ips
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: lacuscore
3
- Version: 1.12.1
3
+ Version: 1.12.2
4
4
  Summary: Core of Lacus, usable as a module
5
5
  Home-page: https://github.com/ail-project/LacusCore
6
6
  License: BSD-3-Clause
@@ -29,7 +29,7 @@ Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
29
29
  Requires-Dist: defang (>=0.5.3,<0.6.0)
30
30
  Requires-Dist: dnspython (>=2.7.0,<3.0.0) ; python_version >= "3.9"
31
31
  Requires-Dist: eval-type-backport (>=0.2.0,<0.3.0) ; python_version < "3.10"
32
- Requires-Dist: playwrightcapture[recaptcha] (>=1.27.0,<2.0.0)
32
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.27.1,<2.0.0)
33
33
  Requires-Dist: pydantic (>=2.9.2,<3.0.0)
34
34
  Requires-Dist: redis[hiredis] (>=5.2.0,<6.0.0)
35
35
  Requires-Dist: requests (>=2.32.3,<3.0.0)
@@ -1,10 +1,10 @@
1
1
  lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
2
2
  lacuscore/helpers.py,sha256=a7dwcNwwF04czQaGaVdcDrXbBJvAdGTJU7Gi4L_pNd4,10954
3
3
  lacuscore/lacus_monitoring.py,sha256=r6IaYuh6sMq43eOWdZx0fU8p4PWVZlqSD6nr6yOaTUU,2713
4
- lacuscore/lacuscore.py,sha256=yK6cc70gQT8f8WlXRv2sA94Pk0-iDnzAOqqiRaGTWq4,41294
4
+ lacuscore/lacuscore.py,sha256=mx1imSvk8HWVTuLGGe8sd2M-AzRa7jF_xqpepAQ5xgU,41473
5
5
  lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  lacuscore/task_logger.py,sha256=2wDotU6r6vn-aKO8nZNdxSuisSj11LlcxuvW60qPL0Y,1909
7
- lacuscore-1.12.1.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
- lacuscore-1.12.1.dist-info/METADATA,sha256=iUjyt2WDOMHWN4JcMl5aBHS5AjKzdZ6_4ETlf8E6gYk,2806
9
- lacuscore-1.12.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
10
- lacuscore-1.12.1.dist-info/RECORD,,
7
+ lacuscore-1.12.2.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
+ lacuscore-1.12.2.dist-info/METADATA,sha256=6GMLqutp3yqOfZ9V2-n7Dqk26JxCg7KjI1aHz59tV6c,2806
9
+ lacuscore-1.12.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
10
+ lacuscore-1.12.2.dist-info/RECORD,,