Dictionary Variable "Display Problem" in Display Dialog

jxrkvx

New member
Here I am trying to display some variable from the same Dictionary Variable in a "Display Dialog" Action. But somehow more than 4 variables are not being displayed...

It seems that this is due to some kind of "overload" (perhaps too many requests at the same time) on this variable.

Please help me, I really don't know what to do.
Thank you in advance for your help!


ps: It is for sure spelled correctly I double triple checked!



photo_2023-01-30_21-40-08.jpgphoto_2023-01-30_21-55-27.jpg
 

Endercraft

Moderator (& bug finder :D)
Here I am trying to display some variable from the same Dictionary Variable in a "Display Dialog" Action. But somehow more than 4 variables are not being displayed...

It seems that this is due to some kind of "overload" (perhaps too many requests at the same time) on this variable.

Please help me, I really don't know what to do.
Thank you in advance for your help!


ps: It is for sure spelled correctly I double triple checked!



View attachment 4370View attachment 4371
I don't see any reason for that unless the keys don't exist ?
 

Dimlos

Well-known member
I have tested it and it seems to display fine for simple strings.
If you say it is overloaded, why don't you check Block next actions untill complete?
 

Attachments

  • macro.jpg
    macro.jpg
    390.5 KB · Views: 7
  • display_dialog.jpg
    display_dialog.jpg
    396.6 KB · Views: 7
  • dictionary.jpg
    dictionary.jpg
    369.3 KB · Views: 7
  • result.jpg
    result.jpg
    276.4 KB · Views: 7

jxrkvx

New member
I have tested it and it seems to display fine for simple strings.
If you say it is overloaded, why don't you check Block next actions untill complete?
My setup is a bit different: I have in the main dictionary variable, more dictionary variables and I am trying to reach/read these.

I have recreated the same problem in a completely different macro, so you can try it yourself.

The threshold seems to be max 2 dictionary variables (in the main dictionary variable), more will simply not be displayed.


ps: the function "Block next action untill complete" does not change anything.

edit: updated the macro so the variables are included
 

Attachments

  • Fruit_list.macro
    5.7 KB · Views: 0
Last edited:

jxrkvx

New member
I am very sorry, but it seems that global variables are not exported and I could not validate the macro.
I am sorry now it should work!
I should have used local variables...
 

Attachments

  • Fruit_list.macro
    5.7 KB · Views: 2

Dimlos

Well-known member
This time it is fine, thank you for your time.
As you said, there seems to be a limitation on hierarchical dictionaries.
I think you should report this as a bug.
 

Dimlos

Well-known member
I'll upload a picture for everyone else, so you can make a bug report like this.
 

Attachments

  • Troubleshooting.jpg
    Troubleshooting.jpg
    206.4 KB · Views: 4
  • Report_a_Bug .jpg
    Report_a_Bug .jpg
    128 KB · Views: 4

Endercraft

Moderator (& bug finder :D)
Too much to process ? As described in another thread, MacroDroid something doesn't process all (magic) text.
 
Top