#ChatGPT reports its own error

1 messages · Page 1 of 1 (latest)

violet duneBOT
#

Reported by @vivid hatch

Bug Report: ChatGPT reports its own error
`Steps to Reproduce`

What I observed (step-by-step)

  1. You uploaded timezone_converter.dart.
  2. I read it from the standard upload location:
  3. /mnt/data/timezone_converter.dart
  4. On the first read, I explicitly inspected and reported line 2, and it showed:
  5. // REV: 36.18
  6. I then proceeded to the update logic, which re-read the same path:
  7. /mnt/data/timezone_converter.dart
  8. On that second read, line 2 instead appeared as:
  9. // REV: 36.14
  10. I stopped because the file changed under me.
`Expected Result`

Should have read the same file twice

`Actual Result`

Found two different files,

`Environment`

ChatGPT internals