I can’t remove the liquidity of pancakeswap - erc20

as in the topic
I can't remove the liquidity of pancakeswap ;/
my contract address
0xe7a3fcc8577cc9a57787590f740b795694441ffd
someone will help?
Screen

there may be a maxTX limit
check out this video
https://youtu.be/NDedFMz4jbk

I've had a similar problem too, You can try increasing the slippage to 49% and also the token allowance, if it doesn't work, follow the steps in this video
https://www.youtube.com/watch?v=yph8lMt7ojc

Related

how can I print the credit card type in my code?

function to get the credit card type
in this photo a part of my code of the credit problem in cs50 course.
I think I wrote it right but the matter is it does not want to print any thing and I had tried different solutions but it didn't work either so I hope I could find some one who can help me with it especially if they tried to solve this problem before.
thanks in advance..

Chrome Web Store promotional tile Image has been rejected

I have tried (about a dozen times now) to add promotional tiles to my extension's web store listing.
I am getting this one every single time:
"This small tile image has been rejected due to the following reasons:
Text is too small
Too much detail
Please review the guidelines, upload a new image and republish."
I thought for a while that it's about text, but at my last try it was even without a single character in there and it was still rejected. Also I think the text rule is not that enforced since every single one on the front page has it's name on the tile.
Here is the last one I tried (instantly rejected this time so most likely automatic?) https://i.imgur.com/B2Qh7qO.png
Another one I tried a few days ago: https://i.imgur.com/WMcmF3O.png
Any advice would be appreciated.
The Chrome Webstore Developer support got back to me with the response
"I've checked your item and your promotional image is now fixed"
So it seems like a bug somewhere in their system so if anyone else runs into this don't do what I did and spend months trying to tweak your promotional images over and over, just contact them..
EDIT: For some reason the Developer Support contact form is extremely hard to find. Here it is: https://support.google.com/chrome_webstore/contact/developer_support?hl=en
The follow up support emails came from these address: cws-developer-support#google.com and developer-support#google.com

Cannot use the Knowledge academic API

I have a problem when I try to use the function similarity proposed in the academic knowledge API.
I tested the following commad to compute the similarity between two string:
curl -v -X GET "https://api.labs.cognitive.microsoft.com/academic/v1.0/similarity?s1={string}&s2={string}" -H "Ocp-Apim-Subscription-Key: {subscription key}"
The error that I get is :
{"error":{"code":"Unspecified","message":"Access denied due to invalid
subscript ion key. Make sure you are subscribed to an API you are
trying to call and provi de the right key."}}
Curl_http_done: called premature == 0
Connection #0 to host (nil) left intact
Can you tell how can I generate the Ocp-Apim-Subscription-Key?
At the moment I used the key generated automatically when I visit the following url : https://labs.cognitive.microsoft.com/en-us/subscriptions?productId=/products/5636d970e597ed0690ac1b3f&source=labs
Thank you for your help
Unfortunately, primarily not an answer to your question, but rather a warning for all with the "same" problem, who could came across the original question like me, as the question helped me to solve a very, very similar problem: check whether you are using api.labs.cognitive.microsoft.com instead of westus.api.cognitive.microsoft.com. But may be you need the opposite.
It seems the whole project has been moved inside Microsoft (see https://www.microsoft.com/en-us/research/project/academic/articles/sign-academic-knowledge-api/, I would bet that this blogpost was at the top of some "entrypoint" blog even yesterday morning, but now I am not able to find this blog, perhaps the things are changing right now) and may be the project is somewhere in the middle of the transition process and not all documentation etc. corresponds with the new state. E.g. https://learn.microsoft.com/en-us/azure/cognitive-services/academic-knowledge/home, in the submenu Reference, links to two "versions" of API which seem to be almost same except for the URLs westus.api... and api.labs..., respectively. But there seem to be no info what is the difference, which one should be preferred etc.
My original keys expired yesterday, thus I generated new ones and was not able to use them until I have changed the URL to api.labs..., thanks to your question. May be you have the opposite problem, that you still have the "old" keys, so you need to use the "old" url westus.api..., but I am not able to test it, as my original keys which worked with westus.api... are expired.
Both your query and your link where to get keys are OK and work for me. Just one additional detail: did you try the circle arrow next to the key value, which generates a new key? May be your key is somehow broken or expired and this could solve your problem. You can also try to create a completely new account at MS site.
PS: I have added microsoft-cognitive tag as MS refers to https://stackoverflow.com/questions/tagged/microsoft-cognitive from many pages related to Cognitive Services
I think you need to sign up for a free account, there is a link you can follow from here:
https://westus.dev.cognitive.microsoft.com/docs/services/56332331778daf02acc0a50b/operations/58076bdadcf4c40708f83791
Except for the invalid key, you curl-call looks right.
You need a valid subscription key to be able to make API calls.
Production key
Have a look at this page on how to created the needed services in the Azure portal and how to find the endpoint, as well as they key from there.
Trial key
However, if you just want to try out the service, you can create a temporary key here. This key is very limited in use but it should get you up and running.
Limitations are:
50,000 transactions per month, up to 20 per second.
Trial keys expire after a 90 day period.

Simple expressionengine category filter

Despite working on EE for about 3 weeks now, believe it or not, this is the first time I've tried to use categories. I basically have an events channel with categories of hotel, restaurant, golf etc. On the events index page sidebar, I'd like to display the categories which when I click reloads the page with only the entries with that particular category.
From reading a few pieces here and there it seems that with path="events/category/{category_url_title}" it should work.
The URL when clicked does look right to me ie: events/category/hotel and the page does reload, but all the events show, even the ones without that category.
Am I missing something silly here? Should the channel categories tag be wrapped in a channel entries tag?
Would appreciate any help you could give. Thanks!
ANSWERED:
Answering my own question here. First off, I hadn't specified the statuses in my channel tag pair (how often is that the problem?!) After that, when I tried with just path="events/category" it worked fine and then I read that there was a setting that had to be turned on in channel global preferences to be able to use the category url title.
So now all is well again!
Answering my own question here. First off, I hadn't specified the statuses in my channel tag pair (how often is that the problem?!) After that, when I tried with just path="events/category" it worked fine and then I read that there was a setting that had to be turned on in channel global preferences to be able to use the category url title.
So now all is well again!
You can sort your problem out the easy way. Head on to:
GW Categories
and IT IS FREE! I used it and I love it.
Best Regards.

Live updates in website? (streamerapi)

I was in http://finance.yahoo.com/ and checked the europe tab ( markets are open here atm) you ll see trades updating live, I went to firebug to the Net tab and there was no updates... so I wonder how are they doing that?
I can see there is a streamerapi.finance.yahoo.com that actually makes fiddler throw an error.
Anyone knows anything else about this live update?
Really interested in this, would really like to know if they are constantly polling , the updates seem to happen at irregular intervals
found some info here
Please note my interest is on the seeminly push aspect of it ( ie view is updated when there is new information)
Cheers
It is called Comet.
http://en.wikipedia.org/wiki/Comet_(programming)
It is a comet system using a hidden iframe technique. A step by step description of what is going on with streamerapi as well as a simple debug HTA to consume the feed is available on my site: AJAX Push – Comet.

Resources