Conversation
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #212 +/- ##
==========================================
+ Coverage 86.66% 86.77% +0.10%
==========================================
Files 8 8
Lines 750 756 +6
==========================================
+ Hits 650 656 +6
Misses 100 100 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR updates the AirOS6 client to handle network-level failures during v6 login more consistently with the rest of the library.
Changes:
- Switches to importing
aiohttpdirectly and updates theClientSessiontype annotation accordingly. - Wraps
_login_v6()inAirOS6.login()with atry/exceptto convertTimeoutError/aiohttp.ClientErrorintoAirOSDeviceConnectionError.
Comments suppressed due to low confidence (1)
airos/airos6.py:29
- The
__init__docstring says "Initialize AirOS8 class." but this isAirOS6. Please correct the docstring to avoid misleading documentation and keep it consistent with the class.
session: aiohttp.ClientSession,
use_ssl: bool = True,
) -> None:
"""Initialize AirOS8 class."""
super().__init__(
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|



No description provided.