Jose Celano

Results 336 comments of Jose Celano

Hi, I've been testing the docker container. I have deployed the tracker to a droplet following [this article](https://danielwachtel.com/devops/deploying-multiple-dockerized-apps-digitalocean-docker-compose-contexts) by @mrdaniel. I was able to set up the three services: -...

> UDP traffic will not preserve the client IP. ### Exposing the UDP tracker directly In my case, it works with docker-compose when I expose the docker port using a...

I'm going to close it until we have more info.

hi @fistwho did @WarmBeer reply solve your error? I'm working on a [PR](https://github.com/torrust/torrust-tracker/pull/129) to generate docker images. If that did not fix your problem, feel free to re-open the issue,...

I have the same problem: Field "myField" is not a valid field of the entity "XXX\XXXBundle\Entity\MyEntity" in PreUpdateEventArgs. The problem occours when I save another entity in the same request...

The latest version is 7.1.0 but it can't be updated because nuxt uses 6.5.0.

Hi @ngthhu, thank you for the feedback. In general, I tend to use the default one, but probably because I'm always just testing with a few torrents. I'm a newbie...

I'm implementing a client for a [BitTorrent HTTP tracker](https://wiki.theory.org/BitTorrentSpecification#Tracker_HTTP.2FHTTPS_Protocol), and it uses two byte arrays parameters in the URL query. - info_hash: urlencoded 20-byte SHA1 hash of the value of...

Relates to: https://github.com/torrust/torrust-tracker/issues/565 The new tracker repository implementation does not keep order for torrents so the API would return random torrents. We need to keep the order in a different...