Pages:
Author

Topic: TalkImg.com - Image hosting for BitcoinTalk - page 4. (Read 13206 times)

donator
Activity: 4732
Merit: 4240
Leading Crypto Sports Betting & Casino Platform
 
 TalkImg  Update____________________
Added the ability to upload images via link. The upload rules remain the same as those applied to uploads via files. We believe that with this new functionality, it will be more practical in some cases to upload. Please remember that it is still not permitted to send images that violate copyright. Abuse of this new functionality may lead to its removal.

To use this new functionality, simply click on the "Upload" button at the top right, and click on "Add image URLs". This functionality can be especially useful, so you can quickly resend images that you have already posted here on the forum, and want them to now stay on TalkImg. I hope this new feature is useful for everyone.

Thank you for implementing this feature and kudos for doing it rather quickly as well.  It's pretty cool when you can talk with developers directly here to make suggestions that actually turn into features on their products.  That vibe is what originally made me fall in love with this forum.  I'm glad that you're here and trying to improve things.  I hope that your experience continues to be a positive one here with this project and that you continue to be active in this community.  Maybe even inspiring others along the way.
legendary
Activity: 1722
Merit: 5937
When you try to upload and the error occurs again, click on "report error" to check the message that appears. Then post it here so I can analyze the case.
Its working again now, without me doing anything. Too bad I forgot to check "report error" but I'll make sure to do it next time (if it happens again). Tongue


Does this only happen with a specific image, or with all your other images?
It was happening with all images that I tried to upload
legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
Anyone else getting this message when trying to upload the image? Image is way below the limit so I have no idea what could cause it as I see it for the first time



When you try to upload and the error occurs again, click on "report error" to check the message that appears. Then post it here so I can analyze the case.

Does this only happen with a specific image, or with all your other images?
legendary
Activity: 1722
Merit: 5937
I tried uploading image using talkIMG after reading your post and it all went well. Maybe you just need to clear your cache and try again. Recently bitcointalk has been loading slowly. I'm not sure if it's connected to this matter. LOL
I uploaded 4-5 images like half an hour earlier and everything was working normally and then suddenly it just stopped working. And yeah, like ~10 minutes ago forum was loading slowly for me too  but it passed in a minute or two while I still can't upload images via talkimg.

Anyway, thnx.
sr. member
Activity: 1596
Merit: 358
https://shuffle.com?r=nba
Anyone else getting this message when trying to upload the image? Image is way below the limit so I have no idea what could cause it as I see it for the first time
..........
I tried uploading image using talkIMG after reading your post and it all went well. Maybe you just need to clear your cache and try again. Recently bitcointalk has been loading slowly. I'm not sure if it's connected to this matter. LOL
legendary
Activity: 1722
Merit: 5937
Anyone else getting this message when trying to upload the image? Image is way below the limit so I have no idea what could cause it as I see it for the first time

legendary
Activity: 2212
Merit: 7064
Cashback 15%
Added the ability to upload images via link.
Is this new feature already released, because I can't see this option for links anywhere?
I tried cleaning my history and using different browser but it didn't help, unless I have to click somewhere else.
legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
 
 TalkImg  Update____________________
Added the ability to upload images via link. The upload rules remain the same as those applied to uploads via files. We believe that with this new functionality, it will be more practical in some cases to upload. Please remember that it is still not permitted to send images that violate copyright. Abuse of this new functionality may lead to its removal.

To use this new functionality, simply click on the "Upload" button at the top right, and click on "Add image URLs". This functionality can be especially useful, so you can quickly resend images that you have already posted here on the forum, and want them to now stay on TalkImg. I hope this new feature is useful for everyone.

legendary
Activity: 1008
Merit: 3001
Did you have any recent problem with this code @TryNinja? I have been trying to upload the pictures from the Pie contest but all I am getting is "Invalid response content is returned from host (talkimg.com), expected response content is JSON."

I'm still able to access the website, so I suppose that this has something to do with the code?
It's working fine for me. Just uploaded this from ShareX:



Try opening the "Destination -> Custom" page and click "Test" next to the image upload on the bottom left, see what it returns.
Figured out what was going on. I had my VPN turned on in a specific country that was giving me that error. I just tried another server (in another country) and now it just works. I guess some VPN servers are being blocked by the protection that the website employs...

Thank you for the help.
legendary
Activity: 2464
Merit: 3878
Visit: r7promotions.com
 
 Statistics  February 2024____________________
Nice formatting buddy. Do you mind if I use similar theme in some of my topics in the future?

By the way, happy to see talkimg is growing faster than any other project did in this community. Congratulations!

I'm glad you liked it.
For me, feel free to use the formatting.



 Number of visits to the talkimg.com website in the month: 5.901 (+502 that in the last month)
Is this 5.901K or 590.1K visitors?

These are visits directly to the talkimg.com website. There are only 5901, but it is a number that has been increasing, which is good.

You may have to change the formation of the number, which can be misleading.
Thanks for the generous permission.
I was confuse with your formatting so I was assuming it's either 5901 (5.901K) or 590,100 (590.1K) visitors :-)
I don't think now there are any doubt left.
legendary
Activity: 2758
Merit: 6830
Did you have any recent problem with this code @TryNinja? I have been trying to upload the pictures from the Pie contest but all I am getting is "Invalid response content is returned from host (talkimg.com), expected response content is JSON."

I'm still able to access the website, so I suppose that this has something to do with the code?
It's working fine for me. Just uploaded this from ShareX:



Try opening the "Destination -> Custom" page and click "Test" next to the image upload on the bottom left, see what it returns.
legendary
Activity: 1008
Merit: 3001
I prefer ShareX.

If anyone else is using it, you can use TalkImg as the upload destination:

1. Copy the code below.
2. Destination -> custom -> Import from clipboard -> Put your API key where it says "API-KEY-HERE"

Code:
{
  "Version": "15.0.0",
  "Name": "TalkImg",
  "DestinationType": "ImageUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://talkimg.com/api/1/upload",
  "Headers": {
    "X-API-Key": "API-KEY-HERE"
  },
  "Body": "MultipartFormData",
  "Arguments": {
    "type": "file",
    "format": "json",
    "description": "Uploaded by ShareX"
  },
  "FileFormName": "source",
  "URL": "{json:image.url}",
  "DeletionURL": "{json:image.delete_url}",
  "ErrorMessage": "{json:error.message}"
}

Did you have any recent problem with this code @TryNinja? I have been trying to upload the pictures from the Pie contest but all I am getting is "Invalid response content is returned from host (talkimg.com), expected response content is JSON."

I'm still able to access the website, so I suppose that this has something to do with the code?
legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
 
 Statistics  February 2024____________________
Nice formatting buddy. Do you mind if I use similar theme in some of my topics in the future?

By the way, happy to see talkimg is growing faster than any other project did in this community. Congratulations!

I'm glad you liked it.
For me, feel free to use the formatting.



 Number of visits to the talkimg.com website in the month: 5.901 (+502 that in the last month)
Is this 5.901K or 590.1K visitors?

These are visits directly to the talkimg.com website. There are only 5901, but it is a number that has been increasing, which is good.

You may have to change the formation of the number, which can be misleading.
legendary
Activity: 2464
Merit: 3878
Visit: r7promotions.com
 
 Statistics  February 2024____________________
Nice formatting buddy. Do you mind if I use similar theme in some of my topics in the future?

By the way, happy to see talkimg is growing faster than any other project did in this community. Congratulations!

 Number of visits to the talkimg.com website in the month: 5.901 (+502 that in the last month)
Is this 5.901K or 590.1K visitors?
legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
 
 Statistics  February 2024____________________
Already finished TalkImg Awards - Image of the Year 2023. Although the turnout was not massive, it ended up being an interesting experience and testing this awards model. After these awards, I had ideas about making others that could perhaps capture even more attention from the community. Once again I would like to thank everyone who participated, directly or indirectly, in these first TalkImg awards, as well as the sponsors: BC.Game and Icarus.

I am still preparing some technical updates that will be implemented soon. As news emerges, I will share. Thank you to all TalkImg users.


Here are the numbers for the month:
               
 
 Number of uploads in the month:
 6 542 (-1.854 that in the last month)
 
 Total disk space in the month:
 1.96GB (-0.16 that in the last month)
 Number of visits to the talkimg.com website in the month: 5 901 (+502 that in the last month)
 Estimated number of times images were viewed on the forum in the month (hits): 3 207 606 (-439k that in the last month)
 Bandwidth in the month: 471GB (-121 that in the last month)

legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
Only in talkimg. Still down... I don`t know what is happening :/
Maybe your IP address has been banned for some reason, this happened to me before on other websites.
For testing purposes you can try to access TalkImg website using Tor browser (new identities) or with vpn like mullvad.

It may happen. Although I have looked at the server logs and I don't see any recent blocks. It could be a blockage on another level, one that goes beyond my powers.
But, as you certainly have a dynamic IP, restarting the router may help. Try checking.
legendary
Activity: 2212
Merit: 7064
Cashback 15%
Only in talkimg. Still down... I don`t know what is happening :/
Maybe your IP address has been banned for some reason, this happened to me before on other websites.
For testing purposes you can try to access TalkImg website using Tor browser (new identities) or with vpn like mullvad.
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
Tried many browser, doesnt work. Even in other devices. Tried 2 laptops and on my phone. Somehow, it only works on my 4G connection.

 Huh

Do you only feel this on TalkIng or other sites too? 

Only in talkimg. Still down... I don`t know what is happening :/
legendary
Activity: 1638
Merit: 4508
**In BTC since 2013**
Tried many browser, doesnt work. Even in other devices. Tried 2 laptops and on my phone. Somehow, it only works on my 4G connection.

 Huh

Do you only feel this on TalkIng or other sites too? 

Try restarting the router, sometimes the router may have an error and cause this problem. Disconnect directly from the electrical current, and wait around 60-90 seconds until it is reconnected. Do not turn off the button, rather disconnect it directly from the electrical current. After disconnecting from the power supply, you can turn off the button.
legendary
Activity: 2212
Merit: 5622
Non-custodial BTC Wallet
still not working for me.

I was able to make it work using my smartphone 4G connection. However, didn`t work in my wi-fi. Weird... i will tell you if it works again

Try clearing the cache and cookies files related to TalkImg. Try using another browser to see if the situation persists.

Well, I don't know if I'll be able to help much. But something, tell me.

Tried many browser, doesnt work. Even in other devices. Tried 2 laptops and on my phone. Somehow, it only works on my 4G connection.
Pages:
Jump to: