Questions tagged [trackback]

30 questions
0
votes
2 answers

Submit a trackback to arXiv - User-Agent issues

I would like to submit a trackback to arXiv using the only php script available I found, PHP Trackback. However it seems like I am not able to proceed since I get a "HTTP 403 Forbidden" error. It further states: Sadly, your client does not supply a…
Robert Filter
  • 1,661
  • 3
  • 12
  • 14
0
votes
0 answers

How can I fix my terminal error showing trackback(most recent call)

Whenever I open my terminal Instead of showing the user it shows an error Traceback (most recent call last): File "/usr/local/bin/powerline-shell", line 5, in from powerline_shell import main ModuleNotFoundError: No module named 'powerline_shell'
0
votes
1 answer

cmd trackback NameError: name '_' is not defined

I have a quick question about Trackback error My code works very well in Jupyter, but I have an error while I was running my code in CMD. I am using dummy variable for few definitions. It seems like CMD does not recognize dummy variable '_' What I…
0
votes
1 answer

how to retrieve number of trackbacks for a URL

As far as i know a trackback it's a recognised standard ping for a custom URL, right? so, according to this how can i retrieve how many trackbacks for http://example.com/article/22/name-article ?? and the URL of those 'trackbacks' ? I never worked…
Toni Michel Caubet
  • 19,333
  • 56
  • 202
  • 378
0
votes
1 answer

Error while detecting cars on video TypeError: integer argument expected, got float

I am new to Python, working on vehicles detection, and I am getting this error. I do not know why I am getting this error and what the solution is to solve the problem. I am getting an error on the following line. I have tried the solution, and I…
talha sheraz
  • 21
  • 1
  • 3
0
votes
1 answer

error during Web scraping using python

i tried to scraping reply in news. i tried tried many time. but i can see only Traceback. please help me. i wrote code like this: import re import urllib.request import urllib import requests from bs4 import…
L.kyunam
  • 53
  • 12
0
votes
3 answers

How can you implement trackbacks on a custom-coded blog (written in C#)?

How can you implement trackbacks on a custom-coded blog (written in C#)?
Larsenal
  • 49,878
  • 43
  • 152
  • 220
0
votes
1 answer

Python AttributeError: I don't know why this is not working

from tkinter import * def Exit(): print() def newClassResults(): #assigns variable to an input so it can be reffered to later amount = int(input("How many people would you like to add? ")) #starts for loop for counter in…
AlexDear
  • 83
  • 1
  • 6
0
votes
1 answer

Trackback spam protection. How to escape link blast

Lately some folks got into habit of creating trackback links pointing to my website from porn-related sources to de-index my site. They succeeded to a sertain extent, but I managed to spot them through GA and now I'm blocking their websites through…
Pavel
  • 565
  • 6
  • 19
0
votes
0 answers

Python Trackback Issue

When I execute it says Trackback most recent call last and line 22 also line 410 in lib and so on with problems within python. Error on home = opener.open() Traceback (most recent call last): File "", line 1, in File…
0
votes
2 answers

Show Only Pings (Pingbacks+Trackbacks) Number on Wordpress

Is there a way to display just ping counts (number) on Wordpress? Actually there are comments_number function but that showing total count of comments, pingbacks and trackbacks.
fatihturan
  • 135
  • 5
  • 18
0
votes
1 answer

add icon (font-awesome) to trackbacks & pingbacks

Maybe is a simple question, but I'm trying to add an icon for tracbacks and pingbacks in my comment page of wordpress. If every comment have an user avatar I wanna each tracback and pingback have same font-awesome icon like avatar user. Is this…
Trenton
  • 49
  • 12
0
votes
1 answer

How to extract the RDF snippet out of an HTML page?

I want to extract the RDF snippet of an web page. Since it can even be inside a HTML-comment I'm at a loss here. Can anybody point me into the right direction, what libraries or classes to use or something like that? The goal is to have the…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
0
votes
1 answer

.Net library for sending trackbacks

Is there a library for sending trackbacks or pingbacks in .Net? I know the code is not that hard to write, but if someone wrote, debugged it and maintains it, I'd rather re-use.
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
-1
votes
1 answer

how to work with the library pingback-php of tedeh

Docs Down http://pingback.tedeh.net/! Source: http://github.com/tedeh/pingback-php 3…
zetanova
  • 481
  • 4
  • 11
1
2