# Ongedefinieerde methode \`kilobytes\` voor "100":String fout breekt topic en avatar synchronisatie

**URL:** https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922
**Category:** Support
**Created:** [17 januari 2024 om 08:53 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922 "2024-01-17T08:53:13Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Shenron\_segamag](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shenron_segamag/32/188149_2.png) [@Shenron\_segamag](https://meta.discourse.org/u/Shenron_segamag)
#### Post date: [17 januari 2024 om 08:53 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/1 "2024-01-17T08:53:14Z")

</div>

Hi,

I have several issues with my forum, with the same kind of error in logs.

1. One topic on my forum can’t load anymore. I get this message (it’s in french) :

 ![image](https://global.discourse-cdn.com/meta/original/4X/4/0/5/40515871315fc7080e2abb3df9c7c754b971d8f3.png)

It used to work just fine until now, the only thing I did is to reduce the size for the images in the settings, and then change it back. Could it be the reason of this error? How can I fix it?

Here is the log when someone tries to access the topic:

```plaintext
NoMethodError (undefined method `kilobytes' for "100":String) app/models/topic.rb:62:in `thumbnail_info' app/serializers/topic_view_serializer.rb:301:in `thumbnails' (eval):65:in `_fast_attributes' ap
NoMethodError (undefined method `kilobytes' for "100":String) app/models/topic.rb:62:in `thumbnail_info' app/serializers/topic_view_serializer.rb:301:in `thumbnails' (eval):65:in `_fast_attributes' ap

```

```plaintext
3647
Job exception: undefined method `kilobytes' for "100":String
9:46 am
app/models/topic.rb:62:in `thumbnail_info'
app/serializers/topic_view_serializer.rb:301:in `thumbnails'
(eval):65:in `_fast_attributes'
active_model_serializers (0.8.4) lib/active_model/serializer.rb:468:in `rescue in attributes'
active_model_serializers (0.8.4) lib/active_model/serializer.rb:455:in `attributes'
active_model_serializers (0.8.4) lib/active_model/serializer.rb:480:in `_serializable_hash'
active_model_serializers (0.8.4) lib/active_model/serializer.rb:359:in `serializable_hash'
active_model_serializers (0.8.4) lib/active_model/serializer.rb:347:in `as_json'
activesupport (7.0.7) lib/active_support/json/encoding.rb:22:in `encode'
activesupport (7.0.7) lib/active_support/json/encoding.rb:22:in `encode'
activesupport (7.0.7) lib/active_support/core_ext/object/json.rb:42:in `to_json'
active_model_serializers (0.8.4) lib/active_model/serializer.rb:331:in `to_json'
multi_json (1.15.0) lib/multi_json/adapters/oj.rb:56:in `dump'
multi_json (1.15.0) lib/multi_json/adapters/oj.rb:56:in `dump'
multi_json (1.15.0) lib/multi_json/adapter.rb:25:in `dump'
multi_json (1.15.0) lib/multi_json.rb:139:in `dump'
app/controllers/application_controller.rb:554:in `render_json_dump'
app/controllers/topics_controller.rb:1339:in `block (2 levels) in perform_show_response'
actionpack (7.0.7) lib/action_controller/metal/mime_responds.rb:214:in `respond_to'
app/controllers/topics_controller.rb:1329:in `perform_show_response'
app/controllers/topics_controller.rb:187:in `show'
actionpack (7.0.7) lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action'
actionpack (7.0.7) lib/abstract_controller/base.rb:215:in `process_action'
actionpack (7.0.7) lib/action_controller/metal/rendering.rb:165:in `process_action'
actionpack (7.0.7) lib/abstract_controller/callbacks.rb:234:in `block in process_action'
activesupport (7.0.7) lib/active_support/callbacks.rb:118:in `block in run_callbacks'
app/controllers/application_controller.rb:423:in `block in with_resolved_locale'
i18n (1.14.1) lib/i18n.rb:322:in `with_locale'
app/controllers/application_controller.rb:423:in `with_resolved_locale'
activesupport (7.0.7) lib/active_support/callbacks.rb:127:in `block in run_callbacks'
activesupport (7.0.7) lib/active_support/callbacks.rb:138:in `run_callbacks'
actionpack (7.0.7) lib/abstract_controller/callbacks.rb:233:in `process_action'
actionpack (7.0.7) lib/action_controller/metal/rescue.rb:23:in `process_action'
actionpack (7.0.7) lib/action_controller/metal/instrumentation.rb:67:in `block in process_action'
activesupport (7.0.7) lib/active_support/notifications.rb:206:in `block in instrument'
activesupport (7.0.7) lib/active_support/notifications/instrumenter.rb:24:in `instrument'
activesupport (7.0.7) lib/active_support/notifications.rb:206:in `instrument'
actionpack (7.0.7) lib/action_controller/metal/instrumentation.rb:66:in `process_action'
actionpack (7.0.7) lib/action_controller/metal/params_wrapper.rb:259:in `process_action'
activerecord (7.0.7) lib/active_record/railties/controller_runtime.rb:27:in `process_action'
actionpack (7.0.7) lib/abstract_controller/base.rb:151:in `process'
actionview (7.0.7) lib/action_view/rendering.rb:39:in `process'
rack-mini-profiler (3.3.0) lib/mini_profiler/profiling_methods.rb:89:in `block in profile_method'
actionpack (7.0.7) lib/action_controller/metal.rb:188:in `dispatch'
actionpack (7.0.7) lib/action_controller/metal.rb:251:in `dispatch'
actionpack (7.0.7) lib/action_dispatch/routing/route_set.rb:49:in `dispatch'
actionpack (7.0.7) lib/action_dispatch/routing/route_set.rb:32:in `serve'
actionpack (7.0.7) lib/action_dispatch/journey/router.rb:50:in `block in serve'
actionpack (7.0.7) lib/action_dispatch/journey/router.rb:32:in `each'
actionpack (7.0.7) lib/action_dispatch/journey/router.rb:32:in `serve'
actionpack (7.0.7) lib/action_dispatch/routing/route_set.rb:852:in `call'
lib/middleware/omniauth_bypass_middleware.rb:64:in `call'
rack (2.2.8) lib/rack/tempfile_reaper.rb:15:in `call'
rack (2.2.8) lib/rack/conditional_get.rb:27:in `call'
rack (2.2.8) lib/rack/head.rb:12:in `call'
actionpack (7.0.7) lib/action_dispatch/http/permissions_policy.rb:38:in `call'
lib/content_security_policy/middleware.rb:12:in `call'
lib/middleware/anonymous_cache.rb:393:in `call'
lib/middleware/gtm_script_nonce_injector.rb:10:in `call'
config/initializers/008-rack-cors.rb:14:in `call'
rack (2.2.8) lib/rack/session/abstract/id.rb:266:in `context'
rack (2.2.8) lib/rack/session/abstract/id.rb:260:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/cookies.rb:704:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/callbacks.rb:27:in `block in call'
activesupport (7.0.7) lib/active_support/callbacks.rb:99:in `run_callbacks'
actionpack (7.0.7) lib/action_dispatch/middleware/callbacks.rb:26:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/debug_exceptions.rb:28:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/show_exceptions.rb:29:in `call'
logster (2.13.1) lib/logster/middleware/reporter.rb:40:in `call'
railties (7.0.7) lib/rails/rack/logger.rb:40:in `call_app'
railties (7.0.7) lib/rails/rack/logger.rb:27:in `call'
config/initializers/100-quiet_logger.rb:20:in `call'
config/initializers/100-silence_logger.rb:29:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/remote_ip.rb:93:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/request_id.rb:26:in `call'
lib/middleware/enforce_hostname.rb:24:in `call'
rack (2.2.8) lib/rack/method_override.rb:24:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/executor.rb:14:in `call'
rack (2.2.8) lib/rack/sendfile.rb:110:in `call'
actionpack (7.0.7) lib/action_dispatch/middleware/host_authorization.rb:131:in `call'
rack-mini-profiler (3.3.0) lib/mini_profiler.rb:191:in `call'
message_bus (4.3.8) lib/message_bus/rack/middleware.rb:60:in `call'
lib/middleware/request_tracker.rb:233:in `call'
railties (7.0.7) lib/rails/engine.rb:530:in `call'
railties (7.0.7) lib/rails/railtie.rb:226:in `public_send'
railties (7.0.7) lib/rails/railtie.rb:226:in `method_missing'
rack (2.2.8) lib/rack/urlmap.rb:74:in `block in call'
rack (2.2.8) lib/rack/urlmap.rb:58:in `each'
rack (2.2.8) lib/rack/urlmap.rb:58:in `call'
unicorn (6.1.0) lib/unicorn/http_server.rb:634:in `process_client'
unicorn (6.1.0) lib/unicorn/http_server.rb:739:in `worker_loop'
unicorn (6.1.0) lib/unicorn/http_server.rb:547:in `spawn_missing_workers'
unicorn (6.1.0) lib/unicorn/http_server.rb:143:in `start'
unicorn (6.1.0) bin/unicorn:128:in `<top (required)>'
vendor/bundle/ruby/3.2.0/bin/unicorn:25:in `load'
vendor/bundle/ruby/3.2.0/bin/unicorn:25:in `<main>'

```

1. Users are unable to change their avatar. I use [Discourse SSO](https://meta.discourse.org/t/13045?silent=true) with Drupal, and the option **discourse\_connect\_overrides\_avatar** is checked. But even after log out/log in, the displayed avatar doesn’t change, even though I can see the new url on the admin page of the user.

I get this log:

```plaintext
Job exception: undefined method `kilobytes' for "100":String

```

```plaintext
/var/www/discourse/app/jobs/regular/pull_hotlinked_images.rb:8:in `initialize'
sidekiq-6.5.12/lib/sidekiq/processor.rb:133:in `new'
sidekiq-6.5.12/lib/sidekiq/processor.rb:133:in `block (5 levels) in dispatch'
sidekiq-6.5.12/lib/sidekiq.rb:44:in `block in <module:Sidekiq>'
sidekiq-6.5.12/lib/sidekiq/processor.rb:131:in `block (4 levels) in dispatch'
sidekiq-6.5.12/lib/sidekiq/processor.rb:263:in `stats'
sidekiq-6.5.12/lib/sidekiq/processor.rb:126:in `block (3 levels) in dispatch'
sidekiq-6.5.12/lib/sidekiq/job_logger.rb:13:in `call'
sidekiq-6.5.12/lib/sidekiq/processor.rb:125:in `block (2 levels) in dispatch'
sidekiq-6.5.12/lib/sidekiq/job_retry.rb:80:in `global'
sidekiq-6.5.12/lib/sidekiq/processor.rb:124:in `block in dispatch'
sidekiq-6.5.12/lib/sidekiq/job_logger.rb:39:in `prepare'
sidekiq-6.5.12/lib/sidekiq/processor.rb:123:in `dispatch'
sidekiq-6.5.12/lib/sidekiq/processor.rb:168:in `process'
sidekiq-6.5.12/lib/sidekiq/processor.rb:78:in `process_one'
sidekiq-6.5.12/lib/sidekiq/processor.rb:68:in `run'
sidekiq-6.5.12/lib/sidekiq/component.rb:8:in `watchdog'
sidekiq-6.5.12/lib/sidekiq/component.rb:17:in `block in safe_thread'

```

Thanks

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [17 januari 2024 om 08:56 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/2 "2024-01-17T08:56:46Z")

</div>

This was an error a while back ([Issue in uploading media files](https://meta.discourse.org/t/issue-in-uploading-media-files/289037) and [Bugs appear while i try to upload files (520, 422 Eror)](https://meta.discourse.org/t/bugs-appear-while-i-try-to-upload-files-520-422-eror/289291)). Just to check, have you updated your Discourse recently? If you could provide the version link from your dashboard that’d be really helpful as well.

---

<div class="post-metadata">

### Author: ![Shenron\_segamag](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shenron_segamag/32/188149_2.png) [@Shenron\_segamag](https://meta.discourse.org/u/Shenron_segamag)
#### Post date: [17 januari 2024 om 09:07 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/3 "2024-01-17T09:07:00Z")

</div>

This is the version I’m using :

### 3.2.0.beta4-dev

([6f3c498b83](https://github.com/discourse/discourse/commits/6f3c498b83169928aba316246ddc9b5d584c5a0d))

I haven’t upgraded to the latest version yet.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [17 januari 2024 om 09:08 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/4 "2024-01-17T09:08:24Z")

</div>

It looks like if you upgrade you’ll pick up the fix for this issue. 🥳

---

<div class="post-metadata">

### Author: ![Shenron\_segamag](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shenron_segamag/32/188149_2.png) [@Shenron\_segamag](https://meta.discourse.org/u/Shenron_segamag)
#### Post date: [17 januari 2024 om 09:20 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/5 "2024-01-17T09:20:02Z")

</div>

Great, sorry then ^^

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [17 januari 2024 om 09:21 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/6 "2024-01-17T09:21:20Z")

</div>

No worries. 🙂 Though let us know if it doesn’t fix things.

---

<div class="post-metadata">

### Author: ![Shenron\_segamag](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shenron_segamag/32/188149_2.png) [@Shenron\_segamag](https://meta.discourse.org/u/Shenron_segamag)
#### Post date: [17 januari 2024 om 23:16 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/7 "2024-01-17T23:16:52Z")

</div>

Hi,

After the update, the broken topic is back (yay), but the avatars are still not synced, even though the url of the picture is correct on the admin page.  
I tried to log out/log in, refresh the cache of the web browser, it doesn’t work.

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [19 januari 2024 om 10:02 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/8 "2024-01-19T10:02:43Z")

</div>

Hmmm. 🤔 Are you still getting the error for it in the logs?

---

<div class="post-metadata">

### Author: ![Shenron\_segamag](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shenron_segamag/32/188149_2.png) [@Shenron\_segamag](https://meta.discourse.org/u/Shenron_segamag)
#### Post date: [19 januari 2024 om 13:29 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/9 "2024-01-19T13:29:06Z")

</div>

No, I don’t, I only have some unrelated deprecation notices.

The url of the new avatar is fetched, but the old one is not replaced.

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/b/6/ab6550d09843f43cd912077a6cb3a5181bbb947a.png)

Maybe I should mark this topic as solved and open a new one, since the issues don’t seem to be related ?

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [19 januari 2024 om 22:53 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/10 "2024-01-19T22:53:43Z")

</div>

There was a change to another setting that may possibly be connected. The `uploaded avatars allowed groups` site setting was recently changed to allow `groups` instead of a `min trust levels` style setting.

Could you check that and see what group you have in there, and also check whether you’ve changed their visibility at all from their groups page:

> [@Users can no longer customize profile pictures](https://meta.discourse.org/t/users-can-no-longer-customize-profile-pictures/290335/13):
>
> I would like to ask you to check one more setting. I am interested in the visibility of Trust Level 0 group.
> 
> You can check it with this path `g/trust_level_0/manage/interaction`
> 
> ![trust level group setting](https://global.discourse-cdn.com/meta/original/4X/4/9/a/49ad75ecb3f605d37f409daf7d902af8b591cbd0.png)
> 
> It should be `Everyone` or `Logged on users` or `Group owners, members and moderators`

---

<div class="post-metadata">

### Author: ![Shenron\_segamag](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/shenron_segamag/32/188149_2.png) [@Shenron\_segamag](https://meta.discourse.org/u/Shenron_segamag)
#### Post date: [20 januari 2024 om 12:16 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/11 "2024-01-20T12:16:57Z")

</div>

I changed this settings, and after a log out/log in and a refresh of the browser cache, the avatar has changed.

Thanks a lot ! :meow_heart:

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [19 februari 2024 om 12:17 UTC](https://meta.discourse.org/t/undefined-method-kilobytes-for-100-string-error-breaks-topic-and-avatar-sync/291922/12 "2024-02-19T12:17:48Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
