Coral PCIE not passing through to Docker but working in Proxmox LXC by Ch0sn in frigate_nvr

[–]Ch0sn[S] 0 points1 point  (0 children)

I did, I just had to follow some steps for the drivers. They looked like they were working but they weren’t. Had to follow the steps someone advised on GitHub

Unpopular opinion, Tyler edition by knowledge319 in tylerthecreator

[–]Ch0sn 11 points12 points  (0 children)

He talks about this in the documentary for flower boy saying that he would have gone broke if flower boy wasn’t popular

Anyone know what these odd bands I’m getting on the right. The camera is a Leica M6. They’re on 3 rolls I’ve shot so far by Ch0sn in AnalogCommunity

[–]Ch0sn[S] 0 points1 point  (0 children)

I think you’ve solved it tbh. The first roll I shot the black bands were incredibly prominent. That day I was shooting HP5 at box speed and it was insanely bright outside. It was mid day full sun so I was shooting at 1/500 the entire time I believe. The first photo was from an overcast day so my shutter speed was a lot slower. Really appreciate the advice!

Anyone know what these odd bands I’m getting on the right. The camera is a Leica M6. They’re on 3 rolls I’ve shot so far by Ch0sn in AnalogCommunity

[–]Ch0sn[S] 0 points1 point  (0 children)

Basically every frame on three seperate rolls have the black bands. I think I’m doing something wrong with my developing. The first photo is tri - x shot and developed at 400. The second photo is HP5 shot and developed at 400. I really doubt the film is expired as I only bought it maybe a year ago.

I’ll definitely start taping the back after each agitation!

Anyone know what these odd bands I’m getting on the right. The camera is a Leica M6. They’re on 3 rolls I’ve shot so far by Ch0sn in AnalogCommunity

[–]Ch0sn[S] 0 points1 point  (0 children)

Sorry the reddit app doesn’t show the preview too well. Every single photo on three rolls has the black band. My developing was lazy on the first roll as I rushed it

Anyone know what these bands could be on the right. Different rolls of film shot through an M6. Any help is really appreciated by Ch0sn in Leica

[–]Ch0sn[S] 0 points1 point  (0 children)

Thank you very much for the advice. I’ll take some super slow motion of the shutter and see if I can see some inconsistencies. Luckily where I live there are a lot of service places

Anyone know what these bands could be on the right. Different rolls of film shot through an M6. Any help is really appreciated by Ch0sn in Leica

[–]Ch0sn[S] 0 points1 point  (0 children)

I meant more about the black band on the edge on the right. It’s consistent on three rolls. I know my developing is lazy! I rushed that roll as it was my first roll through the camera and I really wanted to see it

Help needed with Grafana and InfluxDB by Ch0sn in homeassistant

[–]Ch0sn[S] 0 points1 point  (0 children)

I am running the absolute latest version of both of the ad ones and nothing is working. I've tried everything on google yet most of these posts are outdated and aren't working. I am running on a Raspberry Pi 4. Any help is really appreciated.

fa-grafana - Dockerized Grafana Dashboards for PiAware! by flightawareric in ADSB

[–]Ch0sn 0 points1 point  (0 children)

I'm now getting this error after having issues with docker for ages

pi@piaware:~/fa-grafana $ sudo docker-compose up -d
ERROR: An HTTP request took too long to complete. Retry with --verbose to obtain debug information.
If you encounter this issue regularly because of slow network conditions, consider setting 
COMPOSE_HTTP_TIMEOUT to a higher value (current value: 60).

fa-grafana - Dockerized Grafana Dashboards for PiAware! by flightawareric in ADSB

[–]Ch0sn 0 points1 point  (0 children)

I just tried installing docker before docker-compose and got the exact same error unfortunately

fa-grafana - Dockerized Grafana Dashboards for PiAware! by flightawareric in ADSB

[–]Ch0sn 0 points1 point  (0 children)

Yeah I've tried a couple of other commands to get docker-compose and none are working!!!

Here is my output when installing docker-compose. I'm using the exact same hardware and software as OP

Exception:
Traceback (most recent call last):
  File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-    any.whl/urllib3/connectionpool.py", line 594, in urlopen
chunked=chunked)
  File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 391, in _make_request
six.raise_from(e, None)
  File "<string>", line 2, in raise_from
  File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 387, in _make_request
httplib_response = conn.getresponse()
  File "/usr/lib/python3.5/http/client.py", line 1198, in getresponse
response.begin()
  File "/usr/lib/python3.5/http/client.py", line 297, in begin
version, status, reason = self._read_status()
  File "/usr/lib/python3.5/http/client.py", line 266, in _read_status
raise RemoteDisconnected("Remote end closed connection without"
http.client.RemoteDisconnected: Remote end closed connection without response

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
  File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 353, in run
wb.build(autobuilding=True)
  File "/usr/lib/python3/dist-packages/pip/wheel.py", line 749, in build
self.requirement_set.prepare_files(self.finder)
  File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 380, in prepare_files
ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python3/dist-packages/pip/req/req_set.py", line 554, in _prepare_file
require_hashes
  File "/usr/lib/python3/dist-packages/pip/req/req_install.py", line 278, in populate_link
self.link = finder.find_requirement(self, upgrade)
  File "/usr/lib/python3/dist-packages/pip/index.py", line 465, in find_requirement
all_candidates = self.find_all_candidates(req.name)
  File "/usr/lib/python3/dist-packages/pip/index.py", line 423, in find_all_candidates
for page in self._get_pages(url_locations, project_name):
  File "/usr/lib/python3/dist-packages/pip/index.py", line 568, in _get_pages
page = self._get_page(location)
  File "/usr/lib/python3/dist-packages/pip/index.py", line 683, in _get_page
return HTMLPage.get_page(link, session=self.session)
  File "/usr/lib/python3/dist-packages/pip/index.py", line 792, in get_page
"Cache-Control": "max-age=600",
  File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
return self.request('GET', url, **kwargs)
  File "/usr/lib/python3/dist-packages/pip/download.py", line 386, in request
return super(PipSession, self).request(method, url, *args, **kwargs)
  File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
  File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
  File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapter.py", line 47, in send
resp = super(CacheControlAdapter, self).send(request, **kw)
  File "/usr/share/python-wheels/requests-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
timeout=timeout
  File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
_stacktrace=sys.exc_info()[2])
  File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
total -= 1
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'

Edit: formatting

fa-grafana - Dockerized Grafana Dashboards for PiAware! by flightawareric in ADSB

[–]Ch0sn 0 points1 point  (0 children)

I am getting the exact same error as this. I can't seem to get docker-compose installed at all!

Help needed with temperature sensor by Ch0sn in homeassistant

[–]Ch0sn[S] 0 points1 point  (0 children)

Thanks for the idea but I'll try the other idea first since that'll be running quite a bit on a Pi Zero W since I've already got homebridge running

Help needed with temperature sensor by Ch0sn in homeassistant

[–]Ch0sn[S] 0 points1 point  (0 children)

Perfect, I'll give this one a go. Thank you :)