Fossil

Results 58 issues of Fossil

My update_binaries quits right away without doing any work, also not throwing any errors: ``` $ php misc/update/update_binaries.php Updating: 294 group(s) - Using compression? No [Blacklight\Binaries::updateAllGroups] Starting group 1 of...

A lot of shows won't get tagged with an episode number which in turn makes it now show up in API searches or on the TV Series pages when that...

In the following XML between the tags there are some Chinese chars. SimpleXML doesn't seem to like those and crashes the process. `�꤀ 刀漀渀 䠀愀爀爀椀猀` ``` ErrorException : simplexml_load_string(): Entity:...

bug

I seem to be having an issue (for a long long time now) on 2 of my NZBGet installs where the last rar always sits at 0%. The only way...

Whenever I call my toast from a function it's somehow not displayed, DOM also does not change. You can hear the sound though. Only when it's called a second time...

[EDIT] Found the problem. It plays the sound but when looking at the DOM through the Chrome DevTools I see no changes, when I close the modal however I do...

I've been getting these intermittently and haven't been able to figure out why yet. Any ideas? ```php fwrite(): Write of 1 bytes failed with errno=32 Broken pipe {"exception":"[object] (ErrorException(code: 0):...

I have been getting quite a few of these in my Laravel error logs. Running PHP 8.1.1 and `league/climate` 3.8.1 right now. ``` [2022-02-07 15:32:59] REMOVED.ERROR: #0 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()...

question

I am trying to sniff out OVERPAID charges and auto-resolve them. I do a `Charge::retrieve()` and then find the last item of the timeline `$timeline = (array) $charge->timeline;` This works...

Hi, So I have a delete button on every row to delete stuff from the table. I send an HTTP request to my API and when that returns 200 I...

not reproducible
to be closed: does not follow guidelines