Package name problem

First of all, thank you my friend.for helping me.
The mistake is actually as you guessed.
When I closed that block related to the melon plugin, the error went away but a new error was triggered.
I thought this error might be because the clocks were working too fast and I created another support block.

Coming to your question, this is an application that calculates instant internet usage. When the application is running, all clocks start working in an organized manner.
I solved the problem with the clock that runs the melon plugin and it works stably now.Thank you for your interest :folded_hands:

Also, as an additional information, the melon plugin works with a 100 millisecond clock, but it can give a time error, at least 250 milliseconds is recommended.

2 Likes

But now new problems have occurred that I don’t understand. When there is no package name, none of these results occur.

1 Like

You mean the package name which is entering in the project setting or in the melon notification name? Can you show again screenshot the error

Now the package name problem is fixed, new errors occured
but none of these errors occurred when the application did not yet have a package name…
video:


This error I mentioned in the video was not present when the application did not have a package name and the application was working stably.


the block part that is causing the problem
It is working stable now. I will try it by making the package name a package name I want.

What actually that lab 5,11,13 all?

But still cannot be acceptable that due to app pacage name only it is happening. If you add any name make sure it is different than melon notification screen name

the problem was the melon plugin, also that many hours are needed to separate bytes, kilobytes, megabytes and gigabytes

Isn’t? Just by using simple if then else we can set know

When Web1.GotText
    set UsedDataBytes to UsedDataBytes + length of (response content in bytes)

to convert to KB
    set UsedDataKB to UsedDataBytes / 1024

to convert to MB
    set UsedDataMB to UsedDataBytes / (1024 * 1024)

to convert to GB
    set UsedDataGB to UsedDataBytes / (1024 * 1024 * 1024)

Simple, in this the second part is procedure

1 Like

I need to instantly update the push notifications coming through the plugin, that’s not the case

1 Like