Giter Club home page Giter Club logo

noisy's People

Contributors

1tayh avatar ail1020 avatar arduous avatar madereddy avatar renovate[bot] avatar rev138 avatar sargntsprinkles avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

noisy's Issues

Decode Error

JSONDecode Error

Traceback (most recent call last):
  File "//noisy.py", line 289, in <module>
    main()
  File "//noisy.py", line 279, in main
    crawler = Crawler()
  File "//noisy.py", line 42, in __init__
    self.ua = UserAgent()
  File "/usr/local/lib/python3.9/site-packages/fake_useragent/fake.py", line 69, in __init__
    self.load()
  File "/usr/local/lib/python3.9/site-packages/fake_useragent/fake.py", line 75, in load
    self.data = load_cached(
  File "/usr/local/lib/python3.9/site-packages/fake_useragent/utils.py", line 252, in load_cached
    return read(path)
  File "/usr/local/lib/python3.9/site-packages/fake_useragent/utils.py", line 230, in read
    return json.loads(fp.read())
  File "/usr/local/lib/python3.9/json/__init__.py", line 346, in `loads`
    return _default_decoder.decode(s)
  File "/usr/local/lib/python3.9/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python3.9/json/decoder.py", line 355, in raw_decode
    raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Docker unable to find /app/noisy.py

Using latest docker image as of today and am getting: python: can't open file '/app/noisy.py': [Errno 2] No such file or directory

Container is deployed with compose from readme:

version: "2"
services:
  noisy:
    image: madereddy/noisy:latest
    container_name: noisy
    restart: always

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

This repository currently has no open or pending branches.

Detected dependencies

circleci
.circleci/config.yml
  • cimg/python 3.12.2
dockerfile
Dockerfile
  • cgr.dev/chainguard/python latest-dev@sha256:202e5d108c3a4aa7ae67171e1d52a03fe8e8cc14264c97cd424c87695d494a86
  • cgr.dev/chainguard/python latest@sha256:46b76efa3162bd30a0caad8f3dc43719610da23cf49fb3ccf11aad634b4b7a47
github-actions
.github/workflows/anchore.yml
  • actions/checkout v4
  • anchore/scan-action v3
  • github/codeql-action v3
pip_requirements
requirements.txt

  • Check this box to trigger a request for Renovate to run again on this repository

fake_useragent error

Using latest docker and config file from repo.

WARNING:fake_useragent:Error occurred during loading data. Trying to use cache server https://fake-useragent.herokuapp.com/browsers/0.1.11
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/fake_useragent/utils.py", line 154, in load
    for item in get_browsers(verify_ssl=verify_ssl):
  File "/usr/local/lib/python3.9/site-packages/fake_useragent/utils.py", line 99, in get_browsers
    html = html.split('<table class="w3-table-all notranslate">')[1]
IndexError: list index out of range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.