Getting license to work for imageresizing.net - imageresizer

in our dev environment I can’t get the license key to work. Please advise.
Gist: https://gist.github.com/anonymous/0ef6b397064ec081db99bd9276fdb59e

It would appear that your license key was truncated during copy/paste, as it ends in an ellipsis (...).

The support team replied - "try iisreset"
And it worked :-)

Related

Can I edit plugin in flutter?

The problem I face is getting error in flutter plugin, and I have no solution. So I decide to edit some code in plugin, Am I right or wrong for that solution?
Any idea please ?
Thanks.
The answer is Yes.
Yes, you can fork that repo, edit the code according to your requirements.
And then, you have two options
1) Raise the Pull Request and wait till it gets merged or
2) Directly use your updated plugin code
Here is the reference link which will help you to use the updated plugin code as a dependancy.
Yes, definitely you can modify plugin as you want unless and until you can not solve errors without changing it.
I also once change rating plugin to get desire ui in my code.

Is ODL-SDNiApp still supported?

I am trying to test ODL-SDNiApp and found it not updated since Helium on this page https://wiki.opendaylight.org/view/ODL-SDNiApp:User_Guide. So, is it still supported by Opendaylight? if not, please list me some useful tools or methods for inter SDN controller communication.
Thanks.
According to the project page https://wiki.opendaylight.org/view/ODL-SDNi_App:Main, it last participated in the Boron release but it doesn't look like it's been active since. You can try the project mailing list or contact the listed committers. If it is inactive as it appears, perhaps you might want to try to reboot it.

Google Actions API Personal Chef Tutorial Error

While following this tutorial:
https://youtu.be/9SUAuy9OJg4?t=12m40s
I get an error that says:
Your invocation name is already reserved by another agent. If you need further guidance, please contact support.
Here's a screenshot:
Please help me know what I'm doing wrong. Thank you in advanced.
I realized after experimenting that since I had 2 "Agents" and the other was already using the "personal chef" invocation that my second one could not. So I used something different. What was throwing me off though, was that I was trying to append to the end of it, and Google doesn't like that, so you have to change the append at the beginning of the invocation.

Description must not contain special characters (Itunes Connect)

I was able to submit my app to ITunes connect for review with a good description. When I took off the app so I could make changes, I tried to resubmit it hours later, with the same exact description, and now it says:
Description must not contain special characters (for example, null, new lines, carriage return, escape, and other invisible characters)
Is this a new rule for new apps just recently today?
Also, there is an error sign next to the Language setting, which I set to English.
---------UPDATE------
IT WORKS NOW! Finally. That was such a strange bug, especially since it was the first I ever encountered on Itunes connect.
This seems like a bug of iTunes Connect.
Apparently it already happened once in 2010.
UPDATE: it was a bug, and it is fixed now.
I have tested with all my accounts and only one reult:
Description must not contain special characters (for example, null, new lines, carriage return, escape, and other invisible characters)
This seems like a bug of iTunes Connect. Hope it will be gone soon..
Apple just fixed it.
I submitted my app done.
Get back to work, bros.

Prestashop Technical Error: Details: Error Thrown: [Object Object] Text Status: Parsererror

I am getting this error when trying to add weight ranges to shipping carriers that I have. It mostly seems to happen at random and I have been able to complete some of the carriers but others will cause the error every time. The console reports the following: Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user's experience. For more help, check https://xhr.spec.whatwg.org/.
Is there a solution for this? I couldn't find anything online about it.
I have v. 1.6.1.4
Thank you!
You have to use firefox developper and when you get the "Parseerror"
using the developper tools you go to network and select your last query.
On the right you have a window with all the options of the query : cookies parameters... select response.
You should see the response of the parse error.
For me it was just a parameter of the form that could not be empty.
Putting a random word made everything work fine.
The same thing happened to me when adding weight ranges.
The annoying thing is i had to restore a backup of the tables ps_range_weight and ps_carrier.. as for every single instance of
"Prestashop Technical Error: Details: Error Thrown: [Object Object] Text Status: Parsererror" it made a new entry and i ended up with over 700 weight ranges.
Anyways, i restored to the last fucntioning versions of ps_range_weight and ps_carrier (needed doing) and disabled the standard paypal plugin from prestashop. After that it worked fine.
.
Hope this helps someone.
I have found a solution for this on Prestashop 1.7
This happened to me as well when I changed the theme, however, I checked the Database and found that the carrier ID in ps_range_weight has randomly changed!
Solution
Fix the carrier ID in the database to the correct one and this error should not be appearing again! Good luck
ps_range_weight