manim icon indicating copy to clipboard operation
manim copied to clipboard

Arabic text with less than 3 characters is not displayed

Open AyoubOm opened this issue 1 year ago • 0 comments

Bug description

Arabic text is correctly displayed when the number of characters is equal or more than 3. But with 1 or 2 characters nothing is displayed.

For example:


word = Text("صفي", font_size=96, font="Arial") # displayed
word = Text("في", font_size=96, font="Arial") # not displayed /!\

Code:

Following code display nothing

class TextTransformExample(Scene):
	def construct(self):
		word = Text("في", font_size=96, font="Arial")

		self.play(Write(word))
		self.wait()

I tried changing the font, but it seems that the problem is not related to the font

AyoubOm avatar Sep 08 '24 10:09 AyoubOm

Hey there @jc2k, @bdraco, mind taking a look at this issue as it has been labeled with an integration (homekit_controller) you are listed as a code owner for? Thanks!

Code owner commands

Code owners of homekit_controller can trigger bot actions by commenting:

  • @home-assistant close Closes the issue.
  • @home-assistant rename Awesome new title Renames the issue.
  • @home-assistant reopen Reopen the issue.
  • @home-assistant unassign homekit_controller Removes the current integration label and assignees on the issue, add the integration domain after the command.
  • @home-assistant add-label needs-more-information Add a label (needs-more-information, problem in dependency, problem in custom component) to the issue.
  • @home-assistant remove-label needs-more-information Remove a label (needs-more-information, problem in dependency, problem in custom component) on the issue.

(message by CodeOwnersMention)


homekit_controller documentation homekit_controller source (message by IssueLinks)

home-assistant[bot] avatar Sep 17 '24 20:09 home-assistant[bot]

I can add this camera to the Home App on an iPhone just fine.

betsythefc avatar Sep 17 '24 20:09 betsythefc

Camera model: Sercomm SCE2R0-29

betsythefc avatar Sep 17 '24 20:09 betsythefc

I can't help, but you might try adding aiohomekit: debug to your logger, maybe get some more information. I'm stuck trying to setup an ecobee with same error (config flow could not be loaded), but when I added that I see this):

So it give you something to see that something is happening, maybe get some more info.

2024-09-24 06:27:29.881 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:32.961 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 0 seconds
2024-09-24 06:27:33.712 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:36.033 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 0 seconds
2024-09-24 06:27:37.159 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:39.105 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 1 seconds
2024-09-24 06:27:40.795 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043
2024-09-24 06:27:42.177 DEBUG (MainThread) [aiohomekit.controller.ip.connection] ['192.168.1.231']:44043: Connecting to accessory failed: [Errno 113] Connect call failed ('192.168.1.231', 44043); Retrying in 1 seconds
2024-09-24 06:27:44.711 DEBUG (MainThread) [aiohomekit.controller.ip.connection] Attempting connection to ['192.168.1.231']:44043

karwosts avatar Sep 24 '24 13:09 karwosts

I have exactly the same problem as betsythefc with an Aqara FP2 presence sensor: works on Apple HOME and on the Aqara APPs. The HomeKit Device integration pops up but, when clicking on CONFIGURE, it never finishes.

neuquenfr avatar Oct 06 '24 11:10 neuquenfr

I have the same problem with some of the FP2 presence sensors in my house. Aqara refuse to help as it registers fine in their app and said they do not support interface to HA.

It seems that there is a disconnection/cache/history "stuck somewhere" in HA. I had a problem after re-doing my router/network taht I could not re-configure these FP2 sensors. I had to replace them all with new ones (an not very cheap either!)

Now I have one that refuse to connect the HA. It sees the device, but never asks me for the code, just the "flow error" as mentioned earlier.

bert269 avatar Oct 24 '24 16:10 bert269

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 This issue has now been marked as stale and will be closed if no further activity occurs. Thank you for your contributions.